:root{--vx-navy-950:#00162d;--vx-navy-900:#00213e;--vx-navy-800:#0b3354;--vx-ink:#071425;--vx-muted:#5e6b7b;--vx-border:#d9e0e7;--vx-border-strong:#c6d0da;--vx-surface:#fff;--vx-surface-soft:#f7f9fb;--vx-teal:#007f78;--vx-teal-bright:#12cdbb;--vx-teal-soft:#e8f8f5;--vx-green:#09874b;--vx-orange:#e46600;--vx-red:#d92c2c;--vx-blue:#2266d6;--vx-shadow:0 1px 2px #051b330f;--vx-radius:7px;--vx-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.v-auth{color:#14221d;background:#f3f1eb;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.v-auth__brand{color:#f8f5ec;background:radial-gradient(circle at 85% 10%,#bae0c78c,#0000 34%),linear-gradient(145deg,#15382d 0%,#102820 65%,#0b1d18 100%);flex-direction:column;justify-content:space-between;gap:4rem;padding:clamp(2rem,6vw,6rem);display:flex}.v-auth__mark{background:#ffffff14;border:1px solid #ffffff47;border-radius:.8rem;place-items:center;width:3rem;height:3rem;font-size:1.2rem;font-weight:800;display:grid}.v-auth__brand h1{letter-spacing:-.055em;max-width:11ch;margin:.65rem 0 1rem;font-size:clamp(2.7rem,5vw,5.4rem);font-weight:650;line-height:.98}.v-auth__eyebrow{text-transform:uppercase;letter-spacing:.16em;margin:0;font-size:.72rem;font-weight:750}.v-auth__lede,.v-auth__privacy,.v-auth__hint{line-height:1.65}.v-auth__lede{color:#f8f5ecb8;max-width:38rem;font-size:1.05rem}.v-auth__privacy{color:#f8f5ec94;max-width:34rem;font-size:.83rem}.v-auth__panel{place-items:center;padding:clamp(1.5rem,6vw,6rem);display:grid}.v-auth__card{width:min(100%,28rem)}.v-auth__card h2{letter-spacing:-.045em;margin:.55rem 0 .85rem;font-size:clamp(2rem,4vw,3rem)}.v-auth__hint{color:#52605a;margin:0 0 2rem}.v-auth__card form{gap:.75rem;display:grid}.v-auth__card label{font-size:.78rem;font-weight:750}.v-auth__card input{color:#14221d;min-height:3.25rem;font:inherit;background:#fff;border:1px solid #cdd3ce;border-radius:.75rem;outline:none;padding:0 1rem}.v-auth__card input:focus{border-color:#176c52;box-shadow:0 0 0 3px #176c5224}.v-auth__code{letter-spacing:.35em;font-variant-numeric:tabular-nums;font-size:1.35rem!important}.v-auth__card button{color:#fff;min-height:3.25rem;font:inherit;cursor:pointer;background:#176c52;border:0;border-radius:.75rem;margin-top:.35rem;padding:0 1rem;font-weight:750}.v-auth__card button:disabled{cursor:wait;opacity:.55}.v-auth__card .v-auth__secondary{color:#315247;background:0 0;border:1px solid #cdd3ce}.v-auth__error{color:#8d2f25;background:#fbe7e4;border-radius:.65rem;margin:1rem 0 0;padding:.8rem .9rem;font-size:.86rem}.v-auth__link{color:#fff;background:#176c52;border-radius:.75rem;align-items:center;min-height:3.25rem;padding:0 1rem;font-weight:750;text-decoration:none;display:inline-flex}@media (max-width:840px){.v-auth{grid-template-columns:1fr}.v-auth__brand{gap:2.5rem;min-height:42vh;padding:2rem}.v-auth__brand h1{font-size:clamp(2.35rem,12vw,4rem)}.v-auth__privacy{display:none}.v-auth__panel{padding:2.5rem 1.25rem 4rem}}*{box-sizing:border-box}html{background:var(--vx-surface);color:var(--vx-ink);font-family:var(--vx-font)}body{margin:0}.vx-standalone-state{gap:16px;max-width:720px;min-height:100vh;margin:0 auto;padding:15vh 24px 48px;display:grid}.vx-standalone-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}button,input,select,textarea{font:inherit}a{color:inherit}.vx-shell{min-height:100vh}.vx-skip-link{background:var(--vx-surface);border:2px solid var(--vx-teal);color:var(--vx-ink);z-index:100;border-radius:5px;padding:10px 14px;font-size:14px;font-weight:700;transition:transform .12s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.vx-skip-link:focus{outline-offset:2px;outline:3px solid #12cdbb8c;transform:translateY(0)}.vx-sidebar{background:radial-gradient(circle at 20% 10%, #12cdbb12, transparent 28%), linear-gradient(180deg, var(--vx-navy-950), #001b35);color:#fff;z-index:10;flex-direction:column;width:244px;padding:20px 8px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.vx-logo{align-items:center;gap:10px;margin:0 14px 26px;text-decoration:none;display:flex}.vx-logo strong{letter-spacing:-.02em;font-size:21px;display:block}.vx-logo small{color:#a9bdd0;margin-top:2px;font-size:11px;display:block}.vx-brand-mark{color:var(--vx-teal-bright);flex:none;display:inline-flex}.vx-brand-mark svg{width:42px;height:36px}.vx-brand-mark.is-compact svg{width:28px;height:24px}.vx-nav{gap:4px;display:grid}.vx-nav-item{color:#e5edf5;border-left:3px solid #0000;border-radius:5px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:14px;font-weight:520;text-decoration:none;transition:background .15s,color .15s;display:flex}.vx-nav-item svg{width:21px;height:21px}.vx-nav-item:hover,.vx-nav-item:focus-visible{color:#fff;background:#ffffff14;outline:none}.vx-nav-item.is-active{border-left-color:var(--vx-teal-bright);color:#fff;background:linear-gradient(90deg,#1f577eb8,#1f577e61)}.vx-sidebar-footer{border-top:1px solid #ffffff1f;margin-top:auto;padding:16px 14px 0}.vx-workspace{min-width:0;margin-left:244px}.vx-topbar{border-bottom:1px solid var(--vx-border);z-index:8;background:#fffffff5;justify-content:space-between;align-items:center;height:66px;padding:0 24px;display:flex;position:sticky;top:0}.vx-main{max-width:1500px;margin:0 auto;padding:26px 24px 40px}.vx-mobile-nav{display:none}.vx-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin:0 0 20px;display:flex}.vx-page-header h1{letter-spacing:-.035em;margin:0;font-size:clamp(26px,2.1vw,34px);line-height:1.12}.vx-page-header p{color:var(--vx-muted);margin:6px 0 0;font-size:14px;line-height:1.5}.vx-page-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vx-panel{background:var(--vx-surface);border:1px solid var(--vx-border);border-radius:var(--vx-radius);box-shadow:var(--vx-shadow);min-width:0}.vx-panel-header{border-bottom:1px solid var(--vx-border);justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;display:flex}.vx-panel-header h2{letter-spacing:-.01em;margin:0;font-size:15px}.vx-button{cursor:pointer;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 14px;font-size:13px;font-weight:650;text-decoration:none;transition:box-shadow .15s,transform .15s,background .15s;display:inline-flex}.vx-button:hover{transform:translateY(-1px)}.vx-button:focus-visible{outline:none;box-shadow:0 0 0 3px #12cdbb47}.vx-button.is-primary{background:var(--vx-teal);color:#fff}.vx-button.is-secondary{border-color:var(--vx-border-strong);color:var(--vx-ink);background:#fff}.vx-button.is-ghost{color:var(--vx-teal);background:0 0;padding-inline:5px}.vx-button.is-danger{color:var(--vx-red);background:#fff;border-color:#e8b0b0}.vx-status{color:var(--vx-muted);white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:inline-flex}.vx-status-dot{background:#8693a0;border-radius:999px;width:7px;height:7px}.vx-status.is-healthy{color:var(--vx-green)}.vx-status.is-healthy .vx-status-dot{background:var(--vx-green)}.vx-status.is-warning{color:var(--vx-orange)}.vx-status.is-warning .vx-status-dot{background:var(--vx-orange)}.vx-status.is-critical{color:var(--vx-red)}.vx-status.is-critical .vx-status-dot{background:var(--vx-red)}.vx-status.is-info{color:var(--vx-blue)}.vx-status.is-info .vx-status-dot{background:var(--vx-blue)}.vx-progress-wrap{gap:8px;display:grid}.vx-progress-label{justify-content:space-between;align-items:baseline;font-size:13px;display:flex}.vx-progress-label strong{font-size:13px;font-weight:650}.vx-progress{background:#dfe5eb;border-radius:999px;height:6px;overflow:hidden}.vx-progress span{background:var(--vx-teal);border-radius:inherit;height:100%;display:block}.vx-metric{align-items:center;gap:12px;min-height:74px;padding:14px 16px;display:flex}.vx-metric+.vx-metric{border-left:1px solid var(--vx-border)}.vx-metric>div{gap:3px;display:grid}.vx-metric span,.vx-metric small{color:var(--vx-muted);font-size:11px}.vx-metric strong{letter-spacing:-.02em;font-size:18px}.vx-metric-icon{background:var(--vx-teal-soft);color:var(--vx-teal);border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.vx-metric-icon svg{width:19px;height:19px}.vx-notice{border-radius:var(--vx-radius);background:#f1f7ff;border:1px solid #b9d6f7;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.vx-notice>svg{color:var(--vx-blue);width:20px;height:20px}.vx-notice strong{font-size:13px}.vx-notice p{color:var(--vx-muted);margin:3px 0 0;font-size:12px}.vx-notice.is-warning{background:#fff8f0;border-color:#f2c590}.vx-notice.is-warning>svg{color:var(--vx-orange)}.vx-notice.is-critical{background:#fff4f4;border-color:#e9b3b3}.vx-notice.is-critical>svg{color:var(--vx-red)}.vx-table-scroll{overflow-x:auto}.vx-table-scroll:focus-visible{outline-offset:-3px;border-radius:4px;outline:3px solid #007f7859}.vx-table{border-collapse:collapse;width:100%;min-width:680px;font-size:12px}.vx-table th,.vx-table td{border-bottom:1px solid var(--vx-border);text-align:left;vertical-align:middle;padding:13px 16px}.vx-table th{font-weight:600}.vx-table thead th{color:var(--vx-muted);white-space:nowrap;font-size:11px;font-weight:550}.vx-table tbody tr:last-child th,.vx-table tbody tr:last-child td{border-bottom:0}.vx-table tbody tr:hover{background:var(--vx-surface-soft)}.vx-stack{gap:16px;display:grid}.vx-field{gap:7px;font-size:13px;font-weight:600;display:grid}.vx-field input,.vx-field select,.vx-field textarea{border:1px solid var(--vx-border-strong);color:var(--vx-ink);background:#fff;border-radius:5px;min-height:39px;padding:8px 10px}.vx-field textarea{resize:vertical;min-height:96px}.vx-field input:focus,.vx-field select:focus,.vx-field textarea:focus{border-color:var(--vx-teal);outline:none;box-shadow:0 0 0 3px #007f781f}.vx-field small{color:var(--vx-muted);font-size:11px;font-weight:400}.vx-empty{color:var(--vx-muted);text-align:center;flex-direction:column;align-items:center;padding:42px 20px;display:flex}.vx-empty>svg{color:var(--vx-teal);width:30px;height:30px;margin-bottom:12px}.vx-empty strong{color:var(--vx-ink);font-size:14px}.vx-empty p{max-width:420px;font-size:12px;line-height:1.5}.vx-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1080px){.vx-sidebar{width:208px}.vx-workspace{margin-left:208px}.vx-nav-item{padding-inline:10px;font-size:12px}}@media (max-width:760px){.vx-sidebar{display:none}.vx-workspace{margin-left:0}.vx-mobile-nav{background:var(--vx-navy-950);color:#fff;z-index:20;display:block;position:sticky;top:0}.vx-mobile-nav summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;font-size:12px;font-weight:650;display:flex}.vx-mobile-brand{align-items:center;gap:8px;font-size:16px;display:flex}.vx-mobile-nav nav{border-top:1px solid #ffffff1f;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;display:grid}.vx-mobile-nav nav a{align-items:center;gap:8px;padding:10px;font-size:12px;text-decoration:none;display:flex}.vx-mobile-nav nav a[aria-current=page]{background:var(--vx-navy-800);border-radius:4px}.vx-mobile-nav nav svg{width:17px;height:17px}.vx-topbar{height:56px;padding:0 16px;position:static}.vx-main{padding:20px 16px 32px}.vx-page-header{flex-direction:column;align-items:stretch}.vx-page-actions .vx-button{flex:1}.vx-notice{grid-template-columns:auto 1fr;align-items:flex-start}.vx-notice-actions{grid-column:1/-1;width:100%}.vx-notice-actions .vx-button{width:100%}.vx-metric+.vx-metric{border-left:0;border-top:1px solid var(--vx-border)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.customer-top-context{gap:2px;display:grid}.customer-top-context span{color:var(--vx-muted);font-size:11px}.customer-top-context strong{font-size:14px}.customer-workspace-picker{gap:2px;display:grid}.customer-workspace-picker span{color:var(--vx-muted);font-size:11px}.customer-workspace-picker select{color:var(--vx-ink);background:0 0;border:0;max-width:min(42vw,360px);padding:0 20px 0 0;font-size:14px;font-weight:700}.customer-workspace-picker select:focus-visible{border-radius:3px;outline:none;box-shadow:0 0 0 3px #007f7824}.customer-user{align-items:center;gap:10px;font-size:13px;display:flex}.customer-sign-out{white-space:nowrap}.customer-avatar{background:var(--vx-teal);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:inline-flex}.customer-workspace-switch{border:1px solid #ffffff2e;border-radius:6px;align-items:center;gap:10px;padding:10px;display:flex}.customer-workspace-switch span:first-child{background:var(--vx-teal);border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;display:flex}.customer-workspace-switch strong,.customer-workspace-switch small{display:block}.customer-workspace-switch strong{font-size:12px}.customer-workspace-switch small{color:#a9bdd0;margin-top:2px;font-size:10px}.customer-dashboard{grid-template-columns:minmax(0,2.2fr) minmax(280px,1fr);gap:14px;display:grid}.customer-dashboard-main,.customer-dashboard-side{gap:14px;min-width:0;display:grid}.customer-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-link{color:var(--vx-teal);font-size:12px;font-weight:650;text-decoration:none}.customer-link:hover{text-decoration:underline}.customer-profile-name{gap:10px;display:flex}.customer-profile-mark{color:#205dcc;background:#eaf1ff;border:1px solid #cad9f8;border-radius:4px;flex:none;justify-content:center;align-items:center;width:31px;height:31px;font-size:15px;display:inline-flex}.customer-profile-name strong,.customer-profile-name small{display:block}.customer-profile-name strong{font-size:12px}.customer-profile-name small{color:var(--vx-muted);margin-top:2px;font-size:10px}.customer-health{color:var(--vx-green);font-size:14px;font-weight:700}.customer-health.is-warning{color:var(--vx-orange)}.customer-health-score{align-items:flex-end;gap:12px;padding:18px;display:flex}.customer-health-score strong{color:var(--vx-green);letter-spacing:-.045em;font-size:43px;font-weight:580;line-height:1}.customer-health-score span{color:var(--vx-green);padding-bottom:4px;font-size:12px}.customer-panel-body{padding:16px}.customer-usage{gap:18px;display:grid}.customer-entitlement{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.customer-entitlement .vx-metric{padding:12px}.customer-memory{gap:14px;padding:16px;display:grid}.customer-retention-row{border-bottom:1px solid var(--vx-border);justify-content:space-between;align-items:center;padding-bottom:12px;font-size:12px;display:flex}.customer-retention-row:last-of-type{border-bottom:0}.customer-next-actions{gap:8px;padding:10px;display:grid}.customer-next-actions a{border:1px solid var(--vx-border);border-radius:5px;align-items:center;gap:10px;padding:11px;font-size:12px;text-decoration:none;display:flex}.customer-next-actions a:hover{border-color:var(--vx-teal)}.customer-next-actions svg{color:var(--vx-teal);width:18px;height:18px}.customer-section-grid{grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:16px;display:grid}.customer-toolbar{flex-wrap:wrap;align-items:end;gap:10px;padding:14px 16px;display:flex}.customer-toolbar .vx-field{flex:220px}.customer-definition-list{margin:0;display:grid}.customer-definition-list>div{border-bottom:1px solid var(--vx-border);grid-template-columns:minmax(130px,.6fr) 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.customer-definition-list>div:last-child{border-bottom:0}.customer-definition-list dt{color:var(--vx-muted);font-size:12px}.customer-definition-list dd{margin:0;font-size:13px}.customer-settings-form{gap:16px;max-width:620px;padding:18px;display:grid}.customer-danger-zone{border-color:#efb9b9}.customer-note{color:var(--vx-muted);font-size:11px;line-height:1.5}.customer-page-actions{justify-content:flex-end;display:flex}.customer-management-form{gap:14px;max-width:720px;padding:18px;display:grid}.customer-management-form.is-inline{border-bottom:1px solid var(--vx-border);border-top:1px solid var(--vx-border);grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.customer-form-actions,.customer-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.customer-form-error,.customer-form-success,.customer-loading{border-radius:5px;margin:0 16px 16px;padding:10px 12px;font-size:12px}.customer-form-error.is-contained{margin:0}.customer-form-error{color:var(--vx-red);background:#fff0f0}.customer-form-success{background:var(--vx-teal-soft);color:var(--vx-teal);margin:0}.customer-loading{color:var(--vx-muted)}.customer-pairing-success{gap:14px;padding:20px;display:grid}.customer-pairing-success h2,.customer-pairing-success p{margin:0}.customer-pairing-success h2{font-size:22px}.customer-pairing-success p{color:var(--vx-muted);font-size:13px;line-height:1.6}.customer-pairing-success .customer-definition-list{border:1px solid var(--vx-border);border-radius:5px}.customer-pairing-success .vx-button{justify-self:start}.customer-consent{gap:18px;padding:18px;display:grid}.customer-consent-summary{border:1px solid var(--vx-border);border-radius:5px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.customer-consent-summary>div{gap:6px;min-width:0;padding:12px 14px;display:grid}.customer-consent-summary>div:nth-child(2n){border-left:1px solid var(--vx-border)}.customer-consent-summary>div:nth-child(n+3){border-top:1px solid var(--vx-border)}.customer-consent-summary span{color:var(--vx-muted);font-size:11px}.customer-consent-summary strong{overflow-wrap:anywhere;font-size:13px}.customer-consent-terms{color:var(--vx-muted);font-size:12px;line-height:1.6}.customer-consent-terms h3{color:var(--vx-ink);margin:0 0 8px;font-size:13px}.customer-consent-terms ul{margin:0;padding-left:20px}.customer-consent-terms li+li{margin-top:5px}.customer-toolbar-spread{justify-content:space-between;align-items:center}.customer-copy-field{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.customer-copy-field input{flex:360px;min-width:0}.customer-management-form textarea{resize:vertical;min-height:130px}.customer-invitation-page{max-width:620px;margin:10vh auto;padding:20px}.customer-panel-body code,.vx-table code{overflow-wrap:anywhere;font-size:11px}@media (max-width:1120px){.customer-dashboard,.customer-section-grid{grid-template-columns:1fr}}@media (max-width:720px){.customer-summary-grid,.customer-entitlement{grid-template-columns:1fr}.customer-definition-list>div{grid-template-columns:1fr;align-items:start}.customer-top-context span,.customer-user>span:not(.customer-avatar){display:none}.customer-management-form.is-inline,.customer-consent-summary{grid-template-columns:1fr}.customer-consent-summary>div:nth-child(2n){border-left:0}.customer-consent-summary>div+div{border-top:1px solid var(--vx-border)}}
