@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root[data-theme=dark]{--zaps-page-bg: radial-gradient(circle at top right, #1f2531, #0c0e14 45%, #06070b);--zaps-paper-bg: #10141c;--zaps-text: #e8ecf4;--zaps-muted: #bcc4d2;--zaps-header: #f0d98d;--zaps-navbar: #f3de99;--zaps-border: rgba(174, 184, 198, .18);--zaps-selected: linear-gradient(90deg, rgba(198, 206, 220, .2), rgba(115, 126, 145, .12));--zaps-table-head: rgba(34, 37, 46, .86);--zaps-table-head-text: #f4dfa0;--zaps-shadow-soft: 0 16px 40px rgba(0, 0, 0, .32);--zaps-shadow-xs: 0 1px 3px rgba(0, 0, 0, .28)}:root[data-theme=light]{--zaps-page-bg: linear-gradient(180deg, #f3f6fb 0%, #f6f8fd 100%);--zaps-paper-bg: #ffffff;--zaps-text: #0f172a;--zaps-muted: #64748b;--zaps-header: #0f172a;--zaps-navbar: #0f172a;--zaps-border: rgba(100, 116, 139, .16);--zaps-selected: rgba(49, 87, 200, .14);--zaps-table-head: #f8fafc;--zaps-table-head-text: #334155;--zaps-shadow-soft: 0 10px 26px rgba(15, 23, 42, .08);--zaps-shadow-xs: 0 1px 3px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{margin:0;background:var(--zaps-page-bg);color:var(--zaps-text);font-family:Inter,Plus Jakarta Sans,Segoe UI,Helvetica Neue,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:2px}.zaps-navbar-text{font-family:Inter,Plus Jakarta Sans,Segoe UI,sans-serif;letter-spacing:.01em;font-weight:600;color:var(--zaps-navbar)}.MuiTypography-h4,.MuiTypography-h5,.MuiTypography-h6{color:var(--zaps-header)}.zaps-logo-header{width:176px;max-width:100%;height:auto;display:block}.zaps-logo-login{width:290px;max-width:100%;height:auto;display:block;margin:0 auto}.zaps-logo-icon{width:32px;height:32px;border-radius:8px}.zaps-login-card{color:var(--zaps-text);border:1px solid var(--zaps-border);background:var(--zaps-paper-bg)!important;box-shadow:var(--zaps-shadow-soft)}.zaps-login-btn{font-weight:600!important}.MuiPaper-root{color:var(--zaps-text);background:var(--zaps-paper-bg);border:1px solid var(--zaps-border);box-shadow:var(--zaps-shadow-soft)}.MuiListItemButton-root.Mui-selected{background:var(--zaps-selected)!important}.MuiTableCell-root{border-color:var(--zaps-border)!important;color:var(--zaps-text)}.MuiTableHead-root .MuiTableCell-root{color:var(--zaps-table-head-text)!important;background:var(--zaps-table-head)!important;font-weight:600!important}:root[data-theme=light] .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n){background:#f8fafce0}:root[data-theme=light] .MuiTableBody-root .MuiTableRow-root:hover{background:#f1f5f9f5}:root[data-theme=dark] .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n){background:#171b2457}:root[data-theme=dark] .MuiTableBody-root .MuiTableRow-root:hover{background:#2c313d8f}.MuiButton-root{text-transform:none!important;font-weight:500!important;letter-spacing:0!important;border-radius:10px!important}.MuiButton-containedPrimary{background:#3157c8!important;color:#fff!important}:root[data-theme=dark] .MuiButton-containedPrimary{background:linear-gradient(100deg,#d8b46a,#b98b35)!important;color:#121722!important;box-shadow:0 8px 20px #b98b3559!important}.MuiButton-outlined{border-width:1px!important}.MuiInputBase-input,.MuiInputLabel-root,.MuiFormLabel-root,.MuiTypography-root,.MuiTableCell-root,.MuiButton-root{font-family:Inter,Plus Jakarta Sans,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-variant-numeric:tabular-nums}.MuiOutlinedInput-notchedOutline{border-color:var(--zaps-border)!important}:root[data-theme=dark] .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#d6bf7b8c!important}:root[data-theme=light] .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#64748b5c!important}:root[data-theme=dark] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#e9ce85d9!important}:root[data-theme=light] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3157c8!important}.zaps-search-result:hover{background:var(--zaps-selected)}.MuiSnackbar-root .zaps-notification-toast{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important}:root[data-theme=dark] .MuiSnackbar-root .MuiAlert-root,:root[data-theme=dark] .MuiSnackbar-root .zaps-notification-toast{background:#0d1629!important;color:#eef4ff!important;border:1px solid rgba(233,196,118,.62)!important}:root[data-theme=light] .MuiSnackbar-root .MuiAlert-root,:root[data-theme=light] .MuiSnackbar-root .zaps-notification-toast{background:#fff!important;color:#1e293b!important;border:1px solid rgba(100,116,139,.28)!important}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#64748b6b;border-radius:999px}*::-webkit-scrollbar-track{background:transparent}:root[data-theme=dark] .zaps-login-card .MuiInputBase-input:-webkit-autofill,:root[data-theme=dark] .zaps-login-card .MuiInputBase-input:-webkit-autofill:hover,:root[data-theme=dark] .zaps-login-card .MuiInputBase-input:-webkit-autofill:focus{-webkit-text-fill-color:#e2e8f0!important;-webkit-box-shadow:0 0 0 1000px #17243a inset!important;box-shadow:0 0 0 1000px #17243a inset!important;caret-color:#e2e8f0!important}:root[data-theme=light] .zaps-login-card .MuiInputBase-input:-webkit-autofill,:root[data-theme=light] .zaps-login-card .MuiInputBase-input:-webkit-autofill:hover,:root[data-theme=light] .zaps-login-card .MuiInputBase-input:-webkit-autofill:focus{-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important;caret-color:#0f172a!important}
