:root{--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#f1f5f9;--muted:#cbd5e1;--primary:#2563eb;--primary-hover:#1d4ed8;--success:#16a34a;--danger:#dc2626;--warning:#d97706;--glass:rgba(255,255,255,0.13);--glass-strong:rgba(255,255,255,0.20);--glass-border:rgba(255,255,255,0.22);--glass-blur:blur(18px) saturate(160%)}*{box-sizing:border-box}html{background:#7998bb}body{margin:0;padding:0;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:100vh;background-color:#7998bb;background-image:linear-gradient(160deg,rgba(8,16,31,.15),rgba(8,16,31,.35)),url(/air\ congo.jpg),url(/bg.svg);background-size:cover;background-position:50%;background-attachment:fixed;background-repeat:no-repeat}@media (max-width:768px){body,html{background-attachment:scroll;background-position:top;background-size:cover}}@keyframes spin{to{transform:rotate(1turn)}}button{cursor:pointer;font:inherit}button:disabled{opacity:.55;cursor:default}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit}input::placeholder,textarea::placeholder{color:rgba(203,213,225,.6)}select option{background:#0f172a;color:#f1f5f9}