*{box-sizing:border-box;margin:0;padding:0}html,body,#root{-webkit-font-smoothing:antialiased;background-color:#0a0d14;width:100%;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root{--tg-color-scheme:light;--tg-theme-bg-color:#fff;--tg-theme-secondary-bg-color:#f4f4f5;--tg-theme-text-color:#0d0d0d;--tg-theme-hint-color:#707579;--tg-theme-link-color:#3390ec;--tg-theme-button-color:#3390ec;--tg-theme-button-text-color:#fff;--tg-theme-header-bg-color:#fff;--tg-theme-accent-color:#3390ec;--tg-theme-border-color:#00000014;--tg-theme-card-bg:#f8fafc;--tg-theme-star-gold:#ff9800;--tg-theme-star-glow:#ff980040;--tg-theme-success:#2fa84f;--tg-theme-danger:#e53935;--tg-theme-warning:#ff9800;--tg-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tg-radius-lg:16px;--tg-radius-md:12px;--tg-radius-sm:8px}[data-tg-theme=light]{--tg-color-scheme:light;--tg-theme-bg-color:#fff;--tg-theme-secondary-bg-color:#f4f4f5;--tg-theme-text-color:#0d0d0d;--tg-theme-hint-color:#707579;--tg-theme-link-color:#3390ec;--tg-theme-button-color:#3390ec;--tg-theme-button-text-color:#fff;--tg-theme-header-bg-color:#fff;--tg-theme-accent-color:#3390ec;--tg-theme-border-color:#00000014;--tg-theme-card-bg:#f8fafc;--tg-theme-star-gold:#ff9800;--tg-theme-star-glow:#ff980040}[data-tg-theme=dark]{--tg-color-scheme:dark;--tg-theme-bg-color:#17212b;--tg-theme-secondary-bg-color:#0e1621;--tg-theme-text-color:#f5f5f5;--tg-theme-hint-color:#7f91a4;--tg-theme-link-color:#64b5ef;--tg-theme-button-color:#5288c1;--tg-theme-button-text-color:#fff;--tg-theme-header-bg-color:#17212b;--tg-theme-accent-color:#50a2e9;--tg-theme-border-color:#ffffff14;--tg-theme-card-bg:#1e2c3a;--tg-theme-star-gold:#ffb703;--tg-theme-star-glow:#ffb7034d}[data-tg-theme=midnight]{--tg-color-scheme:dark;--tg-theme-bg-color:#0b0f19;--tg-theme-secondary-bg-color:#05070d;--tg-theme-text-color:#f8fafc;--tg-theme-hint-color:#64748b;--tg-theme-link-color:#38bdf8;--tg-theme-button-color:#0284c7;--tg-theme-button-text-color:#fff;--tg-theme-header-bg-color:#0b0f19;--tg-theme-accent-color:#38bdf8;--tg-theme-border-color:#ffffff1a;--tg-theme-card-bg:#151d30;--tg-theme-star-gold:#ffb703;--tg-theme-star-glow:#38bdf840}[data-tg-theme=solar]{--tg-color-scheme:dark;--tg-theme-bg-color:#1a1614;--tg-theme-secondary-bg-color:#120e0c;--tg-theme-text-color:#fce7f3;--tg-theme-hint-color:#a8a29e;--tg-theme-link-color:#fb923c;--tg-theme-button-color:#ea580c;--tg-theme-button-text-color:#fff;--tg-theme-header-bg-color:#1a1614;--tg-theme-accent-color:#f97316;--tg-theme-border-color:#ffffff14;--tg-theme-card-bg:#26201c;--tg-theme-star-gold:#ffb703;--tg-theme-star-glow:#fb923c40}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--tg-font-family);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);-webkit-font-smoothing:antialiased;line-height:1.5}.app-root{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);flex-direction:column;max-width:480px;margin:0 auto;transition:background-color .2s,color .2s;display:flex;position:fixed;inset:0}.tg-header{flex-shrink:0}.app-main-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:16px 16px 80px;overflow:hidden auto}.haptic-flash-bar{z-index:9999;height:3px;animation:.3s ease-out forwards flashFade;position:fixed;top:0;left:0;right:0}@keyframes flashFade{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{opacity:1}to{opacity:0}}.verified-badge{background-color:var(--tg-theme-accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;font-size:10px;display:inline-flex}.tg-btn-primary{background-color:var(--tg-theme-button-color);width:100%;color:var(--tg-theme-button-text-color);border-radius:var(--tg-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:16px;font-weight:600;transition:transform .15s,opacity .15s;display:flex;box-shadow:0 4px 14px #3390ec33}.tg-btn-primary:active{opacity:.9;transform:scale(.97)}.tg-btn-secondary{background-color:var(--tg-theme-secondary-bg-color);width:100%;color:var(--tg-theme-text-color);border:1px solid var(--tg-theme-border-color);border-radius:var(--tg-radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:15px;font-weight:500;transition:background-color .15s;display:flex}.tg-btn-secondary:active{background-color:var(--tg-theme-card-bg)}.tg-card{background-color:var(--tg-theme-card-bg);border:1px solid var(--tg-theme-border-color);border-radius:var(--tg-radius-lg);margin-bottom:16px;padding:16px;transition:border-color .2s,background-color .2s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#80808040;border-radius:4px}.app-loading-state{text-align:center;min-height:70vh;color:var(--tg-theme-hint-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.app-loading-state h2{color:var(--tg-theme-text-color);font-size:18px;font-weight:700}.app-spinner{border:3px solid var(--tg-theme-border-color);border-top-color:var(--tg-theme-accent-color);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-empty-state{text-align:center;color:var(--tg-theme-hint-color);padding:48px 24px;font-size:14px}.app-error-banner{border-radius:var(--tg-radius-md,10px);color:var(--tg-theme-destructive-color,#dc3545);background-color:#dc35451f;justify-content:space-between;align-items:center;gap:12px;margin:8px 12px 0;padding:10px 14px;font-size:13px;display:flex}.app-error-banner button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1}
