:root{--navy: #1B3A5C;--navy-dark: #0F2640;--teal: #0D9488;--teal-dark: #0F766E;--teal-light: #CCFBF1;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--radius: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 8px 40px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gray-50);color:var(--gray-900);min-height:100vh;-webkit-font-smoothing:antialiased}::selection{background:#0d948826}input,select,button{font-family:inherit}input:focus,select:focus{outline:none;border-color:var(--teal)!important;box-shadow:0 0 0 3px #0d94881f}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-in{animation:fadeIn .5s ease both}.animate-in-1{animation:fadeIn .5s ease .05s both}.animate-in-2{animation:fadeIn .5s ease .1s both}.animate-in-3{animation:fadeIn .5s ease .15s both}.animate-in-4{animation:fadeIn .5s ease .2s both}.container{max-width:1180px;margin:0 auto;padding:0 24px}@media(max-width:640px){.container{padding:0 16px}}
