@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";:root{--color-primary: #4A90D9;--color-success: #5BB974;--color-warning: #F5A623;--color-bg: #0d1117;--color-text: #ffffff;--font-body: "Inter", sans-serif;--radius: 16px;--shadow: 0 4px 24px rgba(0, 0, 0, .08)}body{margin:0;padding:0;background:linear-gradient(to bottom,#0d1117,#1a2744);color:var(--color-text);font-family:var(--font-body)}#root{min-height:100vh}@keyframes ripple-expand{0%{width:20px;height:20px;opacity:1}to{width:60px;height:60px;opacity:0}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#1a2744,#0d1117);min-height:100vh;color:#fff;margin:0}#root{max-width:430px;margin:0 auto;min-height:100vh;position:relative}
