@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--brand:#1a2d5a;--brand-hover:#152348;--brand-light:#e8edf5;--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#1e293b;--color-muted:#64748b;--color-success:#16a34a;--color-warning:#d97706;--color-danger:#dc2626;--radius-sm:6px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #1a2d5a1a;--transition:.15s ease}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);color:var(--color-text);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0}a{color:inherit}button{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.anim-fade-up{animation:.45s cubic-bezier(.22,1,.36,1) both fadeUp}.anim-fade-in{animation:.3s both fadeIn}.anim-scale-in{animation:.4s cubic-bezier(.22,1,.36,1) both scaleIn}.anim-delay-1{animation-delay:80ms}.anim-delay-2{animation-delay:.16s}.anim-delay-3{animation-delay:.24s}.anim-delay-4{animation-delay:.32s}.anim-delay-5{animation-delay:.4s}.btn-press:active{transform:scale(.98)}.app-nav-links,.app-nav-user{display:flex}.app-nav-burger{display:none!important}@media (width<=640px){.app-nav-links,.app-nav-user{display:none!important}.app-nav-burger{display:flex!important}}@keyframes app-spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--color-border);border-top-color:var(--brand);border-radius:50%;flex-shrink:0;width:2.25rem;height:2.25rem;animation:.7s linear infinite app-spin}.spinner--sm{border-width:2px;width:1.125rem;height:1.125rem}.spinner--on-dark{border-color:#fff #ffffff59 #ffffff59}.full-page-loader{background:var(--color-bg);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}
