:root{--bg: #0e1116;--surface: #161b23;--surface-2: #1e2530;--border: #2a3342;--text: #eceff4;--muted: #8b94a3;--accent: #ffb23e;--accent-press: #e69a26;--accent-ink: #1a1206;--ok: #5dd39e;--danger: #ff6b6b;--text-soft: #cbd1da;--accent-border: #4c3b1d;--accent-surface: #211a0f;--surface-hover: #252d3a;--border-strong: #465268;--success-border: #315f49;--danger-border: #6a373d;--success-ink: #071a11;--danger-ink: #210707;--radius: 14px;color-scheme:dark}html[data-theme=light]{--bg: #f5f2ec;--surface: #ffffff;--surface-2: #ece7df;--border: #d3c9bb;--text: #1c2027;--muted: #5f6875;--accent: #d97800;--accent-press: #b96200;--accent-ink: #1a1206;--ok: #18764f;--danger: #bd343d;--text-soft: #3f4956;--accent-border: #d8aa6b;--accent-surface: #fff4df;--surface-hover: #e3ddd3;--border-strong: #b9ac9a;--success-border: #72a98f;--danger-border: #c88b91;--success-ink: #ffffff;--danger-ink: #ffffff;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.theme-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.theme-option{min-width:0;min-height:64px;padding:10px 8px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;cursor:pointer}.theme-option span,.theme-option small{display:block}.theme-option span{font-size:13px;font-weight:700}.theme-option small{margin-top:3px;color:var(--muted);font-size:10px}.theme-option.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.theme-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.broadcast-channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.broadcast-channels .btn{width:100%!important;min-height:44px;padding-inline:8px}.updates-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--accent-border);border-radius:var(--radius);background:linear-gradient(145deg,var(--accent-surface),var(--surface) 70%)}.updates-card__mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--accent);border-radius:12px;color:var(--accent);font-size:18px}.updates-card__copy{min-width:0}.updates-card__copy h2{margin:0;font-size:14px}.updates-card__copy p{margin:2px 0 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.updates-unread{padding:2px 7px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:10px;font-weight:800}.updates-modal{width:min(94vw,680px);max-height:min(88vh,760px);overflow:auto;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--bg);color:var(--text);box-shadow:0 24px 80px #0000006b}.updates-modal__header{position:sticky;top:-18px;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:-18px -18px 14px;padding:18px;border-bottom:1px solid var(--border);background:var(--bg)}.updates-modal__header h2{margin-top:3px;font-size:20px}.updates-modal__header .btn{width:44px;min-height:44px;padding:0}.updates-kicker{margin:0;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em}.updates-list{display:grid;gap:0}.update-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid var(--border)}.update-item:last-child{border-bottom:0}.update-item__rail{position:relative;color:var(--accent);font-family:Unbounded,sans-serif;font-size:10px;font-weight:800}.update-item__rail:after{position:absolute;top:25px;bottom:-16px;left:12px;width:1px;background:var(--border);content:""}.update-item:last-child .update-item__rail:after{display:none}.update-item__meta{display:flex;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:10px}.update-item__meta span{color:var(--accent);font-weight:700}.update-item h3{margin:5px 0 0;color:var(--text);font-size:14px;font-weight:700}.update-item p{margin:6px 0 0;color:var(--muted);font-size:12.5px;line-height:1.55;white-space:pre-wrap}@media(max-width:390px){.updates-card{grid-template-columns:34px minmax(0,1fr)}.updates-card>.btn{grid-column:1 / -1}.theme-options{grid-template-columns:1fr}.theme-option{min-height:50px;text-align:left}.broadcast-channels{grid-template-columns:1fr}}#root{min-height:100vh;padding-bottom:calc(64px + var(--tg-safe-bottom, env(safe-area-inset-bottom)))}h1,h2,h3{font-family:Unbounded,Inter,sans-serif;letter-spacing:-.01em}h1{font-size:20px;font-weight:700}h2{font-size:16px;font-weight:700}h3{font-size:14px;font-weight:500}.page{padding:16px;padding-top:calc(16px + var(--tg-safe-top, env(safe-area-inset-top, 0px)));display:flex;flex-direction:column;gap:14px}.muted{color:var(--muted);font-size:13px}.viewport-assist{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #4c3b1d;border-radius:var(--radius);background:linear-gradient(135deg,#211a0f 0%,var(--surface) 62%)}.viewport-assist__copy b{display:block;font-size:14px}.viewport-assist__copy p{margin:2px 0 0;color:var(--muted);font-size:12.5px;line-height:1.4}.viewport-assist__actions{display:flex;gap:8px}.viewport-assist__actions .btn{flex:1;min-width:0;min-height:44px;padding:9px 10px}.dayline{background:linear-gradient(135deg,#20180a 0%,var(--surface) 55%);border:1px solid #3a2d12;border-radius:var(--radius);padding:14px;display:flex;align-items:center;gap:12px}.dayline .flame{font-family:Unbounded,sans-serif;font-size:22px;font-weight:700;color:var(--accent);min-width:64px;text-align:center}.dayline .flame small{display:block;font-family:Inter;font-size:11px;color:var(--muted);font-weight:400}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.card+.card{margin-top:0}.orion-entry{position:relative;min-height:176px;padding:18px 154px 18px 18px;overflow:hidden;border:1px solid #4c3b1d;border-radius:18px;background:var(--bg)}.orion-entry__copy{position:relative;z-index:1}.orion-entry__kicker{margin:0 0 6px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.3}.orion-entry h2{margin:0;font-size:19px;line-height:1.25}.orion-entry__copy>p:not(.orion-entry__kicker){max-width:30rem;margin:7px 0 13px;color:#b7c0cc;font-size:13px;line-height:1.5}.orion-entry__button{min-height:44px}.orion-entry__copy>.orion-entry__error{margin:9px 0 0;color:var(--danger);font-size:11px;line-height:1.4}.orion-entry__mascot{position:absolute;right:2px;bottom:0;display:block;width:154px;height:154px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.28));pointer-events:none;-webkit-user-select:none;user-select:none}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.stack{display:flex;flex-direction:column;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-ink);border:none;border-radius:12px;padding:12px 16px;font-size:15px;font-weight:600;font-family:Inter;cursor:pointer;width:100%}.btn:active{background:var(--accent-press)}.btn:disabled{opacity:.45}.btn.ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn.small{width:auto;padding:8px 14px;font-size:13px;min-height:40px}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.badge{font-size:12px;padding:3px 9px;border-radius:99px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge.free{color:var(--ok);border-color:#234436}.badge.locked{color:var(--accent);border-color:#3a2d12}.wallet-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wallet-breakdown>div{min-width:0;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.wallet-breakdown strong,.wallet-breakdown span{display:block}.wallet-breakdown strong{font-family:Unbounded,sans-serif;font-size:15px;color:var(--accent)}.wallet-breakdown span{margin-top:3px;color:var(--muted);font-size:10px;overflow-wrap:anywhere}.wallet-packages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.wallet-package{position:relative;min-height:82px;padding:13px 11px;text-align:left;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:14px}.wallet-package.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.wallet-package strong,.wallet-package span,.wallet-package small{display:block}.wallet-package strong{font-size:16px}.wallet-package span{margin-top:4px;color:var(--muted);font-size:12px}.wallet-package small{margin-top:4px;color:var(--accent);font-weight:700}.wallet-package__tag{margin:-4px 0 7px!important;color:var(--accent)!important;font-size:10px!important;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.wallet-package:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.transcriber-card{position:relative;overflow:hidden;padding:16px;border-color:#4c3b1d;background:radial-gradient(circle at 92% 5%,rgba(255,178,62,.22),transparent 36%),linear-gradient(145deg,#211a0f 0%,var(--surface) 58%)}.transcriber-card:after{content:"";position:absolute;width:116px;height:116px;right:-58px;bottom:-70px;border:1px solid rgba(255,178,62,.24);border-radius:50%;pointer-events:none}.transcriber-card__head{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.transcriber-card__head h2{margin-top:2px;font-size:18px;line-height:1.25}.transcriber-kicker{margin:0;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.transcriber-logo{position:relative;width:72px;height:72px;flex:none;display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid rgba(255,178,62,.4);border-radius:22px;background:#ffb23e1a}.transcriber-logo span{font-size:32px;line-height:1}.transcriber-logo i{width:3px;height:13px;border-radius:99px;background:var(--accent);opacity:.9}.transcriber-logo i:nth-of-type(2){height:23px}.transcriber-logo i:nth-of-type(3){height:9px}.transcriber-logo--small{width:52px;height:52px;border-radius:17px}.transcriber-logo--small span{font-size:24px}.transcriber-logo--small i{height:9px}.transcriber-logo--small i:nth-of-type(2){height:16px}.transcriber-logo--small i:nth-of-type(3){height:6px}.transcriber-card__lead{position:relative;z-index:1;margin:14px 0 0;max-width:32rem;color:#cbd1da;font-size:14px;line-height:1.55}.transcriber-card__features{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:7px;margin:13px 0 0;padding:0;list-style:none}.transcriber-card__features li{padding:5px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0a;color:#d8dde5;font-size:11.5px}.transcriber-card__features li:before{content:"✓";margin-right:5px;color:var(--accent);font-weight:800}.transcriber-card__actions{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:8px;margin-top:16px}.transcriber-card__actions .btn{min-height:46px;padding:11px 12px;font-size:13px}.transcriber-details{gap:20px}.transcriber-details__nav{display:flex;align-items:center;justify-content:space-between;gap:10px}.transcriber-back{min-height:44px!important}.transcriber-hero{padding:24px 18px;overflow:hidden;border:1px solid #4c3b1d;border-radius:20px;background:radial-gradient(circle at 90% 4%,rgba(255,178,62,.22),transparent 34%),linear-gradient(155deg,#211a0f 0%,var(--surface) 60%)}.transcriber-hero h1{margin-top:8px;font-size:25px;line-height:1.2}.transcriber-hero .transcriber-logo{margin-bottom:18px}.transcriber-lead{margin:12px 0 0;color:#cbd1da;font-size:15px;line-height:1.6}.transcriber-primary{min-height:48px;margin-top:20px}.transcriber-benefits{display:grid;gap:8px;margin-top:10px;padding:0;list-style:none}.transcriber-benefits li{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border-left:2px solid var(--accent);border-radius:0 12px 12px 0;background:var(--surface)}.transcriber-benefits strong{font-size:13.5px}.transcriber-benefits span{color:var(--muted);font-size:12.5px;line-height:1.45}.transcriber-topup{gap:14px;border-color:#4c3b1d}.transcriber-topup h2{margin:4px 0 6px}.transcriber-packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.transcriber-package{min-width:0;min-height:64px;padding:9px 6px;border:1px solid rgba(255,178,62,.46);border-radius:12px;background:#ffb23e14;color:var(--text);font:inherit;cursor:pointer}.transcriber-package span,.transcriber-package small{display:block}.transcriber-package span{color:var(--accent);font-size:13px;font-weight:700}.transcriber-package small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.25}.transcriber-package:active{background:#ffb23e29}.transcriber-package:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.transcriber-package:disabled{cursor:wait;opacity:.5}.transcriber-balance{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px;color:var(--muted);font-size:12.5px}.transcriber-balance strong{color:var(--text);font-size:13px}.transcriber-rate{margin:-7px 0 0;font-size:11.5px}.transcriber-error{margin:0;padding:10px 12px;border:1px solid rgba(255,107,107,.35);border-radius:10px;background:#ff6b6b14;color:var(--danger);font-size:12.5px}@media(max-width:350px){.orion-entry{min-height:168px;padding:16px 120px 16px 14px}.orion-entry__mascot{right:-4px;width:132px;height:132px}.orion-entry h2{font-size:17px}.orion-entry__copy>p:not(.orion-entry__kicker){font-size:12px}.orion-entry__button{padding-right:10px;padding-left:10px;font-size:12px}.transcriber-card__actions,.transcriber-packages{grid-template-columns:1fr}}.progressbar{height:5px;background:var(--surface-2);border-radius:99px;overflow:hidden}.progressbar>div{height:100%;background:var(--accent);border-radius:99px;transition:width .3s}.club-practice{display:flex;flex-direction:column;gap:12px;border-color:#4a3718;background:linear-gradient(145deg,#20180c 0%,var(--surface) 44%)}.club-practice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.club-practice-head h2{margin:0;font-size:16px}.club-practice-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.club-practice-head strong{flex:none;color:var(--accent);font-family:Unbounded,sans-serif;font-size:15px}.club-practice-list{display:flex;flex-direction:column;gap:7px}.club-practice-step{min-height:52px;width:100%;display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;text-align:left;cursor:pointer}.club-practice-step:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.club-practice-step:disabled{opacity:.65;cursor:wait}.club-practice-step.done{border-color:#315441;background:#5dd39e14}.club-practice-check{width:24px;height:24px;flex:none;display:grid;place-items:center;border:1.5px solid var(--accent);border-radius:7px;color:var(--accent-ink);font-weight:800}.club-practice-step.done .club-practice-check{background:var(--ok);border-color:var(--ok);color:#071a11}.club-practice-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.club-practice-title{font-size:14px;font-weight:600;line-height:1.35}.club-practice-step.done .club-practice-title{text-decoration:line-through;opacity:.72}.club-practice-why{color:var(--muted);font-size:12px;line-height:1.35}.club-practice-time{flex:none;color:var(--accent);font-size:11px;font-variant-numeric:tabular-nums;padding-top:3px}.club-practice-complete{margin:0;color:var(--ok);font-size:13px;font-weight:600;text-align:center}.club-practice-error{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:13px}input,textarea{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-family:Inter;font-size:15px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}.tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--surface);border-top:1px solid var(--border);padding:6px 4px calc(6px + var(--tg-safe-bottom, env(safe-area-inset-bottom)))}.tabbar button{flex:1;min-width:0;background:none;border:none;color:#9ca6b5;font-family:Inter;font-size:10.5px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 2px}.tabbar button .ico{font-size:19px}.tabbar .tab-label{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabbar button.active{color:var(--accent)}.tabbar button:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:8px}.tabbar button.vasya .tab-label{color:var(--accent);font-weight:700}.tabbar button.vasya .ico{position:relative;width:42px;height:42px;margin:-8px 0 1px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;box-shadow:0 3px 12px #00000038}.tabbar button.vasya .ico:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid var(--accent);pointer-events:none;animation:vasyaPulse 2s ease-out infinite}@keyframes vasyaPulse{0%{transform:scale(.92);opacity:.6}to{transform:scale(1.7);opacity:0}}@media(prefers-reduced-motion:reduce){.tabbar button.vasya .ico:after{animation:none}}.subtabs{display:flex;gap:6px;position:sticky;top:0;background:var(--bg);padding:2px 0 6px;z-index:5}.subtabs button{flex:1;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:10px;padding:9px 6px;font-family:Inter;font-size:13px;cursor:pointer}.subtabs button.active{background:var(--accent);color:var(--accent-ink);border-color:transparent;font-weight:600}.chip{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:4px 10px;border-radius:99px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);white-space:nowrap;line-height:1.3}.chip:focus-visible,.chips button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.chip,.chips button{min-height:36px;padding:8px 14px}.chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.chips button{flex-shrink:0;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:99px;padding:6px 12px;font-family:Inter;font-size:12.5px;cursor:pointer;white-space:nowrap}.chips button.active{background:var(--accent);color:var(--accent-ink);border-color:transparent;font-weight:600}.shots{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.shots img{height:320px;width:auto;border-radius:12px;border:1px solid var(--border);flex-shrink:0}.chat{display:flex;flex-direction:column;gap:8px}.chat-composer{position:sticky;bottom:calc(64px + var(--tg-safe-bottom, env(safe-area-inset-bottom)));background:var(--bg);padding-top:8px;z-index:5}.att-remove{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;min-width:28px;min-height:28px;padding:2px 8px;color:var(--text)}.msg{max-width:86%;padding:10px 13px;border-radius:14px;white-space:pre-wrap;font-size:14px}.msg.user{align-self:flex-end;background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:4px}.msg.assistant{align-self:flex-start;background:var(--surface-2);border-bottom-left-radius:4px}.msg.thinking{display:inline-flex;align-items:center;gap:10px}.thinking-dots{display:inline-flex;gap:5px;flex:none}.thinking-dots i{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:thinking-bounce 1.3s infinite ease-in-out both}.thinking-dots i:nth-child(2){animation-delay:.18s}.thinking-dots i:nth-child(3){animation-delay:.36s}.thinking-label{color:var(--muted)}@keyframes thinking-bounce{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-5px);opacity:1}}@media(prefers-reduced-motion:reduce){.thinking-dots i{animation:none;opacity:.7}}.md .chat-img{max-width:260px;max-height:260px;width:auto;height:auto;border-radius:12px;display:block;margin:8px 0;cursor:zoom-in;border:1px solid var(--line, rgba(255,255,255,.08))}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:20px;cursor:zoom-out}.lightbox img{max-width:96vw;max-height:92vh;border-radius:10px;object-fit:contain}.lightbox-close{position:fixed;top:14px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff1f;color:#fff;border:none;font-size:18px;cursor:pointer;line-height:1}.memory-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1120;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000009e}.memory-modal{width:min(100%,460px);max-height:min(78vh,620px);overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 18px 60px #0000007a}.memory-modal-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.memory-title{font-family:Unbounded;font-size:15px;line-height:1.25}.memory-subtitle{color:var(--muted);font-size:12.5px;margin-top:5px}.memory-close{margin-left:auto;min-width:36px;background:var(--surface-2)}.memory-body{white-space:pre-wrap;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:12px;font-size:14px;line-height:1.55}.onb{min-height:var(--tg-vh, calc(100vh - 76px) );display:flex;flex-direction:column;justify-content:center;gap:18px;padding:24px}.onb h1{font-size:24px;line-height:1.25}.onb .step{color:var(--accent);font-family:Unbounded;font-size:12px}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.skel{position:relative;overflow:hidden;background:var(--border);border-radius:7px}.skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);animation:skel-shimmer 1.4s ease-in-out infinite}@keyframes skel-shimmer{to{transform:translate(100%)}}.loader{min-height:56vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:24px}.spinner{width:46px;height:46px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader-title{color:var(--text);font-weight:600;font-size:15px}.loader-sub{color:var(--muted);font-size:13px;margin-top:4px}@media(prefers-reduced-motion:reduce){.skel:after{animation:none}.spinner{animation:none;opacity:.9}}.md{font-size:14px;line-height:1.45}.md p{margin:0 0 8px}.md p:last-child{margin-bottom:0}.md ul,.md ol{margin:4px 0 8px;padding-left:20px}.md li{margin:3px 0}.md code{background:var(--bg);padding:1px 5px;border-radius:5px;font-size:13px;font-family:ui-monospace,SFMono-Regular,monospace}.md pre{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px;overflow-x:auto;margin:6px 0}.md pre code{background:none;padding:0;font-size:12.5px;white-space:pre}.code-block{position:relative}.code-copy-btn{position:absolute;top:6px;right:6px;padding:6px 10px;min-height:30px;border:none;border-radius:6px;background:var(--surface-2);color:var(--text-2, #aaa);font-size:11px;cursor:pointer;opacity:.85;z-index:1}.code-copy-btn:active{opacity:1;background:var(--accent);color:var(--accent-ink)}.md .md-h{font-weight:700;margin:8px 0 4px}.md a{color:var(--accent);text-decoration:underline}.md a.lesson-link{cursor:pointer;font-weight:600;text-decoration-style:dotted;text-underline-offset:3px}.md a.lesson-link:before{content:"🎬 ";font-size:.9em}.md strong{font-weight:700}.md-table{border-collapse:collapse;display:block;overflow-x:auto;margin:8px 0;font-size:13px}.md-table th,.md-table td{border:1px solid var(--border);padding:6px 9px;text-align:left;vertical-align:top}.md-table th{font-weight:600;background:var(--bg)}.sect-h{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-bottom:4px}.sect-h svg{color:var(--accent)}.selfcheck-help{color:var(--muted);font-size:12.5px;line-height:1.4}.selfcheck-options{display:flex;flex-direction:column;gap:6px}.selfcheck-option{width:100%;min-height:44px;display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font:inherit;font-size:13px;font-weight:400;line-height:1.35;text-align:left;white-space:normal;cursor:pointer;transition:background .15s ease,border-color .15s ease}.selfcheck-option:hover{background:#252d3a;border-color:#465268}.selfcheck-option:focus-visible,.selfcheck-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.selfcheck-option-marker{flex:0 0 22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #465268;border-radius:7px;color:#cbd1da;font-size:11px;font-weight:700;line-height:1}.selfcheck-option.is-correct{background:#57d38c24;border-color:#315f49;color:var(--text);font-weight:600}.selfcheck-option.is-correct .selfcheck-option-marker{background:var(--ok);border-color:var(--ok);color:#071a11}.selfcheck-option.is-wrong{background:#ff6b6b21;border-color:#6a373d;color:var(--text)}.selfcheck-option.is-wrong .selfcheck-option-marker{background:var(--danger);border-color:var(--danger);color:#210707}.selfcheck-option.is-muted{color:#cbd1da}.selfcheck-option.is-muted:hover{background:var(--surface-2)}.selfcheck-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.selfcheck-card{min-height:92px;display:flex;flex-direction:column;gap:7px;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;font-size:13px;line-height:1.35;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.selfcheck-card:hover{background:#252d3a;border-color:#465268;transform:translateY(-1px)}.selfcheck-card.is-flipped{background:#ffb23e14;border-color:var(--accent)}.selfcheck-card-side{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.selfcheck-card-text{color:var(--text);font-weight:600}@media(prefers-reduced-motion:reduce){.selfcheck-option,.selfcheck-card{transition:none}.selfcheck-card:hover{transform:none}}.bugfab{position:fixed;right:14px;bottom:calc(74px + var(--tg-safe-bottom, env(safe-area-inset-bottom)));z-index:900;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:7px 13px;font-family:Inter;font-size:12.5px;font-weight:600;box-shadow:0 4px 14px #00000059;cursor:pointer;opacity:.92;transition:opacity .3s ease,padding .25s ease,transform .12s ease}.bugfab:active{transform:scale(.96)}.contestfab{position:fixed;right:14px;bottom:calc(120px + var(--tg-safe-bottom, env(safe-area-inset-bottom)));z-index:900;background:var(--accent);color:#fff;border:none;border-radius:999px;padding:8px 14px;font-family:Inter;font-size:12.5px;font-weight:700;box-shadow:0 4px 16px #0006;cursor:pointer;transition:opacity .3s ease,padding .25s ease,transform .12s ease}.contestfab:active{transform:scale(.96)}.bugfab.collapsed{padding:7px 9px;opacity:.5}.contestfab.collapsed{padding:8px 10px;opacity:.55}.bugfab.collapsed:focus-visible,.bugfab.collapsed:active,.contestfab.collapsed:focus-visible,.contestfab.collapsed:active{opacity:.96}.bug-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px}.bug-modal{width:100%;max-width:480px;max-height:80vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px}.hardcoding-page{width:min(100%,720px);margin:0 auto;gap:0;padding-top:calc(12px + var(--tg-safe-top, env(safe-area-inset-top, 0px)));padding-right:max(16px,var(--tg-safe-right, env(safe-area-inset-right, 0px)));padding-bottom:max(32px,var(--tg-safe-bottom, env(safe-area-inset-bottom, 0px)));padding-left:max(16px,var(--tg-safe-left, env(safe-area-inset-left, 0px)));overflow-wrap:anywhere}.hardcoding-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;margin-bottom:20px}.hardcoding-back{min-width:76px;min-height:44px}.hardcoding-nav__brand{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#cbd1da;font-size:11px;font-weight:800;letter-spacing:.035em;text-align:right;text-transform:uppercase}.hardcoding-nav__brand i{display:inline-grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--accent);border-radius:10px;color:var(--accent);font-family:Unbounded,sans-serif;font-size:11px;font-style:normal}.hardcoding-kicker{margin:0 0 8px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}.hardcoding-hero{padding:28px 0 30px;border-top:1px solid var(--border);background:radial-gradient(circle at 88% 4%,rgba(255,178,62,.12),transparent 34%),linear-gradient(180deg,rgba(30,37,48,.35),transparent 76%)}.hardcoding-hero h1{max-width:650px;margin:0;font-size:clamp(29px,9vw,48px);line-height:1.08;letter-spacing:-.045em}.hardcoding-hero__lead{max-width:620px;margin:18px 0 0;color:#bbc3cf;font-size:15px;line-height:1.65}.hardcoding-meta{display:grid;grid-template-columns:1fr;gap:8px;margin-top:22px}.hardcoding-meta span{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:#161b23c2;color:#d7dce4;font-size:12px}.hardcoding-meta b{color:var(--muted);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.hardcoding-loading{min-height:180px;padding:36px 0 20px}.hardcoding-loading h1,.hardcoding-load-error h1{font-size:24px;line-height:1.25}.hardcoding-load-error{margin-top:12px;padding:20px}.hardcoding-status{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;margin-bottom:10px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.hardcoding-status__mark{display:grid;place-items:center;width:44px;height:44px;border:1px solid currentColor;border-radius:50%;font-family:Unbounded,sans-serif;font-size:18px;font-weight:800}.hardcoding-status h2{margin:0 0 8px;font-size:17px;line-height:1.3}.hardcoding-status p:not(.hardcoding-kicker){margin:0;color:#c1c8d2;font-size:13px;line-height:1.55}.hardcoding-status .hardcoding-status__meta{margin-top:8px;color:var(--muted);font-size:12px}.hardcoding-status.is-success{border-color:#315f49;background:#57d38c17}.hardcoding-status.is-success .hardcoding-status__mark{color:var(--ok)}.hardcoding-status.is-pending{border-color:#5b451e;background:#ffb23e14}.hardcoding-status.is-pending .hardcoding-status__mark{color:var(--accent)}.hardcoding-status.is-review{border-color:#3d526e;background:#6fa3de17}.hardcoding-status.is-review .hardcoding-status__mark{color:#8fc1fa}.hardcoding-status.is-refunded{border-color:#62404a;background:#ff6b6b12}.hardcoding-status.is-refunded .hardcoding-status__mark{color:#ff9a9a}.hardcoding-status-actions{display:grid;gap:10px;margin:0 0 18px;padding:0 0 18px;border-bottom:1px solid var(--border)}.hardcoding-status-actions .hardcoding-primary,.hardcoding-status-actions .hardcoding-check-payment{margin-top:0;width:100%}.hardcoding-status-actions .hardcoding-payment-fallback{margin-top:0}.hardcoding-section{padding:34px 0;border-top:1px solid var(--border)}.hardcoding-section h2{max-width:650px;margin:0;font-size:clamp(21px,6vw,30px);line-height:1.2;letter-spacing:-.025em}.hardcoding-section__lead{max-width:610px;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.hardcoding-checks{display:grid;gap:12px;margin:20px 0 0;list-style:none}.hardcoding-checks li{position:relative;padding:0 0 0 29px;color:#d8dde5;font-size:14px;line-height:1.55}.hardcoding-checks li:before{position:absolute;top:1px;left:0;display:grid;place-items:center;width:20px;height:20px;border:1px solid #61491f;border-radius:6px;color:var(--accent);content:"✓";font-size:11px;font-weight:800}.hardcoding-usecases,.hardcoding-timeline{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px}.hardcoding-usecases article,.hardcoding-timeline article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;min-width:0;padding:15px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.hardcoding-usecases article>span,.hardcoding-timeline article>span{padding-top:2px;color:var(--accent);font-family:Unbounded,sans-serif;font-size:11px;font-weight:800}.hardcoding-usecases h3,.hardcoding-timeline h3{margin:0 0 6px;color:var(--text);font-size:14px;font-weight:700;line-height:1.35}.hardcoding-usecases p,.hardcoding-timeline p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.55}.hardcoding-timeline p b{color:#d9dee6}.hardcoding-format-note{margin:14px 0 0;padding-left:14px;border-left:2px solid var(--accent);color:#b9c1cd;font-size:13px;line-height:1.6}.hardcoding-proof figure{max-width:430px;margin:20px auto 0;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.hardcoding-proof img{display:block;width:100%;height:auto}.hardcoding-proof figcaption{padding:12px 14px;color:var(--muted);font-size:12px;line-height:1.45}.hardcoding-proof figcaption strong{color:var(--text)}.hardcoding-offer{margin-top:4px;padding:22px 18px;border:1px solid #604719;border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(255,178,62,.13),transparent 34%),var(--surface)}.hardcoding-offer .hardcoding-kicker{font-size:12px}.hardcoding-offer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.hardcoding-offer__head h2{margin:0;font-size:clamp(28px,9vw,42px);line-height:1;letter-spacing:-.04em}.hardcoding-offer__head>span{color:#c1c7d0;font-size:12px;line-height:1.55;text-align:right}.hardcoding-price-parts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}.hardcoding-price-parts>div{min-width:0;padding:12px;border:1px solid var(--border);border-radius:12px;background:#0e111685}.hardcoding-price-parts span,.hardcoding-price-parts strong{display:block}.hardcoding-price-parts span{min-height:34px;color:var(--muted);font-size:12px;line-height:1.35}.hardcoding-price-parts strong{margin-top:4px;color:var(--text);font-family:Unbounded,sans-serif;font-size:clamp(15px,5vw,20px);line-height:1.2}.hardcoding-offer__explain{margin:14px 0 0;color:#c7cdd6;font-size:12.5px;line-height:1.55}.hardcoding-installments{margin:10px 0 0;padding:11px 12px;border-left:2px solid var(--accent);background:#ffb23e12;color:#b9c1cc;font-size:12.5px;line-height:1.5}.hardcoding-status-inline{margin-top:14px;padding:11px 12px;border:1px solid #62404a;border-radius:10px;background:#ff6b6b12;color:#ffb0b0;font-size:12.5px;line-height:1.45}.hardcoding-status-inline--top{margin:0 0 18px;border-color:#76502c;background:#ffb23e17;color:#ffd28e}.hardcoding-primary{min-height:52px;margin-top:18px;border-radius:13px;font-size:15px;font-weight:800}.hardcoding-payment-fallback,.hardcoding-error,.hardcoding-payment-trust{margin:11px 0 0;font-size:12px;line-height:1.5}.hardcoding-payment-fallback{color:#c5ccd6}.hardcoding-payment-fallback a{color:var(--accent);font-weight:700}.hardcoding-check-payment{min-height:44px;margin-top:10px}.hardcoding-error{color:var(--danger)}.hardcoding-payment-trust{color:var(--muted)}html[data-theme=light] .viewport-assist,html[data-theme=light] .orion-entry,html[data-theme=light] .transcriber-card,html[data-theme=light] .transcriber-topup,html[data-theme=light] .club-practice,html[data-theme=light] .hardcoding-offer{border-color:var(--accent-border);background:linear-gradient(145deg,var(--accent-surface) 0%,var(--surface) 64%)}html[data-theme=light] .dayline{border-color:var(--accent-border);background:linear-gradient(135deg,var(--accent-surface) 0%,var(--surface) 64%)}html[data-theme=light] .orion-entry__copy>p:not(.orion-entry__kicker),html[data-theme=light] .transcriber-card__lead,html[data-theme=light] .transcriber-card__features li,html[data-theme=light] .hardcoding-nav__brand,html[data-theme=light] .hardcoding-hero__lead,html[data-theme=light] .hardcoding-meta span,html[data-theme=light] .hardcoding-status p:not(.hardcoding-kicker),html[data-theme=light] .hardcoding-checks li,html[data-theme=light] .hardcoding-timeline p b,html[data-theme=light] .hardcoding-format-note,html[data-theme=light] .hardcoding-offer__head>span,html[data-theme=light] .hardcoding-offer__explain,html[data-theme=light] .hardcoding-installments,html[data-theme=light] .hardcoding-payment-fallback,html[data-theme=light] .selfcheck-option.is-muted,html[data-theme=light] .selfcheck-option-marker{color:var(--text-soft)}html[data-theme=light] .hardcoding-meta span,html[data-theme=light] .hardcoding-price-parts>div{background:color-mix(in srgb,var(--surface) 88%,var(--accent) 12%)}html[data-theme=light] .selfcheck-option:hover,html[data-theme=light] .selfcheck-card:hover{background:var(--surface-hover);border-color:var(--border-strong)}html[data-theme=light] .selfcheck-option-marker{border-color:var(--border-strong)}html[data-theme=light] .selfcheck-option.is-correct{border-color:var(--success-border)}html[data-theme=light] .selfcheck-option.is-correct .selfcheck-option-marker{color:var(--success-ink)}html[data-theme=light] .selfcheck-option.is-wrong{border-color:var(--danger-border)}html[data-theme=light] .selfcheck-option.is-wrong .selfcheck-option-marker{color:var(--danger-ink)}html[data-theme=light] .bugfab,html[data-theme=light] .contestfab{box-shadow:0 4px 16px #40301c29}.mentor-autopilot{position:relative;overflow:hidden;padding:18px;border:1px solid var(--accent-border);border-radius:var(--radius);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 42%),var(--surface);box-shadow:var(--shadow-card)}.mentor-autopilot__head{display:flex;align-items:center;gap:12px}.mentor-autopilot__head h2{margin:1px 0 0;font-size:19px;line-height:1.2}.mentor-autopilot__icon{display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-surface);font-size:24px}.mentor-autopilot__kicker{margin:0;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em}.mentor-autopilot__action{margin:15px 0 12px;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:color-mix(in srgb,var(--surface-2) 86%,transparent)}.mentor-autopilot__action h3{margin:0 0 5px;font-size:15px}.mentor-autopilot__action p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.mentor-autopilot__facts{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.mentor-autopilot__facts span{padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text-soft);font-size:11px;font-weight:650}.mentor-autopilot__button{min-height:46px}.mentor-autopilot__error{margin:9px 0 0;color:var(--danger);font-size:12px}.mentor-frequency{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.mentor-frequency .btn{min-height:42px;padding:7px 8px;white-space:normal;line-height:1.15}@media(max-width:390px){.mentor-frequency{grid-template-columns:1fr}.mentor-autopilot{padding:16px}}.growth-companion{overflow:hidden;padding:0;border:1px solid var(--accent-border);border-radius:22px;background:radial-gradient(circle at 92% 2%,color-mix(in srgb,var(--accent) 17%,transparent),transparent 31%),var(--surface);box-shadow:var(--shadow-card)}.growth-companion--loading{padding:18px;color:var(--muted)}.growth-head{display:flex;gap:14px;padding:20px;border-bottom:1px solid var(--border)}.growth-head h2{margin:2px 0 6px;font-size:21px;line-height:1.18}.growth-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.growth-head .growth-kicker{color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.12em}.growth-symbol{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border:1px solid var(--accent-border);border-radius:16px;background:var(--accent-surface);color:var(--accent);font-size:18px;font-weight:900}.growth-block{padding:18px 20px 20px}.growth-block+.growth-block{border-top:1px solid var(--border)}.growth-block__title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.growth-block__title h3{margin:0;font-size:17px}.growth-form label,.growth-checkin label{display:grid;gap:6px;color:var(--text-soft);font-size:12px;font-weight:700}.growth-form input,.growth-form textarea,.growth-checkin input,.growth-checkin textarea{width:100%}.growth-goal{display:grid;gap:5px;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.growth-goal b{font-size:15px}.growth-goal span{color:var(--muted);font-size:13px;line-height:1.45}.growth-progress{overflow:hidden;height:8px;border-radius:999px;background:var(--surface-2)}.growth-progress i{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .25s ease}.growth-checkin{display:grid;gap:10px;padding:14px;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-surface)}.growth-checkin h4{margin:0;font-size:14px}.growth-history{padding:11px 13px;border:1px solid var(--border);border-radius:13px}.growth-history summary{cursor:pointer;color:var(--text-soft);font-size:13px;font-weight:700}.growth-history article{display:grid;gap:4px;padding-top:11px}.growth-history article+article{margin-top:10px;border-top:1px solid var(--border)}.growth-history p{margin:0;font-size:13px}.growth-history span{color:var(--muted);font-size:12px}.growth-danger-row,.growth-action-row{display:flex;flex-wrap:wrap;gap:8px}.growth-danger-row .btn,.growth-action-row .btn{width:auto}.growth-note{margin:-4px 0 13px;color:var(--muted);font-size:12px;line-height:1.45}.buddy-profile,.buddy-card{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--border);border-radius:15px;background:var(--surface-2)}.buddy-profile{justify-content:space-between}.buddy-profile>div,.buddy-card>div{display:grid;flex:1;min-width:0;gap:4px}.buddy-profile span,.buddy-card span,.buddy-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.buddy-card h4{margin:0;font-size:15px}.buddy-card small{color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.1em}.buddy-card .btn{flex:0 0 auto;width:auto}.buddy-card--active{border-color:var(--accent-border);background:var(--accent-surface)}.buddy-list{display:grid;gap:9px;margin-top:10px}.buddy-avatar{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:12px;background:var(--surface);font-size:18px}.growth-empty{margin:8px 0;padding:13px;border:1px dashed var(--border);border-radius:13px;color:var(--muted);font-size:12px;line-height:1.45}.growth-disable{margin-top:13px;padding:4px 0;border:0;background:none;color:var(--muted);font:inherit;font-size:12px;text-decoration:underline;cursor:pointer}.growth-error{margin:12px 20px 18px;color:var(--danger);font-size:12px}@media(max-width:390px){.growth-head,.growth-block{padding-right:15px;padding-left:15px}.buddy-profile,.buddy-card{align-items:flex-start;flex-wrap:wrap}.buddy-card .btn{min-height:42px}}@media(min-width:560px){.hardcoding-page{padding-right:max(24px,var(--tg-safe-right, env(safe-area-inset-right, 0px)));padding-left:max(24px,var(--tg-safe-left, env(safe-area-inset-left, 0px)))}.hardcoding-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.hardcoding-meta span{align-items:flex-start;flex-direction:column;justify-content:flex-start}.hardcoding-usecases{grid-template-columns:repeat(2,minmax(0,1fr))}.hardcoding-offer{padding:28px}}@media(max-width:350px){.hardcoding-nav__brand{font-size:9px}.hardcoding-nav__brand i{flex-basis:30px;width:30px;height:30px}.hardcoding-hero h1{font-size:27px}.hardcoding-offer{padding:18px 14px}.hardcoding-offer__head{display:block}.hardcoding-offer__head>span{display:block;margin-top:10px;text-align:left}.hardcoding-price-parts span{min-height:42px}}.project-hub{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.project-hub--loading{padding:18px;color:var(--muted)}.project-head{display:flex;gap:13px;align-items:flex-start;padding:19px 20px 17px;border-bottom:1px solid var(--border)}.project-head h2{margin:2px 0 6px;font-size:21px;line-height:1.18}.project-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.project-head .project-kicker{color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.12em}.project-symbol{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border:1px solid var(--accent-border);border-radius:13px;background:var(--accent-surface);color:var(--accent);font-size:18px;font-weight:900}.project-form,.project-empty,.project-focus{display:grid;gap:13px;padding:18px 20px 20px}.project-form h3,.project-focus h3{margin:0}.project-form label,.project-log-form label{display:grid;gap:6px;color:var(--text-soft);font-size:12px;font-weight:700}.project-form input,.project-form textarea,.project-form select,.project-log-form input,.project-log-form textarea,.project-log-form select{width:100%}.project-form__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px}.project-actions{display:flex;flex-wrap:wrap;gap:8px}.project-actions .btn{width:auto}.project-empty b{font-size:17px}.project-empty p{margin:-5px 0 1px;color:var(--muted);font-size:13px;line-height:1.45}.project-empty .btn{width:auto;justify-self:start}.project-focus__top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.project-focus__top h3{margin-top:8px;font-size:20px;line-height:1.2}.project-status{display:inline-flex;padding:4px 8px;border:1px solid var(--accent-border);border-radius:999px;background:var(--accent-surface);color:var(--accent);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.project-status--launched{border-color:color-mix(in srgb,var(--success) 45%,transparent);background:color-mix(in srgb,var(--success) 10%,transparent);color:var(--success)}.project-status--paused{border-color:var(--border);background:var(--surface-2);color:var(--muted)}.project-edit{padding:5px 0;border:0;background:none;color:var(--accent);font:inherit;font-size:12px;font-weight:750;cursor:pointer}.project-outcome{display:grid;gap:4px;margin:0;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);font-size:14px;line-height:1.45}.project-outcome small,.project-signal-grid small{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.1em}.project-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.project-signal-grid>div{display:grid;gap:5px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:13px}.project-signal-grid b{overflow-wrap:anywhere;font-size:13px;line-height:1.4}.project-signal-grid .has-blocker{border-color:color-mix(in srgb,var(--danger) 40%,var(--border))}.project-link{color:var(--accent);font-size:13px;font-weight:700}.project-log-form{display:grid;gap:10px;padding:14px;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-surface)}.project-history{padding:11px 13px;border:1px solid var(--border);border-radius:13px}.project-history summary{cursor:pointer;color:var(--text-soft);font-size:13px;font-weight:700}.project-history article{display:grid;gap:4px;padding-top:11px;font-size:12px}.project-history article+article{margin-top:10px;border-top:1px solid var(--border)}.project-history time,.project-history span{color:var(--muted)}.project-list{display:grid;gap:7px;padding:15px 20px 19px;border-top:1px solid var(--border)}.project-list__head{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px}.project-list__head button{padding:4px 0;border:0;background:none;color:var(--accent);font:inherit;font-weight:750;cursor:pointer}.project-list>button{display:flex;justify-content:space-between;gap:10px;align-items:center;min-height:44px;padding:9px 11px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);text-align:left;cursor:pointer}.project-list>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.project-list>button small{flex:0 0 auto;color:var(--muted)}.project-list>button.is-focus{border-color:var(--accent-border);background:var(--accent-surface);cursor:default}.project-error{margin:0;padding:0 20px 18px;color:var(--danger);font-size:12px}@media(max-width:420px){.project-head,.project-form,.project-empty,.project-focus,.project-list{padding-right:15px;padding-left:15px}.project-form__grid,.project-signal-grid{grid-template-columns:1fr}.project-actions .btn{flex:1 1 130px}}
