*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0B1E3D;--navy-light: #152D5A;--teal: #00C2CB;--teal-dark: #009AA2;--sky: #0EA5E9;--amber: #F59E0B;--red: #EF4444;--green: #10B981;--purple: #7C3AED;--gray-25: #FCFCFD;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-400: #94A3B8;--gray-600: #475569;--gray-800: #1E293B;--gray-900: #0F172A;--shadow-sm: 0 1px 8px rgba(11,30,61,.07);--shadow: 0 4px 24px rgba(11,30,61,.1);--shadow-lg: 0 8px 40px rgba(11,30,61,.16);--radius: 12px;--radius-sm: 8px}html{font-size:15px}body{font-family:Outfit,Sora,DM Sans,system-ui,sans-serif;background:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.mono{font-family:JetBrains Mono,DM Mono,monospace}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .3s ease both}.page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.page-loading .spinner{width:36px;height:36px;border-width:3px}
