@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/PlusJakartaSans-Regular.ttf)format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/PlusJakartaSans-Medium.ttf)format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/PlusJakartaSans-SemiBold.ttf)format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/PlusJakartaSans-Bold.ttf)format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/PlusJakartaSans-ExtraBold.ttf)format("truetype")}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#1a1a1a;--body:#424242;--muted:#757575;--faint:#9296a0;--placeholder:#bdbdbd;--line:#e0e0e0;--canvas:#fff;--surface:#fff;--surface-muted:#f7f7f7;--surface-subtle:#f7f8fb;--row-hover:#fafafa;--brand:#0b3dc7;--brand-focus:#1b4de4;--brand-strong:#0a33a6;--brand-soft:#eaf0ff;--danger:#f0342d;--danger-soft:#fdf3f2;--warning:#f09000;--on-brand:#fff;--success:#1b7c46;--success-soft:#e9f7ee;--selago:#dde6fa;--athens-gray:#ebeef3;--casper:#b9c2d6;--white-lilac:#f4f6fb;--shadow:0 12px 34px #1a1a1a0f;--radius-card:12px;--font-auth:"Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--font-dashboard-detail:"Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--radius-users:8px;--border:var(--line);--accent:var(--brand);--radius-sm:var(--radius-users);--forest:var(--brand);--forest-2:var(--brand-strong);--lime:var(--brand);font-synthesis:none;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.integration-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem;display:grid}.integration-card{flex-direction:column;justify-content:space-between;gap:1rem;padding:1.25rem;display:flex}.integration-test-form{gap:.75rem;display:grid}.message-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:28rem;display:-webkit-box;overflow:hidden}.row-warning{background:color-mix(in srgb, var(--danger,#b42318) 7%, transparent)}.system-banner-error{border-color:var(--danger,#b42318)}*{box-sizing:border-box}body{background:var(--canvas);color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb, var(--brand-focus) 45%, transparent);outline-offset:2px}h1,h2,p{margin-top:0}h1{letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(1.8rem,2.7vw,2.45rem)}h2{letter-spacing:-.025em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.muted{color:var(--muted)}.eyebrow{color:#4f6d5a;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:800}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{background:var(--brand);width:36px;height:36px;color:var(--surface);border-radius:11px;place-items:center;font-size:1.15rem;display:grid}.auth-layout{--auth-card-radius:20px;--auth-card-shadow:0 2px 4px #0e0f120a;--auth-brand-soft:#f4f7ff;background:var(--canvas);min-height:100vh;font-family:var(--font-auth);place-content:center;justify-items:center;padding:32px 20px;display:grid}.auth-card{border-radius:var(--auth-card-radius);background:var(--surface);width:min(440px,100vw - 32px);box-shadow:var(--auth-card-shadow);border:1px solid #ebeef3;padding:25px}.auth-brand{width:137px;height:48px;color:var(--ink);align-items:center;gap:8px;margin-bottom:24px;display:flex}.auth-brand>span{display:grid}.auth-brand strong{font-size:17px;font-weight:700;line-height:25.5px}.auth-brand small{color:var(--muted);font-size:11px;font-weight:400;line-height:16.5px}.auth-heading{text-align:center;margin-bottom:16px}.auth-heading h1{letter-spacing:0;margin-bottom:4px;font-size:22px;font-weight:700;line-height:33px}.auth-heading p:last-child{color:var(--muted);margin-bottom:0;font-size:15px;line-height:22.5px}.auth-note{color:var(--muted);text-align:center;margin:12px 0 0;font-size:13px;line-height:19.5px}.auth-link{place-self:center;align-items:center;gap:8px;margin-top:16px;display:inline-flex}.stack-form{gap:17px;display:grid}.field{color:var(--body);gap:8px;font-size:.84rem;font-weight:700;display:grid}.field input,.field select,.field textarea,.search-field input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:10px;padding:11px 13px;transition:border-color .12s,box-shadow .12s}.field input:focus,.field select:focus,.field textarea:focus,.search-field input:focus{border-color:var(--brand-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-focus) 18%, transparent);outline:0}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 16px;font-weight:700;transition:transform .12s,background .12s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58}.button-primary{background:var(--brand);color:#fff}.button-primary:hover:not(:disabled){background:var(--brand-strong)}.button-secondary,.button-small{border-color:var(--brand);color:var(--brand);background:#fff}.button-secondary:hover:not(:disabled),.button-small:hover:not(:disabled){background:var(--brand-soft)}.button-secondary:focus-visible,.button-small:focus-visible{outline-offset:2px;outline:3px solid #0b3dc72e}.button-danger{background:var(--danger);color:#fff}.button-reject{border-color:var(--danger);background:var(--surface);color:var(--danger)}.button-reject:hover:not(:disabled){background:color-mix(in srgb, var(--danger) 8%, transparent)}.count-pill{background:var(--brand-soft);color:var(--brand);border-radius:999px;align-items:center;padding:6px 13px;font-size:.78rem;font-weight:800;display:inline-flex}.button-wide{width:100%;margin-top:4px}.button-small{min-height:34px;padding:6px 11px;font-size:.8rem}.text-link,.text-button{color:var(--brand);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;font-weight:700;text-decoration:underline}.checkbox-row{cursor:pointer;align-items:center;gap:8px;font-size:.85rem;display:flex}.checkbox-row input{width:16px;height:16px;accent-color:var(--brand)}.alert{border-radius:10px;padding:12px 14px;font-size:.86rem;line-height:1.45}.alert-error{color:#832d2d;background:#fff3f3;border:1px solid #efcaca}.alert-success{color:#315d2b;background:#f1f8e9;border:1px solid #c9dfb3}.panel-alert{margin:16px}.alert.screen-alert{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.screen-alert-content{flex:auto;min-width:0}.screen-alert-dismiss{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;align-items:center;padding:4px;display:inline-flex}.screen-alert-dismiss:hover{background:#0000000f}.screen-alert-dismiss:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.system-banner{border:1px solid var(--line);background:var(--surface-muted);color:var(--body);border-radius:10px;padding:12px 16px;font-size:.86rem;line-height:1.45}.system-banner-error{color:#832d2d;background:#fff3f3;border-color:#efcaca}.setup-key{background:#f7faf5;border:1px dashed #9fb393;border-radius:12px;gap:9px;padding:15px;display:grid}.setup-key span{text-transform:uppercase;font-size:.75rem;font-weight:800}.setup-key code{overflow-wrap:anywhere;color:var(--forest);letter-spacing:.08em;font-size:1.05rem;font-weight:800}.setup-key p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.45}.recovery-codes{grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none;display:grid}.recovery-codes li{text-align:center;background:#edf2ed;border-radius:8px;padding:8px}.auth-card .stack-form{gap:8px}.auth-card .field{color:var(--ink);gap:8px;font-size:13px;font-weight:700;line-height:19.5px}.auth-card .field input{border-color:var(--line);background:var(--surface-muted);height:48px;color:var(--ink);border-radius:12px;padding:12px 16px;font-size:15px;font-weight:400;line-height:22.5px}.auth-card .field input::placeholder{color:var(--placeholder)}.auth-card .field input:focus{border-color:var(--brand-focus);box-shadow:0 0 0 1px var(--brand-focus)}.auth-card .button{border-radius:14px;height:52px;min-height:52px;padding:14px 18px;font-size:15px;font-weight:700;line-height:22.5px}.auth-card .button-primary{border-color:var(--brand);background:var(--brand);color:#fff}.auth-card .button-primary:hover:not(:disabled){background:var(--brand-strong)}.auth-card .button-primary:disabled{color:#fff;opacity:1;background:#728dde;border-color:#728dde}.auth-card .two-factor-page .button-primary:disabled{border-color:var(--brand);background:var(--brand)}.auth-card .button-secondary{color:var(--brand);background:#fff;border-color:#7a9dff}.auth-card .button-secondary:hover:not(:disabled){border-color:var(--brand-focus);background:var(--auth-brand-soft);color:var(--brand)}.auth-card .button-wide{margin-top:4px}.auth-card .text-link{color:var(--brand);font-size:13px;font-weight:700;line-height:19.5px;text-decoration:none}.login-form>.text-link{justify-self:start;margin:2px 0 0}.password-field{display:block;position:relative}.password-field input{padding-right:48px}.password-toggle{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-card .alert{border-radius:12px;padding:12px 14px;font-size:13px;line-height:19.5px}.auth-card .alert-error{border-color:color-mix(in srgb, var(--danger) 28%, transparent);background:var(--danger-soft);color:#9f211c}.auth-card .alert-success{border-color:color-mix(in srgb, var(--success) 28%, transparent);background:var(--success-soft);color:#177a43}.auth-state-card{text-align:center;justify-items:center;gap:16px;display:grid}.auth-state-card .auth-heading{margin-bottom:0}.auth-state-card .button-wide{width:100%}.auth-state-icon{border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;font-size:30px;font-weight:800;line-height:1;display:grid}.auth-state-card--success .auth-state-icon{background:var(--success-soft);color:var(--success)}.auth-state-card--danger .auth-state-icon{background:var(--danger-soft);color:var(--danger)}.auth-state-detail{color:var(--muted);margin:-4px 0 0;font-size:13px;line-height:19.5px}.auth-reset-complete{border:1px solid color-mix(in srgb, var(--success) 28%, transparent);background:var(--success-soft);color:#177a43;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.auth-reset-complete>span{background:var(--success);color:#fff;border-radius:999px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:800;display:grid}.auth-reset-complete strong{color:var(--ink);font-size:14px;line-height:20px;display:block}.auth-reset-complete p{margin:2px 0 0;font-size:13px;line-height:19.5px}.password-reset-form+.auth-link{justify-content:center;width:100%}.password-reset-confirm-link{justify-content:center;width:100%;min-height:52px}.two-factor-page{display:grid}.two-factor-page .auth-link{justify-content:center;width:100%;min-height:52px}.otp-field{color:var(--ink);gap:8px;font-size:13px;font-weight:700;line-height:19.5px;display:grid}.otp-input-row{width:min(324px,100%);height:64px;margin:8px auto 12px;display:block;position:relative}.otp-input-row>input{z-index:2;color:#0000;opacity:.01;caret-color:#0000;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.otp-cells{grid-template-columns:repeat(6,44px);justify-content:center;gap:12px;width:100%;height:64px;display:grid}.otp-cell{background:var(--surface-muted);width:44px;min-width:0;height:64px;color:var(--ink);border:1px solid #ebeef3;border-radius:12px;place-items:center;font-size:26px;font-weight:800;line-height:26px;display:grid}.otp-cell[data-active=true]{border-color:var(--brand-focus);box-shadow:0 0 0 1px var(--brand-focus)}.otp-input-row:focus-within .otp-cell[data-active=true]{outline:2px solid color-mix(in srgb, var(--brand-focus) 25%, transparent);outline-offset:2px}.auth-layout:has(.two-factor-page--enroll)>.auth-brand{display:none}.auth-card:has(.two-factor-page--enroll){width:min(800px,100vw - 32px);padding:33px}.two-factor-form--enroll{grid-template-columns:minmax(0,351px) minmax(0,351px);gap:32px;display:grid}.two-factor-setup{align-content:start;gap:16px;display:grid}.two-factor-setup h1,.two-factor-recovery h1{letter-spacing:0;margin:0;font-size:17px;font-weight:700;line-height:25.5px}.two-factor-setup>p{color:var(--muted);margin:0;font-size:13px;line-height:19.5px}.totp-qr-placeholder{background:var(--surface-muted);width:186px;height:186px;color:var(--muted);text-align:center;border:1px solid #ebeef3;border-radius:12px;place-items:center;font-size:13px;display:grid}.totp-qr-code{background:var(--surface);border:1px solid #ebeef3;border-radius:12px;display:block}.two-factor-setup .setup-key{background:0 0;border:0;gap:8px;padding:0}.two-factor-setup .setup-key span{color:var(--muted);text-transform:none;font-size:13px;font-weight:400;line-height:19.5px}.two-factor-setup .setup-key code{border:1px solid var(--line);background:var(--surface-muted);min-height:48px;color:var(--ink);text-align:center;letter-spacing:0;border-radius:12px;align-items:center;padding:12px 16px;font-size:13px;font-weight:700;line-height:19.5px;display:grid}.two-factor-setup .otp-input-row{width:100%;margin:0}.two-factor-setup .button-wide{margin-top:8px}.recovery-preview{align-content:start;gap:16px;display:grid}.recovery-preview h2{letter-spacing:0;margin:0;font-size:15px;font-weight:700;line-height:22.5px}.alert-info{background:var(--auth-brand-soft);color:var(--ink);border:0;gap:4px;display:grid}.alert-info strong{color:var(--brand);align-items:center;gap:6px;display:inline-flex}.alert-info span{font-size:12px;line-height:18px}.alert-info .screen-alert-content{gap:4px;display:grid}.recovery-preview-placeholder{background:var(--surface-muted);min-height:166px;color:var(--muted);text-align:center;border:1px solid #ebeef3;border-radius:12px;place-items:center;padding:24px;font-size:13px;line-height:19.5px;display:grid}.two-factor-recovery,.two-factor-recovery>div:first-child{gap:16px;display:grid}.two-factor-recovery .recovery-codes{background:var(--surface-muted);border:1px solid #ebeef3;border-radius:12px;gap:8px 12px;min-height:166px;padding:17px}.two-factor-recovery .recovery-codes li{background:0 0;padding:4px;font-size:13px;font-weight:700;line-height:19.5px}.recovery-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.recovery-feedback{color:var(--muted);text-align:center;margin:-4px 0 0;font-size:12px;line-height:18px}.two-factor-recovery-entry{gap:12px;display:grid}.two-factor-recovery-entry p{color:var(--muted);text-align:center;margin:0;font-size:13px;line-height:19.5px}.two-factor-challenge-unavailable{gap:16px;display:grid}.auth-card .recovery-actions .button{border-color:var(--brand-focus);min-height:40px;color:var(--brand);border-radius:10px;padding:8px 12px;font-size:13px;line-height:19.5px}.auth-inline-icon,.auth-button-icon{flex:none}.auth-inline-icon{width:16px;height:16px}.auth-button-icon{width:15px;height:15px}@media (max-width:760px){.auth-card:has(.two-factor-page--enroll){padding:25px}.two-factor-form--enroll{grid-template-columns:1fr}.otp-cells{gap:8px}}.app-shell{grid-template-columns:240px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--surface);height:100vh;color:var(--body);border-right:1px solid #ebeef3;flex-direction:column;padding:0;display:flex;position:sticky;top:0}.sidebar-brand{width:100%;height:80px;color:var(--ink);letter-spacing:0;border-bottom:1px solid #e0e0e0;gap:8px;margin:0;padding:0 12px 0 16px}.sidebar-brand .brand-mark{border:1px solid var(--athens-gray);background:var(--brand);border-radius:10px;width:40px;height:40px;overflow:hidden;box-shadow:0 1px 2px #0e0f120a,0 2px 8px #0e0f120f}.brand-mark-image{width:40px;height:40px;display:block}.sidebar-brand small{color:var(--muted);margin-top:2px;font-size:13px;font-weight:400;line-height:19.5px;display:block}.sidebar-nav{gap:8px;padding:24px 12px;display:grid}.nav-label{color:var(--faint);letter-spacing:.12em;text-transform:uppercase;margin:18px 12px 7px;font-size:.65rem;font-weight:800}.nav-item{min-height:36px;color:var(--ink);border:1.5px solid #0000;border-radius:4px;align-items:center;gap:16px;padding:6px 8px 6px 16px;font-size:15px;font-weight:400;line-height:22.5px;display:flex}.nav-item:hover{background:var(--surface-muted);color:var(--ink)}.nav-item[aria-current=page]{border-color:var(--brand);background:var(--brand);color:var(--surface);font-weight:700}.nav-item-icon{flex:0 0 20px;place-items:center;width:20px;height:20px;display:grid}.nav-item-icon img{width:18px;height:18px}.nav-item[href=\#]{opacity:.58}.sidebar-foot{border-top:1px solid var(--line);color:var(--faint);margin-top:auto;padding:15px 10px 2px;font-size:.7rem}.environment-dot{background:var(--brand);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.shell-main{min-width:0}.topbar{z-index:30;border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;height:80px;padding:16px 32px;display:flex;position:sticky;top:0}.topbar-search{flex:0 578px;max-width:none;position:relative}.topbar-search-icon{pointer-events:none;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.topbar-search-icon img{width:24px;height:24px}.topbar-search input{border:1px solid var(--line);background:var(--surface-muted);width:100%;min-height:48px;color:var(--ink);border-radius:23px;padding:12px 16px 12px 48px;font-size:14px;line-height:normal}.topbar-search input::placeholder{color:var(--placeholder)}.topbar-kicker{color:var(--muted);text-transform:uppercase;margin:0 0 2px;font-size:.66rem;font-weight:700}.topbar-actions{flex:none;align-items:center;gap:21px;display:flex}.icon-button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;place-items:center;display:grid;position:relative}.notification-button{border-color:var(--brand);background:var(--brand);color:#fff}.profile-chip{align-items:center;gap:8px;display:flex}.profile-chip strong{color:var(--ink);font-size:17px;font-weight:700;line-height:25.5px}.profile-chip small{color:var(--muted);text-transform:capitalize;font-size:.68rem}.profile-avatar,.table-avatar{background:var(--brand-soft);color:var(--brand);border-radius:50%;place-items:center;font-weight:800;display:grid}.profile-avatar{background:var(--brand);width:40px;height:40px;color:var(--surface)}.dropdown-menu{position:relative}.profile-chip{cursor:pointer;background:0 0;border:0;padding:0}.dropdown-menu-panel{z-index:20;border:1px solid var(--line);background:var(--surface);min-width:160px;box-shadow:var(--shadow);border-radius:13px;padding:8px;display:grid;position:absolute;top:46px;right:0}.dropdown-menu-item{border-radius:var(--radius-sm);min-height:40px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;padding:8px 12px;display:flex}.dropdown-menu-item:hover{background:var(--row-hover)}.notification-wrap{position:relative}.notification-count{color:#fff;text-align:center;background:#f0342d;border-radius:999px;min-width:20px;height:20px;font-size:11px;line-height:20px;position:absolute;top:-5px;right:-5px}.notification-menu{z-index:20;border:1px solid var(--line);width:320px;box-shadow:var(--shadow);background:#fff;border-radius:13px;position:absolute;top:46px;right:0;overflow:hidden}.notification-list{max-height:540px;overflow-y:auto}.menu-heading{border-bottom:1px solid var(--line);justify-content:space-between;padding:14px 16px;display:flex}.menu-heading span{color:var(--muted);font-size:.75rem}.notification-item{box-sizing:border-box;border-bottom:1px solid #edf0ee;gap:4px;min-height:108px;padding:12px 16px;display:grid}.notification-item-read{background:var(--surface)}.notification-item-unread{background:var(--brand-soft)}.notification-item-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-item-heading strong{color:var(--ink)}.notification-item .notification-state{color:var(--brand);text-transform:uppercase;flex:none;font-size:.7rem;font-weight:700;line-height:1}.notification-item-read .notification-state{color:var(--muted)}.notification-item span{color:var(--muted);font-size:.78rem;line-height:1.4}.empty-compact{color:var(--muted);margin:0;padding:18px;font-size:.84rem}.page-content{padding:16px}.page-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.page-heading-row p:last-child{color:var(--muted);margin-bottom:0}.heading-actions{gap:9px;display:flex}.readonly-label{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 11px;font-size:.75rem;font-weight:700}.back-link{color:var(--brand);align-items:center;gap:7px;margin-bottom:14px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--brand-focus);text-underline-offset:3px;text-decoration:underline}.back-link:focus-visible{outline:2px solid var(--brand-focus);outline-offset:3px}.title-with-badge{align-items:center;gap:12px;display:flex}.title-with-badge h1{margin:0}.panel{border:1px solid var(--line);background:var(--surface);border-radius:15px;overflow:hidden;box-shadow:0 3px 14px #1230210a}.filter-bar{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:9px;padding:15px 17px;display:flex}.filter-control input,.filter-control select{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);font:inherit;background:#fff;border-radius:10px;padding:9px 30px 9px 11px;transition:border-color .12s,box-shadow .12s}.filter-control input::placeholder{color:#7a857e}.filter-control input:focus,.filter-control select:focus{border-color:var(--brand-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-focus) 18%, transparent);outline:0}.search-field{width:min(380px,100%)}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.82rem}th{color:#69776e;letter-spacing:.07em;text-align:left;text-transform:uppercase;background:#f6f8f6;padding:11px 16px;font-size:.66rem}td{color:#35443b;border-top:1px solid #edf0ee;padding:14px 16px}tbody tr:hover{background:#fafcf9}.user-cell{align-items:center;gap:10px;min-width:230px;display:flex}.table-avatar{flex:none;width:35px;height:35px}.user-cell>span:last-child{gap:3px;display:grid}.user-cell small{color:var(--muted)}.status-badge{border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.status-active{color:#35642c;background:#e4f2df}.status-suspended{color:#913838;background:#fae5e5}.status-invited{color:#8b5d13;background:#fff1d7}.security-on{color:#3c6c37;font-weight:700}.pagination{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;padding:14px 17px;font-size:.75rem;display:grid}.pagination-page-size{justify-self:start}.pagination-page-size-control{align-items:center;gap:8px;display:inline-flex}.pagination-page-size-trigger{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--ink);cursor:pointer;font:inherit;border-radius:7px;padding:4px 28px 4px 8px}.pagination-page-size-menu{min-width:100%;padding:4px;inset:auto auto calc(100% + 4px) 0}.pagination-page-size-menu .dropdown-menu-item{width:100%;min-height:32px;font-size:.75rem}.pagination-navigation{justify-self:center;align-items:center;gap:10px;display:flex}.pagination-summary{text-align:right;white-space:nowrap;justify-self:end}.users-list-page{--users-border:#ededed;--users-muted:#757575;--users-body:#424242;--users-header-bg:var(--white-lilac)}.users-list-heading{align-items:center;margin-bottom:20px}.users-list-heading h1{margin:0;font-size:24px;font-weight:700;line-height:36px}.users-list-heading .button-primary{background:var(--brand);border-radius:999px;min-height:43px;padding:10px 18px;font-size:12px;font-weight:800;line-height:18px}.users-list-panel{box-shadow:none;background:0 0;border-color:#0000;border-radius:0;overflow:visible}.users-list-panel .filter-bar{border-bottom:0;grid-template-columns:minmax(260px,1fr) 182px 130px 158px auto;align-items:end;gap:10px;padding:0 0 14px;display:grid}.users-list-panel .search-field{width:100%}.users-list-panel .search-field input,.users-list-panel .filter-control select{border-color:var(--line);border-radius:var(--radius-users);min-height:42px;color:var(--users-body);font-size:12px;line-height:18px}.users-list-panel .filter-control select{min-height:36px;padding:9px 30px 9px 13px}.users-list-panel .filter-bar .dropdown-menu{width:100%}.users-filter-trigger{border:1px solid var(--line);border-radius:var(--radius-users);background:var(--surface);width:100%;min-height:36px;color:var(--users-body);cursor:pointer;font:inherit;justify-content:space-between;align-items:center;gap:8px;padding:0 13px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.users-filter-chevron{flex:none}.users-filter-trigger[aria-expanded=true] .users-filter-chevron{transform:rotate(180deg)}.users-list-panel .filter-bar>.button{border-color:var(--line);border-radius:var(--radius-users);min-height:36px;padding:8px 13px;font-size:12px;line-height:18px}.users-list-panel .table-scroll{border:1px solid var(--users-border);background:var(--surface);border-radius:12px;box-shadow:0 1px 2px #0e0f120a}.users-list-panel table{table-layout:fixed;min-width:1134px;font-size:14px}.users-list-panel th{background:var(--users-header-bg);height:41px;color:var(--users-muted);letter-spacing:0;padding:11px 18px;font-size:11px;font-weight:800;line-height:16.5px}.users-list-panel th:first-child{width:22%}.users-list-panel th:nth-child(2){width:24%}.users-list-panel th:nth-child(3){width:16%}.users-list-panel th:nth-child(4){width:13%}.users-list-panel th:nth-child(5){width:7%}.users-list-panel th:nth-child(6){width:18%}.users-list-panel th:nth-child(7){width:68px}.users-list-panel td{border-top-color:var(--users-border);height:59px;color:var(--users-body);vertical-align:middle;padding:18px;font-size:14px;line-height:21px}.users-list-panel tbody tr:hover{background:#fdfafa}.users-list-panel .user-cell{min-width:0;color:var(--users-body);text-decoration:none}.users-list-panel .status-badge{padding:3px 8px;font-size:11px;font-weight:800;line-height:16.5px}.users-list-panel .status-active{background:var(--success-soft);color:var(--success)}.users-list-panel .status-suspended{color:var(--danger);background:#fdf3f2}.users-list-panel .status-invited{color:#8b5d13;background:#fff6e6}.users-list-panel .security-on{color:var(--success);font-weight:700}.user-row-actions{display:inline-flex;position:relative}.user-row-actions>summary{list-style:none}.user-row-actions>summary::-webkit-details-marker{display:none}.user-row-actions-trigger{width:30px;height:30px;color:var(--users-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:20px;font-weight:500;line-height:30px;display:inline-flex}.user-row-actions-trigger:hover,.user-row-actions[open] .user-row-actions-trigger{background:var(--white-lilac)}.user-row-actions-menu{z-index:5;border:1px solid var(--line);border-radius:var(--radius-users);background:var(--surface);min-width:168px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 34px #1a1a1a1f}.user-row-actions-menu a,.user-row-actions-menu button{width:100%;min-height:34px;color:var(--body);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}.user-row-actions-menu a:hover,.user-row-actions-menu button:hover:not(:disabled){background:var(--white-lilac)}.user-row-actions-menu button:disabled{cursor:not-allowed;opacity:.48}.users-row-action-legend{color:var(--users-muted);margin:14px 0 0;font-size:12px;line-height:18px}.page-state{min-height:220px;color:var(--muted);text-align:center;place-content:center;justify-items:center;padding:30px;display:grid}.spinner{border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:24px;height:24px;margin-bottom:10px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-panel{padding:24px}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-actions{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.security-note{background:#f5f9f2;border:1px solid #dce5d6;border-radius:10px;gap:5px;padding:12px 14px;display:grid}.security-note strong{font-size:.8rem}.security-note span{color:var(--muted);font-size:.76rem;line-height:1.45}.users-form-heading{align-items:flex-end;margin-bottom:24px}.users-form-heading h1{margin:0;font-size:24px;font-weight:700;line-height:36px}.users-form-heading p:last-child{color:var(--muted);font-size:12px;line-height:18px}.users-form-layout{grid-template-columns:minmax(0,826px) 300px;align-items:start;gap:18px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;display:grid}@media (max-width:900px){.users-form-layout{grid-template-columns:1fr}}.users-form-panel{border-color:var(--users-border,#ededed);border-radius:16px;padding:25px;box-shadow:0 1px 1px #1a1a1a0d}.users-form-section h2,.users-two-factor-block h2{margin:0 0 12px;font-size:14px;font-weight:500;line-height:21px}.users-form-grid{grid-template-columns:1fr;gap:12px}.users-form-panel .field{margin:0}.users-form-panel .field span,.users-role-group legend{color:#0a0a0a;font-size:12px;font-weight:700;line-height:18px}.users-form-panel .field input{border-color:var(--line);min-height:34px;color:var(--body);border-radius:10px;padding:8px 12px;font-size:14px;line-height:21px}.users-form-panel .field input::placeholder{color:var(--placeholder)}.users-form-notice{border-color:var(--selago);background:var(--white-lilac);color:var(--brand);gap:4px;margin-bottom:16px;display:grid}.users-form-notice span{color:var(--body);font-size:12px;line-height:18px}.users-role-group{border:0;gap:10px;margin:14px 0 0;padding:0;display:grid}.users-role-group legend{margin-bottom:8px;padding:0}.users-role-option{border:1px solid var(--users-border,#ededed);background:var(--surface);cursor:pointer;border-radius:10px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:12px;min-height:58px;padding:13px;display:grid}.users-role-option:has(input:checked){border-color:var(--brand);background:color-mix(in srgb, var(--brand) 5%, white)}.users-role-option input{opacity:0;position:absolute}.users-role-indicator{border:1px solid var(--casper);background:#fff;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.users-role-option:has(input:checked) .users-role-indicator{border-color:var(--brand)}.users-role-option:has(input:checked) .users-role-indicator:after{background:var(--brand);content:"";border-radius:999px;width:8px;height:8px}.users-role-option:focus-within{outline-offset:2px;outline:3px solid #0b3dc72e}.users-role-copy{gap:2px;display:grid}.users-role-copy strong{color:#0a0a0a;font-size:14px;line-height:21px}.users-role-copy small{color:var(--muted);font-size:12px;font-weight:500;line-height:17.4px}.users-two-factor-block{gap:10px;margin-top:14px;display:grid}.users-two-factor-card{background:var(--surface-muted);border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:12px;display:grid}.users-switch{background:var(--casper);border-radius:20px;align-items:center;width:38px;height:22px;padding:3px;display:inline-flex}.users-switch span{background:#fff;border-radius:999px;width:16px;height:16px;display:block}.users-switch.is-on{background:var(--brand);justify-content:flex-end}.users-two-factor-copy{display:grid}.users-two-factor-copy strong{color:#0a0a0a;font-size:16px;line-height:24px}.users-two-factor-copy small,.users-two-factor-block>p{color:var(--muted);font-size:12px;line-height:17.4px}.users-two-factor-block>p{margin:0}.users-lock-icon{color:#0000;width:18px;height:18px;position:relative;overflow:hidden}.users-lock-icon:before{border:1.5px solid var(--muted);content:"";border-radius:2px;width:12px;height:9px;position:absolute;bottom:2px;right:3px}.users-lock-icon:after{border:1.5px solid var(--muted);content:"";border-bottom:0;border-radius:7px 7px 0 0;width:7px;height:7px;position:absolute;top:1px;right:5.5px}.users-form-actions{margin-top:14px}.users-form-actions .button{border-radius:14px;min-width:92px;min-height:52px;padding:13px 17px;font-size:14px;font-weight:700}.users-role-sidebar{border:1px solid var(--users-border,#ededed);background:var(--surface);border-radius:16px;align-content:start;min-height:345px;padding:25px;display:grid;box-shadow:0 1px 1px #1a1a1a0d}.users-role-sidebar p{color:var(--muted);letter-spacing:.8px;margin:0 0 8px;font-size:10px;font-weight:800;line-height:15px}.users-role-sidebar h2{color:#0a0a0a;margin:0 0 8px;font-size:18px;font-weight:500;line-height:27px}.users-role-sidebar>span,.users-role-sidebar li{color:var(--muted);font-size:12px;line-height:18px}.users-role-sidebar hr{border:0;border-top:1px solid var(--users-border,#ededed);width:100%;margin:18px 0}.users-role-sidebar h3{color:#0a0a0a;margin:0 0 8px;font-size:16px;line-height:24px}.users-role-sidebar ul{gap:0;margin:0;padding-left:17px;display:grid}.users-module-heading{align-items:center;margin-bottom:20px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}.users-module-heading h1,.users-detail-heading h1{color:#0a0a0a;margin:0;font-size:24px;font-weight:800;line-height:36px}.users-module-heading p,.users-detail-heading p{color:var(--muted);margin:0;font-size:12px;font-weight:600;line-height:18px}.users-rbac-page,.users-login-page,.users-detail-heading,.users-detail-grid,.users-status-modal{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}.users-info-banner{border:1px solid var(--brand);background:var(--brand-soft);min-height:51px;color:var(--body);border-radius:10px;align-items:center;margin-bottom:16px;padding:14px 18px;font-size:12px;line-height:18px;display:flex}.users-matrix-shell,.users-log-shell{border:1px solid var(--users-border,#ededed);background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #1a1a1a0d}.users-matrix-table,.users-log-table{border-collapse:collapse;table-layout:fixed;width:100%;color:var(--body);font-size:14px;line-height:21px}.users-matrix-table th,.users-log-table th{border-bottom:1px solid var(--line);background:var(--white-lilac);height:41px;color:var(--muted);letter-spacing:.66px;text-align:left;text-transform:uppercase;padding:11px 18px;font-size:11px;font-weight:800;line-height:16.5px}.users-matrix-table tbody th,.users-matrix-table td,.users-log-table td{border-bottom:1px solid var(--users-border,#ededed);height:49px;color:var(--body);text-align:left;padding:13px 18px;font-size:14px;font-weight:700;line-height:21px}.users-matrix-table td{text-align:center}.users-matrix-table tbody th{width:18%}.users-level-primary{color:var(--brand)}.users-matrix-locked{background:#edf0f5}.users-invariant-panel{border:1px solid var(--line);background:var(--surface);border-radius:16px;margin-top:20px;padding:22px 24px}.users-invariant-panel h2{color:#0a0a0a;margin:0 0 12px;font-size:14px;font-weight:500;line-height:21px}.users-invariant-panel div{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 28px;display:grid}.users-invariant-panel p,.users-table-note{color:var(--muted);margin:14px 0 0;font-size:12px;line-height:18px}.users-login-filters{align-items:center;gap:10px;margin-bottom:16px;display:flex}.users-login-filters select,.users-login-filters .button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--body);border-radius:10px;padding:8px 13px;font-size:13px;font-weight:600}.users-login-filters strong{color:var(--muted);margin-left:auto;font-size:13px;line-height:19.5px}.users-log-table th:first-child{width:21%}.users-log-table th:nth-child(2){width:18%}.users-log-table th:nth-child(3){width:14%}.users-log-table th:nth-child(4){width:23%}.users-log-table td{font-weight:400}.users-login-failed{background:#fdf3f2}.users-login-failed td:nth-child(3){color:var(--danger);font-weight:800}.users-log-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:255px;display:flex}.users-log-empty>div:first-child{color:var(--casper);font-size:34px;font-weight:400;line-height:51px}.users-log-empty h2{color:var(--ink);margin:0;font-size:16px;font-weight:500;line-height:24px}.users-log-empty p{color:var(--muted);margin:0;font-size:16px;font-weight:400;line-height:24px}.users-log-empty div:nth-of-type(2){flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.users-log-empty span{background:var(--surface-muted);color:var(--muted);border-radius:7px;padding:6px 9px;font-size:12px;font-weight:400;line-height:18px}.users-login-pagination{border-top:0;padding:24px 0 0}.users-detail-heading{align-items:center;margin-bottom:20px}.users-detail-grid .detail-card{border-color:var(--users-border,#ededed);border-radius:16px;padding:24px;box-shadow:0 1px 1px #1a1a1a0d}.users-detail-grid .panel-heading h2{color:#0a0a0a;font-size:16px;font-weight:700;line-height:24px}.users-detail-grid .detail-list div,.users-detail-grid .audit-item{border-bottom-color:var(--users-border,#ededed)}.users-detail-grid .detail-list dt{color:var(--muted);letter-spacing:.66px;text-transform:uppercase;font-size:12px;font-weight:800;line-height:16.5px}.users-detail-grid .detail-list dd{color:var(--body);font-size:14px;line-height:21px}.users-status-modal{border-radius:16px;width:min(450px,100vw - 32px);padding:26px;box-shadow:0 25px 30px #00000040}.users-status-modal::backdrop{background:#000000bd}.users-status-modal h2{color:#0a0a0a;margin:0 0 18px;font-size:20px;font-weight:500;line-height:30px}.users-status-modal p{color:var(--body);margin:0 0 18px;font-size:13px;line-height:20.15px}.users-status-reason{margin:0 0 18px}.users-status-reason span{color:var(--body);font-size:13px;font-weight:700;line-height:19.5px}.users-status-reason textarea{resize:none;border-color:var(--line);background:var(--surface-muted);border-radius:12px;min-height:48px;padding:13px 17px;font-size:15px;line-height:22.5px}.users-status-reason textarea::placeholder{color:var(--placeholder)}.users-status-checkbox{color:var(--body);align-items:center;margin:0 0 20px;font-size:13px;line-height:20.15px}.users-status-checkbox input{width:13px;height:13px;accent-color:var(--brand)}.users-status-guard{color:var(--danger)!important;font-size:12px!important;line-height:18px!important}.users-status-actions .button{border-radius:14px;min-width:94px;min-height:52px;padding:13px 17px;font-size:14px;font-weight:700;line-height:21px}.users-status-actions .button-danger:disabled{color:var(--placeholder);background:#f0f0f0;border-color:#f0f0f0}.overview-panel{padding:26px}.overview-panel p{max-width:680px;color:var(--muted);margin-bottom:0;line-height:1.6}.shell-main:has(.dashboard-home){background:#f7f8fb}.shell-main:has(.dashboard-home) .page-content{max-width:none;padding:32px}.dashboard-home{--dashboard-card-shadow:0 2px 4px #0e0f120a;--dashboard-surface-subtle:#f7f8fb;font-family:var(--font-auth);gap:24px;display:grid}.dashboard-welcome h1{color:var(--ink);letter-spacing:-.8px;margin:0;font-size:32px;font-weight:800;line-height:48px}.dashboard-detail{color:var(--muted);font-family:var(--font-dashboard-detail);margin:0;font-size:12.5px;font-weight:400;line-height:18.75px}.dashboard-welcome>.dashboard-detail{font-size:13.5px;line-height:20.25px}.dashboard-status-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.dashboard-status{background:var(--ink);color:#fff;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 13px;font-size:12.5px;font-weight:700;line-height:18.75px;display:inline-flex}.dashboard-status i{background:var(--success);border-radius:50%;width:6px;height:6px}.dashboard-hero{color:#fff;background:linear-gradient(120deg,#0b3dc7,#315ff0);border-radius:20px;justify-content:space-between;align-items:center;min-height:276px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0b3dc72e}.dashboard-hero:before,.dashboard-hero:after{content:"";background:#ffffff21;border-radius:50%;position:absolute}.dashboard-hero:before{width:220px;height:220px;top:-58px;right:42px}.dashboard-hero:after{width:120px;height:120px;bottom:-60px;right:156px}.dashboard-hero>div:first-child{z-index:1;max-width:470px;position:relative}.dashboard-eyebrow,.dashboard-section-title{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700;line-height:18px}.dashboard-eyebrow{color:#dbe5ff;margin-bottom:6px}.dashboard-hero h2{letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:34px}.dashboard-hero .dashboard-detail{color:#e8edff;max-width:420px;font-size:14px;line-height:21px}.dashboard-hero-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.dashboard-hero .dashboard-hero-button{min-height:46px;color:var(--brand);background:#fff;border-radius:999px;padding:12px 24px;font-size:13.5px;font-weight:800;line-height:20.25px}.dashboard-hero .dashboard-hero-button-secondary{color:#fff;background:0 0;border-color:#ffffff8c}.dashboard-hero-mark{z-index:1;flex:0 0 132px;width:132px;height:132px;margin-right:30px;display:block;position:relative}.dashboard-hero-container-art,.dashboard-hero-icon-tile,.dashboard-hero-bin-art{display:block;position:absolute}.dashboard-hero-container-art{width:132px;height:132px;inset:0}.dashboard-hero-icon-tile{background:#ffffff29;border-radius:18px;width:64px;height:64px;top:46px;left:34px}.dashboard-hero-bin-art{width:56px;height:71px;top:40px;left:38px}.dashboard-lower-grid{grid-template-columns:minmax(0,774px) minmax(280px,340px);align-items:start;gap:26px;display:grid}.dashboard-primary-column{gap:24px;display:grid}.dashboard-section-title{color:var(--muted);margin-bottom:12px}.dashboard-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dashboard-quick-card{background:var(--surface);border:1px solid #ebeef3;border-radius:14px;align-content:start;gap:7px;min-height:130px;padding:19px;display:grid}.dashboard-quick-card:hover{border-color:color-mix(in srgb, var(--brand) 35%, #ebeef3);box-shadow:var(--dashboard-card-shadow)}.dashboard-quick-icon{background:var(--brand);border-radius:10px;place-items:center;width:38px;height:38px;margin-bottom:3px;display:grid}.dashboard-quick-icon img{filter:brightness(0)invert()}.dashboard-quick-card strong{font-size:14.5px;font-weight:700;line-height:21.75px}.dashboard-metrics-panel{box-shadow:none;border-color:#ebeef3;border-radius:14px}.dashboard-metrics-heading{justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.dashboard-metrics-heading .dashboard-section-title{margin-bottom:4px}.dashboard-filter-bar{border-top:1px solid #ebeef3}.dashboard-metrics{padding:0 18px 18px}.dashboard-metrics .detail-list{margin:0}.dashboard-aside{gap:16px;display:grid}.dashboard-notifications,.dashboard-resource-panel{box-shadow:none;border-color:#ebeef3;border-radius:14px;gap:12px;padding:18px;display:grid}.dashboard-resource-panel .dashboard-section-title{margin-bottom:6px}.dashboard-resource-button{background:var(--surface);min-height:44px;color:var(--brand);font-family:var(--font-auth);border-color:#7a9dff;border-radius:12px;justify-content:center;font-size:13.5px;font-weight:800;line-height:20.25px}.dashboard-resource-button:hover{border-color:var(--brand);color:var(--brand);background:#edf3ff}.dashboard-notification-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.dashboard-notification-list a{background:var(--surface);border:1px solid #ebeef3;border-radius:12px;gap:4px;padding:12px;display:grid}.dashboard-notification-list strong{color:var(--ink);font-size:13.5px;line-height:20.25px}.dashboard-notification-list span,.dashboard-system-status{color:var(--muted);font-family:var(--font-dashboard-detail);font-size:12.5px;line-height:18.75px}.dashboard-system-status{background:var(--dashboard-surface-subtle);border-radius:12px;margin:0;padding:10px 12px}@media (max-width:1120px){.dashboard-lower-grid{grid-template-columns:1fr}.dashboard-resource-panel{grid-template-columns:1fr auto auto}}@media (max-width:760px){.shell-main:has(.dashboard-home) .page-content{padding:20px}.dashboard-quick-grid{grid-template-columns:1fr}.dashboard-hero{min-height:0}.dashboard-hero-mark{display:none}.dashboard-resource-panel{grid-template-columns:1fr}}.notification-error{color:var(--danger)}.detail-grid{grid-template-columns:minmax(290px,.75fr) minmax(380px,1.25fr);gap:18px;display:grid}.detail-card{padding:20px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:17px;display:flex}.panel-heading h2{margin-bottom:3px;font-size:1rem}.panel-heading p{color:var(--muted);margin:0;font-size:.76rem}.detail-list{margin:0}.detail-list div{border-bottom:1px solid #edf0ee;justify-content:space-between;gap:16px;padding:11px 0;display:flex}.detail-list dt{color:var(--muted);font-size:.77rem}.detail-list dd{text-align:right;text-transform:capitalize;margin:0;font-size:.8rem;font-weight:700}.detail-link{margin-top:18px}.stack-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.subpanel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:16px 18px}.subpanel>h2,.subpanel>h3{margin:0 0 12px;font-size:.95rem}.form-section{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:16px;padding-top:16px;display:flex}.field-label{color:var(--muted);font-size:.77rem;font-weight:600}.empty-copy{color:var(--muted);margin:0;font-size:.85rem}.audit-list{display:grid}.audit-item{border-bottom:1px solid #edf0ee;grid-template-columns:12px 1fr;gap:10px;padding:12px 0;display:grid}.audit-item:last-child{border-bottom:0}.audit-dot{background:var(--brand);width:8px;height:8px;box-shadow:0 0 0 4px var(--brand-soft);border-radius:50%;margin-top:5px}.audit-item p{color:var(--muted);margin:4px 0;font-size:.75rem}.audit-item small{color:#849088;font-size:.68rem}.audit-panel{padding:8px 20px}.modal{background:var(--surface);width:min(470px,100vw - 32px);color:var(--ink);border:0;border-radius:16px;padding:25px;box-shadow:0 24px 70px #00000047}.modal::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0b18108c}.modal p:not(.eyebrow){color:var(--muted);line-height:1.5}@media (max-width:900px){.app-shell{grid-template-columns:74px minmax(0,1fr)}.sidebar{padding-inline:10px}.sidebar-brand>span:last-child,.nav-item:not(:focus){font-size:0}.sidebar-brand small{display:none}.nav-item{justify-content:center}.nav-item span{font-size:1rem}.nav-label,.sidebar-foot{display:none}.page-content{padding:16px}.detail-grid{grid-template-columns:1fr}}@media (max-width:620px){.app-shell{display:block}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;position:static}.sidebar-brand{margin:0}.sidebar-nav,.sidebar-foot,.topbar-search,.profile-chip span:last-child{display:none}.topbar{justify-content:flex-end;height:62px;padding-inline:16px}.page-content{padding:16px}.page-heading-row{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.form-actions{flex-wrap:wrap}.notification-menu{width:auto;position:fixed;top:65px;left:12px;right:12px}.auth-card{padding:28px 22px}}.settings-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.settings-card{border:1px solid var(--line);background:var(--surface-muted);border-radius:13px;flex-direction:column;min-height:170px;padding:18px;transition:border-color .12s,transform .12s,box-shadow .12s;display:flex}.settings-card-heading,.settings-section-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settings-card h2,.settings-section-heading h2{margin-bottom:5px;font-size:1rem}.settings-card p,.settings-section-heading p{color:var(--muted);font-size:.8rem;line-height:1.5}.settings-status{text-transform:capitalize;border-radius:999px;padding:4px 7px;font-size:.62rem;font-weight:800}.settings-status-incomplete{color:#8b5d13;background:#fff1d7}.settings-status-warning{color:#913838;background:#fae5e5}.settings-two-column,.template-editor-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start;gap:18px;display:grid}.settings-form-stack{gap:14px;display:grid}.settings-check{color:var(--body);align-items:center;gap:9px;font-size:.84rem;font-weight:700;display:flex}.settings-check input{width:18px;height:18px}.settings-upload{justify-content:space-between;align-items:flex-end;gap:16px;padding:20px;display:flex}.settings-upload .field{flex:1}.settings-preview{padding:24px;position:sticky;top:92px}.invoice-logo,.invoice-logo-fallback{border-radius:14px;width:70px;height:70px;margin-bottom:18px}.invoice-logo{background-position:50%;background-repeat:no-repeat;background-size:contain}.invoice-logo-fallback{background:var(--forest);color:#fff;place-content:center;font-weight:850;display:grid}.invoice-footer-preview{border-top:1px solid var(--line);color:var(--muted);margin:20px 0 0;padding-top:15px;font-size:.75rem;line-height:1.55}.settings-pricing-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px;display:grid}.settings-section-heading{border-bottom:1px solid var(--line);padding:18px 20px}.settings-section-heading p{margin:0}.settings-side-panel{padding-bottom:18px}.settings-side-panel>.alert,.settings-side-panel>.muted,.inline-settings-form{margin:16px}.inline-settings-form{gap:12px;display:grid}.registry-create-panel{margin-bottom:16px;padding:0 20px 20px}.registry-create-panel summary{cursor:pointer;padding:17px 0;font-weight:800}.registry-panel{margin-top:16px}.registry-row-form{grid-template-columns:1fr 1fr auto;gap:6px;min-width:220px;display:grid}.registry-actions-cell{gap:9px;display:grid}.registry-actions-cell .registry-row-form:last-child{grid-template-columns:1fr auto}.status-maintenance{color:#8b5d13;background:#fff1d7}.status-retired,.status-deleted{color:#5a665e;background:#edf0ee}.template-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:18px;display:grid}.template-nav{display:grid}.template-nav-item{border:0;border-bottom:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fff;gap:3px;padding:14px 16px;display:grid}.template-nav-item[aria-current=page]{background:var(--success-soft);box-shadow:inset 3px 0 var(--brand)}.template-nav-item span{color:var(--muted);text-transform:capitalize;font-size:.7rem}.template-editor-grid .form-panel{gap:16px;display:grid}.compact-field{width:130px}.template-placeholders{background:var(--surface-muted);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;font-size:.75rem;display:flex}.template-placeholders code{background:color-mix(in srgb, var(--success-soft) 50%, var(--surface-muted));border-radius:6px;padding:4px 6px}.message-preview-copy{background:var(--success-soft);color:var(--success);white-space:pre-wrap;border-radius:12px;padding:14px;font-size:.82rem;line-height:1.6}.template-group-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;padding:12px 16px 8px;font-size:.7rem;font-weight:700}.language-toggle{background:var(--surface-muted);border-radius:8px;gap:8px;width:fit-content;margin-bottom:16px;padding:4px;display:flex}.toggle-button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.toggle-button.active{color:var(--brand);background:#fff;box-shadow:0 1px 3px #1a1a1a1a}.toggle-button:hover:not(.active){color:var(--body)}.hidden-field{display:none!important}@media (max-width:1100px){.settings-pricing-layout,.settings-two-column,.template-editor-grid{grid-template-columns:1fr}.settings-preview{position:static}}@media (max-width:760px){.template-layout{grid-template-columns:1fr}.template-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-upload,.settings-section-heading{flex-direction:column;align-items:stretch}.registry-row-form{grid-template-columns:1fr;min-width:170px}}.alert-warning{color:#5c430f;background:#fff8e8;border-color:#d7b56d}.customer-filter-bar{flex-wrap:wrap;align-items:center}.customer-filter-bar .search-field{flex:22rem}.customer-filter-bar .filter-control{flex:0 12rem}.customer-cell,.table-stack{flex-direction:column;gap:.2rem;display:flex}.customer-cell{color:inherit;text-decoration:none}.customer-cell:hover strong{text-decoration:underline}.status-credit-ok{color:#265d30;background:#eef8f0;border-color:#a8c8ad}.status-credit-warning{color:#6c4d0d;background:#fff8e8;border-color:#d7b56d}.status-credit-hold{color:#852d2d;background:#fff0f0;border-color:#c98d8d;font-weight:700}.customer-form{gap:1.5rem;display:grid}.customer-form-layout{grid-template-columns:minmax(0,1fr) minmax(16rem,.42fr);gap:1.5rem;display:grid}.form-fieldset{border:1px solid var(--border);border-radius:.75rem;margin:0;padding:1.25rem}.form-fieldset legend{padding:0 .4rem;font-weight:700}.form-span{grid-column:1/-1}.customer-detail-layout{grid-template-columns:minmax(16rem,.7fr) minmax(0,1.8fr);align-items:start;gap:1rem;display:grid}.customer-history-grid{gap:1rem;display:grid}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.metric-card{border:1px solid var(--border);border-radius:.6rem;flex-direction:column;gap:.35rem;padding:.85rem;display:flex}.metric-card span,.manual-address-warning{color:var(--muted);font-size:.78rem}.empty-inline{border:1px dashed var(--border);color:var(--muted);text-align:center;border-radius:.6rem;margin-top:1rem;padding:1rem}.plain-list{gap:.7rem;margin:0;padding-left:1.2rem;display:grid}.locked-banner,.row-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.manual-address-warning{margin-top:.25rem;display:block}.danger-text{color:#9a3333}.compact-details{margin:0}.approvals-panel td:first-child small{color:var(--muted)}.bin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.summary-card{border:1px solid var(--border);background:var(--surface);min-height:5rem;color:inherit;text-align:left;border-radius:.7rem;flex-direction:column;justify-content:space-between;padding:.85rem;display:flex}button.summary-card{cursor:pointer;font:inherit}.summary-card span,.muted-copy{color:var(--muted)}.summary-card strong{font-size:1.5rem}.section-heading-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.section-heading-row h2,.section-heading-row h3{margin-top:0}.bin-overdue-panel,.bin-detail-grid{margin-top:1rem}.bin-reminder-actions input{width:min(14rem,100%)}.movement-timeline,.note-timeline{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.movement-card,.note-timeline li{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, var(--accent) 8%);border-radius:.7rem;padding:1rem}.bin-workspace-grid{grid-template-columns:minmax(22rem,1.2fr) minmax(20rem,.8fr);align-items:start;gap:1rem;display:grid}.investigation-detail-panel{position:sticky;top:1rem}.choice-fieldset{border:1px solid var(--border);border-radius:.7rem;gap:1rem;padding:1rem;display:flex}.choice-fieldset label{align-items:center;gap:.4rem;display:flex}.modal-overlay{z-index:100;background:#0f172a94;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-overlay>.modal{gap:1rem;max-height:calc(100vh - 2rem);display:grid;overflow:auto}.write-off-evidence{gap:.65rem;display:grid}.write-off-evidence h3,.write-off-evidence p{margin:0}.write-off-evidence-grid{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.write-off-evidence-grid li{color:var(--muted);gap:.4rem;font-size:.8rem;display:grid}.write-off-evidence-grid a,.write-off-evidence-unavailable{border:1px solid var(--border);background:var(--surface);border-radius:.7rem;overflow:hidden}.write-off-evidence-grid a:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 55%, transparent);outline-offset:2px}.write-off-evidence-grid img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.write-off-evidence-unavailable{text-align:center;place-items:center;min-height:8rem;padding:1rem;display:grid}.settings-hub-groups{gap:24px;display:grid}.settings-hub-group>h2{color:var(--body);letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:.72rem;font-weight:800}.settings-card{min-height:144px;transition:border-color .15s,transform .15s;position:relative}.settings-card:active{transform:translateY(1px)}.settings-card h3{color:var(--ink);margin:0;font-size:.96rem}.settings-card>.settings-status{position:absolute;bottom:16px;right:18px}.settings-required{background:color-mix(in srgb, var(--warning) 14%, var(--surface));color:color-mix(in srgb, var(--warning) 78%, var(--ink));border-radius:999px;padding:3px 7px;font-size:.62rem;font-weight:800}.settings-status-ready{background:color-mix(in srgb, var(--brand) 10%, var(--surface));color:var(--brand-strong)}.settings-home-heading{margin-bottom:30px}.settings-home-heading h1{letter-spacing:-.035em;margin-bottom:8px;font-size:1.75rem}.settings-home-heading p{color:var(--muted);margin:0;font-size:.875rem}.settings-hub{gap:26px;display:grid}.settings-setup-warning{color:#8a5a00;background:#fff8e8;border:1px solid #f4d28b;border-radius:8px;align-items:center;gap:12px;padding:11px 14px;display:flex}.settings-setup-warning-icon{background:var(--warning);width:19px;height:19px;color:var(--surface);border-radius:50%;flex:0 0 19px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.settings-setup-warning strong,.settings-setup-warning span:last-child{display:block}.settings-setup-warning strong{font-size:.78rem}.settings-setup-warning span:last-child{color:#a16c0b;margin-top:2px;font-size:.72rem}.settings-hub-groups{gap:28px}.settings-hub-group>h2{color:var(--body);letter-spacing:.06em;text-transform:uppercase;margin-bottom:11px;font-size:.7rem;font-weight:800}.settings-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-card{background:var(--surface);border-radius:9px;min-height:124px;padding:14px;box-shadow:0 1px 2px #1a1a1a08}.settings-card h3{font-size:.82rem;font-weight:700}.settings-card p{color:var(--muted);margin:8px 0 0;font-size:.7rem;line-height:1.4}.settings-card small:before{content:"· "}.settings-card-action{color:var(--brand);font-size:.72rem;font-weight:700;position:absolute;bottom:12px;right:14px}.settings-card:hover{border-color:var(--brand);box-shadow:none}.settings-required{flex:none;padding:3px 6px;font-size:.56rem}@media (max-width:980px){.settings-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.settings-card-grid{grid-template-columns:1fr}}.app-shell{grid-template-columns:240px minmax(0,1fr)}.shell-main{background:#fcfcfc}.sidebar-brand{height:80px;padding:16px;font-size:17px;line-height:25.5px}.sidebar-brand .brand-mark{width:40px;height:40px}.brand-mark-letter{letter-spacing:-.08em;border-radius:9px;font-size:1.3rem;font-weight:800}.sidebar-brand small{margin-top:2px;font-size:13px;line-height:19.5px}.sidebar-nav{gap:8px;padding:24px 12px}.nav-label{margin:16px 8px 5px;font-size:.56rem}.nav-item{border-width:1.5px;border-radius:4px;gap:16px;min-height:36px;padding:6px 8px 6px 16px;font-size:15px}.nav-item-icon{flex-basis:24px;width:24px;height:24px}.nav-item-icon img{object-fit:contain;width:24px;height:24px}.nav-item[aria-current=page] .nav-item-icon img{filter:brightness(0)invert()}.icon-button{background:var(--brand);border-radius:50%;width:40px;height:40px}.notification-bell-icon{filter:brightness(0)invert()}.profile-chevron{place-items:center;width:24px;height:24px;display:grid}.profile-chevron img{width:24px;height:24px}.disposal-status{align-items:center;gap:7px;font-weight:700;display:inline-flex}.disposal-status-dot{border:1px solid var(--faint);border-radius:50%;width:7px;height:7px}.disposal-status--active{color:var(--brand-strong)}.disposal-status-dot--active{border-color:var(--brand);background:var(--brand)}.disposal-status--inactive{color:var(--muted)}.disposal-actions-cell details{display:inline-block}.disposal-actions-cell details[open]{gap:8px;display:grid}.notif-group-heading{color:var(--body);letter-spacing:.06em;text-transform:uppercase;padding-top:20px;font-size:.72rem;font-weight:800}.notif-alert-cell{min-width:260px}.notif-recipient-chips,.notif-channel-list{flex-wrap:wrap;gap:6px;display:flex}.notif-recipient-chip{background:var(--surface-muted);border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;display:inline-flex}.notif-chip-remove,.notif-locked-trigger{color:var(--muted);cursor:pointer;background:0 0;border:0}.settings-hub-panel{padding:20px}.notif-add-recipient{grid-template-columns:minmax(150px,1fr) auto;gap:6px;margin-top:8px;display:grid}.notif-channel-option{align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.notif-locked-urgency{position:relative}.notif-locked-popover{z-index:4;border:1px solid var(--ink);border-radius:var(--radius-card);background:var(--surface);width:270px;box-shadow:var(--shadow);padding:16px;position:absolute;right:0}.notif-locked-popover-title{margin:0 0 8px;font-weight:800}.notif-locked-popover-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.notif-row-message{border:1px solid var(--line);background:var(--surface);border-radius:13px;flex-direction:column;margin:8px 0 0;padding:18px;transition:border-color .12s,transform .12s,box-shadow .12s}.settings-card:hover{border-color:color-mix(in srgb, var(--brand) 30%, var(--line));transform:translateY(-2px);box-shadow:0 8px 22px #12302112}.notif-footer-legend{margin:16px 20px;font-size:.76rem}.report-two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.report-panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.report-panel-heading h2,.report-recipients-heading{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.report-section-list,.report-recipient-list{margin:0;padding:0;list-style:none;display:grid}.report-section-row{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 20px;display:grid}.report-section-row:last-child,.report-recipient-row:last-child{border-bottom:0}.report-section-reorder{gap:2px;display:grid}.report-reorder-button,.report-remove-button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px}.report-reorder-button:hover:not(:disabled),.report-remove-button:hover:not(:disabled){background:var(--surface-muted);color:var(--ink)}.report-reorder-button:disabled,.report-remove-button:disabled{cursor:not-allowed;opacity:.45}.report-section-name,.report-recipient-row strong{color:var(--ink);font-weight:700}.report-toggle,.hours-toggle{width:42px;height:24px;display:inline-flex;position:relative}.report-toggle-input,.hours-toggle input{z-index:1;cursor:pointer;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.report-toggle-track,.hours-toggle-track{background:var(--line);border-radius:999px;transition:background-color .15s;position:absolute;inset:0}.report-toggle-thumb,.hours-toggle-track:before{background:var(--surface);content:"";border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #1a1a1a33}.report-toggle-input:checked+.report-toggle-track,.hours-toggle input:checked+.hours-toggle-track{background:var(--brand)}.report-toggle-input:checked+.report-toggle-track .report-toggle-thumb,.hours-toggle input:checked+.hours-toggle-track:before{transform:translate(18px)}.settings-card p{font-size:12px;line-height:18px}.settings-section-heading p{font-size:.8rem;line-height:1.5}.settings-card small{color:var(--muted);margin-top:auto;font-size:.7rem}.settings-two-column,.template-editor-grid{gap:12px;padding:20px;display:grid}.report-send-time-note,.report-recipients-note,.report-audit-note{margin:0;font-size:.76rem}.report-recipients-heading{margin-top:10px}.report-recipient-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.report-recipient-row small,.report-recipient-lock{color:var(--muted);font-size:.75rem}.report-add-recipient-form{gap:8px;display:grid}.report-add-recipient-actions,.report-actions-buttons{flex-wrap:wrap;gap:8px;display:flex}.report-add-recipient-button,.report-toast .button{width:100%}.report-send-test-panel{background:var(--surface-muted);justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:20px 24px;display:flex}.report-send-test-panel h2{margin:0 0 4px;font-size:1rem}.report-send-test-panel p{margin:0}.report-actions-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.report-issues-note{color:var(--danger);font-size:.8rem;font-weight:700}.report-toast-backdrop{z-index:60;background:#1a1a1a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.report-toast{border-radius:var(--radius-card);background:var(--surface);text-align:center;width:min(420px,100%);box-shadow:var(--shadow);justify-items:center;gap:10px;padding:32px 28px;display:grid}.report-toast-icon{background:var(--ink);width:48px;height:48px;color:var(--surface);border-radius:50%;place-items:center;display:grid}.report-toast h2,.report-toast p{margin:0}.hours-day-list{padding:4px 20px 20px}.hours-day-row{border-bottom:1px solid var(--line);grid-template-columns:108px 42px minmax(0,1fr) 20px minmax(0,1fr);align-items:center;gap:12px;padding:12px 0;display:grid}.hours-day-row:last-of-type{border-bottom:0}.hours-day-label{color:var(--ink);font-weight:700}.hours-day-to{color:var(--muted);text-align:center;font-size:.82rem}.hours-day-row input[type=time]{border:1px solid var(--line);background:var(--surface);width:100%;min-height:38px;color:var(--ink);border-radius:8px;padding:7px 10px}.hours-day-row input[type=time]:disabled{background:var(--surface-muted);color:var(--muted)}.hours-day-row-invalid input[type=time]{border-color:var(--danger)}.hours-holidays-column{gap:16px;display:grid}.hours-holiday-row{gap:16px}.hours-holiday-actions{align-items:center;gap:12px;display:flex}.hours-holiday-note{margin:0 16px 18px}.schedule-impact-preview{margin:16px 0}.schedule-impact-preview h3,.schedule-impact-preview p{margin:0}.schedule-impact-preview p{margin-top:6px}.schedule-impact-list{gap:8px;margin:14px 0;padding:0;list-style:none;display:grid}.schedule-impact-list li{border:1px solid color-mix(in srgb, var(--warning) 28%, var(--border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--surface) 88%, var(--warning));grid-template-columns:minmax(0,1fr) auto;gap:2px 12px;padding:8px 10px;display:grid}.schedule-impact-list small{grid-column:1/-1}@media (max-width:900px){.customer-detail-layout,.customer-form-layout,.metric-grid,.bin-workspace-grid{grid-template-columns:1fr}.locked-banner,.row-actions{flex-direction:column;align-items:flex-start}.section-heading-row{flex-direction:column}.investigation-detail-panel{position:static}}.pricing-meta{color:var(--muted);margin:0 16px 14px;padding:10px 0;font-size:.8rem;line-height:1.4}.pricing-meta time{font-weight:600}.pricing-matrix table{border-collapse:collapse;background:var(--surface);width:100%}.pricing-matrix thead{background:var(--surface-muted)}.pricing-matrix th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;color:var(--ink);padding:12px 10px;font-size:.85rem;font-weight:700}.pricing-matrix th:last-child{border-right:0}.pricing-matrix td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 10px}.pricing-matrix td:last-child{border-right:0}.price-cell{gap:6px;min-width:150px;display:grid}.price-cell input,.price-cell label{width:100%}.price-cell input{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:6px;padding:7px 10px;font-size:.9rem}.price-cell input:disabled{background:var(--surface-muted);color:var(--muted)}.price-cell label{flex-direction:column;gap:4px;display:flex}.price-cell .sr-only{display:none}.settings-list{margin:0;padding:0 16px;list-style:none}.settings-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:12px 0;display:flex}.settings-list li>span{gap:3px;display:grid}.settings-list small{color:var(--muted);font-size:.75rem}.registry-row-form input,.registry-row-form select{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:6px;padding:7px 10px}.audit-workspace{--audit-line:#dfe6f3;--audit-subtle:#f6f8fc;--audit-muted:#5e6a7d;--audit-accent:var(--brand);--audit-accent-soft:#edf3ff;gap:18px;display:grid}.audit-workspace .page-heading-row{margin-bottom:0}.audit-workspace h1{letter-spacing:0}.audit-workspace code{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem}.audit-panel{border-color:var(--audit-line);box-shadow:none;border-radius:14px;padding:0}.audit-filter-bar{border-color:var(--audit-line);align-items:center}.audit-filter-bar .search-field input,.audit-filter-bar .filter-control select{border:1px solid var(--audit-line);background:var(--surface);min-height:44px;color:var(--ink);border-radius:10px}.audit-filter-bar .filter-control{align-items:center;display:inline-flex}.audit-filter-bar .search-field{flex:220px;min-width:220px}.audit-filter-bar .search-field input{width:100%;padding:9px 12px}.audit-filter-trigger{border:1px solid var(--audit-line);background:var(--surface);min-height:44px;color:var(--audit-muted);cursor:pointer;font:inherit;white-space:nowrap;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:600;line-height:19.5px;display:inline-flex}.audit-filter-chevron{flex:none}.audit-filter-trigger[aria-expanded=true] .audit-filter-chevron{transform:rotate(180deg)}.audit-export-note{border-bottom:1px solid var(--audit-line);color:var(--audit-muted);margin:0;padding:10px 17px;font-size:.78rem}.audit-row-accent td:first-child{box-shadow:inset 3px 0 0 var(--audit-accent)}.audit-row-link,.audit-resource-link{color:var(--audit-accent);font-weight:700}.audit-row-link:hover,.audit-resource-link:hover,.breadcrumb a:hover{text-decoration:underline}.empty-state{text-align:center;place-items:center;min-height:260px;padding:36px 24px;display:grid}.empty-state-icon{border:1px solid var(--audit-line);background:var(--audit-accent-soft);width:44px;height:44px;color:var(--audit-accent);border-radius:12px;place-items:center;margin-bottom:12px;font-weight:850;display:grid}.empty-state h2{letter-spacing:0;margin:0 0 8px;font-size:1.1rem}.empty-state-body{max-width:560px;color:var(--audit-muted);line-height:1.55}.empty-state-action{margin-top:18px}.empty-state-footer{max-width:620px;color:var(--faint);margin:18px 0 0;font-size:.78rem}.breadcrumb{color:var(--audit-muted);align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:flex}.meta-card,.callout-banner,.audit-detail-panel,.audit-metadata-only,.audit-neighbor-nav,.audit-detail-footer{border:1px solid var(--audit-line);background:var(--surface);box-shadow:none;border-radius:14px}.meta-card{padding:18px}.audit-section-label{color:var(--audit-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.7rem;font-weight:850}.meta-card-grid{border:1px solid var(--audit-line);background:var(--audit-line);border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.meta-card-item{background:var(--surface);min-height:86px;padding:14px}.meta-card-item-wide{grid-column:1/-1}.meta-card-item-span-two{grid-column:span 2}.meta-card-item dt{color:var(--audit-muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:7px;font-size:.68rem;font-weight:800}.meta-card-item dd{color:#263241;overflow-wrap:anywhere;margin:0;font-size:.84rem;font-weight:700;line-height:1.45}.callout-banner{background:var(--audit-accent-soft);gap:5px;padding:16px 18px;display:grid}.callout-banner p{color:var(--audit-muted);margin:0}.audit-detail-panel{overflow:hidden}.audit-section-heading{border-bottom:1px solid var(--audit-line);justify-content:space-between;align-items:flex-end;gap:18px;padding:16px 18px;display:flex}.audit-section-heading h2,.audit-metadata-only h2{letter-spacing:0;margin:0;font-size:1rem}.audit-section-heading p,.audit-metadata-only p,.audit-metadata-only small{color:var(--audit-muted);margin:0}.audit-diff-emphasis td:first-child,.audit-diff-emphasis th:first-child{box-shadow:inset 3px 0 0 var(--audit-accent)}.audit-diff-emphasis td:last-child strong{color:var(--brand-strong)}.audit-metadata-only{gap:8px;padding:26px;display:grid}.audit-neighbor-nav{justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.audit-neighbor-nav span{color:var(--audit-muted);font-size:.8rem;font-weight:700}.button-disabled{pointer-events:none;opacity:.48}.audit-detail-footer{gap:4px;padding:14px 16px;display:grid}.audit-detail-footer p{color:var(--audit-muted);margin:0;font-size:.78rem}.alert-success{border-color:color-mix(in srgb, var(--success) 30%, var(--audit-line));background:var(--success-soft);color:#17643a}@media (max-width:900px){.meta-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-section-heading,.audit-neighbor-nav{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.audit-filter-bar,.audit-workspace .page-heading-row{flex-direction:column;align-items:stretch}.audit-filter-bar .search-field,.audit-filter-bar .filter-control,.audit-filter-bar .button,.audit-filter-bar .text-button{width:100%}.meta-card-grid{grid-template-columns:1fr}}.tab-bar{border-bottom:1px solid var(--line);gap:1.75rem;display:flex;overflow-x:auto}.tab-bar-item{color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:.9rem 0;font-weight:700;position:relative}.tab-bar-item[aria-selected=true]{color:var(--brand)}.tab-bar-item[aria-selected=true]:after{background:var(--brand);content:"";height:3px;position:absolute;bottom:-1px;left:0;right:0}.detail-rail{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.detail-rail-section{border-bottom:1px solid var(--line);padding:1.25rem}.detail-rail-section:last-child{border-bottom:0}.detail-rail-section header,.detail-rail-section dl>div{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-rail-section h2{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin:0 0 .9rem;font-size:.72rem}.detail-rail-section dl{gap:.7rem;margin:0;display:grid}.detail-rail-section dt{color:var(--muted);font-size:.78rem}.detail-rail-section dd{text-align:right;margin:0;font-weight:700}.detail-rail-danger{color:var(--danger)}.data-table-shell{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.data-table-shell table{border-collapse:collapse;width:100%}.data-table-shell th{background:color-mix(in srgb, var(--brand) 8%, var(--surface));color:var(--brand);letter-spacing:.06em;text-align:left;padding:.75rem 1rem;font-size:.72rem}.data-table-shell td{border-top:1px solid var(--line);vertical-align:middle;padding:1rem}.data-table-shell tbody tr:hover{background:color-mix(in srgb, var(--brand) 3%, var(--surface))}.data-table-audit{background:0 0;border:0;border-radius:0}.data-table-audit th{background:var(--audit-subtle);color:var(--audit-muted);letter-spacing:.08em;font-size:.68rem}.data-table-audit td,.data-table-audit th{vertical-align:top}.data-table-audit td{border-top-color:var(--audit-line);color:#263241;line-height:1.45}.data-table-audit td strong,.data-table-audit th span{display:block}.data-table-audit td small,.data-table-audit th small{color:var(--audit-muted);margin-top:3px;font-size:.72rem;font-weight:600;display:block}.data-table-audit tbody tr:hover{background:#fafcf9}.data-table-footer{border-top:1px solid var(--line);color:var(--muted);padding:.85rem 1rem;font-size:.78rem}.empty-state-simple .empty-state-icon{background:color-mix(in srgb, var(--brand) 12%, var(--surface));border-radius:50%;width:3rem;height:3rem}.form-helper-panel{border:1px solid color-mix(in srgb, var(--brand) 24%, var(--line));background:color-mix(in srgb, var(--brand) 5%, var(--surface));border-radius:12px;align-self:start;padding:1.5rem}.form-valid-indicator{color:var(--success);margin:.9rem 0 0;font-weight:700}.form-helper-eyebrow,.form-helper-target span{color:var(--brand);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.form-helper-panel ul{gap:.85rem;padding:0;list-style:none;display:grid}.form-helper-panel li{grid-template-columns:auto 1fr;gap:.65rem;display:grid}.form-helper-panel li span{color:var(--success)}.form-helper-target{border-top:1px solid var(--line);gap:.35rem;margin-top:1.25rem;padding-top:1.25rem;display:grid}.customer-figma-detail-layout{grid-template-columns:minmax(16rem,.7fr) minmax(0,2fr);gap:1.5rem;margin-top:1.5rem;display:grid}.customer-tab-panel{padding-top:1.25rem}.customer-ar-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.customer-ar-grid article{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:1rem}.customer-ar-grid span,.customer-ar-grid strong{display:block}.search-results{gap:.75rem;margin-top:1.25rem;display:grid}.search-result-card,.search-create-row{border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:12px;justify-content:space-between;gap:1rem;padding:1rem;text-decoration:none;display:flex}.search-result-card div{gap:.25rem;display:grid}.search-result-card div:last-child{align-self:start;justify-items:end}.search-create-row{background:var(--brand);color:#fff;margin-top:.75rem;font-weight:700}.customer-list-section{gap:1rem;display:grid}.customer-table-footer{justify-content:space-between;gap:1rem;display:flex}@media (max-width:900px){.customer-figma-detail-layout,.customer-ar-grid{grid-template-columns:1fr}.customer-table-footer{flex-direction:column}.page-header,.callout-banner{flex-direction:column;align-items:flex-start}.page-header-actions{justify-content:flex-start}}.page-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.page-header-breadcrumb{color:var(--muted);margin-bottom:.55rem;font-size:.78rem}.page-header-title{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.page-header-title h1{margin:0}.page-header-description{color:var(--muted);margin-top:.45rem}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.empty-state{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:12px;align-content:center;place-items:center;gap:.65rem;min-height:20rem;padding:3rem;display:grid}.empty-state h2,.empty-state p{margin:0}.empty-state p{max-width:32rem;color:var(--muted)}.empty-state-icon{background:color-mix(in srgb, var(--brand) 12%, var(--surface));border-radius:50%;width:3rem;height:3rem}.callout-banner{border:1px solid;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.callout-banner strong{margin-bottom:.15rem;display:block}.callout-danger{border-color:color-mix(in srgb, var(--danger) 40%, var(--line));background:color-mix(in srgb, var(--danger) 8%, var(--surface));color:var(--danger)}.callout-warning,.callout-info{border-color:color-mix(in srgb, var(--warning) 40%, var(--line));background:color-mix(in srgb, var(--warning) 8%, var(--surface))}.callout-success{border-color:color-mix(in srgb, var(--success) 40%, var(--line));background:color-mix(in srgb, var(--success) 8%, var(--surface))}.segmented-toggle{border:1px solid var(--line);background:var(--surface-muted);border-radius:999px;padding:.2rem;display:inline-flex}.segmented-toggle button{min-width:3rem;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.45rem .8rem;font-weight:700}.segmented-toggle button.is-active{background:var(--brand);color:#fff}.dialog-shell{max-height:90dvh;overflow:auto}.dialog-shell header{justify-content:space-between;gap:1rem;display:flex}.dialog-shell h2{margin-top:0}.wide-modal{width:min(42rem,100vw - 2rem)}.wide-modal form{gap:1rem;display:grid}@media (max-width:720px){.page-header,.page-header-actions{flex-direction:column;align-items:stretch}}.settings-hub{font-family:var(--font-auth)}.settings-group-heading{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:1.5rem 0 .65rem;font-size:.72rem;font-weight:700}.settings-group-heading:first-child{margin-top:0}.settings-badge-required{background:color-mix(in srgb, var(--warning) 16%, var(--surface));color:color-mix(in srgb, var(--warning) 70%, black);border-radius:999px;padding:2px 8px;font-size:.65rem;font-weight:700}.settings-card-footer{justify-content:space-between;align-items:center;gap:.65rem;margin-top:auto;display:flex}.settings-card-footer small{margin-top:0}.settings-card-action{color:var(--brand);white-space:nowrap;font-size:.78rem;font-weight:700}
