:root{--primary-color: #10B981;--primary-light: #34D399;--primary-dark: #064E3B;--secondary-color: #161B22;--accent-color: #F97316;--text-main: #F9FAFB;--text-secondary: #9CA3AF;--text-muted: #6B7280;--text-white: #FFFFFF;--bg-app: #0B0E14;--bg-surface: #161B22;--glass-bg: rgba(22, 27, 34, .85);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .6);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .7);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-full: 9999px;--font-family: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);background:#000;color:var(--text-main);min-height:100vh;display:flex;justify-content:center}#root{width:100%;max-width:480px;min-height:100vh;background-color:var(--bg-app);position:relative;box-shadow:0 0 60px #000c;padding-bottom:110px;margin:0 auto}@media(min-width:1024px){#root{max-width:1200px}}::-webkit-scrollbar{width:0px;background:transparent}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}
