@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#f0f2f7;--card-bg:#fff;--text:#1a1f2e;--text-muted:#64748b;--text-dim:#94a3b8;--border:#e8ecf3;--border-light:#f1f5f9;--input-bg:#f0f2f7;--header-bg:#fff;--sidebar-bg:#fff;--sidebar-border:#e8ecf3;--sidebar-section:#94a3b8;--sidebar-text:#64748b;--sidebar-text-active:#0ea5e9;--sidebar-active-bg:#0ea5e914;--sidebar-logo-text:#1a1f2e;--sidebar-user-bg:#f0f2f7;--sidebar-user-text:#374151;--sidebar-user-sub:#94a3b8;--sidebar-logout-bg:#f0f2f7;--sidebar-logout-text:#64748b;--sidebar-logout-hover:#e2e8f0}[data-theme=dark]{--bg:#0f1117;--card-bg:#1a1f2e;--text:#e2e8f0;--text-muted:#8896ab;--text-dim:#4a5568;--border:#2d3748;--border-light:#2d3748;--input-bg:#141824;--header-bg:#141824;--sidebar-bg:#0d1117;--sidebar-border:#ffffff0f;--sidebar-section:#4a5568;--sidebar-text:#8896ab;--sidebar-text-active:#fff;--sidebar-active-bg:#0ea5e926;--sidebar-logo-text:#fff;--sidebar-user-bg:#ffffff0d;--sidebar-user-text:#e2e8f0;--sidebar-user-sub:#4a5568;--sidebar-logout-bg:#ffffff0d;--sidebar-logout-text:#8896ab;--sidebar-logout-hover:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;transition:background .2s,color .2s}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c8d0df;border-radius:3px}.required-placeholder::placeholder{color:#10b981a6;font-style:italic}
