@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800;900&display=swap";:root{--bg-dark: #0f172a;--bg-card: #1e293b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-primary: #ec4899;--accent-secondary: #8b5cf6;--accent-glow: rgba(236, 72, 153, .4);--danger: #ef4444;--success: #10b981;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-full: 9999px;--shadow-card: 0 10px 25px -5px rgba(0, 0, 0, .3), 0 8px 10px -6px rgba(0, 0, 0, .2);--shadow-glow: 0 0 15px var(--accent-glow);--font-main: "Outfit", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-primary);width:100vw;height:100dvh;overflow:hidden}#root{width:100%;height:100%;display:flex;flex-direction:column}h1,h2,h3,h4{font-weight:800;line-height:1.2}h1{font-size:2.5rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem}.app-container{max-width:500px;margin:0 auto;width:100%;height:100%;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;position:relative;overflow-y:auto}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
