@tailwind base;@tailwind components;@tailwind utilities;:root{--navy: #04111f;--cyan: #00d4ff}*{box-sizing:border-box;margin:0;padding:0}body{background:#030d16;color:#e8f4f8;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00d4ff4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00d4ff8c}select option{background-color:var(--dd-bg, #ffffff);color:var(--dd-fg, #1a2e3e)}
