@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#050d1e;--bg-secondary:#071429;--bg-card:#0d1726;--bg-surface:#0a0a0a;--cyan:#00d4ff;--green:#0f8;--hold:#f5a623;--sell:#f44;--purple:#a78bfa;--pink:#f472b6;--amber:#fbbf24;--t1:#fff;--t2:#ffffffbf;--t3:#ffffff6b;--border:#ffffff12;--border-cyan:#00d4ff33}html,body,#root{background:var(--bg-primary);height:100%;color:var(--t1);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}#root{flex-direction:column;align-items:center;display:flex}.app-shell{background:var(--bg-primary);width:100%;max-width:430px;min-height:100vh;position:relative;overflow-x:hidden}.desktop-notice{display:none}@media (width>=600px){body{background:#030810}.desktop-notice{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;padding:40px;display:flex}.app-shell{box-shadow:0 0 0 1px #ffffff14,0 24px 80px #0009}}::-webkit-scrollbar{display:none}*{scrollbar-width:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.5)}}
