:root {
  color-scheme: dark;
  --ink: #050a11;
  --ink-2: #09111c;
  --ink-3: #0d1826;
  --panel: #101b29;
  --line: #22364b;
  --line-soft: #172638;
  --text: #eef4fb;
  --muted: #a4b2c3;
  --muted-2: #77879a;
  --blue: #85c7ff;
  --blue-strong: #32aaf6;
  --blue-deep: #0c7ec5;
  --cyan: #51dcff;
  --green: #58d69a;
  --red: #ff726d;
  --orange: #f4ab69;
  --yellow: #e9ce72;
  --shell: min(1380px, calc(100vw - 56px));
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: #c6e6ff; }
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { font-size: 1.32rem; line-height: 1.2; letter-spacing: -.015em; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: var(--blue); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 30; background: rgba(5,10,17,.98); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1500px, calc(100vw - 48px)); min-height: 178px; margin-inline: auto; display: grid; grid-template-columns: 244px minmax(540px,1fr) 170px; align-items: center; gap: 28px; }
.brand { width: 220px; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--text); text-decoration: none; }
.brand:hover { color: var(--text); }
.brand-emblem { width: 150px; height: auto; object-fit: contain; filter: drop-shadow(0 0 14px rgba(47,166,255,.22)); }
.brand-motto { margin-top: 3px; color: #c4ddf5; font: 500 .53rem/1.35 Georgia, serif; letter-spacing: .035em; text-align: center; white-space: nowrap; }
.brand-division { margin-top: 3px; color: #c4ddf5; font: 650 .5rem/1.2 var(--sans); letter-spacing: .34em; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2vw, 33px); }
.primary-nav a { color: var(--blue); text-decoration: none; font-size: .91rem; font-weight: 650; white-space: nowrap; }
.primary-nav a:hover { color: #d4edff; }
.primary-nav .nav-signin { padding: 12px 17px; border: 1px solid var(--blue); color: #07101a; background: var(--blue); font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.primary-nav .nav-signin:hover { background: #c5e6ff; color: #07101a; }
.sibling-brand { display: flex; align-items: center; justify-content: flex-end; gap: 9px; color: var(--muted); text-decoration: none; opacity: .72; transition: opacity .2s ease; }
.sibling-brand:hover { color: var(--text); opacity: 1; }
.sibling-brand span { display: flex; flex-direction: column; }
.sibling-brand strong { color: #d8e2ed; font-size: .9rem; line-height: 1.1; }
.sibling-brand small { margin-top: 4px; color: var(--blue); font: 650 .55rem/1 var(--mono); letter-spacing: .14em; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); background: var(--ink-2); color: var(--text); }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.cve-strip { position: relative; z-index: 10; overflow: hidden; background: #060d15; border-bottom: 3px solid var(--blue); }
.cve-strip-head, .cve-strip-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-inline: max(24px, calc((100vw - 1500px) / 2)); }
.cve-strip-head { min-height: 56px; border-bottom: 1px solid var(--line-soft); }
.cve-strip-head p { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--muted); font: 650 .72rem/1.2 var(--mono); letter-spacing: .08em; }
.cve-strip-head p strong { color: var(--text); }
.cve-strip-head p > span:last-child { padding-left: 12px; border-left: 1px solid var(--line); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px rgba(133,199,255,.9); }
.positive { padding-left: 2px; color: var(--green); }
.cve-actions { display: flex; align-items: center; gap: 18px; color: var(--muted-2); font: 600 .67rem/1 var(--mono); }
.cve-actions button, .cve-actions a { min-height: 32px; display: inline-flex; align-items: center; border: 1px solid var(--line); padding: 0 10px; background: transparent; color: var(--blue); font: inherit; text-decoration: none; cursor: pointer; }
.cve-actions button:hover, .cve-actions a:hover { border-color: var(--blue); color: #d5efff; }
.cve-viewport { overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.cve-track { display: flex; width: max-content; }
.cve-list { display: flex; width: max-content; min-width: 100%; margin: 0; padding: 0; list-style: none; }
.cve-list li { flex: 0 0 auto; width: clamp(350px, 32vw, 560px); border-right: 1px solid var(--line-soft); }
.cve-item { min-height: 64px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 13px; padding: 10px 24px; color: var(--text); text-decoration: none; }
.cve-item:hover { background: rgba(133,199,255,.05); color: var(--text); }
.cve-badge { min-width: 69px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 2px; text-align: center; color: var(--muted); font: 750 .61rem/1.1 var(--mono); text-transform: uppercase; }
.cve-badge.is-critical { color: #ffaaa6; border-color: #7d3635; background: rgba(255,114,109,.12); }
.cve-badge.is-high { color: #ffc18d; border-color: #794d2e; background: rgba(244,171,105,.11); }
.cve-badge.is-medium { color: #efd981; border-color: #75632d; background: rgba(233,206,114,.09); }
.cve-badge.is-low { color: #88e2b5; border-color: #2f6b4d; background: rgba(88,214,154,.09); }
.cve-item strong { font: 750 .73rem/1.3 var(--mono); }
.cve-description { overflow: hidden; color: var(--muted); font-size: .72rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.cve-strip-foot { min-height: 39px; color: var(--muted-2); font: 500 .62rem/1.4 var(--mono); }
.cve-strip.is-animated .cve-track { animation: cve-marquee var(--cve-duration, 300s) linear infinite; }
.cve-strip.is-paused .cve-track { animation-play-state: paused; }
.cve-strip.is-manual .cve-track { animation: none; }
@keyframes cve-marquee { to { transform: translateX(calc(-1 * var(--cve-width, 50%))); } }
.noscript { margin: 0; padding: 12px 24px; font-size: .8rem; }

.hero { position: relative; min-height: 660px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #06101a; }
.hero-video, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: 64% center; opacity: .75; }
.hero-scrim { background: linear-gradient(90deg,rgba(4,9,15,.99) 0%,rgba(4,9,15,.92) 34%,rgba(4,9,15,.38) 67%,rgba(4,9,15,.18)), linear-gradient(0deg,rgba(4,9,15,.9),transparent 42%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: end; gap: 60px; padding-block: 88px; }
.hero-copy { max-width: 800px; }
.eyebrow, .mono-label { color: var(--blue); font: 750 .72rem/1.35 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 14ch; margin-bottom: 28px; font-size: clamp(3.7rem, 7.4vw, 7.7rem); line-height: .91; letter-spacing: -.067em; }
.hero-lead { max-width: 760px; margin-bottom: 35px; color: #c2cedb; font-size: clamp(1.05rem, 1.45vw, 1.31rem); line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--blue); color: var(--text); text-decoration: none; font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.button-primary { background: var(--blue); color: #06101a; }
.button-primary:hover { background: #c4e5ff; color: #06101a; }
.button-ghost { background: rgba(5,10,17,.58); color: var(--blue); }
.button-ghost:hover { background: rgba(133,199,255,.1); color: #e2f3ff; }
.hero-brief { padding: 22px 24px; border: 1px solid rgba(133,199,255,.3); background: rgba(5,12,20,.72); backdrop-filter: blur(9px); }
.hero-brief .mono-label { margin-bottom: 15px; }
.hero-brief dl { margin: 0; }
.hero-brief dl div { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); }
.hero-brief dt { color: var(--blue); font: 700 .7rem/1 var(--mono); }
.hero-brief dd { margin: 0; color: #d7e0e9; font-size: .86rem; }
.motion-toggle { position: absolute; z-index: 3; right: 26px; bottom: 22px; min-height: 35px; padding: 0 12px; border: 1px solid rgba(133,199,255,.45); background: rgba(5,10,17,.72); color: var(--blue); font: 700 .65rem/1 var(--mono); text-transform: uppercase; cursor: pointer; }

.proof-rail { background: var(--ink-2); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { margin-bottom: 9px; font-size: 1rem; }
.proof-grid span { color: var(--muted); font-size: .89rem; line-height: 1.55; }

.section { padding-block: 110px; }
.section-alt { background: var(--ink-2); border-block: 1px solid var(--line-soft); }
.section-intro { max-width: 980px; margin-bottom: 54px; }
.section-intro > p, .section-copy { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.018),transparent 62%); }
.service-card-featured { background: linear-gradient(145deg,rgba(50,170,246,.14),rgba(50,170,246,.018) 62%); }
.card-index { color: var(--muted-2); font: 700 .68rem/1 var(--mono); }
.card-kicker { margin: 34px 0 9px; color: var(--blue); font: 750 .68rem/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.service-card p:not(.card-kicker) { font-size: .93rem; }
.service-card ul { margin: 20px 0 0; padding-left: 18px; color: var(--muted); font-size: .84rem; }

.operating-loop { padding-block: 88px; overflow: hidden; background: linear-gradient(115deg,#081521,#0a2031 48%,#07111b); border-block: 1px solid #23527a; }
.loop-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(620px,1.2fr); gap: 70px; align-items: center; }
.loop-layout > div p:last-child { max-width: 570px; }
.loop-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; }
.loop-steps li { min-height: 190px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #2a4a66; border-right: 0; background: rgba(5,11,18,.44); }
.loop-steps li:last-child { border-right: 1px solid #2a4a66; }
.loop-steps li > span { color: var(--blue); font: 700 .66rem/1 var(--mono); }
.loop-steps strong { margin-top: auto; color: #e5f4ff; font: 600 1.32rem/1.2 Georgia,serif; }
.loop-steps small { margin-top: 9px; color: var(--muted); font-size: .78rem; line-height: 1.4; }

.framework-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); }
.framework-grid article { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.framework-grid article:nth-child(2n) { border-right: 0; }
.framework-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.framework-grid article h3 { font-size: 1.75rem; }
.framework-grid article a { font-size: .82rem; font-weight: 700; text-decoration: none; }

.intelligence { background: radial-gradient(circle at 78% 34%,rgba(39,147,218,.16),transparent 32%),var(--ink); }
.intelligence-layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(390px,.82fr); gap: 90px; align-items: center; }
.fine-print { max-width: 720px; margin: 22px 0 0; color: var(--muted-2); font-size: .79rem; }
.intel-panel { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: rgba(12,24,38,.82); }
.intel-panel > div { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid var(--line); }
.intel-panel > div:nth-child(3) { border-right: 0; }
.intel-panel span { color: var(--text); font-size: 2.3rem; font-weight: 800; letter-spacing: -.05em; }
.intel-panel small { color: var(--muted); font-size: .67rem; line-height: 1.4; text-transform: uppercase; }
.intel-panel p { grid-column: 1/-1; margin: 0; padding: 22px; border-top: 1px solid var(--line); font-size: .8rem; }

.knowledge-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.knowledge-grid article { min-height: 280px; padding: 32px; border: 1px solid var(--line); background: var(--ink); }
.knowledge-grid article:first-child { background: linear-gradient(145deg,rgba(50,170,246,.12),var(--ink) 68%); }
.knowledge-grid .card-kicker { margin-top: 0; }
.contact { background: linear-gradient(120deg,#0a1826,#09243a); border-top: 1px solid #285477; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 70px; align-items: end; }
.contact-layout h2 { max-width: 17ch; }
.contact-layout p:last-child { max-width: 760px; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; min-width: 235px; }

.site-footer { padding-top: 72px; border-top: 1px solid var(--line); background: #04080e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 54px; padding-bottom: 60px; }
.brand-small { width: 130px; }
.brand-small .brand-emblem { width: 88px; }
.brand-small .brand-motto { font-size: .38rem; }
.brand-small .brand-division { font-size: .39rem; letter-spacing: .28em; }
.footer-brand > p { max-width: 390px; margin: 22px 0 8px; font-size: .86rem; }
.footer-brand > a:not(.brand) { font-weight: 700; text-decoration: none; }
.footer-grid h3 { margin-bottom: 17px; color: var(--blue); font: 750 .68rem/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; color: var(--muted); font-size: .82rem; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--blue); }
.trust-note { padding-block: 25px 34px; border-top: 1px solid var(--line-soft); }
.trust-note p { margin: 8px 0; color: var(--muted-2); font-size: .74rem; }

.watch-page { min-height: 72vh; padding-block: 72px 110px; }
.not-found-hero { margin-top: 5rem; }
.watch-hero { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: end; margin-bottom: 36px; }
.watch-hero h1 { margin-bottom: 18px; font-size: clamp(3rem,7vw,6.5rem); line-height: .92; letter-spacing: -.06em; }
.watch-hero p { max-width: 760px; }
.watch-stats { display: flex; gap: 10px; }
.watch-stats div { min-width: 126px; padding: 17px; border: 1px solid var(--line); background: var(--ink-2); }
.watch-stats strong { display: block; font-size: 1.8rem; line-height: 1; }
.watch-stats span { color: var(--muted); font-size: .7rem; }
.watch-tools { display: grid; grid-template-columns: minmax(260px,1fr) 190px auto; gap: 10px; margin-bottom: 22px; }
.watch-tools label { display: grid; gap: 7px; color: var(--muted); font: 650 .69rem/1.2 var(--mono); }
.watch-tools input, .watch-tools select { min-height: 46px; width: 100%; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: var(--ink-2); color: var(--text); }
.watch-tools .button { align-self: end; }
.feed-notice { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; padding: 10px 14px; border: 1px solid var(--line); color: var(--muted); font: 600 .72rem/1.4 var(--mono); }
.feed-table { border: 1px solid var(--line); }
.feed-row { display: grid; grid-template-columns: 115px 156px minmax(0,1fr) 130px; gap: 18px; align-items: center; min-height: 92px; padding: 16px 20px; border-bottom: 1px solid var(--line-soft); color: var(--text); text-decoration: none; }
.feed-row:last-child { border-bottom: 0; }
.feed-row:hover { background: rgba(133,199,255,.045); color: var(--text); }
.feed-id { font: 750 .78rem/1.3 var(--mono); }
.feed-copy strong { display: block; margin-bottom: 5px; font-size: .88rem; }
.feed-copy span { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.feed-date { color: var(--muted-2); font: 600 .67rem/1.35 var(--mono); text-align: right; }
.feed-empty { padding: 40px; color: var(--muted); }

@media (max-width: 1260px) {
  .header-inner { grid-template-columns: 220px minmax(490px,1fr); }
  .sibling-brand { display: none; }
  .primary-nav { gap: 18px; }
  .hero-layout { grid-template-columns: minmax(0,1fr) 290px; }
  .loop-layout { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-inner { width: calc(100vw - 36px); min-height: 150px; grid-template-columns: 1fr auto; }
  .brand { width: 166px; }
  .brand-emblem { width: 130px; }
  .brand-motto { font-size: .48rem; }
  .brand-division { font-size: .46rem; letter-spacing: .3em; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 50; inset: 150px 0 auto 0; max-height: calc(100vh - 150px); display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 18px; background: #07101a; border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 15px; border-bottom: 1px solid var(--line-soft); }
  .primary-nav .nav-signin { margin-top: 12px; text-align: center; }
  .cve-strip-head { align-items: flex-start; flex-direction: column; padding-block: 13px; }
  .cve-actions { width: 100%; flex-wrap: wrap; gap: 9px; }
  .cve-actions > span { flex: 1 0 100%; }
  .cve-strip-foot { align-items: flex-start; flex-direction: column; padding-block: 9px; gap: 2px; }
  .hero { min-height: 690px; }
  .hero-layout { grid-template-columns: 1fr; align-items: center; }
  .hero-brief { display: none; }
  .hero h1 { font-size: clamp(3.2rem,11vw,6rem); }
  .proof-grid, .service-grid, .framework-grid, .knowledge-grid, .intelligence-layout, .footer-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .service-card { min-height: 310px; }
  .knowledge-grid article:first-child { grid-column: 1/-1; }
  .intelligence-layout { gap: 46px; }
  .intel-panel { grid-column: 1/-1; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid .footer-brand { grid-column: 1/-1; }
  .watch-hero { grid-template-columns: 1fr; }
  .watch-tools { grid-template-columns: 1fr 180px; }
  .watch-tools .button { grid-column: 1/-1; justify-self: start; }
  .feed-row { grid-template-columns: 100px 140px 1fr; }
  .feed-date { grid-column: 3; text-align: left; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 28px); }
  .header-inner { width: calc(100vw - 28px); min-height: 132px; }
  .brand { width: 136px; }
  .brand-emblem { width: 105px; }
  .brand-motto { font-size: .4rem; letter-spacing: .025em; }
  .brand-division { font-size: .38rem; letter-spacing: .24em; }
  .primary-nav { top: 132px; max-height: calc(100vh - 132px); }
  .cve-strip-head p { gap: 8px; font-size: .64rem; }
  .cve-actions a, .cve-actions button { min-height: 36px; }
  .cve-list li { width: 88vw; }
  .cve-item { grid-template-columns: auto auto; }
  .cve-description { grid-column: 1/-1; }
  .hero { min-height: 650px; }
  .hero-layout { padding-block: 70px 100px; }
  .hero-video { object-position: 70% center; }
  .hero-scrim { background: linear-gradient(90deg,rgba(4,9,15,.96),rgba(4,9,15,.55)),linear-gradient(0deg,rgba(4,9,15,.9),transparent); }
  .hero h1 { font-size: clamp(3.05rem,16vw,4.7rem); }
  .hero-lead { font-size: 1rem; }
  .motion-toggle { right: 14px; bottom: 14px; }
  .proof-grid, .service-grid, .framework-grid, .knowledge-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:nth-child(3) { min-height: 120px; border-left: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .service-card { min-height: auto; }
  .loop-steps { grid-template-columns: 1fr; }
  .loop-steps li, .loop-steps li:last-child { min-height: 145px; border-right: 1px solid #2a4a66; border-bottom: 0; }
  .loop-steps li:last-child { border-bottom: 1px solid #2a4a66; }
  .framework-grid article, .framework-grid article:nth-child(2n), .framework-grid article:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .framework-grid article:last-child { border-bottom: 0; }
  .intelligence-layout { grid-template-columns: 1fr; }
  .intel-panel { grid-template-columns: 1fr; }
  .intel-panel > div, .intel-panel > div:nth-child(3) { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-actions { width: 100%; }
  .footer-grid .footer-brand, .knowledge-grid article:first-child { grid-column: auto; }
  .watch-page { padding-block: 50px 80px; }
  .watch-tools { grid-template-columns: 1fr; }
  .watch-tools .button { grid-column: auto; width: 100%; }
  .watch-stats { flex-wrap: wrap; }
  .feed-notice { align-items: flex-start; flex-direction: column; }
  .feed-row { grid-template-columns: 1fr auto; gap: 9px; }
  .feed-row .cve-badge { grid-column: 2; grid-row: 1; }
  .feed-copy { grid-column: 1/-1; }
  .feed-date { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cve-strip.is-animated .cve-track { animation: none; }
}
