@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--primary-orange: #FFC107;--primary-orange-hover: #FFB300;--accent-orange: #FFD54F;--dark-brown: #2C1810;--medium-brown: #4A2C1A;--light-orange: #FFECB3;--cream: #FFF5E6;--glass: rgba(255, 193, 7, .08);--glass-border: rgba(255, 193, 7, .25);--text-main: #1e293b;--text-muted: #64748b;--error: #ef4444;--success: #10b981;--warning: #f59e0b;--background: #f8fafc;--white: #ffffff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:15px}@media(max-width:1024px){html{font-size:13px}}@media(max-width:768px){html{font-size:16px}}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background);color:var(--text-main);overflow-x:hidden}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mobile-only{display:none!important}@media(max-width:768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.login-glass-card,.welcome-card{padding:1.5rem!important;margin:1rem;border-radius:16px}.welcome-header h1{font-size:1.5rem!important}.features-grid{grid-template-columns:1fr!important;gap:1rem}.welcome-nav{flex-direction:column;gap:1rem;padding:1rem!important}}.min-vh-100{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.spinner{font-size:1.2rem;color:var(--primary-orange)}@keyframes glow-pulse{0%{box-shadow:0 0 5px #ef444466}to{box-shadow:0 0 15px #ef444499}}.glow-error{animation:glow-pulse 1.5s infinite alternate}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:600px){.hide-on-mobile{display:none!important}}body{background-color:#f8fafc}#root{width:100%}
