:root{--ink:#18241f;--muted:#6e7b74;--line:#dfe7e2;--paper:#fff;--bg:#f3f7f4;--green:#0c8b5f;--green-dark:#096646;--nav:#10251e;--red:#c84b47;--amber:#c28221;--blue:#3976bb}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Noto Sans",system-ui,-apple-system,sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:var(--nav);color:#fff;padding:28px 18px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#2bd599,#0a855b);display:grid;place-items:center;font-size:24px;font-weight:800}.brand strong,.brand span{display:block}.brand span{font-size:12px;color:#a7bcb4;margin-top:3px}.sidebar nav{display:grid;gap:7px;margin-top:38px}.sidebar nav a{color:#d9e7e1;text-decoration:none;padding:11px 13px;border-radius:9px}.sidebar nav a:hover{background:#1b3a30;color:#fff}.sidebar-bottom{margin-top:auto;border-top:1px solid #29443b;padding:18px 10px 0}.user{font-weight:700}.link-button{border:0;background:none;color:#9fb7ae;padding:7px 0;cursor:pointer}.main{margin-left:238px;padding:35px 42px;min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.topbar h1{margin:5px 0 0;font-size:28px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:9px;padding:10px 16px;font-weight:700;text-decoration:none;cursor:pointer;font-size:14px}.primary{background:var(--green);color:#fff}.primary:hover{background:var(--green-dark)}.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.ghost{background:#eef3f0;color:var(--ink)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat,.panel,.risk-card{background:var(--paper);border:1px solid var(--line);border-radius:14px}.stat{padding:21px}.stat span{display:block;color:var(--muted);font-size:13px}.stat strong{display:block;font-size:32px;margin-top:9px}.risk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0 24px}.risk-card{padding:18px;border-left:4px solid}.risk-card span,.risk-card small{display:block}.risk-card strong{font-size:27px;display:block;margin:5px 0}.risk-card small{color:var(--muted)}.risk-card.red{border-left-color:var(--red)}.risk-card.amber{border-left-color:var(--amber)}.risk-card.blue{border-left-color:var(--blue)}.two-column{display:grid;grid-template-columns:1.25fr 1fr;gap:20px}.panel{overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:16px;margin:0}.panel-head a,.panel a{color:var(--green);text-decoration:none;font-weight:700}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.6px;background:#f8faf8}th,td{padding:13px 16px;border-bottom:1px solid #edf1ee}td{font-size:14px}td strong,td small{display:block}td small{color:var(--muted);margin-top:3px}.empty{text-align:center;color:var(--muted);padding:32px}.activity-list{padding:8px 20px}.activity{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #edf1ee}.activity i{width:8px;height:8px;background:var(--green);border-radius:50%;margin-top:6px}.activity strong{font-size:13px}.activity p{font-size:13px;margin:3px 0}.activity small{color:var(--muted)}.badge{display:inline-block;background:#edf3ef;color:#436057;border-radius:20px;padding:4px 9px;font-size:11px;font-weight:800}.badge.green{background:#e0f5eb;color:#08734e}.badge.red,.risk-critical{background:#fbe7e5;color:#a3332f}.risk-high{background:#fff0db;color:#985c0d}.risk-medium{background:#e8f0fb;color:#2d64a6}.risk-low{background:#e4f5ec;color:#08734e}.code{font-family:monospace;background:#eef3f0;padding:4px 7px;border-radius:5px}.danger-link{color:var(--red)!important}.searchbar{display:flex;gap:10px;margin-bottom:15px}.searchbar input{flex:1;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:11px 14px}.searchbar>a{align-self:center;color:var(--muted)}.form-panel{max-width:860px;padding:24px}.model-form{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.model-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.model-form label:has(textarea),.form-actions{grid-column:1/-1}.input,.login-card input{width:100%;border:1px solid #cfdad4;border-radius:8px;padding:10px 12px;background:#fff;font:inherit}.input:focus,.login-card input:focus{outline:2px solid #b7ead7;border-color:var(--green)}textarea.input{min-height:95px;resize:vertical}.model-form label small{font-weight:400;color:var(--muted)}.model-form label em{color:var(--red);font-style:normal}.check-row{display:flex!important;align-items:center;gap:10px!important}.checkbox{width:18px;height:18px}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.profile-head{display:flex;align-items:center;gap:17px;padding:22px;margin-bottom:20px}.profile-head .badge{margin-left:auto}.profile-head h2{margin:0}.profile-head p{margin:4px 0;color:var(--muted)}.avatar{width:54px;height:54px;border-radius:16px;background:#dcf3e8;color:var(--green-dark);display:grid;place-items:center;font-size:24px;font-weight:800}.message{padding:12px 15px;border-radius:9px;margin-bottom:16px;background:#def3e8;color:#076946}.message.error{background:#fae4e3;color:#96342f}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#d9f2e8,transparent 35%),#f2f6f3}.login-card{width:min(420px,92vw);padding:34px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 70px #173c2c1c}.login-brand{margin-bottom:30px}.login-card h1{margin-bottom:5px}.muted{color:var(--muted)}.stack{display:grid;gap:18px;margin-top:25px}.stack label{display:grid;gap:7px;font-size:13px;font-weight:700}
.row-actions{display:flex;align-items:center;gap:12px}.status-active,.status-assigned{background:#e0f5eb;color:#08734e}.status-left,.status-archived,.status-revoked{background:#fbe7e5;color:#a3332f}.status-probation,.status-pending,.status-paused{background:#fff0db;color:#985c0d}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.info-card{padding:22px}.info-card h2{margin:8px 0 13px;font-size:18px}.info-card code{display:block;background:#f2f6f3;border:1px solid var(--line);padding:11px;border-radius:8px;overflow-wrap:anywhere;font-size:12px}.info-card p{color:var(--muted);font-size:13px;line-height:1.55;margin-bottom:0}.data-summary{margin-bottom:20px}.mini-stats{display:grid;grid-template-columns:repeat(5,1fr);padding:18px}.mini-stats div{text-align:center;border-right:1px solid var(--line)}.mini-stats div:last-child{border:0}.mini-stats strong,.mini-stats span{display:block}.mini-stats strong{font-size:25px}.mini-stats span{font-size:12px;color:var(--muted);margin-top:4px}
.dashboard-link{color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dashboard-link:hover{transform:translateY(-2px);box-shadow:0 10px 26px #173c2c14;border-color:#b9d6ca}.stat small{display:block;color:var(--green);font-weight:700;margin-top:6px}.count-display{display:inline-grid;place-items:center;min-width:34px;height:30px;border-radius:8px;background:#e4f5ec;color:var(--green-dark);font-weight:800}.team-name-link{display:block;color:var(--ink)!important;text-decoration:none!important}.team-name-link:hover strong{color:var(--green);text-decoration:underline}.team-stats{margin-bottom:20px}.team-columns{grid-template-columns:1fr 1fr}
.filterbar{display:grid;grid-template-columns:minmax(240px,1fr) repeat(3,minmax(145px,190px)) auto auto;gap:10px;margin-bottom:15px;align-items:center}.filterbar input,.filterbar select{height:42px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 13px;font:inherit;color:var(--ink)}.filterbar a{color:var(--muted);font-size:13px}
.clickable-row{cursor:pointer;transition:background .14s ease}.clickable-row:hover,.clickable-row:focus{background:#eef8f3;outline:none}.clickable-row:hover .team-name-link strong{color:var(--green);text-decoration:underline}
.asset-state-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:15px}.asset-state-card{display:block;padding:16px 18px;background:#fff;border:1px solid var(--line);border-left:4px solid;border-radius:12px;color:var(--ink);text-decoration:none;transition:.15s ease}.asset-state-card:hover,.asset-state-card.selected{transform:translateY(-2px);box-shadow:0 8px 22px #173c2c12}.asset-state-card span,.asset-state-card small{display:block}.asset-state-card strong{display:block;font-size:27px;margin:3px 0}.asset-state-card small{color:var(--muted);font-size:12px}.asset-state-card.stock{border-left-color:#6b8f80}.asset-state-card.assigned{border-left-color:var(--green)}.asset-state-card.expiring{border-left-color:var(--amber)}.asset-state-card.expired{border-left-color:var(--red)}.allocation-stock{background:#edf2ef;color:#496359}.allocation-assigned,.expiry-valid{background:#e0f5eb;color:#08734e}.expiry-soon{background:#fff0db;color:#985c0d}.expiry-expired{background:#fbe7e5;color:#a3332f}
.asset-detail-link{color:var(--ink)!important;text-decoration:none}.asset-detail-link:hover strong{color:var(--green);text-decoration:underline}.asset-profile{display:flex;align-items:center;gap:18px;padding:24px;margin-bottom:16px}.asset-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#dff3e9;color:var(--green-dark);font-size:25px;font-weight:800}.asset-profile-main{min-width:0;flex:1}.asset-profile-main h2{margin:5px 0 4px;overflow-wrap:anywhere}.asset-reference{margin:0;color:var(--muted);overflow-wrap:anywhere}.asset-summary-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:20px}.summary-item{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px}.summary-item>span,.summary-item>small{display:block;color:var(--muted);font-size:12px}.summary-item>strong{display:block;margin-top:7px;overflow-wrap:anywhere}.summary-item a{color:var(--green);text-decoration:none}.history-panel{margin-top:20px}.expiry-neutral{background:#edf2ef;color:#496359}
.table-actions{display:flex;gap:10px;white-space:nowrap}.allocation-callout{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;margin-bottom:22px;border:1px solid #b9dfce;background:#eef9f4;border-radius:10px}.allocation-callout strong,.allocation-callout span{display:block}.allocation-callout span{margin-top:3px;color:var(--muted);font-size:12px}.allocation-context{grid-column:1/-1;padding:15px 17px;margin-bottom:4px;background:#f2f6f3;border:1px solid var(--line);border-radius:10px}.allocation-context span,.allocation-context strong,.allocation-context small{display:block}.allocation-context span{font-size:11px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:1px}.allocation-context strong{margin:5px 0;overflow-wrap:anywhere}.allocation-context small{color:var(--muted)}
.team-columns>*{min-width:0}.team-assets-panel table{table-layout:fixed;min-width:620px}.team-assets-panel th:first-child{width:58%}.team-assets-panel th:nth-child(2){width:20%}.team-assets-panel th:nth-child(3){width:22%}.asset-name-cell,.asset-name-cell a,.asset-name-cell strong{overflow-wrap:anywhere;word-break:break-word}.table-scroll{width:100%;overflow-x:auto;scrollbar-gutter:stable}.table-scroll::-webkit-scrollbar{height:9px}.table-scroll::-webkit-scrollbar-thumb{background:#b9c9c1;border-radius:9px}.table-scroll::-webkit-scrollbar-track{background:#edf2ef}
.risk-grid{grid-template-columns:repeat(4,1fr)}.risk-card.green{border-left-color:var(--green)}.unallocated-summary{display:block;color:inherit;text-decoration:none}.type-breakdown{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px;padding-top:11px;border-top:1px solid var(--line)}.type-breakdown a{display:flex;align-items:center;gap:7px;max-width:100%;padding:5px 8px;border-radius:8px;background:#edf7f2;color:var(--green-dark);text-decoration:none;font-size:11px}.type-breakdown a:hover{background:#dcefe6}.type-breakdown a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.type-breakdown b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:6px;background:#fff}.all-allocated{font-size:11px;color:var(--muted)}
.asset-type-summary,.gmail-service-summary,.identity-panel{margin-bottom:20px}.service-count{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:8px;background:#edf7f2;color:var(--green-dark);font-size:12px}.service-count b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:6px;background:#fff}.model-form>.form-field{display:grid;gap:7px;font-size:13px;font-weight:700}.field-gmail_services{align-content:start}.gmail-service-options>div{display:grid;gap:8px;margin-top:2px}.gmail-service-options>div>div{margin:0}.gmail-service-options label{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;justify-content:flex-start;gap:9px!important;font-weight:600!important;line-height:1.25}.gmail-service-options input[type=checkbox]{flex:0 0 18px;width:18px!important;height:18px;margin:0}.identity-panel code{font-size:11px;overflow-wrap:anywhere}
.service-count.disabled{background:#f1f3f2;color:var(--muted);cursor:default;opacity:.72}.service-count.selected{outline:2px solid var(--green)}.asset-service-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.service-badge{background:#edf7f2;color:var(--green-dark)}
.secret-panel{margin-bottom:20px}.secret-content{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:18px;align-items:center;padding:19px 20px}.secret-content>div>span,.vault-notice span{display:block;color:var(--muted);font-size:12px}.secret-content>div>strong{display:block;margin-top:6px;overflow-wrap:anywhere}.secret-actions{display:flex;gap:8px;align-items:center}.secret-actions form{margin:0}.secret-warning{margin:0;padding:12px 20px;border-top:1px solid #f0dfba;background:#fff9ec;color:#76500f;font-size:12px}.secret-stored{background:#e0f5eb;color:#08734e}.secret-rotation_required{background:#fff0db;color:#985c0d}.secret-none{background:#edf2ef;color:#496359}.vault-notice{padding:16px 18px;margin-bottom:16px;border:1px solid #b9dfce;border-radius:12px;background:#eef9f4}.vault-notice strong{display:block;margin-bottom:4px}.secret-stats{grid-template-columns:repeat(3,1fr);margin-bottom:18px}.button:disabled{opacity:.5;cursor:not-allowed}
.vault-security{margin-bottom:16px}.vault-security-content{display:grid;grid-template-columns:1fr 1.5fr;gap:25px;padding:20px}.vault-security-content>div>span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.vault-security-content code{display:block;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#f2f6f3;overflow-wrap:anywhere}.vault-security-content strong{display:block;margin-bottom:8px}.vault-security-content ol{margin:0;padding-left:20px;line-height:1.65}.vault-security-content p{margin:10px 0 0;color:#8a5a12;font-size:12px}
.secret-reader pre{margin:0;padding:22px;min-height:330px;white-space:pre-wrap;overflow-wrap:anywhere;background:#17211d;color:#e8f4ee;font:14px/1.6 "Noto Sans Mono",monospace}.secret-editor{max-width:1100px;padding:22px}.secret-editor-note{padding:14px 16px;margin-bottom:14px;border-radius:9px;background:#eef9f4}.secret-editor-note strong,.secret-editor-note span{display:block}.secret-editor-note span{margin-top:4px;color:var(--muted);font-size:12px}.secret-editor textarea{width:100%;min-height:520px;padding:15px;border:1px solid #cfdad4;border-radius:9px;background:#fff;font:14px/1.55 "Noto Sans Mono",monospace;resize:vertical}.secret-editor textarea:focus{outline:2px solid #b7ead7;border-color:var(--green)}
.role-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.role-summary>a{display:flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);text-decoration:none}.role-summary>a:hover,.role-summary>a.selected{border-color:#8bcab1;background:#eaf7f1}.role-summary span{font-size:12px}.role-summary strong{display:grid;place-items:center;min-width:25px;height:25px;border-radius:7px;background:#e1f3ea;color:var(--green-dark)}.employee-filter{grid-template-columns:minmax(240px,1fr) repeat(3,minmax(150px,190px)) auto auto}
.employee-status-cell{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.employee-status-cell>a{font-size:12px;font-weight:700;text-decoration:none}.employee-status-cell .badge{white-space:nowrap}
.danger-button{background:var(--red);color:#fff}.danger-button:hover{background:#a83d39}.warning{background:#fff0db;color:#87540e}.offboarding-link{color:#a7650b!important}.offboarding-confirm{max-width:900px;padding:24px}.offboarding-confirm h2{margin-top:0}.offboarding-confirm p{line-height:1.55;color:var(--muted)}.offboarding-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:20px 0}.offboarding-preview>span{padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:#f8faf8;font-weight:700}.offboarding-preview small{display:block;color:var(--muted);margin-top:3px;font-weight:400}.confirm-actions{display:flex;justify-content:flex-end;gap:10px}.offboarding-summary{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:16px}.offboarding-summary>div{padding:17px 19px;background:#fff;border:1px solid var(--line);border-radius:12px}.offboarding-summary span,.offboarding-summary small{display:block;color:var(--muted);font-size:12px}.offboarding-summary strong{display:block;font-size:20px;margin:5px 0}.offboarding-open{background:#fff0db;color:#985c0d}.offboarding-completed{background:#e0f5eb;color:#08734e}.offboarding-table{min-width:780px}.step-check{display:flex;align-items:center;gap:7px;white-space:nowrap}.step-check input{width:18px;height:18px;accent-color:var(--green)}.step-check input:disabled{opacity:1}.recovery-state span{padding:5px 9px;border-radius:16px;background:#fff0db;color:#985c0d;font-size:11px;font-weight:800}.item-complete .recovery-state span{background:#e0f5eb;color:#08734e}.compact-input{min-width:190px;padding:7px 9px}.item-complete{background:#f0faf5}.offboarding-save{margin-top:15px}
.account-link{display:block;color:#d9e7e1;text-decoration:none;padding:8px 0 3px;font-size:13px}.account-link:hover{color:#fff;text-decoration:underline}.password-panel{max-width:680px}.password-form{max-width:560px}.password-form input{width:100%;border:1px solid #cfdad4;border-radius:8px;padding:10px 12px;background:#fff;font:inherit}.password-form input:focus{outline:2px solid #b7ead7;border-color:var(--green)}.field-help{font-weight:400;color:var(--muted);line-height:1.45}.field-help ul{margin:5px 0 0;padding-left:20px}.field-error{font-weight:700;color:var(--red)}
.warning-context{background:#fff9ec;border-color:#efd69c}.warning-context p,.allocation-context li,.allocation-context summary{font-size:13px;line-height:1.5}.allocation-context ul{margin:7px 0;padding-left:20px}.allocation-context details{margin-top:10px}.form-errors{grid-column:1/-1;padding:11px 13px;border-radius:8px;background:#fae4e3;color:#96342f}.form-errors em{display:block;font-style:normal;font-weight:700}.table-scroll .row-actions{flex-wrap:wrap;min-width:180px}.table-scroll .row-actions form{margin:0}.table-scroll .row-actions .button{padding:6px 9px;font-size:12px}
@media(max-width:1400px){.asset-summary-grid{grid-template-columns:repeat(3,1fr)}.risk-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1250px){.team-columns{grid-template-columns:1fr}}@media(max-width:1100px){.filterbar{grid-template-columns:1fr 1fr 1fr}.filterbar input{grid-column:1/-1}.asset-state-grid{grid-template-columns:1fr 1fr}}@media(max-width:950px){.sidebar{width:190px}.main{margin-left:190px;padding:28px 24px}.stats-grid{grid-template-columns:repeat(2,1fr)}.two-column,.info-grid{grid-template-columns:1fr}}@media(max-width:680px){.sidebar{position:static;width:auto}.sidebar nav{grid-template-columns:repeat(3,1fr);margin-top:20px}.sidebar-bottom{display:none}.main{margin:0;padding:20px}.stats-grid,.risk-grid,.model-form,.filterbar,.asset-state-grid,.asset-summary-grid{grid-template-columns:1fr}.filterbar input{grid-column:auto}.mini-stats{grid-template-columns:1fr 1fr;gap:18px}.mini-stats div{border:0}.topbar{align-items:flex-start;gap:15px}table{min-width:680px}.panel{overflow:auto}}
.model-form [hidden]{display:none!important}
.compact-states .asset-state-card{padding:12px 15px}.compact-states .asset-state-card strong{font-size:23px}.asset-filter-compact{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(145px,190px)) auto;margin-bottom:9px}.quick-filter-row{display:flex;gap:9px;align-items:center;margin-bottom:15px}.quick-filter{padding:7px 11px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);font-size:12px;font-weight:800;text-decoration:none}.quick-filter:hover,.quick-filter.selected{border-color:#82c8ac;background:#e5f5ed;color:var(--green-dark)}.clear-filter{margin-left:auto;color:var(--muted);font-size:12px}.asset-insights{margin-bottom:16px}.asset-insights>summary,.employee-secondary>summary{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;cursor:pointer;font-weight:800;list-style:none}.asset-insights>summary::-webkit-details-marker,.employee-secondary>summary::-webkit-details-marker{display:none}.asset-insights>summary small{color:var(--muted);font-weight:400}.insight-content{border-top:1px solid var(--line)}.gmail-insight{padding:15px 18px}.gmail-insight>strong,.gmail-insight>small{display:block}.gmail-insight>small{color:var(--muted);font-size:12px;margin-top:3px}.asset-result-head{display:flex;justify-content:space-between;align-items:center;margin:15px 2px 10px}.asset-result-head span{color:var(--muted);font-size:12px}.asset-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.asset-card{display:flex;flex-direction:column;min-width:0;padding:15px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 2px 10px #173c2c08}.asset-card:hover{border-color:#b7d8ca;box-shadow:0 8px 24px #173c2c10}.asset-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.asset-card-head>div{min-width:0}.asset-card-head a{text-decoration:none;color:var(--ink)}.asset-card-head h2{margin:3px 0 0;font-size:16px;overflow-wrap:anywhere}.asset-card-head a:hover h2{color:var(--green)}.asset-kind{display:block;color:var(--green);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.asset-card-id{height:34px;margin:8px 0 12px;color:var(--muted);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.asset-card-facts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.asset-card-facts>span{min-width:0;padding:8px;background:#f5f8f6;border-radius:8px}.asset-card-facts small,.asset-card-facts strong{display:block}.asset-card-facts small{color:var(--muted);font-size:10px}.asset-card-facts strong{margin-top:3px;font-size:11px;overflow-wrap:anywhere}.asset-card .asset-service-badges{min-height:23px;margin-top:10px}.asset-card-actions{display:flex;gap:13px;margin-top:auto;padding-top:13px}.asset-card-actions a{color:var(--green);font-size:12px;font-weight:800;text-decoration:none}.asset-empty{grid-column:1/-1}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:18px}.pagination a{padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green);font-weight:800;text-decoration:none}.pagination span{color:var(--muted);font-size:12px}.employee-name-link{color:var(--ink);text-decoration:none}.employee-name-link:hover strong{color:var(--green);text-decoration:underline}.employee-assets{margin-bottom:18px}.employee-assets .panel-head small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.employee-resource-tree{padding:18px 20px}.tree-person{display:flex;align-items:center;gap:11px;padding-bottom:15px;border-bottom:2px solid #dcebe4}.tree-person strong,.tree-person small{display:block}.tree-person small{color:var(--muted);font-size:12px;margin-top:2px}.mini-avatar{width:38px;height:38px;border-radius:11px;font-size:17px}.tree-group{position:relative;padding:14px 0 3px 24px}.tree-group:before{content:"";position:absolute;left:8px;top:0;bottom:0;border-left:2px solid #dcebe4}.tree-group h3{display:flex;align-items:center;gap:8px;margin:0 0 9px;font-size:13px}.tree-group h3:before{content:"";position:absolute;left:8px;width:13px;border-top:2px solid #dcebe4}.tree-group h3 span{display:grid;place-items:center;min-width:22px;height:22px;border-radius:7px;background:#e5f5ed;color:var(--green-dark);font-size:11px}.employee-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.employee-asset-card{min-width:0;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fbfdfc}.employee-asset-card>a{color:var(--ink);text-decoration:none}.employee-asset-card>a:hover{color:var(--green)}.employee-asset-card>span{display:block;margin-top:4px;color:var(--muted);font-size:11px}.employee-asset-card ul{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 0;padding:0;list-style:none}.employee-asset-card li{padding:3px 7px;border-radius:12px;background:#e9f5ef;color:var(--green-dark);font-size:10px;font-weight:700}.employee-secondary{margin-bottom:18px}.employee-secondary summary b{display:grid;place-items:center;min-width:24px;height:24px;border-radius:7px;background:#fff0db;color:#985c0d}.employee-lower-grid{grid-template-columns:1fr 1fr}
@media(max-width:1250px){.asset-card-grid,.employee-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-filter-compact{grid-template-columns:1fr 1fr 1fr}.asset-filter-compact input{grid-column:1/-1}}
@media(max-width:760px){.asset-card-grid,.employee-asset-grid,.asset-card-facts{grid-template-columns:1fr}.asset-card-id{height:auto}.asset-card-facts{gap:5px}.asset-filter-compact{grid-template-columns:1fr}.asset-filter-compact input{grid-column:auto}.asset-result-head{align-items:flex-start}.employee-resource-tree{padding:14px}.tree-group{padding-left:19px}.employee-lower-grid{grid-template-columns:1fr}.quick-filter-row{flex-wrap:wrap}.clear-filter{margin-left:0;width:100%}}
.import-guide{margin-bottom:16px}.import-guide-content{padding:17px 20px;font-size:13px;line-height:1.55}.import-guide-content p{margin:0 0 8px}.import-warning{padding:10px 12px;border-radius:8px;background:#fff0db;color:#7c5010}.import-form{margin-bottom:16px}.import-form label{font-weight:800}.import-preview{margin-top:16px}.import-errors{padding:18px 20px;background:#fae4e3;color:#96342f}.import-errors ul{margin-bottom:0}.import-apply{display:flex;justify-content:flex-end;padding:15px 18px;border-top:1px solid var(--line)}

/* Dense grouped resource explorer */
.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}.resource-explorer{--resource-row-height:52px;position:relative}.resource-explorer[data-density="compact"]{--resource-row-height:34px}.resource-kpis{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.resource-kpi{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);text-decoration:none;font-size:12px}.resource-kpi:hover,.resource-kpi.selected{border-color:#82c8ac;background:#e9f7f1;color:var(--green-dark)}.resource-kpi b{color:var(--ink);font-size:13px}.resource-kpi i,.resource-state i,.resource-mobile-dot{width:7px;height:7px;border-radius:50%;background:#94a3b8}.resource-kpi.assigned i,.state-assigned i,.state-assigned.resource-mobile-dot{background:#059669}.resource-kpi.expiring i,.state-expiring i,.state-expiring.resource-mobile-dot{background:#d97706}.resource-kpi.expired i,.state-expired i,.state-expired.resource-mobile-dot{background:#dc2626}.state-paused i,.state-paused.resource-mobile-dot,.state-archived i,.state-archived.resource-mobile-dot{background:#a1a1aa}.resource-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(135px,180px)) auto 38px;gap:8px;align-items:center;margin-bottom:9px}.resource-toolbar select,.resource-search{height:38px;border:1px solid var(--line);border-radius:8px;background:#fff}.resource-toolbar select{padding:0 9px;color:var(--ink)}.resource-search{position:relative;display:flex;align-items:center;min-width:0}.resource-search>span{padding-left:10px;color:var(--muted);font-size:18px}.resource-search input{min-width:0;flex:1;height:100%;padding:0 8px;border:0;background:transparent;font:inherit}.resource-search input:focus{outline:0}.resource-search:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #b7ead7}.resource-search kbd{margin-right:9px;color:#a0aaa5}.resource-density{height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:18px}.resource-density:hover{background:#eef7f2;color:var(--green-dark)}.resource-subfilters{display:flex;align-items:center;gap:9px;margin-bottom:13px}.resource-result-summary{display:flex;align-items:baseline;gap:8px;margin:13px 2px 8px}.resource-result-summary span{color:var(--muted);font-size:12px}.resource-table-shell{position:relative;min-height:280px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.resource-table-scroll{max-height:calc(100vh - 335px);min-height:280px;overflow:auto}.resource-table{width:100%;min-width:860px;border-collapse:collapse;table-layout:fixed}.resource-table .col-resource{width:auto}.resource-table .col-team{width:155px}.resource-table .col-status{width:130px}.resource-table .col-allocation{width:115px}.resource-table .col-services{width:165px}.resource-table .col-expiry{width:105px}.resource-table .col-actions{width:92px}.resource-table thead{position:sticky;top:0;z-index:4;background:#fff;box-shadow:inset 0 -1px 0 var(--line)}.resource-table thead th{height:34px;padding:0 11px;color:#98a29d;text-align:left;font-size:10px;font-weight:700;letter-spacing:.045em}.resource-group-row{height:38px;background:#f6f8f7}.resource-group-row th{padding:0 12px;border-bottom:1px solid #e7ece9;text-align:left}.resource-group-toggle{display:inline-flex;align-items:center;gap:8px;padding:3px 4px;border:0;border-radius:6px;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:13px;font-weight:800}.resource-group-toggle:focus-visible{outline:2px solid #81cdb0}.resource-chevron{color:#8b9892;font-size:20px;line-height:1;transition:transform .15s}.resource-group-toggle[aria-expanded="true"] .resource-chevron{transform:rotate(90deg)}.resource-type-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:#e5f4ed;color:var(--green-dark);font-size:11px}.resource-group-toggle b{display:grid;place-items:center;min-width:23px;height:20px;padding:0 5px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);font-size:10px}.resource-group-row small{margin-left:8px;color:var(--muted);font-size:11px;font-weight:400}.resource-data-row{height:var(--resource-row-height);border-bottom:1px solid #edf1ef;cursor:pointer;transition:background .1s}.resource-data-row:hover,.resource-data-row:focus,.resource-data-row:focus-within{background:#f4faf7;outline:0}.resource-data-row.is-group-hidden{display:none}.resource-data-row>td{padding:5px 11px;color:#59655f;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-data-row>td:first-child{display:flex;align-items:center;gap:8px;color:var(--ink)}.resource-primary{min-width:0}.resource-primary a{display:block;overflow:hidden;color:var(--ink);text-overflow:ellipsis;text-decoration:none;font-size:13px;font-weight:750}.resource-primary a:hover{color:var(--green)}.resource-primary small{display:block;overflow:hidden;margin-top:2px;color:#98a29d;text-overflow:ellipsis}.resource-explorer[data-density="compact"] .resource-primary small{display:none}.resource-state{display:inline-flex;align-items:center;gap:7px;color:#4c5852}.resource-state i{flex:0 0 7px}.resource-mobile-dot{display:none;flex:0 0 7px}.resource-holders{display:inline-flex;align-items:center;padding:2px 7px;border-radius:12px;background:#edf7f2;color:var(--green-dark)}.resource-muted{color:#b0b9b4}.resource-services{display:flex;gap:4px;overflow:hidden}.resource-services>span:not(.resource-muted){display:inline-block;max-width:90px;padding:2px 6px;border-radius:5px;background:#f0f3f2;color:#59655f;overflow:hidden;text-overflow:ellipsis}.resource-expiry.expiring{color:#a66509}.resource-expiry.expired{color:#c53a35}.resource-row-actions{display:flex;justify-content:flex-end;gap:2px;opacity:0;transition:opacity .12s}.resource-data-row:hover .resource-row-actions,.resource-data-row:focus-within .resource-row-actions{opacity:1}.resource-row-actions a{display:grid;place-items:center;width:26px;height:26px;border-radius:6px;color:#64716a;text-decoration:none;font-size:15px}.resource-row-actions a:hover{background:#e6f2ec;color:var(--green-dark)}.resource-detail-source{display:none}.resource-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:64px 20px;color:var(--muted);text-align:center}.resource-empty strong{color:var(--ink)}.resource-empty .button{margin-top:5px}.resource-drawer-backdrop{position:fixed;inset:0;z-index:49;background:#10251e33}.resource-drawer{position:fixed;top:0;right:0;bottom:0;z-index:50;width:min(384px,calc(100vw - 28px));background:#fff;border-left:1px solid var(--line);box-shadow:-10px 0 35px #10251e22;transform:translateX(105%);transition:transform .18s;overflow:auto}.resource-drawer.open{transform:translateX(0)}.resource-drawer header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid var(--line);background:#fff}.resource-drawer header strong,.resource-drawer header small{display:block;overflow-wrap:anywhere}.resource-drawer header small{margin-top:4px;color:var(--muted);font-size:11px}.resource-drawer header button{width:30px;height:30px;border:0;border-radius:7px;background:#f1f4f2;color:var(--muted);cursor:pointer;font-size:20px}.resource-drawer-body{padding:17px}.resource-drawer-body dl{margin:0 0 20px}.resource-drawer-body dl>div{display:flex;justify-content:space-between;gap:18px;padding:7px 0;border-bottom:1px solid #eef1ef;font-size:12px}.resource-drawer-body dt{color:var(--muted)}.resource-drawer-body dd{margin:0;text-align:right;overflow-wrap:anywhere}.resource-drawer-body h3{margin:17px 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.resource-drawer-body ul{margin:0;padding:0;list-style:none}.resource-drawer-body li{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:12px}.resource-drawer-body li a{color:var(--ink);font-weight:700}.resource-drawer-body li span{color:var(--muted)}.resource-drawer-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.resource-drawer-links .button{padding:8px 11px;font-size:12px}.resource-table-footer{display:flex;justify-content:space-between;padding:8px 4px;color:var(--muted);font-size:11px}.resource-table-footer kbd{color:var(--ink)}
@media(max-width:1200px){.resource-toolbar{grid-template-columns:minmax(240px,1fr) repeat(2,minmax(130px,170px)) auto 38px}.resource-toolbar select[name="asset_status"]{display:none}.resource-table{min-width:800px}}
@media(max-width:900px){.resource-toolbar{grid-template-columns:1fr 1fr 38px}.resource-search{grid-column:1/-1}.resource-toolbar select[name="team"]{display:none}.resource-table .col-team,.resource-table th:nth-child(2),.resource-table td:nth-child(2),.resource-table .col-allocation,.resource-table th:nth-child(4),.resource-table td:nth-child(4),.resource-table .col-expiry,.resource-table th:nth-child(6),.resource-table td:nth-child(6){display:none}.resource-table{min-width:560px}.resource-table-scroll{max-height:none}}
@media(max-width:680px){.resource-toolbar{grid-template-columns:1fr 38px}.resource-toolbar select[name="type"]{display:block}.resource-toolbar .button,.resource-table .col-status,.resource-table th:nth-child(3),.resource-table td:nth-child(3),.resource-table .col-expiry,.resource-table th:nth-child(6),.resource-table td:nth-child(6){display:none}.resource-table{min-width:0}.resource-table .col-actions{width:78px}.resource-mobile-dot{display:inline-block}.resource-group-row small{display:none}.resource-result-summary{align-items:flex-start;flex-direction:column;gap:2px}.resource-table-footer span:last-child{display:none}.resource-row-actions{opacity:1}.resource-primary small{max-width:55vw}.resource-kpis{gap:5px}.resource-kpi{padding:5px 8px}.resource-kpi span{font-size:11px}}
.resource-no-service{background:#fff7e5!important;color:#8a650f!important;font-style:italic}.service-count.no-service{background:#fff7e5;color:#7a5a0e}.gmail-service-special-options{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.gmail-service-special-options label{display:flex!important;align-items:center;gap:7px!important;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#f8faf9;font-size:11px!important;font-weight:700!important;cursor:pointer}.gmail-service-special-options input{width:17px!important;height:17px;margin:0;accent-color:var(--green)}.gmail-other-toggle{padding:8px 11px;border:1px dashed #8fcbb4;border-radius:8px;background:#edf8f3;color:var(--green-dark);font:700 11px/1.2 inherit;cursor:pointer}.gmail-other-toggle:hover{background:#dff3e9}.field-gmail_other_service{padding:12px;border:1px dashed #aad5c4;border-radius:10px;background:#f7fcf9}
.page-path{display:flex;align-items:center;gap:8px;min-height:28px;margin:-7px 0 8px;color:#8a9790;font-size:11px}.page-path a{color:#69776f;text-decoration:none}.page-path a:hover{color:var(--green);text-decoration:underline}.page-path .page-back{display:inline-flex;align-items:center;margin-right:3px;padding:5px 9px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-weight:700;text-decoration:none}.page-path .page-back:hover{border-color:#9dccb9;background:#eef8f3;text-decoration:none}.page-path-separator{color:#bdc6c1}
@media(max-width:680px){.page-path{margin-top:-2px;overflow-x:auto;white-space:nowrap}.page-path .page-back{position:sticky;left:0;z-index:1}.resource-table .col-services{width:125px}.resource-services>span:not(.resource-muted){max-width:105px}.gmail-service-special-options{align-items:stretch;flex-direction:column}.gmail-service-special-options>*{width:100%}}
.danger-outline{border-color:#e3aaa7;background:#fff;color:#a83d39}.danger-outline:hover{border-color:var(--red);background:#fff2f1}.row-actions form{margin:0}.delete-confirm-panel{display:grid;grid-template-columns:52px minmax(0,680px);gap:18px;max-width:820px;padding:25px}.delete-confirm-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff0ef;color:var(--red);font-size:23px;font-weight:900}.delete-confirm-copy h2{margin:7px 0 9px;font-size:22px}.delete-confirm-copy p{color:var(--muted);line-height:1.55}.delete-blockers{margin:15px 0;padding:13px 16px 13px 35px;border:1px solid #efcac7;border-radius:10px;background:#fff7f6;color:#8d3c38;line-height:1.65}.delete-safe-alternative{padding:11px 13px;border-radius:9px;background:#eef8f3;color:var(--green-dark)!important}.delete-confirm-check{display:flex;align-items:flex-start;gap:9px;margin:18px 0;padding:12px 13px;border:1px solid var(--line);border-radius:9px;background:#f8faf9;font-weight:700}.delete-confirm-check input{flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;accent-color:var(--red)}
@media(max-width:680px){.delete-confirm-panel{grid-template-columns:1fr;padding:19px}.delete-confirm-icon{width:42px;height:42px}.delete-confirm-copy .form-actions{flex-direction:column}.delete-confirm-copy .form-actions>*{width:100%}}

/* Dashboard attention-first */
.dashboard-command-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px;padding:3px 2px}.dashboard-command-head>div:first-child>span{color:var(--green);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.dashboard-command-head h2{margin:4px 0 2px;font-size:18px}.dashboard-command-head p{margin:0;color:var(--muted);font-size:12px}.dashboard-live{display:flex;align-items:center;gap:7px;color:var(--green-dark);font-size:12px;font-weight:800}.dashboard-live i{width:8px;height:8px;border-radius:50%;background:#1d9e75;box-shadow:0 0 0 4px #dff5ec}.attention-card{margin-bottom:12px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.attention-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:43px;padding:9px 14px;border-bottom:1px solid var(--line)}.attention-head h2{margin:0;font-size:14px}.attention-head h2 span{margin-left:4px;color:var(--muted);font-weight:500}.attention-head>a,.attention-head>small{color:var(--muted);font-size:11px;text-decoration:none}.attention-head>a:hover{color:var(--green)}.attention-row{display:flex;align-items:center;gap:11px;min-height:56px;padding:9px 14px;border-bottom:1px solid #edf1ee}.attention-row>i{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#6495c8}.attention-row>div{flex:1;min-width:0}.attention-row strong,.attention-row small{display:block}.attention-row strong{font-size:13px}.attention-row small{margin-top:2px;color:var(--muted);font-size:11px}.attention-critical>i{background:#e24b4a}.attention-warning>i{background:#ef9f27}.attention-action{flex:none;padding:5px 11px;font-size:11px}.attention-empty{display:grid;gap:3px;padding:18px 14px;color:var(--green-dark);font-size:13px}.attention-empty span{color:var(--muted);font-size:11px}.attention-overflow{padding:8px 14px;border-bottom:1px solid var(--line);background:#fff9ec;color:#7a591a;font-size:11px}.attention-clear{display:flex;align-items:flex-start;gap:8px;padding:9px 14px;background:#f7faf8;color:var(--muted);font-size:11px}.attention-clear>span{color:#1d9e75;font-size:14px;font-weight:900}.attention-clear p{margin:1px 0 0;line-height:1.45}.inventory-overview{padding:13px 14px 11px}.inventory-overview>div:first-child{display:flex;align-items:baseline;gap:7px}.inventory-overview>div:first-child strong{font-size:25px}.inventory-overview>div:first-child span{color:var(--muted);font-size:12px}.inventory-main-bar{height:9px;margin-top:9px;overflow:hidden;border-radius:5px;background:#edf1ee}.inventory-main-bar span{display:block;height:100%;border-radius:inherit;background:#1d9e75}.inventory-stock-link{display:inline-block;margin-top:8px;color:var(--green);font-size:11px;text-decoration:none}.inventory-list{padding:8px 0 4px;border-top:1px solid var(--line)}.inventory-columns,.inventory-row{display:grid;grid-template-columns:145px minmax(90px,1fr) 52px 68px;align-items:center;gap:10px;padding:0 14px}.inventory-columns{padding-bottom:5px;color:#98a29d;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.inventory-columns span:first-child{grid-column:1/3}.inventory-row{min-height:31px;color:var(--ink);text-decoration:none}.inventory-row:hover{background:#f5faf7}.inventory-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.inventory-bar{height:7px;overflow:hidden;border-radius:4px;background:#edf1ee}.inventory-bar i{display:block;height:100%;background:#1d9e75}.inventory-bar .tone-critical{background:#e24b4a}.inventory-bar .tone-warning{background:#ef9f27}.inventory-bar .tone-muted{background:#aeb9b3}.inventory-count,.inventory-stock{font-size:11px;text-align:right}.inventory-count{color:var(--muted)}.tone-text-critical{color:#b63d39}.tone-text-warning{color:#9b650e}.tone-text-muted{color:#9ca7a1}.inventory-more>summary{padding:8px 14px;color:var(--green);font-size:11px;font-weight:800;cursor:pointer}.dashboard-gmail-services{border-top:1px solid var(--line)}.dashboard-gmail-services>summary{padding:11px 14px;font-size:12px;font-weight:800;cursor:pointer}.dashboard-gmail-services>summary small{margin-left:6px;color:var(--muted);font-weight:400}.dashboard-gmail-services .type-breakdown{padding:0 14px 12px}.dashboard-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.dashboard-bottom-grid .attention-card{margin:0}.dashboard-team-list{padding:4px 0 8px}.dashboard-team-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:7px 14px;color:var(--ink);text-decoration:none}.dashboard-team-row:hover{background:#f5faf7}.dashboard-team-row>span{min-width:0}.dashboard-team-row b,.dashboard-team-row small{display:block}.dashboard-team-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.dashboard-team-row small{margin-top:2px;color:var(--muted);font-size:11px}.dashboard-team-row>strong{color:var(--muted);font-size:11px;font-weight:500}.dashboard-team-row.needs-attention{background:#fff8e7}.dashboard-team-row em{padding:4px 9px;border:1px solid #e8c47e;border-radius:7px;color:#855b10;font-size:10px;font-style:normal;font-weight:800}.change-metrics{display:flex;gap:22px;padding:12px 14px;border-bottom:1px solid var(--line)}.change-metrics span{min-width:0}.change-metrics b,.change-metrics small{display:block}.change-metrics b{font-size:19px}.change-metrics small{margin-top:2px;color:var(--muted);font-size:10px}.dashboard-activity-list{padding:7px 14px 10px}.dashboard-activity-list>a{display:flex;gap:9px;padding:5px 0;color:var(--ink);text-decoration:none}.dashboard-activity-list time{flex:0 0 38px;color:var(--muted);font-size:11px}.dashboard-activity-list span{min-width:0}.dashboard-activity-list b,.dashboard-activity-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-activity-list b{font-size:11px}.dashboard-activity-list small{margin-top:2px;color:var(--muted);font-size:10px}
@media(max-width:900px){.dashboard-bottom-grid{grid-template-columns:1fr}.inventory-columns,.inventory-row{grid-template-columns:125px minmax(70px,1fr) 48px 62px}}
@media(max-width:680px){.dashboard-command-head{align-items:flex-start}.dashboard-command-head p{max-width:260px}.dashboard-live{display:none}.attention-head{align-items:flex-start}.attention-row{align-items:flex-start;flex-wrap:wrap}.attention-row>div{width:calc(100% - 24px)}.attention-action{margin-left:19px}.inventory-overview>div:first-child{align-items:flex-start;flex-direction:column;gap:0}.inventory-columns{display:none}.inventory-row{grid-template-columns:minmax(96px,1fr) minmax(55px,.8fr) 42px 54px;gap:6px;padding:0 10px}.inventory-label{font-size:11px}.dashboard-gmail-services>summary small{display:block;margin:3px 0 0}.change-metrics{gap:14px}.change-metrics small{max-width:70px}.dashboard-activity-list small{max-width:68vw}}

/* Profile navigation and Gmail-local filters */
.record-link{color:var(--ink);text-decoration:none}.record-link:hover{color:var(--green);text-decoration:underline}.profile-tabs{display:flex;align-items:center;gap:5px;margin:-6px 0 14px;padding:5px;border:1px solid var(--line);border-radius:10px;background:#fff;overflow-x:auto}.profile-tabs a{flex:none;padding:7px 11px;border-radius:7px;color:var(--muted);font-size:11px;font-weight:800;text-decoration:none}.profile-tabs a:hover,.profile-tabs a:focus{background:#eaf6f0;color:var(--green-dark)}.profile-kicker{display:block;margin-bottom:3px;color:var(--green);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.profile-action-menu{position:relative}.profile-action-menu>summary{list-style:none}.profile-action-menu>summary::-webkit-details-marker{display:none}.profile-action-menu[open]>summary{background:#eaf6f0;border-color:#9bcdb8}.profile-action-menu>div{position:absolute;top:calc(100% + 7px);right:0;z-index:20;display:grid;min-width:220px;padding:7px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 12px 30px #10251e22}.profile-action-menu>div>a,.profile-action-menu>div form button{display:block;width:100%;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:var(--ink);font:700 12px/1.3 inherit;text-align:left;text-decoration:none;cursor:pointer}.profile-action-menu>div>a:hover,.profile-action-menu>div form button:hover{background:#f1f6f3}.profile-action-menu>div .danger-link{color:var(--red)!important}.resource-group-head{display:flex;align-items:center;gap:8px;min-height:38px}.gmail-inline-filters{display:flex;align-items:center;gap:5px;margin-left:auto;padding:3px 0;overflow-x:auto}.gmail-filter-pill{display:inline-flex;align-items:center;gap:4px;flex:none;padding:4px 7px;border:1px solid #dbe5e0;border-radius:999px;background:#fff;color:#64716a;font-size:10px;font-weight:700;text-decoration:none}.gmail-filter-pill b{color:var(--ink);font-size:10px}.gmail-filter-pill:hover,.gmail-filter-pill.selected{border-color:#7fc6aa;background:#e5f5ed;color:var(--green-dark)}.gmail-filter-pill.disabled{opacity:.5;cursor:not-allowed}.gmail-filter-pill.no-service{background:#fff8e7;color:#856014}
@media(max-width:900px){.resource-group-head{align-items:flex-start;flex-wrap:wrap;padding:5px 0}.gmail-inline-filters{width:100%;margin-left:32px}.profile-action-menu>div{position:fixed;top:auto;right:14px;left:14px;width:auto}}
@media(max-width:680px){.profile-tabs{margin-top:0}.profile-head{align-items:flex-start}.profile-head .badge{margin-left:0}.resource-group-row th{height:auto}.gmail-inline-filters{margin-left:0}.row-actions .profile-action-menu>summary{padding:9px 11px}}

/* Visible owner-only delete action needs room beside edit/open controls. */
.resource-table .col-actions{width:118px}.resource-row-actions .danger-link:hover{background:#fff0ef;color:var(--red)}
@media(max-width:680px){.resource-table .col-actions{width:108px}}
