@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--color-primary:#7a51ec;--color-primary-light:#9d7ef1;--color-primary-dark:#4d18dc;--color-primary-glow:#7a51ec40;--color-accent:#26d99d;--color-accent-glow:#26d99d33;--color-gold:#f9b81f;--color-gold-glow:#f9b81f33;--color-success:#31c46e;--color-error:#dd3c3c;--color-warning:#f4a825;--bg-root:#0a0a0a;--bg-surface:#121212;--bg-elevated:#1a1a1a;--bg-hover:#212121;--bg-glass:#141414b3;--border-subtle:#ffffff0f;--border-medium:#ffffff1a;--text-primary:#ededed;--text-secondary:#8c8c8c;--text-muted:#595959;--text-inverse:#0a0a0a;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"JetBrains Mono","SF Mono",monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3rem;--text-5xl:4rem;--leading-tight:1.15;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.04em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow-primary:0 0 24px var(--color-primary-glow);--shadow-glow-accent:0 0 24px var(--color-accent-glow);--ease:cubic-bezier(.16,1,.3,1);--duration-fast:.12s;--duration-normal:.2s;--duration-slow:.4s;--max-width:480px;--header-height:56px;--bottom-nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px}body{font-family:var(--font-sans);background:var(--bg-root);color:var(--text-primary);line-height:var(--leading-normal);font-size:var(--text-base);min-height:100dvh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto}.container--wide{max-width:960px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}::selection{background:var(--color-primary);color:#fff}@media (max-width:640px){:root{--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem}}.inline-code{font-family:var(--font-mono);color:#7de8e8;background:#ffffff14;border-radius:4px;padding:.15em .4em;font-size:.85em}
.AppBanner-module__naWnhG__banner{z-index:9999;padding:var(--space-4)var(--space-5);background:var(--bg-elevated);border-top:1px solid var(--border-medium);animation:.35s cubic-bezier(.16,1,.3,1) AppBanner-module__naWnhG__bannerSlideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #00000080}@keyframes AppBanner-module__naWnhG__bannerSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.AppBanner-module__naWnhG__content{align-items:center;gap:var(--space-3);max-width:480px;margin:0 auto;display:flex}.AppBanner-module__naWnhG__iconWrap{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.AppBanner-module__naWnhG__text{flex:1;min-width:0}.AppBanner-module__naWnhG__title{font-size:var(--text-base);color:var(--text-primary);font-weight:700;line-height:1.2}.AppBanner-module__naWnhG__subtitle{font-size:var(--text-xs);color:var(--text-secondary);margin-top:2px}.AppBanner-module__naWnhG__openBtn{padding:var(--space-2)var(--space-5);background:var(--color-primary);color:#fff;font-size:var(--text-sm);border-radius:var(--radius-full);cursor:pointer;border:none;flex-shrink:0;font-weight:700;transition:all .15s}.AppBanner-module__naWnhG__openBtn:active{opacity:.9;transform:scale(.95)}.AppBanner-module__naWnhG__close{top:var(--space-2);right:var(--space-3);color:var(--text-muted);cursor:pointer;padding:var(--space-1);background:0 0;border:none;font-size:14px;line-height:1;position:absolute}@media (min-width:768px){.AppBanner-module__naWnhG__banner{display:none}}
