:root{color-scheme:light;--sidebar-bg:#ffffff;--sidebar-active-bg:#f0f7ff;--sidebar-active-text:#0284c7;--sidebar-text:#4a5568;--navbar-bg:#2d394b;--body-bg:#f4f6f9;--card-bg:#ffffff;--text-primary:#243238;--text-secondary:#64748b;--border-color:#d1d9e0;--accent:#0284c7}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:64px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--body-bg);line-height:1.5}body,input,select,textarea{color:var(--text-primary);font-size:14px}input,select,textarea{-webkit-text-fill-color:var(--text-primary);background-color:#ffffff;border:1px solid var(--border-color);border-radius:6px;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(2,132,199,.12)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c4cdd6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-scroll::-webkit-scrollbar{height:8px}.table-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 0 10px 10px}.table-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.table-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}