:root { --deep-navy: #0A1628;
--navy-surface: #142139;
--navy-border: #1F2D47;
--citation-teal: #1D9E75;
--teal-hover: #178A65;
--data-blue: #378ADD;
--steel-blue: #7BA7D4;
--off-white: #F4F4F2;
--text-muted: #9CA9BD;
--text-soft: #5D6B83;
--warning: #D4A03E;
--danger: #C84A4A; --light-bg: #F4F4F2;
--light-card: #FFFFFF;
--light-border: #DDDDD8;
--light-text: #0A1628;
--light-muted: #5D6B83; --r-xs: 3px;
--r-sm: 4px;
--r-md: 8px;
--r-lg: 12px; --s-xs: 8px;
--s-sm: 16px;
--s-md: 24px;
--s-lg: 40px;
--s-xl: clamp(64px, 10vw, 112px); --sh-sm: 0 1px 2px rgba(0, 0, 0, .1);
--sh-md: 0 4px 12px rgba(0, 0, 0, .15);
--sh-lg: 0 12px 32px rgba(0, 0, 0, .25);
--sh-teal: 0 8px 24px rgba(29, 158, 117, .25); --font-sans: 'Inter', 'IBM Plex Sans Thai', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-mono: 'IBM Plex Mono', ui-monospace, 'Courier New', monospace;
--wrap: 1120px;
--wrap-narrow: 760px;
} *, *::before, *::after { box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
scroll-padding-top: 76px;
}
body {
margin: 0;
background: var(--deep-navy);
color: var(--off-white);
font-family: var(--font-sans);
font-size: 16px;
font-weight: 400;
line-height: 1.7; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: rgba(29, 158, 117, .3); color: var(--off-white); }
:focus-visible {
outline: 2px solid var(--citation-teal);
outline-offset: 3px;
border-radius: var(--r-xs);
}
.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: absolute; left: -9999px; top: 0; z-index: 100;
background: var(--citation-teal); color: var(--off-white);
padding: 12px 20px; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; } .wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 40px, var(--wrap-narrow)); margin-inline: auto; }
.band { padding-block: var(--s-xl); position: relative; }
.band--surface { background: var(--navy-surface); }
.band--light {
background: var(--light-bg);
color: var(--light-text);
}
.band--light .lead,
.band--light .muted { color: var(--light-muted); }
.band--tight { padding-block: clamp(48px, 7vw, 80px); }
.rule { height: 1px; background: var(--navy-border); border: 0; margin: 0; } .display {
font-size: clamp(30px, 5vw, 56px); line-height: 1.24;
letter-spacing: -0.02em;
font-weight: 700;
margin: 0 0 var(--s-md);
text-wrap: balance;
}
.h2 {
font-size: clamp(26px, 4.2vw, 44px);
line-height: 1.35; letter-spacing: -0.015em;
margin: 0 0 var(--s-md);
text-wrap: balance;
} .en {
font-family: var(--font-mono);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.h3 {
font-size: clamp(18px, 2.5vw, 22px);
line-height: 1.4;
letter-spacing: -0.01em;
font-weight: 600;
margin: 0 0 var(--s-xs);
}
.lead {
font-size: clamp(16px, 1.9vw, 19px);
line-height: 1.75;
color: var(--text-muted);
max-width: 65ch;
}
.muted { color: var(--text-muted); }
.soft { color: var(--text-soft); }
.teal { color: var(--citation-teal); }
.body-narrow { max-width: 65ch; } .mono {
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.4;
}
.src {
font-family: var(--font-sans);
font-size: 12px;
letter-spacing: 0.01em;
color: var(--text-soft);
line-height: 1.6;
}
.src.en { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; } .seclabel {
display: flex;
align-items: center;
gap: 10px;
font-family: var(--font-sans);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.04em;
color: var(--citation-teal);
margin-bottom: var(--s-sm);
}
.seclabel::before {
content: "";
width: 24px;
height: 1px;
background: var(--citation-teal);
flex: none;
}
.seclabel--center { justify-content: center; }
.seclabel.en { font-family: var(--font-mono); font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; } .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 24px;
border-radius: var(--r-sm);
border: 1px solid transparent;
font-weight: 600;
font-size: 15px;
line-height: 1.3;
cursor: pointer;
position: relative;
overflow: hidden;
transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.btn--primary {
background: var(--citation-teal);
color: var(--off-white);
}
.btn--primary:hover {
background: var(--teal-hover);
transform: translateY(-2px);
box-shadow: var(--sh-teal);
} .btn--primary::after {
content: "";
position: absolute;
inset: 0 auto 0 -60%;
width: 45%;
background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent);
transform: translateX(-100%);
transition: transform .6s ease;
pointer-events: none;
}
.btn--primary:hover::after { transform: translateX(340%); }
.btn--ghost {
background: transparent;
color: var(--off-white);
border-color: var(--steel-blue);
}
.btn--ghost:hover {
background: var(--steel-blue);
color: var(--deep-navy);
box-shadow: var(--sh-md);
}
.btn--dark {
background: var(--deep-navy);
color: var(--off-white);
}
.btn--dark:hover { background: #12203a; transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--nav { padding: 10px 18px; font-size: 13px; }
.btn--wide { width: 100%; }
.cta-note {
font-size: 13px;
letter-spacing: 0.01em;
color: var(--text-soft);
margin-top: 12px;
line-height: 1.6;
}
.ctarow {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
} .tag {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(29, 158, 117, .08);
border: 1px solid rgba(29, 158, 117, .25);
color: var(--citation-teal);
font-family: var(--font-sans);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.01em;
border-radius: var(--r-xs);
padding: 5px 10px;
line-height: 1.5;
}
.tag--solid { background: var(--citation-teal); color: var(--off-white); border-color: var(--citation-teal); }
.tag--warn { background: rgba(212, 160, 62, .1); border-color: rgba(212, 160, 62, .35); color: var(--warning); }
.tag--neutral { background: rgba(156, 169, 189, .08); border-color: rgba(156, 169, 189, .22); color: var(--text-muted); }
.taglist { display: flex; flex-wrap: wrap; gap: 8px; } .topbar {
position: sticky;
top: 0;
z-index: 50;
background: rgba(10, 22, 40, .92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-bottom: 1px solid var(--navy-border);
}
.topbar__in {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--s-sm);
height: 60px;
}
.brand {
display: flex;
align-items: center;
gap: 10px;
font-weight: 700;
letter-spacing: -0.02em;
font-size: 17px;
white-space: nowrap;
}
.brand__mark {
width: 22px; height: 22px; flex: none;
border: 1.5px solid var(--citation-teal);
border-radius: var(--r-xs);
display: grid; place-items: center;
color: var(--citation-teal);
font-family: var(--font-mono);
font-size: 11px;
font-weight: 500;
}
.topbar__nav {
display: none;
gap: var(--s-md);
font-size: 14px;
}
.topbar__nav a { color: var(--text-muted); white-space: nowrap; word-break: keep-all; transition: color .2s ease; }
.topbar__nav a:hover { color: var(--off-white); }
.topbar__right { display: flex; align-items: center; gap: 10px; }
@media (min-width: 900px) {
.topbar__nav { display: flex; }
} .hero { padding-block: clamp(48px, 8vw, 96px) var(--s-xl); }
.hero__grid { display: grid; gap: clamp(32px, 5vw, 56px); }
@media (min-width: 980px) {
.hero__grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
}
.hero .display .mark { color: var(--citation-teal); }
.hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--s-md); } .card {
background: var(--navy-surface);
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
padding: clamp(20px, 3vw, 32px);
transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card--hover:hover {
transform: translateY(-4px);
border-color: var(--citation-teal);
box-shadow: var(--sh-lg);
}
.card--flat { background: transparent; }
.grid { display: grid; gap: var(--s-sm); }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 860px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } } .metric {
background: var(--deep-navy);
border: 1px solid var(--navy-border);
border-radius: var(--r-sm);
padding: 14px;
transition: transform .2s ease, border-color .2s ease;
}
.metric:hover { border-color: var(--citation-teal); transform: translateY(-2px); }
.metric__k {
font-size: 12px;
letter-spacing: 0.01em;
color: var(--text-soft);
margin-bottom: 6px;
line-height: 1.5;
}
.metric__v { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.metric__d { font-family: var(--font-mono); font-size: 11px; color: var(--citation-teal); margin-top: 2px; } .statgrid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1px;
background: var(--navy-border);
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
overflow: hidden;
}
@media (min-width: 760px) { .statgrid--4 { grid-template-columns: repeat(4, 1fr); } }
.stat {
background: var(--deep-navy);
padding: clamp(18px, 2.6vw, 26px);
position: relative;
}
.stat::after {
content: "";
position: absolute;
left: 0; bottom: 0;
height: 2px; width: 0;
background: var(--citation-teal);
transition: width .3s ease;
}
.stat:hover::after { width: 100%; }
.stat__v {
font-size: clamp(26px, 4vw, 38px);
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 6px;
}
.stat__l { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.stat__s { margin-top: 10px; } .case__head {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
gap: 12px;
padding-bottom: var(--s-sm);
border-bottom: 1px solid var(--navy-border);
margin-bottom: var(--s-sm);
}
.case__name { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.case__meta { font-size: 12px; color: var(--text-soft); line-height: 1.6; }
.scoreline {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
margin-bottom: var(--s-sm);
}
.score {
font-size: clamp(30px, 5vw, 44px);
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1;
}
.score--before { color: var(--text-soft); }
.score--after { color: var(--citation-teal); }
.score__arrow { color: var(--text-soft); font-size: 20px; }
.score__delta {
font-family: var(--font-sans);
font-size: 13px;
font-weight: 600;
letter-spacing: .01em;
color: var(--citation-teal);
border: 1px solid rgba(29, 158, 117, .3);
background: rgba(29, 158, 117, .08);
border-radius: var(--r-xs);
padding: 4px 8px;
} .dim { display: grid; gap: 10px; margin-block: var(--s-sm); }
.dim__row { display: grid; grid-template-columns: minmax(96px, 1.2fr) 3fr auto; gap: 10px; align-items: center; font-size: 13px; }
.dim__name { color: var(--text-muted); }
.dim__track { height: 6px; background: var(--navy-border); border-radius: 99px; position: relative; overflow: hidden; }
.dim__fill { position: absolute; inset: 0 auto 0 0; background: var(--citation-teal); border-radius: 99px; }
.dim__fill--before { background: var(--text-soft); }
.dim__num { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); white-space: nowrap; } .disclose {
background: rgba(212, 160, 62, .08);
border: 1px solid rgba(212, 160, 62, .28);
border-radius: var(--r-sm);
padding: 14px 16px;
font-size: 14px;
line-height: 1.65;
color: var(--text-muted);
}
.disclose strong { color: var(--warning); font-weight: 600; }
.note {
background: rgba(55, 138, 221, .07);
border: 1px solid rgba(55, 138, 221, .25);
border-radius: var(--r-sm);
padding: 14px 16px;
font-size: 14px;
line-height: 1.65;
color: var(--text-muted);
}
.note strong { color: var(--data-blue); font-weight: 600; } .placeholder {
border: 1px dashed var(--danger);
background: rgba(200, 74, 74, .06);
border-radius: var(--r-sm);
padding: 16px 18px;
color: var(--text-muted);
font-size: 14px;
line-height: 1.65;
}
.placeholder__t {
font-size: 12px;
font-weight: 600;
letter-spacing: .02em;
color: var(--danger);
display: block;
margin-bottom: 6px;
} .checklist { display: grid; gap: 12px; } .checklist li {
position: relative;
padding-left: 20px;
font-size: 15px;
line-height: 1.7;
}
.checklist li::before {
content: "";
position: absolute;
left: 0;
top: .62em;
width: 8px; height: 8px;
border-radius: 50%;
background: var(--citation-teal);
}
.checklist--muted li::before { background: var(--text-soft); }
.numlist { display: grid; gap: var(--s-sm); counter-reset: n; }
.numlist > li { counter-increment: n; display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.numlist > li::before {
content: counter(n, decimal-leading-zero);
font-family: var(--font-mono);
font-size: 12px;
color: var(--citation-teal);
padding-top: 3px;
} .probs { display: grid; gap: 1px; background: var(--navy-border); border: 1px solid var(--navy-border); border-radius: var(--r-md); overflow: hidden; }
.prob { background: var(--deep-navy); padding: 18px 20px; transition: background-color .2s ease; }
.prob:hover { background: var(--navy-surface); }
.prob__q { font-size: 16px; font-weight: 600; line-height: 1.6; margin-bottom: 6px; }
.prob__a { font-size: 14px; color: var(--text-muted); line-height: 1.7; } .stack { display: grid; gap: 1px; background: var(--navy-border); border: 1px solid var(--navy-border); border-radius: var(--r-md); overflow: hidden; }
.stack__row {
background: var(--deep-navy);
display: grid;
grid-template-columns: 1fr;
gap: 6px;
padding: 18px 20px;
}
@media (min-width: 760px) {
.stack__row { grid-template-columns: 1fr auto; align-items: baseline; gap: var(--s-md); }
}
.stack__item { font-size: 15px; font-weight: 600; line-height: 1.55; }
.stack__desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-top: 4px; }
.stack__anchor {
font-size: 13px;
font-weight: 600;
letter-spacing: .01em;
color: var(--citation-teal);
white-space: nowrap;
} .band--light .card {
background: var(--light-card);
border-color: var(--light-border);
color: var(--light-text);
}
.band--light .card .muted { color: var(--light-muted); }
.band--light .seclabel { color: var(--teal-hover); }
.band--light .seclabel::before { background: var(--teal-hover); }
.band--light .rule { background: var(--light-border); }
.tier { position: relative; display: flex; flex-direction: column; gap: 14px; }
.tier--featured {
background: var(--deep-navy) !important;
border-color: var(--deep-navy) !important;
color: var(--off-white) !important;
box-shadow: var(--sh-lg);
}
.tier--featured .muted { color: var(--text-muted) !important; }
.tier__badge { position: absolute; top: -11px; left: 20px; }
.tier__price { font-size: clamp(30px, 4.5vw, 40px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
.tier__unit { font-size: 13px; color: var(--light-muted); line-height: 1.6; }
.tier--featured .tier__unit { color: var(--text-muted); }
.tier__list { display: grid; gap: 10px; font-size: 14px; line-height: 1.6; }
.tier__list li { position: relative; padding-left: 18px; }
.tier__list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--citation-teal); }
.tier__foot { margin-top: auto; } .faq { border-top: 1px solid var(--navy-border); }
.faq__item { border-bottom: 1px solid var(--navy-border); }
.faq__q {
width: 100%;
background: none;
border: 0;
text-align: left;
padding: 20px 0;
display: grid;
grid-template-columns: 1fr 20px;
gap: 14px;
align-items: center;
cursor: pointer;
font-size: clamp(16px, 2vw, 18px);
font-weight: 600;
line-height: 1.5;
transition: color .2s ease, padding-left .2s ease;
}
.faq__q:hover { color: var(--citation-teal); padding-left: 12px; }
.faq__sign { position: relative; width: 14px; height: 14px; justify-self: end; }
.faq__sign::before, .faq__sign::after {
content: ""; position: absolute; background: var(--citation-teal); border-radius: 2px;
}
.faq__sign::before { inset: 6px 0 auto 0; height: 2px; }
.faq__sign::after { inset: 0 auto 0 6px; width: 2px; transition: transform .25s ease; }
.faq__item[open] .faq__sign::after { transform: scaleY(0); }
.faq__a { padding: 0 0 22px; color: var(--text-muted); font-size: 15px; line-height: 1.75; max-width: 72ch; }
.faq__item summary { list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; } .shot {
background: var(--navy-surface);
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
padding: 10px;
overflow: hidden;
}
.shot img { border-radius: var(--r-sm); width: 100%; }
.shot__cap {
font-size: 12px;
color: var(--text-soft);
padding: 10px 4px 2px;
line-height: 1.6;
} .sticky-cta {
position: fixed;
left: 0; right: 0; bottom: 0;
z-index: 60;
background: rgba(10, 22, 40, .95);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-top: 1px solid var(--navy-border);
padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
transform: translateY(110%);
transition: transform .3s ease;
}
.sticky-cta.is-on { transform: translateY(0); }
@media (min-width: 900px) { .sticky-cta { display: none; } } .site-footer {
border-top: 1px solid var(--navy-border);
padding-block: var(--s-lg);
font-size: 14px;
color: var(--text-muted);
}
.site-footer a:hover { color: var(--citation-teal); } .reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: .001ms !important;
transition-duration: .001ms !important;
}
.reveal { opacity: 1; transform: none; }
} .mt-0 { margin-top: 0; }
.mt-s { margin-top: var(--s-sm); }
.mt-m { margin-top: var(--s-md); }
.mt-l { margin-top: var(--s-lg); }
.mb-0 { margin-bottom: 0; }
.mb-s { margin-bottom: var(--s-sm); }
.mb-m { margin-bottom: var(--s-md); }
.mb-l { margin-bottom: var(--s-lg); }
.center { text-align: center; }
.center-x { margin-inline: auto; }
.nowrap { white-space: nowrap; }
.flexcol { display: flex; flex-direction: column; gap: var(--s-sm); } .doc { padding-block: clamp(40px, 6vw, 72px) var(--s-xl); }
.doc h1 {
font-size: clamp(28px, 4vw, 42px);
line-height: 1.35;
letter-spacing: -0.015em;
margin: 0 0 var(--s-sm);
}
.doc__meta {
color: var(--text-soft);
font-size: 13px;
line-height: 1.7;
padding-bottom: var(--s-md);
border-bottom: 1px solid var(--navy-border);
margin-bottom: var(--s-lg);
}
.doc h2 {
font-size: clamp(19px, 2.4vw, 24px);
line-height: 1.45;
font-weight: 700;
letter-spacing: -0.01em;
margin: var(--s-lg) 0 var(--s-sm);
padding-top: var(--s-sm);
border-top: 1px solid var(--navy-border);
}
.doc h2:first-of-type { border-top: 0; padding-top: 0; }
.doc h3 {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
margin: var(--s-md) 0 var(--s-xs);
color: var(--off-white);
}
.doc p, .doc li { font-size: 15px; line-height: 1.8; color: var(--text-muted); }
.doc p { margin: 0 0 1em; max-width: 72ch; }
.doc strong { color: var(--off-white); font-weight: 600; }
.doc a { color: var(--citation-teal); text-decoration: underline; text-underline-offset: 3px; }
.doc a:hover { color: var(--teal-hover); }
.doc ul { display: grid; gap: 10px; margin: 0 0 1.2em; max-width: 72ch; }
.doc ul > li { position: relative; padding-left: 20px; }
.doc ul > li::before {
content: ""; position: absolute; left: 0; top: .68em;
width: 6px; height: 6px; border-radius: 50%; background: var(--citation-teal);
}
.doc ol { display: grid; gap: 10px; margin: 0 0 1.2em; max-width: 72ch; counter-reset: d; }
.doc ol > li { position: relative; padding-left: 26px; counter-increment: d; }
.doc ol > li::before {
content: counter(d) "."; position: absolute; left: 0; top: 0;
color: var(--citation-teal); font-weight: 600; font-size: 14px;
}
.doc code {
font-family: var(--font-mono); font-size: 13px;
background: var(--navy-surface); border: 1px solid var(--navy-border);
border-radius: var(--r-xs); padding: 1px 6px; color: var(--off-white);
}
.tablewrap { overflow-x: auto; margin: 0 0 1.4em; border: 1px solid var(--navy-border); border-radius: var(--r-md); }
.doc table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 14px; }
.doc th, .doc td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--navy-border); vertical-align: top; line-height: 1.65; }
.doc th { background: var(--navy-surface); color: var(--off-white); font-weight: 600; white-space: nowrap; }
.doc td { color: var(--text-muted); }
.doc tr:last-child td { border-bottom: 0; }
.toc { background: var(--navy-surface); border: 1px solid var(--navy-border); border-radius: var(--r-md); padding: 20px 22px; margin-bottom: var(--s-lg); }
.toc ol { gap: 6px; margin: 0; }
.toc li { font-size: 14px; }
.toc a { color: var(--text-muted); text-decoration: none; }
.toc a:hover { color: var(--citation-teal); text-decoration: underline; } .cc {
position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
background: var(--navy-surface);
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
box-shadow: var(--sh-lg);
padding: 20px;
max-width: 560px;
display: none;
}
.cc.is-open { display: block; }
.cc__t { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.cc__b { font-size: 14px; line-height: 1.7; color: var(--text-muted); margin-bottom: 16px; }
.cc__b a { color: var(--citation-teal); text-decoration: underline; text-underline-offset: 3px; }
.cc__row { display: flex; flex-wrap: wrap; gap: 10px; }
.cc .btn { flex: 1 1 auto; min-width: 140px; font-size: 14px; padding: 12px 18px; }
.cc__opts { display: grid; gap: 12px; margin-bottom: 16px; }
.cc__opt { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: 14px; line-height: 1.6; }
.cc__opt input { margin-top: 4px; accent-color: var(--citation-teal); width: 16px; height: 16px; }
.cc__opt span { color: var(--text-muted); }
.cc__opt strong { display: block; color: var(--off-white); font-weight: 600; }
@media (min-width: 640px) { .cc { left: auto; right: 24px; bottom: 24px; } } .botsim { border-collapse: collapse; width: 100%; min-width: 460px; font-size: 13px; }
.botsim th, .botsim td { padding: 9px 12px; border-bottom: 1px solid var(--navy-border); text-align: left; line-height: 1.5; }
.botsim thead th { background: var(--deep-navy); color: var(--text-soft); font-weight: 600; font-size: 12px; white-space: nowrap; }
.botsim td:nth-child(2), .botsim td:nth-child(3), .botsim td:nth-child(5),
.botsim th:nth-child(2), .botsim th:nth-child(3), .botsim th:nth-child(5) { text-align: right; white-space: nowrap; }
.botsim td { color: var(--text-muted); }
.botsim td:first-child { color: var(--off-white); }
.botsim .soft { display: block; font-size: 11px; color: var(--text-soft); }
.botsim .up { color: var(--citation-teal); font-weight: 600; white-space: nowrap; }
.botsim .down { color: var(--text-soft); white-space: nowrap; }
.botsim .flat { color: var(--text-muted); white-space: nowrap; }
.botsim tr.sum td { border-top: 1px solid var(--citation-teal); border-bottom: 0; background: rgba(29,158,117,.06); }
.botsim tbody tr:hover td { background: rgba(255,255,255,.02); }
.botsim tr.sum:hover td { background: rgba(29,158,117,.09); } .docframe {
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
overflow: hidden;
background: var(--deep-navy);
}
.docframe__bar {
display: flex; align-items: center; gap: 8px;
padding: 10px 14px;
background: var(--navy-surface);
border-bottom: 1px solid var(--navy-border);
font-size: 12px; color: var(--text-soft);
}
.docframe__bar::before {
content: ""; width: 8px; height: 8px; border-radius: 50%;
background: var(--citation-teal); flex: none;
} .docframe iframe { display: block; width: 100%; border: 0; background: #FFFFFF; color-scheme: light; }
.docframe--paper { border-color: #cfd6e4; }
.docframe--paper .docframe__bar { background: #eef1f6; color: #46526b; border-bottom-color: #cfd6e4; }
.docframe--paper .docframe__bar::before { background: var(--teal-hover); }
.docframe__cap {
padding: 12px 14px; font-size: 12px; line-height: 1.6;
color: var(--text-soft); border-top: 1px solid var(--navy-border);
}  .eyebrow {
font-size: 13px;
font-weight: 600;
letter-spacing: .04em;
line-height: 1.6;
color: var(--text-soft);
margin: 0 0 10px;
}
.eyebrow strong { color: var(--citation-teal); font-weight: 600; } .bignum {
display: block;
font-size: clamp(44px, 7vw, 64px);
font-weight: 700;
letter-spacing: -0.035em;
line-height: 1;
color: var(--off-white);
font-variant-numeric: tabular-nums;
}
.bignum--hot { color: var(--citation-teal); }
.bignum .unit { font-size: .42em; font-weight: 700; letter-spacing: -0.01em; margin-left: 2px; }
.bigcap {
display: block;
font-size: 12.5px;
letter-spacing: .02em;
color: var(--text-muted);
margin-top: 10px;
line-height: 1.55;
}
.bigsrc { display: block; font-size: 12px; color: var(--text-soft); margin-top: 6px; line-height: 1.55; } .stat--hot { background: rgba(29, 158, 117, .07); }
.stat--hot::after { width: 100%; } .hl {
color: var(--citation-teal);
background: rgba(29, 158, 117, .1);
border-radius: 3px;
padding: 0 .18em;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
} .ev {
position: relative;
background: var(--navy-surface);
border: 1px solid var(--navy-border);
border-radius: var(--r-md);
padding: clamp(18px, 2.6vw, 28px);
}
.ev__src {
font-size: 12px;
color: var(--text-soft);
line-height: 1.6;
padding-top: 14px;
margin-top: 16px;
border-top: 1px solid var(--navy-border);
}
.ev__src a { color: var(--citation-teal); text-decoration: underline; text-underline-offset: 3px; } .evt { border-collapse: collapse; width: 100%; font-size: 14px; }
.evt th, .evt td { padding: 11px 12px; border-bottom: 1px solid var(--navy-border); text-align: left; line-height: 1.6; vertical-align: top; }
.evt thead th { font-size: 12px; color: var(--text-soft); font-weight: 600; white-space: nowrap; }
.evt td { color: var(--text-muted); }
.evt td:first-child { color: var(--off-white); font-weight: 500; }
.evt .num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.evt .delta { color: var(--citation-teal); font-weight: 700; text-align: right; white-space: nowrap; }
.evt tr.total td { border-top: 1px solid var(--citation-teal); border-bottom: 0; background: rgba(29,158,117,.06); color: var(--off-white); font-weight: 600; } .evt tr.ring > * { background: rgba(29, 158, 117, .1); }
.evt tr.ring td:first-child { box-shadow: inset 3px 0 0 var(--citation-teal); }
.evt tr.is-muted td { opacity: .62; } .anno { position: relative; }
.anno__layer { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.anno__label {
position: absolute;
background: var(--citation-teal);
color: #06251a;
font-size: 12.5px;
font-weight: 700;
line-height: 1.45;
padding: 7px 11px;
border-radius: var(--r-sm);
max-width: 260px;
box-shadow: var(--sh-md);
pointer-events: none;
}
.anno__label::after {
content: "";
position: absolute;
width: 0; height: 0;
border: 6px solid transparent;
}
.anno__label--down::after { bottom: -11px; left: 18px; border-top-color: var(--citation-teal); }
.anno__label--up::after { top: -11px; left: 18px; border-bottom-color: var(--citation-teal); }
.anno__ring { fill: none; stroke: var(--citation-teal); stroke-width: 2.5; }
.anno__arrow { fill: none; stroke: var(--citation-teal); stroke-width: 2.5; stroke-linecap: round; }
@media (prefers-reduced-motion: no-preference) {
.anno__ring { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.anno.is-in .anno__ring { animation: draw 1s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
} .dontread {
background: rgba(212, 160, 62, .09);
border: 1px solid rgba(212, 160, 62, .3);
border-radius: var(--r-sm);
padding: 16px 18px;
font-size: 14.5px;
line-height: 1.75;
color: var(--text-muted);
}
.dontread b, .dontread strong { color: var(--off-white); }
.dontread .kill { color: var(--warning); font-weight: 700; } .ringed { position: relative; display: inline-block; padding: .1em .35em; }
.ringed > svg {
position: absolute; inset: -.28em -.1em;
width: calc(100% + .2em); height: calc(100% + .56em);
overflow: visible; pointer-events: none;
}
.ringed > svg ellipse {
fill: none; stroke: var(--citation-teal); stroke-width: 2.2;
vector-effect: non-scaling-stroke;
}
@media (prefers-reduced-motion: no-preference) {
.ringed > svg ellipse { stroke-dasharray: 400; stroke-dashoffset: 400; transition: stroke-dashoffset 1.1s ease .15s; }
.is-in .ringed > svg ellipse, .ringed.is-in > svg ellipse { stroke-dashoffset: 0; }
} .evt td { position: relative; }
.pin {
display: inline-block;
margin-top: 8px;
background: var(--citation-teal);
color: #06251a;
font-size: 12.5px; font-weight: 700; line-height: 1.5;
padding: 6px 10px; border-radius: var(--r-sm);
} .ctastrip {
display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
margin-top: var(--s-md);
padding: 18px 20px;
background: rgba(29, 158, 117, .07);
border: 1px solid rgba(29, 158, 117, .28);
border-radius: var(--r-md);
}
.ctastrip .btn { flex: none; }
.ctastrip__note { font-size: 13.5px; line-height: 1.6; color: var(--text-muted); }
.ctastrip__note b { color: var(--off-white); font-weight: 600; }
.band--light .ctastrip { background: rgba(23, 138, 101, .08); border-color: rgba(23, 138, 101, .3); }
.band--light .ctastrip__note { color: var(--light-muted); }
.band--light .ctastrip__note b { color: var(--light-text); } .stack__row { padding: 22px 24px; }
.stack__item {
font-size: clamp(17px, 2.1vw, 20px);
font-weight: 700;
line-height: 1.5;
letter-spacing: -.01em;
color: var(--off-white);
}
.stack__desc { font-size: 15px; line-height: 1.7; margin-top: 6px; }
.stack__anchor {
font-size: clamp(15px, 1.9vw, 18px);
font-weight: 700;
letter-spacing: -.01em;
color: var(--citation-teal);
}
.band--light .stack { background: var(--light-border); border-color: var(--light-border); }
.band--light .stack__row { background: var(--light-card); }
.band--light .stack__item { color: var(--light-text); }
.band--light .stack__desc { color: var(--light-muted); }
.band--light .stack__anchor { color: var(--teal-hover); } .evt { min-width: 620px; }
.evt--wide { min-width: 780px; }
.evt--narrow { min-width: 420px; }
.tablewrap { position: relative; }
.tablewrap::after {
content: "";
position: absolute; top: 0; right: 0; bottom: 0; width: 42px;
background: linear-gradient(90deg, transparent, rgba(10, 22, 40, .92));
pointer-events: none; opacity: 0; transition: opacity .2s ease;
}
.tablewrap.is-scrollable::after { opacity: 1; }
.band--light .tablewrap::after { background: linear-gradient(90deg, transparent, rgba(244, 244, 242, .95)); }
.scrollhint {
display: none;
font-size: 12.5px; color: var(--text-soft);
margin: 0 0 8px;
}
.tablewrap.is-scrollable + .scrollhint,
.scrollhint.is-on { display: block; }
@media (max-width: 700px) {
.evt th, .evt td { padding: 10px 11px; font-size: 13.5px; }
.pin { font-size: 12px; padding: 5px 9px; }
} .ctastrip {
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
margin-top: var(--s-lg);
padding: clamp(22px, 3vw, 32px) clamp(18px, 3vw, 32px);
background: rgba(29, 158, 117, .09);
border: 1px solid rgba(29, 158, 117, .35);
border-radius: var(--r-lg);
}
.ctastrip .btn {
font-size: clamp(16px, 2vw, 18px);
font-weight: 700;
padding: 17px 34px;
min-width: min(100%, 320px);
justify-content: center;
}
.ctastrip__note { font-size: 14px; max-width: 46ch; }
.ctastrip .ctarow, .ctastrip__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; } .btn--primary { font-weight: 700; }
.hero .btn, #try .btn, .tier__foot .btn { font-size: 16px; padding: 16px 28px; }