:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0407;--surface:#160a10;--surface-elevated:#1f0f18;--border:#ffffff14;--text:#f5eef1;--text-muted:#b79aa6;--accent:#ff4d8d;--accent-strong:#c1124d;--radius-lg:20px;--radius-md:14px;--nav-height:64px;--tg-safe-area-top:0px;--tg-safe-area-bottom:0px}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit}.app-shell{min-height:100vh;padding:calc(16px + var(--tg-safe-area-top)) 16px calc(var(--nav-height) + 24px + var(--tg-safe-area-bottom))}.page{flex-direction:column;gap:16px;animation:.28s ease-out fade-in;display:flex}.greeting{margin:4px 0 0;font-size:22px;font-weight:700}.subtitle{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.stat-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px}.stat-card .value{font-size:24px;font-weight:700}.stat-card .label{color:var(--text-muted);margin-top:2px;font-size:12px}.cta-button{text-align:center;background:linear-gradient(135deg, var(--accent-strong), var(--accent));color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .15s,opacity .15s;display:flex}.cta-button:active{transform:scale(.98)}.cta-button:disabled{opacity:.75;cursor:default;transform:none}.cta-button.secondary{border:1px solid var(--border);color:var(--text);background:0 0}.text-input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);width:100%;color:var(--text);padding:12px 14px;font-size:15px}.text-input::placeholder{color:var(--text-muted)}.error-text{color:#ff6b6b;margin:0;font-size:13px;animation:.2s ease-out fade-in}.bottom-nav{height:calc(var(--nav-height) + var(--tg-safe-area-bottom));padding-bottom:var(--tg-safe-area-bottom);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:10;background:#0f070beb;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:11px;text-decoration:none;transition:color .15s,transform .15s;display:flex}.bottom-nav a[data-active=true]{color:var(--accent)}.bottom-nav a:active{transform:scale(.92)}.bottom-nav .icon{font-size:20px;line-height:1}.coming-soon{text-align:center;color:var(--text-muted);padding:40px 16px}.coming-soon .hint{margin-top:12px;font-size:12px}.loading-screen{min-height:calc(100dvh - var(--nav-height) - 64px);flex-direction:column;justify-content:center;align-items:center;gap:18px;animation:.25s ease-out fade-in;display:flex}.loading-ring{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.loading-ring:before{content:"";background:conic-gradient(from 0deg, transparent 0deg, var(--accent) 140deg, var(--accent-strong) 220deg, transparent 320deg);-webkit-mask-composite:xor;border-radius:50%;padding:3px;animation:.9s linear infinite spin;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.loading-mark{letter-spacing:-.02em;background:linear-gradient(135deg, var(--accent-strong), var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:19px;font-weight:800;animation:1.6s ease-in-out infinite pulse-scale}.loading-label{color:var(--text-muted);margin:0;font-size:13px;animation:1.6s ease-in-out infinite pulse-opacity}.inline-spinner{vertical-align:-3px;border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}@keyframes pulse-opacity{0%,to{opacity:.55}50%{opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page,.loading-screen,.error-text,.loading-ring:before,.loading-mark,.loading-label,.inline-spinner{animation:none}}
