:root{--bg:#f5f6f8;--bg-2:#eceff3;--surface:#fff;--surface-2:#f8f9fb;--dark:#0b0e14;--dark-2:#111621;--text:#0a0c11;--muted:#646c79;--inverse:#f8f9fb;--inverse-muted:#aab2c0;--border:#0a0c111f;--border-strong:#0a0c1138;--border-inverse:#ffffff21;--accent:#7657ff;--accent-hover:#6342f0;--accent-soft:#7657ff1c;--success:#29c985;--warning:#e4a62e;--error:#e55353;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:26px;--shadow-sm:0 12px 34px #0f193712;--shadow-md:0 26px 70px #0f19371c;--ease:cubic-bezier(.22,.8,.2,1);--mono:ui-monospace, "SFMono-Regular", "Cascadia Code", Consolas, monospace;--sans:Inter, Geist, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{color:inherit}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{z-index:9999;background:var(--dark);color:#fff;border-radius:10px;padding:12px 18px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:none}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0e14;--bg-2:#111621;--surface:#151a24;--surface-2:#1a202c;--text:#f4f6fa;--muted:#aab2c0;--inverse:#f8f9fb;--inverse-muted:#aab2c0;--border:#ffffff21;--border-strong:#ffffff3b;--shadow-sm:0 12px 34px #00000040;--shadow-md:0 26px 70px #00000061}
.app-shell{grid-template-columns:78px minmax(0,1fr);min-height:100vh;display:grid}.side-rail{z-index:40;border-right:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f5f6f8db;flex-direction:column;align-items:center;width:78px;padding:18px 12px;display:flex;position:fixed;inset:0 auto 0 0}.app-column{grid-column:2;min-width:0}.app-main{min-height:calc(100vh - 72px);overflow:hidden}.topbar{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f5f6f8d1;grid-template-columns:auto minmax(240px,560px) auto;align-items:center;gap:28px;height:72px;padding:0 30px;display:grid;position:sticky;top:0}.brand{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.brand__mark{border:1px solid;border-radius:10px;flex-shrink:0;width:34px;height:34px;display:inline-block;position:relative;overflow:hidden}.brand__mark:before{content:none}.brand__mark i{background:currentColor;border:0;border-radius:999px;height:3px;position:absolute;transform:none}.brand__mark i:after{content:none}.brand__mark i:first-child{width:20px;top:8px;left:7px}.brand__mark i:nth-child(2){width:17px;top:15px;left:5px}.brand__mark i:nth-child(3){width:19px;top:22px;left:8px}.brand__word{font:700 1.05rem/1 var(--mono);letter-spacing:.12em}.brand__word span{color:var(--accent)}.brand--compact .brand__mark{background:var(--text);color:#fff;border:0;border-radius:13px;width:42px;height:42px;box-shadow:inset 0 0 0 1px #ffffff14}.rail-nav{flex-direction:column;gap:8px;margin:auto 0;display:flex}.rail-footer{flex-direction:column;align-items:center;gap:10px;display:flex}.rail-link{width:46px;height:46px;color:var(--muted);transition:.25s var(--ease);border-radius:13px;place-items:center;display:grid}.rail-link svg{width:20px}.rail-link:hover,.rail-link.is-active{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.rail-link.is-active:after{content:"";background:var(--accent);border-radius:0 5px 5px 0;width:3px;height:22px;position:absolute;left:0}.profile-chip{background:var(--accent);color:#fff;width:38px;height:38px;font:700 .8rem var(--mono);border-radius:50%;place-items:center;display:grid}.search-trigger{border:1px solid var(--border);background:var(--surface);width:min(100%,560px);height:44px;color:var(--muted);border-radius:13px;justify-self:center;align-items:center;gap:11px;padding:0 12px 0 15px;display:flex;box-shadow:0 8px 24px #0f193709}.search-trigger svg{width:18px}.search-trigger span{flex:1;font-size:.9rem}kbd{border:1px solid var(--border);background:var(--bg-2);font:.65rem var(--mono);border-radius:6px;padding:4px 7px}.topbar-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.free-status,.live-status{font:600 .67rem var(--mono);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:8px;display:inline-flex}.free-status i,.live-status i{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #29c9851c}.avatar-button{border:1px solid var(--border);background:var(--surface);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.avatar-button svg{width:18px}.mobile-nav{display:none}.section-container{width:min(1380px,100% - 60px);margin-inline:auto}:root[data-theme=dark] .side-rail{background:#0b0e14e0}:root[data-theme=dark] .topbar{background:#0b0e14d6}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;place-items:center;padding:0;font-size:1.25rem;line-height:1;display:grid}.theme-toggle:hover{background:var(--bg-2)}:root[data-theme=dark] .brand--compact .brand__mark{color:var(--bg)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}:root[data-theme=dark] .theme-toggle{color:#f4f6fa;background:#151a24;border-color:#fff3}:root[data-theme=dark] .theme-toggle:hover{background:#202735}.profile-chip{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text);border-radius:13px;transition:background .2s,color .2s,transform .2s}.profile-chip svg{fill:none;stroke:currentColor;width:20px;height:20px}.profile-chip:hover{background:var(--bg-2);transform:translateY(-1px)}.account-button{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;flex:0 0 40px;place-items:center;padding:0;transition:background .2s,color .2s,border-color .2s,transform .2s;display:grid}.account-button svg{fill:none;stroke:currentColor;width:19px;height:19px}.account-button:hover{background:var(--bg-2);transform:translateY(-1px)}.account-button.is-logout:hover{color:var(--error);border-color:color-mix(in srgb, var(--error) 45%, var(--border))}:root[data-theme=dark] .account-button,:root[data-theme=dark] .profile-chip{color:#f4f6fa;background:#151a24;border-color:#fff3}:root[data-theme=dark] .account-button:hover,:root[data-theme=dark] .profile-chip:hover{background:#202735}@media (max-width:620px){.topbar{grid-template-columns:minmax(0,1fr) 40px 88px}.topbar>.topbar-actions{gap:8px;width:88px;min-width:88px}.topbar .account-button{width:40px;height:40px}}
.section-label{color:var(--muted);font:650 .67rem/1.4 var(--mono);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:12px;display:inline-flex}.section-label i{background:var(--border-strong);width:38px;height:1px}.section-label--inverse{color:var(--inverse-muted)}.section-label--inverse i{background:var(--border-inverse)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}em{color:var(--accent);font-style:normal}.button{cursor:pointer;min-height:52px;font:650 .82rem var(--mono);transition:.22s var(--ease);border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:10px;padding:0 21px;display:inline-flex}.button svg{width:18px}.button-primary{background:var(--accent);color:#fff;box-shadow:0 12px 30px #7657ff38}.button-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.button-secondary{background:var(--surface);border-color:var(--border)}.button-secondary:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.button-ghost{border-color:var(--border);background:0 0}.text-link{font:650 .78rem var(--mono);align-items:center;gap:8px;display:inline-flex}.text-link svg{width:17px}.section-heading-row{justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px;display:flex}.section-heading-row h2{margin:18px 0 0;font-size:clamp(2.15rem,4vw,4.7rem);line-height:.98}.section-heading-row>p{width:min(440px,100%);color:var(--muted);margin-bottom:3px;line-height:1.7}
.home-hero{grid-template-columns:minmax(0,5fr) minmax(480px,7fr);align-items:center;gap:64px;min-height:750px;padding-block:86px 100px;display:grid}.home-hero__copy h1{letter-spacing:-.065em;margin:24px 0 30px;font-size:clamp(3.3rem,6.2vw,7.3rem);line-height:.9}.home-hero__copy>p{max-width:610px;color:var(--muted);margin-bottom:30px;font-size:clamp(1.02rem,1.35vw,1.25rem);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.hero-proof{color:var(--muted);font:.68rem var(--mono);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;gap:19px;margin-top:30px;display:flex}.hero-proof span{align-items:center;gap:7px;display:inline-flex}.hero-proof svg{width:15px;color:var(--success)}.home-hero__scene{min-width:0;position:relative}.hero-player-window{border:1px solid var(--border-inverse);background:var(--dark);color:#fff;border-radius:25px;position:relative;overflow:hidden;transform:perspective(1400px)rotateY(-4deg)rotateX(1deg);box-shadow:0 38px 90px #0f193738}.hero-player-window__bar{border-bottom:1px solid var(--border-inverse);height:48px;color:var(--inverse-muted);font:.62rem var(--mono);letter-spacing:.1em;align-items:center;gap:7px;padding:0 18px;display:flex}.hero-player-window__bar span{margin-right:auto}.hero-player-window__bar i{background:#ffffff40;border-radius:50%;width:7px;height:7px}.hero-player-window__stage{aspect-ratio:1.32;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:52px 52px;position:relative;overflow:hidden}.hero-player-window__stage:after{content:"";filter:blur(20px);background:radial-gradient(circle,#7657ff38,#0000 65%);position:absolute;inset:12% 8%}.hero-orbit{z-index:1;border:1px solid #fff3;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-orbit i{background:var(--accent);width:8px;height:8px;box-shadow:0 0 18px var(--accent);border-radius:50%;position:absolute;top:50%;left:-4px}.orbit-a{aspect-ratio:1;width:38%;animation:16s linear infinite spin}.orbit-b{aspect-ratio:1;width:60%;animation:24s linear infinite reverse spin}.orbit-c{aspect-ratio:1;width:82%;animation:34s linear infinite spin}.hero-core{z-index:3;font:700 clamp(3rem,6vw,7rem)/.8 var(--mono);letter-spacing:-.08em;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.hero-core span{color:var(--accent);font-size:.38em}.hero-data{z-index:4;border:1px solid var(--border-inverse);font:.58rem var(--mono);letter-spacing:.08em;color:var(--inverse-muted);background:#0b0e14b3;border-radius:7px;padding:8px 10px;position:absolute}.data-a{top:14%;left:7%}.data-b{bottom:14%;right:6%}.hero-player-window__footer{border-top:1px solid var(--border-inverse);align-items:center;gap:14px;height:66px;padding:0 18px;display:flex}.hero-player-window__footer button{width:36px;height:36px;color:var(--dark);background:#fff;border:0;border-radius:50%;place-items:center;display:grid}.hero-player-window__footer button svg{width:15px}.hero-player-window__footer>div{background:#ffffff29;flex:1;height:3px}.hero-player-window__footer>div span{background:var(--accent);height:100%;display:block}.hero-player-window__footer small{color:var(--inverse-muted);font:.62rem var(--mono)}.floating-mode-card,.floating-caption-card{z-index:8;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-md);border-radius:15px;position:absolute}.floating-mode-card{grid-template-columns:36px 1fr auto;align-items:center;gap:10px;width:230px;padding:15px;display:grid;top:-30px;right:-20px}.floating-mode-card svg{width:22px;color:var(--accent)}.floating-mode-card strong,.floating-mode-card span{display:block}.floating-mode-card strong{font-size:.8rem}.floating-mode-card span{color:var(--muted);margin-top:3px;font-size:.66rem}.floating-mode-card>i{color:var(--success);font:.62rem var(--mono);font-style:normal}.floating-caption-card{align-items:flex-start;gap:12px;width:min(340px,56%);padding:16px;display:flex;bottom:20px;left:-38px}.floating-caption-card svg{width:22px;color:var(--accent);flex:none}.floating-caption-card p{margin:0;font-size:.78rem;line-height:1.45}.floating-caption-card strong{color:var(--accent)}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.continue-section,.catalog-preview{padding-block:92px 112px}.continue-module{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:24px;grid-template-columns:260px minmax(0,1fr) 240px;align-items:center;gap:42px;padding:24px;display:grid}.continue-module__cover .book-cover{aspect-ratio:1.42}.continue-module__copy>p{color:var(--muted);font:.65rem var(--mono);letter-spacing:.08em;text-transform:uppercase;margin:22px 0 10px}.continue-module__copy h3{margin-bottom:12px;font-size:clamp(2rem,3.4vw,4rem);line-height:.95}.continue-module__copy>strong{max-width:650px;color:var(--muted);font-weight:400;line-height:1.55;display:block}.continue-module__actions{gap:9px;margin-top:26px;display:flex}.continue-module__metric{border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-self:stretch;padding-left:30px;display:flex}.continue-module__metric span{color:var(--muted);font:.62rem var(--mono);letter-spacing:.1em}.continue-module__metric strong{font:650 clamp(2.5rem,4vw,5rem)/.9 var(--mono);letter-spacing:-.08em;margin:13px 0}.continue-module__metric small{color:var(--muted)}.book-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.book-card{min-width:0}.book-card__cover-link{display:block;position:relative}.book-card__cover-link:hover .book-cover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.book-card__open,.book-card__save{z-index:4;background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:10px;place-items:center;width:36px;height:36px;transition:all .2s;display:grid;position:absolute;top:12px}.book-card__open{right:12px}.book-card__save{left:12px}.book-card__cover-link:hover .book-card__open,.book-card__cover-link:hover .book-card__save,.book-card__cover-link:focus-visible .book-card__open,.book-card__cover-link:focus-visible .book-card__save{opacity:1}.book-card__open svg{width:17px}.save-button--compact{cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid}.save-button--compact svg{width:17px}.save-button--compact.is-saved{color:var(--accent)}.book-card__body{align-items:flex-start;gap:12px;padding:15px 2px 8px;display:flex}.book-card__body>div{flex:1;min-width:0}.book-card h3{letter-spacing:-.03em;margin:0 0 5px;font-size:1.1rem}.book-card p{color:var(--muted);margin:0;font-size:.85rem}.round-play{border:1px solid var(--border);background:var(--surface);border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.round-play svg{width:14px}.book-card__meta{color:var(--muted);font:.62rem var(--mono);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;padding:0 2px;display:flex}.book-cover{--cover-tone:#ddd;--cover-ink:#111;aspect-ratio:.76;background:var(--cover-tone);color:var(--cover-ink);transition:.3s var(--ease);border:1px solid #0000001a;border-radius:18px;padding:16px;position:relative;overflow:hidden}.book-cover__grid{opacity:.16;background-image:linear-gradient(currentColor 1px,#0000 1px),linear-gradient(90deg,currentColor 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0}.book-cover__meta{z-index:2;font:.48rem var(--mono);letter-spacing:.06em;justify-content:space-between;gap:10px;display:flex;position:relative}.book-cover__copy{z-index:2;position:absolute;inset:auto 16px 17px}.book-cover__copy strong{letter-spacing:-.055em;max-width:90%;font-size:clamp(1.2rem,2vw,2.1rem);line-height:.95;display:block}.book-cover__copy span{font:.58rem var(--mono);text-transform:uppercase;letter-spacing:.08em;margin-top:9px;display:block}.book-cover__art{position:absolute;inset:17% 10% 28%}.cover-orbit .book-cover__art i{border:1px solid;border-radius:50%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.cover-orbit .book-cover__art i:first-child{aspect-ratio:1;width:42%}.cover-orbit .book-cover__art i:nth-child(2){aspect-ratio:1;width:68%}.cover-orbit .book-cover__art i:nth-child(3){aspect-ratio:1;width:94%}.cover-orbit .book-cover__art i:nth-child(4){aspect-ratio:1;background:currentColor;width:16%}.cover-bars .book-cover__art{align-items:end;gap:8%;display:flex}.cover-bars .book-cover__art i{background:currentColor;flex:1}.cover-bars .book-cover__art i:first-child{height:23%}.cover-bars .book-cover__art i:nth-child(2){height:48%}.cover-bars .book-cover__art i:nth-child(3){height:72%}.cover-bars .book-cover__art i:nth-child(4){height:100%}.cover-eye .book-cover__art{border:2px solid;border-radius:50% 0;transform:rotate(45deg)scale(.75)}.cover-eye .book-cover__art i:first-child{aspect-ratio:1;border:2px solid;border-radius:50%;width:42%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.cover-eye .book-cover__art i:nth-child(2){aspect-ratio:1;background:currentColor;border-radius:50%;width:14%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.cover-network .book-cover__art i{aspect-ratio:1;border:2px solid;border-radius:50%;width:13%;position:absolute}.cover-network .book-cover__art i:first-child{top:12%;left:8%}.cover-network .book-cover__art i:nth-child(2){top:26%;right:6%}.cover-network .book-cover__art i:nth-child(3){bottom:8%;left:25%}.cover-network .book-cover__art i:nth-child(4){bottom:20%;right:25%}.cover-network .book-cover__art:before,.cover-network .book-cover__art:after{content:"";background:currentColor;height:1px;position:absolute;inset:50% 4% auto;transform:rotate(19deg)}.cover-network .book-cover__art:after{transform:rotate(-34deg)}.cover-path .book-cover__art:before{content:"";border-bottom:2px solid;border-left:2px solid;border-radius:0 0 0 80%;position:absolute;inset:0 12%;transform:skew(-17deg)}.cover-path .book-cover__art i{background:currentColor;border-radius:50%;width:10px;height:10px;position:absolute}.cover-path .book-cover__art i:first-child{bottom:0;left:10%}.cover-path .book-cover__art i:nth-child(2){bottom:22%;left:33%}.cover-path .book-cover__art i:nth-child(3){bottom:54%;left:50%}.cover-path .book-cover__art i:nth-child(4){top:0;right:8%}.book-cover--compact{aspect-ratio:.76;border-radius:10px;width:72px;padding:7px}.book-cover--compact .book-cover__meta,.book-cover--compact .book-cover__copy span{display:none}.book-cover--compact .book-cover__copy{inset:auto 7px 7px}.book-cover--compact .book-cover__copy strong{font-size:.62rem}.book-cover--compact .book-cover__art{inset:14% 8% 35%}.mode-explainer{background:var(--dark);color:#fff;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:64px 64px;border-radius:28px;grid-template-columns:4fr 8fr;gap:70px;margin-top:92px;margin-bottom:120px;padding:80px;display:grid;overflow:hidden}.mode-explainer__copy h2{margin:24px 0;font-size:clamp(2.6rem,4vw,5.5rem);line-height:.92}.mode-explainer__copy p{color:var(--inverse-muted);line-height:1.7}.mode-cards{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.mode-cards article{border:1px solid var(--border-inverse);background:#ffffff0b;border-radius:19px;min-width:0;padding:28px}.mode-cards article>svg{color:#9b85ff;width:28px}.mode-cards article>span{color:var(--inverse-muted);font:.62rem var(--mono);letter-spacing:.1em;margin:32px 0 10px;display:block}.mode-cards h3{margin-bottom:12px;font-size:1.7rem}.mode-cards p{color:var(--inverse-muted);font-size:.9rem;line-height:1.6}.mini-scene{border:1px solid var(--border-inverse);height:150px;margin-top:24px;position:relative;overflow:hidden}.mini-scene i{border:1px solid #fff6;border-radius:50%;width:46px;height:46px;position:absolute;top:50%;transform:translateY(-50%)}.mini-scene i:first-child{left:9%}.mini-scene i:nth-child(2){background:#9b85ff;left:42%}.mini-scene i:nth-child(3){right:9%}.mini-scene:before,.mini-scene:after{content:"";background:#ffffff40;width:28%;height:1px;position:absolute;top:50%}.mini-scene:before{left:18%}.mini-scene:after{right:18%}.mini-scene strong{font:.55rem var(--mono);color:var(--inverse-muted);position:absolute;bottom:10px;right:10px}.mini-caption{border:1px solid var(--border-inverse);margin-top:24px;padding:36px 18px;font-size:clamp(1.4rem,2vw,2rem);line-height:1.15}.mini-caption strong{color:#9b85ff}.book-cover--semantic{background:radial-gradient(circle at 80% 8%, #ffffff2b, transparent 36%), var(--cover-tone);color:var(--cover-ink);isolation:isolate}.book-cover--semantic:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(145deg,#ffffff14,#0000 44%,#00000009);position:absolute;inset:0}.book-cover__texture{opacity:.13;background-image:linear-gradient(currentColor 1px,#0000 1px),linear-gradient(90deg,currentColor 1px,#0000 1px);background-size:13.5% 13.5%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 73%,#0000 100%);mask-image:linear-gradient(#000 0 73%,#0000 100%)}.book-cover--semantic .book-cover__meta{z-index:4;font-size:.47rem}.book-cover--semantic .book-cover__copy{z-index:4}.book-cover--semantic .book-cover__copy strong{text-wrap:balance;max-width:96%}.book-cover--semantic .book-cover__art{z-index:3;transform:rotate(var(--cover-shift));inset:14% 8% 29%}.book-cover--semantic .book-cover__art svg{fill:none;stroke:currentColor;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;overflow:visible}.book-cover--semantic .book-cover__art .is-filled{fill:currentColor;stroke:currentColor}.book-cover--semantic .book-cover__art .is-filled-soft{fill:var(--cover-accent);fill-opacity:.46;stroke:var(--cover-accent)}.book-cover--semantic.cover-layout-1 .book-cover__art{transform:rotate(var(--cover-shift)) scale(1.12);inset:20% 5% 24%}.book-cover--semantic.cover-layout-1 .book-cover__copy{inset:auto 16px 17px}.book-cover--semantic.cover-layout-2 .book-cover__art{transform:rotate(var(--cover-shift)) scale(.94);inset:11% 13% 37%}.book-cover--semantic.cover-layout-2 .book-cover__copy{bottom:14%}.book-cover--semantic.cover-layout-3 .book-cover__art{transform:rotate(var(--cover-shift)) scale(1.08);inset:25% 3% 19%}.book-cover--semantic.cover-layout-3 .book-cover__copy{bottom:8%}.cover-semantic-growth .book-cover__art{transform:rotate(var(--cover-shift)) scale(1.25)}.cover-semantic-mind .book-cover__art,.cover-semantic-signal .book-cover__art{inset-inline:4%}.cover-semantic-history .book-cover__art{inset-inline:10%}.cover-semantic-arc .book-cover__art{inset:17% 5% 31%}.cover-semantic-stack .book-cover__art{inset:16% 8% 28%}.book-cover--compact.book-cover--semantic .book-cover__art{inset:12% 7% 36%}@media (max-width:620px){.book-cover--semantic .book-cover__art{inset:15% 7% 31%}.book-cover--semantic .book-cover__copy strong{font-size:clamp(.96rem,4.2vw,1.25rem)}.book-cover--semantic.cover-layout-2 .book-cover__copy{bottom:13%}.book-cover--semantic.cover-layout-3 .book-cover__copy{bottom:7%}}
.library-page,.saved-page,.profile-page{padding-block:72px 120px}.library-page__header{grid-template-columns:7fr 5fr;align-items:end;gap:70px;margin-bottom:58px;display:grid}.library-page__header h1,.simple-page-header h1{margin:20px 0 25px;font-size:clamp(3.2rem,6vw,7rem);line-height:.9}.library-page__header p,.simple-page-header p{max-width:680px;color:var(--muted);font-size:1.05rem;line-height:1.7}.library-metrics{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.library-metrics div{border-right:1px solid var(--border);padding:26px 18px}.library-metrics div:last-child{border-right:0}.library-metrics strong{font:650 2.4rem var(--mono);letter-spacing:-.07em;display:block}.library-metrics span{color:var(--muted);font:.62rem var(--mono);text-transform:uppercase;margin-top:8px;display:block}.library-tools{z-index:12;border:1px solid var(--border);background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:17px;align-items:center;gap:14px;margin-bottom:34px;padding:12px;display:flex;position:sticky;top:88px}.library-search{background:var(--surface);border:1px solid var(--border);border-radius:11px;flex:1;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex}.library-search svg{width:18px;color:var(--muted)}.library-search input{background:0 0;border:0;outline:0;flex:1;min-width:0}.filter-scroll{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.filter-scroll::-webkit-scrollbar{display:none}.filter-scroll button{white-space:nowrap;cursor:pointer;height:42px;color:var(--muted);font:.7rem var(--mono);background:0 0;border:1px solid #0000;border-radius:10px;padding:0 15px}.filter-scroll button.is-active{background:var(--text);color:var(--bg)}.book-grid--library{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:46px}.empty-state{text-align:center;border:1px dashed var(--border-strong);border-radius:22px;align-content:center;place-items:center;min-height:350px;display:grid}.empty-state span{font:.64rem var(--mono);color:var(--muted)}.empty-state h2{margin:18px 0 8px;font-size:2.4rem}.empty-state p{color:var(--muted)}.simple-page-header{margin-bottom:50px}.simple-page-header h1{max-width:900px}
.book-detail-hero{grid-template-columns:minmax(300px,4fr) minmax(0,8fr);align-items:center;gap:78px;padding-block:80px 100px;display:grid}.book-detail-cover{width:100%;max-width:430px;margin-inline:auto}.book-detail-cover .book-cover{box-shadow:var(--shadow-md)}.book-author{color:var(--muted);font:.75rem var(--mono);text-transform:uppercase;letter-spacing:.1em;margin:32px 0 10px}.book-detail-copy h1{letter-spacing:-.07em;margin:0 0 25px;font-size:clamp(3.4rem,7vw,8rem);line-height:.85}.book-description{max-width:790px;color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65}.book-meta-strip{border-block:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin:34px 0;display:grid}.book-meta-strip span{color:var(--muted);padding:19px 14px 19px 0;font-size:.72rem}.book-meta-strip strong{color:var(--text);font:650 .92rem var(--mono);margin-bottom:5px;display:block}.book-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.book-promise{border-top:1px solid var(--border);padding-block:95px}.book-promise>span{font:.65rem var(--mono);color:var(--muted);letter-spacing:.12em}.book-promise>h2{max-width:1050px;margin:23px 0 52px;font-size:clamp(2.5rem,5vw,6rem);line-height:.98}.takeaway-list{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);display:grid}.takeaway-list article{border-right:1px solid var(--border);padding:24px 25px 10px 0}.takeaway-list article:last-child{border-right:0;padding-left:25px}.takeaway-list article:not(:first-child){padding-left:25px}.takeaway-list span{font:.68rem var(--mono);color:var(--accent)}.takeaway-list p{margin-top:22px;line-height:1.55}.experience-options{padding-block:100px}.experience-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.experience-grid article{border:1px solid var(--border);background:var(--surface);border-radius:20px;flex-direction:column;min-height:340px;padding:30px;display:flex}.experience-grid article>svg{width:28px;color:var(--accent)}.experience-grid article>span{font:.62rem var(--mono);color:var(--muted);letter-spacing:.1em;margin-top:45px}.experience-grid h3{margin:13px 0;font-size:1.8rem}.experience-grid p{color:var(--muted);line-height:1.6}.experience-grid a{font:.72rem var(--mono);align-items:center;gap:8px;margin-top:auto;display:inline-flex}.experience-grid a svg{width:16px}.chapter-overview{grid-template-columns:4fr 8fr;gap:70px;padding-block:90px 130px;display:grid}.chapter-overview h2{margin-top:20px;font-size:clamp(2.5rem,4vw,5rem)}.chapter-overview__list{border-top:1px solid var(--border)}.chapter-overview__list article{border-bottom:1px solid var(--border);grid-template-columns:55px 1fr auto;gap:22px;padding:25px 0;display:grid}.chapter-overview__list>article>span{font:.7rem var(--mono);color:var(--accent)}.chapter-overview__list h3{margin:0 0 7px;font-size:1.25rem}.chapter-overview__list p{color:var(--muted);margin:0;line-height:1.5}.chapter-overview__list small{font:.65rem var(--mono);color:var(--muted)}
.reader-page{grid-template-columns:220px minmax(0,720px) minmax(180px,1fr);align-items:start;gap:70px;padding-block:55px 130px;display:grid}.reader-toc{position:sticky;top:105px}.reader-toc>span,.reader-aside span{font:.62rem var(--mono);color:var(--muted);letter-spacing:.1em}.reader-toc nav{border-top:1px solid var(--border);flex-direction:column;margin:20px 0 30px;display:flex}.reader-toc nav a{border-bottom:1px solid var(--border);grid-template-columns:28px 1fr;gap:8px;padding:13px 0;font-size:.78rem;line-height:1.3;display:grid}.reader-toc nav small{color:var(--accent);font-family:var(--mono)}.reader-toc .button{width:100%}.reader-article header{border-bottom:1px solid var(--border);padding-bottom:55px}.reader-article header>p{color:var(--muted);font:.72rem var(--mono);text-transform:uppercase;margin:35px 0 10px}.reader-article h1{margin:0 0 30px;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.88}.reader-article header>strong{color:var(--muted);font-size:1.15rem;font-weight:400;line-height:1.65;display:block}.reader-article>section{border-bottom:1px solid var(--border);padding:72px 0 35px}.reader-chapter-index{color:var(--accent);font:.64rem var(--mono);letter-spacing:.1em}.reader-article section h2{margin:17px 0 25px;font-size:clamp(2.1rem,3.5vw,3.7rem);line-height:1}.reader-article section>p{letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;line-height:1.85}.reader-article section .reader-lead{font-family:var(--sans);font-size:1.25rem;font-weight:600;line-height:1.6}.listen-from{color:var(--accent);font:.72rem var(--mono);align-items:center;gap:9px;margin-top:22px;display:inline-flex}.listen-from svg{width:17px}.reader-aside{position:sticky;top:105px}.reader-aside>div{border:1px solid var(--border);background:var(--surface);border-radius:15px;padding:20px}.reader-aside strong{margin:18px 0 8px;display:block}.reader-aside p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.55}
.player-shell{background:var(--dark);color:#fff;grid-template-rows:70px minmax(0,1fr) 112px;height:100svh;display:grid;overflow:hidden}.player-header{border-bottom:1px solid var(--border-inverse);background:#0b0e14;grid-template-columns:auto minmax(160px,1fr) auto auto auto;align-items:center;gap:18px;min-width:0;padding:0 22px;display:grid}.player-header .brand__word{color:#fff}.player-book-title{min-width:0}.player-book-title span,.player-book-title strong{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.player-book-title span{color:var(--inverse-muted);font:.58rem var(--mono);text-transform:uppercase;letter-spacing:.08em}.player-book-title strong{margin-top:4px;font-size:.88rem}.mode-switch{border:1px solid var(--border-inverse);background:#ffffff0a;border-radius:11px;padding:4px;display:flex}.mode-switch button{height:35px;color:var(--inverse-muted);cursor:pointer;font:.62rem var(--mono);background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:0 12px;display:flex}.mode-switch button svg{width:16px}.mode-switch button.is-active{color:var(--dark);background:#fff}.panel-toggle{border:1px solid var(--border-inverse);height:38px;color:var(--inverse-muted);font:.62rem var(--mono);cursor:pointer;background:0 0;border-radius:9px;padding:0 12px}.player-close{border:1px solid var(--border-inverse);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.player-close svg{width:18px}.player-stage-layout{min-height:0;transition:.3s var(--ease);grid-template-columns:1fr;display:grid}.player-stage-layout.has-panel{grid-template-columns:minmax(0,1fr) 340px}.player-stage{min-width:0;min-height:0;position:relative}.chapter-panel{border-left:1px solid var(--border-inverse);background:#0e121a;min-height:0;overflow:auto}.chapter-panel__head{border-bottom:1px solid var(--border-inverse);justify-content:space-between;align-items:center;height:60px;padding:0 18px;display:flex}.chapter-panel__head span{color:var(--inverse-muted);font:.58rem var(--mono);letter-spacing:.1em}.chapter-panel__head strong{font:.62rem var(--mono)}.chapter-panel__now{border-bottom:1px solid var(--border-inverse);padding:20px 18px}.chapter-panel__now>span{color:#9b85ff;font:.58rem var(--mono);text-transform:uppercase}.chapter-panel__now h2{margin:11px 0 8px;font-size:1.35rem}.chapter-panel__now p{color:var(--inverse-muted);margin:0;font-size:.8rem;line-height:1.5}.chapter-list{flex-direction:column;display:flex}.chapter-list button{text-align:left;border:0;border-bottom:1px solid var(--border-inverse);width:100%;color:var(--inverse-muted);cursor:pointer;background:0 0;grid-template-columns:30px 1fr;gap:9px;padding:14px 18px;display:grid}.chapter-list button>span{font:.6rem var(--mono)}.chapter-list button div{grid-template-columns:1fr auto;gap:8px;display:grid}.chapter-list button strong{color:inherit;font-size:.78rem}.chapter-list button small{font:.58rem var(--mono)}.chapter-list button.is-active{color:#fff;background:#7657ff1a}.chapter-list button.is-active>span{color:#9b85ff}.chapter-list button.is-passed:not(.is-active){opacity:.58}.read-along-link{border:1px solid var(--border-inverse);text-align:center;color:var(--inverse-muted);font:.62rem var(--mono);border-radius:9px;margin:18px;padding:13px;display:block}.scene-canvas,.kinetic-stage{color:#fff;background:#090c12;position:absolute;inset:0;overflow:hidden}.scene-canvas__grid,.kinetic-stage__grid{background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0}.scene-canvas:before{content:"";background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--scene-accent) 22%,transparent),transparent 68%);filter:blur(35px);position:absolute;inset:10% 12%}.scene-canvas__coordinates{color:#ffffff59;font:.52rem var(--mono);letter-spacing:.1em;justify-content:space-between;display:flex;position:absolute;inset:18px 20px auto}.scene-canvas__copy{z-index:4;max-width:650px;position:absolute;bottom:8%;left:6%}.scene-canvas__copy>span{color:var(--scene-accent);font:.6rem var(--mono);letter-spacing:.12em}.scene-canvas__copy h1{letter-spacing:-.065em;margin:13px 0 12px;font-size:clamp(2.4rem,5vw,6.3rem);line-height:.9}.scene-canvas__copy p{max-width:560px;color:var(--inverse-muted);margin:0;font-size:clamp(.85rem,1.1vw,1.05rem);line-height:1.6}.scene-canvas__anchor{z-index:4;color:var(--inverse-muted);font:.52rem var(--mono);letter-spacing:.08em;align-items:center;gap:8px;display:flex;position:absolute;bottom:20px;right:22px}.scene-canvas__anchor i{background:var(--scene-accent);border-radius:50%;width:6px;height:6px}.scene-canvas__visual{z-index:2;position:absolute;inset:4% 4% 27%}.visual-comparison{grid-template-columns:1fr 1.45fr;align-items:center;gap:6%;height:100%;display:grid}.visual-comparison>div{border:1px solid var(--border-inverse);border-radius:50%;place-items:center;height:70%;display:grid;position:relative}.visual-comparison .target{aspect-ratio:1;justify-self:end}.visual-comparison .target i{aspect-ratio:1;border:2px solid var(--scene-accent);border-radius:50%;width:30%;box-shadow:0 0 0 22px #ffffff08,0 0 0 48px #ffffff06}.visual-comparison strong,.visual-comparison span{position:absolute}.visual-comparison strong{font:650 .68rem var(--mono);bottom:13%}.visual-comparison span{color:var(--inverse-muted);font:.52rem var(--mono);bottom:7%}.visual-comparison .route{border-radius:22px;justify-content:center;align-items:center;gap:8%;padding-inline:10%;display:flex}.visual-comparison .route b{border:1px solid var(--scene-accent);border-radius:50%;width:12px;height:12px}.visual-comparison .route b:nth-child(-n+3){background:var(--scene-accent)}.visual-comparison .route:before{content:"";background:var(--scene-accent);height:1px;position:absolute;top:50%;left:14%;right:14%}.visual-identity{justify-content:center;align-items:center;gap:9%;height:100%;display:flex}.ballot{border:1px solid var(--border-inverse);background:#ffffff08;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:10%;width:min(260px,27vw);height:min(220px,25vw);padding:14%;display:grid;transform:perspective(800px)rotateY(10deg)}.ballot span{aspect-ratio:1;background:var(--scene-accent);box-shadow:0 0 18px color-mix(in srgb,var(--scene-accent) 45%,transparent);animation:voteIn .7s var(--ease) both;border-radius:50%}.ballot span:nth-child(2){animation-delay:80ms}.ballot span:nth-child(3){animation-delay:.16s}.ballot span:nth-child(4){animation-delay:.24s}.ballot span:nth-child(5){animation-delay:.32s}.ballot span:nth-child(6){animation-delay:.4s}.identity-figure{width:min(250px,27vw);height:min(300px,30vw);position:relative}.identity-figure i{background:color-mix(in srgb,var(--scene-accent) 12%,transparent);border:1px solid #ffffff80;position:absolute}.identity-figure i:first-child{aspect-ratio:1;border-radius:50%;width:30%;top:0;left:35%}.identity-figure i:nth-child(2){border-radius:45% 45% 18% 18%;width:52%;height:42%;top:29%;left:24%}.identity-figure i:nth-child(3){width:24%;height:10%;top:34%;left:2%;transform:rotate(-24deg)}.identity-figure i:nth-child(4){width:24%;height:10%;top:34%;right:2%;transform:rotate(24deg)}.identity-count{font:650 clamp(3rem,6vw,7rem)/.8 var(--mono);letter-spacing:-.08em}.identity-count span{color:var(--inverse-muted);font:.55rem var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-top:15px;display:block}@keyframes voteIn{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:none}}.visual-growth{height:100%;position:relative}.visual-growth svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.visual-growth path,.visual-growth line{fill:none;stroke:#ffffff2e;stroke-width:1px}.visual-growth .baseline{stroke:#ffffff59;stroke-dasharray:8 8}.visual-growth .growthline{stroke:var(--scene-accent);stroke-width:3px;stroke-dasharray:900;stroke-dashoffset:calc(900px * (1 - var(--scene-progress)));filter:drop-shadow(0 0 10px color-mix(in srgb,var(--scene-accent) 60%,transparent))}.growth-number{font:650 clamp(4rem,8vw,10rem)/.8 var(--mono);letter-spacing:-.1em;position:absolute;top:10%;right:10%}.growth-number span{color:var(--scene-accent);font-size:.3em}.growth-label{font:.57rem var(--mono);color:var(--inverse-muted);text-transform:uppercase;position:absolute;bottom:7%;right:8%}.visual-environment{height:100%;position:relative}.choice-node,.environment-goal{border:1px solid var(--scene-accent);width:100px;height:100px;font:.58rem var(--mono);border-radius:50%;place-items:center;display:grid;position:absolute;top:45%}.choice-node{left:5%}.environment-goal{background:var(--scene-accent);color:#090c12;right:5%}.path{justify-content:space-around;align-items:center;height:44%;display:flex;position:absolute;left:17%;right:17%}.path:before{content:"";background:#ffffff3d;height:1px;position:absolute;top:50%;left:0;right:0}.path i{z-index:1;background:#090c12;border:1px solid #ffffff80;border-radius:50%;width:12px;height:12px}.path span{font:.55rem var(--mono);color:var(--inverse-muted);position:absolute;right:5%}.path-hard{top:5%;transform:rotate(-9deg)}.path-easy{bottom:5%;transform:rotate(9deg)}.path-easy:before{background:var(--scene-accent);height:2px}.path-easy i{background:var(--scene-accent);border-color:var(--scene-accent)}.visual-longgame{place-items:center;height:100%;display:grid}.long-line{justify-content:space-between;width:78%;display:flex;position:relative}.long-line:before{content:"";background:#ffffff38;height:2px;position:absolute;top:50%;left:0;right:0}.long-line i{z-index:1;border:2px solid var(--scene-accent);background:#090c12;border-radius:50%;width:16px;height:16px}.long-line i:nth-child(-n+4),.long-line i:nth-child(n+6){background:var(--scene-accent)}.long-line i:nth-child(5){border-color:#ff6f6f}.missed-day{color:#f88;font:.6rem var(--mono);position:absolute;top:27%;left:49%}.return-arrow{color:var(--scene-accent);font-size:4rem;position:absolute;top:36%;left:55%;transform:rotate(14deg)}.visual-longgame>strong{font:650 1rem var(--mono);letter-spacing:.1em;position:absolute;bottom:5%;right:10%}.visual-concept{place-items:center;height:100%;display:grid}.visual-concept i{aspect-ratio:1;border:1px solid var(--scene-accent);border-radius:50%;width:18%;position:absolute}.visual-concept i:first-child{transform:translate(-80%,-45%)}.visual-concept i:nth-child(2){transform:translate(80%,-45%)}.visual-concept i:nth-child(3){transform:translate(-80%,70%)}.visual-concept i:nth-child(4){transform:translate(80%,70%)}.visual-concept span{font:650 2rem var(--mono)}.kinetic-stage{place-items:center;padding:8%;display:grid}.kinetic-index{color:#9b85ff;font:.58rem var(--mono);letter-spacing:.12em;position:absolute;top:5%;left:5%}.kinetic-line{z-index:2;text-align:center;letter-spacing:-.055em;max-width:1050px;animation:captionIn .6s var(--ease);margin:0;font-size:clamp(2.8rem,6.3vw,8rem);font-weight:590;line-height:.96;position:relative}.kinetic-line strong{color:#9b85ff;font-weight:650}.kinetic-next{color:#ffffff47;text-align:center;max-width:600px;margin:0;font-size:.85rem;position:absolute;bottom:8%}.kinetic-rule{background:#ffffff1a;height:1px;position:absolute;bottom:4%;left:5%;right:5%}.kinetic-rule i{background:#9b85ff;width:35%;height:1px;display:block}.kinetic-empty{color:var(--inverse-muted)}@keyframes captionIn{0%{opacity:0;filter:blur(7px);transform:translateY(26px)}to{opacity:1;filter:none;transform:none}}.player-controls{border-top:1px solid var(--border-inverse);background:#0b0e14;padding:0 22px}.player-controls__top{height:37px;color:var(--inverse-muted);font:.58rem var(--mono);grid-template-columns:50px 1fr 58px;align-items:center;gap:10px;display:grid}.player-controls input[type=range]{appearance:none;background:linear-gradient(90deg,#8e72ff 0 var(--progress,50%),#ffffff29 var(--progress,50%) 100%);border-radius:2px;width:100%;height:3px}.player-controls input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 4px #ffffff1f}.player-controls__bottom{grid-template-columns:1fr auto 1fr;align-items:center;height:74px;display:grid}.control-secondary{align-items:center;gap:18px;display:flex}.control-secondary button{border:1px solid var(--border-inverse);color:#fff;width:45px;height:34px;font:.6rem var(--mono);background:0 0;border-radius:8px}.control-secondary span{color:var(--inverse-muted);font:.58rem var(--mono)}.transport-controls{align-items:center;gap:18px;display:flex}.transport-controls button{color:#fff;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid;position:relative}.transport-controls button svg{width:21px}.transport-controls button small{font:.45rem var(--mono);position:absolute}.transport-controls .main-play{width:55px;height:55px;color:var(--dark);background:#fff;border-radius:50%}.transport-controls .main-play svg{width:21px}.volume-control{justify-self:end;align-items:center;gap:10px;width:150px;display:flex}.volume-control svg{width:18px;color:var(--inverse-muted)}.volume-control input{--progress:82%}.karaoke-word{color:#ffffff40;transition:color 80ms linear}.karaoke-word.is-spoken{color:#ffffffeb}.karaoke-word.is-current{color:#0000;background:linear-gradient(90deg, #9b85ff 0, #9b85ff var(--word-progress), #ffffff40 var(--word-progress), #ffffff40 100%);filter:drop-shadow(0 0 18px #9b85ff40);-webkit-background-clip:text;background-clip:text}.kinetic-stage{place-items:center;padding:6% 8%}.kinetic-line{flex-wrap:wrap;place-content:center;align-items:center;gap:.08em .28em;width:min(920px,88vw);min-height:2.4em;max-height:2.4em;font-size:clamp(2.2rem,5vw,5.8rem);line-height:1.05;animation:none;display:flex;overflow:hidden}.karaoke-word{transition:none;display:inline-block}.karaoke-word.is-current{filter:none}.kinetic-line{gap:.14em .22em;width:min(1180px,94vw);min-height:0;max-height:none;padding:.18em 0;font-size:clamp(1.8rem,3.7vw,4.6rem);line-height:1.12;overflow:visible}.scene-canvas{isolation:isolate}.scene-canvas__copy,.scene-canvas__coordinates,.scene-canvas__anchor{display:none!important}.scene-canvas__visual{z-index:3;inset:0}.scene-canvas__atmosphere{z-index:1;background:radial-gradient(circle at 28% 35%, color-mix(in srgb, var(--scene-accent) 28%, transparent), transparent 27%), radial-gradient(circle at 72% 65%, #ffffff1a, transparent 24%);filter:blur(35px);transform:rotate(calc(var(--scene-progress) * 18deg)) scale(calc(.9 + var(--scene-progress) * .18));position:absolute;inset:-25%}.scene-canvas__vignette{z-index:9;pointer-events:none;background:radial-gradient(#0000 38%,#0305094d 74%,#030509e0 100%);position:absolute;inset:0}.visual-cinematic{perspective:1100px;position:absolute;inset:0;overflow:hidden}.cinematic-stage,.cinematic-world{position:absolute;inset:0}.cinematic-stage{z-index:3;transform:scale(calc(.94 + var(--scene-progress) * .08)) translateY(calc((.5 - var(--scene-progress)) * 2vh))}.cinematic-world{z-index:1;opacity:.72}.cinematic-world i{left:calc(7% + (var(--particle-index) % 6) * 17%);top:calc(8% + (var(--particle-index) % 5) * 21%);width:calc(3px + (var(--particle-index) % 4) * 2px);aspect-ratio:1;box-shadow:0 0 18px color-mix(in srgb, var(--scene-accent) 65%, transparent);opacity:calc(.16 + (var(--particle-index) % 5) * .1);transform:translateY(calc(var(--scene-progress) * -40px)) scale(calc(.65 + var(--scene-progress) * .8));background:#ffffffb3;border-radius:50%;position:absolute}.cinematic-world-space{background:radial-gradient(circle at 50% 48%,#17203a,#070910 65%)}.cinematic-world-city{background:linear-gradient(#151b2c,#090c13)}.cinematic-world-city:before{content:"";clip-path:polygon(0 35%,8% 35%,8% 5%,18% 5%,18% 42%,31% 42%,31% 15%,42% 15%,42% 52%,55% 52%,55% 0,67% 0,67% 35%,79% 35%,79% 18%,91% 18%,91% 42%,100% 42%,100% 100%,0 100%);background:repeating-linear-gradient(90deg,#ffffff14 0 7%,#0000 7% 10%);position:absolute;inset:45% 0 0}.cinematic-world-nature{background:radial-gradient(at 50% 110%,#203c2d,#0000 65%),linear-gradient(#15253a,#08110e)}.cinematic-world-room{background:linear-gradient(145deg,#24202c,#090b10 65%)}.cinematic-world-factory{background:repeating-linear-gradient(90deg,#ffffff09 0 2px,#0000 2px 58px),linear-gradient(#22242a,#090a0d)}.cinematic-world-ocean{background:radial-gradient(at 50% 115%,#16517a,#0000 65%),linear-gradient(#10283c,#05080e)}.cinematic-world-mind{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--scene-accent) 24%, #101425), #060810 68%)}.cinematic-world-abstract{background:radial-gradient(circle,#18152b,#070910 70%)}.cinematic-subject,.cinematic-object,.cinematic-obstacle,.cinematic-outcome,.cinematic-clone{aspect-ratio:1;width:clamp(90px,13vw,190px);filter:drop-shadow(0 18px 24px #00000073) drop-shadow(0 0 calc(12px + var(--scene-intensity) * 28px) color-mix(in srgb, var(--scene-accent) 50%, transparent));transform-origin:50%;will-change:transform, opacity, filter;place-items:center;font-size:clamp(4rem,9vw,9rem);line-height:1;display:grid;position:absolute}.cinematic-action-approach .cinematic-object{transform:scale(calc(.75 + var(--scene-progress) * .35))}.cinematic-action-collide .cinematic-obstacle{transform:scale(calc(.8 + var(--scene-progress) * .55)) rotate(calc((var(--scene-progress) - .5) * 18deg))}.cinematic-action-orbit .cinematic-object{transform:scale(calc(.85 + var(--scene-progress) * .25));top:39%;left:46%}.cinematic-action-assemble .cinematic-obstacle{transform:translate(calc(var(--scene-progress) * 5vw), calc(var(--scene-progress) * -5vh)) scale(calc(1 - var(--scene-progress) * .45))}.cinematic-action-fall .cinematic-obstacle{transform:scale(calc(.7 + var(--scene-progress) * .55));top:68%;left:43%}.cinematic-action-exchange .cinematic-outcome{opacity:calc(var(--scene-progress) * .8);transform:scale(calc(.2 + var(--scene-progress) * .75));top:39%;left:46%}.scene-canvas.is-reduced *,.scene-canvas.is-reduced :before,.scene-canvas.is-reduced :after{transition:none!important;animation:none!important}@media (max-width:720px){.cinematic-subject,.cinematic-object,.cinematic-obstacle,.cinematic-outcome,.cinematic-clone{width:clamp(70px,22vw,120px);font-size:clamp(3.3rem,15vw,6rem)}}.vector-object{aspect-ratio:1;width:clamp(90px,13vw,190px);filter:drop-shadow(0 22px 24px #00000061) drop-shadow(0 0 24px color-mix(in srgb, var(--scene-accent) 26%, transparent));transform-origin:50%;will-change:transform, opacity, filter;position:absolute}.vector-object svg{width:100%;height:100%;display:block;overflow:visible}.vector-object__shape{transform-origin:80px 80px}.vector-world{width:100%;height:100%;position:absolute;inset:0}.cinematic-stage{z-index:3;position:absolute;inset:0}.cinematic-subject{z-index:5;top:48%;left:10%}.cinematic-object{z-index:4;top:28%;left:57%}.cinematic-obstacle{z-index:6;top:47%;left:43%}.cinematic-outcome{z-index:7;opacity:0;top:48%;left:76%;transform:scale(.35)}.cinematic-clone{z-index:3;opacity:0;top:42%;left:28%;transform:scale(.3)}.cinematic-action-approach .cinematic-subject{transform:translateX(calc(var(--scene-progress) * 32vw)) translateY(calc(var(--scene-progress) * -8vh)) rotate(calc(var(--scene-progress) * 8deg))}.cinematic-action-collide .cinematic-subject{transform:translateX(calc(var(--scene-progress) * 27vw)) rotate(calc(var(--scene-progress) * 18deg))}.cinematic-action-collide .cinematic-object{transform:translateX(calc(var(--scene-progress) * -15vw)) rotate(calc(var(--scene-progress) * -14deg))}.cinematic-action-transform .cinematic-subject{transform:translateX(calc(var(--scene-progress) * 27vw)) rotate(calc(var(--scene-progress) * 180deg)) scale(calc(1 - var(--scene-progress) * .7));opacity:calc(1 - var(--scene-progress))}.cinematic-action-transform .cinematic-outcome{opacity:var(--scene-progress);transform:rotate(calc((1 - var(--scene-progress)) * -120deg)) scale(calc(.25 + var(--scene-progress) * 1.05));top:39%;left:49%}.cinematic-action-multiply .cinematic-subject{transform:translateX(calc(var(--scene-progress) * 20vw))}.cinematic-action-multiply .cinematic-clone{opacity:var(--scene-progress)}.cinematic-action-multiply .clone-a{transform:translate(calc(var(--scene-progress) * 18vw), calc(var(--scene-progress) * -18vh)) scale(calc(.35 + var(--scene-progress) * .6))}.cinematic-action-multiply .clone-b{transform:translate(calc(var(--scene-progress) * 30vw), calc(var(--scene-progress) * 4vh)) scale(calc(.35 + var(--scene-progress) * .6))}.cinematic-action-multiply .clone-c{transform:translate(calc(var(--scene-progress) * 20vw), calc(var(--scene-progress) * 22vh)) scale(calc(.35 + var(--scene-progress) * .6))}.cinematic-action-breakthrough .cinematic-subject{transform:translateX(calc(var(--scene-progress) * 58vw)) rotate(calc(var(--scene-progress) * 16deg)) scale(calc(.82 + var(--scene-progress) * .28))}.cinematic-action-breakthrough .cinematic-obstacle{transform:rotate(calc(var(--scene-progress) * 32deg)) scale(calc(1 - var(--scene-progress) * .65));opacity:calc(1 - var(--scene-progress) * .85)}.cinematic-action-breakthrough .cinematic-outcome{opacity:var(--scene-progress);transform:scale(calc(.3 + var(--scene-progress)))}.cinematic-action-orbit .cinematic-object{top:39%;left:46%}.cinematic-action-orbit .cinematic-subject{transform:rotate(calc(var(--scene-progress) * 360deg)) translateX(clamp(130px,20vw,310px)) rotate(calc(var(--scene-progress) * -360deg));top:39%;left:46%}.cinematic-action-assemble .cinematic-subject{transform:translate(calc(var(--scene-progress) * 31vw), calc(var(--scene-progress) * -8vh))}.cinematic-action-assemble .cinematic-object{transform:translate(calc(var(--scene-progress) * -10vw), calc(var(--scene-progress) * 10vh))}.cinematic-action-assemble .cinematic-outcome{opacity:var(--scene-progress);transform:scale(calc(.2 + var(--scene-progress) * 1.15)) rotate(calc(var(--scene-progress) * 90deg));top:40%;left:48%}.cinematic-action-rise .cinematic-subject{transform:translateY(calc(var(--scene-progress) * -48vh)) scale(calc(.7 + var(--scene-progress) * .55));top:67%;left:42%}.cinematic-action-rise .cinematic-outcome{opacity:var(--scene-progress);transform:scale(calc(.3 + var(--scene-progress) * .85));top:8%;left:44%}.cinematic-action-fall .cinematic-subject{transform:translateY(calc(var(--scene-progress) * 55vh)) rotate(calc(var(--scene-progress) * 100deg));top:7%;left:42%}.cinematic-action-reveal .cinematic-obstacle{transform:translateX(calc(var(--scene-progress) * -35vw)) rotate(calc(var(--scene-progress) * -30deg));top:35%;left:43%}.cinematic-action-reveal .cinematic-outcome{opacity:var(--scene-progress);transform:scale(calc(.3 + var(--scene-progress)));top:38%;left:46%}.cinematic-action-exchange .cinematic-subject{transform:translate(calc(var(--scene-progress) * 47vw), calc(var(--scene-progress) * -12vh)) rotate(calc(var(--scene-progress) * 90deg))}.cinematic-action-exchange .cinematic-object{transform:translate(calc(var(--scene-progress) * -45vw), calc(var(--scene-progress) * 18vh)) rotate(calc(var(--scene-progress) * -90deg))}.legacy-vector{width:68%;position:relative}.identity-figure,.growth-seed,.choice-node,.environment-goal,.longgame-clock,.loop-gear,.timeline-start,.timeline-end,.concept-core{position:absolute}.growth-seed{width:110px;bottom:3%;left:8%}.choice-node{width:100px;top:37%;left:4%}.environment-goal{width:120px;top:34%;right:2%}.longgame-clock{width:100px;top:12%;right:7%}.loop-gear{width:120px;transform:translate(-50%,-50%) rotate(calc(var(--scene-progress) * 120deg));top:50%;left:50%}.timeline-start,.timeline-end{width:82px;position:relative}.concept-core{width:150px;position:relative}@media (max-width:720px){.vector-object{width:clamp(68px,21vw,120px)}}.semantic-motion{background:#070910;position:absolute;inset:0;overflow:hidden}.semantic-poster{width:100%;height:100%;display:block;overflow:visible}.semantic-background{fill:#070910}.semantic-world-space{background:radial-gradient(circle at 72% 25%,#18234a,#0000 40%),#05070e}.semantic-world-city{background:linear-gradient(140deg,#171d2e,#070910 68%)}.semantic-world-nature{background:radial-gradient(at 50% 115%,#173f2d,#0000 61%),#07100d}.semantic-world-room{background:linear-gradient(135deg,#241d2d,#07080d 64%)}.semantic-world-factory{background:repeating-linear-gradient(90deg,#ffffff06 0 2px,#0000 2px 58px),#090a0e}.semantic-world-ocean{background:radial-gradient(at 50% 110%,#10517f,#0000 64%),#050910}.semantic-world-mind{background:radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--scene-accent) 24%, #131426), #060810 67%)}.semantic-world-abstract{background:radial-gradient(circle,#171529,#06080e 69%)}.semantic-glow{opacity:calc(.45 + var(--scene-progress) * .48);transform-box:fill-box;transform-origin:50%;transform:scale(calc(.76 + var(--scene-progress) * .35))}.semantic-field{opacity:.82}.semantic-field__point{fill:#fff;transform-box:fill-box;transform-origin:50%;transform:translateY(calc(var(--scene-progress) * -18px)) scale(calc(.65 + var(--scene-progress) * .7))}.semantic-field__curve{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 42%, white);stroke-width:1.2px;stroke-opacity:.09;stroke-dasharray:4 15;stroke-dashoffset:calc(var(--scene-progress) * -95)}.semantic-thread{fill:none;stroke-width:7px;stroke-linecap:round;stroke-dasharray:1500;stroke-dashoffset:calc(1500 - var(--scene-progress) * 1500);filter:drop-shadow(0 0 15px color-mix(in srgb, var(--scene-accent) 75%, transparent))}.semantic-role{transform-box:fill-box;transform-origin:50%;fill:none;stroke:color-mix(in srgb, var(--scene-accent) 82%, white);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 14px 23px #00000061) drop-shadow(0 0 16px color-mix(in srgb, var(--scene-accent) 36%, transparent))}.semantic-shape{fill:color-mix(in srgb, var(--scene-accent) 9%, transparent);stroke:color-mix(in srgb, var(--scene-accent) 76%, white)}.semantic-shape--solid{fill:color-mix(in srgb, var(--scene-accent) 78%, white);stroke:color-mix(in srgb, var(--scene-accent) 82%, white)}.semantic-shape--accent{fill:color-mix(in srgb, var(--scene-accent) 42%, transparent);stroke:color-mix(in srgb, var(--scene-accent) 92%, white)}.semantic-shape--soft{fill:color-mix(in srgb, var(--scene-accent) 19%, transparent)}.semantic-detail{fill:none;stroke:#ffffffb8;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.semantic-radial-tick{fill:color-mix(in srgb, var(--scene-accent) 52%, white);stroke:none}.semantic-role--subject{opacity:calc(.38 + var(--scene-progress) * .62)}.semantic-role--object{opacity:calc(.25 + var(--scene-progress) * .62)}.semantic-role--obstacle{opacity:calc(.65 - var(--scene-progress) * .18)}.semantic-role--outcome{opacity:calc(var(--scene-progress) * 1.15);transform:scale(calc(.22 + var(--scene-progress) * .88)) rotate(calc((1 - var(--scene-progress)) * -28deg))}.semantic-impact-ring,.semantic-transform-shell,.semantic-orbit,.semantic-destination-ring{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 70%, white);stroke-width:3px;stroke-opacity:.32;transform-box:fill-box;transform-origin:50%}.semantic-impact-ring{transform:scale(calc(.25 + var(--scene-progress) * 1.8));opacity:calc(1 - var(--scene-progress) * .7)}.semantic-impact-ring--outer{stroke-width:1.5px}.semantic-impact-ray,.semantic-fracture,.semantic-transform-axis,.semantic-step,.semantic-ground-wave,.semantic-exchange-line,.semantic-perspective-line{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 70%, white);stroke-linecap:round;stroke-linejoin:round}.semantic-impact-ray{stroke-width:3px;stroke-dasharray:160;stroke-dashoffset:calc(160 - var(--scene-progress) * 160)}.semantic-barrier-panel,.semantic-module,.semantic-curtain{fill:color-mix(in srgb, var(--scene-accent) 15%, #ffffff06);stroke:color-mix(in srgb, var(--scene-accent) 58%, white);stroke-width:2px}.semantic-fracture{stroke-width:7px;stroke-dasharray:11 12;stroke-dashoffset:calc(var(--scene-progress) * -80)}.semantic-transform-shell{stroke-dasharray:10 13;transform:rotate(calc(var(--scene-progress) * 120deg)) scale(calc(.78 + var(--scene-progress) * .24))}.semantic-transform-shell--inner{transform:rotate(calc(var(--scene-progress) * -175deg))}.semantic-transform-axis{stroke-width:3px;stroke-opacity:.5;stroke-dasharray:12 18;stroke-dashoffset:calc(var(--scene-progress) * -130)}.semantic-module{transform-box:fill-box;transform-origin:50%;transform:scale(calc(.28 + var(--scene-progress) * .83)) rotate(calc(var(--scene-progress) * 42deg))}.semantic-module--assembly{transform-box:fill-box;transform-origin:50%;opacity:calc(.22 + var(--scene-progress) * .7)}.semantic-orbit--one{transform:rotate(calc(var(--scene-progress) * 55deg))}.semantic-orbit--two{transform:rotate(calc(var(--scene-progress) * -70deg))}.semantic-orbit--three{transform:rotate(calc(var(--scene-progress) * 92deg))}.semantic-step{stroke-width:11px;stroke-opacity:calc(.16 + var(--scene-progress) * .7);stroke-dasharray:420;stroke-dashoffset:calc(420 - var(--scene-progress) * 420)}.semantic-fall-marker{fill:color-mix(in srgb, var(--scene-accent) 73%, white);opacity:calc(.15 + var(--scene-progress) * .75)}.semantic-ground-wave{stroke-width:8px;stroke-opacity:.46}.semantic-curtain{transform-box:fill-box;transform-origin:50%}.semantic-curtain--left{transform:translateX(calc(var(--scene-progress) * -175px))}.semantic-curtain--right{transform:translateX(calc(var(--scene-progress) * 175px))}.semantic-exchange-line{stroke-width:5px;stroke-dasharray:1000;stroke-dashoffset:calc(1000 - var(--scene-progress) * 1000)}.semantic-exchange-line--two{stroke-opacity:.46}.semantic-perspective-line{stroke-width:2px;stroke-opacity:.24}.semantic-destination-ring{transform:scale(calc(.65 + var(--scene-progress) * .42))}.semantic-action-approach .semantic-role--subject{transform:translate(calc(var(--scene-progress) * 95px), calc(var(--scene-progress) * -35px))}.semantic-action-collide .semantic-role--subject{transform:translateX(calc(var(--scene-progress) * 90px))}.semantic-action-collide .semantic-role--object{transform:translateX(calc(var(--scene-progress) * -90px))}.semantic-action-transform .semantic-role--subject{opacity:calc(1 - var(--scene-progress) * .8);transform:rotate(calc(var(--scene-progress) * 145deg)) scale(calc(1 - var(--scene-progress) * .45))}.semantic-action-multiply .semantic-role--subject{transform:translate(calc(var(--scene-progress) * 70px), calc(var(--scene-progress) * -50px))}.semantic-action-breakthrough .semantic-role--subject{transform:translateX(calc(var(--scene-progress) * 220px)) scale(calc(.82 + var(--scene-progress) * .25))}.semantic-action-breakthrough .semantic-role--obstacle{opacity:calc(1 - var(--scene-progress) * .88);transform:scaleX(calc(1 - var(--scene-progress) * .48)) rotate(calc(var(--scene-progress) * 19deg))}.semantic-action-orbit .semantic-role--subject{transform:rotate(calc(var(--scene-progress) * 180deg))}.semantic-action-assemble .semantic-role--subject,.semantic-action-assemble .semantic-role--object,.semantic-action-assemble .semantic-role--obstacle{transform:scale(calc(.58 + var(--scene-progress) * .45)) rotate(calc(var(--scene-progress) * 52deg))}.semantic-action-rise .semantic-role--subject{transform:translateY(calc(var(--scene-progress) * -155px)) scale(calc(.7 + var(--scene-progress) * .4))}.semantic-action-fall .semantic-role--subject{transform:translateY(calc(var(--scene-progress) * 165px)) rotate(calc(var(--scene-progress) * 85deg))}.semantic-action-reveal .semantic-role--obstacle{opacity:calc(1 - var(--scene-progress) * .92);transform:scaleX(calc(1 - var(--scene-progress) * .65))}.semantic-action-exchange .semantic-role--subject{transform:translate(calc(var(--scene-progress) * 110px), calc(var(--scene-progress) * 65px))}.semantic-action-exchange .semantic-role--object{transform:translate(calc(var(--scene-progress) * -110px), calc(var(--scene-progress) * -65px))}.semantic-variant-1 .semantic-field{transform-origin:50%;transform:rotate(5deg)scale(1.04)}.semantic-variant-2 .semantic-field{transform-origin:50%;transform:rotate(-6deg)scale(1.08)}.semantic-variant-3 .semantic-structure{transform-origin:50%;transform:rotate(4deg)}@media (max-width:720px){.semantic-poster{width:126%;margin-left:-13%}.semantic-thread{stroke-width:9px}.semantic-role{stroke-width:5px}}.scene-insight-slide .scene-canvas__visual{z-index:3;inset:0}.scene-insight-slide:before{opacity:.7;inset:0}.scene-insight-slide .scene-canvas__grid{opacity:.38;background-size:72px 72px}.insight-slide{isolation:isolate;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(250px,.82fr) minmax(360px,1.18fr);align-items:center;gap:clamp(26px,4vw,70px);min-width:0;min-height:0;padding:clamp(28px,4.2vw,72px) clamp(24px,5vw,84px);display:grid;position:absolute;inset:0}.insight-slide__frame{z-index:-1;background:linear-gradient(145deg,#ffffff0e,#ffffff03);border:1px solid #ffffff1a;border-radius:clamp(20px,2.4vw,34px);position:absolute;inset:clamp(18px,2vw,34px);box-shadow:inset 0 1px #ffffff0d,0 30px 90px #0000003d}.insight-slide__copy{min-width:0;transition:opacity 80ms linear,transform 80ms linear,filter 80ms linear}.insight-slide__copy>span{color:var(--scene-accent);font:650 clamp(.52rem, .75vw, .7rem) var(--mono);letter-spacing:.14em;text-transform:uppercase;display:block}.insight-slide__copy h1{letter-spacing:-.065em;text-wrap:balance;max-width:760px;margin:clamp(13px,2vw,24px) 0 clamp(12px,1.5vw,20px);font-size:clamp(2.2rem,5vw,6.6rem);line-height:.9}.insight-slide__copy p{color:#ffffff9e;text-wrap:pretty;max-width:650px;margin:0;font-size:clamp(.82rem,1.1vw,1.05rem);line-height:1.55}.insight-slide__graphic{place-items:center;min-width:0;height:100%;min-height:min(50vh,480px);display:grid}.insight-slide__graphic article,.insight-slide__graphic strong,.insight-slide__graphic b,.insight-slide__graphic i{transition:opacity 80ms linear,transform 80ms linear,filter 80ms linear}.insight-slide__metrics{border-top:1px solid #ffffff1c;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.insight-slide__metrics article{border-right:1px solid #ffffff17;min-width:0;padding:clamp(13px,1.8vw,22px)}.insight-slide__metrics article:last-child{border-right:0}.insight-slide__metrics strong,.insight-slide__metrics span{display:block}.insight-slide__metrics strong{color:#fff;font:650 clamp(1.25rem, 2.4vw, 2.8rem) var(--mono);letter-spacing:-.07em}.insight-slide__metrics span{color:#ffffff73;font:.55rem var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-top:7px}.insight-flow{gap:14px;width:min(100%,760px);display:grid}.insight-flow article{background:#ffffff0b;border:1px solid #ffffff21;border-radius:16px;grid-template-columns:34px 1fr;align-items:center;gap:14px;min-height:72px;padding:18px 52px 18px 20px;display:grid;position:relative}.insight-flow article span{color:var(--scene-accent);font:.58rem var(--mono)}.insight-flow article strong{font-size:clamp(.82rem,1.25vw,1.15rem);line-height:1.25}.insight-flow article i{color:var(--scene-accent);font-style:normal;position:absolute;right:18px}.insight-flow>b{background:var(--scene-accent);color:#080b12;border-radius:12px;justify-self:end;max-width:82%;padding:12px 16px;font-size:clamp(.72rem,1vw,.92rem)}.insight-flow--friction article:nth-child(2){border-color:color-mix(in srgb, var(--scene-accent) 68%, white 10%);transform:translate(6%)!important}.insight-flow--cause-effect article{border-left:4px solid var(--scene-accent)}.insight-flow--timeline article{margin-left:calc(var(--flow-index,0) * 10px)}.insight-compare{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:16px;width:min(100%,760px);display:grid}.insight-compare article{background:linear-gradient(145deg,#ffffff14,#ffffff06);border:1px solid #ffffff21;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:250px;padding:25px;display:flex}.insight-compare article:last-of-type{border-color:color-mix(in srgb, var(--scene-accent) 65%, white 10%);background:color-mix(in srgb, var(--scene-accent) 13%, #ffffff06)}.insight-compare article span{color:#fff6;font:.58rem var(--mono)}.insight-compare article strong{letter-spacing:-.04em;font-size:clamp(1.15rem,2.2vw,2.25rem);line-height:1}.insight-compare>i{color:var(--scene-accent);font:650 .65rem var(--mono);align-self:center;font-style:normal}.insight-compare.is-decision article:last-of-type{border-color:#ffffff21}.insight-growth{grid-template-rows:1fr auto;gap:18px;width:min(100%,760px);height:min(48vh,430px);display:grid}.insight-growth__bars{border-bottom:1px solid #ffffff2e;align-items:end;gap:clamp(10px,2vw,24px);min-height:0;padding:16px 18px 0;display:flex}.insight-growth__bars article{flex:1;grid-template-rows:1fr auto;align-items:end;gap:10px;min-width:0;height:100%;display:grid}.insight-growth__bars i{width:100%;height:var(--insight-height);background:linear-gradient(to top, color-mix(in srgb, var(--scene-accent) 48%, transparent), var(--scene-accent));min-height:28px;box-shadow:0 0 45px color-mix(in srgb, var(--scene-accent) 22%, transparent);border-radius:12px 12px 3px 3px;display:block}.insight-growth__bars span{color:#ffffff94;min-height:32px;font:.52rem/1.3 var(--mono);text-align:center}.insight-growth>strong{color:var(--scene-accent);justify-self:end;font-size:clamp(1rem,1.8vw,1.8rem)}.insight-loop{aspect-ratio:1;border:1px solid #ffffff1f;border-radius:50%;width:min(44vh,430px);position:relative}.insight-loop:before,.insight-loop:after{content:"";border:1px dashed color-mix(in srgb, var(--scene-accent) 48%, transparent);border-radius:50%;position:absolute;inset:12%}.insight-loop:after{border-style:solid;inset:27%}.insight-loop>strong{background:var(--scene-accent);color:#080b12;text-align:center;border-radius:50%;place-items:center;font-size:clamp(.62rem,1vw,.9rem);display:grid;position:absolute;inset:34%}.insight-loop article{--angle:calc(360deg / var(--insight-count) * var(--insight-index) - 90deg);left:calc(50% + cos(var(--angle)) * 45%);top:calc(50% + sin(var(--angle)) * 45%);text-align:center;background:#111620;border:1px solid #ffffff24;border-radius:12px;align-content:center;gap:4px;width:112px;min-height:64px;padding:10px;display:grid;position:absolute;transform:translate(-50%,-50%)!important}.insight-loop article span{color:var(--scene-accent);font:.48rem var(--mono)}.insight-loop article b{font-size:.66rem;line-height:1.2}.insight-stack{place-items:center;width:min(100%,660px);display:grid}.insight-stack article{width:calc(100% - var(--stack-index) * 7%);background:color-mix(in srgb, var(--scene-accent) calc(5% + var(--stack-index) * 3%), #111620);border:1px solid #ffffff21;border-radius:15px;align-items:center;gap:18px;min-height:68px;margin-top:-8px;padding:17px 22px;display:flex;box-shadow:0 18px 45px #0000002e}.insight-stack article span{color:var(--scene-accent);font:.55rem var(--mono)}.insight-stack article strong{font-size:clamp(.8rem,1.2vw,1.08rem)}.insight-stack>b{background:var(--scene-accent);color:#080b12;border-radius:999px;margin-top:20px;padding:12px 18px}.insight-focus{aspect-ratio:1.25;width:min(100%,620px);position:relative}.insight-focus>strong{z-index:2;border:1px solid color-mix(in srgb, var(--scene-accent) 72%, white 8%);background:color-mix(in srgb, var(--scene-accent) 17%, #10141d);box-shadow:0 0 80px color-mix(in srgb, var(--scene-accent) 20%, transparent);text-align:center;border-radius:50%;place-items:center;padding:20px;font-size:clamp(.85rem,1.6vw,1.5rem);display:grid;position:absolute;inset:28% 27%}.insight-focus article{text-align:center;background:#ffffff0b;border:1px solid #ffffff21;border-radius:14px;place-items:center;width:38%;min-height:68px;padding:14px;font-size:clamp(.65rem,1vw,.88rem);display:grid;position:absolute}.insight-focus article:first-of-type{top:2%;left:0}.insight-focus article:nth-of-type(2){top:2%;right:0}.insight-focus article:nth-of-type(3){bottom:2%;left:0}.insight-focus article:nth-of-type(4){bottom:2%;right:0}@media (max-width:900px){.insight-slide{grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:1fr;gap:18px;padding:28px}.insight-slide__copy h1{max-width:900px;font-size:clamp(2rem,7vw,4.6rem)}.insight-slide__copy p{max-width:760px}.insight-slide__graphic{min-height:0}}@media (max-width:620px){.scene-insight-slide .scene-canvas__grid{background-size:44px 44px}.insight-slide{grid-template-rows:auto minmax(0,1fr) auto;gap:10px;padding:17px}.insight-slide__frame{border-radius:19px;inset:7px}.insight-slide__copy{padding:8px 7px 0}.insight-slide__copy>span{font-size:.44rem}.insight-slide__copy h1{margin:8px 0 7px;font-size:clamp(1.55rem,8.8vw,2.75rem);line-height:.94}.insight-slide__copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.69rem;line-height:1.35;display:-webkit-box;overflow:hidden}.insight-slide__graphic{min-height:0}.insight-slide__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.insight-slide__metrics article{padding:8px 10px}.insight-slide__metrics strong{font-size:1rem}.insight-slide__metrics span{margin-top:3px;font-size:.4rem}.insight-flow{gap:7px}.insight-flow article{border-radius:10px;grid-template-columns:24px 1fr;gap:5px;min-height:44px;padding:9px 34px 9px 11px}.insight-flow article span{font-size:.42rem}.insight-flow article strong{font-size:.64rem}.insight-flow article i{right:10px}.insight-flow>b{padding:7px 9px;font-size:.5rem}.insight-compare{gap:7px}.insight-compare article{border-radius:13px;min-height:130px;padding:12px}.insight-compare article strong{font-size:.83rem}.insight-growth{gap:7px;height:100%;min-height:180px}.insight-growth__bars{gap:6px;padding:6px 5px 0}.insight-growth__bars span{min-height:22px;font-size:.36rem}.insight-loop{width:min(34vh,290px)}.insight-loop article{width:78px;min-height:46px;padding:6px}.insight-loop article b{font-size:.46rem}.insight-stack article{min-height:45px;padding:9px 12px}.insight-stack article strong{font-size:.58rem}.insight-focus{width:100%;max-height:260px}.insight-focus article{min-height:45px;padding:7px;font-size:.48rem}.insight-focus>strong{padding:9px;font-size:.58rem}}@media (max-height:700px) and (max-width:620px){.insight-slide__copy p{-webkit-line-clamp:2}.insight-slide__metrics{display:none}.insight-slide{gap:6px}}.insight-family-quiet-diagram,.insight-family-insight-panels,.insight-family-flow-scene,.insight-family-concept-map-editorial{grid-template-columns:minmax(210px,.58fr) minmax(420px,1.42fr);gap:clamp(24px,3.6vw,58px);padding:clamp(26px,3.7vw,62px) clamp(24px,4.4vw,72px)}.insight-family-quiet-diagram .insight-slide__copy,.insight-family-insight-panels .insight-slide__copy,.insight-family-flow-scene .insight-slide__copy,.insight-family-concept-map-editorial .insight-slide__copy{align-self:center}.insight-family-quiet-diagram .insight-slide__copy h1,.insight-family-insight-panels .insight-slide__copy h1,.insight-family-flow-scene .insight-slide__copy h1,.insight-family-concept-map-editorial .insight-slide__copy h1{letter-spacing:-.055em;max-width:520px;margin:clamp(10px,1.4vw,17px) 0 clamp(9px,1.2vw,15px);font-size:clamp(1.65rem,3.2vw,3.75rem);line-height:.96}.insight-family-quiet-diagram .insight-slide__copy p,.insight-family-insight-panels .insight-slide__copy p,.insight-family-flow-scene .insight-slide__copy p,.insight-family-concept-map-editorial .insight-slide__copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:460px;font-size:clamp(.73rem,.94vw,.94rem);line-height:1.48;display:-webkit-box;overflow:hidden}.insight-family-quiet-diagram .insight-slide__graphic,.insight-family-insight-panels .insight-slide__graphic,.insight-family-flow-scene .insight-slide__graphic,.insight-family-concept-map-editorial .insight-slide__graphic{min-height:min(54vh,500px)}.insight-family-quiet-diagram .insight-slide__metrics,.insight-family-insight-panels .insight-slide__metrics,.insight-family-flow-scene .insight-slide__metrics,.insight-family-concept-map-editorial .insight-slide__metrics{display:none}.semantic-quiet-diagram{gap:18px;width:min(100%,820px);display:grid}.semantic-quiet-diagram__sequence{grid-template-columns:repeat(var(--semantic-columns,1), minmax(0, 1fr));gap:10px;display:grid}.semantic-quiet-diagram__sequence article{background:linear-gradient(90deg,#ffffff0b,#ffffff03);border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff12;grid-template-columns:28px 1fr;align-items:center;gap:10px;min-height:82px;padding:15px 38px 15px 15px;display:grid;position:relative}.semantic-quiet-diagram__sequence article:first-child{border-radius:15px 15px 4px 4px}.semantic-quiet-diagram__sequence article:last-child{border-radius:4px 4px 15px 15px}.semantic-quiet-diagram__sequence article span{color:var(--scene-accent);font:.53rem var(--mono)}.semantic-quiet-diagram__sequence article strong{font-size:clamp(.78rem,1.15vw,1.05rem);line-height:1.28}.semantic-quiet-diagram__sequence article i{color:#ffffff52;font-style:normal;position:absolute;right:15px}.semantic-quiet-diagram footer{border:1px solid color-mix(in srgb, var(--scene-accent) 36%, #ffffff14);background:color-mix(in srgb, var(--scene-accent) 8%, #ffffff05);border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:15px;padding:16px 18px;display:grid}.semantic-quiet-diagram footer span{color:var(--scene-accent);font:.51rem var(--mono);letter-spacing:.08em;text-transform:uppercase}.semantic-quiet-diagram footer strong{font-size:clamp(.78rem,1.12vw,1.04rem);line-height:1.3}.semantic-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,820px);display:grid}.semantic-panels article{background:#ffffff06;border:1px solid #ffffff1a;border-radius:16px;align-content:space-between;gap:16px;min-height:clamp(105px,15vh,155px);padding:17px;display:grid}.semantic-panels article.is-primary{border-color:color-mix(in srgb, var(--scene-accent) 48%, #ffffff14);background:color-mix(in srgb, var(--scene-accent) 9%, #ffffff06)}.semantic-panels article span{color:#ffffff6b;font:.53rem var(--mono)}.semantic-panels article strong{max-width:18ch;font-size:clamp(.82rem,1.35vw,1.22rem);line-height:1.2}.semantic-panels footer{color:var(--scene-accent);font:600 clamp(.68rem, .95vw, .88rem) var(--mono);border-top:1px solid #ffffff1f;grid-column:1/-1;padding:13px 16px}.semantic-flow-scene{justify-content:space-between;align-items:center;gap:9px;width:min(100%,820px);min-height:380px;padding:22px 12px;display:flex;position:relative}.semantic-flow-scene__track{background:linear-gradient(90deg, transparent, #ffffff2e, var(--scene-accent), #ffffff2e, transparent);height:1px;position:absolute;top:50%;left:6%;right:6%}.semantic-flow-scene article{z-index:2;width:min(150px, calc(100% / var(--semantic-count)));text-align:center;background:#10151d;border:1px solid #ffffff1a;border-radius:20px;align-content:center;justify-items:center;gap:9px;min-height:120px;padding:14px 11px;display:grid;position:relative}.semantic-flow-scene article i{background:var(--scene-accent);width:8px;height:8px;box-shadow:0 0 0 6px color-mix(in srgb, var(--scene-accent) 10%, transparent);border-radius:50%;margin-bottom:3px}.semantic-flow-scene article span{color:#fff6;font:.48rem var(--mono)}.semantic-flow-scene article strong{font-size:clamp(.63rem,.9vw,.84rem);line-height:1.25}.semantic-flow-scene article.is-result{border-color:color-mix(in srgb, var(--scene-accent) 54%, white 7%)}.semantic-flow-scene>b{background:color-mix(in srgb, var(--scene-accent) 13%, #10151d);max-width:70%;color:var(--scene-accent);border-radius:999px;padding:10px 14px;font-size:clamp(.63rem,.9vw,.84rem);position:absolute;bottom:7%;right:4%}.semantic-concept-map{width:min(100%,760px);min-height:min(52vh,470px);position:relative}.semantic-concept-map__center{z-index:3;aspect-ratio:1;border:1px solid color-mix(in srgb, var(--scene-accent) 54%, white 6%);background:color-mix(in srgb, var(--scene-accent) 9%, #10151d);text-align:center;border-radius:50%;place-items:center;width:clamp(145px,20vw,210px);padding:18px;font-size:clamp(.72rem,1.1vw,1rem);line-height:1.25;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)!important}.semantic-concept-map__lines{position:absolute;inset:0}.semantic-concept-map__lines i{background:linear-gradient(90deg, var(--scene-accent), #ffffff14);transform-origin:0;width:32%;height:1px;position:absolute;top:50%;left:50%}.semantic-concept-map__lines i:first-child{transform:rotate(-145deg)}.semantic-concept-map__lines i:nth-child(2){transform:rotate(-35deg)}.semantic-concept-map__lines i:nth-child(3){transform:rotate(145deg)}.semantic-concept-map__lines i:nth-child(4){transform:rotate(35deg)}.semantic-concept-map__node{z-index:2;background:#10151d;border:1px solid #ffffff1a;border-radius:15px;align-content:center;gap:7px;width:clamp(120px,17vw,180px);min-height:74px;padding:13px;display:grid;position:absolute}.semantic-concept-map__node span{color:var(--scene-accent);font:.48rem var(--mono)}.semantic-concept-map__node b{font-size:clamp(.62rem,.9vw,.82rem);line-height:1.24}.semantic-concept-map__node--1{top:10%;left:2%}.semantic-concept-map__node--2{top:10%;right:2%}.semantic-concept-map__node--3{bottom:10%;left:2%}.semantic-concept-map__node--4{bottom:10%;right:2%}@media (max-width:900px){.insight-family-quiet-diagram,.insight-family-insight-panels,.insight-family-flow-scene,.insight-family-concept-map-editorial{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;gap:15px;padding:24px}.insight-family-quiet-diagram .insight-slide__copy h1,.insight-family-insight-panels .insight-slide__copy h1,.insight-family-flow-scene .insight-slide__copy h1,.insight-family-concept-map-editorial .insight-slide__copy h1{max-width:780px;font-size:clamp(1.55rem,5.8vw,3.15rem)}.insight-family-quiet-diagram .insight-slide__copy p,.insight-family-insight-panels .insight-slide__copy p,.insight-family-flow-scene .insight-slide__copy p,.insight-family-concept-map-editorial .insight-slide__copy p{-webkit-line-clamp:2;max-width:720px}.semantic-flow-scene{min-height:290px}.semantic-concept-map{min-height:310px}}@media (max-width:620px){.insight-family-quiet-diagram,.insight-family-insight-panels,.insight-family-flow-scene,.insight-family-concept-map-editorial{gap:9px;padding:16px}.insight-family-quiet-diagram .insight-slide__copy h1,.insight-family-insight-panels .insight-slide__copy h1,.insight-family-flow-scene .insight-slide__copy h1,.insight-family-concept-map-editorial .insight-slide__copy h1{margin:7px 0 5px;font-size:clamp(1.25rem,7vw,2rem)}.insight-family-quiet-diagram .insight-slide__copy p,.insight-family-insight-panels .insight-slide__copy p,.insight-family-flow-scene .insight-slide__copy p,.insight-family-concept-map-editorial .insight-slide__copy p{font-size:.62rem}.semantic-quiet-diagram{gap:8px}.semantic-quiet-diagram__sequence{gap:5px}.semantic-quiet-diagram__sequence article{grid-template-columns:20px 1fr;gap:4px;min-height:43px;padding:7px 28px 7px 9px}.semantic-quiet-diagram__sequence article strong{font-size:.56rem}.semantic-quiet-diagram footer{padding:8px 10px}.semantic-quiet-diagram footer strong{font-size:.54rem}.semantic-panels{gap:6px}.semantic-panels article{border-radius:11px;min-height:72px;padding:9px}.semantic-panels article strong{font-size:.58rem}.semantic-panels footer{padding:7px 9px;font-size:.5rem}.semantic-flow-scene{gap:4px;min-height:180px;padding:8px 2px 25px}.semantic-flow-scene article{border-radius:12px;min-height:78px;padding:7px 4px}.semantic-flow-scene article strong{font-size:.43rem}.semantic-flow-scene>b{padding:6px 8px;font-size:.43rem;bottom:0;right:2%}.semantic-concept-map{min-height:210px}.semantic-concept-map__center{width:102px;padding:8px;font-size:.48rem}.semantic-concept-map__node{border-radius:9px;width:82px;min-height:46px;padding:6px}.semantic-concept-map__node b{font-size:.4rem}}.insight-slide--motion{padding:0;display:block;overflow:hidden}.infographic-motion{width:100%;height:100%;display:block;overflow:visible}.infographic-motion__glow{opacity:.34}.infographic-motion__title{fill:#ffffffc2;font:620 24px var(--mono);letter-spacing:.08em;text-transform:uppercase}.infographic-motion__index,.infographic-motion__number{fill:#ffffff57;font:600 13px var(--mono);letter-spacing:.14em}.infographic-motion__label{fill:#ffffffd1;font:600 21px var(--sans);letter-spacing:-.025em}.infographic-motion__result{fill:#fff;font:650 23px var(--sans);letter-spacing:-.025em}.infographic-motion__main-path,.infographic-motion__connector,.infographic-motion__underline{fill:none;stroke:var(--scene-accent);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.infographic-motion__connector{stroke-width:2px;stroke-dasharray:7 10;opacity:.58}.infographic-motion__underline{stroke-width:2px;opacity:.72}.infographic-motion__orbit{fill:color-mix(in srgb, var(--scene-accent) 8%, transparent);stroke:color-mix(in srgb, var(--scene-accent) 58%, white 8%);stroke-width:2px;stroke-dasharray:5 9;vector-effect:non-scaling-stroke}.infographic-motion__node{fill:var(--scene-accent);stroke:#ffffffd1;stroke-width:2px;vector-effect:non-scaling-stroke}.infographic-motion__core{fill:color-mix(in srgb, var(--scene-accent) 76%, #080b12);stroke:#ffffff9e;stroke-width:2px}.infographic-motion__pulse{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 52%, transparent);stroke-width:2px;stroke-dasharray:8 13}.infographic-motion__panel{fill:#ffffff09;stroke:#ffffff29;stroke-width:2px}.infographic-motion__panel-line{fill:none;stroke:var(--scene-accent);stroke-width:3px;stroke-linecap:round}.infographic-motion__result-box{fill:color-mix(in srgb, var(--scene-accent) 20%, #ffffff06);stroke:color-mix(in srgb, var(--scene-accent) 72%, white 8%);stroke-width:2px}@media (max-width:720px){.infographic-motion{width:116%;margin-left:-8%}.infographic-motion__title{font-size:20px}.infographic-motion__label{font-size:18px}.infographic-motion__result{font-size:20px}}.infographic-motion__step{fill:color-mix(in srgb, var(--scene-accent) 10%, #ffffff06);stroke:color-mix(in srgb, var(--scene-accent) 55%, white 8%);stroke-width:2px}.infographic-motion__panel--accent{fill:color-mix(in srgb, var(--scene-accent) 15%, #ffffff06);stroke:color-mix(in srgb, var(--scene-accent) 72%, white 8%)}.infographic-motion__orbit--large{stroke-dasharray:13 18;opacity:.55}.insight-variant-0 .infographic-motion__glow{transform:translate(-90px,-25px)}.insight-variant-1 .infographic-motion__glow{transform:translate(110px,35px)scale(.9)}.insight-variant-2 .infographic-motion__glow{transform:translateY(-80px)scale(1.08)}.insight-variant-3 .infographic-motion__glow{transform:translate(-130px,85px)scale(.82)}.insight-variant-4 .infographic-motion__glow{transform:translate(145px,-70px)scale(.94)}.insight-variant-5 .infographic-motion__glow{transform:translateY(70px)scale(1.15)}.infographic-orbit .infographic-motion__orbit{transform-box:fill-box;transform-origin:50%;transform:rotate(calc(var(--scene-progress) * 34deg))}.infographic-constellation .infographic-motion__orbit{transform-box:fill-box;transform-origin:50%;transform:scale(calc(.86 + var(--scene-progress) * .14))}.infographic-panels .infographic-motion__panel,.infographic-split .infographic-motion__panel{filter:drop-shadow(0 20px 40px #0003)}.scene-cinematic .scene-canvas__grid{opacity:.055}.scene-cinematic .scene-canvas__atmosphere{opacity:.4}.mental-story{background:#06080d;position:absolute;inset:0;overflow:hidden}.mental-story__svg{width:100%;height:100%;display:block;overflow:hidden}.mental-story__background{fill:#06080d}.mental-world-ocean .mental-story__background{fill:#050b13}.mental-world-nature .mental-story__background{fill:#07100d}.mental-world-city .mental-story__background{fill:#090b12}.mental-world-room .mental-story__background{fill:#0d0b12}.mental-world-factory .mental-story__background{fill:#0c0d10}.mental-world-mind .mental-story__background,.mental-world-abstract .mental-story__background{fill:#080812}.mental-story__dust{fill:#ffffffa8}.mental-stroke,.mental-stroke-wide,.mental-person,.mental-clouds path,.mental-rain path,.mental-wave,.mental-ground-line,.mental-rope,.mental-maze,.mental-maze path,.mental-path-highlight,.mental-cage,.mental-cage-bar,.mental-key,.mental-scale-pan,.mental-hourglass-frame,.mental-sand-stream,.mental-crack,.mental-stem,.mental-thread,.mental-accent-stroke,.mental-reservoir,.mental-field-line,.mental-reveal-line,.mental-staircase{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 74%, white);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round}.mental-stroke-wide{stroke-width:10px}.mental-fill,.mental-cliff,.mental-domino,.mental-step,.mental-gate,.mental-mirror{fill:color-mix(in srgb, var(--scene-accent) 13%, #111621);stroke:color-mix(in srgb, var(--scene-accent) 58%, white);stroke-width:4px}.mental-accent-fill,.mental-core,.mental-weight,.mental-particle,.mental-dot{fill:color-mix(in srgb, var(--scene-accent) 82%, white);stroke:#ffffffc7;stroke-width:3px;filter:drop-shadow(0 0 18px color-mix(in srgb, var(--scene-accent) 62%, transparent))}.mental-background-cut{fill:#07101a}.mental-ring{fill:none;stroke:color-mix(in srgb, var(--scene-accent) 68%, white);stroke-width:3px;stroke-dasharray:12 16}.mental-clouds path{stroke-width:16px;stroke-opacity:.18}.mental-rain path{stroke-width:3px;stroke-opacity:.58}.mental-water,.mental-ocean-surface{fill:color-mix(in srgb, var(--scene-accent) 18%, #071827)}.mental-wave{fill:none;stroke-width:4px;stroke-opacity:.48;stroke-dasharray:18 13}.mental-ground{fill:color-mix(in srgb, var(--scene-accent) 13%, #101611)}.mental-seed{fill:color-mix(in srgb, var(--scene-accent) 38%, #342416);stroke:color-mix(in srgb, var(--scene-accent) 70%, white);stroke-width:4px}.mental-crack{stroke:#ffffffd1;stroke-width:6px}.mental-stem{stroke-width:10px}.mental-leaf{fill:color-mix(in srgb, var(--scene-accent) 62%, #1f5a35);stroke:color-mix(in srgb, var(--scene-accent) 72%, white);stroke-width:4px;transform-box:fill-box;transform-origin:bottom}.mental-domino{filter:drop-shadow(0 18px 16px #00000052)}.mental-ground-line{stroke-width:7px;stroke-opacity:.33}.mental-depth{fill:#030508}.mental-bridge-board{fill:color-mix(in srgb, var(--scene-accent) 48%, #34271b);stroke:#ffffff8c;stroke-width:2px}.mental-maze{fill:color-mix(in srgb, var(--scene-accent) 5%, #0c111a);stroke-width:13px;stroke-opacity:.58}.mental-maze path{stroke-width:10px;stroke-opacity:.46}.mental-path-highlight{stroke-width:10px;filter:drop-shadow(0 0 15px var(--scene-accent))}.mental-compass{fill:color-mix(in srgb, var(--scene-accent) 80%, white);stroke:#fffc;stroke-width:3px}.mental-cage{fill:color-mix(in srgb, var(--scene-accent) 5%, transparent);stroke-width:7px}.mental-cage-bar{stroke-width:8px;stroke-opacity:.65}.mental-key{stroke-width:12px}.mental-scale-pan{fill:color-mix(in srgb, var(--scene-accent) 11%, #131722);stroke-width:6px}.mental-hourglass-frame{stroke-width:10px}.mental-sand,.mental-sand-stream{fill:color-mix(in srgb, var(--scene-accent) 68%, #e2bd64);stroke:color-mix(in srgb, var(--scene-accent) 72%, white)}.mental-sand-stream{fill:none;stroke-width:7px}.mental-dam{fill:color-mix(in srgb, var(--scene-accent) 11%, #20242c);stroke:color-mix(in srgb, var(--scene-accent) 52%, white);stroke-width:5px}.mental-release-water{fill:color-mix(in srgb, var(--scene-accent) 34%, #0b3851)}.mental-mirror{fill:color-mix(in srgb, var(--scene-accent) 38%, white);filter:drop-shadow(0 0 30px color-mix(in srgb, var(--scene-accent) 40%, transparent))}.mental-reflection{filter:blur(.4px)}.mental-shield{fill:color-mix(in srgb, var(--scene-accent) 18%, #101a2a);stroke:color-mix(in srgb, var(--scene-accent) 76%, white);stroke-width:8px;filter:drop-shadow(0 0 34px color-mix(in srgb, var(--scene-accent) 44%, transparent))}.mental-accent-stroke{stroke-width:17px}.mental-reservoir{stroke-width:11px}.mental-drop{fill:color-mix(in srgb, var(--scene-accent) 66%, #4bbbf0);stroke:#ffffffad;stroke-width:3px}.mental-magnet{fill:color-mix(in srgb, var(--scene-accent) 18%, #171a24);stroke:color-mix(in srgb, var(--scene-accent) 72%, white);stroke-width:8px}.mental-field-line{stroke-width:3px;stroke-opacity:.34;stroke-dasharray:13 15}.mental-iceberg-top{fill:color-mix(in srgb, var(--scene-accent) 19%, #dcecff);stroke:#ffffffbf;stroke-width:4px}.mental-iceberg-bottom{fill:color-mix(in srgb, var(--scene-accent) 25%, #2977a4);stroke:color-mix(in srgb, var(--scene-accent) 68%, white);stroke-width:4px}.mental-reveal-line{stroke-width:7px;filter:drop-shadow(0 0 15px var(--scene-accent))}.mental-staircase{stroke-width:9px;stroke-opacity:.35}.mental-step--active{fill:color-mix(in srgb, var(--scene-accent) 47%, #121722);filter:drop-shadow(0 0 16px color-mix(in srgb, var(--scene-accent) 38%, transparent))}.mental-polarity-negative .mental-story__glow{opacity:.64}.mental-polarity-positive .mental-story__glow{opacity:.9}.scene-canvas.is-reduced .mental-story__dust{display:none}@media (max-width:720px){.mental-story__svg{width:118%;max-width:none;margin-left:-9%}.scene-cinematic .scene-canvas__grid{opacity:.035}}
.profile-layout{grid-template-columns:330px 1fr;gap:24px;display:grid}.profile-card,.settings-card,.history-card,.profile-login-card{border:1px solid var(--border);background:var(--surface);border-radius:20px}.profile-card{padding:30px}.profile-avatar{background:var(--accent);color:#fff;width:72px;height:72px;font:650 1.5rem var(--mono);border-radius:50%;place-items:center;display:grid}.profile-card>span{color:var(--muted);font:.62rem var(--mono);letter-spacing:.1em;margin-top:28px;display:block}.profile-card h2{margin:11px 0 6px;font-size:1.8rem}.profile-card>p{color:var(--muted)}.profile-plan{background:var(--accent-soft);border-radius:13px;align-items:flex-start;gap:12px;margin-top:30px;padding:15px;display:flex}.profile-plan>i{background:var(--success);border-radius:50%;width:8px;height:8px;margin-top:5px}.profile-plan strong,.profile-plan span{display:block}.profile-plan strong{font-size:.85rem}.profile-plan span{color:var(--muted);margin-top:4px;font-size:.7rem;line-height:1.4}.text-danger{color:var(--error);font:.68rem var(--mono);cursor:pointer;background:0 0;border:0;margin-top:35px;padding:0}.profile-content{gap:24px;display:grid}.settings-card,.history-card{padding:28px}.settings-card header,.history-card header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.settings-card header svg{width:25px;color:var(--accent)}.settings-card header span,.history-card header span{color:var(--muted);font:.58rem var(--mono);letter-spacing:.1em}.settings-card h3,.history-card h3{margin:5px 0 0;font-size:1.5rem}.settings-card>label{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.settings-card label strong,.settings-card label span{display:block}.settings-card label strong{font-size:.9rem}.settings-card label span{color:var(--muted);margin-top:4px;font-size:.75rem}.settings-card select{border:1px solid var(--border);background:var(--bg);border-radius:9px;padding:9px 12px}.history-card>a{border-top:1px solid var(--border);align-items:center;gap:14px;padding:12px 0;display:flex}.history-card>a>div{flex:1}.history-card>a strong,.history-card>a span{display:block}.history-card>a span{color:var(--muted);margin:5px 0 9px;font-size:.7rem}.history-card>a i{background:var(--bg-2);height:3px;display:block}.history-card>a i b{background:var(--accent);height:100%;display:block}.history-empty{color:var(--muted)}.profile-login-card{max-width:680px;padding:50px}.profile-login-card>svg{width:36px;color:var(--accent)}.profile-login-card h2{margin:25px 0 12px;font-size:2.2rem}.profile-login-card p{color:var(--muted);line-height:1.6}.profile-login-card .button{margin-top:15px}.auth-page{background:var(--dark);color:#fff;min-height:100vh;padding:25px}.auth-page>header{justify-content:space-between;align-items:center;height:54px;display:flex}.auth-page .brand__word{color:#fff}.auth-page>header>a{color:var(--inverse-muted);font:.65rem var(--mono)}.auth-page>section{grid-template-columns:1fr 460px;align-items:center;gap:8vw;width:min(1200px,100%);min-height:calc(100vh - 104px);margin:auto;display:grid}.auth-page__copy h1{margin:25px 0;font-size:clamp(3rem,6vw,7rem);line-height:.9}.auth-page__copy p{max-width:600px;color:var(--inverse-muted);font-size:1.1rem;line-height:1.65}.auth-benefits{color:var(--inverse-muted);font:.65rem var(--mono);letter-spacing:.08em;flex-direction:column;gap:12px;margin-top:40px;display:flex}.auth-card{border:1px solid var(--border-inverse);background:var(--surface);color:var(--text);border-radius:22px;padding:30px}.auth-tabs{background:var(--bg);border-radius:10px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.auth-tabs button{cursor:pointer;height:40px;font:.7rem var(--mono);background:0 0;border:0;border-radius:8px}.auth-tabs button.is-active{background:var(--text);color:var(--bg)}.auth-card form{flex-direction:column;gap:17px;margin-top:25px;display:flex}.auth-card label span{color:var(--muted);font:.62rem var(--mono);text-transform:uppercase;margin-bottom:7px;display:block}.auth-card input{border:1px solid var(--border);background:var(--bg);border-radius:10px;width:100%;height:48px;padding:0 13px}.auth-card .button{width:100%;margin-top:5px}.auth-card form>small{color:var(--muted);line-height:1.5}.form-message{background:var(--accent-soft);border-radius:9px;margin:0;padding:11px;font-size:.8rem}.profile-page--compact{padding-top:48px}.profile-actions{gap:10px;margin-top:28px;display:grid}.profile-actions .text-danger{margin-top:0}.profile-history{min-width:0}.profile-history__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;padding-bottom:18px;display:flex}.profile-history__header span{color:var(--muted);font:.58rem var(--mono);letter-spacing:.1em}.profile-history__header h3{margin:6px 0 0;font-size:1.7rem}.profile-history__header small{color:var(--muted);font:.58rem var(--mono);letter-spacing:.06em;text-transform:uppercase}.profile-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px;display:grid}.profile-history-item{min-width:0}.profile-history-progress{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:7px 12px;margin-top:12px;padding:12px 13px;transition:border-color .2s,transform .2s;display:grid}.profile-history-progress:hover{border-color:var(--border-strong);transform:translateY(-1px)}.profile-history-progress span{color:var(--muted);font:.58rem var(--mono);letter-spacing:.06em;text-transform:uppercase}.profile-history-progress strong{font:650 .7rem var(--mono)}.profile-history-progress i{background:var(--bg-2);border-radius:999px;grid-column:1/-1;height:4px;overflow:hidden}.profile-history-progress b{border-radius:inherit;background:var(--accent);height:100%;display:block}.profile-history-empty{text-align:center;border:1px dashed var(--border-strong);border-radius:22px;align-content:center;place-items:center;min-height:320px;padding:35px;display:grid}.profile-history-empty>span{color:var(--muted);font:.6rem var(--mono);letter-spacing:.1em}.profile-history-empty h3{max-width:470px;margin:18px 0 8px;font-size:2rem}.profile-history-empty p{color:var(--muted);margin:0}.profile-history-empty .button{margin-top:22px}@media (max-width:1180px){.profile-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.profile-page--compact{padding-top:28px}.profile-history__header{align-items:flex-start}.profile-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.profile-history-progress{padding:10px}}
.admin-shell{background:var(--bg-2);grid-template-columns:230px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{border-right:1px solid var(--border);background:var(--surface-2);flex-direction:column;width:230px;padding:22px;display:flex;position:fixed;inset:0 auto 0 0}.admin-product{color:var(--muted);font:.58rem var(--mono);letter-spacing:.1em;margin:22px 0}.admin-sidebar nav{flex-direction:column;gap:5px;display:flex}.admin-sidebar nav a{border-radius:9px;align-items:center;gap:10px;height:43px;padding:0 11px;font-size:.8rem;display:flex}.admin-sidebar nav a:hover{background:var(--surface)}.admin-sidebar nav svg{width:18px}.admin-sidebar>div{flex-direction:column;gap:18px;margin-top:auto;display:flex}.admin-sidebar>div>a{color:var(--muted);font:.62rem var(--mono)}.admin-main{grid-column:2;min-width:0}.admin-dashboard{width:min(1200px,100% - 50px);margin:auto;padding:45px 0 100px}.admin-dashboard>header{justify-content:space-between;align-items:flex-start;display:flex}.admin-dashboard>header span,.admin-pipeline header span,.admin-books header span{color:var(--muted);font:.62rem var(--mono);letter-spacing:.1em}.admin-dashboard>header h1{margin:18px 0 40px;font-size:clamp(3rem,5vw,6rem);line-height:.9}.admin-metrics{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.admin-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:24px}.admin-metrics span{color:var(--muted);font:.58rem var(--mono);letter-spacing:.1em}.admin-metrics strong{font:650 3.7rem/.8 var(--mono);letter-spacing:-.08em;margin:20px 0 8px;display:block}.admin-metrics small{color:var(--muted)}.admin-pipeline,.admin-books{margin-top:50px}.admin-pipeline h2,.admin-books h2{margin:7px 0 22px;font-size:2rem}.admin-pipeline>div{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.admin-pipeline article{border:1px solid var(--border);background:var(--dark);color:#fff;border-radius:17px;min-height:260px;padding:24px;position:relative}.admin-pipeline article>i{color:var(--inverse-muted);font:.6rem var(--mono);font-style:normal;position:absolute;top:18px;right:18px}.admin-pipeline svg{color:#9b85ff;width:28px}.admin-pipeline h3{margin:55px 0 12px;font-size:1.5rem}.admin-pipeline p{color:var(--inverse-muted);font-size:.85rem;line-height:1.55}.admin-books>a{border-top:1px solid var(--border);background:0 0;grid-template-columns:60px 1fr 90px 20px;align-items:center;gap:15px;height:68px;padding:0 15px;display:grid}.admin-books>a:last-child{border-bottom:1px solid var(--border)}.admin-books>a>span{color:var(--success);font:.58rem var(--mono)}.admin-books>a strong,.admin-books>a small{display:block}.admin-books>a small{color:var(--muted);margin-top:4px}.admin-books>a>i{font:.62rem var(--mono);color:var(--muted);font-style:normal}.admin-books>a>svg{width:17px}.studio-editor{background:var(--bg-2);grid-template-rows:72px minmax(0,1fr) 190px;height:100vh;display:grid;overflow:hidden}.studio-editor__header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;padding:0 18px;display:flex}.studio-editor__header>div:first-child span{color:var(--muted);font:.54rem var(--mono);letter-spacing:.1em;display:block}.title-input{letter-spacing:-.03em;background:0 0;border:0;outline:0;width:min(620px,55vw);margin-top:5px;padding:0;font-size:1.35rem;font-weight:650}.studio-actions{gap:8px;display:flex}.studio-actions .button{min-height:43px}.studio-editor__workspace{grid-template-columns:185px minmax(500px,1fr) 330px;min-height:0;display:grid}.studio-outline{border-right:1px solid var(--border);background:var(--surface-2);min-height:0;padding:15px;overflow:auto}.studio-outline>span,.scene-properties>span{color:var(--muted);font:.54rem var(--mono);letter-spacing:.1em;margin:8px 8px 14px;display:block}.studio-outline>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;height:42px;padding:0 9px;font-size:.72rem;display:flex}.studio-outline>button.is-active{background:var(--surface);box-shadow:var(--shadow-sm)}.studio-outline button i{color:var(--muted);font:.55rem var(--mono);font-style:normal}.studio-outline button b{color:var(--accent);font:.55rem var(--mono);margin-left:auto}.editor-checklist{border-top:1px solid var(--border);margin-top:28px;padding-top:18px}.editor-checklist strong{margin-bottom:10px;font-size:.72rem;display:block}.editor-checklist span{color:var(--muted);padding:5px 0 5px 16px;font-size:.65rem;display:block;position:relative}.editor-checklist span:before{content:"";background:var(--border-strong);border-radius:50%;width:7px;height:7px;position:absolute;top:9px;left:0}.editor-checklist span.done:before{background:var(--success)}.studio-main{flex-direction:column;gap:14px;min-height:0;padding:18px;display:flex;overflow:auto}.metadata-form,.transcript-editor,.audio-upload{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:18px}.form-grid{grid-template-columns:repeat(2,1fr);gap:13px;display:grid}.metadata-form>label,.form-grid label,.scene-properties label{display:block}.metadata-form label>span,.form-grid span{color:var(--muted);font:.55rem var(--mono);text-transform:uppercase;margin-bottom:6px;display:block}.metadata-form input,.metadata-form textarea,.scene-properties input,.scene-properties textarea,.scene-properties select{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;outline:0;width:100%;padding:10px}.metadata-form>label{margin-top:13px}.transcript-editor header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.transcript-editor header span{color:var(--muted);font:.54rem var(--mono)}.transcript-editor h2{margin:5px 0 0;font-size:1.3rem}.transcript-editor header button{color:var(--accent);font:.62rem var(--mono);cursor:pointer;background:0 0;border:0}.transcript-editor>textarea{resize:vertical;border:1px solid var(--border);background:var(--surface-2);border-radius:10px;width:100%;min-height:240px;padding:14px;line-height:1.6}.transcript-stats{color:var(--muted);font:.56rem var(--mono);gap:18px;margin-top:10px;display:flex}.audio-upload{justify-content:space-between;align-items:center;gap:20px;display:flex}.audio-upload>div>svg{width:23px;color:var(--accent)}.audio-upload span{color:var(--muted);font:.54rem var(--mono);letter-spacing:.1em;margin-top:12px;display:block}.audio-upload h2{margin:6px 0;font-size:1.2rem}.audio-upload p{color:var(--muted);margin:0;font-size:.75rem}.audio-upload input{display:none}.studio-message{background:#29c9851a;border-radius:9px;padding:12px 14px;font-size:.75rem}.studio-message.is-error{color:var(--error);background:#e553531a}.scene-inspector{border-left:1px solid var(--border);background:var(--surface-2);min-height:0;overflow:auto}.scene-preview-small{background:var(--dark);height:250px;position:relative;overflow:hidden}.scene-preview-small .scene-canvas__copy{max-width:80%;bottom:8%;left:6%}.scene-preview-small .scene-canvas__copy h1{font-size:1.55rem}.scene-preview-small .scene-canvas__copy p,.scene-preview-small .scene-canvas__anchor,.scene-preview-small .scene-canvas__coordinates{display:none}.scene-preview-small .scene-canvas__visual{inset:3% 4% 37%}.preview-placeholder{height:100%;color:var(--inverse-muted);text-align:center;align-content:center;place-items:center;display:grid}.preview-placeholder svg{width:26px}.preview-placeholder p{max-width:200px;margin:14px 0;font-size:.75rem}.scene-properties{padding:14px}.scene-properties label{margin-bottom:12px}.scene-properties small{color:var(--muted);font:.54rem var(--mono);text-transform:uppercase;margin-bottom:5px;display:block}.scene-properties textarea{resize:vertical;min-height:72px}.time-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.studio-timeline{border-top:1px solid var(--border);color:#fff;background:#151922;min-width:0;padding:12px 18px}.studio-timeline>header{color:var(--inverse-muted);font:.52rem var(--mono);justify-content:space-between;display:flex}.studio-timeline>header div{align-items:center;gap:8px;display:flex}.studio-timeline>header i{border-radius:2px;width:7px;height:7px}.audio-color{background:#657080}.scene-color{background:#8b6cff}.caption-color{background:#e3b947}.timeline-ruler{border-bottom:1px solid var(--border-inverse);height:27px;margin-left:85px;position:relative}.timeline-ruler span{font:.48rem var(--mono);color:var(--inverse-muted);position:absolute;bottom:5px;transform:translate(-50%)}.timeline-track{grid-template-columns:75px 1fr;align-items:center;gap:10px;height:34px;display:grid}.timeline-track>strong{color:var(--inverse-muted);font:.5rem var(--mono)}.timeline-track>i,.timeline-track>div{background:#ffffff0f;border-radius:3px;height:20px;position:relative}.audio-track>i{background:#566171}.scene-track button{color:#fff;height:20px;font:.48rem var(--mono);cursor:pointer;background:#6047c9;border:1px solid #ffffff21;border-radius:3px;padding:0;position:absolute;top:0;overflow:hidden}.scene-track button.is-active{background:#8b6cff;box-shadow:0 0 0 2px #8b6cff40}.caption-track i{background:#cba83f;border-right:1px solid #151922;height:20px;position:absolute;top:0}.loading-module{border:1px solid var(--border);color:var(--muted);border-radius:15px;padding:40px}.admin-books>header{justify-content:space-between;align-items:end;gap:20px;display:flex}.admin-books>header>small{color:var(--muted);font:.58rem var(--mono);text-transform:uppercase;letter-spacing:.08em}.admin-books__list{display:grid}.admin-book-row{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-width:0;display:grid}.admin-book-row:last-child{border-bottom:1px solid var(--border)}.admin-book-row__link{grid-template-columns:62px minmax(0,1fr) auto 22px;align-items:center;gap:16px;min-width:0;padding:18px 14px;transition:background .2s,padding-left .2s;display:grid}.admin-book-row__link:hover{background:color-mix(in srgb, var(--accent) 5%, transparent);padding-left:20px}.admin-book-row__link>span{color:var(--accent);font:.55rem var(--mono);letter-spacing:.08em}.admin-book-row__link>div{min-width:0}.admin-book-row__link strong,.admin-book-row__link small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-book-row__link strong{font-size:.9rem}.admin-book-row__link small{color:var(--muted);margin-top:5px;font-size:.68rem}.admin-book-row__link>i{color:var(--muted);font:.55rem var(--mono);white-space:nowrap;font-style:normal}.admin-book-row__link>svg{width:17px}.admin-book-delete{border:1px solid color-mix(in srgb, #d95656 45%, var(--border));color:#d95656;cursor:pointer;min-width:82px;height:38px;font:.56rem var(--mono);background:0 0;border-radius:9px;align-self:center;margin:0 12px;padding:0 12px;transition:background .2s,color .2s}.admin-book-delete:hover:not(:disabled){color:#fff;background:#d95656}.admin-book-delete:disabled{cursor:wait;opacity:.5}.admin-books__error{color:#d95656;background:#d9565614;border:1px solid #d9565659;border-radius:10px;margin:18px 0;padding:13px 15px;font-size:.75rem}.admin-books__empty{color:var(--muted);text-align:center;font:.65rem var(--mono);padding:35px 15px}@media (max-width:700px){.admin-book-row{grid-template-columns:1fr auto}.admin-book-row__link{grid-template-columns:48px minmax(0,1fr) 18px;gap:10px;padding:15px 8px}.admin-book-row__link>i{display:none}.admin-book-delete{color:#0000;width:40px;min-width:40px;margin:0 5px;padding:0;font-size:0;overflow:hidden}.admin-book-delete:before{content:"×";color:#d95656;font:1.25rem/1 sans-serif}.admin-book-delete:hover:before{color:#fff}}
@media (max-width:1180px){.topbar{grid-template-columns:auto 1fr auto}.free-status{display:none}.home-hero{grid-template-columns:1fr 1fr;gap:36px}.continue-module{grid-template-columns:210px 1fr}.continue-module__metric{display:none}.book-grid,.book-grid--library{grid-template-columns:repeat(3,1fr)}.mode-explainer{grid-template-columns:1fr;padding:55px}.mode-explainer__copy{max-width:700px}.reader-page{grid-template-columns:190px minmax(0,1fr)}.reader-aside{display:none}.player-stage-layout.has-panel{grid-template-columns:minmax(0,1fr) 290px}.studio-editor__workspace{grid-template-columns:155px minmax(480px,1fr) 280px}}@media (max-width:900px){.app-shell{padding-bottom:70px;display:block}.side-rail{display:none}.app-column{display:block}.topbar{grid-template-columns:auto 1fr auto;height:64px;padding:0 18px}.topbar .search-trigger{justify-self:end;place-items:center;width:44px;padding:0;display:grid}.search-trigger span,.search-trigger kbd{display:none}.section-container{width:calc(100% - 34px)}.mobile-nav{z-index:50;height:68px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav a{color:var(--muted);font:.52rem var(--mono);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.mobile-nav a svg{width:19px}.mobile-nav a.is-active{color:var(--accent)}.home-hero{grid-template-columns:1fr;min-height:auto;padding-block:60px 80px}.home-hero__scene{width:min(720px,100%);margin:15px auto 0}.home-hero__copy h1{font-size:clamp(3.4rem,12vw,7rem)}.continue-section,.catalog-preview{padding-block:70px}.section-heading-row{flex-direction:column;align-items:flex-start}.continue-module{grid-template-columns:180px 1fr;gap:25px}.continue-module__copy h3{font-size:2.5rem}.book-grid,.book-grid--library{grid-template-columns:repeat(2,1fr)}.library-page__header{grid-template-columns:1fr}.library-tools{flex-direction:column;align-items:stretch;top:72px}.filter-scroll{width:100%}.book-detail-hero{grid-template-columns:280px 1fr;gap:38px}.book-meta-strip,.takeaway-list{grid-template-columns:repeat(2,1fr)}.takeaway-list article:nth-child(3){border-top:1px solid var(--border);padding-left:0}.takeaway-list article:nth-child(4){border-top:1px solid var(--border)}.experience-grid,.chapter-overview,.reader-page{grid-template-columns:1fr}.reader-toc{position:static}.reader-toc nav{grid-template-columns:repeat(2,1fr);gap:0 20px;display:grid}.reader-toc .button{width:auto}.reader-article{max-width:720px;margin:auto}.player-header{grid-template-columns:auto 1fr auto auto}.player-book-title{display:none}.panel-toggle{min-height:36px;font:.56rem var(--mono);white-space:nowrap;justify-content:center;align-items:center;padding:0 10px;display:inline-flex}.mode-switch button{padding:0 10px;font-size:0}.mode-switch button svg{width:18px}.player-stage-layout.has-panel{grid-template-columns:1fr}.chapter-panel{z-index:12;width:min(360px,90vw);position:absolute;top:70px;bottom:112px;right:0;box-shadow:-20px 0 50px #00000059}.profile-layout{grid-template-columns:1fr}.profile-card{grid-template-columns:85px 1fr;column-gap:18px;display:grid}.profile-card>span,.profile-card h2,.profile-card>p,.profile-plan,.profile-card .text-danger{grid-column:2}.profile-avatar{grid-row:1/5}.auth-page>section{grid-template-columns:1fr;gap:45px;padding-block:45px}.auth-page__copy{max-width:700px}.auth-card{width:100%;max-width:520px}.admin-shell{display:block}.admin-sidebar{display:none}.admin-main{display:block}.studio-editor__workspace{grid-template-columns:150px minmax(0,1fr)}.scene-inspector{display:none}.admin-dashboard{width:calc(100% - 34px)}}@media (max-width:620px){.topbar{grid-template-columns:1fr auto}.topbar>.brand{display:inline-flex}.avatar-button{display:none}.section-container{width:calc(100% - 28px)}.home-hero{padding-top:48px}.home-hero__copy h1{font-size:clamp(3.25rem,16vw,5.6rem)}.home-hero__copy>p{font-size:1rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{gap:10px 15px}.hero-player-window{transform:none}.floating-mode-card{width:200px;top:-18px;right:-5px}.floating-caption-card{width:78%;bottom:-20px;left:-5px}.section-heading-row h2{font-size:2.8rem}.continue-module{grid-template-columns:1fr;padding:16px}.continue-module__cover .book-cover{aspect-ratio:.9}.continue-module__copy{padding:5px 3px 10px}.continue-module__copy h3{font-size:2.35rem}.continue-module__actions{display:grid}.continue-module__actions .button{width:100%}.book-grid,.book-grid--library{grid-template-columns:1fr 1fr;gap:15px}.book-card__open,.book-card__save{opacity:1}.book-card__body{padding-top:10px}.book-card h3{font-size:.92rem}.book-card p{font-size:.73rem}.round-play{display:none}.book-card__meta{font-size:.51rem}.book-cover{border-radius:14px;padding:11px}.book-cover__copy{inset:auto 11px 12px}.book-cover__copy strong{font-size:1.05rem}.book-cover__copy span{font-size:.45rem}.book-cover__meta{font-size:.38rem}.mode-explainer{border-radius:0;width:100%;margin:60px 0 0;padding:60px 18px 95px}.mode-cards{grid-template-columns:1fr}.library-page,.saved-page,.profile-page{padding-block:45px 90px}.library-page__header h1,.simple-page-header h1{font-size:3.5rem}.library-metrics{grid-template-columns:repeat(3,1fr)}.library-metrics div{padding:18px 7px}.library-metrics strong{font-size:1.75rem}.library-metrics span{font-size:.48rem}.library-tools{margin-inline:-2px}.library-search{width:100%}.book-detail-hero{grid-template-columns:1fr;padding-block:45px 75px}.book-detail-cover{max-width:270px}.book-detail-copy h1{font-size:4rem}.book-detail-actions{display:grid}.book-detail-actions .button{width:100%}.book-meta-strip{grid-template-columns:1fr 1fr}.book-promise{padding-block:70px}.book-promise>h2{font-size:2.7rem}.takeaway-list{grid-template-columns:1fr}.takeaway-list article,.takeaway-list article:not(:first-child),.takeaway-list article:last-child{border-right:0;border-top:1px solid var(--border);padding:20px 0}.experience-options,.chapter-overview{padding-block:70px}.chapter-overview__list article{grid-template-columns:38px 1fr}.chapter-overview__list small{display:none}.reader-page{padding-block:35px 100px}.reader-toc nav{grid-template-columns:1fr}.reader-article h1{font-size:3.8rem}.reader-article section>p{font-size:1.08rem}.reader-article>section{padding-top:55px}.player-shell{grid-template-rows:60px minmax(0,1fr) 118px}.player-header{gap:8px;padding:0 12px}.player-header .brand__word{display:none}.player-header .brand__mark{width:34px;height:34px}.mode-switch{margin-left:auto}.player-close{width:34px;height:34px}.chapter-panel{top:60px;bottom:118px}.scene-canvas__copy{bottom:7%;left:18px;right:18px}.scene-canvas__copy h1{font-size:clamp(2.2rem,11vw,4rem)}.scene-canvas__copy p{font-size:.78rem}.scene-canvas__visual{inset:5% 3% 38%}.scene-canvas__anchor{display:none}.visual-comparison{gap:2%}.visual-comparison .route{gap:4%}.visual-identity{gap:3%}.identity-count{font-size:3rem;position:absolute;top:5%;right:4%}.kinetic-stage{padding:8% 18px}.kinetic-line{font-size:clamp(2.3rem,12vw,4.4rem)}.kinetic-next{font-size:.7rem;left:20px;right:20px}.player-controls{padding:0 12px}.player-controls__bottom{grid-template-columns:1fr auto 1fr}.control-secondary span,.volume-control input{display:none}.volume-control{width:auto}.transport-controls{gap:8px}.transport-controls .main-play{width:52px;height:52px}.profile-card{display:block}.profile-card>span,.profile-card h2,.profile-card>p,.profile-plan,.profile-card .text-danger{grid-column:auto}.settings-card>label{flex-direction:column;align-items:flex-start}.profile-login-card{padding:30px}.auth-page{padding:16px}.auth-page>header .brand__word{display:inline}.auth-page>section{padding-top:30px}.auth-page__copy h1{font-size:3.8rem}.auth-card{padding:20px}.admin-dashboard>header{flex-direction:column}.admin-metrics,.admin-pipeline>div{grid-template-columns:1fr}.studio-editor{height:auto;min-height:100vh;display:block;overflow:visible}.studio-editor__header{z-index:20;flex-direction:column;align-items:flex-start;height:auto;padding:12px;position:sticky;top:0}.title-input{width:100%}.studio-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.studio-editor__workspace{display:block}.studio-outline{display:none}.studio-main{overflow:visible}.studio-timeline{display:none}.form-grid{grid-template-columns:1fr}.audio-upload{flex-direction:column;align-items:flex-start}.audio-upload .button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.legal-page{max-width:900px;padding-block:80px 130px}.legal-page h1{margin:25px 0 35px;font-size:clamp(3rem,6vw,6.5rem);line-height:.9}.legal-page h2{margin:48px 0 12px;font-size:1.7rem}.legal-page p{color:var(--muted);font-size:1rem;line-height:1.75}.legal-note{border-left:3px solid var(--warning);background:#e4a62e14;padding:18px}.auth-form-help{text-align:right;min-height:16px}.auth-form-help a{color:var(--accent);font:.62rem var(--mono)}.auth-page--single>section{grid-template-columns:1fr;place-items:center}.reset-card{width:min(460px,100%)}.reset-card h1{margin:0 0 12px;font-size:2.4rem}.reset-card>p{color:var(--muted);line-height:1.55}.reset-card>a{color:var(--accent);font:.65rem var(--mono)}@media (max-width:620px){.topbar{grid-template-columns:minmax(0,1fr) 40px 40px;align-items:center;gap:8px;height:60px;padding:0 12px}.topbar>.brand{grid-column:1;justify-self:start;min-width:0}.topbar>.brand .brand__mark{border-radius:12px;flex:0 0 38px;width:38px;height:38px}.topbar>.brand .brand__word{letter-spacing:.15em;white-space:nowrap;font-size:clamp(1.25rem,6.5vw,1.65rem)}.topbar>.search-trigger{border-radius:12px;grid-column:2;justify-self:center;width:40px;min-width:40px;height:40px;padding:0}.topbar>.topbar-actions{grid-column:3;justify-content:center;align-items:center;gap:0;width:40px;min-width:40px;display:flex}.topbar .theme-toggle{border-radius:12px;place-items:center;width:40px;min-width:40px;height:40px;padding:0;display:grid}.topbar .theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.player-stage,.scene-canvas,.scene-canvas__visual,.visual-cinematic,.semantic-motion{width:100%;min-width:0;height:100%;min-height:0}.scene-canvas__visual{inset:0!important}.visual-cinematic,.semantic-motion{inset:0}.semantic-poster{width:100%;height:100%;margin:0;transform:none}.scene-canvas:before{inset:0}.scene-canvas__vignette{background:linear-gradient(#0305091f 0%,#0000 14% 82%,#03050973 100%)}}
