.nav-item{position:relative;display:flex;align-items:center;gap:var(--space-xxs);width:100%;padding:var(--space-xs) var(--space-xs) var(--space-xs) var(--space-md);border:none;background:none;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:500;letter-spacing:-.42px;color:var(--admin-text-tertiary);text-decoration:none;text-align:left}.nav-item:hover{background:var(--admin-nav-active-bg)}.nav-item.active{background:var(--admin-nav-active-bg);color:var(--admin-text-dim)}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;border-radius:var(--radius-xs);background:var(--orange-primary)}.nav-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.nav-item-label{flex:1;min-width:0}.nav-item-count{padding:2px var(--space-xs);border-radius:var(--radius-pill);background:var(--admin-nav-active-bg);font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary)}@media(max-width:720px){.nav-item{width:auto;padding:var(--space-xs)}.nav-item.active:before{content:none}.nav-item-label,.nav-item-count{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}}.user-menu{position:relative;padding-top:var(--space-xl);border-top:1px solid var(--admin-border)}.user-menu-chip{display:flex;align-items:center;gap:var(--space-xs);width:100%;padding:var(--space-xxs);background:none;border:none;border-radius:var(--radius-sm);text-align:left}.user-menu-chip:hover{background:var(--admin-nav-active-bg)}.user-menu-avatar{width:40px;height:40px;border-radius:var(--radius-pill)}.user-menu-text{display:flex;flex-direction:column;gap:2px;min-width:0}.user-menu-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-md);font-weight:500;color:var(--admin-text-dim)}.user-menu-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary)}.user-menu-popover{position:absolute;bottom:calc(100% + var(--space-xs));left:0;right:0;display:flex;flex-direction:column;gap:2px;padding:var(--space-xs);background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--radius-sm);box-shadow:0 4px 12px #00000014}.user-menu-item{padding:var(--space-xs);background:none;border:none;border-radius:var(--radius-sm);font-size:var(--text-md);font-weight:500;color:var(--admin-text-dim);text-align:left;text-decoration:none}.user-menu-item:hover{background:var(--admin-nav-active-bg)}.user-menu-signout{color:var(--pill-risk-text)}@media(max-width:720px){.user-menu{padding-top:0;border-top:none}.user-menu-chip{width:auto;padding:2px;margin-right:-2px}.user-menu-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.user-menu-avatar{width:32px;height:32px}.user-menu-popover{bottom:auto;top:calc(100% + var(--space-xs));left:auto;right:0;width:max-content;min-width:200px}}.admin-sidenav{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-xl) var(--space-md) var(--space-section);background:var(--admin-card-bg);border-right:1px solid var(--admin-border)}.admin-sidenav-top{display:flex;flex-direction:column;align-items:center;gap:var(--space-section)}.admin-sidenav-logo{width:130px;height:76px;object-fit:contain}.admin-sidenav-nav{display:flex;flex-direction:column;gap:var(--space-md);width:100%}@media(max-width:720px){.admin-sidenav{z-index:6;height:auto;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--space-xs) var(--gutter-x);border-right:none;border-bottom:1px solid var(--admin-border)}.admin-sidenav-top{flex-direction:row;gap:var(--space-md)}.admin-sidenav-logo{width:auto;height:32px}.admin-sidenav-nav{flex-direction:row;gap:var(--space-xs);width:auto}}.admin-topbar{display:flex;align-items:center;justify-content:space-between;min-height:73px;padding:var(--space-md) var(--gutter-x);background:var(--admin-bg);border-bottom:1px solid var(--admin-border)}.admin-topbar-title{flex-shrink:0;font-size:var(--text-sm);font-weight:500;letter-spacing:-.56px;color:var(--admin-text-topbar);white-space:nowrap}.admin-topbar-bell{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);border:none;background:none;border-radius:var(--radius-md);color:var(--admin-search-placeholder)}.admin-topbar-bell:hover{background:var(--admin-nav-active-bg)}@media(max-width:720px){.admin-topbar{display:none}}.portal-sidenav{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-xl) var(--space-md) var(--space-section);background:var(--admin-card-bg);border-right:1px solid var(--admin-border)}.portal-sidenav-top{display:flex;flex-direction:column;align-items:center;gap:var(--space-section)}.portal-sidenav-logo{width:130px;height:76px;object-fit:contain}.portal-sidenav-nav{display:flex;flex-direction:column;gap:var(--space-md);width:100%}@media(max-width:720px){.portal-sidenav{z-index:6;height:auto;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--space-xs) var(--gutter-x);border-right:none;border-bottom:1px solid var(--admin-border)}.portal-sidenav-top{flex-direction:row;gap:var(--space-md)}.portal-sidenav-logo{width:auto;height:32px}.portal-sidenav-nav{flex-direction:row;gap:var(--space-xs);width:auto}}.portal-topbar{display:flex;align-items:center;min-height:73px;padding:var(--space-md) var(--gutter-x);background:var(--admin-bg);border-bottom:1px solid var(--admin-border)}.portal-topbar-title{font-size:var(--text-sm);font-weight:500;letter-spacing:-.56px;color:var(--admin-text-topbar);white-space:nowrap}@media(max-width:720px){.portal-topbar{display:none}}.engine{display:grid;grid-template-columns:212px 1fr;min-height:100vh;background:var(--admin-bg)}.engine-main{display:flex;flex-direction:column;min-width:0}.engine-content{flex:1;padding:var(--gutter-y) var(--gutter-x) var(--space-section)}@media(max-width:720px){.engine{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.filter-select{position:relative;display:block}.filter-select select{padding:var(--space-xs) 40px var(--space-xs) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;color:var(--admin-text-dim);appearance:none}.filter-select select:focus-visible{outline:2px solid var(--orange-primary);outline-offset:1px}.filter-select svg{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;color:var(--admin-icon-mid)}@media(max-width:720px){.filter-select select{width:100%}}.new-account-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:flex-end;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.new-account-drawer{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.new-account-drawer::-webkit-scrollbar{display:none}.new-account-header{display:flex;align-items:center;gap:var(--space-md)}.new-account-heading{display:flex;flex-direction:column;gap:var(--space-xxs);flex:1;min-width:0}.new-account-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.new-account-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.new-account-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.new-account-row{display:flex;gap:var(--space-md)}.new-account-row .new-account-field{flex:1;min-width:0}.new-account-field{display:flex;flex-direction:column;gap:var(--space-xxs)}.new-account-field label{font-size:var(--text-sm);font-weight:500;color:var(--admin-text-label)}.new-account-field input,.new-account-field select{width:100%;padding:var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--admin-text-input);appearance:none}.new-account-field input::placeholder{color:var(--admin-text-placeholder)}.new-account-field-lg label{font-size:var(--text-md);font-weight:500;color:var(--admin-text-input);line-height:1.47}.new-account-field-lg input,.new-account-field-lg select{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47}.new-account-field-lg input::placeholder{color:var(--admin-placeholder-strong)}.new-account-placeholder{color:var(--admin-text-placeholder)}.new-account-field-lg .new-account-placeholder{color:var(--admin-placeholder-strong)}.new-account-control{position:relative;display:block}.new-account-control svg{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;color:var(--admin-icon-mid)}.new-account-control input,.new-account-control select{padding-right:48px}.new-account-control input[type=date]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:auto;height:auto;opacity:0;cursor:pointer}.new-account-pricing-note{margin:2px 0 0;font-size:var(--text-md);font-weight:500;line-height:1.47;letter-spacing:-.48px;color:var(--admin-text-tertiary)}.new-account-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.new-account-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.new-account-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.new-account-submit:hover{background:var(--orange-subtle)}@media(max-width:720px){.new-account-row{flex-direction:column}}.new-account-button{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);width:190px;padding:var(--space-md);border:none;border-radius:var(--radius-lg);background:var(--orange-primary);font-size:var(--text-md);font-weight:500;color:var(--white)}.new-account-button:hover{background:var(--orange-subtle)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.page-header-heading{display:flex;flex-direction:column;gap:var(--space-xxs);min-width:0}.page-header-eyebrow{font-size:var(--text-xs);font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--admin-text-tertiary)}.page-header-heading h1{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-display);font-weight:600;line-height:1.1;letter-spacing:-.6px;color:var(--admin-text-primary)}.page-header-heading p{margin:0;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary)}@media(max-width:720px){.page-header{flex-direction:column;align-items:stretch}.page-header-heading h1{white-space:normal;overflow:visible}}.search-box{display:flex;align-items:center;gap:var(--space-xs);width:100%;max-width:428px;min-width:0;flex-shrink:1;padding:var(--space-xs) var(--space-sm);background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--radius-md);color:var(--admin-search-placeholder)}.search-box:focus-within{outline:2px solid var(--orange-primary);outline-offset:1px}.search-box input{flex:1;min-width:0;border:none;outline:none;background:none;font-size:var(--text-sm);font-weight:500;color:var(--admin-text-dim)}.search-box input::placeholder{color:var(--admin-search-placeholder)}.section-heading{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-xxs) var(--space-xs);width:100%}.section-heading-dot{width:8px;height:8px;border-radius:var(--radius-xs);flex-shrink:0}.section-heading-dot-warn{background:var(--dot-warn)}.section-heading-label{margin:0;font-size:var(--text-xs);font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:var(--admin-text-tertiary);white-space:nowrap}.section-heading-meta{margin-left:auto;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary);white-space:nowrap}.stat-card{display:flex;flex-direction:column;gap:var(--space-xs);flex:1 1 210px;min-width:0;padding:var(--space-lg)}.stat-card-title{font-size:var(--text-sm);font-weight:600;color:var(--admin-text-muted)}.stat-card-value{padding-top:var(--space-xs);font-size:var(--text-display);font-weight:600;letter-spacing:-.8px;color:var(--admin-text-primary)}.stat-card-sub{font-size:var(--text-xs);font-weight:500;line-height:18px;color:var(--admin-text-tertiary)}.avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-pill);font-weight:500;letter-spacing:-.27px;-webkit-user-select:none;user-select:none}.avatar-40{width:40px;height:40px;font-size:var(--text-lg)}.avatar-28{width:28px;height:28px;font-size:var(--text-sm)}.avatar-56{width:56px;height:56px;font-size:var(--text-xl)}.avatar-c1{background:var(--avatar-1-bg);color:var(--avatar-1-text)}.avatar-c2{background:var(--avatar-2-bg);color:var(--avatar-2-text)}.avatar-c3{background:var(--avatar-3-bg);color:var(--avatar-3-text)}.avatar-c4{background:var(--avatar-4-bg);color:var(--avatar-4-text)}.avatar-c5{background:var(--avatar-5-bg);color:var(--avatar-5-text)}.pill{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-xxs) var(--space-xs);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:600;letter-spacing:-.3px;white-space:nowrap}.pill-small{padding:2px var(--space-xs);font-size:var(--text-xs);letter-spacing:-.18px}.pill-partner{background:var(--pill-partner-bg);color:var(--pill-partner-text)}.pill-clear,.pill-owner{background:var(--pill-clear-bg);color:var(--pill-clear-text)}.pill-admin{background:var(--pill-partner-bg);color:var(--pill-partner-text)}.renewals-table-scroll{overflow-x:auto}.renewals-table{width:100%;min-width:700px;border-collapse:separate;border-spacing:0}.renewals-table th{height:40px;padding:var(--space-xs) var(--space-sm);text-align:left;font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border)}.renewals-table td{height:44px;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-dim);border-bottom:1px solid var(--admin-row-border)}.renewals-table tbody tr:last-child td{border-bottom:none}.renewals-table-col-company{width:34%}.renewals-table-col-industry{width:28%}.renewals-table-col-tier{width:20%}.renewals-table-col-renews{width:18%}.renewals-table-company{display:flex;align-items:center;gap:var(--space-xs);font-weight:500}.renewals-table-link{color:var(--admin-text-dim);text-decoration:none}.renewals-table-link:hover{color:var(--orange-primary)}.renewals-table-renews{display:flex;align-items:center;gap:var(--space-xxs);color:var(--admin-text-dim)}.renewals-table-empty{margin:0;padding:var(--space-xl);font-size:var(--text-sm);font-weight:500;color:var(--admin-text-tertiary)}@media(max-width:720px){.renewals-table{min-width:max-content;table-layout:auto}.renewals-table th{width:auto}}.command-centre{display:flex;flex-direction:column;gap:var(--space-xxl)}.command-centre-renewals{display:flex;flex-direction:column;gap:var(--space-sm)}.command-centre-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.command-centre-filters{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}@media(max-width:720px){.command-centre-controls,.command-centre-filters{flex-direction:column;align-items:stretch}}.underline-tabs{display:flex;align-items:center;gap:var(--space-xxs);border-bottom:1px solid var(--admin-card-border)}.underline-tab{display:flex;align-items:center;justify-content:center;gap:var(--space-xxs);min-height:40px;padding:var(--space-xs) var(--space-md);border:none;background:none;font-size:var(--text-sm);font-weight:500;line-height:20px;color:var(--admin-text-tertiary)}.underline-tab-active{border-bottom:4px solid var(--orange-primary)}.underline-tab-active .underline-tab-label{font-weight:600;color:var(--admin-text-dim)}.underline-tab-count{font-size:var(--text-xs);color:var(--admin-text-tertiary)}.add-seats-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.add-seats-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.add-seats-modal::-webkit-scrollbar{display:none}.add-seats-header{display:flex;align-items:flex-start;gap:var(--space-md)}.add-seats-heading{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.add-seats-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.add-seats-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.add-seats-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.add-seats-field{display:flex;flex-direction:column;gap:var(--space-xs)}.add-seats-field label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.add-seats-required{color:var(--dot-risk)}.add-seats-field input{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.add-seats-field input::placeholder{color:var(--admin-placeholder-strong)}.add-seats-note{margin:0;font-size:var(--text-xs);font-weight:500;line-height:1.5;color:var(--admin-text-tertiary)}.add-seats-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.add-seats-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.add-seats-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.add-seats-submit:hover{background:var(--orange-subtle)}.contract-tab{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}@media(max-width:1024px){.contract-tab{grid-template-columns:1fr}}.contract-snapshot{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.contract-rows{display:flex;flex-direction:column;margin:0}.contract-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--admin-border-subtle)}.contract-row:last-child{padding-bottom:var(--space-md);border-bottom:none}.contract-row dt{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.contract-row dd{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:-.28px;color:var(--admin-text-primary)}.contract-note{margin:0;font-size:var(--text-xs);font-weight:500;line-height:1.5;color:var(--admin-text-muted)}.edit-account-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:flex-end;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.edit-account-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.edit-account-modal::-webkit-scrollbar{display:none}.edit-account-header{display:flex;align-items:center;gap:var(--space-md)}.edit-account-heading{display:flex;flex-direction:column;gap:var(--space-xxs);flex:1;min-width:0}.edit-account-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.edit-account-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.edit-account-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.edit-account-row{display:flex;gap:var(--space-md)}.edit-account-row .edit-account-field{flex:1;min-width:0}.edit-account-field{display:flex;flex-direction:column;gap:var(--space-xxs)}.edit-account-field label{font-size:var(--text-sm);font-weight:500;color:var(--admin-text-label)}.edit-account-field input,.edit-account-field select{width:100%;padding:var(--space-md) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--admin-text-input);appearance:none}.edit-account-field input::placeholder{color:var(--admin-text-placeholder)}.edit-account-field-lg label{font-size:var(--text-md);font-weight:500;color:var(--admin-text-input);line-height:1.47}.edit-account-field-lg input,.edit-account-field-lg select{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47}.edit-account-field-lg input::placeholder{color:var(--admin-placeholder-strong)}.edit-account-control{position:relative;display:block}.edit-account-control svg{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;color:var(--admin-icon-mid)}.edit-account-control input,.edit-account-control select{padding-right:48px}.edit-account-control input[type=date]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:auto;height:auto;opacity:0;cursor:pointer}.edit-account-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.edit-account-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.edit-account-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.edit-account-submit:hover{background:var(--orange-subtle)}@media(max-width:720px){.edit-account-row{flex-direction:column}}.pagination{display:flex;align-items:center;gap:var(--space-sm)}.pagination-nav{display:flex;align-items:center;gap:var(--space-xxs);padding:var(--space-xs) var(--space-sm);background:var(--admin-card-bg);border:1px solid var(--pagination-border);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:500;color:var(--admin-icon-mid)}.pagination-nav:disabled{opacity:.4}.pagination-numbers{display:flex;align-items:center;gap:var(--space-xxs)}.pagination-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:var(--admin-card-bg);border:1px solid transparent;border-radius:var(--radius-xs);font-size:var(--text-sm);font-weight:500;color:var(--admin-icon-muted)}.pagination-number-active{background:var(--pagination-active-bg);border-color:var(--driver-bar);color:var(--driver-bar)}.activity-log{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.activity-log-rows{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.activity-log-row{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--admin-row-border)}.activity-log-row:last-child{border-bottom:none}.activity-log-dot{width:8px;height:8px;flex-shrink:0;border-radius:var(--radius-pill)}.activity-log-dot-invite{background:var(--orange-primary)}.activity-log-dot-session{background:var(--health-good)}.activity-log-dot-commitment{background:var(--health-mid)}.activity-log-dot-seat{background:var(--status-inactive-text)}.activity-log-description{flex:1;min-width:0;margin:0;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-dim)}.activity-log-actor{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted);white-space:nowrap}.activity-log-time{font-size:var(--text-xs);font-weight:400;color:var(--admin-text-tertiary);white-space:nowrap}.activity-log-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.activity-log-showing{font-size:var(--text-sm);font-weight:600;color:var(--admin-text-label)}.overview-tab{display:flex;flex-direction:column;gap:var(--space-xl)}.overview-info{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.overview-info-rows{display:flex;flex-direction:column;margin:0}.overview-info-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--admin-border-subtle)}.overview-info-row:last-child{padding-bottom:var(--space-md);border-bottom:none}.overview-info-row dt{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.overview-info-row dd{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:-.28px;color:var(--admin-text-primary)}.add-coach-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.add-coach-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.add-coach-modal::-webkit-scrollbar{display:none}.add-coach-header{display:flex;align-items:flex-start;gap:var(--space-md)}.add-coach-heading{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.add-coach-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.add-coach-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.add-coach-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.add-coach-field{display:flex;flex-direction:column;gap:var(--space-xs)}.add-coach-field label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.add-coach-required{color:var(--dot-risk)}.add-coach-field input{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.add-coach-field input::placeholder{color:var(--admin-placeholder-strong)}.add-coach-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.add-coach-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.add-coach-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.add-coach-submit:hover{background:var(--orange-subtle)}.seats-tab{display:flex;flex-direction:column;gap:var(--space-md)}.seats-tab-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.seats-tab-add{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);width:140px;padding:var(--space-xs) var(--space-sm);border:none;border-radius:var(--radius-md);background:var(--orange-primary);font-size:var(--text-sm);font-weight:500;letter-spacing:-.2px;color:var(--white)}.seats-tab-add:hover{background:var(--orange-subtle)}.seats-tab-table-scroll{overflow-x:auto}.seats-tab-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0}.seats-tab-table th{height:40px;padding:var(--space-xs) var(--space-sm);text-align:left;font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border)}.seats-tab-table td{height:44px;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-dim);border-bottom:1px solid var(--admin-row-border)}.seats-tab-col-name{width:24%}.seats-tab-col-status,.seats-tab-col-active{width:19%}.seats-tab-col-actions{width:160px}.seats-tab-actions{display:flex;align-items:center;gap:var(--space-xs)}.seats-tab-action{padding:var(--space-xs) var(--space-sm);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:500;color:var(--admin-text-dim)}.seats-tab-action:hover{background:var(--admin-muted-btn-bg)}.seats-tab-action-danger{color:var(--pill-risk-text)}.seats-tab-coach{display:flex;align-items:center;gap:var(--space-xs);font-weight:500}.seats-tab-status{display:flex;align-items:center;gap:var(--space-xs);font-weight:500;letter-spacing:.12px}.seats-tab-status-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:currentColor}.seats-tab-status-active{color:var(--status-active-text)}.seats-tab-status-invited{color:var(--status-invited-text)}.seats-tab-status-inactive{color:var(--status-inactive-text)}.seats-tab-last-active{display:flex;align-items:center;gap:var(--space-xxs)}.seats-tab-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md)}.seats-tab-showing{font-size:var(--text-sm);font-weight:600;color:var(--admin-text-label)}@media(max-width:720px){.seats-tab-controls{flex-direction:column;align-items:stretch}.seats-tab-table{min-width:max-content;table-layout:auto}.seats-tab-table th{width:auto}}.account-detail{display:flex;flex-direction:column;gap:var(--space-xxl)}.account-detail-heading{display:flex;flex-direction:column;gap:var(--space-xxs)}.account-detail-back{display:inline-flex;align-items:center;gap:var(--space-xxs);align-self:flex-start;font-size:var(--text-sm);font-weight:500;letter-spacing:-.28px;color:var(--orange-primary);text-decoration:none}.account-detail-title-row{display:flex;align-items:center;gap:var(--space-sm)}.account-detail-identity{display:flex;flex-direction:column;gap:var(--space-xxs);flex:1;min-width:0}.account-detail-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-md);min-width:0}.account-detail-name-row h1{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-display);font-weight:600;line-height:1.1;letter-spacing:-.6px;color:var(--admin-text-primary)}.account-detail-tier{display:inline-flex;align-items:center;padding:var(--space-xxs) var(--space-xs);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:600;letter-spacing:-.24px;white-space:nowrap}.account-detail-tier-partner{background:var(--pill-partner-bg);color:var(--pill-partner-text)}.account-detail-tier-clear{background:var(--tier-clear-lg-bg);color:var(--pill-clear-text)}.account-detail-meta{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary)}.account-detail-edit{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);width:190px;flex-shrink:0;padding:var(--space-md);border:none;border-radius:var(--radius-lg);background:var(--orange-primary);font-size:var(--text-md);font-weight:500;color:var(--white)}.account-detail-edit:hover{background:var(--orange-subtle)}.account-detail-add-seats{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);flex-shrink:0;padding:var(--space-md) var(--space-lg);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--admin-text-secondary)}.account-detail-add-seats:hover{background:var(--admin-nav-active-bg)}@media(max-width:720px){.account-detail-title-row{flex-wrap:wrap}.account-detail-name-row h1{white-space:normal;overflow:visible}}.accounts-table-scroll{overflow-x:auto}.accounts-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0}.accounts-table th{height:40px;padding:var(--space-xs) var(--space-sm);text-align:left;font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border)}.accounts-table td{height:44px;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-dim);border-bottom:1px solid var(--admin-row-border)}.accounts-table tbody tr:last-child td{border-bottom:none}.accounts-table-col-account{width:24%}.accounts-table-col-industry{width:18%}.accounts-table-col-tier{width:15%}.accounts-table-col-users{width:11%}.accounts-table-col-renews{width:14%}.accounts-table-account{display:flex;align-items:center;gap:var(--space-xs)}.accounts-table-account-name{font-weight:500}.accounts-table-account-link{color:inherit;text-decoration:none}.accounts-table-account-link:hover{text-decoration:underline}.accounts-table-star{display:flex;color:var(--orange-primary)}.accounts-table-renews{display:flex;align-items:center;gap:var(--space-xxs);color:var(--admin-text-dim)}@media(max-width:720px){.accounts-table{min-width:max-content;table-layout:auto}.accounts-table th{width:auto}}.accounts-page{display:flex;flex-direction:column;gap:var(--space-xxl)}.accounts-page-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.accounts-page-tools{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.accounts-page-tools .search-box{flex:1 1 180px}.accounts-page-export{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;color:var(--admin-text-dim);white-space:nowrap}.accounts-page-export:hover{background:var(--admin-muted-btn-bg)}@media(max-width:720px){.accounts-page-controls,.accounts-page-tools{flex-direction:column;align-items:stretch}.accounts-page-tools .search-box{flex:0 0 auto}}.invite-members-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.invite-members-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.invite-members-modal::-webkit-scrollbar{display:none}.invite-members-header{display:flex;align-items:flex-start;gap:var(--space-md)}.invite-members-heading{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.invite-members-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.invite-members-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.invite-members-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.invite-members-field{display:flex;flex-direction:column;gap:var(--space-xs)}.invite-members-field label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.invite-members-required{color:var(--dot-risk)}.invite-members-field input{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.invite-members-field input::placeholder{color:var(--admin-placeholder-strong)}.invite-members-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.invite-members-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.invite-members-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.invite-members-submit:hover{background:var(--orange-subtle)}.team-access{display:flex;flex-direction:column;gap:var(--space-md)}.team-access-intro{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.team-access-description{margin:0;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-tertiary)}.team-access-add{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);width:160px;padding:var(--space-xs) var(--space-sm);background:var(--orange-primary);border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;letter-spacing:-.2px;color:var(--white)}.team-access-add:hover{background:var(--orange-subtle)}.team-access-table-scroll{overflow-x:auto}.team-access-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0}.team-access-table th{height:40px;padding:var(--space-xs) var(--space-sm);text-align:left;font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border)}.team-access-table td{height:44px;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-dim);border-bottom:1px solid var(--admin-row-border)}.team-access-table tbody tr:last-child td{border-bottom:none}.team-access-col-name{width:26%}.team-access-col-email{width:35%}.team-access-col-role{width:19%}.team-access-col-active{width:18%}.team-access-person{display:flex;align-items:center;gap:var(--space-xs);font-weight:500}.team-access-active{display:flex;align-items:center;gap:var(--space-xxs)}.team-access-active svg{color:var(--admin-text-dim)}@media(max-width:720px){.team-access-intro{flex-direction:column;align-items:stretch}.team-access-table{min-width:max-content;table-layout:auto}.team-access-table th{width:auto}}.settings-page{display:flex;flex-direction:column;gap:var(--space-xxl)}.auth-shell{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-bg)}.auth-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(100% 140% at 50% 50%,#fffffff5,#ffffffb3 40%,#fff0);pointer-events:none}.auth-shell-panel{position:relative;width:100%;max-width:652px}.auth-shell-rings{position:absolute;inset:0;pointer-events:none}.auth-shell-rings div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(712px + var(--ring) * 60px);height:calc(543px + var(--ring) * 60px);border:1px solid var(--admin-ring);border-radius:calc(8px + var(--ring) * 2px)}.auth-shell-logo{position:absolute;bottom:calc(100% + 40px);left:50%;transform:translate(-50%);width:130px;height:76px;object-fit:contain}.auth-login-card{position:relative;display:flex;flex-direction:column;gap:var(--space-xxl);width:100%;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-xl);box-shadow:0 1px 1px #0000001a}.auth-login-heading{display:flex;flex-direction:column;gap:var(--space-sm)}.auth-login-heading h1{margin:0;font-family:var(--font-family-display);font-size:var(--text-display);font-weight:600;line-height:30px;letter-spacing:-.32px;font-feature-settings:"salt";color:var(--admin-text-heading);text-align:center}.auth-login-heading p{margin:0;font-size:var(--text-lg);line-height:22px;color:var(--admin-text-subtle);text-align:center}.auth-login-body{display:flex;flex-direction:column;gap:var(--space-section)}.auth-login-fields{display:flex;flex-direction:column;gap:var(--space-xl)}.auth-login-field{display:flex;flex-direction:column;gap:var(--space-xxs);width:100%}.auth-login-field label{font-size:var(--text-md);font-weight:500;color:var(--admin-text-label)}.auth-login-field input{height:56px;width:100%;padding:0 var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-md);font-size:var(--text-md);font-weight:500;color:var(--admin-text-input)}.auth-login-field input::placeholder{font-weight:400;color:var(--admin-text-placeholder)}.auth-login-field input:focus-visible{outline:2px solid var(--orange-primary);outline-offset:1px}.auth-login-password{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-xs);width:100%}.auth-login-password-input{position:relative;width:100%}.auth-login-password-input input{padding-right:56px}.auth-login-eye{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;font-size:var(--text-xxl);color:var(--admin-icon-muted)}.auth-login-reset{padding:0;background:none;border:none;font-size:var(--text-md);font-weight:600;line-height:24px;letter-spacing:-.2px;color:var(--orange-primary)}.auth-login-submit{width:100%;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.auth-login-submit:hover{background:var(--orange-subtle)}.auth-login-portal{margin-top:-16px;align-self:center}.code-input{display:flex;justify-content:center;gap:var(--space-lg)}.code-input input{width:84px;height:73px;text-align:center;background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-md);font-size:var(--text-xxl);font-weight:500;color:var(--admin-text-input)}.code-input input:focus-visible{outline:2px solid var(--orange-primary);outline-offset:1px}@media(max-width:720px){.code-input{width:100%;gap:var(--space-sm)}.code-input input{width:auto;flex:1 1 0;min-width:0;max-width:84px}}.auth-reset-card{position:relative;display:flex;flex-direction:column;gap:var(--space-xxl);width:100%;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-xl);box-shadow:0 1px 1px #0000001a}.auth-reset-heading{display:flex;flex-direction:column;gap:var(--space-sm)}.auth-reset-heading h1{margin:0;font-family:var(--font-family-display);font-size:var(--text-display);font-weight:600;line-height:30px;letter-spacing:-.32px;font-feature-settings:"salt";color:var(--admin-text-heading);text-align:center}.auth-reset-heading p{margin:0;font-size:var(--text-lg);line-height:22px;color:var(--admin-text-subtle);text-align:center}.auth-reset-body{display:flex;flex-direction:column;gap:var(--space-section)}.auth-reset-fields{display:flex;flex-direction:column;gap:var(--space-xl)}.auth-reset-field{display:flex;flex-direction:column;gap:var(--space-xxs);width:100%}.auth-reset-field label{font-size:var(--text-md);font-weight:500;color:var(--admin-text-label)}.auth-reset-field input{height:56px;width:100%;padding:0 var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-md);font-size:var(--text-md);font-weight:500;color:var(--admin-text-input)}.auth-reset-field input::placeholder{font-weight:400;color:var(--admin-text-placeholder)}.auth-reset-field input:focus-visible{outline:2px solid var(--orange-primary);outline-offset:1px}.auth-reset-password-input{position:relative;width:100%}.auth-reset-password-input input{padding-right:56px}.auth-reset-eye{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;font-size:var(--text-xxl);color:var(--admin-icon-muted)}.auth-reset-code{display:flex;flex-direction:column;align-items:center;gap:var(--space-xl)}.auth-reset-resend-hint{margin:0;font-size:var(--text-sm);font-weight:500;color:var(--admin-text-subtle)}.auth-reset-resend-hint span{color:var(--orange-primary)}.auth-reset-resend{padding:0;background:none;border:none;font-size:var(--text-sm);font-weight:600;color:var(--orange-primary)}.auth-reset-submit{width:100%;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.auth-reset-submit:hover:not(:disabled){background:var(--orange-subtle)}.auth-reset-submit:disabled{opacity:.4;cursor:default}.auth-reset-return{align-self:center;font-size:var(--text-md);font-weight:600;letter-spacing:-.2px;color:var(--orange-primary);text-decoration:none}.portal-overview{display:flex;flex-direction:column;gap:var(--space-xl)}.portal-overview-empty{padding:var(--space-section);text-align:center}.portal-overview-empty p{margin:0;font-size:var(--text-sm);font-weight:500;color:var(--admin-text-muted)}.portal-overview-panels{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--space-xl);align-items:start}@media(max-width:1024px){.portal-overview-panels{grid-template-columns:1fr}}.portal-overview-plan{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.portal-overview-plan-rows{display:flex;flex-direction:column;margin:0}.portal-overview-plan-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--admin-border-subtle)}.portal-overview-plan-row:last-child{padding-bottom:var(--space-md);border-bottom:none}.portal-overview-plan-row dt{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.portal-overview-plan-row dd{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:-.28px;color:var(--admin-text-primary)}.portal-overview-plan-note{margin:0;font-size:var(--text-xs);font-weight:500;line-height:1.5;color:var(--admin-text-muted)}.confirm-dialog-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-dialog{display:flex;flex-direction:column;gap:var(--space-md);width:min(440px,100%);max-height:100%;overflow-y:auto;padding:var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.confirm-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.confirm-dialog-header h2{margin:0;font-size:var(--text-xl);font-weight:600;letter-spacing:-.6px;color:var(--admin-text-label)}.confirm-dialog-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.confirm-dialog-body{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.confirm-dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-xs)}.confirm-dialog-cancel{padding:var(--space-sm) var(--space-lg);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.confirm-dialog-confirm{padding:var(--space-sm) var(--space-lg);background:var(--dot-risk);border:none;border-radius:var(--radius-md);font-size:var(--text-md);font-weight:500;color:var(--white)}.confirm-dialog-confirm:hover{background:var(--pill-risk-text)}.invite-person-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.invite-person-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.invite-person-modal::-webkit-scrollbar{display:none}.invite-person-header{display:flex;align-items:flex-start;gap:var(--space-md)}.invite-person-heading{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.invite-person-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.invite-person-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.invite-person-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.invite-person-field{display:flex;flex-direction:column;gap:var(--space-xs)}.invite-person-field label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.invite-person-required{color:var(--dot-risk)}.invite-person-field input{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.invite-person-field input::placeholder{color:var(--admin-placeholder-strong)}.invite-person-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.invite-person-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.invite-person-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.invite-person-submit:hover{background:var(--orange-subtle)}.portal-people{display:flex;flex-direction:column;gap:var(--space-xl)}.portal-people-empty{padding:var(--space-section);text-align:center}.portal-people-empty p{margin:0;font-size:var(--text-sm);font-weight:500;color:var(--admin-text-muted)}.portal-people-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.portal-people-invite-wrap{display:flex;align-items:center;gap:var(--space-sm)}.portal-people-hint{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.portal-people-hint a{color:var(--admin-text-dim);text-decoration:underline}.portal-people-invite{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);border:none;border-radius:var(--radius-md);background:var(--orange-primary);font-size:var(--text-sm);font-weight:500;letter-spacing:-.2px;color:var(--white)}.portal-people-invite:hover:enabled{background:var(--orange-subtle)}.portal-people-invite:disabled{background:var(--admin-muted-btn-bg);color:var(--admin-text-tertiary);cursor:not-allowed}.portal-people-table-scroll{overflow-x:auto}.portal-people-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0}.portal-people-table th{height:40px;padding:var(--space-xs) var(--space-sm);text-align:left;font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-muted);border-bottom:1px solid var(--admin-border)}.portal-people-table td{height:44px;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:400;line-height:18px;color:var(--admin-text-dim);border-bottom:1px solid var(--admin-row-border)}.portal-people-col-name{width:24%}.portal-people-col-status,.portal-people-col-active{width:19%}.portal-people-col-actions{width:180px}.portal-people-actions{display:flex;align-items:center;gap:var(--space-xs)}.portal-people-action{padding:var(--space-xs) var(--space-sm);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:500;color:var(--admin-text-dim)}.portal-people-action:hover:not([aria-disabled=true]){background:var(--admin-muted-btn-bg)}.portal-people-action[aria-disabled=true]{color:var(--admin-text-tertiary);cursor:not-allowed}.portal-people-action-danger{color:var(--pill-risk-text)}.portal-people-person{display:flex;align-items:center;gap:var(--space-xs);font-weight:500}.portal-people-status{display:flex;align-items:center;gap:var(--space-xs);font-weight:500;letter-spacing:.12px}.portal-people-status-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:currentColor}.portal-people-status-active{color:var(--status-active-text)}.portal-people-status-invited{color:var(--status-invited-text)}.portal-people-status-inactive{color:var(--status-inactive-text)}.portal-people-last-active{display:flex;align-items:center;gap:var(--space-xxs)}.portal-people-no-results{padding:var(--space-xxl) var(--space-sm);text-align:center;font-weight:500;color:var(--admin-text-muted)}.portal-people-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md)}.portal-people-showing{font-size:var(--text-sm);font-weight:600;color:var(--admin-text-label)}@media(max-width:720px){.portal-people-controls,.portal-people-invite-wrap{flex-direction:column;align-items:stretch}.portal-people-table{min-width:max-content;table-layout:auto}.portal-people-table th{width:auto}}.contact-support-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--admin-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-support-modal{display:flex;flex-direction:column;gap:var(--space-xxl);width:min(620px,100%);max-height:100%;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-xxl);background:var(--admin-card-bg);border-radius:var(--radius-xl)}.contact-support-modal::-webkit-scrollbar{display:none}.contact-support-header{display:flex;align-items:flex-start;gap:var(--space-md)}.contact-support-heading{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.contact-support-heading h2{margin:0;font-size:var(--text-xxl);font-weight:600;letter-spacing:-.72px;color:var(--admin-text-label)}.contact-support-heading p{margin:0;font-size:var(--text-sm);line-height:1.45;letter-spacing:.14px;color:var(--admin-text-secondary)}.contact-support-close{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-sm);color:var(--admin-icon-strong)}.contact-support-field{display:flex;flex-direction:column;gap:var(--space-xs)}.contact-support-field label,.contact-support-field-label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.contact-support-required{color:var(--dot-risk)}.contact-support-locked{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-secondary)}.contact-support-field input,.contact-support-field textarea{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.contact-support-field input::placeholder,.contact-support-field textarea::placeholder{color:var(--admin-placeholder-strong)}.contact-support-field textarea{min-height:120px;resize:vertical}.contact-support-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md)}.contact-support-cancel{width:auto;min-width:128px;padding:var(--space-md) var(--space-xl);background:var(--admin-card-bg);border:1px solid var(--admin-card-border);border-radius:var(--radius-md);box-shadow:0 1px 2px #0000001a;font-size:var(--text-md);font-weight:500;letter-spacing:.16px;color:var(--admin-text-secondary)}.contact-support-submit{width:auto;flex:1 1 auto;max-width:240px;min-width:0;padding:var(--space-md) var(--space-md);background:var(--orange-primary);border:none;border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:500;color:var(--white)}.contact-support-submit:hover{background:var(--orange-subtle)}.portal-settings{display:flex;flex-direction:column;gap:var(--space-xl)}.portal-settings-empty{padding:var(--space-section);text-align:center}.portal-settings-empty p{margin:0;font-size:var(--text-sm);font-weight:500;color:var(--admin-text-muted)}.portal-settings-panels{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}@media(max-width:1024px){.portal-settings-panels{grid-template-columns:1fr}}.portal-settings-card{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.portal-settings-field{display:flex;flex-direction:column;gap:var(--space-xs)}.portal-settings-field label,.portal-settings-field-label{font-size:var(--text-md);font-weight:500;line-height:1.47;color:var(--admin-text-input)}.portal-settings-locked{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-muted-btn-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-muted)}.portal-settings-locked-note{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.portal-settings-locked-note a{color:var(--admin-text-dim);text-decoration:underline}.portal-settings-required{color:var(--dot-risk)}.portal-settings-field input,.portal-settings-field textarea{width:100%;padding:var(--space-sm) var(--space-md);background:var(--admin-card-bg);border:1px solid var(--admin-input-border);border-radius:var(--radius-sm);font-size:var(--text-md);line-height:1.47;color:var(--admin-text-input)}.portal-settings-field input::placeholder,.portal-settings-field textarea::placeholder{color:var(--admin-placeholder-strong)}.portal-settings-field textarea{min-height:120px;resize:vertical}.portal-settings-save{align-self:flex-start;padding:var(--space-sm) var(--space-xl);background:var(--orange-primary);border:none;border-radius:var(--radius-md);font-size:var(--text-md);font-weight:500;color:var(--white)}.portal-settings-save:hover{background:var(--orange-subtle)}.portal-settings-org-rows{display:flex;flex-direction:column;margin:0}.portal-settings-org-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--admin-border-subtle)}.portal-settings-org-row:last-child{padding-bottom:var(--space-md);border-bottom:none}.portal-settings-org-row dt{font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.portal-settings-org-row dd{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:-.28px;color:var(--admin-text-primary)}.portal-settings-contact{margin:0;font-size:var(--text-xs);font-weight:500;color:var(--admin-text-muted)}.portal-settings-contact a{color:var(--admin-text-dim);text-decoration:underline}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-latin-wght.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/playfair-display-latin-600.woff2) format("woff2")}:root{--orange-primary: #f5821f;--orange-subtle: #2a1408;--admin-bg: #fafaf7;--admin-card-bg: #ffffff;--admin-card-border: #ecebeb;--admin-input-border: #e8e8e8;--admin-text-heading: #1d2939;--admin-text-subtle: #667085;--admin-text-label: #000000;--admin-text-input: #1e1e1e;--admin-text-placeholder: #afafaf;--admin-icon-muted: #767676;--admin-ring: rgba(28, 27, 21, .04);--admin-text-secondary: #515151;--admin-muted-btn-bg: #f6f6f6;--admin-overlay: rgba(0, 0, 0, .3);--admin-placeholder-strong: rgba(0, 0, 0, .5);--admin-icon-strong: #171717;--admin-icon-mid: #5c5c5c;--admin-border: #ecece6;--admin-border-subtle: #f4f4ee;--admin-row-border: rgba(28, 28, 28, .05);--admin-nav-active-bg: #f4f4f4;--admin-text-primary: #0a0a0a;--admin-text-dim: #333333;--admin-text-muted: #555555;--admin-text-tertiary: #888888;--admin-text-topbar: #737373;--admin-search-placeholder: #9e9e9e;--pill-risk-text: #a02828;--pill-warn-bg: #fff8ee;--pill-warn-text: #b8770f;--pill-good-text: #2e8540;--pill-partner-bg: #e6eff9;--pill-partner-text: #114d8f;--pill-clear-bg: var(--pill-warn-bg);--pill-clear-text: #c7691a;--health-good: var(--pill-good-text);--health-mid: #1a6bc4;--dot-risk: #d63a3a;--dot-warn: var(--pill-warn-text);--banner-warn-icon: #ac530b;--driver-bar: #2e5339;--status-active-text: #336f3c;--status-invited-text: var(--banner-warn-icon);--status-inactive-text: #667085;--tier-clear-lg-bg: #f7e2c5;--pagination-border: #d0d5dd;--pagination-active-bg: #e8f3e8;--avatar-1-bg: #fef0c7;--avatar-1-text: #93370d;--avatar-2-bg: #c2efff;--avatar-2-text: #164564;--avatar-3-bg: #f2f4f7;--avatar-3-text: #101828;--avatar-4-bg: #cac2ff;--avatar-4-text: #2b1664;--avatar-5-bg: #fecdca;--avatar-5-text: #912018;--white: #ffffff;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-display: "Playfair Display", Georgia, serif;--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 20px;--space-xl: 24px;--space-xxl: 32px;--space-section: 40px;--text-xs: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-xxl: 24px;--text-display: 32px;--radius-xs: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--gutter-x: var(--space-section);--gutter-y: var(--space-xxl);--color-bg: var(--admin-bg);--color-text: var(--admin-text-heading);--radius-sm: 8px}@media(max-width:720px){:root{--gutter-x: var(--space-md);--gutter-y: var(--space-lg)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-family);font-size:var(--text-md);color:var(--color-text);background:var(--color-bg)}h1,h2,h3{margin:0 0 var(--space-sm)}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}.admin-card{background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--radius-md)}.stats-row{display:flex;flex-wrap:wrap;gap:var(--space-md)}.skip-link{position:absolute;top:8px;left:8px;z-index:10;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);background:var(--admin-card-bg);border:1px solid var(--admin-border);font-size:var(--text-sm);font-weight:600;color:var(--admin-text-primary);text-decoration:none;transform:translateY(-200%)}.skip-link:focus{transform:none;outline:2px solid var(--orange-primary);outline-offset:1px}.engine-content:focus{outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.panel-heading{margin:0;font-size:var(--text-xs);font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:var(--admin-text-tertiary)}.panel-heading-wide{font-size:var(--text-xs);letter-spacing:2px}.text-link{padding:0;border:none;background:none;font-size:var(--text-xs);font-weight:600;color:var(--orange-primary);white-space:nowrap;text-decoration:none}
