@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color: #0d1117;--surface-color: #161b22;--accent-color: #b4ff39;--accent-glow: rgba(180, 255, 57, .4);--text-primary: #ffffff;--text-secondary: #8b949e;--border-color: #30363d;--toggle-bg: #21262d;--font-family: "Inter", sans-serif;--border-radius-xl: 32px;--border-radius-lg: 24px;--border-radius-md: 16px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);display:flex;justify-content:center;min-height:100vh;-webkit-font-smoothing:antialiased}#root{width:100%;display:flex;justify-content:center}.app-container{width:100%;max-width:430px;min-height:100vh;background-color:var(--bg-color);padding:24px 20px;display:flex;flex-direction:column;gap:24px;position:relative;overflow-y:auto;overflow-x:hidden}.app-container::-webkit-scrollbar{display:none}.app-container{-ms-overflow-style:none;scrollbar-width:none}button{cursor:pointer;outline:none;border:none;font-family:inherit}
