:root{--navy: #1F4E79;--navy-dark: #163a5a;--navy-light: #2a6fa8;--gold: #C9A84C;--gold-light: #e8c97a;--white: #ffffff;--gray-50: #F9FAFB;--gray-100: #F2F2F2;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--green: #2E7D32;--green-light: #E8F5E9;--blue: #1565C0;--blue-light: #E3F2FD;--red: #C62828;--red-light: #FFEBEE;--orange: #E65100;--orange-light: #FFF3E0;--font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);font-size:14px;color:var(--gray-800);background:var(--gray-100);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:24px;font-weight:700}h2{font-size:20px;font-weight:600}h3{font-size:16px;font-weight:600}h4{font-size:14px;font-weight:600}button{font-family:var(--font-family);cursor:pointer}input,select,textarea{font-family:var(--font-family);font-size:14px}.text-sm{font-size:12px}.text-muted{color:var(--gray-500)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.gap-2{gap:8px}.gap-4{gap:16px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--navy);border-radius:50%;animation:spin .8s linear infinite}
