:root{--navy:#0a1628;--navy-light:#0f1f3d;--blue:#2563eb;--blue-light:#3b82f6;--green:#10b981;--yellow:#f59e0b;--red:#ef4444;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-800:#1e293b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--navy);color:var(--white);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:var(--blue-light);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy-light)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:3px}
