:root{--bg:#0d0b09;--panel:#16130f;--panel-2:#1e1a15;--ivory:#efe7d8;--ivory-soft:#c9bfac;--muted:#8e8375;--dim:#5a5147;--red:#b0574e;--red-deep:#6e1a24;--red-hover:#82222e;--border:#efe7d81a;--border-strong:#efe7d833;--border-hover:#efe7d873;--header-bg:#0d0b09e6;--mobile-nav-bg:#13100df7;--overlay-bg:#0d0b09b3;--art-grad-1:#211b14;--art-grad-2:#0d0b09;--hero-fade-1:#16130f00;--hero-fade-2:#0d0b09f0;--grain-opacity:.5;--serif:"Newsreader",serif;--sans:"IBM Plex Sans",sans-serif;--wrap:760px;--wrap-wide:1040px;--measure:560px}:root[data-theme=light]{--bg:#f7f2e7;--panel:#fff;--panel-2:#efe7d5;--ivory:#221d15;--ivory-soft:#463d2e;--muted:#786d5b;--dim:#9c907b;--red:#8c3a2f;--red-deep:#6e1a24;--red-hover:#82222e;--border:#221d151f;--border-strong:#221d1538;--border-hover:#221d1566;--header-bg:#f7f2e7e6;--mobile-nav-bg:#fffdf8f7;--overlay-bg:#221d1573;--hero-fade-1:#f7f2e700;--hero-fade-2:#f7f2e7f0;--grain-opacity:.2}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--ivory);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;transition:background-color .2s,color .2s}a{color:var(--red);text-decoration:none}a:hover{color:var(--ivory)}button{font-family:var(--sans)}img{max-width:100%;display:block}.eyebrow{letter-spacing:.24em;color:var(--muted);text-transform:uppercase;margin-bottom:14px;font-size:11.5px;font-weight:600}.rule{background:var(--red-deep);width:26px;height:2px;margin-bottom:14px}.container{max-width:var(--wrap);margin:0 auto;padding:0 22px}.container-wide{max-width:var(--wrap-wide);margin:0 auto;padding:0 22px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page{animation:.5s both fadeUp}.grain{pointer-events:none;z-index:5;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");position:fixed;inset:0}.site-header{z-index:30;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;display:flex;position:sticky;top:0}.header-right{flex:none;align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--border-strong);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;line-height:1;display:flex}.theme-toggle:hover{color:var(--ivory);border-color:var(--border-hover)}.wordmark{letter-spacing:.2em;color:var(--ivory);font-size:14.5px;font-weight:600}.wordmark span{color:var(--red)}.site-nav{align-items:center;gap:26px;display:flex}.site-nav a{letter-spacing:.1em;color:var(--dim);border-bottom:2px solid #0000;padding:6px 0;font-size:15px;font-weight:700}.site-nav a:hover{color:var(--ivory)}.site-nav a.active{color:var(--ivory);border-bottom-color:var(--red)}.listen-pill{border:1px solid var(--red-deep);color:var(--red);letter-spacing:.18em;cursor:pointer;background:0 0;border-radius:999px;flex:none;align-items:center;gap:8px;padding:9px 18px 9px 15px;font-size:11px;font-weight:600;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.listen-pill__icon{color:inherit;flex:none;display:inline-flex}.listen-pill:hover{color:#f7f0e4;border-color:var(--red);background:var(--red-deep)}.listen-pill.is-pulsing{animation:2s ease-in-out infinite listenPulse}@media (prefers-reduced-motion:reduce){.listen-pill.is-pulsing{animation:none}}@keyframes listenPulse{0%,to{transform:scale(1);box-shadow:0 0 #b0574e8c}50%{transform:scale(1.045);box-shadow:0 0 0 9px #b0574e00}}.back-link{color:var(--muted);letter-spacing:.16em;cursor:pointer;background:0 0;border:none;padding:6px 0;font-size:12px;font-weight:600}.back-link:hover{color:var(--ivory)}.mobile-nav{display:none}@media (width<=680px){.site-nav a{display:none}.site-header{padding:16px 18px}.mobile-nav{z-index:30;border-top:1px solid var(--border);background:var(--mobile-nav-bg);padding-bottom:max(10px,env(safe-area-inset-bottom));display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{letter-spacing:.06em;color:var(--dim);flex-direction:column;flex:1;align-items:center;gap:6px;padding:13px 0 9px;font-size:14px;font-weight:600;display:flex}.mobile-nav a .dot{background:0 0;border-radius:50%;width:4px;height:4px}.mobile-nav a.active{color:var(--ivory)}.mobile-nav a.active .dot{background:var(--red)}body{padding-bottom:68px}}.art{background:linear-gradient(160deg,var(--art-grad-1),var(--art-grad-2));position:relative;overflow:hidden}.art img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.art__fallback{text-align:center;letter-spacing:.06em;color:#efe7d88c;justify-content:center;align-items:center;padding:18px;font-size:12.5px;line-height:1.6;display:flex;position:absolute;inset:0}.art--rect{aspect-ratio:3/2;border-radius:3px}.art--tall{aspect-ratio:16/11;border-radius:3px}.art--hero{aspect-ratio:16/10;border-radius:3px}.art--circle{aspect-ratio:1;border-radius:50%}.art--portrait{aspect-ratio:3/4;border-radius:4px}.hero-top{flex-direction:column;display:flex}.hero-head{padding:36px 0 6px}.hero-head h1{font-family:var(--serif);letter-spacing:-.01em;max-width:16ch;margin:0;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.14}.hero-head h1 em{color:var(--ivory-soft);font-style:italic}.hero-art-wrap{max-width:var(--measure);margin:22px 0 0;position:relative}.hero-art-wrap .art{width:100%;height:340px}@media (width>=681px){.hero-top{flex-direction:row;align-items:center;gap:40px}.hero-top .hero-head{flex:1;min-width:0;padding:0}.hero-top .hero-art-wrap{flex:0 0 300px;max-width:300px;margin:0}.hero-top .hero-art-wrap .art{height:320px}}.hero-art-cap{pointer-events:none;letter-spacing:.12em;color:#efe7d8d9;text-shadow:0 1px 6px #0009;z-index:2;font-size:12.5px;position:absolute;bottom:14px;left:16px;right:16px}.hero-art-cap span{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d0b0973;border-radius:3px;padding:5px 12px;display:inline-block}.hero-sub{max-width:var(--measure);color:var(--ivory-soft);margin:26px 0 0;font-size:17px;line-height:1.75}.hero-quote{text-align:center;padding:40px 0}.hero-quote .mark{color:var(--red-deep);font-family:var(--serif);font-size:26px}.hero-quote p{font-family:var(--serif);color:var(--ivory);max-width:34ch;margin:14px auto 0;font-size:clamp(20px,3vw,28px);font-style:italic;line-height:1.45}#theme-section{scroll-margin-top:96px}.chips{border-top:1px solid var(--border);flex-wrap:wrap;gap:9px;margin-top:8px;padding:18px 0 8px;display:flex}.chip{letter-spacing:.05em;cursor:pointer;border:1px solid var(--border-strong);color:var(--muted);background:0 0;border-radius:999px;padding:9px 16px;font-size:13px}.chip.active{background:var(--red-deep);border-color:var(--red-deep);color:#f2e9da}.chip:hover:not(.active){color:var(--ivory)}.volume-band{text-align:left;cursor:pointer;background:var(--panel);border:1px solid var(--border-strong);border-left:2px solid var(--red-deep);border-radius:3px;width:100%;margin:8px 0 30px;padding:20px 22px;display:block}.volume-band:hover{border-color:var(--border-hover);border-left-color:var(--red)}.volume-band__label{letter-spacing:.24em;color:var(--red);font-size:11px;font-weight:600;display:block}.volume-band__title{font-family:var(--serif);color:var(--ivory);margin-top:9px;font-size:23px;line-height:1.25;display:block}.volume-band__blurb{color:var(--muted);max-width:52ch;margin-top:9px;font-size:14.5px;line-height:1.6;display:block}.volume-band__meta{letter-spacing:.16em;color:var(--dim);justify-content:space-between;align-items:baseline;gap:12px;margin-top:16px;font-size:11.5px;font-weight:600;display:flex}.volume-band__arrow{color:var(--red);letter-spacing:0}.volume-teaser{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:baseline;gap:12px;margin:8px 0 30px;padding:20px 2px;display:flex}.volume-teaser__mark{color:var(--red-deep);font-family:var(--serif);flex:none;font-size:15px}.volume-teaser p{font-family:var(--serif);color:var(--ivory-soft);margin:0;font-size:17px;font-style:italic;line-height:1.55}.volume-head{border-bottom:1px solid var(--border-strong);flex-wrap:wrap;align-items:baseline;gap:12px;padding:26px 0 10px;display:flex}.world-index>.volume-head:first-child{padding-top:8px}.vh-num{letter-spacing:.24em;color:var(--red);font-size:11px;font-weight:600}.vh-title{font-family:var(--serif);color:var(--ivory);font-size:18px}.vh-meta{letter-spacing:.12em;color:var(--dim);margin-left:auto;font-size:11.5px}@media (width<=560px){.vh-meta{width:100%;margin-left:0}.volume-head{gap:6px 12px;padding-bottom:12px}}.volume-group+.volume-group{margin-top:18px}.volume-group__head{border-top:1px solid var(--border);padding:34px 0 4px}.volume-group:first-of-type .volume-group__head{border-top:none;padding-top:14px}.vg-num{letter-spacing:.24em;color:var(--red);font-size:11px;font-weight:600}.vg-title{font-family:var(--serif);color:var(--ivory);margin:10px 0 0;font-size:clamp(24px,3.4vw,32px);font-weight:500;line-height:1.15}.vg-meta{letter-spacing:.16em;color:var(--dim);margin-top:10px;font-size:11.5px;font-weight:600}.vg-blurb{color:var(--muted);max-width:56ch;margin:12px 0 0;font-size:15.5px;line-height:1.65}.volume-back{cursor:pointer;letter-spacing:.18em;color:var(--muted);background:0 0;border:none;margin:20px 0 0;padding:0;font-size:11.5px;font-weight:600}.volume-back:hover{color:var(--ivory)}.vol-listen{margin-top:22px}.vol-listen:first-of-type{margin-top:10px}.vol-listen__head{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.vol-listen__num{letter-spacing:.24em;color:var(--red);font-size:11px;font-weight:600}.vol-listen__title{font-family:var(--serif);color:var(--ivory);font-size:17px}.vol-listen--coming{border:1px dashed var(--border-strong);border-radius:3px;padding:16px 18px}.vol-listen__note{color:var(--muted);margin:0;font-size:14px;font-style:italic;line-height:1.6}.vol-listen__link{cursor:pointer;letter-spacing:.18em;color:var(--red);background:0 0;border:none;margin-top:12px;padding:0;font-size:11.5px;font-weight:600}.vol-listen__link:hover{color:var(--ivory)}.world-index{padding:8px 0 6px}.index-row{text-align:left;border:none;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;align-items:baseline;gap:16px;width:100%;padding:18px 0;display:flex}.index-row:hover .index-title{color:var(--red)}.index-num{font-family:var(--serif);color:var(--red-deep);flex:none;width:22px;font-size:15px;font-style:italic}.index-title{font-family:var(--serif);color:var(--ivory);font-size:20.5px;line-height:1.25;transition:color .15s;display:block}.index-meta{letter-spacing:.11em;color:var(--muted);margin-top:6px;font-size:12px;display:block}.index-arrow{color:#5a5147;flex:none;font-size:15px}.symbols-grid{grid-template-columns:repeat(3,1fr);gap:24px 20px;padding:6px 0;display:grid}@media (width<=560px){.symbols-grid{grid-template-columns:repeat(2,1fr)}}.symbol-card{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:10px;margin:0;padding:0;display:flex}.symbol-card .art{width:72px;height:72px}.symbol-card:hover .symbol-name{color:var(--red)}.symbol-name{font-family:var(--serif);color:var(--ivory);font-size:18px;transition:color .15s}.symbol-role{color:var(--muted);font-size:13.5px;line-height:1.5}.stories-grid{grid-template-columns:repeat(2,1fr);gap:40px 28px;padding:28px 0 40px;display:grid}@media (width<=760px){.stories-grid{grid-template-columns:1fr}}.story-card{width:100%;display:block}.story-card-link{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.story-card-link:hover{opacity:.92}.story-card-link .art{width:100%;height:220px}.row-media{background:linear-gradient(160deg,var(--art-grad-1),var(--art-grad-2));border-radius:3px;position:relative;overflow:hidden}.row-media-img{object-fit:cover;width:100%;height:220px;display:block}.story-card-link .chapter-tag{font-family:var(--serif);color:#efe7d8e6;text-shadow:0 1px 5px #000000b3;z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d0b0973;border-radius:999px;padding:3px 10px;font-size:16px;font-style:italic;position:absolute;top:12px;left:14px}.story-card-link .card-animal-badge{z-index:2;border:2px solid #efe7d8bf;border-radius:50%;position:absolute;top:10px;right:10px;overflow:hidden;box-shadow:0 2px 8px #00000080}.story-card-link .card-animal-badge .art{width:46px;height:46px}.story-card-link .row-chapter-label{display:none}.story-card-link .card-title{font-family:var(--serif);color:var(--ivory);margin-top:16px;font-size:25px;line-height:1.2}.story-card-link .card-line{color:var(--muted);margin-top:8px;font-size:14.5px;line-height:1.55}.story-card-link .card-question{font-family:var(--serif);color:var(--red);margin-top:10px;font-size:17px;font-style:italic;line-height:1.5}.story-card-link .card-cta{letter-spacing:.18em;color:var(--dim);margin-top:14px;font-size:11.5px;font-weight:600}.card-player{border-radius:8px;margin-top:14px;line-height:0;overflow:hidden}.card-player iframe{border-radius:8px;display:block}@media (width>=761px){.container-wide{max-width:1280px}.stories-grid{max-width:1220px;margin:0 auto;padding:48px 0 60px;display:block}.story-card{position:relative}.story-card-link{cursor:pointer;align-items:flex-start;gap:64px;display:flex}.story-card-link:hover{opacity:1}.story-card+.story-card{border-top:1px solid var(--border);margin-top:68px;padding-top:32px}.story-card-link .row-media{border-radius:4px;flex:56%;max-width:56%}.row-media-img{object-fit:initial;height:auto}.story-card-link .chapter-tag{display:none}.story-card-link .card-body{flex:44%;max-width:44%;padding-top:6px}.story-card-link .row-chapter-label{letter-spacing:.24em;color:var(--red);text-transform:uppercase;margin-bottom:16px;font-size:11.5px;font-weight:600;display:block}.story-card-link .card-title{margin-top:0}.card-player{width:44%;margin-top:0;position:absolute;bottom:0;right:0}}.story-hero{background:var(--bg);position:relative}.story-hero-frame{max-width:1600px;margin:0 auto;position:relative;overflow:hidden}.story-hero-img{width:100%;height:auto;display:block}.story-hero .art{border-radius:0;width:100%}.story-hero-fade{background:linear-gradient(180deg, var(--hero-fade-1) 0%, var(--overlay-bg) 55%, var(--hero-fade-2) 100%);pointer-events:none;z-index:2;height:44%;position:absolute;bottom:0;left:0;right:0}.story-head{z-index:3;max-width:var(--wrap);margin-top:-56px;margin-left:auto;margin-right:auto;padding:0 22px;position:relative}@media (width<=680px){.story-head{margin-top:-28px}.story-hero-fade{height:38%}}.story-head .tag{letter-spacing:.24em;color:var(--red);text-shadow:0 1px 4px #0009;margin-bottom:10px;font-size:11.5px;font-weight:600}.story-head h1{font-family:var(--serif);letter-spacing:-.01em;margin:0;font-size:clamp(30px,4.5vw,44px);font-weight:500;line-height:1.12}.story-head .truth{font-family:var(--serif);color:var(--ivory-soft);margin:16px 0 0;font-size:20.5px;font-style:italic;line-height:1.5}.story-section{padding:34px 0 0}.story-section p{color:var(--ivory-soft);margin:0 0 14px;font-size:16.5px;line-height:1.75}.story-section p:last-child{margin-bottom:0}.story-section:after{content:"";clear:both;display:table}.symbol-inline-art{background:var(--panel);border-radius:4px;margin:0 0 24px;overflow:hidden}.symbol-inline-art img{width:100%;display:block}@media (width>=681px){.symbol-inline-art{float:right;width:240px;margin:2px 0 16px 26px}}.notes-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.badge{letter-spacing:.12em;color:var(--muted);border:1px dashed #efe7d84d;border-radius:3px;padding:4px 7px;font-size:10.5px;font-weight:600}.note{border-top:1px solid var(--border);padding:16px 0}.note-line{font-family:var(--serif);color:var(--ivory);font-size:18px;font-style:italic;line-height:1.5}.note-body{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.6}.lyrics-block{font-family:var(--serif);color:var(--ivory-soft);white-space:pre-line;font-size:17.5px;line-height:1.85}.story-listen{margin-top:28px}.tabs{border-bottom:1px solid var(--border);gap:28px;margin-top:32px;display:flex}.tab{cursor:pointer;letter-spacing:.18em;text-transform:uppercase;color:var(--dim);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 12px;font-size:12.5px;font-weight:600;transition:color .15s}.tab:hover{color:var(--ivory-soft)}.tab.active{color:var(--ivory);border-bottom-color:var(--red)}.tab-panel{animation:.25s both fadeIn;display:none}.tab-panel.active{display:block}.tab-panel .story-section:first-child{padding-top:28px}@media (width<=480px){.tabs{gap:20px}.tab{letter-spacing:.14em;font-size:11.5px}}.tabs{z-index:20;background:var(--header-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-left:-22px;margin-right:-22px;padding-left:22px;padding-right:22px;position:sticky}@media (width<=680px){.tabs{padding-top:14px;top:65px}}@media (width>=681px){.tabs{padding-top:18px;top:71px}}.listen-embed{border-radius:12px;margin-top:6px;line-height:0;overflow:hidden}.listen-embed iframe{border:0;border-radius:12px;width:100%;display:block}.listen-links{justify-content:space-between;align-items:baseline;gap:12px;margin-top:12px;display:flex}.listen-links a{letter-spacing:.18em;color:var(--muted);font-size:11.5px;font-weight:600}.listen-links a:hover{color:var(--ivory)}.listen-len{color:var(--dim);font-size:12.5px}.platform-note{color:var(--dim);margin:14px 0 0;font-size:13px;font-style:italic}.listen-block{border:1px solid var(--border-strong);border-radius:4px;align-items:center;gap:16px;margin-top:36px;padding:18px;display:flex}.play-dot{background:var(--red-deep);border-radius:50%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.listen-meta{flex:1;min-width:0}.listen-title{color:var(--ivory);font-size:14.5px;font-weight:500}.listen-bar{background:#efe7d824;border-radius:2px;height:2px;margin:10px 0 7px}.listen-bar span{background:var(--red);width:0;height:100%;display:block}.listen-times{color:var(--dim);justify-content:space-between;font-size:11px;display:flex}.listen-note{color:var(--dim);margin:12px 0 0;font-size:13px;font-style:italic}.chapter-cta{border-top:1px solid var(--border);margin:36px 0 0;padding-top:28px}.chapter-cta .q{font-family:var(--serif);color:var(--ivory);font-size:22px;font-style:italic;line-height:1.45}.btn-outline{border:1px solid var(--red-deep);color:var(--red);letter-spacing:.18em;cursor:pointer;background:0 0;border-radius:2px;margin-top:18px;padding:13px 22px;font-size:12px;font-weight:600}.btn-outline:hover{background:var(--red-deep);color:var(--ivory)}.next-chapter{text-align:left;border:none;border-top:1px solid var(--border);cursor:pointer;background:0 0;justify-content:space-between;align-items:baseline;width:100%;margin-top:36px;padding:24px 0 8px;display:flex}.next-chapter .lbl{letter-spacing:.24em;color:var(--muted);font-size:11.5px;font-weight:600}.next-chapter .val{font-family:var(--serif);color:var(--ivory);font-size:18px}.next-chapter:hover .val{color:var(--red)}.why-body p{color:var(--ivory-soft);margin:16px 0 0;font-size:16.5px;line-height:1.75}.process-list{border-top:1px solid var(--border);margin-top:34px}.process-row{border-bottom:1px solid var(--border);gap:18px;padding:20px 0;display:flex}.process-num{font-family:var(--serif);color:var(--red-deep);flex:none;width:28px;font-size:16px;font-style:italic}.process-title{font-family:var(--serif);color:var(--ivory);font-size:19px}.process-desc{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.55}.why-closer{text-align:center;font-family:var(--serif);color:var(--ivory);margin:36px 0 0;font-size:20.5px;font-style:italic;line-height:1.5}.join-intro{max-width:520px;color:var(--muted);margin-top:14px;font-size:16px;line-height:1.6}.join-cta{margin-top:22px}.join-cta-row{flex-wrap:wrap;align-items:center;gap:22px;margin-top:22px;display:flex}.join-social-row{flex-wrap:wrap;align-items:center;gap:20px;margin-top:16px;display:flex}.join-social-link{letter-spacing:.16em;color:var(--dim);font-size:12px;font-weight:600}.join-social-link:hover{color:var(--red)}.social-preview-grid{grid-template-columns:1fr;gap:24px;margin-top:6px;display:grid}@media (width>=761px){.social-preview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.social-preview-card{border:1px solid var(--border);background:var(--panel-2);border-radius:6px;overflow:hidden}.social-preview-label{letter-spacing:.14em;color:var(--dim);text-transform:uppercase;padding:12px 14px 0;font-size:11.5px;font-weight:600}.social-preview-frame{margin-top:10px}.yt-frame{border:none;width:100%;height:220px;display:block}.x-frame{max-height:340px;padding:0 4px;overflow:hidden}.ig-frame{justify-content:center;max-height:340px;display:flex;overflow:hidden}.join-label{color:var(--ivory);margin-bottom:5px;font-size:15.5px;font-weight:500}.join-hint{color:var(--dim);margin-bottom:14px;font-size:13px}.btn-solid,.btn-line{cursor:pointer;text-decoration:none;display:inline-block}.btn-solid{background:var(--red-deep);color:#f7f0e4;letter-spacing:.18em;border:none;border-radius:4px;padding:14px 26px;font-size:12px;font-weight:600;transition:background-color .15s,transform .15s}.btn-solid:hover{background:var(--red-hover);color:#f7f0e4;transform:translateY(-1px)}.btn-solid:disabled{opacity:.45;cursor:default;transform:none}.btn-line{border:1px solid var(--border-strong);color:var(--ivory);letter-spacing:.16em;background:0 0;border-radius:2px;padding:12px 20px;font-size:12px;font-weight:600}.btn-line:hover{border-color:var(--ivory)}.platform-list{margin-top:6px}.platform-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:15px 0;display:flex}.platform-row:hover{opacity:.8}.platform-name{color:var(--ivory-soft);font-size:15.5px}.platform-go{color:var(--dim);font-size:12.5px}.join-footer{color:var(--dim);text-align:center;margin-top:26px;font-size:13px;font-style:italic}.section-block{border-top:1px solid var(--border);margin-top:36px;padding-top:28px}.sheet-backdrop{z-index:50;background:var(--overlay-bg);justify-content:center;align-items:flex-end;animation:.25s both fadeIn;display:flex;position:fixed;inset:0}.sheet{background:var(--panel-2);border-top:1px solid var(--border-strong);border-radius:10px 10px 0 0;width:100%;max-width:560px;max-height:86vh;padding:28px 22px 40px;animation:.3s both fadeUp;overflow-y:auto}.sheet .platform-name{color:var(--ivory)}.sheet-title{letter-spacing:.24em;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:600}.sheet-sub{font-family:var(--serif);color:var(--ivory-soft);margin-bottom:16px;font-size:18px;font-style:italic}.site-footer{border-top:1px solid var(--border);text-align:center;margin-top:60px;padding:30px 22px 100px}.site-footer .wordmark{display:inline-block}.site-footer p{color:var(--dim);margin:12px 0 0;font-size:12.5px}@media (width>=681px){.site-footer{padding-bottom:40px}}section.view{padding-top:8px}.view-pad{padding:0 0 40px}
