html{scroll-behavior:smooth}body{margin:0}.site-nav-anchor{flex-shrink:0;height:calc(3.3rem + env(safe-area-inset-top,0px))}.site-nav{position:fixed;top:0;left:0;right:0;z-index:30;width:100%;background:#0c1210c7;border-bottom:1px solid rgba(242,245,240,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;width:100%;max-width:44rem;margin-inline:auto;padding:max(.65rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) .65rem max(1rem,env(safe-area-inset-left))}.site-nav-brand{display:inline-flex;align-items:center;gap:.5rem;min-width:0;text-decoration:none;color:var(--ink)}.site-nav-mark{flex:0 0 auto;width:2rem;height:2rem;border-radius:.3rem}.site-nav-name{font-family:var(--font-display);font-size:1.55rem;letter-spacing:.04em;line-height:1;text-transform:uppercase}.site-nav-desktop{min-width:0}.site-nav-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.15rem .15rem;margin:0;padding:0;list-style:none}.site-nav-link{display:inline-block;padding:.4rem .38rem;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.01em;text-decoration:none;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.site-nav-link:hover{color:var(--ink)}.site-nav-link.is-active{color:var(--ink);border-bottom-color:var(--good)}.site-nav-toggle{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;gap:.45rem;margin:0;padding:.4rem .65rem;border:1px solid rgba(242,245,240,.18);border-radius:.35rem;background:#080e0b59;color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,color .15s ease}.site-nav-toggle:hover,.site-nav-toggle.is-open{border-color:#3dff9a73;color:var(--good)}.site-nav-toggle-icon{position:relative;width:1rem;height:.7rem}.site-nav-toggle-icon:before,.site-nav-toggle-icon:after{content:"";position:absolute;left:0;right:0;height:2px;background:currentColor;transition:transform .2s ease,top .2s ease}.site-nav-toggle-icon:before{top:.05rem;box-shadow:0 .28rem 0 currentColor}.site-nav-toggle-icon:after{bottom:.05rem}.site-nav-toggle.is-open .site-nav-toggle-icon:before{top:.28rem;box-shadow:none;transform:rotate(45deg)}.site-nav-toggle.is-open .site-nav-toggle-icon:after{bottom:auto;top:.28rem;transform:rotate(-45deg)}.site-nav-panel{position:fixed;left:0;right:0;z-index:40;border-top:1px solid rgba(242,245,240,.08);border-bottom:1px solid rgba(242,245,240,.12);background:#080e0bf5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 16px 40px #00000059;animation:site-nav-panel-in .2s ease both}@keyframes site-nav-panel-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}.site-nav-panel-list{display:flex;flex-direction:column;gap:.15rem;margin:0;padding:.55rem max(1rem,env(safe-area-inset-right)) .85rem max(1rem,env(safe-area-inset-left));list-style:none}.site-nav-panel-link{display:block;padding:.7rem .35rem;color:var(--muted);font-size:1.02rem;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(242,245,240,.08);transition:color .15s ease}.site-nav-panel-list li:last-child .site-nav-panel-link{border-bottom:0}.site-nav-panel-link:hover,.site-nav-panel-link.is-active{color:var(--ink)}.site-nav-panel-link.is-active{color:var(--good)}.site-nav-panel-ext{color:var(--muted)}@media (max-width: 720px){.site-nav-desktop{display:none}.site-nav-toggle{display:inline-flex}}:root{--bg-deep: #0c1210;--bg-mid: #14201a;--ink: #f2f5f0;--muted: #9aab9e;--good: #3dff9a;--good-deep: #0f8f52;--bad: #ff4d3d;--bad-deep: #a31f14;--line: rgba(242, 245, 240, .12);--font-display: "Bebas Neue", Impact, sans-serif;--font-body: "Manrope", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:clip}body{margin:0;color:var(--ink);font-family:var(--font-body);background:var(--bg-deep);-webkit-font-smoothing:antialiased}button{font:inherit}.page{position:relative;display:flex;flex-direction:column;min-height:100dvh;overflow:visible;background:radial-gradient(120% 80% at 10% -10%,#1c3a2c 0%,transparent 55%),radial-gradient(90% 70% at 100% 0%,#3a1512 0%,transparent 50%),linear-gradient(160deg,var(--bg-mid),var(--bg-deep) 60%)}.noise{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.glow{pointer-events:none;position:absolute;width:42vw;height:42vw;border-radius:50%;filter:blur(60px);opacity:.35;animation:drift 12s ease-in-out infinite alternate;transition:opacity 1.2s ease}.glow-a{top:-8vw;left:-6vw;background:#3dff9a59}.glow-b{right:-10vw;bottom:5vw;background:#ff4d3d47;animation-delay:-4s}@keyframes drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(4vw,3vw,0) scale(1.08)}}.hero{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:44rem;margin-inline:auto;padding:clamp(1rem,3.5vw,2.5rem) clamp(1.5rem,5vw,4rem) clamp(1.5rem,5vw,4rem);text-align:center}.eyebrow{margin:0 0 .4rem;font-size:.85rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);animation:rise .7s ease both}.brand-lockup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3.2vw,1.85rem);margin:.5rem 0 .25rem;padding:.35rem 0 .15rem;animation:rise .75s ease both}.brand-mark{width:clamp(5rem,15vw,8rem);height:clamp(5rem,15vw,8rem);border-radius:22%;object-fit:cover;flex-shrink:0;box-shadow:0 12px 40px #00000059}.brand{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(5.5rem,22vw,11rem);line-height:.85;letter-spacing:.02em;text-transform:lowercase;background:linear-gradient(120deg,#fff 20%,var(--good) 55%,#ffe6a8 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rise .8s ease .05s both}.tagline{margin:1.25rem auto 0;max-width:28rem;font-size:clamp(1.05rem,2.4vw,1.35rem);font-weight:600;line-height:1.35;color:var(--ink);animation:rise .8s ease .12s both}.chance-note{margin:.85rem auto 0;max-width:28rem;font-size:clamp(.98rem,2.1vw,1.12rem);font-weight:700;line-height:1.4;color:var(--muted);animation:rise .85s ease .18s both}.hero-quote{margin-top:0;width:100%;max-width:none;animation:quote-in .55s ease both}.quote-carousel{margin-top:1.35rem;width:100%;max-width:38rem;animation:rise .8s ease .12s both}.quote-carousel-stage{display:grid;grid-template-columns:2rem minmax(0,1fr) 2rem;gap:.55rem;align-items:center}.quote-carousel-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(242,245,240,.18);background:#080e0b59;color:var(--ink);width:2rem;height:2rem;border-radius:.35rem;font-size:1.35rem;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease;justify-self:center}.quote-carousel-btn:hover{border-color:#3dff9a73;color:var(--good)}.quote-carousel-dots{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.75rem}.quote-carousel-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;width:.45rem;height:.45rem;border-radius:50%;background:#f2f5f047;cursor:pointer;transition:background .2s ease,transform .2s ease}.quote-carousel-dot.is-active{background:var(--good);transform:scale(1.25)}@keyframes quote-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.quote-block{margin:0;padding:1.1rem .35rem 0;border-top:3px solid var(--good);min-height:7.5rem}.quote-text{margin:0;font-size:clamp(1.05rem,2.4vw,1.22rem);font-weight:700;line-height:1.45;color:var(--ink)}.quote-footer{margin:.85rem 0 0;text-align:center}.quote-author{font-size:.88rem;font-weight:600;font-style:italic;color:var(--muted)}.quote-author:before{content:"— "}@media (max-width: 420px){.quote-carousel-stage{grid-template-columns:1.75rem minmax(0,1fr) 1.75rem;gap:.35rem}.quote-carousel-btn{width:1.75rem;height:1.75rem;font-size:1.2rem}}.actions{margin-top:clamp(1.5rem,4.5vw,2.4rem);display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;width:100%;max-width:34rem;animation:rise .85s ease .24s both}.actions.is-pending{opacity:.7}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;padding:1rem 1.5rem;min-width:min(100%,14rem);font-weight:800;font-size:1.05rem;letter-spacing:.01em;color:#06100b;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.btn:disabled{cursor:not-allowed;filter:grayscale(.2)}.btn:not(:disabled):hover{transform:translateY(-2px) scale(1.02)}.btn:not(:disabled):active{transform:translateY(1px) scale(.98)}.btn-good{background:linear-gradient(135deg,var(--good),#9dffc8);box-shadow:0 12px 30px #3dff9a38}.btn-bad{background:linear-gradient(135deg,var(--bad),#ff9a7a);box-shadow:0 12px 30px #ff4d3d38}.results{margin-top:clamp(2rem,6vw,3.5rem);width:100%;max-width:34rem}.results.reveal{animation:rise .55s ease both}.voted-note{margin:0 auto .5rem;font-weight:700;font-size:1.1rem;line-height:1.35;max-width:28rem}.impact-bar{display:flex;align-items:center;justify-content:center;gap:.65rem;margin:.5rem auto 1.2rem;font-size:1.55rem;font-weight:800;font-family:var(--font-display);letter-spacing:.04em;line-height:1;animation:rise .6s ease .15s both}.impact-vs{font-size:.85rem;font-weight:700;color:var(--muted);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;opacity:.6}.counter-num{color:var(--good);font-variant-numeric:tabular-nums}.counter-pct{font-size:.85em}.impact-counter{color:var(--bad);font-family:var(--font-display);font-weight:800;font-size:1.05rem;letter-spacing:.04em;opacity:.85}.stats-heading{margin:0 0 1.1rem;color:var(--muted);font-size:.98rem;font-weight:600;line-height:1.4}.bars{display:grid;gap:1.1rem}.bar-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.45rem;font-size:.95rem;font-weight:700}.track{height:.85rem;background:#ffffff14;overflow:hidden}.fill{height:100%;width:0;transform-origin:left center;animation:grow .9s cubic-bezier(.22,1,.36,1) both}.fill-good{background:linear-gradient(90deg,var(--good-deep),var(--good))}.fill-bad{background:linear-gradient(90deg,var(--bad-deep),var(--bad))}.total{margin:1.4rem 0 0;color:var(--muted);font-size:.95rem}.share{margin-top:1.75rem;padding-top:1.4rem;border-top:1px solid var(--line)}.share-heading{margin:0 0 .4rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:700}.share-result-line{margin:0 0 .9rem;font-size:.95rem;color:var(--text);text-align:center;font-weight:600}.badge-preview{display:block;width:100%;max-width:34rem;height:auto;margin:0 auto 1rem;border:1px solid var(--line)}.share-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.share-icon-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--line);background:#ffffff0a;color:var(--ink);text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.share-icon-btn:hover{transform:translateY(-1px);background:#ffffff17;border-color:#f2f5f04d;color:var(--good)}.share-icon-btn:disabled{opacity:.55;cursor:wait;transform:none}.share-icon{width:1.3rem;height:1.3rem;display:block}.share-channel-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1.35rem;max-width:100%;flex-wrap:wrap;border:1px solid var(--good);border-color:color-mix(in srgb,var(--good) 40%,transparent);border-radius:.55rem;background:color-mix(in srgb,var(--good) 8%,transparent);color:var(--good);font-weight:800;font-size:.98rem;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.share-channel-link:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--good) 14%,transparent);border-color:color-mix(in srgb,var(--good) 65%,transparent)}.share-sticker-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1rem;border:1px solid color-mix(in srgb,var(--ink) 25%,transparent);border-radius:.55rem;background:#ffffff0a;color:var(--ink);font-weight:800;font-size:.98rem;text-decoration:none;white-space:nowrap;transition:transform .15s ease,background .15s ease}.share-sticker-link:hover{transform:translateY(-1px);background:#ffffff14}.share-links-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem;margin-top:1.15rem}.error-block{margin-top:1.2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.error{margin:0;color:#ffb4ab;font-weight:600}.retry-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);background:#ffffff0f;color:var(--ink);cursor:pointer;padding:.55rem .95rem;font-weight:700;font-size:.9rem;letter-spacing:.02em;transition:background .15s ease,border-color .15s ease}.retry-btn:hover:not(:disabled){background:#ffffff1a;border-color:#f2f5f04d}.retry-btn:disabled{opacity:.6;cursor:wait}.site-footer{position:relative;z-index:1;margin-top:auto;padding:1.5rem 1.25rem 2rem;text-align:center;animation:rise .9s ease .28s both}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem .35rem}.footer-nav-item{display:inline-flex;align-items:center;gap:.35rem}.footer-sep{color:#f2f5f047;-webkit-user-select:none;user-select:none}.channel-link{color:var(--muted);font-size:.95rem;font-weight:700;letter-spacing:.02em;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.channel-link span{color:var(--ink)}.channel-link:hover{color:var(--ink);border-bottom-color:#f2f5f059}.channel-link:hover span{color:var(--good)}.channel-link.is-current{color:var(--ink);border-bottom-color:#3dff9a73}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width: 560px){.btn{width:100%}.footer-nav{gap:.55rem .85rem}.channel-link{font-size:.88rem}}.page.page-essay{overflow:visible;overscroll-behavior-y:auto;-webkit-overflow-scrolling:auto;height:auto;max-height:none}html:has(.page-essay),body:has(.page-essay),body:has(.page-essay) #root{height:auto;min-height:100%;overflow-x:clip;overflow-y:visible}.essay-top,.essay{position:relative;z-index:1;box-sizing:border-box;width:100%;max-width:44rem;margin-inline:auto;padding-inline:max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-right))}.essay-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:.35rem}.essay-brand{display:inline-flex;align-items:center;gap:.55rem;min-width:0;text-decoration:none;color:var(--ink)}.essay-brand-mark{flex:0 0 auto;width:2.35rem;height:2.35rem;object-fit:contain}.essay-brand-name{font-family:var(--font-display);font-size:1.65rem;letter-spacing:.04em;line-height:1}.essay-back{flex:0 0 auto;color:var(--muted);font-size:.88rem;font-weight:700;text-decoration:none;white-space:nowrap;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.essay-back:hover{color:var(--ink);border-bottom-color:#f2f5f059}.essay{padding-top:1.25rem;padding-bottom:max(2.5rem,env(safe-area-inset-bottom));animation:rise .7s ease both}.essay-masthead{margin-bottom:1.35rem}.essay-kicker{margin:0 0 .7rem;color:var(--good);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.essay-title-wrap h1{margin:0 0 .95rem;font-family:var(--font-display);font-size:clamp(2rem,8.2vw,3.85rem);font-weight:400;letter-spacing:.015em;line-height:.96;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.essay-dek{margin:0 0 1rem;color:var(--muted);font-size:clamp(.98rem,2.8vw,1.08rem);line-height:1.55;font-weight:600;overflow-wrap:anywhere}.essay-byline{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0;color:#9aab9ee6;font-size:.84rem;font-weight:600}.essay-hero-figure,.essay-figure{margin:0 0 1.5rem;padding:0;max-width:100%}.essay-hero-figure{margin-top:1.2rem}.essay-hero-figure img,.essay-figure img{display:block;width:100%;max-width:100%;height:auto;border-radius:.35rem;border:1px solid rgba(242,245,240,.1);box-shadow:0 14px 36px #00000052;background:#0a0f0d}.essay-hero-figure figcaption,.essay-figure figcaption{margin-top:.6rem;color:var(--muted);font-size:.84rem;line-height:1.45;font-weight:600;overflow-wrap:anywhere}.essay-toc{margin:0 0 1.85rem;padding:1rem 1rem 1.05rem;border:1px solid rgba(242,245,240,.12);border-radius:.45rem;background:#080e0b73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.essay-toc-label{margin:0 0 .65rem;color:var(--ink);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.essay-toc ol{margin:0;padding:0;list-style:none;columns:1}@media (min-width: 720px){.essay-toc{padding:1.15rem 1.2rem 1.2rem}.essay-toc ol{columns:2;column-gap:1.5rem}}.essay-toc li{break-inside:avoid;margin:0}.essay-toc a{display:block;padding:.38rem 0;color:#f2f5f0d1;font-size:.9rem;font-weight:600;line-height:1.35;text-decoration:none;border-bottom:none;overflow-wrap:anywhere}.essay-toc a:hover{color:var(--good)}.essay-body{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.essay-body h2{margin:2.2rem 0 .85rem;padding-top:.35rem;font-family:var(--font-display);font-size:clamp(1.4rem,5.2vw,2.05rem);font-weight:400;letter-spacing:.025em;line-height:1.08;color:var(--ink);border-top:1px solid rgba(242,245,240,.1);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.essay-body h2:first-child{border-top:none;margin-top:0;padding-top:0}.essay-body p{margin:0 0 1.05rem;color:#f2f5f0eb;font-size:clamp(1rem,2.7vw,1.045rem);line-height:1.65}@media (min-width: 561px){.essay-body>p:first-of-type:first-letter{float:left;margin:.12rem .45rem 0 0;color:var(--good);font-family:var(--font-display);font-size:3.4rem;line-height:.8}}.essay-body strong{color:var(--ink);font-weight:800}.essay-body em{font-style:italic;color:#f2f5f0e0}.essay-body a{color:var(--good);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(61,255,154,.35);overflow-wrap:anywhere}.essay-body a:hover{border-bottom-color:var(--good)}.essay-pull{margin:1.25rem 0 1.4rem;padding:.2rem .15rem .2rem .85rem;border-left:3px solid var(--bad);background:linear-gradient(90deg,rgba(255,77,61,.08),transparent 70%)}.essay-pull p{margin:0!important;color:var(--ink)!important;font-size:clamp(1.05rem,3.4vw,1.22rem)!important;line-height:1.4!important;font-weight:700;overflow-wrap:anywhere}.essay-body ol,.essay-body ul{margin:0 0 1.2rem;padding-left:1.15rem;color:#f2f5f0eb;font-size:clamp(.98rem,2.6vw,1.02rem);line-height:1.6}.essay-body li{margin-bottom:.45rem;padding-left:.15rem}.essay-sources{font-size:.88rem!important;color:var(--muted)!important;padding-left:1.05rem!important}.essay-sources li{margin-bottom:.7rem}.essay-links{list-style:none;padding-left:0!important}.essay-note{margin-top:2rem!important;padding-top:1rem;border-top:1px solid rgba(242,245,240,.1);color:var(--muted)!important;font-size:.88rem!important}.essay-footer{display:flex;flex-direction:column;align-items:center;gap:.65rem;box-sizing:border-box;width:100%;max-width:44rem;margin-inline:auto;padding-inline:max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-right));padding-bottom:max(2.5rem,calc(1.25rem + env(safe-area-inset-bottom)))}.essay-cta{margin:0;color:var(--muted);font-size:.95rem;font-weight:600;text-align:center;max-width:28rem;overflow-wrap:anywhere}.essay-cta-link{color:var(--good);font-weight:800;font-size:clamp(.95rem,3.2vw,1.05rem);text-decoration:none;border-bottom:1px solid rgba(61,255,154,.4);overflow-wrap:anywhere;text-align:center}.essay-cta-link:hover{border-bottom-color:var(--good)}.essay-body .magnet-dual-cta{margin:1.25rem 0 0;color:var(--muted);font-size:.98rem;line-height:1.55}.essay-body .magnet-dual-cta+.magnet-dual-cta{margin-top:.65rem}.essay-body .magnet-dual-cta a{color:var(--good);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(61,255,154,.35)}.essay-body .magnet-dual-cta a:hover{border-bottom-color:var(--good)}.page-essay .glow{max-width:70vmin;max-height:70vmin}@media (max-width: 560px){.essay-brand-name{font-size:1.45rem}.essay-back{font-size:.82rem}.essay-toc a{padding:.48rem 0;font-size:.88rem}.essay-body h2{margin-top:1.85rem}.essay-hero-figure img,.essay-figure img{border-radius:.28rem;box-shadow:0 10px 24px #00000047}.essay-pull{padding-left:.7rem}}@media (max-width: 380px){.essay-top,.essay,.essay-footer{padding-inline:max(.85rem,env(safe-area-inset-left)) max(.85rem,env(safe-area-inset-right))}.essay-title-wrap h1{font-size:clamp(1.85rem,9vw,2.4rem)}}.articles-kicker-link{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.articles-kicker-link:hover{color:var(--ink);border-bottom-color:#7dd39873}.articles-list{margin:0;padding:0;list-style:none}.articles-item{margin:0;border-top:1px solid rgba(242,245,240,.1)}.articles-item:last-child{border-bottom:1px solid rgba(242,245,240,.1)}.articles-item-link{display:grid;grid-template-columns:7.5rem 1fr;gap:1rem 1.15rem;align-items:start;padding:1.25rem 0 1.35rem;color:inherit;text-decoration:none;transition:color .15s ease}.articles-item-thumb{display:block;width:7.5rem;height:5rem;object-fit:cover;border-radius:.3rem;border:1px solid rgba(242,245,240,.1);background:#0a0f0d}.articles-item-copy{min-width:0}@media (max-width: 560px){.articles-item-link{grid-template-columns:5.5rem 1fr;gap:.85rem .9rem}.articles-item-thumb{width:5.5rem;height:3.65rem}}.articles-item-link:hover .articles-item-title{color:var(--good)}.articles-item-title{margin:0 0 .55rem;font-family:var(--font-display);font-size:clamp(1.45rem,5vw,2rem);font-weight:400;letter-spacing:.02em;line-height:1.05;color:var(--ink);transition:color .15s ease}.articles-item-dek{margin:0 0 .65rem;color:var(--muted);font-size:.98rem;line-height:1.5;font-weight:600}.articles-item-meta{margin:0;color:#9aab9ee6;font-size:.84rem;font-weight:600}.articles-aside{margin:1.75rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.5;font-weight:600}.articles-end{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:2.25rem;padding-top:1.1rem;border-top:1px solid rgba(242,245,240,.1);color:var(--muted);font-size:.9rem;font-weight:700}.articles-end a{color:var(--muted);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.articles-end a:hover{color:var(--ink);border-bottom-color:#f2f5f059}.page-faq .essay{padding-bottom:max(2rem,env(safe-area-inset-bottom))}.faq-list{display:flex;flex-direction:column;gap:.65rem;margin:.35rem 0 .5rem}.faq-item{border:1px solid rgba(242,245,240,.12);border-radius:.45rem;background:#080e0b6b;overflow:hidden;transition:border-color .15s ease,background .15s ease}.faq-item[open]{border-color:#3dff9a47;background:#080e0b94}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;list-style:none;cursor:pointer;padding:1rem 1.05rem;color:var(--ink);font-size:clamp(1rem,2.8vw,1.08rem);font-weight:800;line-height:1.35;-webkit-user-select:none;user-select:none}.faq-q::-webkit-details-marker{display:none}.faq-q-text{min-width:0;overflow-wrap:anywhere}.faq-chevron{flex:0 0 auto;width:.55rem;height:.55rem;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .18s ease,border-color .15s ease;margin-top:-.2rem}.faq-item[open] .faq-chevron{transform:rotate(225deg);margin-top:.15rem;border-color:var(--good)}.faq-q:hover .faq-chevron{border-color:var(--ink)}.faq-a{padding:0 1.05rem 1.1rem;color:#f2f5f0e6;font-size:clamp(.98rem,2.6vw,1.03rem);line-height:1.62;overflow-wrap:anywhere}.faq-a a{color:var(--good);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(61,255,154,.35)}.faq-a a:hover{border-bottom-color:var(--good)}.faq-a code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;color:var(--good);background:#3dff9a14;padding:.08em .35em;border-radius:.25rem}.faq-a strong{color:var(--ink);font-weight:800}@media (max-width: 560px){.faq-q{padding:.95rem .9rem}.faq-a{padding:0 .9rem 1rem}}.feed-list{display:flex;flex-direction:column;gap:.75rem;margin:.25rem 0 1rem}.feed-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem 1rem;align-items:start;margin:0;padding:1rem 1.05rem 1.05rem;border:1px solid rgba(242,245,240,.12);border-radius:.45rem;background:#080e0b73}.feed-card-body{min-width:0}.feed-thumb{display:block;flex-shrink:0;width:7.25rem;height:7.25rem;border-radius:.35rem;overflow:hidden;background:#f2f5f00f;border:1px solid rgba(242,245,240,.1)}.feed-thumb img{display:block;width:100%;height:100%;object-fit:cover}.feed-thumb.is-fallback{display:grid;place-items:center;background:#3dff9a0f}.feed-thumb.is-fallback img{width:58%;height:58%;object-fit:contain}.feed-when{display:block;margin:0 0 .45rem;color:var(--muted);font-size:.82rem;font-weight:600}.feed-title{margin:0 0 .55rem;font-family:var(--font-body);font-size:clamp(1.02rem,2.8vw,1.12rem);font-weight:800;line-height:1.35}.feed-title a{color:var(--ink);text-decoration:none;border-bottom:1px solid transparent;overflow-wrap:anywhere}.feed-title a:hover{color:var(--good);border-bottom-color:#3dff9a66}.feed-verdict{margin:0 0 .4rem;font-size:.95rem;font-weight:800;letter-spacing:.01em}.feed-verdict.is-good{color:var(--good)}.feed-verdict.is-bad{color:var(--bad)}.feed-reason{margin:0;color:#f2f5f0e0;font-size:.98rem;line-height:1.55;overflow-wrap:anywhere}.feed-status{margin:.75rem 0;color:var(--muted);font-size:.95rem;font-weight:600;text-align:center}.feed-end{margin-bottom:1.5rem}.feed-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:1rem 0;color:var(--bad);font-weight:700}.feed-sentinel{height:1px;width:100%}@media (max-width: 560px){.feed-card{grid-template-columns:minmax(0,1fr) 5.25rem;gap:.7rem .75rem;padding:.9rem .9rem .95rem}.feed-thumb{width:5.25rem;height:5.25rem}}.page-404{min-height:100dvh}.mascot-404{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:44rem;margin-inline:auto;padding:2rem 1.5rem 3rem;animation:rise .7s ease both}.mascot-img{width:clamp(7rem,22vw,12rem);height:clamp(7rem,22vw,12rem);border-radius:28%;object-fit:cover;box-shadow:0 8px 32px #0000004d;margin-bottom:.75rem;animation:rise .7s ease both}.mascot-404-title{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(5rem,20vw,9rem);line-height:.85;letter-spacing:.03em;background:linear-gradient(135deg,var(--bad) 0%,var(--good) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rise .75s ease .08s both}.mascot-404-sub{margin:.5rem 0 0;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;color:var(--muted);letter-spacing:.02em;animation:rise .75s ease .12s both}.mascot-404-quote{margin:1.5rem auto 0;max-width:28rem;padding:.75rem 1rem;border-top:2px solid var(--good);animation:rise .8s ease .18s both}.mascot-404-quote-text{margin:0;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:700;line-height:1.45;color:var(--ink)}.mascot-404-quote-author{margin:.5rem 0 0;font-size:.85rem;font-weight:600;font-style:italic;color:var(--muted)}.mascot-404-quote-author:before{content:"— "}.mascot-404-actions{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:1.75rem;animation:rise .85s ease .25s both}.mascot-404-actions .btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;font-size:1rem;font-weight:800;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:.5rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.mascot-404-actions .btn:hover{transform:translateY(-2px)}.mascot-404-stats{margin:1.5rem 0 0;font-size:.85rem;font-weight:600;color:var(--muted);letter-spacing:.02em;animation:rise .85s ease .3s both}@keyframes rise{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}
