:root{--primary: #0d2b5e;--primary-medium: #1a56db;--primary-light: #e8effc;--secondary: #2e8b57;--secondary-dark: #1e6b3f;--secondary-light: #e6f9ee;--green-gradient: linear-gradient(135deg, #2e8b57 0%, #3ba06a 100%);--white: #ffffff;--bg: #dde3ed;--bg-card: #eef1f7;--text: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--border: #e5e7eb;--error: #ef4444;--error-light: #fee2e2;--warning: #f59e0b;--warning-light: #fef3c7;--success: #10b981;--success-light: #d1fae5;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 16px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100%}#root{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg);position:relative;overflow-x:hidden}@media(min-width:481px){body{background:#c5ccd9}#root{box-shadow:0 0 40px #00000026}}input,select,textarea,button{font-family:inherit}input:focus,select:focus{outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}
