@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f13;--surface:#1a1a22;--surface2:#22222e;--border:#2e2e3e;--text:#e8e8f0;--text-muted:#7a7a9a;--green:#22c55e;--green-dim:#15432e;--red:#ef4444;--red-dim:#4a1515;--yellow:#eab308;--yellow-dim:#4a3a08;--blue:#3b82f6;--blue-dim:#1a2d5a;--purple:#a855f7;--purple-dim:#3a1560;--radius:14px;--radius-sm:8px;--shadow:0 4px 24px #0006}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}#root{text-align:left;border:none;width:100%;min-height:100svh;margin:0;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.bottom-nav{display:none}.desktop-nav{display:flex}@media (width<=640px){.desktop-nav{display:none}.bottom-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);z-index:100;height:60px;padding-bottom:env(safe-area-inset-bottom);background:#1a1a22f7;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-bottom:4px;font-family:inherit;font-size:10px;font-weight:600;transition:color .2s;display:flex}.bottom-nav button.active{color:var(--blue)}.bottom-nav button.active svg{filter:drop-shadow(0 0 6px #3b82f699)}.main-content{padding-bottom:80px!important}.header-subtitle{display:none}}
