:root{--bg: #0b0b0f;--surface: #16161d;--surface-2: #1f1f29;--border: #2a2a36;--text: #f2f2f5;--text-soft: #d6d6df;--muted: #9a9aa8;--accent: #7c5cff;--accent-2: #a78bfa;--like: #ff4d6d;--ok: #2ecc71;--bad: #ff6b6b;--bar-bg: rgba(11, 11, 15, .85);--chip-purple: #c4b5fd;--chip-sky: #7dd3fc;--chip-amber: #fbbf24;--radius: 18px}:root[data-theme=light]{--bg: #f6f7fb;--surface: #ffffff;--surface-2: #eef0f5;--border: #e1e3ec;--text: #1a1b22;--text-soft: #3a3b45;--muted: #62636f;--accent: #6d44ff;--accent-2: #6d44ff;--like: #e0214d;--ok: #149e57;--bad: #d63a35;--bar-bg: rgba(255, 255, 255, .85);--chip-purple: #6d44ff;--chip-sky: #0369a1;--chip-amber: #b45309}*{box-sizing:border-box}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}html,body,#root{height:100%}html,body{max-width:100%;overflow-x:clip}#root{overflow-x:clip}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}.card,.topbar,.nav,.react-btn,.option,.theme-toggle,.theme-toggle button,.stat,.prompt-row,.progress-row,.topic-tile{transition:background-color .2s ease,border-color .2s ease,color .2s ease}button{font-family:inherit;cursor:pointer}a{color:var(--accent-2);text-decoration:none}.muted{color:var(--muted)}.small{font-size:.8rem}.center{display:grid;place-items:center;min-height:60vh;text-align:center;gap:.5rem;padding:2rem}.error{color:var(--bad);font-size:.9rem}.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border:none;border-radius:999px;padding:.7rem 1.4rem;font-weight:600;font-size:.95rem;transition:transform .08s ease,opacity .2s}.primary:hover{transform:translateY(-1px)}.primary:disabled{opacity:.5;cursor:default;transform:none}.ghost{background:transparent;color:var(--text);border:1px solid var(--border);border-radius:999px;padding:.55rem 1.1rem;font-weight:500}.ghost:hover{border-color:var(--accent)}.brand{font-weight:800;font-size:1.3rem;letter-spacing:-.02em;cursor:pointer}.brand span{color:var(--accent-2)}.brand.big{font-size:2.4rem;text-align:center}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(1200px 600px at 50% -10%,rgba(124,92,255,.18),transparent)}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.tagline{text-align:center;color:var(--muted);margin:.25rem 0 1.5rem}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form input,.prompt-composer textarea{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:12px;padding:.8rem 1rem;font-size:.95rem;outline:none}.auth-form input:focus,.prompt-composer textarea:focus{border-color:var(--accent)}.divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);margin:1.2rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.google-btn{display:flex;justify-content:center}.switch{text-align:center;margin-top:1.25rem;color:var(--muted);font-size:.9rem}.prototype-note{background:#7c5cff14;border:1px solid rgba(124,92,255,.25);border-radius:12px;padding:.85rem 1rem;margin-bottom:1.25rem}.prototype-note p{margin:.5rem 0 0;font-size:.82rem;line-height:1.5;color:var(--text-soft)}.prototype-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);background:#7c5cff29;border-radius:999px;padding:.2rem .6rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:1.5rem;padding:.85rem 1.25rem;background:var(--bar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{display:flex;gap:.35rem;margin-left:.5rem;min-width:0}.nav a{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);padding:.45rem .85rem;border-radius:999px;font-weight:600;font-size:.9rem}.nav a svg{width:18px;height:18px;flex:none}.nav a:hover{color:var(--text)}.nav a.active{color:var(--text);background:var(--surface-2)}.user-menu{margin-left:auto;display:flex;align-items:center;gap:.85rem}.user-menu .muted{font-size:.85rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signout{display:inline-flex;align-items:center;gap:.4rem;flex:none}.signout svg{width:16px;height:16px}.user-desktop{display:flex;align-items:center;gap:.85rem}.account{display:none;position:relative}.account-trigger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;flex:none;background:transparent;border:1px solid var(--border);border-radius:12px;color:var(--text)}.account-trigger:hover{border-color:var(--accent)}.account-menu{position:absolute;right:0;top:calc(100% + .55rem);min-width:224px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 32px #00000059;padding:.5rem;z-index:30;display:flex;flex-direction:column;gap:.15rem;animation:riseIn .16s ease both}.account-email{font-size:.8rem;color:var(--muted);word-break:break-all;padding:.45rem .6rem .6rem;border-bottom:1px solid var(--border);margin-bottom:.3rem}.account-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.65rem .6rem;border-radius:10px;background:transparent;border:none;color:var(--text);font-size:.92rem;font-weight:500;text-align:left}button.account-item{cursor:pointer}button.account-item:hover{background:var(--surface-2)}.account-signout{justify-content:flex-start;gap:.55rem;color:var(--bad)}.account-signout svg{width:18px;height:18px}.content{flex:1}.theme-toggle{display:inline-flex;gap:2px;padding:2px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2)}.theme-toggle button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:28px;border:none;background:none;color:var(--muted);border-radius:999px}.theme-toggle button:hover{color:var(--text)}.theme-toggle button.active{background:var(--surface);color:var(--accent-2)}.theme-toggle svg{width:16px;height:16px}.feed{max-width:560px;margin:0 auto;padding:1.5rem 1rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.feed-banner{display:flex;flex-direction:column;gap:.3rem;padding:.9rem 1.1rem;border:1px solid var(--accent);border-radius:var(--radius);background:#7c5cff1a}.feed-banner strong{font-size:.95rem}.feed-banner .muted{font-size:.85rem;line-height:1.45}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem .4rem}.reason{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:999px}.reason.prompted{color:var(--chip-purple);background:#7c5cff29}.reason.suggested{color:var(--chip-sky);background:#38bdf824}.reason.remediation{color:var(--chip-amber);background:#fbbf2424}.level-chip{font-size:.72rem;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem}.media{width:100%;display:block;background:#000;max-height:70vh}.carousel{position:relative;background:#000;touch-action:pan-y;overflow:hidden}.carousel-track{display:flex;transition:transform .32s cubic-bezier(.22,.61,.36,1)}.carousel-track img{flex:0 0 100%;width:100%;display:block;max-height:70vh;object-fit:cover;user-select:none;-webkit-user-select:none}.car-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.3rem}.car-nav.left{left:8px}.car-nav.right{right:8px}.dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px}.dot{width:6px;height:6px;border-radius:999px;background:#fff6;transition:width .25s ease,background .25s ease}.dot.active{width:18px;background:#fff}.card-body{padding:1rem 1.1rem .4rem}.card-title{margin:0 0 .5rem;font-size:1.15rem;letter-spacing:-.01em}.card-text{margin:0;color:var(--text-soft);line-height:1.55;white-space:pre-wrap}.card-text.clamped{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.see-more{margin-top:.35rem;padding:0;background:none;border:none;color:var(--accent-2);font-size:.85rem;font-weight:600;cursor:pointer}.see-more:hover{text-decoration:underline}.card-foot{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.1rem 1rem}.reactions{display:flex;gap:.5rem}.react-btn{display:inline-flex;align-items:center;gap:.35rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.4rem .8rem;font-weight:600}.react-btn svg{width:18px;height:18px}.react-btn.active.like{color:var(--like);border-color:var(--like)}.react-btn.active.dislike{color:var(--muted);border-color:var(--muted)}.duration{font-size:.8rem}.test-card{border-color:#7c5cff66}.test{padding:1.2rem}.test-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--accent-2);margin-bottom:.6rem}.test-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.test-head .test-tag{margin-bottom:0}.revise-btn{background:none;border:1px solid var(--border);color:var(--accent-2);border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.revise-btn:hover{border-color:var(--accent)}.test-gate-note{font-size:.82rem;margin:0 0 .8rem}.revise-panel{display:flex;flex-direction:column;gap:.7rem;margin:0 0 1rem;padding:.85rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.revise-item h4{margin:0 0 .25rem;font-size:.95rem}.revise-item p{margin:0;line-height:1.5;color:var(--text-soft);font-size:.9rem;white-space:pre-wrap}.test-q{font-size:1.2rem;margin:0 0 1rem}.options{display:flex;flex-direction:column;gap:.6rem}.option{text-align:left;background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:12px;padding:.8rem 1rem;font-size:.95rem;transition:border-color .15s}.option:hover:not(:disabled){border-color:var(--accent)}.option.selected{border-color:var(--accent)}.option.correct{border-color:var(--ok);background:#2ecc711f}.option.wrong{border-color:var(--bad);background:#ff6b6b1f}.submit{margin-top:1rem;width:100%}.verdict{margin-top:1rem;padding:.9rem 1rem;border-radius:12px;background:var(--surface-2)}.verdict.ok strong{color:var(--ok)}.verdict.bad strong{color:var(--bad)}.verdict p{margin:.5rem 0 0;line-height:1.5}.sentinel{text-align:center;color:var(--muted);padding:1.5rem;font-size:.9rem}.page{max-width:720px;margin:0 auto;padding:2rem 1.25rem 4rem}.page.narrow{max-width:620px}.page h1{margin:0 0 .4rem;letter-spacing:-.02em}.section{margin:2rem 0 1rem;font-size:1.1rem}.page-actions{margin-top:1.5rem}.empty .empty-actions{display:flex;gap:.75rem;margin-top:1rem}.prompt-composer{display:flex;flex-direction:column;gap:.8rem;margin-top:1.25rem}.prompt-composer textarea{min-height:90px;resize:vertical}.prompt-composer .primary{align-self:flex-start}.prompt-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.prompt-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem}.prompt-text{font-weight:500}.status-pill{font-size:.75rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;white-space:nowrap}.status-pill.pending{color:var(--chip-amber);background:#fbbf2424}.status-pill.generating{color:var(--chip-sky);background:#38bdf824}.status-pill.ready{color:var(--ok);background:#2ecc7124}.status-pill.failed{color:var(--bad);background:#ff6b6b24}.reused-note{margin-top:.35rem;font-size:.78rem;font-weight:600;color:var(--ok)}.prompt-row.navigable{cursor:pointer;transition:border-color .15s ease,transform .15s ease}.prompt-row.navigable:hover{border-color:var(--accent);transform:translateY(-1px)}.prompt-row.navigable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.prompt-cta{margin-top:.35rem;font-size:.78rem;font-weight:600;color:var(--accent-2)}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .85rem;margin-bottom:.4rem}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .4rem .3rem .8rem;border:1px solid var(--accent);border-radius:999px;background:#7c5cff1a;font-size:.85rem}.filter-chip-label{max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-clear{display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;font-size:.75rem;font-weight:700;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem}.filter-clear:hover{border-color:var(--accent);color:var(--accent-2)}.interests-header{margin-bottom:.25rem}.interests-count{font-size:.85rem;font-weight:600;color:var(--accent);margin-top:.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.9rem;margin-top:1.25rem}.category-tile{position:relative;text-align:center;background:var(--surface);border:2px solid var(--border);color:var(--text);border-radius:18px;padding:1.4rem 1rem 1.1rem;display:flex;flex-direction:column;align-items:center;gap:.45rem;cursor:pointer;transition:border-color .15s,background .15s,transform .1s,box-shadow .15s;min-height:148px}.category-tile:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000002e;border-color:var(--accent)}.category-tile.on{border-color:var(--accent);background:#7c5cff21;box-shadow:0 0 0 3px #7c5cff2e}.category-tile:active{transform:scale(.97)}.category-emoji{font-size:2.2rem;line-height:1;display:block}.category-label{font-weight:700;font-size:.92rem;line-height:1.25}.category-desc{font-size:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-check{position:absolute;top:.6rem;right:.75rem;font-size:.8rem;font-weight:800;color:var(--accent);background:#7c5cff26;border-radius:999px;width:1.3rem;height:1.3rem;display:flex;align-items:center;justify-content:center}.topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;margin-top:1.25rem}.topic-tile{text-align:left;background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .15s,transform .08s}.topic-tile:hover{transform:translateY(-2px)}.topic-tile.on{border-color:var(--accent);background:#7c5cff1a}.topic-title{font-weight:700}.topic-desc{font-size:.82rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stat-row{display:flex;gap:1rem;margin-top:1.25rem}.stat{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.1rem;text-align:center}.stat-num{font-size:1.8rem;font-weight:800}.progress-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.progress-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem}.progress-head{display:flex;justify-content:space-between;margin-bottom:.5rem}.bar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));transform-origin:left;animation:growX .7s cubic-bezier(.22,.61,.36,1) both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes growX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.card{animation:riseIn .35s ease both}.verdict{animation:riseIn .25s ease both}.revise-panel{animation:riseIn .2s ease both}.feed-banner{animation:riseIn .3s ease both}.page,.center{animation:fadeIn .25s ease both}.auth-card{animation:riseIn .3s ease both}.primary,.ghost,.react-btn,.option,.revise-btn,.see-more,.nav a,.theme-toggle button{transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .1s ease,opacity .18s ease}.primary:active:not(:disabled),.ghost:active,.react-btn:active,.option:active:not(:disabled),.revise-btn:active,.theme-toggle button:active{transform:scale(.96)}@media (max-width: 640px){.topbar{gap:.75rem;padding:.7rem 1rem}.brand{font-size:1.15rem}.user-menu{margin-left:auto;gap:.5rem}.user-desktop{display:none}.account{display:block}.nav{position:fixed;left:0;right:0;bottom:0;z-index:20;margin:0;gap:0;justify-content:space-around;background:var(--bar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:.45rem .5rem calc(.45rem + env(safe-area-inset-bottom))}.nav a{flex:1;flex-direction:column;gap:.15rem;text-align:center;padding:.4rem .25rem;font-size:.7rem;border-radius:10px}.nav a svg{width:22px;height:22px}.feed{padding:1rem .75rem 5.5rem;gap:1.1rem}.page{padding:1.5rem 1rem 5.5rem}.auth-form input,.prompt-composer textarea,.option{font-size:16px}.category-grid{grid-template-columns:1fr 1fr;gap:.65rem}.category-tile{min-height:132px;padding:1.1rem .75rem .9rem}.category-emoji{font-size:1.9rem}.topic-grid{grid-template-columns:1fr 1fr;gap:.6rem}.stat-row{gap:.6rem}.stat{padding:.9rem .6rem}.stat-num{font-size:1.5rem}.card-title{font-size:1.08rem}.waitlist-headline{font-size:clamp(1.7rem,7vw,2.6rem)}.waitlist-perks{grid-template-columns:1fr}.waitlist-card{padding:1.5rem 1.25rem}}.waitlist-page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse 120% 50% at 50% -5%,rgba(124,92,255,.22),transparent 60%),var(--bg)}.waitlist-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.waitlist-bar-right{display:flex;align-items:center;gap:.75rem}.waitlist-signin{font-size:.875rem;padding:.45rem 1rem}.waitlist-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:3rem;padding:4rem 1.5rem;max-width:680px;margin:0 auto;width:100%}.waitlist-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.waitlist-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);background:#7c5cff24;border:1px solid rgba(124,92,255,.3);border-radius:999px;padding:.3rem .9rem}.waitlist-headline{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin:0}.waitlist-highlight{background:linear-gradient(120deg,var(--accent),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.waitlist-sub{font-size:1.05rem;line-height:1.65;color:var(--text-soft);max-width:520px;margin:0}.waitlist-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:2rem 2.25rem;box-shadow:0 8px 40px #00000040}.waitlist-card-title{font-size:1.25rem;font-weight:700;margin:0 0 .3rem}.waitlist-card-sub{margin:0 0 1.25rem;font-size:.9rem}.waitlist-form{display:flex;flex-direction:column;gap:.75rem}.waitlist-form input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:12px;padding:.8rem 1rem;font-size:1rem;outline:none;transition:border-color .15s;font-family:inherit}.waitlist-form input:focus{border-color:var(--accent)}.waitlist-form .primary{margin-top:.25rem;width:100%;font-size:1rem;padding:.8rem}.waitlist-login-hint{font-size:.85rem;text-align:center;margin-top:1rem}.waitlist-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:.5rem 0}.waitlist-success-icon{font-size:3rem;line-height:1}.waitlist-success h2{margin:0;font-size:1.35rem}.waitlist-success p{margin:0;font-size:.95rem;max-width:340px}.waitlist-share{display:inline-block;margin-top:.5rem;text-decoration:none;padding:.65rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;transition:opacity .18s,transform .1s}.waitlist-share:hover{opacity:.88;transform:translateY(-1px)}.waitlist-perks{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.waitlist-perk{display:flex;align-items:flex-start;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.1rem 1.25rem}.waitlist-perk-emoji{font-size:1.75rem;line-height:1;flex-shrink:0;margin-top:.1rem}.waitlist-perk-title{font-weight:700;font-size:.95rem;margin-bottom:.3rem}.waitlist-perk-body{font-size:.875rem;line-height:1.55}.waitlist-footer{display:flex;justify-content:center;gap:1.5rem;padding:1.25rem;border-top:1px solid var(--border);font-size:.8rem}@media (min-width: 600px){.waitlist-perks{grid-template-columns:1fr 1fr 1fr}.waitlist-perk{flex-direction:column;align-items:flex-start}}.admin-tag{display:inline-block;vertical-align:middle;font-size:.5em;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);background:color-mix(in srgb,var(--accent) 12%,transparent);padding:2px 8px;border-radius:20px;-webkit-text-fill-color:var(--accent)}.page.builder{max-width:900px;margin:0 auto;padding:24px 16px 64px}.builder-header h1{margin:0 0 6px;font-size:1.5rem}.builder-count{margin-top:10px;font-size:.85rem;font-weight:600;color:var(--accent)}.builder-error{margin-top:8px;font-size:.85rem;color:var(--bad)}.builder-list{margin-top:24px;display:flex;flex-direction:column;gap:20px}.tb-card{display:flex;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.tb-preview{flex:0 0 340px;max-width:340px;align-self:flex-start}.tb-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:10px}.tb-meta-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.tb-meta-head h2{margin:0;font-size:1.15rem}.tb-desc{margin:0;font-size:.88rem;line-height:1.5}.tb-status{flex-shrink:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:20px;border:1px solid var(--border);color:var(--muted);background:var(--surface-2)}.tb-status.approved{color:var(--ok);border-color:color-mix(in srgb,var(--ok) 40%,transparent);background:color-mix(in srgb,var(--ok) 12%,transparent)}.tb-status.rejected{color:var(--bad);border-color:color-mix(in srgb,var(--bad) 40%,transparent);background:color-mix(in srgb,var(--bad) 12%,transparent)}.tb-status.archived{color:var(--muted)}.tb-spec{margin:4px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.tb-spec .tb-spec-wide{grid-column:1 / -1}.tb-spec dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:2px}.tb-spec dd{margin:0;font-size:.85rem;color:var(--text-soft)}.tb-notes{width:100%;min-height:56px;resize:vertical;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:8px 10px;font:inherit;font-size:.85rem}.tb-notes:focus{outline:none;border-color:var(--accent)}.tb-actions{display:flex;gap:10px}.tb-actions .ghost{background:transparent;border:1px solid var(--border);color:var(--text-soft);border-radius:10px;padding:8px 16px;font:inherit;font-weight:600;cursor:pointer}.tb-actions .ghost:hover:not(:disabled){border-color:var(--bad);color:var(--bad)}.tb-actions button:disabled{opacity:.5;cursor:default}.tb-version{margin:0;font-size:.75rem}@media (max-width: 720px){.tb-card{flex-direction:column}.tb-preview{flex-basis:auto;max-width:none}}.deco-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;border-radius:inherit}.tmpl-glow-pulse>*:not(.deco-layer):not(.gp-glow-ring),.tmpl-minimal-scroll>*:not(.deco-layer):not(.ms-accent-line),.tmpl-lottie-hero .lh-content>*:not(.deco-layer),.tmpl-infographic-card>*:not(.deco-layer){position:relative;z-index:1}@keyframes tmpl-pulse-ring{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}to{opacity:.6;transform:scale(1)}}@keyframes tmpl-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes tmpl-bar-slide{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.tmpl-glow-pulse{position:relative;background:var(--bg);border-radius:20px;overflow:hidden;padding:0;min-height:340px;display:flex;flex-direction:column}.gp-glow-ring{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:22px;border:2px solid var(--accent);box-shadow:0 0 24px var(--accent),inset 0 0 20px color-mix(in srgb,var(--accent) 15%,transparent);animation:tmpl-pulse-ring 2.8s ease-in-out infinite;pointer-events:none;z-index:1}.gp-image-wrap{position:relative;width:100%;height:180px;overflow:hidden}.gp-image{width:100%;height:100%;object-fit:cover}.gp-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 30%,var(--bg) 100%)}.gp-content{flex:1;padding:20px 20px 12px;display:flex;flex-direction:column;gap:10px;animation:tmpl-fade-up .4s ease both}.gp-title{font-size:1.35rem;font-weight:800;color:var(--text);line-height:1.2;margin:0;letter-spacing:-.01em}.gp-subtitle{font-size:.9rem;color:var(--accent);margin:0;font-weight:500}.gp-body{font-size:.9rem;color:color-mix(in srgb,var(--text) 80%,transparent);margin:0;line-height:1.6}.gp-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gp-bullet{display:flex;align-items:center;gap:10px;font-size:.88rem;color:var(--text)}.gp-bullet-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 6px var(--accent)}.gp-pulse-bar{height:3px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 30%,transparent));transform-origin:left;animation:tmpl-bar-slide .6s ease both}.tmpl-minimal-scroll{background:var(--bg);border-radius:20px;padding:28px 24px 24px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.ms-accent-line{position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent);border-radius:4px 0 0 4px;opacity:.7}.ms-header{display:flex;flex-direction:column;gap:6px;animation:tmpl-fade-up .35s ease both}.ms-title{font-size:1.4rem;font-weight:700;color:var(--text);margin:0;line-height:1.25;font-family:Georgia,Times New Roman,serif}.ms-subtitle{font-size:.9rem;color:var(--accent);margin:0;font-style:italic}.ms-svg-slot{max-height:140px;overflow:hidden;opacity:.85}.ms-svg-slot svg{width:100%;height:auto;max-height:140px}.ms-images{display:flex;gap:8px}.ms-image{flex:1;height:140px;object-fit:cover;border-radius:10px;opacity:.9}.ms-body{font-size:.92rem;color:color-mix(in srgb,var(--text) 85%,transparent);line-height:1.75;margin:0;animation:tmpl-fade-up .4s .1s ease both}.ms-bullets{list-style:none;margin:0;display:flex;flex-direction:column;gap:10px;border-left:2px solid color-mix(in srgb,var(--accent) 30%,transparent);padding:0 0 0 14px}.ms-bullet{font-size:.9rem;color:var(--text);line-height:1.5}.tmpl-lottie-hero{background:var(--bg);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;position:relative}.lh-lottie-wrap{width:100%;height:220px;overflow:hidden;background:color-mix(in srgb,var(--accent) 8%,var(--bg));display:flex;align-items:center;justify-content:center}.lh-lottie{width:100%;height:100%}.lh-lottie-placeholder{width:100%;height:220px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,var(--bg)),color-mix(in srgb,var(--accent) 4%,var(--bg)))}.lh-content{padding:20px 20px 16px;display:flex;flex-direction:column;gap:10px;animation:tmpl-fade-up .4s .15s ease both;position:relative;overflow:hidden}.lh-title{font-size:1.3rem;font-weight:800;color:var(--text);margin:0}.lh-subtitle{font-size:.88rem;color:var(--accent);margin:0;font-weight:600}.lh-body{font-size:.9rem;color:color-mix(in srgb,var(--text) 80%,transparent);margin:0;line-height:1.6}.lh-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.lh-bullet{display:flex;align-items:center;gap:10px;font-size:.88rem;color:var(--text)}.lh-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.tmpl-infographic-card{background:var(--bg);border-radius:20px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden}.ic-header{display:flex;align-items:center;gap:14px}.ic-thumb{width:52px;height:52px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.ic-title{font-size:1.2rem;font-weight:700;color:var(--text);margin:0;line-height:1.25}.ic-subtitle{font-size:.83rem;color:var(--accent);margin:4px 0 0}.ic-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px}.ic-stat{background:color-mix(in srgb,var(--stat-color) 10%,var(--surface, #0a1520));border:1px solid color-mix(in srgb,var(--stat-color) 30%,transparent);border-radius:12px;padding:12px 10px 10px;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.ic-stat-value{font-size:1.5rem;font-weight:800;color:var(--stat-color);line-height:1}.ic-stat-unit{font-size:.7rem;color:var(--stat-color);opacity:.7;font-weight:600}.ic-stat-label{font-size:.72rem;color:color-mix(in srgb,var(--text) 70%,transparent);margin-top:4px;line-height:1.3}.ic-svg-slot{opacity:.9}.ic-svg-slot svg{width:100%;height:auto}.ic-body{font-size:.88rem;color:color-mix(in srgb,var(--text) 75%,transparent);margin:0;line-height:1.65}.tmpl-fallback{background:var(--surface);border-radius:16px;padding:20px}.tmpl-fallback h2{font-size:1.2rem;font-weight:700;color:var(--text);margin:0 0 10px}.tmpl-fallback p{font-size:.9rem;color:var(--text-soft);margin:0;line-height:1.6}.scene-ruled{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent 31px,color-mix(in srgb,var(--accent) 24%,transparent) 32px)}.scene-grid{background-image:linear-gradient(color-mix(in srgb,var(--accent) 14%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--accent) 14%,transparent) 1px,transparent 1px);background-size:22px 22px}.scene-dots{background-image:radial-gradient(color-mix(in srgb,var(--accent) 32%,transparent) 1.5px,transparent 1.6px);background-size:18px 18px}.scene-blueprint{background-image:linear-gradient(color-mix(in srgb,var(--accent) 28%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--accent) 28%,transparent) 1px,transparent 1px);background-size:26px 26px}.scene-stars{background-image:radial-gradient(1px 1px at 18% 28%,var(--text) 50%,transparent),radial-gradient(1px 1px at 68% 62%,var(--text) 50%,transparent),radial-gradient(1.6px 1.6px at 42% 82%,var(--text) 50%,transparent),radial-gradient(1px 1px at 84% 22%,var(--text) 50%,transparent),radial-gradient(1.4px 1.4px at 30% 55%,var(--text) 50%,transparent)}@keyframes te-pulse-soft{0%,to{opacity:.55}50%{opacity:1}}.te-pulse{animation:te-pulse-soft 2.4s ease-in-out infinite}.te-rule-soft{height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.te-card{position:relative;overflow:hidden}.te-ribbon{position:absolute;top:16px;right:-36px;transform:rotate(45deg);padding:4px 42px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
