@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--font-display:"Inter",sans-serif;--bg:#0a0f1a;--surface:#111827;--surface2:#1a2235;--border:hsla(0,0%,100%,.06);--border2:hsla(0,0%,100%,.1);--text:#e2e8f0;--muted:#64748b;--accent:#f4a261;--accent2:#e76f51;--green:#34d399;--red:#f87171;--blue:#60a5fa}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-size:15px;line-height:1.6}body,input,select,textarea{font-family:var(--font-display)}input,select,textarea{font-size:14px}select option{background:#111827;color:#e2e8f0}