@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@600;700&display=swap";:root{--primary: #0A1428;--secondary: #D4AF37;--bg-color: #F8FAFC;--border-color: #E2E8F0;--text-dark: #1E293B;--accent: #2563EB}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:Inter,-apple-system,sans-serif;background-color:#f8fafc;color:#1e293b}h1,h2,h3,h4{font-family:Outfit,sans-serif;color:#0a1428}.card{background:#fff;border-radius:12px;padding:1rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.btn{padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}.btn-primary{background:#0a1428;color:#fff}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.w-full{width:100%}
