:root{--ink-0: #ffffff;--ink-25: #fbfbfa;--ink-50: #f6f6f4;--ink-100: #eeeeea;--ink-200: #dbdbd5;--ink-300: #c3c3bc;--ink-400: #a0a099;--ink-500: #75756e;--ink-600: #5a5a54;--ink-700: #41413d;--ink-800: #2b2b28;--ink-900: #1a1a18;--ink-950: #0e0e0d;--accent-50: #fff4ed;--accent-100: #ffe4d2;--accent-500: #ea580c;--accent-600: #c2410c;--accent-700: #9a3412;--green-100: #e4f5eb;--green-600: #157a47;--amber-100: #fbf1d8;--amber-600: #8a5c07;--red-100: #fbeae8;--red-500: #cf372c;--red-600: #a72a21;--blue-100: #e8effc;--blue-600: #244aa3;--violet-100: #efe9fc;--violet-600: #5b3cc4;--text-primary: var(--ink-950);--text-secondary: var(--ink-600);--text-tertiary: var(--ink-500);--surface-page: var(--ink-25);--surface-card: var(--ink-0);--surface-sunken: var(--ink-50);--surface-hover: var(--ink-50);--surface-active: var(--ink-100);--border-subtle: var(--ink-100);--border-default: var(--ink-200);--border-strong: var(--ink-300);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(14, 14, 13, .05), 0 2px 6px rgba(14, 14, 13, .04);--shadow-lg: 0 4px 10px rgba(14, 14, 13, .05), 0 18px 40px rgba(14, 14, 13, .09);--focus: 0 0 0 3px rgba(234, 88, 12, .35);--font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--sidebar-w: 248px;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%}body{font:14px/1.5 var(--font);color:var(--text-primary);background:var(--surface-page);-webkit-font-smoothing:antialiased}h1,h2,h3,p,dl,dd,ul{margin:0}ul{padding:0;list-style:none}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}code,.mono{font-family:var(--mono);font-size:.92em}:focus-visible{outline:none;box-shadow:var(--focus);border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:8px;top:-40px;z-index:100;padding:8px 12px;background:var(--ink-950);color:var(--ink-0);border-radius:var(--radius-sm)}.skip-link:focus{top:8px}.muted{color:var(--text-secondary)}.small{font-size:12.5px}.block{display:block}.nowrap{white-space:nowrap}.row{display:flex;align-items:center}.wrap{flex-wrap:wrap}.gap-sm{gap:8px}.stack{display:flex;flex-direction:column;gap:14px}.link{color:var(--accent-700);font-weight:500}.link:hover{text-decoration:underline}.icon{display:inline-flex;flex:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border:1px solid transparent;border-radius:var(--radius-md);font-weight:550;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--sm{height:30px;padding:0 10px;font-size:13px;border-radius:var(--radius-sm)}.btn--block{width:100%}.btn--primary{background:var(--accent-600);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-700)}.btn--secondary{background:var(--surface-card);border-color:var(--border-default)}.btn--secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-strong)}.btn--ghost{background:transparent;color:var(--text-secondary)}.btn--ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text-primary)}.btn--danger{background:var(--red-600);color:#fff}.btn--danger:hover:not(:disabled){background:#8c231c}.btn--icon{width:36px;padding:0}.btn--icon.btn--sm{width:30px}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-weight:550;font-size:13px}.field__error{color:var(--red-600);font-size:12.5px}.input{height:38px;width:100%;padding:0 12px;background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md)}.input:hover{border-color:var(--border-strong)}.input:focus{outline:none;border-color:var(--accent-500);box-shadow:var(--focus)}.input[aria-invalid=true]{border-color:var(--red-500)}.input--bare{border:0;height:36px;padding:0;background:transparent}.input--bare:focus{box-shadow:none}select.input{padding-right:28px}.input-wrap{display:flex;align-items:center;gap:8px;padding:0 12px;flex:1 1 260px;max-width:420px;background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-tertiary)}.input-wrap:focus-within{border-color:var(--accent-500);box-shadow:var(--focus)}.input-wrap input{color:var(--text-primary)}.select-wrap{flex:0 0 170px}.fieldset{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-600);cursor:pointer}.card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.card--flush{padding:0;gap:0;overflow:hidden}.card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card__head--padded{padding:16px 18px 8px}.card__title{font-size:15px;font-weight:650}.is-loading{opacity:.6;transition:opacity .15s}.empty{align-items:center;text-align:center;color:var(--text-secondary);padding:32px}.alert{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:var(--radius-md);font-size:13.5px}.alert--error{background:var(--red-100);color:var(--red-600)}.alert .icon{margin-top:2px}.badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;background:var(--ink-100);color:var(--ink-700);white-space:nowrap}.badge--on{background:var(--green-100);color:var(--green-600)}.badge--off{background:var(--red-100);color:var(--red-600)}.badge--pending{background:var(--amber-100);color:var(--amber-600)}.badge--customer{background:var(--blue-100);color:var(--blue-600)}.badge--business{background:var(--accent-50);color:var(--accent-700)}.badge--admin{background:var(--violet-100);color:var(--violet-600)}.avatar{display:inline-grid;place-items:center;flex:none;border-radius:50%;background:var(--accent-100);color:var(--accent-700);font-weight:700}.avatar--sm{width:32px;height:32px;font-size:12px}.avatar--lg{width:52px;height:52px;font-size:18px}.table-scroll{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:11px 18px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border-subtle)}.table thead th{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:var(--surface-sunken)}.table tbody tr:hover{background:var(--surface-hover)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom:0}.table--compact th,.table--compact td{padding:8px 10px}.table--compact tbody tr:hover{background:none}.table__primary{font-weight:600}a.table__primary:hover{color:var(--accent-700);text-decoration:underline}.empty-cell{text-align:center!important;color:var(--text-secondary);padding:28px!important}.list{display:flex;flex-direction:column}.list__row{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:var(--radius-md)}a.list__row:hover{background:var(--surface-hover)}.list__main{flex:1;min-width:0;display:flex;flex-direction:column}.list__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list__empty{padding:12px 8px}.details{display:grid;grid-template-columns:minmax(110px,34%) 1fr;gap:8px 16px}.details dt{color:var(--text-secondary)}.details dd{overflow-wrap:anywhere}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:8px 12px;border-top:1px solid var(--border-subtle)}.pagination__range{margin-right:8px;color:var(--text-secondary);font-size:13px}.segmented{display:inline-flex;padding:3px;gap:2px;background:var(--ink-100);border-radius:var(--radius-md)}.segmented__item{border:0;background:transparent;height:30px;padding:0 12px;border-radius:var(--radius-sm);font-weight:550;color:var(--text-secondary);cursor:pointer}.segmented__item:hover{color:var(--text-primary)}.segmented__item--active{background:var(--surface-card);color:var(--text-primary);box-shadow:var(--shadow-sm)}.grants{display:flex;flex-direction:column;gap:10px}.grants__level{text-align:center!important;width:96px}.grants__target{display:block;font-weight:600}.grants th[scope=row]{font-weight:400}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-title{font-size:22px;font-weight:700;letter-spacing:-.01em}.page-sub{color:var(--text-secondary);margin-top:2px}.identity{display:flex;align-items:center;gap:14px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.grid-2{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.tiles{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.tile{gap:4px;transition:border-color .12s,box-shadow .12s}.tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg)}.tile__icon{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:6px;border-radius:var(--radius-md);background:var(--accent-50);color:var(--accent-700)}.tile__label{color:var(--text-secondary);font-size:13px}.tile__value{font-size:28px;font-weight:700;letter-spacing:-.02em}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);font-weight:550;width:fit-content}.back-link:hover{color:var(--text-primary)}.actions{padding-top:4px}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.shell__side{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:16px;padding:18px 14px 12px;background:var(--surface-card);border-right:1px solid var(--border-subtle)}.shell__brand{display:flex;align-items:center;gap:10px;padding:0 6px}.shell__logo{display:inline-grid;place-items:center;width:34px;height:34px;flex:none;border-radius:var(--radius-md);background:var(--accent-600);color:#fff;font-weight:800;font-size:17px}.shell__brand-id,.shell__me-id{display:flex;flex-direction:column;min-width:0}.shell__brand-name{font-weight:700}.shell__brand-sub,.shell__me-sub{font-size:12px;color:var(--text-tertiary)}.shell__nav{display:flex;flex-direction:column;gap:2px;flex:1}.shell__nav-item{display:flex;align-items:center;gap:10px;height:38px;padding:0 10px;border-radius:var(--radius-md);color:var(--text-secondary);font-weight:550}a.shell__nav-item:hover{background:var(--surface-hover);color:var(--text-primary)}.shell__nav-item--active{background:var(--accent-50);color:var(--accent-700)!important}.shell__nav-item--locked{color:var(--text-tertiary);cursor:not-allowed}.shell__nav-note{margin-left:auto;font-size:11px}.shell__me{display:flex;align-items:center;gap:4px;padding-top:12px;border-top:1px solid var(--border-subtle)}.shell__me-link{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:6px;border-radius:var(--radius-md)}.shell__me-link:hover,.shell__me-link--active{background:var(--surface-hover)}.shell__me-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell__version{font-size:11px;color:var(--text-tertiary);padding:0 6px}.shell__main{min-width:0;display:flex;flex-direction:column}.shell__topbar,.shell__scrim{display:none}.shell__page{padding:28px 32px 48px;max-width:1240px;width:100%}.shell__page>:not(router-outlet){display:flex;flex-direction:column;gap:18px}.login{min-height:100vh;display:grid;place-items:center;padding:24px}.login__card{width:min(400px,100%);padding:28px;gap:16px}.login__brand{display:flex;align-items:center;gap:10px}.login__brand>span:last-child{display:flex;flex-direction:column}.login__product{font-weight:700}.login__title{font-size:22px;font-weight:700}.login__divider{display:flex;align-items:center;gap:10px;color:var(--text-tertiary);font-size:12px}.login__divider:before,.login__divider:after{content:"";flex:1;border-top:1px solid var(--border-subtle)}.login__google{display:flex;justify-content:center;min-height:44px}.toasts{position:fixed;right:16px;bottom:16px;z-index:60;display:flex;flex-direction:column;gap:8px;max-width:min(420px,calc(100vw - 32px))}.toast{display:flex;align-items:center;gap:10px;padding:10px 8px 10px 14px;border-radius:var(--radius-md);background:var(--ink-950);color:var(--ink-0);box-shadow:var(--shadow-lg);font-size:13.5px;animation:toast-in .18s ease-out}.toast>span{flex:1}.toast .btn--ghost{color:#ffffffb3}.toast .btn--ghost:hover{background:#ffffff1a;color:#fff}.toast--error{background:var(--red-600)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}}@media(max-width:900px){.shell{grid-template-columns:1fr}.shell__side{position:fixed;z-index:50;left:0;top:0;width:var(--sidebar-w);transform:translate(-100%);transition:transform .2s ease,visibility .2s;box-shadow:var(--shadow-lg);visibility:hidden}.shell--menu-open .shell__side{transform:none;visibility:visible}.shell--menu-open .shell__scrim{display:block;position:fixed;inset:0;z-index:40;border:0;background:#0e0e0d6b}.shell__topbar{display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:30;height:52px;padding:0 10px;background:#fbfbfae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-subtle)}.shell__topbar-brand{font-weight:700}.shell__page{padding:18px 16px 40px}.grid-2,.form-grid{grid-template-columns:1fr}.select-wrap{flex:1 1 140px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
