@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root { color-scheme: dark; }
* { box-sizing: border-box; }
button { font: inherit; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  min-height: 100svh;
  margin: 0;
  background:
    radial-gradient(circle at 72% 4%, rgba(127, 174, 227, 0.1), transparent 31rem),
    linear-gradient(rgba(139, 181, 224, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 181, 224, 0.045) 1px, transparent 1px),
    #080b0f;
  background-size: auto, 54px 54px, 54px 54px, auto;
  color: #dce4ec;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 44px; }
.site-header { min-height: 44px; padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(139, 181, 224, 0.1); }
.wordmark { color: #dce4ec; font-size: 1rem; font-weight: 850; letter-spacing: -0.045em; text-decoration: none; }
.wordmark span { color: #7faee3; }
.site-nav { display: flex; align-items: center; gap: 20px; color: #82909e; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: #7faee3; outline: none; }
.hero { padding: clamp(76px, 11vw, 138px) 0 68px; }
.feed-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.feed-row .kicker { margin: 0; }
.feed-links { display: inline-flex; align-items: center; gap: 7px; }
.feed-link {
  min-height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(127, 174, 227, 0.15);
  border-radius: 8px;
  color: #8495a6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.58rem;
  text-decoration: none;
  text-transform: uppercase;
}
.feed-link:hover, .feed-link:focus-visible { border-color: rgba(127, 174, 227, 0.42); color: #7faee3; outline: none; }
.feed-link svg { width: 13px; height: 13px; fill: currentColor; }
.kicker, .meta, .eyebrow { color: #7faee3; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }
.kicker { margin: 0 0 20px; }
h1 { max-width: 980px; margin: 0; font-size: clamp(3.8rem, 10vw, 8.2rem); letter-spacing: -0.075em; line-height: 0.9; text-wrap: balance; }
.lede { max-width: 720px; margin: 30px 0 0; color: #94a2b1; font-size: clamp(1.05rem, 2vw, 1.27rem); line-height: 1.7; }
.principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.principles span, .tag { padding: 8px 11px; border: 1px solid rgba(127, 174, 227, 0.14); border-radius: 999px; background: rgba(127, 174, 227, 0.04); color: #8495a6; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.62rem; }
.section-head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-head h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.5rem); letter-spacing: -0.05em; }
.section-head p { margin: 0; color: #697786; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.65rem; text-transform: uppercase; }
.note-card { padding: clamp(24px, 4vw, 38px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr); gap: 34px; border: 1px solid rgba(139, 181, 224, 0.14); border-radius: 23px; background: rgba(13, 18, 25, 0.88); color: inherit; text-decoration: none; transition: border-color 180ms ease, transform 180ms ease; }
.post-list { display: grid; gap: 16px; }
.note-card:hover, .note-card:focus-visible { border-color: rgba(127, 174, 227, 0.42); outline: none; transform: translateY(-3px); }
.note-card h3 { margin: 38px 0 0; font-size: clamp(2rem, 5vw, 4.2rem); letter-spacing: -0.065em; line-height: 0.98; }
.note-card p { max-width: 62ch; margin: 17px 0 0; color: #8997a5; line-height: 1.65; }
.score-stack { display: grid; align-content: end; gap: 8px; }
.score { padding: 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(127, 174, 227, 0.12); border-radius: 10px; background: #0a0e13; }
.score span { color: #7d8b99; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.62rem; }
.score strong { color: #aac9ea; font-size: 0.75rem; }
.method { margin-top: 16px; padding: 22px; border: 1px solid rgba(139, 181, 224, 0.11); border-radius: 16px; background: rgba(13, 18, 25, 0.72); color: #7d8b99; line-height: 1.65; }
.number-strip { margin: 34px 0 42px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(127, 174, 227, 0.14); border-radius: 15px; background: rgba(127, 174, 227, 0.12); }
.number-strip div { padding: 18px; display: grid; gap: 5px; background: rgba(10, 14, 19, 0.96); }
.number-strip strong { color: #c4daf1; font-size: 1.65rem; letter-spacing: -0.05em; }
.number-strip span { color: #6f7e8d; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hardware-grid { margin: 24px 0 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hardware-card { min-width: 0; padding: 20px; display: flex; flex-direction: column; border: 1px solid rgba(139, 181, 224, 0.12); border-radius: 14px; background: rgba(10, 14, 19, 0.86); }
.hardware-card span { color: #7faee3; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.59rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hardware-card strong { margin-top: 24px; color: #d5e0ea; font-size: 1.3rem; }
.hardware-card p { margin: 8px 0 20px; color: #778695; font-size: 0.76rem; line-height: 1.45; }
.hardware-card b { margin-top: auto; color: #9fc7ee; font-size: 0.76rem; }
.result-callout { margin: 30px 0 40px; padding: clamp(22px, 4vw, 34px); border: 1px solid rgba(127, 174, 227, 0.2); border-radius: 17px; background: radial-gradient(circle at 90% 10%, rgba(127, 174, 227, 0.13), transparent 16rem), rgba(13, 18, 25, 0.86); }
.result-callout span { color: #748493; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.61rem; letter-spacing: 0.08em; text-transform: uppercase; }
.result-callout strong { max-width: 700px; margin-top: 24px; display: block; color: #d5e3f0; font-size: clamp(1.6rem, 4vw, 2.8rem); letter-spacing: -0.05em; line-height: 1.05; }
.result-callout p { margin-bottom: 0; }
.article-header { padding: clamp(70px, 10vw, 122px) 0 56px; border-bottom: 1px solid rgba(139, 181, 224, 0.11); }
.article-header h1 { max-width: 1000px; font-size: clamp(3.2rem, 8vw, 6.7rem); }
.article-meta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.article-meta span { padding: 8px 10px; border: 1px solid rgba(127, 174, 227, 0.12); border-radius: 8px; color: #7c8a98; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.62rem; }
.article-hero-image, .article-photo { margin: 0; overflow: hidden; border: 1px solid rgba(139, 181, 224, 0.14); border-radius: 20px; background: #0a0e13; }
.article-hero-image { margin-top: 34px; }
.article-photo { margin: 34px 0 42px; }
.article-hero-image img, .article-photo img { width: 100%; height: auto; display: block; }
.article-hero-image figcaption, .article-photo figcaption { padding: 12px 15px; color: #70808f; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.61rem; line-height: 1.55; }
.photo-credit { margin-top: 18px; color: #71808e !important; font-size: 0.78rem !important; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: clamp(38px, 7vw, 84px); padding: 54px 0 76px; }
.article { min-width: 0; }
.article p, .article li { color: #9aa8b6; font-size: 1rem; line-height: 1.78; }
.article code { overflow-wrap: anywhere; word-break: break-word; }
.article .lead { margin-top: 0; color: #c4ced8; font-size: 1.23rem; line-height: 1.7; }
.article h2 { margin: 62px 0 18px; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -0.05em; }
.article h3 { margin: 36px 0 13px; font-size: 1.35rem; letter-spacing: -0.035em; }
.article a { color: #8eb9e9; text-underline-offset: 4px; }
.article a:hover, .article a:focus-visible { color: #b5d4f5; }
.update-note { margin: 0 0 34px; padding: 21px 22px; border: 1px solid rgba(127, 174, 227, 0.2); border-left: 3px solid #7faee3; border-radius: 13px; background: rgba(127, 174, 227, 0.055); }
.update-note strong { display: block; margin-bottom: 7px; color: #c8d5e1; }
.update-note p { margin: 0; color: #91a1b1; line-height: 1.65; }
.update-note p + p { margin-top: 12px; }
.score-table, .package-table { width: 100%; margin: 22px 0 30px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid rgba(139, 181, 224, 0.12); border-radius: 14px; background: rgba(10, 14, 19, 0.82); }
.score-table th, .score-table td, .package-table th, .package-table td { padding: 14px; border-bottom: 1px solid rgba(139, 181, 224, 0.09); text-align: left; vertical-align: top; }
.score-table tr:last-child td, .package-table tr:last-child td { border-bottom: 0; }
.score-table th, .package-table th { color: #71808f; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; }
.score-table td, .package-table td { color: #aebac6; font-size: 0.82rem; line-height: 1.5; }
.vector { display: block; margin-top: 6px; overflow-wrap: anywhere; color: #6f7d8a; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.62rem; }
.cve-block { padding: 0 0 34px; border-bottom: 1px solid rgba(139, 181, 224, 0.1); }
.cve-block + .cve-block { padding-top: 12px; }
.operator-take { padding: 17px 18px; border-radius: 12px; background: rgba(127, 174, 227, 0.045); color: #a5b4c3; line-height: 1.7; }
.escape-path { margin: 24px 0 30px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); align-items: stretch; gap: 10px; }
.escape-path > div { min-width: 0; padding: 18px; border: 1px solid rgba(139, 181, 224, 0.12); border-radius: 13px; background: rgba(10, 14, 19, 0.86); }
.escape-path span { color: #7faee3; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.61rem; letter-spacing: 0.12em; }
.escape-path strong { margin-top: 18px; display: block; color: #cbd7e2; }
.escape-path p { margin: 8px 0 0; font-size: 0.76rem; line-height: 1.55; }
.escape-path b { align-self: center; color: #55718e; font-size: 1.2rem; font-weight: 400; }
.command { padding: 14px 16px; overflow-x: auto; border: 1px solid rgba(139, 181, 224, 0.12); border-radius: 11px; background: #080b0f; color: #8eb9e9; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.76rem; white-space: pre; }
.toc { position: sticky; top: 24px; align-self: start; padding: 18px; border: 1px solid rgba(139, 181, 224, 0.1); border-radius: 14px; background: rgba(13, 18, 25, 0.76); }
.toc strong { color: #768594; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; }
.toc nav { display: grid; gap: 10px; margin-top: 14px; }
.toc a { color: #8d9aa7; font-size: 0.75rem; line-height: 1.35; text-decoration: none; }
.toc a:hover, .toc a:focus-visible { color: #7faee3; }
.source-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.source-list a { display: block; padding: 13px 14px; border: 1px solid rgba(139, 181, 224, 0.1); border-radius: 10px; background: rgba(13, 18, 25, 0.62); text-decoration: none; }
.page-footer { padding-top: 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(139, 181, 224, 0.1); color: #667381; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.63rem; text-transform: uppercase; }
.page-footer a { color: #8493a2; text-decoration: none; }
@media (max-width: 820px) {
  .note-card, .article-layout { grid-template-columns: 1fr; }
  .hardware-grid { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1120px); padding-top: 18px; }
  .site-header { align-items: flex-start; gap: 16px; }
  .site-nav { gap: 13px; font-size: 0.6rem; }
  .site-nav a { min-height: 40px; display: inline-flex; align-items: center; }
  .hero { padding: 60px 0 48px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: 0.94; overflow-wrap: anywhere; }
  .article-header { padding: 58px 0 38px; }
  .article-header h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .article-hero-image, .article-photo { border-radius: 14px; }
  .article-layout { gap: 28px; padding: 34px 0 56px; }
  .article p, .article li { font-size: 0.96rem; line-height: 1.7; }
  .article .lead { font-size: 1.08rem; }
  .article h2 { margin-top: 46px; }
  .note-card { padding: 20px; gap: 24px; border-radius: 18px; }
  .note-card h3 { margin-top: 28px; font-size: clamp(1.8rem, 10vw, 2.8rem); }
  .score { flex-wrap: wrap; }
  .score strong { margin-left: auto; text-align: right; }
  .section-head, .page-footer { align-items: flex-start; flex-direction: column; }
  .score-table, .package-table { max-width: 100%; display: block; overflow-x: auto; overscroll-behavior-x: contain; white-space: nowrap; }
  .score-table th, .score-table td, .package-table th, .package-table td { padding: 11px; }
  .number-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .number-strip div { padding: 14px; }
  .toc { padding: 15px; }
  .toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .toc a { padding: 8px; border: 1px solid rgba(139, 181, 224, 0.09); border-radius: 8px; overflow-wrap: anywhere; }
  .escape-path { grid-template-columns: 1fr; }
  .escape-path b { transform: rotate(90deg); justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
