.dstc{--paper:#f5f0e6;--paper-soft:#faf6ee;--paper-deep:#ede5d4;--ink:#14233a;--ink-soft:#2c3e5c;--ink-mute:#5a6a82;--rule:#d9cfba;--rule-soft:#e8dfca;--sage:#2d5e3e;--sage-mid:#5a8a6a;--sage-soft:#d4e2d0;--sage-tint:#e8efe2;--terracotta:#b56a4a;--terracotta-mid:#c87a59;--terracotta-soft:#ecd9cc;--gold:#b8923a;--gold-mid:#c8a14d;--gold-soft:#ecdfb8;--plum:#7a4a6a;--plum-soft:#e0cfd6;--teal:#2c5a5e;--teal-mid:#3a7a7f;--night:#0f1b2e;--night-hi:#f5f0e6;--night-soft:#93a0b4;--serif:var(--font-display),Georgia,"Times New Roman",serif;--sans:var(--font-body),-apple-system,sans-serif;--mono:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace}.dstc *{box-sizing:border-box;margin:0;padding:0}.dstc{font-family:var(--serif);color:var(--ink);position:relative;overflow-x:hidden}.dstc #sky{z-index:-2;background:var(--paper);will-change:background-color;position:fixed;inset:0}.dstc #grain{z-index:-1;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");position:fixed;inset:0}.dstc #swarm{z-index:0;pointer-events:none;position:fixed;inset:0}.dstc main{z-index:1;position:relative}.dstc nav{z-index:25;justify-content:space-between;align-items:center;padding:1.1rem 2rem;transition:background .5s;display:flex;position:fixed;top:0;left:0;right:0}.dstc nav .wordmark{font-family:var(--serif);letter-spacing:-.01em;color:var(--nav-fg,var(--ink));font-size:1.2rem;font-style:italic;font-weight:560;text-decoration:none}.dstc nav .wordmark .q{color:var(--sage)}.dstc nav .links{align-items:center;gap:1.6rem;display:flex}.dstc nav .links a{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--nav-fg,var(--ink));opacity:.75;font-size:max(12px,.7rem);text-decoration:none;transition:opacity .2s}.dstc nav .links a:hover{opacity:1}.dstc nav .links a.cta{border:1px solid var(--sage);color:var(--sage);opacity:1;border-radius:2px;padding:.5rem .9rem}.dstc nav .links a.cta:hover{background:var(--sage);color:var(--paper)}.dstc.night nav,.dstc.menuopen nav{--nav-fg:var(--night-hi)}.dstc.menuopen nav .wordmark .q{color:var(--sage-mid)}@media (max-width:680px){.dstc nav .links{display:none}}.dstc .burger{cursor:pointer;z-index:30;background:0 0;border:0;flex-direction:column;gap:5px;padding:.5rem;display:none}.dstc .burger span{background:var(--nav-fg,var(--ink));width:22px;height:2px;transition:transform .35s cubic-bezier(.25,.8,.25,1),opacity .25s,background .3s;display:block}@media (max-width:680px){.dstc .burger{display:flex}}.dstc.menuopen .burger span:first-child{transform:translateY(7px)rotate(45deg)}.dstc.menuopen .burger span:nth-child(2){opacity:0}.dstc.menuopen .burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.dstc.menuopen .burger span{background:var(--night-hi)}.dstc #menu{z-index:20;backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#0f1b2ef7;flex-direction:column;justify-content:center;padding:0 9vw;transition:opacity .45s;display:flex;position:fixed;inset:0}.dstc.menuopen #menu{opacity:1;pointer-events:auto}.dstc #menu a{font-family:var(--serif);letter-spacing:-.02em;color:var(--night-hi);opacity:0;padding:.3rem 0;font-size:clamp(1.7rem,7.5vw,2.7rem);font-weight:300;text-decoration:none;transition:opacity .5s,transform .5s,color .25s;display:block;transform:translateY(18px)}.dstc #menu a:hover{color:var(--sage-mid)}.dstc #menu a .mi{font-family:var(--mono);letter-spacing:.2em;color:var(--gold);vertical-align:super;margin-right:.9rem;font-size:max(12px,.62rem)}.dstc.menuopen #menu a{opacity:1;transform:none}.dstc #menu .mfoot{font-family:var(--mono);letter-spacing:.16em;color:var(--night-soft);text-transform:uppercase;opacity:0;max-width:36ch;margin-top:2.4rem;font-size:max(12px,.6rem);transition:opacity .6s .4s}.dstc.menuopen #menu .mfoot{opacity:1}.dstc.js section .kicker,.dstc.js section h1,.dstc.js section h2,.dstc.js section .lede,.dstc.js section .stats{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(20px)}.dstc.js section.vis .kicker{opacity:1;transform:none}.dstc.js section.vis h1,.dstc.js section.vis h2{opacity:1;transition-delay:.12s;transform:none}.dstc.js section.vis .lede{opacity:1;transition-delay:.24s;transform:none}.dstc.js section.vis .stats{opacity:1;transition-delay:.38s;transform:none}.dstc .kicker:before{content:"";background:var(--sage);vertical-align:middle;width:0;height:2px;margin-right:0;transition:width .7s .2s,margin-right .7s .2s;display:inline-block}.dstc section.vis .kicker:before{width:26px;margin-right:.7rem}@media (prefers-reduced-motion:reduce){.dstc.js section .kicker,.dstc.js section h1,.dstc.js section h2,.dstc.js section .lede,.dstc.js section .stats{opacity:1;transition:none;transform:none}}.dstc section{align-items:center;min-height:100vh;padding:12vh 0;display:flex}.dstc .col{width:min(1160px,92vw);margin:0 auto}.dstc .kicker{font-family:var(--mono);letter-spacing:.3em;text-transform:uppercase;color:var(--sage);margin-bottom:1.3rem;font-size:max(12px,.68rem)}.dstc h1,.dstc h2{letter-spacing:-.025em;font-weight:500;line-height:1.04}.dstc h1{max-width:18ch;font-size:clamp(2.5rem,6.4vw,5.4rem)}.dstc h2{max-width:18ch;font-size:clamp(2rem,4.6vw,3.7rem)}.dstc h3{font-weight:600;font-family:var(--sans);letter-spacing:-.01em}.dstc .lede{font-family:var(--sans);max-width:86ch;color:var(--fg-soft,var(--ink-soft));margin-top:1.5rem;font-size:clamp(1.06rem,1.5vw,1.31rem);line-height:1.6}.dstc .lede .v{color:var(--sage);font-style:normal}.dstc .halfcol .lede,.dstc .halfcol h2{max-width:38ch}.dstc .day{color:var(--ink)}.dstc .day .lede{--fg-soft:var(--ink-soft)}.dstc .nightworld{color:var(--night-hi)}.dstc .nightworld .lede{--fg-soft:var(--night-soft)}.dstc .stats{flex-wrap:wrap;gap:2.4rem;margin-top:2.8rem;display:flex}.dstc .stat .n{font-family:var(--mono);letter-spacing:-.02em;font-size:clamp(1.1rem,2.1vw,1.7rem);font-weight:500}.dstc .stat .l{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;opacity:.55;margin-top:.4rem;font-size:max(12px,.64rem)}.dstc .nightworld .stat .n{color:var(--gold-mid)}.dstc #hero{min-height:104vh;position:relative}.dstc #hero .scrollcue{font-family:var(--mono);letter-spacing:.28em;text-transform:uppercase;color:var(--ink-soft);font-size:max(12px,.64rem);animation:2.6s ease-in-out infinite dstc-cue;position:absolute;bottom:4vh;left:50%;transform:translate(-50%)}@keyframes dstc-cue{0%,to{opacity:.55;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,8px)}}.dstc .herobtns{flex-wrap:wrap;gap:.75rem;margin-top:2.2rem;display:flex}.dstc #threshold,.dstc #resurface{align-items:flex-start;min-height:150vh;padding-top:28vh}.dstc #threshold .col,.dstc #resurface .col{text-align:center}.dstc #threshold .line1,.dstc #threshold .line2,.dstc #resurface .line1,.dstc #resurface .line2{letter-spacing:-.02em;font-size:clamp(2rem,5vw,4rem);font-weight:460;line-height:1.08}.dstc #threshold .line1{color:var(--ink);transition:color 1.2s,opacity 1.2s}.dstc #threshold .line2{color:var(--night-hi);opacity:0;margin-top:1.1rem;font-style:italic;transition:opacity 1.4s}.dstc #threshold .line2 .v{color:var(--sage-mid);font-style:normal}.dstc #threshold .sub{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--night-soft);opacity:0;margin-top:3rem;font-size:max(12px,.7rem);transition:opacity 1.6s}.dstc #threshold.crossed .line1{opacity:.28;color:var(--night-soft)}.dstc #threshold.crossed .line2,.dstc #threshold.crossed .sub{opacity:1}.dstc #resurface .line1{color:var(--night-hi);transition:color 1.2s,opacity 1.2s}.dstc #resurface .line2{color:var(--ink);opacity:0;margin-top:1rem;font-style:italic;transition:opacity 1.4s}.dstc #resurface .line2 .v{color:var(--sage);font-style:normal}.dstc #resurface.crossed .line1{opacity:.3}.dstc #resurface.crossed .line2{opacity:1}.dstc .tbtn{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:2px;align-items:center;gap:.5rem;padding:.95rem 1.7rem;font-size:max(12px,.78rem);text-decoration:none;transition:all .25s;display:inline-flex}.dstc .tbtn.primary{background:var(--sage);color:#fff}.dstc .tbtn.primary:hover{background:var(--sage-mid);box-shadow:0 0 30px #2d5e3e47}.dstc .tbtn.ghost{color:var(--ink);border-color:#14233a4d}.dstc .tbtn.ghost:hover{border-color:var(--ink)}.dstc .nightworld .tbtn.ghost{color:var(--night-hi);border-color:#f5f0e64d}.dstc .nightworld .tbtn.ghost:hover{border-color:var(--night-hi)}.dstc .ctarow{flex-wrap:wrap;justify-content:center;gap:1.1rem;margin-top:3rem;display:flex}.dstc .split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:920px){.dstc .split{grid-template-columns:1fr;gap:2.4rem}}.dstc .dio{border-left:3px double var(--sage);opacity:0;border-radius:0;padding:1.35rem 1.5rem 1.5rem;transition:opacity .9s,transform .9s;position:relative;transform:translateY(24px)}.dstc .live .dio{opacity:1;transform:none}.dstc .day .dio{background:var(--paper-soft);border:1px solid var(--rule);border-left:3px double var(--sage);box-shadow:0 1px 2px #14233a0a,0 4px 16px #14233a0a}.dstc .nightworld .dio{border:1px solid #f5f0e624;border-left:3px double var(--gold-mid);background:#16243c;box-shadow:0 18px 50px #060c1880}.dstc .dhead{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;opacity:.75;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem;font-size:max(12px,.6rem);display:flex}.dstc .dot{background:var(--sage);vertical-align:1px;border-radius:50%;width:7px;height:7px;margin-right:.5rem;display:inline-block}.dstc .live .dot{animation:1.6s ease-in-out infinite dstc-pulse}@keyframes dstc-pulse{0%,to{box-shadow:0 0 #2d5e3e80}55%{box-shadow:0 0 0 7px #2d5e3e00}}.dstc .mono{font-family:var(--mono)}.dstc #calc-box{min-height:260px}.dstc .calc-top{justify-content:space-between;margin-bottom:1rem;display:flex}.dstc .calc-q{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--sage);font-size:.62rem}.dstc .calc-time{font-family:var(--mono);color:var(--ink-mute);font-size:.68rem}.dstc .calc-track{background:var(--rule-soft);border-radius:99px;height:3px;margin-bottom:1.3rem;overflow:hidden}.dstc .calc-fill{background:var(--sage);height:100%;transition:width .4s}.dstc .calc-question{font-family:var(--sans);color:var(--ink);margin-bottom:1.1rem;font-size:1.2rem;font-weight:700}.dstc .calc-opts{flex-direction:column;gap:.55rem;display:flex}.dstc .calc-opt{background:var(--paper);border:1px solid var(--rule);cursor:pointer;font-family:var(--sans);text-align:left;color:var(--ink);border-radius:4px;padding:.8rem 1rem;font-size:.88rem;font-weight:500;transition:all .15s}.dstc .calc-opt:hover{border-color:var(--sage);background:var(--sage-tint)}.dstc .calc-badge{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;margin-bottom:1.1rem;padding:.35rem .8rem;font-size:.68rem;font-weight:600;display:inline-flex}.dstc .calc-badge.tone-sage{background:var(--sage-soft);color:var(--sage)}.dstc .calc-badge.tone-gold{background:var(--gold-soft);color:var(--gold)}.dstc .calc-badge.tone-terracotta{background:var(--terracotta-soft);color:var(--terracotta)}.dstc .calc-result{font-family:var(--sans);color:var(--ink-soft);margin-bottom:1.3rem;font-size:.92rem;line-height:1.6}.dstc .hbar-row{grid-template-columns:100px 1fr 40px;align-items:center;gap:.7rem;margin-bottom:.55rem;font-size:.78rem;display:grid}.dstc .hbar-label{font-family:var(--sans);color:var(--night-soft)}.dstc .day .hbar-label{color:var(--ink-soft)}.dstc .hbar-track{background:#f5f0e61a;border-radius:99px;height:7px;display:block;overflow:hidden}.dstc .day .hbar-track{background:#14233a14}.dstc .hbar-fill{border-radius:99px;height:100%;transition:width 1.1s cubic-bezier(.25,.8,.25,1);display:block}.dstc .hbar-fill.sage{background:var(--sage-mid)}.dstc .hbar-fill.gold{background:var(--gold-mid)}.dstc .hbar-fill.terracotta{background:var(--terracotta-mid)}.dstc .hbar-fill.plum{background:var(--plum)}.dstc .hbar-fill.teal{background:var(--teal-mid)}.dstc .hbar-value{font-family:var(--mono);text-align:right;color:var(--night-hi);font-size:.72rem}.dstc .day .hbar-value{color:var(--ink)}.dstc .args{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:560px){.dstc .args{grid-template-columns:1fr}}.dstc .args h4{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.6rem;font-size:.6rem}.dstc .args .argfor h4{color:var(--terracotta-mid)}.dstc .args .argagainst h4{color:var(--sage-mid)}.dstc .arg{opacity:0;color:var(--night-soft);border-left:2px solid #c8a14d66;margin-bottom:.5rem;padding:.45rem .6rem;font-size:.78rem;line-height:1.5;transition:opacity .5s,transform .5s;transform:translateY(8px)}.dstc .day .arg{color:var(--ink-soft)}.dstc .argagainst .arg{border-left-color:#5a8a6a80}.dstc .arg.on{opacity:1;transform:none}.dstc .verdict{background:#f5f0e61f;border-radius:2px;height:4px;margin-top:.4rem;position:relative;overflow:hidden}.dstc .verdict i{background:linear-gradient(90deg,var(--gold-mid),var(--sage-mid));border-radius:2px;width:0%;transition:width 1.2s cubic-bezier(.25,.8,.25,1);position:absolute;inset:0}.dstc .vlabel{font-family:var(--mono);letter-spacing:.1em;opacity:.6;text-transform:uppercase;justify-content:space-between;margin-top:.4rem;font-size:.58rem;display:flex}.dstc .cite{color:inherit;border-bottom:1px dotted var(--sage);font-style:normal;text-decoration:none;transition:border-color .2s,color .2s}.dstc .cite:hover{color:var(--sage)}.dstc .nightworld .cite{border-bottom-color:var(--gold-mid)}.dstc .nightworld .cite:hover{color:var(--gold-mid)}.dstc .tabrow{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.dstc .tabbtn{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--rule);color:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:.45rem .8rem;font-size:.66rem;transition:all .18s}.dstc .day .tabbtn{border-color:var(--rule);color:var(--ink-soft)}.dstc .day .tabbtn.on{background:var(--sage);border-color:var(--sage);color:var(--paper)}.dstc .nightworld .tabbtn{color:var(--night-soft);border-color:#f5f0e640}.dstc .nightworld .tabbtn.on{background:var(--gold-mid);border-color:var(--gold-mid);color:var(--ink)}.dstc .rank-list{flex-direction:column;gap:.5rem;display:flex}.dstc .rank-row{border:1px solid #f5f0e624;border-radius:6px;transition:border-color .2s;overflow:hidden}.dstc .day .rank-row{border-color:var(--rule)}.dstc .rank-row.on{border-color:var(--gold-mid)}.dstc .day .rank-row.on{border-color:var(--sage)}.dstc .rank-head{cursor:pointer;font-family:var(--sans);background:#f5f0e608;align-items:center;gap:.75rem;padding:.6rem .9rem;display:flex}.dstc .day .rank-head{background:#14233a05}.dstc .rank-shot{background:linear-gradient(135deg,#f5f0e61a,#f5f0e608);border-radius:4px;flex:none;width:54px;height:34px;overflow:hidden}.dstc .day .rank-shot{background:linear-gradient(135deg,#14233a12,#14233a05)}.dstc .rank-shot img{object-fit:cover;width:100%;height:100%;display:block}.dstc .rank-num{font-family:var(--mono);color:var(--gold-mid);flex:none;width:1.5em;font-size:.72rem}.dstc .day .rank-num{color:var(--terracotta-mid)}.dstc .rank-info{flex:1;min-width:0}.dstc .rank-title{color:var(--night-hi);margin:0;font-size:.88rem;font-weight:600;line-height:1.3}.dstc .day .rank-title{color:var(--ink)}.dstc .rank-bestfor{color:var(--night-soft);margin-top:.2rem;font-size:.68rem}.dstc .day .rank-bestfor{color:var(--ink-soft)}.dstc .rank-chev{font-family:var(--mono);color:var(--night-soft);flex:none;font-size:.7rem;transition:transform .25s}.dstc .day .rank-chev{color:var(--ink-mute)}.dstc .rank-row.on .rank-chev{transform:rotate(90deg)}.dstc .rank-body{max-height:0;transition:max-height .35s;overflow:hidden}.dstc .rank-row.on .rank-body{max-height:460px}.dstc .rank-body-inner{color:var(--night-soft);padding:0 .9rem 1rem;font-size:.8rem;line-height:1.55}.dstc .day .rank-body-inner{color:var(--ink-soft)}.dstc .rank-body-inner b{color:var(--night-hi)}.dstc .day .rank-body-inner b{color:var(--ink)}.dstc .rank-body-inner p{margin:0 0 .6rem}.dstc .rank-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;opacity:.65;margin:0 0 .3rem;font-size:.6rem;display:block}.dstc .rank-strengths{flex-direction:column;gap:.3rem;margin:0 0 .65rem;padding:0;list-style:none;display:flex}.dstc .rank-strengths li{padding-left:1.05rem;position:relative}.dstc .rank-strengths li:before{content:"+";color:var(--sage-mid);font-weight:700;position:absolute;left:0}.dstc .day .rank-strengths li:before{color:var(--sage)}.dstc .rank-consider{opacity:.9;margin:0 0 .75rem;padding-left:1.05rem;font-size:.76rem;position:relative}.dstc .rank-consider:before{content:"–";color:var(--terracotta-mid);position:absolute;left:0}.dstc .rank-readmore{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--gold-mid);border-bottom:1px dotted;align-items:center;gap:.3rem;font-size:.66rem;text-decoration:none;display:inline-flex}.dstc .day .rank-readmore{color:var(--sage)}.dstc .rank-links{flex-wrap:wrap;align-items:center;gap:.3rem 1.1rem;display:flex}.dstc .rank-visit{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--night-soft);border-bottom:1px dotted;align-items:center;gap:.3rem;font-size:.66rem;text-decoration:none;display:inline-flex}.dstc .day .rank-visit{color:var(--ink-soft)}.dstc .rank-visit:hover{color:var(--brand,var(--gold-mid))}.dstc .rank-kicker{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-mid);margin-bottom:1rem;font-size:.66rem}.dstc .day .rank-kicker{color:var(--terracotta-mid)}.dstc .rank-statement{font-family:var(--serif);color:var(--night-hi);max-width:26ch;margin:0 0 1.3rem;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:500;line-height:1.42}.dstc .day .rank-statement{color:var(--ink)}.dstc .rank-statement .v{color:var(--gold-mid);font-style:italic}.dstc .day .rank-statement .v{color:var(--terracotta-mid)}.dstc .rank-pname{font-family:var(--sans);color:var(--night-hi);letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700}.dstc .day .rank-pname{color:var(--ink)}.dstc .rank-pfor{font-family:var(--sans);color:var(--night-soft);max-width:38ch;margin:0;font-size:.92rem}.dstc .day .rank-pfor{color:var(--ink-soft)}.dstc .rank-shot-lg{background:linear-gradient(120deg,#f5f0e608 0%,#f5f0e61f 50%,#f5f0e608 100%) 0 0/200% 100%;border-radius:5px;width:100%;height:150px;margin-bottom:.9rem;animation:3.2s ease-in-out infinite dstc-rankshimmer;overflow:hidden}.dstc .day .rank-shot-lg{background:linear-gradient(120deg,#14233a05 0%,#14233a17 50%,#14233a05 100%) 0 0/200% 100%}.dstc .rank-shot-lg img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}@keyframes dstc-rankshimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dstc .rank-shot-lg{animation:none}}.dstc .rank-card{--brand:var(--gold-mid);transition:transform .3s,border-color .3s,box-shadow .3s}.dstc .day .rank-card{--brand:var(--sage)}.dstc .rank-card:hover{border-color:var(--brand);transform:translateY(-3px)}.dstc .nightworld .rank-card:hover{box-shadow:0 22px 50px #060c188c,0 0 0 1px color-mix(in srgb,var(--brand) 35%,transparent)}.dstc .day .rank-card:hover{box-shadow:0 14px 34px color-mix(in srgb,var(--brand) 22%,transparent)}.dstc .rank-card:hover .rank-shot-lg img{transform:scale(1.06)}.dstc .rank-logowrap{vertical-align:middle;background:#f5f0e612;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;margin-right:.55rem;display:inline-flex;position:relative;overflow:hidden}.dstc .day .rank-logowrap{background:#14233a0d}.dstc .rank-logo{object-fit:contain;width:100%;height:100%;display:block;position:relative}.dstc .rank-logowrap:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(115deg,#0000 35%,#ffffffa6 48% 52%,#0000 65%);animation:4.5s ease-in-out infinite dstc-logoshine;position:absolute;inset:0;transform:translate(-160%)}@keyframes dstc-logoshine{0%,55%{transform:translate(-160%)}75%{transform:translate(160%)}to{transform:translate(160%)}}@media (prefers-reduced-motion:reduce){.dstc .rank-logowrap:after{animation:none;display:none}}@keyframes dstc-brandglow{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--brand) 0%,transparent)}50%{box-shadow:0 0 20px 1px color-mix(in srgb,var(--brand) 20%,transparent)}}.dstc .rank-card{animation:5s ease-in-out infinite dstc-brandglow}.dstc .rank-card:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.dstc .rank-card{animation:none}}.dstc .rank-rail{z-index:5;opacity:0;pointer-events:none;flex-direction:column;gap:.55rem;transition:opacity .4s;display:flex;position:fixed;top:50%;right:26px;transform:translateY(-50%)}.dstc .rank-rail.on{opacity:1;pointer-events:auto}.dstc .rank-rail a{background:#f5f0e640;border-radius:50%;width:7px;height:7px;transition:all .25s;display:block;position:relative}.dstc .rank-rail a:hover{background:#f5f0e68c}.dstc .rank-rail a.on{background:var(--gold-mid);width:9px;height:9px;box-shadow:0 0 0 3px #c8a14d38}.dstc .rank-rail a .rn{font-family:var(--mono);letter-spacing:.06em;white-space:nowrap;color:var(--night-hi);opacity:0;background:#0f1b2eeb;border-radius:3px;padding:.25rem .55rem;font-size:.62rem;transition:opacity .2s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.dstc .rank-rail a:hover .rn{opacity:1}.dstc .lede a{color:var(--gold-mid);border-bottom:1px dotted;text-decoration:none}.dstc .lede a:hover{border-bottom-style:solid}.dstc .day .lede a{color:var(--sage)}@keyframes dstc-glowPass{0%{background-position:135% 0}to{background-position:-35% 0}}@keyframes dstc-glowHold{0%{background-position:135% 0}70%{background-position:50% 0}to{background-position:50% 0}}.dstc .qmark{text-align:center;z-index:3;padding:7vh 0 6vh;position:relative}.dstc .qmark .qm{font-family:var(--serif);background:linear-gradient(112deg,#8a6d2a 0%,#e0b25a 26%,#fff3d0 42%,#e0b25a 58%,#8a6d2a 100%) 100% 0/280% 100%;-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(5.6rem,15vw,9rem);font-weight:500;line-height:.88;display:block}.dstc .qmark.live .qm{animation:2.6s cubic-bezier(.3,.7,.3,1) .15s forwards dstc-qglint}.dstc .qmark .qm:hover{animation:1.4s ease-out dstc-qglint}@keyframes dstc-qglint{0%{background-position:100% 0}to{background-position:-40% 0}}.dstc .qmark p{font-family:var(--serif);opacity:0;max-width:24ch;margin:.5rem auto 0;font-size:clamp(1.15rem,2.9vw,1.85rem);font-style:italic;line-height:1.3;transition:opacity .6s .2s,transform .6s .2s;transform:translateY(10px)}.dstc .qmark.live p{opacity:.92;transform:none}.dstc.night .qmark p{color:var(--night-hi,#f5f0e6)}.dstc .mini-toggle{vertical-align:baseline;border:1px solid var(--rule-strong,#b8a888);cursor:pointer;font:inherit;background:0 0;border-radius:999px;align-items:center;gap:.44rem;padding:.06rem .5rem .1rem;font-size:.94em;line-height:1.3;transition:border-color .2s,background .2s;display:inline-flex}.dstc .mini-toggle:hover{border-color:var(--gold-mid,#c8a14d);background:#c8a14d1a}.dstc .mini-toggle .mt-v{font-family:var(--mono);font-size:max(12px,.82em);font-weight:600}.dstc .mini-toggle .mt-dot{background:var(--gold-mid,#c8a14d);border-radius:50%;flex:none;width:.42rem;height:.42rem;transition:background .25s}.dstc .mini-toggle[data-on=b] .mt-dot{background:var(--sage-mid,#5a8a6a)}.dstc.night .mini-toggle{color:var(--night-hi,#f5f0e6);border-color:#c8a14d80}.dstc .mini-bar{margin:.85rem 0 1rem}.dstc .mini-bar .mb-top{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;opacity:.72;justify-content:space-between;align-items:baseline;margin-bottom:.34rem;font-size:max(12px,.72rem);display:flex}.dstc .mini-bar .mb-track{background:#7878782e;border-radius:3px;height:5px;overflow:hidden}.dstc .mini-bar .mb-fill{background:linear-gradient(90deg,var(--sage-mid,#5a8a6a),var(--gold-mid,#c8a14d));border-radius:3px;width:0;height:100%;transition:width 1.3s cubic-bezier(.25,.8,.25,1)}.dstc .mini-reveal{border-bottom:1px dotted var(--gold-deep,#8a6d2a);cursor:help;font-style:normal;position:relative}.dstc .mini-reveal .mr-body{border-left:2px solid var(--gold-mid,#c8a14d);font-size:.9em;font-style:italic;line-height:1.45;display:none}.dstc .mini-reveal.on .mr-body{margin:.5rem 0 .3rem;padding-left:.8rem;animation:.34s ease-out dstc-mrOpen;display:block}@keyframes dstc-mrOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:.9;transform:none}}.dstc .mini-count{font-family:var(--mono);font-variant-numeric:tabular-nums;font-weight:600}.dstc .cardin{opacity:0;transition:opacity .55s,transform .55s cubic-bezier(.25,.8,.25,1);transform:translateY(14px)scale(.985)}.dstc .live .cardin{opacity:1;transform:none}.dstc .live .cardin:nth-child(2){transition-delay:90ms}.dstc .live .cardin:nth-child(3){transition-delay:.18s}.dstc .live .cardin:nth-child(4){transition-delay:.27s}.dstc .live .cardin:nth-child(5){transition-delay:.36s}.dstc .cardlift{transition:transform .28s cubic-bezier(.25,.8,.25,1),box-shadow .28s}.dstc .cardlift:hover{transform:translateY(-3px);box-shadow:0 10px 30px #14233a24}.dstc .cardlift:active{transform:translateY(-1px)}.dstc{--surface-paper:#fbf7ed;--surface-deep:#f2ead7;--surface-rule:#8a6d2a;--finale-bg:#0a1422;--finale-hi:#f5f0e6;--finale-rule:#6f5720}.dstc #surfacewash,.dstc #finalewash{z-index:1;pointer-events:none;opacity:0;transition:opacity 1.1s;position:fixed;inset:0}.dstc #surfacewash{background:var(--surface-paper)}.dstc #finalewash{background:var(--finale-bg)}.dstc.surface #surfacewash,.dstc.finale #finalewash{opacity:1}.dstc.finale nav{--nav-fg:var(--finale-hi)}.dstc.finale .burger span{background:var(--finale-hi)}.dstc.surface #swarm{opacity:.2;transition:opacity 1.4s}.dstc.finale #swarm{opacity:.5;transition:opacity 1.4s}.dstc section.surface,.dstc section.finale{z-index:3;position:relative}.dstc.surface section.surface .col{color:#14233a}.dstc .bottomline{font-family:var(--serif);letter-spacing:-.024em;text-align:left;max-width:22ch;margin:0;font-size:clamp(2.2rem,6vw,4.6rem);line-height:1.1}.dstc .bottomline em{color:var(--surface-rule);font-style:italic}.dstc section.finale{z-index:3;position:relative}.dstc.finale section.finale .col,.dstc.finale section.finale h2,.dstc.finale section.finale p{color:var(--finale-hi)}.dstc.finale section.finale a.cite{color:#e0b25a;border-bottom-color:#e0b25a}.dstc .takeaway{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:clamp(1.4rem,3vw,2.6rem);margin-top:1rem;display:grid}.dstc .tk{border-top:2px solid #e0b25a8c;padding-top:1rem}.dstc .tk-h{font-family:var(--serif);letter-spacing:-.018em;color:#e0b25a;margin-bottom:.5rem;font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.08}.dstc .tk-b{color:var(--finale-hi);opacity:.88;max-width:32ch;font-size:1rem;line-height:1.5}.dstc .ask{max-width:none;margin:0}.dstc .ask-line{font-family:var(--serif);letter-spacing:-.02em;color:var(--finale-hi);max-width:20ch;margin-bottom:2.2rem;font-size:clamp(1.8rem,4.4vw,3.2rem);line-height:1.14}.dstc .ask-btn,.dstc .ask-second{width:fit-content;display:block}.dstc .ask-btn{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#0a1422;background:linear-gradient(135deg,#e0b25a,#c8a14d);border-radius:2px;padding:1rem 1.9rem;font-size:max(13px,.82rem);font-weight:600;text-decoration:none;transition:transform .22s cubic-bezier(.25,.8,.25,1),box-shadow .22s;display:inline-block;box-shadow:0 0 40px #e0b25a47}.dstc .ask-btn:hover{transform:translateY(-2px);box-shadow:0 0 56px #e0b25a70}.dstc .ask-btn:active{transform:translateY(0)}.dstc .ask-second{max-width:34ch;font-family:var(--mono);letter-spacing:.06em;color:#f5f0e69e;border-bottom:1px solid #f5f0e640;margin-top:1.5rem;padding-bottom:.15rem;font-size:max(12px,.74rem);text-decoration:none}.dstc .ask-second:hover{color:var(--finale-hi)}.dstc .recordbreak{text-align:center;z-index:3;padding:11vh 0 6vh;position:relative}.dstc .recordbreak span{font-family:var(--mono);letter-spacing:.3em;text-transform:uppercase;color:#f5f0e680;font-size:max(12px,.72rem)}.dstc .recordbreak:before,.dstc .recordbreak:after{content:"";background:linear-gradient(90deg,#0000,#e0b25a80,#0000);width:min(420px,62vw);height:1px;margin:0 auto;display:block}.dstc .recordbreak:before{margin-bottom:2.2vh}.dstc .recordbreak:after{margin-top:2.2vh}.dstc .tl{margin:1.4rem 0 .6rem;padding-left:3.2rem;position:relative}.dstc .tl-rail{background:#f5f0e624;border-radius:1px;width:2px;position:absolute;top:.4rem;bottom:.4rem;left:1.05rem;overflow:hidden}.dstc .tl-fill{background:linear-gradient(180deg,var(--sage-mid,#5a8a6a),var(--gold-mid,#c8a14d));height:0;transition:height .18s linear;position:absolute;inset:0 0 auto}.dstc .tl-node{padding:0 0 2.1rem;position:relative}.dstc .tl-node:last-child{padding-bottom:.2rem}.dstc .tl-dot{background:var(--night,#0f1b2e);border:2px solid #f5f0e647;border-radius:50%;width:.78rem;height:.78rem;transition:background .35s,border-color .35s,box-shadow .35s,transform .35s;position:absolute;top:.42rem;left:-2.66rem}.dstc .tl-node.on .tl-dot{background:var(--gold-mid,#c8a14d);border-color:var(--gold-mid,#c8a14d);transform:scale(1.12);box-shadow:0 0 0 5px #c8a14d29}.dstc .tl-when{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:#f5f0e680;margin-bottom:.28rem;font-size:max(12px,.74rem);transition:color .35s}.dstc .tl-node.on .tl-when{color:var(--gold-mid,#c8a14d)}.dstc .tl-what{font-family:var(--serif);letter-spacing:-.012em;margin-bottom:.34rem;font-size:clamp(1.15rem,2.1vw,1.55rem);line-height:1.16}.dstc .tl-why{opacity:.8;max-width:46ch;font-size:.96rem;line-height:1.5}.dstc .tl-node{opacity:.42;transition:opacity .45s}.dstc .tl-node.on{opacity:1}@media (min-width:900px){.dstc .tl-alt{padding-left:0}.dstc .tl-alt .tl-rail{margin-left:-1px;left:50%}.dstc .tl-alt .tl-node{width:calc(50% - 3.2rem);padding-bottom:3.2rem}.dstc .tl-alt .tl-node.tl-r{margin-left:auto}.dstc .tl-alt .tl-node.tl-l{text-align:right;margin-right:auto}.dstc .tl-alt .tl-node.tl-l .tl-why{margin-left:auto}.dstc .tl-alt .tl-node.tl-r .tl-dot{left:-3.6rem}.dstc .tl-alt .tl-node.tl-l .tl-dot{left:auto;right:-3.6rem}.dstc .tl-alt .tl-node:before{content:"";background:#e0b25a47;width:2.2rem;height:1px;transition:background .35s;position:absolute;top:.78rem}.dstc .tl-alt .tl-node.tl-r:before{left:-2.9rem}.dstc .tl-alt .tl-node.tl-l:before{right:-2.9rem}.dstc .tl-alt .tl-node.on:before{background:#e0b25ab3}}.dstc .js .tl-node{opacity:.42}.dstc html:not(.js) .tl-node{opacity:1}.dstc #seam{z-index:22;background:linear-gradient(90deg,transparent,var(--gold-mid,#c8a14d),transparent);opacity:0;pointer-events:none;height:2px;position:fixed;top:0;left:0;right:0}.dstc #seam.fire{animation:1.05s cubic-bezier(.4,0,.2,1) dstc-seamwipe}@keyframes dstc-seamwipe{0%{opacity:0;transform:translateY(0)}12%{opacity:.95}to{opacity:0;transform:translateY(100vh)}}@media (prefers-reduced-motion:reduce){.dstc .beat .col,.dstc .qmark p,.dstc .cardin{opacity:1;transition:none;transform:none}.dstc .ask-btn:hover{transform:none}.dstc .qmark .qm{-webkit-text-fill-color:var(--gold-deep,#8a6d2a);color:var(--gold-deep,#8a6d2a);background:0 0;animation:none!important}.dstc .mini-bar .mb-fill,.dstc .tl-fill{transition:none}.dstc .tl-node{opacity:1}.dstc .cardlift:hover{transform:none}.dstc #seam.fire{animation:none}}.dstc #window-box{position:relative}@media (min-width:1000px){.dstc #window-box{grid-template-columns:minmax(0,24rem) 1fr;align-items:start;gap:2.6rem;display:grid}.dstc #window-box .win-note{grid-column:1/-1}}.dstc .mrail{max-width:24rem;margin:1.2rem 0 .4rem;padding-left:6.4rem;position:relative}.dstc .mrail-line{display:none}.dstc .mrow{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:0;height:2.05rem;padding:0;display:block;position:relative}.dstc .mrow-k{text-align:right;width:5rem;font-family:var(--mono);letter-spacing:.04em;color:#f5f0e666;font-size:max(12px,.76rem);transition:color .25s;position:absolute;top:50%;left:-6.4rem;transform:translateY(-50%)}.dstc .mrow.sel .mrow-k{color:#e0b25a;font-weight:600}.dstc .mrow.inwin .mrow-k{color:#f5f0e6d9}.dstc .mrow-bar{background:0 0;border-left:2px solid #f5f0e624;border-radius:0;transition:background .3s,border-color .3s;position:absolute;inset:2px 0}.dstc .mrow.inwin .mrow-bar{background:linear-gradient(90deg,#c8a14d47,#c8a14d0d 70%,#0000);border-left:2px solid #c8a14d;inset:0}.dstc .mrow.bad.inwin .mrow-bar{background:linear-gradient(90deg,#c87a5942,#c87a590d 70%,#0000);border-left-color:#c87a59}.dstc .mrow.winstart .mrow-bar:before,.dstc .mrow.winend .mrow-bar:after{content:"";background:#c8a14d;width:1.4rem;height:2px;position:absolute;left:-2px}.dstc .mrow.bad.winstart .mrow-bar:before,.dstc .mrow.bad.winend .mrow-bar:after{background:#c87a59}.dstc .mrow.winstart .mrow-bar:before{top:0}.dstc .mrow.winend .mrow-bar:after{bottom:0}.dstc .mrow.sel .mrow-bar{box-shadow:inset 0 0 0 1px #e0b25abf}.dstc .mrow:hover .mrow-bar{border-left-color:#e0b25acc}.dstc .mrow:focus-visible{outline-offset:2px;outline:1px solid #e0b25a}.dstc .mmark{pointer-events:none;border-top:1px dashed #e0b25a99;height:0;position:absolute;left:-6.4rem;right:0}.dstc .mmark span{white-space:nowrap;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:#e0b25a;font-size:max(12px,.68rem);position:absolute;top:-.62rem;left:calc(100% + .8rem)}.dstc .mmark.dl{border-top-color:#c87a59a6}.dstc .mmark.dl span{color:#c87a59}@media (max-width:1000px){.dstc .mmark span{top:-1.5rem;left:auto;right:0}}@media (max-width:760px){.dstc .mrail{max-width:none;padding-left:4.6rem}.dstc .mrow-k{width:3.6rem;font-size:max(12px,.7rem);left:-4.6rem}.dstc .mrow{height:1.85rem}}.dstc .takeaway.two{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}.dstc:not(.js) .nightworld,.dstc:not(.js) .finale{background:#0f1b2e}.dstc .ask-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2.4rem,5vw,5.5rem);display:grid}@media (max-width:900px){.dstc .ask-grid{grid-template-columns:1fr;gap:2.6rem}}.dstc .ask-panel{opacity:0;background:#0a1422;border:1px solid #e0b25a4d;border-left:3px double #e0b25a;padding:1.6rem 1.8rem;transition:opacity .8s,transform .8s;position:relative;transform:translateY(18px);box-shadow:0 0 60px #e0b25a1a}.dstc .ask-panel.live{opacity:1;transform:none}.dstc .ap-k{font-family:var(--mono);letter-spacing:.24em;text-transform:uppercase;color:#e0b25acc;margin-bottom:1.2rem;font-size:max(12px,.66rem)}.dstc .ap-count{flex-wrap:wrap;align-items:baseline;gap:.9rem;margin-bottom:1.3rem;display:flex}.dstc .ap-n{font-family:var(--mono);letter-spacing:-.03em;color:#e0b25a;font-variant-numeric:tabular-nums;font-size:clamp(2.6rem,4.5vw,4rem);font-weight:600;line-height:1}.dstc .ap-l{font-family:var(--sans);color:#f5f0e6b3;max-width:24ch;font-size:.85rem;line-height:1.5}.dstc .ap-rail{border-top:1px solid #e0b25a40}.dstc .ap-row{opacity:0;border-bottom:1px solid #f5f0e614;align-items:baseline;gap:1rem;padding:.72rem 0;transition:opacity .5s,transform .5s;display:flex;transform:translate(-10px)}.dstc .ask-panel.live .ap-row{opacity:1;transform:none}.dstc .ap-when{font-family:var(--mono);letter-spacing:.06em;color:#e0b25abf;flex:none;width:6.6rem;font-size:max(12px,.72rem)}.dstc .ap-row b{font-family:var(--sans);color:#f5f0e6d9;font-size:.92rem;font-weight:500}.dstc .ap-row.is-done .ap-when{color:var(--sage-mid,#5a8a6a)}.dstc .ap-row.is-done b{color:#f5f0e68c}.dstc .ap-row.is-done b:after{content:" ✓";color:var(--sage-mid,#5a8a6a)}.dstc .ap-row.is-next b{color:#ffe6a8}.dstc .ap-row.is-next .ap-when:after{content:"";vertical-align:1px;background:#e0b25a;border-radius:50%;width:.44rem;height:.44rem;margin-left:.45rem;animation:1.8s ease-in-out infinite dstc-apPulse;display:inline-block}@keyframes dstc-apPulse{0%,to{box-shadow:0 0 #e0b25a80}55%{box-shadow:0 0 0 6px #e0b25a00}}.dstc .ap-yours{font-family:var(--sans);color:#f5f0e6cc;border-left:2px solid #e0b25a;margin-top:1.2rem;padding-left:.85rem;font-size:.9rem;font-style:italic;line-height:1.55}.dstc .ap-yours b{color:#e0b25a;font-style:normal}@media (prefers-reduced-motion:reduce){.dstc .ask-panel,.dstc .ask-panel .ap-row{opacity:1;transition:none;transform:none}.dstc .ap-row.is-next .ap-when:after{animation:none}}.dstc .beat,.dstc .beat.recap{visibility:hidden!important;opacity:0!important;border:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.dstc .paperblock{background:var(--paper-soft);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.dstc .eyebrow{font-family:var(--mono);letter-spacing:.24em;text-transform:uppercase;color:var(--sage);font-size:.75rem}.dstc .eyebrow.plum{color:var(--plum)}.dstc .eyebrow.gold{color:var(--gold)}.dstc .factgrid{background:var(--rule);border:1px solid var(--rule);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;margin-top:1.6rem;display:grid;overflow:hidden}.dstc .factgrid .fc{background:var(--paper);padding:1.15rem 1.3rem}.dstc .factgrid .fc .fl{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:.45rem;font-size:.75rem;font-weight:700}.dstc .factgrid .fc .fv{font-family:var(--sans);color:var(--ink);margin-bottom:.4rem;font-size:1.05rem;font-weight:600;line-height:1.3}.dstc .factgrid .fc .fs{font-size:.76rem}.dstc .fourup{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem;margin-top:2rem;display:grid}.dstc .pillarcard{background:var(--paper);border:1px solid var(--rule);border-radius:8px;overflow:hidden}.dstc .pillarcard .ph{background:var(--paper-deep);border-bottom:1px solid var(--rule);align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex}.dstc .pillarcard .pb{color:var(--ink-soft);padding:1rem;font-size:.88rem;line-height:1.55}.dstc .comptable{border-collapse:collapse;width:100%;margin-top:1.6rem;font-size:.88rem}.dstc .comptable th{text-align:left;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);border-bottom:2px solid var(--rule);padding:.7rem .9rem;font-size:.75rem}.dstc .comptable td{border-bottom:1px solid var(--rule-soft);vertical-align:top;color:var(--ink-soft);padding:.75rem .9rem}.dstc .comptable tr:hover td{background:var(--paper-soft)}.dstc .statcallouts{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;margin:1.8rem 0;display:grid}.dstc .statcallout{background:var(--paper);border:1px solid var(--rule);border-radius:8px;padding:1.1rem}.dstc .statcallout .sfig{font-family:var(--serif);color:var(--sage);font-size:1.7rem;font-weight:600}.dstc .statcallout .stitle{font-family:var(--sans);margin:.35rem 0 .2rem;font-size:.82rem;font-weight:700}.dstc .statcallout .sbody{color:var(--ink-mute);font-size:.78rem}.dstc .statcallout .ssrc{font-family:var(--mono);color:var(--ink-mute);text-transform:uppercase;margin-top:.4rem;font-size:.75rem}.dstc .decisioncard{grid-template-columns:1fr 1fr;gap:1.6rem;margin-top:1.6rem;display:grid}@media (max-width:760px){.dstc .decisioncard{grid-template-columns:1fr}}.dstc .decopt{background:var(--paper);border:1px solid var(--rule);border-radius:8px;padding:1.4rem}.dstc .decopt h4{font-family:var(--sans);margin-bottom:.8rem;font-size:1.05rem}.dstc .decopt ul{color:var(--ink-soft);padding-left:1.2rem;font-size:.86rem;line-height:1.9}.dstc .decnote{background:var(--sage-tint);color:var(--ink-soft);border-radius:8px;margin-top:1.2rem;padding:1rem 1.2rem;font-size:.86rem}.dstc .editalert{background:var(--terracotta-soft);border-left:4px solid var(--terracotta);color:var(--ink-soft);border-radius:6px;margin:1.8rem 0;padding:1.3rem 1.5rem;font-size:.9rem;line-height:1.65}.dstc .editalert .ealabel{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:block}.dstc .keypoint{background:var(--sage-tint);border-radius:8px;margin:1.8rem 0;padding:1.4rem 1.6rem}.dstc .keypoint .kplabel{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.8rem;font-size:.75rem;font-weight:700;display:block}.dstc .keypoint p{color:var(--ink-soft);margin-bottom:.7rem;font-size:.88rem;line-height:1.6}.dstc .editorspick{background:var(--paper);border:1px solid var(--rule);border-radius:8px;margin-top:1.6rem;padding:1.6rem}.dstc .editorspick ol{color:var(--ink-soft);padding-left:1.3rem;font-size:.88rem;line-height:1.85}.dstc .refgrid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:2rem;margin-top:2rem;display:grid}.dstc .refcol h5{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.9rem;font-size:.75rem}.dstc .refcol a{color:var(--ink-soft);padding:.28rem 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.dstc .refcol a:hover{color:var(--sage)}.dstc .threeup{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem;margin-top:2rem;display:grid}.dstc .topiccard{background:var(--paper);border:1px solid var(--rule);color:inherit;border-radius:8px;padding:1.3rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.dstc .topiccard:hover{transform:translateY(-3px);box-shadow:0 10px 26px #14233a14}.dstc .topictag{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border-radius:3px;padding:.15rem .5rem;font-size:.75rem}.dstc .topiccard h3{margin-top:1rem;font-size:1.15rem}.dstc .topiccard p{color:var(--ink-mute);margin-top:.4rem;font-size:.82rem}.dstc .faq-item{border-bottom:1px solid var(--rule);padding:1.1rem 0}.dstc .faq-q{cursor:pointer;font-family:var(--sans);color:var(--ink);justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex}.dstc .faq-q:after{content:"+";font-family:var(--mono);color:var(--sage);font-size:1.2rem;transition:transform .25s}.dstc .faq-item.open .faq-q:after{transform:rotate(45deg)}.dstc .faq-a{max-height:0;color:var(--ink-soft);font-size:.9rem;line-height:1.65;transition:max-height .35s;overflow:hidden}.dstc .faq-a p{margin-top:.9rem}.dstc .sourceslist{columns:2;gap:2rem;margin-top:1.6rem;font-size:.8rem}@media (max-width:680px){.dstc .sourceslist{columns:1}}.dstc .sourceslist .srcitem{break-inside:avoid;border-left:2px solid var(--rule);margin-bottom:.9rem;padding-left:.8rem}.dstc .sourceslist .srcitem a{color:var(--ink-soft);text-decoration:none}.dstc .sourceslist .srcitem a:hover{color:var(--sage)}.dstc .sourceslist .srcpub{font-family:var(--mono);color:var(--ink-mute);text-transform:uppercase;margin-top:.15rem;font-size:.75rem}.dstc footer{z-index:1;padding:0;position:relative}.dstc .fhorizon{background:linear-gradient(90deg,#0000,#b8923a00 20%,#2d5e3e99 50%,#b8923a00 80%,#0000) 0 0/200% 100%;height:1px;animation:7s linear infinite dstc-horizon}@keyframes dstc-horizon{0%{background-position:200% 0}to{background-position:-200% 0}}.dstc .finner{width:min(1160px,92vw);color:var(--ink);margin:0 auto;padding:4rem 0 3rem}.dstc .fghost{font-family:var(--serif);letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1px #14233a4d;cursor:default;user-select:none;margin-bottom:.6rem;font-size:clamp(2.6rem,7vw,5.5rem);font-style:italic;font-weight:560;line-height:1;transition:color .8s,-webkit-text-stroke-color .8s,text-shadow .8s}.dstc .fghost .q{-webkit-text-stroke-color:#2d5e3e8c}.dstc .fghost:hover{color:var(--ink);-webkit-text-stroke-color:transparent;text-shadow:0 0 40px #2d5e3e40}.dstc .fghost:hover .q{color:var(--sage)}.dstc .flive{font-family:var(--mono);letter-spacing:.1em;color:var(--ink-soft);text-transform:uppercase;margin-bottom:2.6rem;font-size:.75rem}.dstc .flive b{color:var(--sage);font-weight:600}.dstc .fcols{border-bottom:1px solid var(--rule);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;padding-bottom:2.6rem;display:grid}.dstc .fcols h5{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.9rem;font-size:.75rem;font-weight:600}.dstc .fcols a{color:var(--ink-soft);padding:.26rem 0;font-size:.83rem;text-decoration:none;transition:color .2s;display:block}.dstc .fcols a:hover{color:var(--ink)}.dstc .fbase{font-family:var(--mono);letter-spacing:.08em;color:var(--ink-soft);opacity:.85;padding-top:1.5rem;font-size:.75rem;line-height:1.9}.dstc .fbase a{color:var(--ink-soft)}.dstc ::selection{background:var(--sage);color:#fff}@media (max-width:900px){.dstc #labels{display:none}}@media (max-width:560px){.dstc .comptable{font-size:.78rem}.dstc .comptable th{padding:.5rem .4rem}.dstc .comptable td{padding:.55rem .4rem}}@media (max-width:420px){.dstc .comptable{table-layout:fixed;font-size:.75rem}.dstc .comptable th,.dstc .comptable td{word-break:break-word;padding:.5rem .3rem}}.dstc.dstc.dstc .eyebrow,.dstc.dstc.dstc .kicker,.dstc.dstc.dstc .dk,.dstc.dstc.dstc .rmeta,.dstc.dstc.dstc .step-k,.dstc.dstc.dstc .kplabel,.dstc.dstc.dstc .refcol h3,.dstc.dstc.dstc .fcols h3,.dstc.dstc.dstc .flive b,.dstc.dstc.dstc .tk-h,.dstc.dstc.dstc .cite,.dstc.dstc.dstc a.cite{color:#7a6020}.dstc.dstc.dstc p.cite,.dstc.dstc.dstc p.cite a,.dstc.dstc.dstc p.cite i{color:#7a6020;opacity:1}.dstc.dstc.dstc .tbtn.primary{color:#faf7f0;background:#7a6020;border-color:#7a6020}.dstc.dstc.dstc .fbase,.dstc.dstc.dstc .fbase a,.dstc.dstc.dstc .ltv-note,.dstc.dstc.dstc .gridnote,.dstc.dstc.dstc .srcpub,.dstc.dstc.dstc .mfoot{color:#5f574c}.dstc.dstc.dstc .editalert{color:#4e463b}.dstc.dstc.dstc .ealabel,.dstc.dstc.dstc .misn{color:#8f4526}.dstc.dstc.dstc .divgrid .cell .dr{color:#c2c0bc;opacity:1}.dstc.dstc.dstc .divgrid.paper .cell .dr,.dstc.dstc.dstc .tl-what{color:#5f574c;opacity:1}:is(.dstc.night,.dstc.finale) .tl-what,.dstc.dstc.dstc :is(.night,.finale,.nightworld) .tl-what{color:#e8e4da;opacity:1}.dstc.dstc.dstc .tl-node{opacity:.85}.dstc.dstc.dstc .tl-node.on{opacity:1}@keyframes dstc-dsc-cue{0%,to{opacity:.82;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,8px)}}.dstc #hero .scrollcue,.dstc.dstc.dstc .scrollcue{color:#3f382e}.dstc.dstc.dstc #threshold{background:linear-gradient(180deg,var(--paper,#faf7f0) 0%,var(--night,#1c1813) 62%)}.dstc.dstc.dstc #resurface{background:linear-gradient(180deg,var(--night,#1c1813) 0%,var(--paper,#faf7f0) 62%)}.dstc.dstc.dstc .lede a,.dstc.dstc.dstc .decnote a,.dstc.dstc.dstc p.cite a,.dstc.dstc.dstc .faq-a a{text-underline-offset:.16em;text-decoration:underline}.dstc.js #hero h1,.dstc.js #hero h2,.dstc.js #hero .lede,.dstc.js #hero .stats,.dstc.js #hero .kicker,.dstc.js #hero .herobtns,.dstc.js #hero .eyebrow,.dstc.js section[data-f="0"] h1,.dstc.js section[data-f="0"] h2,.dstc.js section[data-f="0"] .lede,.dstc.js section[data-f="0"] .stats,.dstc.js section[data-f="0"] .kicker{opacity:1;transition:none;transform:none}.dstc.dstc.dstc .v,.dstc.dstc.dstc .fv,.dstc.dstc.dstc .fl{color:#7a6020}:is(.dstc.night,.dstc.finale) .v,.dstc.dstc.dstc .nightworld .v,.dstc.dstc.dstc .dio .v{color:#d4af5a}.dstc section.day p:not(.lede):not(.line1):not(.line2){font-family:var(--sans);color:var(--ink-soft);margin-top:1.05rem;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.7}.dstc .nightworld p:not(.lede):not(.line1):not(.line2){font-family:var(--sans);color:#f5f0e6d9;margin-top:1.05rem;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.7}.dstc .nightworld p strong{color:var(--gold-mid)}.dstc section.day p strong{color:var(--ink)}.dstc .btns{flex-wrap:wrap;gap:.75rem;margin-top:2.2rem;display:flex}.dstc #hero .lede+.lede{margin-top:.9rem}.dstc .datechips{grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.6rem 0 0;display:grid}.dstc .dchip{border:1px solid var(--rule);border-left:3px double var(--sage);background:var(--paper-soft);padding:.85rem 1rem}.dstc .dchip.gold{border-left-color:var(--gold)}.dstc .dc-when{font-family:var(--mono);letter-spacing:.04em;color:var(--ink);font-size:max(12px,.8rem);font-weight:600}.dstc .dchip.gold .dc-when{color:var(--gold-deep,#8a6d2a)}.dstc .dc-what{font-family:var(--sans);color:var(--ink-soft);margin-top:.3rem;font-size:.82rem;line-height:1.45}@media (max-width:700px){.dstc .datechips{grid-template-columns:1fr;gap:.4rem;margin-top:1.1rem}.dstc .dchip{align-items:baseline;gap:.7rem;padding:.42rem .75rem;display:flex}.dstc .dc-what{margin-top:0;font-size:.78rem}.dstc .dc-when{flex:none;font-size:max(12px,.74rem)}}.dstc .prov{margin-top:2.6rem}.dstc .prov-k{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--sage);margin-bottom:1.1rem;font-size:max(12px,.66rem)}.dstc .prov-row{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:1rem;display:grid}.dstc .tprov-node{border-top:2px solid var(--rule);opacity:0;padding-top:.8rem;transition:opacity .6s,transform .6s,border-color .6s;transform:translateY(12px)}.dstc .prov.live .tprov-node{opacity:1;transform:none}.dstc .prov.live .tprov-node:nth-child(3){transition-delay:.25s}.dstc .prov.live .tprov-node:nth-child(5){transition-delay:.5s}.dstc .tprov-node.is-now{border-top-color:var(--gold)}.dstc .pn-date{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);font-size:max(12px,.72rem)}.dstc .tprov-node.is-now .pn-date{color:var(--gold-deep,#8a6d2a)}.dstc .pn-name{font-family:var(--serif);letter-spacing:-.015em;margin:.25rem 0 .35rem;font-size:clamp(1.3rem,2.2vw,1.7rem)}.dstc .pn-why{font-family:var(--sans);color:var(--ink-soft);font-size:.85rem;line-height:1.55}.dstc .prov-link{background:linear-gradient(90deg,var(--rule),var(--gold-mid));opacity:0;width:2.2rem;height:1px;margin-top:1.7rem;transition:opacity .6s .4s}.dstc .prov.live .prov-link{opacity:1}@media (max-width:700px){.dstc .prov-row{grid-template-columns:1fr;gap:.55rem}.dstc .prov-link{display:none}.dstc .tprov-node{border-top:0;border-left:2px solid var(--rule);padding:.1rem 0 .1rem .8rem}.dstc .tprov-node.is-now{border-left-color:var(--gold)}.dstc .pn-name{margin-right:.5rem;font-size:1.15rem;display:inline}.dstc .pn-date{margin-right:.5rem;display:inline}.dstc .pn-why{font-size:.8rem}}.dstc #plain{min-height:0;padding:3.2rem 0}@media (max-width:700px){.dstc #hero{min-height:36vh;padding-top:calc(56px + 2vh);padding-bottom:3vh}.dstc #hero h1{font-size:clamp(1.8rem,8.6vw,2.3rem)}.dstc #hero .lede{margin-top:.9rem;font-size:.94rem}.dstc #hero .lede+.lede,.dstc #hero .tbtn.ghost{display:none}.dstc #hero .btns{margin-top:1.2rem}.dstc #hero .scrollcue{display:none}.dstc .beat{padding:1.5rem 0 1.3rem}.dstc .beat-n{margin-bottom:.5rem}.dstc #plain{padding:1rem 0 1.4rem}.dstc #plain h2{font-size:1.3rem}.dstc #plain .lede{margin-top:.75rem;font-size:.93rem}.dstc #plain p:not(.lede){margin-top:.65rem;font-size:.93rem}.dstc .prov{margin-top:1.3rem}.dstc .pn-why{display:none}.dstc #threshold{min-height:88vh}}.dstc .amd-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));gap:1rem;margin:1.8rem 0 1.4rem;display:grid}.dstc .amd{background:#16243c;border:1px solid #f5f0e624;border-top:3px double #c8a14d8c;padding:1.2rem 1.35rem;position:relative}.dstc .amd.flag{border-top-color:var(--gold-mid)}.dstc .amd-n{font-family:var(--mono);letter-spacing:.2em;color:#e0b25abf;margin-bottom:.45rem;font-size:max(12px,.66rem)}.dstc .amd h3{font-family:var(--serif);letter-spacing:-.01em;color:var(--night-hi);margin-bottom:.5rem;font-size:1.18rem;font-weight:500;line-height:1.3}.dstc .amd p{font-family:var(--sans);color:#f5f0e6bf;max-width:none;margin:0;font-size:.9rem;line-height:1.6}.dstc .amd-flag{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:var(--gold-mid);margin-top:.7rem;padding:.2rem .55rem;font-size:max(12px,.6rem);display:inline-block}.dstc .live .cardin:nth-child(6){transition-delay:.45s}.dstc .s1c-qs{flex-direction:column;gap:1.05rem;display:flex}.dstc .s1c-label{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--night-soft);font-size:max(12px,.62rem)}.dstc .s1c-chiprow{flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.dstc .s1c-chip{font-family:var(--sans);color:var(--night-hi);cursor:pointer;background:0 0;border:1px solid #f5f0e640;border-radius:2px;min-height:44px;padding:.55rem .9rem;font-size:.8rem;font-weight:600;transition:all .15s}.dstc .s1c-chip:hover{border-color:var(--gold-mid)}.dstc .s1c-chip.is-on{background:var(--gold-mid);border-color:var(--gold-mid);color:var(--ink)}.dstc .s1c-selwrap{flex-direction:column;gap:.35rem;display:flex}.dstc .s1c-select{font-family:var(--sans);color:var(--night-hi);background:#0e1a2c;border:1px solid #f5f0e640;border-radius:2px;max-width:16rem;padding:.6rem .7rem;font-size:.92rem}.dstc .s1c-hint{color:var(--night-soft);margin-top:1rem;font-size:.88rem;font-style:italic}.dstc .seqrail{flex-direction:column;margin-top:1.3rem;padding:0;list-style:none;display:flex}.dstc .seqrail li{opacity:0;border-bottom:1px solid #f5f0e61a;grid-template-columns:118px 14px 1fr;gap:.8rem;padding:.75rem 0;animation:.45s forwards dstc-dsc-seqin;display:grid;transform:translateY(8px)}.dstc .seqrail li:nth-child(2){animation-delay:80ms}.dstc .seqrail li:nth-child(3){animation-delay:.16s}.dstc .seqrail li:nth-child(4){animation-delay:.24s}.dstc .seqrail li:nth-child(5){animation-delay:.32s}.dstc .seqrail li:nth-child(6){animation-delay:.4s}@keyframes dstc-dsc-seqin{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.dstc .seqrail li{opacity:1;animation:none;transform:none}}.dstc .seqrail .when{font-family:var(--mono);color:var(--gold-mid);font-size:max(12px,.72rem)}.dstc .seqrail .sdot{background:var(--gold-mid);border-radius:50%;justify-self:center;width:8px;height:8px;margin-top:.35rem}.dstc .seqrail li.is-note .sdot{background:#f5f0e64d}.dstc .seqrail .what{color:var(--night-soft);font-size:.88rem;line-height:1.55}.dstc .seqrail .what strong{color:var(--night-hi);font-family:var(--sans);margin-bottom:.15rem;display:block}@media (max-width:560px){.dstc .seqrail li{grid-template-columns:84px 12px 1fr;gap:.5rem}}.dstc .s1c-small{color:var(--night-soft);margin-top:1rem;font-size:.78rem;line-height:1.6}.dstc .pilblock{margin-top:2.6rem}.dstc .pilblock .prov-k{color:var(--gold-mid)}.dstc .pilgrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dstc .pil{border:1px solid #f5f0e624;border-left:3px double var(--gold-mid);background:#16243c;padding:1.2rem 1.35rem}.dstc .pil h3{font-family:var(--serif);letter-spacing:-.01em;color:var(--gold-mid);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.dstc .pil p{font-family:var(--sans);color:#f5f0e6c7;max-width:none;margin:0;font-size:.9rem;line-height:1.6}@media (max-width:760px){.dstc .pilgrid{grid-template-columns:1fr}}.dstc .kfgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));gap:.7rem;margin:1.6rem 0;display:grid}.dstc .tkf{background:#0a1422;border:1px solid #e0b25a38;border-left:2px solid #e0b25a;padding:.85rem 1.1rem}.dstc .tkf-k{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:#e0b25abf;margin-bottom:.3rem;font-size:max(12px,.62rem)}.dstc .tkf-v{font-family:var(--sans);color:#f5f0e6e0;font-size:.95rem;line-height:1.5}.dstc .tkf-v strong{color:#e0b25a}.dstc .topgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:.6rem;margin:1.6rem 0;display:grid}.dstc .top{border:1px solid #f5f0e624;border-left:2px solid var(--sage-mid);font-family:var(--sans);color:#f5f0e6d9;background:#0a1422;padding:.75rem 1rem;font-size:.92rem}.dstc .defq{font-family:var(--serif);color:var(--finale-hi,#f5f0e6);border-left:3px double #e0b25a;margin:1.6rem 0;padding:.9rem 0 .9rem 1.3rem;font-size:clamp(1.15rem,1.8vw,1.45rem);font-style:italic;line-height:1.5}.dstc .defq cite{font-family:var(--mono);letter-spacing:.06em;color:#e0b25acc;margin-top:.6rem;font-size:max(12px,.68rem);font-style:normal;display:block}.dstc .cmpgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));gap:1rem;margin:1.6rem 0;display:grid}.dstc .cmp{background:#0a1422;border:1px solid #f5f0e624;border-top:3px double #e0b25a;padding:1.2rem 1.35rem}.dstc .cmp.eu{border-top-color:var(--plum-soft,#e0cfd6)}.dstc .cmp-tag{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25a;margin-bottom:.5rem;font-size:max(12px,.62rem)}.dstc .cmp.eu .cmp-tag{color:var(--plum-soft,#e0cfd6)}.dstc .cmp h3{font-family:var(--serif);letter-spacing:-.01em;color:var(--finale-hi,#f5f0e6);margin-bottom:.5rem;font-size:1.22rem;font-weight:500}.dstc .cmp p{font-family:var(--sans);color:#f5f0e6c7;max-width:none;margin:0;font-size:.92rem;line-height:1.6}.dstc .cdrow{font-family:var(--sans)}.dstc .cd-n{color:#e0b25a;letter-spacing:-.02em;margin-right:.3rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:600}.dstc .hubgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1rem;margin-top:1.6rem;display:grid}.dstc .srcgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));gap:2rem;margin-top:1.6rem;display:grid}.dstc .srccol h4{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:#e0b25abf;margin-bottom:.9rem;font-size:max(12px,.66rem);font-weight:500}.dstc .srccol a{font-family:var(--sans);color:#f5f0e6d9;border-bottom:1px solid #f5f0e614;padding:.4rem 0;font-size:.92rem;line-height:1.5;text-decoration:none;display:block}.dstc .srccol a:hover{color:#e0b25a}.dstc.finale section.finale p{font-family:var(--sans);color:#f5f0e6e0;max-width:none;margin:0 0 1.35rem;font-size:clamp(1.12rem,1.4vw,1.35rem);line-height:1.72}.dstc.finale section.finale p strong{color:#e0b25a;font-weight:600}.dstc.finale section.finale .lede{max-width:none;font-size:clamp(1.2rem,1.7vw,1.5rem);line-height:1.62}.dstc.finale section.finale h2{color:var(--finale-hi,#f5f0e6)}.dstc.finale section.finale a:not([class]){color:#e0b25a;text-underline-offset:3px;text-decoration:underline #e0b25a80}.dstc.finale section.finale a:not([class]):hover{text-decoration-color:#e0b25a}.dstc.finale section.finale li{color:#f5f0e6d9;margin-bottom:.6rem;line-height:1.68}.dstc.finale section.finale .kicker,.dstc.finale .eyebrow{color:#e0b25abf}.dstc.finale .eyebrow.gold{color:#e0b25a}.dstc.finale .cite,.dstc .nightworld .cite{color:#e0b25a;text-decoration-color:#e0b25a80}.dstc.finale .cite:hover,.dstc .nightworld .cite:hover{text-decoration-color:#e0b25a}.dstc.finale a:not([class]),.dstc .nightworld a:not([class]){color:#e0b25a;text-underline-offset:3px;text-decoration:underline #e0b25a80}.dstc .nightworld p,.dstc section.day p,.dstc.finale section.finale p,.dstc .nightworld .lede,.dstc section.day .lede,.dstc.finale section.finale .lede,.dstc .halfcol .lede,.dstc .halfcol h2,.dstc section h2{max-width:none}.dstc .halfcol .split>div:first-child p{max-width:52ch}.dstc .halfcol .split>div:first-child .lede{max-width:44ch}.dstc.finale .editalert{color:#f5f0e6d9;background:#0a1422;border:1px solid #e0b25a4d;border-left:3px double #e0b25a;font-size:1rem;line-height:1.7}.dstc.finale .editalert .ealabel,.dstc.finale .editalert strong{color:#e0b25a}.dstc.finale .faq-item{border-bottom:1px solid #e0b25a4d}.dstc.finale .faq-q{color:var(--finale-hi,#f5f0e6);font-size:1.12rem}.dstc.finale .faq-q:after{color:#e0b25a}.dstc.finale .faq-a,.dstc.finale .faq-a p{color:#f5f0e6d9}.dstc.finale .topiccard{background:#0a1422;border:1px solid #f5f0e624;border-top:3px double #e0b25a80;border-radius:0;padding:1.35rem 1.5rem;text-decoration:none;transition:border-color .25s,transform .25s;display:block}.dstc.finale .topiccard:hover{border-color:#e0b25ab3;transform:translateY(-3px)}.dstc.finale .topiccard .topictag{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25a;background:0 0;margin-bottom:.7rem;padding:0;font-size:max(12px,.66rem);display:inline-block}.dstc.finale .topiccard h3{font-family:var(--serif);color:var(--finale-hi,#f5f0e6);margin:0 0 .55rem;font-size:1.25rem;line-height:1.35}.dstc.finale .topiccard p{color:#f5f0e6bf;margin:0;font-size:.95rem;line-height:1.6}.dstc .nightworld .kicker{color:#e0b25abf}.dstc .lfoot{z-index:3;border-top:1px solid #e0b25a47;padding:12vh 0 8vh;position:relative}.dstc.finale .lfoot,.dstc .lfoot{color:var(--finale-hi,#f5f0e6)}.dstc .lf-grid{grid-template-columns:1.25fr 1fr;align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.dstc .lf-k{font-family:var(--mono);letter-spacing:.24em;text-transform:uppercase;color:#f5f0e680;margin-bottom:1rem;font-size:max(12px,.72rem)}.dstc .lf-line{font-family:var(--serif);color:var(--finale-hi,#f5f0e6);max-width:22ch;margin:0 0 1.8rem;font-size:clamp(1.4rem,2.6vw,2.1rem);line-height:1.2}.dstc .lf-line strong{color:#e0b25a;font-weight:500}.dstc .lf-l{color:var(--finale-hi,#f5f0e6);border-bottom:1px solid #f5f0e61a;align-items:baseline;gap:.9rem;padding:.75rem 0;text-decoration:none;transition:color .2s,padding-left .25s cubic-bezier(.25,.8,.25,1);display:flex}.dstc .lf-l span{font-family:var(--mono);color:#e0b25ab3;flex:none;font-size:max(12px,.72rem)}.dstc .lf-l:hover{color:#e0b25a;padding-left:.5rem}.dstc .lf-l:hover span{color:#e0b25a}.dstc .lf-base{font-family:var(--mono);letter-spacing:.04em;color:#f5f0e670;border-top:1px solid #f5f0e61a;flex-wrap:wrap;gap:.4rem 2rem;margin-top:clamp(2.5rem,6vh,4rem);padding-top:1.4rem;font-size:max(12px,.7rem);display:flex}.dstc .lf-base a{color:#f5f0e699;text-decoration:none}.dstc .lf-base a:hover{color:#e0b25a}.dstc .lf-base b{color:#e0b25acc;font-weight:500}@media (max-width:760px){.dstc .lf-grid{grid-template-columns:1fr;gap:3rem}.dstc .lfoot{padding:9vh 0 7vh}.dstc .lf-base{flex-direction:column;gap:.5rem}}@media (min-width:861px){.dstc .ask-second{max-width:none}}.dstc:not(.js) .nightworld,.dstc:not(.js) .finale,.dstc:not(.js) .lfoot{background:#0f1b2e}.dstc .catgrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,14rem),1fr));gap:.5rem;margin:0 0 1.1rem;display:grid}.dstc .catb{text-align:left;font-family:var(--sans);cursor:pointer;color:#f5f0e6cc;background:0 0;border:1px solid #f5f0e62e;align-items:baseline;gap:.55rem;min-height:44px;padding:.55rem .75rem;font-size:.84rem;line-height:1.35;transition:border-color .15s,background .15s,color .15s;display:flex}.dstc .catb span{font-family:var(--mono);color:#e0b25a99;flex:none;font-size:max(12px,.66rem)}.dstc .catb:hover{border-color:var(--gold-mid)}.dstc .catb.on{border-color:var(--sage-mid);color:var(--night-hi);background:#5a8a6a2e}.dstc .catb.on span{color:var(--sage-mid)}.dstc .catb.on:after{content:"✓";color:var(--sage-mid);font-family:var(--mono);margin-left:auto}.dstc .vsgrid{grid-template-columns:1fr;gap:.7rem;margin:1.6rem 0;display:grid}.dstc .vsrow{background:#0a1422;border:1px solid #e0b25a38;border-left:2px solid #e0b25a;grid-template-columns:minmax(0,12rem) 1fr 1fr;gap:1.2rem;padding:1rem 1.2rem;display:grid}.dstc .vs-a{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#e0b25acc;font-size:max(12px,.68rem);line-height:1.5}.dstc .vs-c{font-family:var(--sans);color:#f5f0e6d9;font-size:.92rem;line-height:1.55}.dstc .vs-t{font-family:var(--mono);letter-spacing:.16em;color:#f5f0e673;margin-bottom:.25rem;font-size:max(12px,.62rem);display:block}@media (max-width:860px){.dstc .vsrow{grid-template-columns:1fr;gap:.6rem}}.dstc .nightworld .mini-toggle{color:var(--night-hi);border-color:#c8a14d80}.dstc section p:not(.lede):not(.line1):not(.line2):not(.bottomline):not(.ask-line),.dstc section li{font-family:var(--sans);font-size:clamp(1.06rem,1.25vw,1.22rem);line-height:1.7}.dstc .nightworld p:not(.lede):not(.line1):not(.line2),.dstc .nightworld li,.dstc.finale section.finale p:not(.ask-line),.dstc.finale section.finale li,.dstc.finale footer p{color:#f5f0e6eb}.dstc section.day p:not(.lede):not(.line1):not(.line2),.dstc section.day li{color:var(--ink-soft)}.dstc .nightworld p strong,.dstc .nightworld li strong,.dstc.finale section.finale p strong,.dstc.finale section.finale li strong{color:#e0b25a;font-weight:600}.dstc section.day p strong,.dstc section.day li strong{color:var(--ink);font-weight:600}.dstc .lede{font-size:clamp(1.15rem,1.6vw,1.4rem);line-height:1.62}.dstc .nightworld .lede{--fg-soft:#f5f0e6f2;color:#f5f0e6f2}.dstc.finale section.finale .lede{color:#f5f0e6f2}.dstc section.day .lede{--fg-soft:var(--ink-soft)}.dstc .nightworld .dio p,.dstc .nightworld .dio li,.dstc.finale .dio p,.dstc.finale .dio li,.dstc .tl-why,.dstc .tk-b,.dstc .ap-l,.dstc .ap-yours{color:#f5f0e6e0;font-size:max(.95rem,.95em);line-height:1.6}.dstc .kicker,.dstc .eyebrow,.dstc .mono,.dstc .dhead,.dstc .cite-foot,.dstc .tl-when,.dstc .ap-k,.dstc .ap-when,.dstc .crs-caption,.dstc .crs-smallprint,.dstc .s1c-small,.dstc .s1c-label{color:#f5f0e6b3;font-size:max(12px,.8rem)}.dstc section.day .kicker,.dstc section.day .eyebrow{color:var(--sage)}.dstc section.day .cite-foot,.dstc section.day .crs-smallprint,.dstc section.day .mono{color:var(--ink-mute)}.dstc .nightworld a:not([class]),.dstc.finale a:not([class]),.dstc .nightworld .cite,.dstc.finale .cite{color:#e0b25a;text-underline-offset:3px;text-decoration:underline #e0b25a8c}.dstc .nightworld a:not([class]):hover,.dstc.finale a:not([class]):hover,.dstc .nightworld .cite:hover,.dstc.finale .cite:hover{text-decoration-color:#e0b25a}.dstc .beat,.dstc .beat.recap{display:none!important}.dstc .whogrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));gap:.7rem;margin:1.7rem 0 1.3rem;display:grid}.dstc .who{background:#16243c;border:1px solid #f5f0e624;border-top:3px double #c8a14d80;padding:1rem 1.15rem}.dstc .who-r{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25ac7;margin-bottom:.4rem;font-size:max(12px,.62rem)}.dstc .who-n{font-family:var(--serif);color:var(--night-hi);margin-bottom:.25rem;font-size:1.2rem;line-height:1.25}.dstc .who-o{font-family:var(--sans);color:#f5f0e6bf;font-size:.86rem;line-height:1.5}.dstc .rulegrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:.8rem;margin:1.7rem 0 1.4rem;display:grid}.dstc .rule{border:1px solid #f5f0e624;border-left:3px double var(--gold-mid);background:#0f1d33;padding:1rem 1.2rem}.dstc .rule.gone{opacity:.82;border-left-color:#f5f0e640}.dstc .rule-n{font-family:var(--mono);letter-spacing:.05em;color:var(--gold-mid);margin-bottom:.4rem;font-size:max(12px,.8rem);font-weight:600}.dstc .rule.gone .rule-n{color:#f5f0e699;text-decoration:line-through}.dstc .rule-w{font-family:var(--sans);color:#f5f0e6cc;font-size:.9rem;line-height:1.6}.dstc .rule-w strong{color:#e0b25a}.dstc .scopelist{flex-direction:column;gap:.5rem;margin:1.7rem 0 1.3rem;display:flex}.dstc .sc{border:1px solid #f5f0e61f;border-left:2px solid var(--sage-mid);background:#0a1422;grid-template-columns:3rem 1fr;align-items:start;gap:.9rem;padding:.9rem 1.1rem;display:grid}.dstc .sc-n{font-family:var(--mono);color:#e0b25acc;padding-top:.1rem;font-size:max(12px,.8rem)}.dstc .sc-b{font-family:var(--sans);color:#f5f0e6d6;font-size:.93rem;line-height:1.6}.dstc .sc-b strong{color:#e0b25a}@media (max-width:560px){.dstc .sc{grid-template-columns:2.2rem 1fr;gap:.6rem}}.dstc .waygrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1rem;margin:1.8rem 0 1.4rem;display:grid}.dstc .way{border:1px solid #f5f0e624;border-top:3px double var(--sage-mid);background:#16243c;padding:1.2rem 1.35rem}.dstc .way.is-uk{border-top-color:var(--gold-mid)}.dstc .way.is-other{border-top-color:#f5f0e64d}.dstc .way-t{font-family:var(--mono);letter-spacing:.06em;color:var(--night-hi);font-size:1.15rem;font-weight:600}.dstc .way.is-uk .way-t{color:#e0b25a}.dstc .way-s{font-family:var(--sans);letter-spacing:.02em;color:#f5f0e69e;margin:.15rem 0 .7rem;font-size:.8rem}.dstc .way-b{font-family:var(--sans);color:#f5f0e6d1;font-size:.92rem;line-height:1.62}.dstc .way-b strong{color:#e0b25a}.dstc .upgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:.8rem;margin:1.8rem 0 1.4rem;display:grid}.dstc .up{background:#0a1422;border:1px solid #f5f0e624;border-left:2px solid #e0b25a;padding:1rem 1.2rem}.dstc .up-k{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25acc;margin-bottom:.4rem;font-size:max(12px,.64rem)}.dstc .up-b{font-family:var(--sans);color:#f5f0e6d1;font-size:.92rem;line-height:1.6}.dstc .up-b strong{color:#e0b25a}.dstc .dsc-eleven{margin:2rem 0 1.2rem}.dstc .e11-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));align-items:stretch;gap:.45rem;display:grid}.dstc .e11-h{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:#e0b25ab8;grid-column:1/-1;margin:.9rem 0 .15rem;font-size:max(12px,.64rem)}.dstc .e11-h:first-child{margin-top:0}.dstc .e11-b{text-align:left;cursor:pointer;color:#f5f0e6d1;font-family:var(--sans);background:0 0;border:1px solid #f5f0e62e;align-items:baseline;gap:.6rem;min-height:44px;padding:.6rem .8rem;font-size:.85rem;line-height:1.4;transition:border-color .15s,background .15s,color .15s;display:flex}.dstc .e11-b:hover{border-color:var(--gold-mid)}.dstc .e11-b.is-on{border-color:var(--gold-mid);color:var(--night-hi);background:#b8923a29}.dstc .e11-l{font-family:var(--mono);color:#e0b25abf;flex:none;font-size:max(12px,.7rem)}.dstc .e11-b.is-on .e11-l{color:#e0b25a}.dstc .e11-read{background:#0a1422;border:1px solid #e0b25a3d;border-left:3px double #e0b25a;margin-top:1.1rem;padding:1.25rem 1.4rem}.dstc .e11-tag{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25acc;margin-bottom:.6rem;font-size:max(12px,.66rem)}.dstc .e11-quote{font-family:var(--serif);color:var(--night-hi);border:0;margin:0 0 .9rem;padding:0;font-size:clamp(1.1rem,1.7vw,1.38rem);font-style:italic;line-height:1.5}.dstc .e11-meta{margin-bottom:.9rem}.dstc .e11-gate{font-family:var(--mono);letter-spacing:.08em;color:#f5f0e6cc;border:1px solid #f5f0e640;padding:.3rem .6rem;font-size:max(12px,.64rem);display:inline-block}.dstc .e11-gate.g1{border-color:var(--sage-mid);color:#bcd6c2}.dstc .e11-gate.g2{border-color:var(--gold-mid);color:#e0b25a}.dstc .e11-next{font-family:var(--sans);color:#f5f0e6d9;border-top:1px solid #f5f0e61f;padding-top:.85rem;font-size:.95rem;line-height:1.62}.dstc .e11-k{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:#f5f0e680;margin-bottom:.3rem;font-size:max(12px,.62rem);display:block}.dstc .dsc-adopt{background:#0a1422;border:1px solid #f5f0e624;margin:2rem 0 1rem;padding:1.3rem 1.4rem}.dstc .ad-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.dstc .ad-head{margin-bottom:1.1rem}.dstc .ad-k{font-family:var(--mono);letter-spacing:.06em;color:#e0b25acc;font-size:max(12px,.68rem)}.dstc .ad-rows{flex-direction:column;gap:.9rem;display:flex}.dstc .ad-note{font-family:var(--mono);color:#f5f0e699;border-top:1px solid #f5f0e61f;margin-top:1.1rem;padding-top:.8rem;font-size:max(12px,.66rem);line-height:1.5}.dstc .dsc-adopt .hbar-label{font-family:var(--sans);color:#f5f0e6d9;margin-bottom:.35rem;font-size:.9rem}.dstc .dsc-adopt .hbar-track{background:#f5f0e617;height:12px;position:relative;overflow:hidden}.dstc .dsc-adopt .hbar-fill{background:linear-gradient(90deg,var(--sage-mid),var(--gold-mid));width:0;height:100%;transition:width 1.05s cubic-bezier(.22,.9,.3,1)}.dstc .dsc-adopt .hbar-value{font-family:var(--mono);color:#e0b25a;margin-top:.3rem;font-size:max(12px,.76rem)}.dstc .ad-warn{border-left:3px double #e0b25a;padding-left:1.1rem}@media (prefers-reduced-motion:reduce){.dstc .dsc-adopt .hbar-fill{transition:none}}.dstc .dsc-which{background:#0f1d33;border:1px solid #e0b25a38;margin:2rem 0 1.2rem;padding:1.4rem 1.5rem}.dstc .wh-n{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:#e0b25abf;margin-bottom:.55rem;font-size:max(12px,.64rem)}.dstc .wh-q{font-family:var(--serif);color:var(--night-hi);margin-bottom:1.1rem;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.3}.dstc .wh-opts{flex-direction:column;gap:.5rem;display:flex}.dstc .wh-opt{text-align:left;cursor:pointer;color:var(--night-hi);font-family:var(--sans);background:0 0;border:1px solid #f5f0e640;min-height:44px;padding:.75rem 1rem;font-size:.93rem;line-height:1.45;transition:border-color .15s,background .15s}.dstc .wh-opt:hover{border-color:var(--gold-mid);background:#b8923a1f}.dstc .wh-verdict{font-family:var(--serif);color:#e0b25a;margin-bottom:1rem;font-size:clamp(1.25rem,2.1vw,1.6rem);line-height:1.3}.dstc .wh-card{background:#0a1422;border:1px solid #f5f0e624;border-left:2px solid #e0b25a;margin-bottom:.7rem;padding:1rem 1.2rem}.dstc .wh-t{font-family:var(--sans);color:var(--night-hi);margin-bottom:.45rem;font-size:1rem;font-weight:600;line-height:1.4}.dstc .wh-b{font-family:var(--sans);color:#f5f0e6d1;font-size:.92rem;line-height:1.6}.dstc .wh-c{font-family:var(--sans);color:#e0b25ad9;border-top:1px solid #f5f0e61a;margin-top:.6rem;padding-top:.6rem;font-size:.88rem;line-height:1.58}.dstc .wh-when{font-family:var(--sans);color:#f5f0e6c7;margin-top:.9rem;font-size:.92rem;font-style:italic;line-height:1.6}.dstc .wh-reset{color:#f5f0e6cc;font-family:var(--mono);letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #f5f0e647;min-height:44px;margin-top:1.1rem;padding:.55rem .95rem;font-size:max(12px,.72rem)}.dstc .wh-reset:hover{border-color:var(--gold-mid);color:#e0b25a}.dstc #faqlist details{border-bottom:1px solid #e0b25a47}.dstc #faqlist summary{cursor:pointer;font-family:var(--serif);color:var(--finale-hi,#f5f0e6);padding:1.1rem 2.2rem 1.1rem 0;font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.35;list-style:none;position:relative}.dstc #faqlist summary::-webkit-details-marker{display:none}.dstc #faqlist summary:after{content:"+";font-family:var(--mono);color:#e0b25a;font-size:1.3rem;transition:transform .2s;position:absolute;top:1rem;right:0}.dstc #faqlist details[open] summary:after{content:"−"}.dstc #faqlist .fa{padding:0 0 1.2rem}.dstc #faqlist .fa p{color:#f5f0e6d9;max-width:none;margin:0;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.7}.dstc .hubcard{background:#0a1422;border:1px solid #f5f0e624;border-top:3px double #e0b25a80;padding:1.25rem 1.4rem;text-decoration:none;transition:border-color .25s,transform .25s;display:block}.dstc .hubcard:hover{border-color:#e0b25abf;transform:translateY(-3px)}.dstc .hc-k{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#e0b25a;margin-bottom:.6rem;font-size:max(12px,.64rem);display:block}.dstc .hc-t{font-family:var(--serif);color:var(--finale-hi,#f5f0e6);margin-bottom:.5rem;font-size:1.22rem;line-height:1.32;display:block}.dstc .hc-b{font-family:var(--sans);color:#f5f0e6bf;font-size:.92rem;line-height:1.6;display:block}.dstc .topgrid a.top{text-decoration:none;transition:border-color .2s,color .2s}.dstc .topgrid a.top:hover{color:var(--finale-hi,#f5f0e6);border-left-color:#e0b25a}.dstc p.lfoot{font-family:var(--mono);color:#f5f0e69e;border-top:1px solid #e0b25a47;margin-top:2rem;padding:1.2rem 0 0;font-size:max(12px,.72rem);line-height:1.7}@media (max-width:700px){.dstc #hero{min-height:36vh;padding-top:calc(56px + 2vh);padding-bottom:3vh}.dstc #hero h1{font-size:clamp(1.75rem,8.2vw,2.25rem)}.dstc #hero .lede{margin-top:.9rem;font-size:.94rem}.dstc #hero .tbtn.ghost{display:none}.dstc #hero .btns{margin-top:1.2rem}.dstc #hero .scrollcue{display:none}.dstc #what-tcfd-is{min-height:0;padding:1rem 0 1.4rem}.dstc #what-tcfd-is h2{font-size:1.3rem}.dstc #what-tcfd-is .lede{margin-top:.75rem;font-size:.93rem}.dstc #what-tcfd-is p:not(.lede){margin-top:.65rem;font-size:.93rem}.dstc .prov{margin-top:1.3rem}.dstc .pn-why{display:none}.dstc #threshold{min-height:62vh}.dstc .e11-read{padding:1rem 1.1rem}.dstc .dsc-which,.dstc .dsc-adopt{padding:1.05rem 1.1rem}.dstc .whogrid,.dstc .rulegrid,.dstc .waygrid,.dstc .upgrid{gap:.55rem}}.dstc .nightworld .lede,.dstc .nightworld .lede p,.dstc.finale section.finale .lede{font-size:clamp(1.15rem,1.6vw,1.4rem);line-height:1.62;color:#f5f0e6f2!important}.dstc .nightworld .lede strong,.dstc.finale section.finale .lede strong{color:#e0b25a}.dstc section.day .lede{color:var(--ink)}@media (min-width:901px){.dstc #hero .lede,.dstc #hero .kicker{max-width:56ch}}@media (min-width:1100px){.dstc .srcgrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1360px){.dstc .srcgrid{grid-template-columns:repeat(4,1fr)}}.dstc .ask-panel.live .ap-row:nth-child(2){transition-delay:80ms}.dstc .ask-panel.live .ap-row:nth-child(3){transition-delay:.16s}.dstc .ask-panel.live .ap-row:nth-child(4){transition-delay:.24s}.dstc .ask-panel.live .ap-row:nth-child(5){transition-delay:.32s}.dstc .ask-panel.live .ap-row:nth-child(6){transition-delay:.4s}.dstc .ap-row b{color:#f5f0e6e6}.dstc .ap-row .ap-when{color:#f5f0e6b8}@media (min-width:901px){.dstc .ask-copy .ask-line{max-width:20ch;font-size:clamp(1.35rem,2.3vw,1.85rem);line-height:1.34}}@media (max-width:700px){.dstc #what-tcfd-is .datechips{margin-top:.9rem}.dstc #what-tcfd-is .prov{margin-top:1rem}}.dstc figure.serp-figure{max-width:600px;margin:1.8rem 0 0}.dstc figure.serp-figure picture{display:block}.dstc figure.serp-figure img{border-radius:8px;width:100%;height:auto;display:block}.dstc figure.serp-figure figcaption{font-family:var(--mono);color:inherit;opacity:.76;margin-top:.55rem;font-size:.68rem;line-height:1.55}.dstc figure.serp-figure figcaption a{color:inherit;text-underline-offset:2px;text-decoration:underline}.dstc h1,.dstc h2,.dstc h3,.dstc h4,.dstc h5,.dstc h6,.dstc p{color:inherit}.dstc section:has(.col+.col){flex-direction:column}@media (prefers-reduced-motion:reduce){.dstc *,.dstc :before,.dstc :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.dstc.dstc.dstc #hero .scrollcue{animation:none!important}.dstc.dstc.dstc .dio{opacity:1;transform:none}.dstc.dstc.dstc .line1,.dstc.dstc.dstc .line2{opacity:1}}.dstc.night nav,.dstc.finale nav{backdrop-filter:blur(8px);background:#0c1626e0}.dstc.surface nav{backdrop-filter:blur(8px);background:#fbf7ede6}body:has(.dstc) a[href^="/book?src="]{display:none}
