:root {
  color-scheme: dark;
  --page: #0c1422;
  --surface: #111c2c;
  --surface-raised: #162337;
  --surface-soft: #18283b;
  --line: rgba(167, 190, 219, .12);
  --line-strong: rgba(167, 190, 219, .2);
  --text: #eef4fc;
  --text-soft: #b0bfd3;
  --muted: #8495ad;
  --accent: #82aaff;
  --accent-strong: #5b84f4;
  --teal: #67dec6;
  --warning: #ffc76d;
  --danger: #ff8c91;
  --shadow: 0 18px 55px rgba(0, 0, 0, .22);
  --radius-lg: 22px;
  --radius-md: 15px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, dialog:focus-visible {
  outline: 3px solid rgba(130, 170, 255, .8);
  outline-offset: 3px;
}
a { color: inherit; }
.skip-link {
  position: fixed; z-index: 50; top: 10px; left: 10px; padding: .75rem 1rem;
  transform: translateY(-150%); border-radius: 8px; background: #fff; color: #111;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: relative; z-index: 2; border-bottom: 1px solid var(--line);
  background: rgba(12, 20, 34, .86); backdrop-filter: blur(16px);
}
.header-inner, .header-actions, .brand, .hero-meta, .meta-item, .section-heading,
.preference-banner, .filter-row, .card-topline, .card-meta, .card-footer,
.footer-inner, .dialog-header, .dialog-actions, .empty-actions { display: flex; align-items: center; }
.header-inner { min-height: 78px; justify-content: space-between; gap: 20px; }
.brand { gap: 11px; text-decoration: none; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 11px); grid-template-rows: repeat(2, 11px); gap: 3px; transform: rotate(-7deg); }
.brand-mark span { display: block; border-radius: 3px; background: var(--accent); }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { opacity: .56; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font: 800 17px/1.15 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand-copy strong span { color: var(--accent); }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .5px; }
.header-actions { gap: 9px; }
.button {
  display: inline-flex; min-height: 42px; justify-content: center; align-items: center; gap: 8px;
  padding: .65rem 1rem; border: 1px solid transparent; border-radius: 11px; cursor: pointer;
  text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.2;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 37px; padding: .52rem .78rem; font-size: 12px; }
.button-primary { background: var(--accent-strong); color: #fff; box-shadow: 0 5px 16px rgba(91, 132, 244, .2); }
.button-primary:hover { background: #6b92fb; color: #fff; }
.button-outline { border-color: var(--line-strong); background: transparent; color: var(--text-soft); }
.button-outline:hover { border-color: rgba(130, 170, 255, .55); background: rgba(130, 170, 255, .07); color: var(--text); }
.button-quiet { background: transparent; color: var(--text-soft); }
.button-quiet:hover { background: rgba(167, 190, 219, .08); color: var(--text); }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 359px; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 20px; padding-top: 36px; padding-bottom: 39px; }
.hero-copy { max-width: 625px; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px rgba(103, 222, 198, .75); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", "DM Sans", sans-serif; }
h1 { margin-bottom: 15px; font-size: clamp(36px, 5vw, 60px); font-weight: 800; letter-spacing: -2.8px; line-height: 1.08; }
h1 span { color: #88a9ff; }
.hero-lede { max-width: 510px; margin-bottom: 22px; color: var(--text-soft); font-size: 16px; }
.hero-meta { gap: 15px; color: #aab9cc; font-size: 12px; font-weight: 600; }
.meta-item { gap: 7px; }
.meta-item span { color: var(--accent); font-size: 17px; }
.meta-divider { width: 1px; height: 15px; background: var(--line-strong); }
.hero-art { position: relative; display: grid; min-height: 265px; place-items: center; }
.orbit { position: absolute; width: 285px; height: 195px; border: 1px solid rgba(126, 159, 227, .12); border-radius: 50%; transform: rotate(-28deg); }
.orbit-two { width: 340px; height: 142px; transform: rotate(32deg); }
.hero-window { position: relative; z-index: 1; width: 273px; overflow: hidden; border: 1px solid rgba(166, 192, 235, .2); border-radius: 13px; background: linear-gradient(140deg, #1c3049, #121d30 80%); box-shadow: 0 23px 70px rgba(0, 0, 0, .4); transform: rotate(-5deg); }
.window-top { display: flex; height: 33px; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid var(--line); color: #8da0bb; font-size: 9px; }
.window-top i { width: 5px; height: 5px; border-radius: 50%; background: #ff8e88; }
.window-top i:nth-child(2) { background: #f6cc78; }.window-top i:nth-child(3) { background: #65d8b1; }
.window-top span { margin-left: 10px; }
.window-content { position: relative; min-height: 161px; padding: 20px; }
.window-spark { width: 36px; height: 36px; margin-bottom: 13px; border: 1px solid rgba(130, 170, 255, .4); border-radius: 11px; background: radial-gradient(circle at 70% 30%, #a3bcff, #6385e8 38%, rgba(99, 133, 232, .2) 74%); box-shadow: 0 0 28px rgba(100, 138, 246, .32); }
.window-lines { display: grid; gap: 7px; }
.window-lines b { display: block; width: 82%; height: 5px; border-radius: 5px; background: rgba(178, 199, 230, .26); }
.window-lines b:nth-child(2) { width: 57%; opacity: .7; }.window-lines b:nth-child(3) { width: 69%; opacity: .45; }
.window-chip { display: inline-flex; align-items: center; gap: 6px; margin-top: 15px; padding: 5px 8px; border: 1px solid rgba(103, 222, 198, .17); border-radius: 20px; background: rgba(103, 222, 198, .06); color: #9ce9d6; font-size: 9px; }
.window-chip span { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.floating-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(162, 189, 229, .17); border-radius: 10px; background: #152237; box-shadow: var(--shadow); color: #d9e5f7; font-size: 10px; font-weight: 700; }
.chip-top { top: 25px; right: 6%; }.chip-bottom { bottom: 26px; left: 5%; }
.chip-check { color: var(--teal); }.chip-shield { color: #a1b9ff; font-size: 15px; }
.hero-glow { position: absolute; top: -200px; right: 6%; width: 600px; height: 520px; border-radius: 50%; background: radial-gradient(ellipse, rgba(57, 89, 165, .14), transparent 67%); pointer-events: none; }
.dashboard-section { padding-top: 45px; padding-bottom: 88px; }
.section-heading { justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.eyebrow-muted { margin-bottom: 6px; color: #8798b1; font-size: 9px; }
.section-heading h2 { margin-bottom: 6px; font-size: 25px; font-weight: 800; letter-spacing: -.9px; }
.section-subtitle { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.results-summary { color: #a5b5ca; font-size: 12px; }
.preference-banner { min-height: 69px; gap: 13px; margin-bottom: 16px; padding: 12px 15px; border: 1px solid rgba(123, 158, 222, .16); border-radius: var(--radius-md); background: linear-gradient(105deg, rgba(76, 111, 188, .12), rgba(103, 222, 198, .035)); }
.preference-banner-icon { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 11px; background: rgba(130, 170, 255, .12); color: #a8c0ff; font-size: 19px; }
.preference-banner-copy { display: flex; flex: 1; flex-direction: column; gap: 2px; }
.preference-banner-copy strong { font-size: 12px; }.preference-banner-copy span { color: var(--muted); font-size: 11px; }
.show-all-button { min-width: 106px; }
.notice-line { margin: 0 0 13px; color: var(--warning); font-size: 12px; }
.filter-panel { margin-bottom: 22px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.search-wrap { position: relative; }
.search-icon { position: absolute; top: 50%; left: 13px; color: #8ca0bb; font-size: 21px; transform: translateY(-54%); pointer-events: none; }
.search-input.form-control { min-height: 45px; padding: 0 42px; border-color: var(--line); border-radius: 10px; background: #0e1928; color: var(--text); font-size: 13px; }
.search-input::placeholder { color: #7789a1; }.search-input:focus, .form-select:focus { border-color: rgba(130, 170, 255, .65); background-color: #101c2d; color: var(--text); box-shadow: 0 0 0 .2rem rgba(91, 132, 244, .13); }
.search-shortcut { position: absolute; top: 50%; right: 13px; padding: 1px 6px; border: 1px solid var(--line-strong); border-radius: 5px; color: var(--muted); font-size: 11px; transform: translateY(-50%); }
.filter-row { flex-wrap: wrap; gap: 11px; padding-top: 14px; }
.filter-control { display: grid; min-width: 150px; flex: 1; gap: 5px; }
.filter-control label { color: #92a3ba; font-size: 10px; font-weight: 700; }
.filter-control .form-select { min-height: 38px; padding-top: .42rem; padding-bottom: .42rem; border-color: var(--line); background-color: #0e1928; color: var(--text-soft); font-size: 11px; }
.filter-control .form-select:disabled { opacity: .48; }.filter-sort { max-width: 190px; }
.clear-button { align-self: end; min-height: 38px; margin-left: auto; white-space: nowrap; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.update-card { display: flex; min-width: 0; flex-direction: column; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(23, 37, 56, .98), rgba(16, 27, 43, .98)); box-shadow: 0 8px 28px rgba(0, 0, 0, .1); animation: rise-in .38s ease both; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.update-card:hover { transform: translateY(-3px); border-color: rgba(130, 170, 255, .28); box-shadow: var(--shadow); }
.card-topline { justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.product-label { color: #b8c7da; font-size: 10px; font-weight: 700; }
.badge-soft { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 30px; background: rgba(158, 179, 206, .07); color: #b8c7da; font-size: 9px; font-weight: 700; white-space: nowrap; }
.badge-status-published { border-color: rgba(103, 222, 198, .2); background: rgba(103, 222, 198, .08); color: #8de5d0; }
.badge-status-revised { border-color: rgba(130, 170, 255, .24); background: rgba(130, 170, 255, .09); color: #a8c1ff; }
.badge-status-superseded { color: #c2a8ff; }.badge-status-withdrawn { border-color: rgba(255, 140, 145, .25); color: #ff9b9f; }
.badge-status-unknown { color: #b6c2d1; }.badge-type-security { color: #ffd18c; }.badge-type-preview { color: #c5a9ff; }
.update-card h3 { margin: 0 0 4px; font-size: 16px; font-weight: 800; letter-spacing: -.3px; line-height: 1.35; }
.card-kb { margin-bottom: 10px; color: #8faeff; font-size: 11px; font-weight: 700; }
.card-summary { min-height: 58px; margin-bottom: 15px; color: #abb9ca; font-size: 12px; line-height: 1.6; }
.card-meta { flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.card-meta span { color: #899bb2; font-size: 10px; }
.card-section { padding: 12px 0; border-top: 1px solid var(--line); }
.card-section-title { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; color: #d1dbea; font-size: 10px; font-weight: 700; }
.mini-icon { color: var(--teal); font-size: 13px; }
.card-section.risk .mini-icon { color: var(--warning); }
.card-section ul { display: grid; gap: 5px; margin: 0; padding-left: 16px; color: #9caec3; font-size: 10px; }
.card-section li::marker { color: #7289a9; }
.card-section .muted-copy { margin: 0; color: #8496ad; font-size: 10px; }
.risk-count { color: var(--warning); }
.card-footer { justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); }
.card-date { color: #8495ab; font-size: 10px; }.detail-button { min-height: 34px; padding: .45rem .72rem; font-size: 10px; }
.status-message { display: flex; min-height: 120px; align-items: center; justify-content: center; gap: 12px; color: var(--text-soft); font-size: 13px; }
.status-message[hidden], .empty-state[hidden], [hidden] { display: none !important; }
.status-error { justify-content: flex-start; padding: 20px; border: 1px solid rgba(255, 140, 145, .22); border-radius: var(--radius-md); background: rgba(255, 140, 145, .06); color: var(--danger); }
.status-error > span:first-child { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid rgba(255, 140, 145, .5); border-radius: 50%; font-weight: 800; }
.status-error div { display: grid; flex: 1; gap: 3px; }.status-error div span { color: #beacb8; font-size: 11px; }
.empty-state { display: grid; min-height: 325px; justify-items: center; align-content: center; padding: 28px 18px; border: 1px dashed rgba(143, 166, 198, .23); border-radius: var(--radius-lg); background: radial-gradient(ellipse at center, rgba(89, 120, 185, .07), transparent 65%); text-align: center; }
.empty-illustration { position: relative; width: 76px; height: 76px; margin-bottom: 18px; border: 1px solid rgba(130, 170, 255, .19); border-radius: 23px; background: rgba(130, 170, 255, .06); transform: rotate(-9deg); }
.empty-illustration span { position: absolute; width: 23px; height: 23px; border: 1px solid rgba(139, 171, 245, .65); border-radius: 6px; }
.empty-illustration span:nth-child(1) { top: 14px; left: 14px; }.empty-illustration span:nth-child(2) { top: 14px; right: 14px; opacity: .55; }.empty-illustration span:nth-child(3) { bottom: 14px; left: 14px; opacity: .3; }
.empty-state h3 { margin-bottom: 8px; font-size: 19px; font-weight: 800; }
.empty-state > p:not(.eyebrow) { max-width: 480px; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.empty-actions { flex-wrap: wrap; justify-content: center; gap: 8px; }
.site-footer { border-top: 1px solid var(--line); background: rgba(8, 14, 24, .5); }
.footer-inner { min-height: 82px; flex-wrap: wrap; justify-content: space-between; gap: 15px; }
.brand-footer .brand-copy strong { font-size: 14px; }.brand-footer .brand-mark { grid-template-columns: repeat(2, 8px); grid-template-rows: repeat(2, 8px); }
.footer-inner p, .footer-note { margin: 0; color: #72839b; font-size: 10px; }.footer-inner p { flex: 1; text-align: center; }
.app-dialog { width: min(680px, calc(100% - 28px)); max-height: min(85vh, 850px); overflow: auto; padding: 25px; border: 1px solid var(--line-strong); border-radius: 19px; background: #111c2c; color: var(--text); box-shadow: 0 25px 100px rgba(0, 0, 0, .55); }
.app-dialog::backdrop { background: rgba(4, 9, 16, .72); backdrop-filter: blur(4px); }
.dialog-header { justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.dialog-header h2 { margin-bottom: 0; font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.icon-button { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--text-soft); font-size: 22px; cursor: pointer; }
.icon-button:hover { background: var(--surface-soft); color: var(--text); }
.dialog-lede { margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.preference-options { display: grid; max-height: 44vh; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: auto; padding: 2px; }
.preference-group { padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: rgba(18, 32, 50, .65); }
.preference-group h3 { margin-bottom: 9px; color: #dbe5f3; font-size: 12px; font-weight: 700; }
.preference-option { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: #abb9cc; font-size: 11px; cursor: pointer; }
.preference-option input { width: 15px; height: 15px; accent-color: #7e9ffc; }
.dialog-feedback { margin: 12px 0 0; color: var(--warning); font-size: 11px; }
.dialog-actions { flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.dialog-actions #clearPreferencesButton { margin-right: auto; }
.details-content { display: grid; gap: 14px; padding-top: 5px; }
.detail-intro { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(130, 170, 255, .04); }
.detail-intro p { margin: 0; color: #b5c3d5; font-size: 12px; }.detail-kbs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 9px; }
.detail-section { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.detail-section h3 { margin-bottom: 7px; color: #dce6f4; font-size: 12px; font-weight: 800; }
.detail-section p, .detail-section li { color: #9eafc3; font-size: 11px; line-height: 1.6; }
.detail-section ul { display: grid; gap: 4px; margin: 0; padding-left: 18px; }
.detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; }
.detail-fact { padding: 10px; border: 1px solid var(--line); border-radius: 10px; }
.detail-fact dt { margin-bottom: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .6px; }
.detail-fact dd { margin: 0; color: #d5e0ef; font-size: 11px; overflow-wrap: anywhere; }
.source-list { display: grid; gap: 8px; }.source-link { color: #a7beff; font-size: 11px; text-decoration-color: rgba(167, 190, 255, .35); text-underline-offset: 3px; }.source-link:hover { color: #d1deff; }
.issue-entry { padding: 10px; border-left: 2px solid rgba(255, 199, 109, .6); border-radius: 0 8px 8px 0; background: rgba(255, 199, 109, .04); }
.issue-entry + .issue-entry { margin-top: 8px; }.issue-entry strong { display: block; margin-bottom: 3px; color: #e7c991; font-size: 10px; }.issue-entry p { margin: 0; }
body.light-theme {
  color-scheme: light; --page: #f4f7fb; --surface: #fff; --surface-raised: #fff; --surface-soft: #edf2fa;
  --line: rgba(39, 62, 96, .11); --line-strong: rgba(39, 62, 96, .2); --text: #19263a; --text-soft: #586a82;
  --muted: #7788a0; --accent: #4d73d9; --accent-strong: #4b70d6; --shadow: 0 18px 55px rgba(37, 57, 86, .12);
}
body.light-theme .site-header { background: rgba(248, 250, 253, .91); }
body.light-theme .hero-window, body.light-theme .floating-chip { background: #fff; }
body.light-theme .window-top, body.light-theme .card-summary, body.light-theme .card-meta span,
body.light-theme .card-section ul, body.light-theme .card-section .muted-copy, body.light-theme .card-date,
body.light-theme .detail-intro p, body.light-theme .detail-section p, body.light-theme .detail-section li,
body.light-theme .preference-option, body.light-theme .dialog-lede { color: #64748b; }
body.light-theme .hero-window { background: linear-gradient(140deg, #edf3ff, #fff 80%); }
body.light-theme .window-lines b { background: rgba(68, 94, 135, .24); }
body.light-theme .floating-chip { color: #43516a; }
body.light-theme .search-input.form-control, body.light-theme .filter-control .form-select { background-color: #f7f9fc; color: #33435b; }
body.light-theme .update-card { background: linear-gradient(155deg, #fff, #f9fbfe); }
body.light-theme .product-label, body.light-theme .update-card h3, body.light-theme .card-section-title,
body.light-theme .preference-banner-copy strong, body.light-theme .section-heading h2,
body.light-theme .empty-state h3 { color: #24344c; }
body.light-theme .app-dialog { background: #fff; }
body.light-theme .preference-group, body.light-theme .detail-intro { background: #f7f9fd; }
body.light-theme .preference-group h3, body.light-theme .detail-section h3 { color: #2b3c55; }
body.light-theme .detail-fact dd { color: #34455e; }
body.light-theme .site-footer { background: rgba(231, 237, 247, .6); }
@keyframes rise-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1000px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { min-height: 330px; }.hero-art { transform: scale(.9); }
  .filter-control { min-width: calc(33.333% - 10px); }.filter-sort { max-width: none; }
}
@media (max-width: 700px) {
  .header-inner { min-height: 68px; }.header-actions { gap: 3px; }.header-actions .button { padding-right: .55rem; padding-left: .55rem; }
  .header-actions .theme-label { display: none; }.admin-link { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 5px; }
  h1 { font-size: clamp(39px, 11vw, 54px); }.hero-lede { font-size: 14px; }
  .hero-art { min-height: 233px; transform: scale(.88); transform-origin: top center; margin-bottom: -24px; }
  .hero-window { width: 250px; }.chip-top { top: 11px; right: 2%; }.chip-bottom { bottom: 17px; left: 0; }
  .dashboard-section { padding-top: 34px; padding-bottom: 58px; }
  .section-heading { align-items: flex-end; }.section-heading h2 { font-size: 21px; }.results-summary { max-width: 135px; text-align: right; font-size: 10px; }
  .preference-banner { flex-wrap: wrap; gap: 9px; }.preference-banner-copy { min-width: calc(100% - 55px); }.preference-banner .button { flex: 1; }
  .filter-panel { padding: 11px; }.filter-row { gap: 9px; }.filter-control { min-width: calc(50% - 6px); }.clear-button { min-width: 100%; margin: 0; }
  .cards-grid { grid-template-columns: 1fr; }.update-card { padding: 17px; }.card-summary { min-height: 0; }
  .footer-inner { justify-content: flex-start; padding-top: 17px; padding-bottom: 17px; }.footer-inner p { order: 3; flex: 0 0 100%; text-align: left; }.footer-note { margin-left: auto; }
  .preference-options { grid-template-columns: 1fr; }.app-dialog { padding: 18px; }.dialog-actions { justify-content: stretch; }.dialog-actions .button { flex: 1; }.dialog-actions #clearPreferencesButton { flex: 0 0 100%; justify-content: flex-start; }
  .detail-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 390px) {
  .brand-copy strong { font-size: 15px; }.header-actions .button-small { font-size: 10px; }
  .preference-banner-icon { display: none; }.preference-banner-copy { min-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
