@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d1f2d;--sidebar:#122333;--surface:#1a2f42;--border:#1e3a50;--accent:#3b82f6;--accent2:#06b6d4;--text:#e2e8f0;--text-muted:#7a9ab5;--green:#10b981;--red:#ef4444;--yellow:#f59e0b}body{-webkit-font-smoothing:antialiased;background:#0d1f2d;background:var(--bg);color:#e2e8f0;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d1f2d;background:var(--bg)}::-webkit-scrollbar-thumb{background:#1e3a50;background:var(--border);border-radius:3px}input,select,textarea{background:#1a2f42;background:var(--surface);border:1px solid #1e3a50;border:1px solid var(--border);border-radius:8px;color:#e2e8f0;color:var(--text);font-family:inherit;outline:none;padding:8px 12px;transition:border .2s}input:focus,select:focus{border-color:#3b82f6;border-color:var(--accent)}button{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:500;padding:8px 16px;transition:all .2s}
/*# sourceMappingURL=main.a2e4d188.css.map*/