 .ash-wrap .ash-grid{display:grid;gap:16px;margin:16px 0}.ash-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ash-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ash-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ash-card{background:#fff;border:1px solid #dcdcde;border-radius:12px;padding:18px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ash-health-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.ash-finding{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #2563eb;border-radius:10px;padding:12px}.ash-trend-bar{height:12px;background:#59baf2;border-radius:999px;min-width:8px}@media (max-width:1000px){.ash-grid-2,.ash-grid-3,.ash-grid-4{grid-template-columns:1fr}} 
/* Job-grouped admin data pages. */
.ash-job-filter-card{margin-bottom:16px}
.ash-job-filter-form{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}
.ash-job-filter-form p{margin:0}
.ash-job-filter-form select{min-width:360px;max-width:680px}
.ash-job-groups{display:grid;gap:10px}
.ash-job-group{background:#fff;border:1px solid #dcdcde;border-radius:10px;overflow:hidden}
.ash-job-group>summary{display:flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;font-size:14px;font-weight:600;line-height:1.4;color:#1d2327;list-style:none;background:#fff}
.ash-job-group>summary::-webkit-details-marker{display:none}
.ash-job-group>summary:before{content:"\f345";font-family:dashicons;font-size:18px;font-weight:400;line-height:1;transition:transform .15s ease}
.ash-job-group[open]>summary{background:#f6f7f7;border-bottom:1px solid #dcdcde}
.ash-job-group[open]>summary:before{transform:rotate(90deg)}
.ash-job-group>summary:focus-visible{outline:2px solid #2271b1;outline-offset:-2px}
.ash-job-group-body{padding:16px}
.ash-job-run-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin:0 0 14px;color:#50575e}
.ash-job-table-wrap{width:100%;overflow-x:auto}
.ash-job-table-wrap table{min-width:820px;margin:0}
@media (max-width:782px){.ash-job-filter-form{align-items:stretch}.ash-job-filter-form p{width:100%}.ash-job-filter-form select{width:100%;min-width:0;max-width:none}.ash-job-filter-form .button{width:100%;justify-content:center}.ash-job-run-meta{display:grid;gap:6px}}

/* Administrator Overview — scoped SaaS operations dashboard. */
.ash-admin-overview{--ash-overview-ink:#172033;--ash-overview-text:#4b5565;--ash-overview-muted:#7a8493;--ash-overview-line:#e3e7ee;--ash-overview-soft:#f6f7fb;--ash-overview-purple:#6d38c7;--ash-overview-purple-dark:#4f229f;--ash-overview-purple-soft:#f2edfb;--ash-overview-blue:#2f74d0;--ash-overview-green:#18865d;--ash-overview-green-soft:#eaf7f1;--ash-overview-amber:#b56a09;--ash-overview-amber-soft:#fff6e5;--ash-overview-red:#c43b45;--ash-overview-red-soft:#fff0f1;--ash-overview-shadow:0 10px 30px rgba(35,40,61,.06);max-width:1600px;color:var(--ash-overview-text)}
.ash-admin-overview *{box-sizing:border-box}
.ash-overview-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin:18px 0 16px;padding:30px 32px;border:1px solid #ddd6ef;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8f5fd 58%,#f0e9fb 100%);box-shadow:var(--ash-overview-shadow)}
.ash-overview-hero h1{margin:2px 0 8px;color:var(--ash-overview-ink);font-size:30px;line-height:1.15;letter-spacing:-.025em}
.ash-overview-eyebrow,.ash-overview-section-kicker{margin:0;color:var(--ash-overview-purple);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.ash-overview-lead{max-width:820px;margin:0;color:var(--ash-overview-text);font-size:14px;line-height:1.65}
.ash-overview-hero-meta{display:grid;gap:7px;min-width:230px;padding-top:3px;color:var(--ash-overview-muted);font-size:12px;text-align:right}
.ash-overview-live{display:inline-flex;justify-content:flex-end;align-items:center;gap:7px;color:var(--ash-overview-green);font-weight:700}
.ash-overview-live>span{width:8px;height:8px;border-radius:50%;background:var(--ash-overview-green);box-shadow:0 0 0 4px rgba(24,134,93,.12)}
.ash-overview-definition-banner{display:flex;align-items:flex-start;gap:12px;margin:0 0 16px;padding:13px 16px;border:1px solid #d8dfe9;border-radius:12px;background:#fff;color:var(--ash-overview-text)}
.ash-overview-definition-banner>.dashicons{color:var(--ash-overview-purple);font-size:22px}
.ash-overview-definition-banner strong{display:block;color:var(--ash-overview-ink);font-size:13px}
.ash-overview-definition-banner p{margin:3px 0 0;font-size:12px;line-height:1.55}
.ash-overview-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 16px}
.ash-overview-kpi{position:relative;display:grid;min-height:148px;padding:19px 20px 17px;border:1px solid var(--ash-overview-line);border-radius:14px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 2px 12px rgba(40,47,68,.035);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.ash-overview-kpi:hover,.ash-overview-kpi:focus{border-color:#cbbbe7;color:inherit;box-shadow:0 10px 25px rgba(68,46,111,.1);transform:translateY(-2px)}
.ash-overview-kpi:focus-visible{outline:2px solid var(--ash-overview-purple);outline-offset:2px}
.ash-overview-kpi>.dashicons{position:absolute;top:17px;right:17px;width:34px;height:34px;padding:7px;border-radius:10px;background:var(--ash-overview-purple-soft);color:var(--ash-overview-purple);font-size:20px}
.ash-overview-kpi-label{align-self:start;max-width:75%;color:var(--ash-overview-muted);font-size:11px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.ash-overview-kpi strong{align-self:end;margin-top:16px;color:var(--ash-overview-ink);font-size:31px;line-height:1;font-weight:750;letter-spacing:-.035em}
.ash-overview-kpi small{align-self:end;margin-top:8px;color:var(--ash-overview-muted);font-size:11px;line-height:1.4}
.ash-overview-attention{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;margin:0 0 16px;padding:16px 18px;border:1px solid #cfe5d9;border-radius:14px;background:var(--ash-overview-green-soft)}
.ash-overview-attention.has-attention{border-color:#f0d49e;background:var(--ash-overview-amber-soft)}
.ash-overview-attention-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff;color:var(--ash-overview-green)}
.ash-overview-attention.has-attention .ash-overview-attention-icon{color:var(--ash-overview-amber)}
.ash-overview-attention-icon .dashicons{width:24px;height:24px;font-size:24px}
.ash-overview-attention h2{margin:0;color:var(--ash-overview-ink);font-size:15px}
.ash-overview-attention p{margin:3px 0 0;font-size:12px;line-height:1.5}
.ash-overview-attention-stats{display:flex;gap:20px}
.ash-overview-attention-stats span{display:grid;gap:2px;min-width:70px;color:var(--ash-overview-muted);font-size:10px;text-align:right;text-transform:uppercase}
.ash-overview-attention-stats strong{color:var(--ash-overview-ink);font-size:19px;line-height:1}
.ash-overview-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ash-overview-panel{min-width:0;padding:21px;border:1px solid var(--ash-overview-line);border-radius:15px;background:#fff;box-shadow:0 2px 14px rgba(42,48,66,.035)}
.ash-overview-panel-wide{grid-column:1/-1}
.ash-overview-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 0 18px}
.ash-overview-panel-head h2{margin:3px 0 0;color:var(--ash-overview-ink);font-size:17px;line-height:1.3}
.ash-overview-panel-head>a{flex:0 0 auto;color:var(--ash-overview-purple);font-size:11px;font-weight:700;text-decoration:none}
.ash-overview-panel-head>a:hover{text-decoration:underline}
.ash-overview-legend{display:flex;align-items:center;gap:7px;color:var(--ash-overview-muted);font-size:11px}
.ash-overview-legend span{display:inline-block;width:9px;height:9px;border-radius:3px}
.ash-overview-legend .scan,.ash-overview-chart-bars .scan{background:var(--ash-overview-purple)}
.ash-overview-legend .report,.ash-overview-chart-bars .report{background:var(--ash-overview-blue)}
.ash-overview-chart{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;height:240px;padding:18px 12px 4px;border:1px solid #edf0f4;border-radius:13px;background:linear-gradient(to bottom,rgba(222,227,235,.6) 1px,transparent 1px);background-size:100% 25%}
.ash-overview-chart-day{display:grid;grid-template-rows:22px 1fr 20px;min-width:0;text-align:center}
.ash-overview-chart-values{display:flex;justify-content:center;gap:8px;color:var(--ash-overview-muted);font-size:10px}
.ash-overview-chart-values span:first-child{color:var(--ash-overview-purple);font-weight:700}
.ash-overview-chart-values span:last-child{color:var(--ash-overview-blue);font-weight:700}
.ash-overview-chart-bars{display:flex;align-items:flex-end;justify-content:center;gap:5px;height:100%}
.ash-overview-chart-bars span{display:block;width:min(24px,34%);min-height:3px;border-radius:5px 5px 2px 2px;opacity:.92}
.ash-overview-chart-day small{align-self:end;color:var(--ash-overview-muted);font-size:10px;font-weight:700;text-transform:uppercase}
.ash-overview-summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:16px;overflow:hidden;border:1px solid var(--ash-overview-line);border-radius:12px;background:var(--ash-overview-line)}
.ash-overview-summary-row.six{grid-template-columns:repeat(6,minmax(0,1fr))}
.ash-overview-summary-row>span{display:grid;gap:5px;padding:13px 15px;background:#fff}
.ash-overview-summary-row small,.ash-overview-stat-table small,.ash-overview-mini-grid small{color:var(--ash-overview-muted);font-size:10px;font-weight:700;line-height:1.3;text-transform:uppercase}
.ash-overview-summary-row strong,.ash-overview-stat-table strong,.ash-overview-mini-grid strong{color:var(--ash-overview-ink);font-size:18px;line-height:1.1}
.ash-overview-list{display:grid;gap:11px}
.ash-overview-list.compact{gap:9px}
.ash-overview-list-row{display:grid;gap:6px}
.ash-overview-list-row>div{display:flex;align-items:center;gap:8px;min-width:0}
.ash-overview-list-row strong{overflow:hidden;color:var(--ash-overview-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.ash-overview-list-row em{margin-left:auto;color:var(--ash-overview-muted);font-size:11px;font-style:normal;font-weight:700}
.ash-overview-progress{display:block;height:5px;overflow:hidden;border-radius:999px;background:#edf0f4}
.ash-overview-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ash-overview-purple),#9a69df)}
.ash-overview-dot{display:inline-block;flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#a8b0bd}
.ash-overview-dot.good{background:var(--ash-overview-green)}
.ash-overview-dot.warning{background:var(--ash-overview-amber)}
.ash-overview-dot.critical{background:var(--ash-overview-red)}
.ash-overview-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:17px}
.ash-overview-mini-grid>span{display:grid;gap:5px;padding:11px;border-radius:10px;background:var(--ash-overview-soft)}
.ash-overview-mini-grid strong{font-size:16px}
.ash-overview-note{display:flex;align-items:flex-start;gap:7px;margin:15px 0 0;padding:10px 11px;border-radius:9px;background:var(--ash-overview-soft);color:var(--ash-overview-muted);font-size:11px;line-height:1.45}
.ash-overview-note.warning{background:var(--ash-overview-amber-soft);color:#7d551c}
.ash-overview-note .dashicons{flex:0 0 auto;width:16px;height:16px;font-size:16px}
.ash-overview-ring-row{display:flex;justify-content:center;gap:36px;padding:4px 0 19px}
.ash-overview-ring{--ash-value:0;position:relative;display:grid;place-items:center;width:126px;height:126px;border-radius:50%;background:conic-gradient(var(--ash-overview-purple) calc(var(--ash-value)*1%),#eceff4 0)}
.ash-overview-ring:before{position:absolute;inset:11px;border-radius:50%;background:#fff;content:""}
.ash-overview-ring>span{position:relative;z-index:1;display:grid;gap:3px;text-align:center}
.ash-overview-ring strong{color:var(--ash-overview-ink);font-size:20px}
.ash-overview-ring small{color:var(--ash-overview-muted);font-size:10px;font-weight:700;text-transform:uppercase}
.ash-overview-stat-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.ash-overview-stat-table>span{display:grid;gap:6px;padding:12px 13px;border:1px solid #eaedf2;border-radius:10px;background:#fafbfc}
.ash-overview-outcomes{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:18px}
.ash-overview-outcomes>span{display:grid;gap:5px;padding:14px 11px;border-radius:10px;background:var(--ash-overview-soft);text-align:center}
.ash-overview-outcomes strong{color:var(--ash-overview-ink);font-size:20px}
.ash-overview-outcomes small{color:var(--ash-overview-muted);font-size:9px;font-weight:800;text-transform:uppercase}
.ash-overview-outcomes .good{background:var(--ash-overview-green-soft)}
.ash-overview-outcomes .critical{background:var(--ash-overview-red-soft)}
.ash-overview-outcomes .warning{background:var(--ash-overview-amber-soft)}
.ash-overview-panel h3{margin:0 0 12px;color:var(--ash-overview-ink);font-size:12px;text-transform:uppercase}
.ash-overview-finding-hero{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}
.ash-overview-finding-hero>div{display:grid;gap:7px;padding:17px;border-radius:11px;background:linear-gradient(145deg,#24183a,#503278);color:#fff}
.ash-overview-finding-hero small{font-size:10px;font-weight:700;opacity:.8;text-transform:uppercase}
.ash-overview-finding-hero strong{font-size:27px}
.ash-overview-severity-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.ash-overview-severity-grid span{display:grid;gap:5px;padding:10px 8px;border-top:3px solid #9ca3af;border-radius:8px;background:var(--ash-overview-soft);text-align:center}
.ash-overview-severity-grid .critical{border-color:#b4232d}.ash-overview-severity-grid .high{border-color:#e0523c}.ash-overview-severity-grid .medium{border-color:#d79614}.ash-overview-severity-grid .low{border-color:#2f74d0}.ash-overview-severity-grid .info{border-color:#6f7a8b}
.ash-overview-severity-grid small{color:var(--ash-overview-muted);font-size:9px;font-weight:800;text-transform:uppercase}
.ash-overview-severity-grid strong{color:var(--ash-overview-ink);font-size:17px}
.ash-overview-service-status{display:flex;align-items:center;gap:11px;margin-bottom:15px;padding:13px;border:1px solid #eaedf2;border-radius:11px;background:#fafbfc}
.ash-overview-service-status .ash-overview-dot{width:10px;height:10px;box-shadow:0 0 0 5px rgba(89,102,121,.08)}
.ash-overview-service-status div{display:grid;gap:2px}
.ash-overview-service-status strong{color:var(--ash-overview-ink);font-size:13px}
.ash-overview-service-status small{color:var(--ash-overview-muted);font-size:11px}
.ash-overview-empty{margin:0;padding:17px;border:1px dashed #ccd3de;border-radius:10px;background:#fafbfc;color:var(--ash-overview-muted);font-size:12px;line-height:1.55;text-align:center}
.ash-overview-schema{padding:6px 9px;border-radius:999px;background:var(--ash-overview-soft);color:var(--ash-overview-muted);font-size:10px;font-weight:800;text-transform:uppercase}
.ash-overview-schema.good{background:var(--ash-overview-green-soft);color:var(--ash-overview-green)}
.ash-overview-schema.warning{background:var(--ash-overview-amber-soft);color:var(--ash-overview-amber)}
.ash-overview-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.ash-overview-health-item{display:flex;align-items:flex-start;gap:8px;padding:12px;border:1px solid var(--ash-overview-line);border-radius:10px;background:#fafbfc}
.ash-overview-health-item .dashicons{width:18px;height:18px;color:var(--ash-overview-amber);font-size:18px}
.ash-overview-health-item.good .dashicons{color:var(--ash-overview-green)}
.ash-overview-health-item.critical .dashicons{color:var(--ash-overview-red)}
.ash-overview-health-item p{margin:0;font-size:11px;line-height:1.45}
.ash-overview-schema-detail{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px;color:var(--ash-overview-muted);font-size:10px}
.ash-overview-methodology{margin:16px 0 30px;padding:21px;border:1px solid var(--ash-overview-line);border-radius:15px;background:#f8f9fb}
.ash-overview-methodology h2{margin:0 0 13px;color:var(--ash-overview-ink);font-size:15px}
.ash-overview-methodology>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 22px}
.ash-overview-methodology p{margin:0;color:var(--ash-overview-muted);font-size:11px;line-height:1.5}
.ash-overview-methodology strong{display:block;margin-bottom:3px;color:var(--ash-overview-ink);font-size:11px}
@media (max-width:1280px){.ash-overview-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ash-overview-summary-row.six{grid-template-columns:repeat(3,minmax(0,1fr))}.ash-overview-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:960px){.ash-overview-hero{display:grid}.ash-overview-hero-meta{min-width:0;text-align:left}.ash-overview-live{justify-content:flex-start}.ash-overview-attention{grid-template-columns:auto 1fr}.ash-overview-attention-stats{grid-column:1/-1;justify-content:space-between;padding-top:9px;border-top:1px solid rgba(100,95,80,.14)}.ash-overview-attention-stats span{text-align:left}.ash-overview-layout{grid-template-columns:1fr}.ash-overview-panel-wide{grid-column:auto}.ash-overview-methodology>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:782px){.ash-admin-overview{margin-right:10px}.ash-overview-hero{padding:23px 20px}.ash-overview-hero h1{font-size:25px}.ash-overview-kpis{grid-template-columns:1fr}.ash-overview-kpi{min-height:132px}.ash-overview-attention{grid-template-columns:1fr}.ash-overview-attention-icon{display:none}.ash-overview-attention-stats{display:grid;grid-template-columns:repeat(2,1fr)}.ash-overview-chart{gap:6px;height:205px;padding-left:5px;padding-right:5px}.ash-overview-chart-values{gap:3px;font-size:8px}.ash-overview-summary-row,.ash-overview-summary-row.six{grid-template-columns:repeat(2,minmax(0,1fr))}.ash-overview-mini-grid,.ash-overview-outcomes{grid-template-columns:repeat(2,1fr)}.ash-overview-ring-row{gap:18px}.ash-overview-ring{width:112px;height:112px}.ash-overview-stat-table,.ash-overview-finding-hero{grid-template-columns:1fr}.ash-overview-severity-grid{grid-template-columns:repeat(5,minmax(52px,1fr));overflow-x:auto}.ash-overview-health-grid,.ash-overview-methodology>div{grid-template-columns:1fr}.ash-overview-panel-head{display:grid}.ash-overview-legend{justify-self:start}}

/* ========================================================================== */
/* Aegisify Audit Admin UI System — standardized from Administrator Overview. */
/* UI-only layer: no data, action, capability, nonce, route, or workflow logic. */
/* ========================================================================== */
.ash-admin-page{
	--ash-overview-ink:#172033;
	--ash-overview-text:#4b5565;
	--ash-overview-muted:#7a8493;
	--ash-overview-line:#e3e7ee;
	--ash-overview-soft:#f6f7fb;
	--ash-overview-purple:#6d38c7;
	--ash-overview-purple-dark:#4f229f;
	--ash-overview-purple-soft:#f2edfb;
	--ash-overview-blue:#2f74d0;
	--ash-overview-green:#18865d;
	--ash-overview-green-soft:#eaf7f1;
	--ash-overview-amber:#b56a09;
	--ash-overview-amber-soft:#fff6e5;
	--ash-overview-red:#c43b45;
	--ash-overview-red-soft:#fff0f1;
	--ash-overview-shadow:0 10px 30px rgba(35,40,61,.06);
	max-width:1600px;
	color:var(--ash-overview-text);
}
.ash-admin-page *{box-sizing:border-box}
.ash-admin-page>h1{
	position:relative;
	margin:18px 0 16px!important;
	padding:46px 32px 28px!important;
	border:1px solid #ddd6ef;
	border-radius:18px;
	background:linear-gradient(135deg,#fff 0%,#f8f5fd 58%,#f0e9fb 100%);
	box-shadow:var(--ash-overview-shadow);
	color:var(--ash-overview-ink)!important;
	font-size:30px!important;
	font-weight:700!important;
	line-height:1.15!important;
	letter-spacing:-.025em!important;
}
.ash-admin-page>h1:before{
	position:absolute;
	top:25px;
	left:32px;
	content:"Aegisify Audit Administration";
	color:var(--ash-overview-purple);
	font-size:11px;
	font-weight:800;
	line-height:1;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.ash-admin-page>h1+p:not(.description){
	max-width:1100px;
	margin:-4px 0 18px;
	padding:13px 16px;
	border:1px solid #d8dfe9;
	border-radius:12px;
	background:#fff;
	color:var(--ash-overview-text);
	font-size:12px;
	line-height:1.6;
}

/* Tabs and sub-tabs. */
.ash-admin-page .nav-tab-wrapper{
	display:flex;
	align-items:center;
	gap:7px;
	max-width:100%;
	margin:0 0 18px!important;
	padding:7px;
	overflow-x:auto;
	border:1px solid var(--ash-overview-line)!important;
	border-radius:13px;
	background:#fff;
	box-shadow:0 2px 14px rgba(42,48,66,.035);
}
.ash-admin-page .nav-tab{
	float:none;
	flex:0 0 auto;
	margin:0!important;
	padding:8px 13px;
	border:1px solid transparent!important;
	border-radius:9px!important;
	background:transparent!important;
	color:var(--ash-overview-muted)!important;
	font-size:12px;
	font-weight:700;
	line-height:1.35;
	text-decoration:none;
	transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;
}
.ash-admin-page .nav-tab:hover,
.ash-admin-page .nav-tab:focus{
	border-color:#e0d6f1!important;
	background:var(--ash-overview-purple-soft)!important;
	color:var(--ash-overview-purple-dark)!important;
}
.ash-admin-page .nav-tab:focus-visible{outline:2px solid var(--ash-overview-purple);outline-offset:2px;box-shadow:none}
.ash-admin-page .nav-tab-active,
.ash-admin-page .nav-tab-active:hover,
.ash-admin-page .nav-tab-active:focus{
	border-color:#d7c7ef!important;
	background:linear-gradient(135deg,#f6f0ff,#eee6fb)!important;
	box-shadow:0 3px 10px rgba(79,34,159,.08);
	color:var(--ash-overview-purple-dark)!important;
}
.ash-admin-page #ash-needs-attention-tab[style*="background"]{border-color:#b32d2e!important;background:#d63638!important;color:#fff!important}

/* Reusable panels/cards. */
.ash-admin-page .ash-card,
.ash-admin-page .postbox,
.ash-admin-page .ash-webform-contact-card,
.ash-admin-page .ash-webform-spam-card,
.ash-admin-page .ash-demo-settings-card{
	min-width:0;
	margin-top:0;
	border:1px solid var(--ash-overview-line)!important;
	border-radius:15px!important;
	background:#fff!important;
	box-shadow:0 2px 14px rgba(42,48,66,.035)!important;
}
.ash-admin-page .ash-card{padding:21px}
.ash-admin-page .ash-grid{gap:16px;margin:0 0 16px}
.ash-admin-page .ash-card+.ash-card,
.ash-admin-page .ash-grid+.ash-card,
.ash-admin-page .ash-card+.ash-grid{margin-top:16px}
.ash-admin-page .ash-card h2,
.ash-admin-page .postbox h2,
.ash-admin-page .ash-webform-contact-card h2,
.ash-admin-page .ash-webform-spam-card h2{
	margin-top:0;
	color:var(--ash-overview-ink);
	font-size:17px;
	line-height:1.3;
}
.ash-admin-page .ash-card h3,
.ash-admin-page .postbox h3{
	color:var(--ash-overview-ink);
	font-size:13px;
	line-height:1.4;
}
.ash-admin-page .ash-card p,
.ash-admin-page .postbox p{line-height:1.55}
.ash-admin-page .description{color:var(--ash-overview-muted);font-size:11px;line-height:1.55}
.ash-admin-page code{border-radius:5px;background:#f3f1f8;color:#4f3b6c}

/* Tables — retain WordPress semantics and all existing data bindings. */
.ash-admin-page .widefat{
	border:1px solid var(--ash-overview-line)!important;
	border-radius:11px;
	background:#fff;
	box-shadow:none!important;
	border-collapse:separate;
	border-spacing:0;
	overflow:hidden;
}
.ash-admin-page .widefat thead th,
.ash-admin-page .widefat thead td{
	padding:11px 12px;
	border-bottom:1px solid var(--ash-overview-line)!important;
	background:#f7f8fb;
	color:#596273;
	font-size:10px;
	font-weight:800;
	letter-spacing:.045em;
	text-transform:uppercase;
}
.ash-admin-page .widefat tbody td,
.ash-admin-page .widefat tbody th{padding:11px 12px;color:var(--ash-overview-text);vertical-align:middle}
.ash-admin-page .widefat.striped>tbody>:nth-child(odd){background:#fcfcfd}
.ash-admin-page .widefat tbody tr:hover td,
.ash-admin-page .widefat tbody tr:hover th{background:#faf8fd}
.ash-admin-page .widefat tfoot th,
.ash-admin-page .widefat tfoot td{background:#f7f8fb}
.ash-admin-page .ash-job-table-wrap{border-radius:11px}

/* Form tables and fields. */
.ash-admin-page .form-table{
	margin-top:10px;
	border-top:1px solid #edf0f4;
}
.ash-admin-page .form-table th,
.ash-admin-page .form-table td{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #f0f2f5}
.ash-admin-page .form-table th{color:var(--ash-overview-ink);font-size:12px;font-weight:700}
.ash-admin-page input[type="text"],
.ash-admin-page input[type="email"],
.ash-admin-page input[type="url"],
.ash-admin-page input[type="password"],
.ash-admin-page input[type="number"],
.ash-admin-page input[type="search"],
.ash-admin-page input[type="date"],
.ash-admin-page input[type="time"],
.ash-admin-page select,
.ash-admin-page textarea{
	min-height:36px;
	border-color:#cfd5df;
	border-radius:8px;
	box-shadow:0 1px 2px rgba(23,32,51,.025);
}
.ash-admin-page textarea{min-height:88px}
.ash-admin-page input:focus,
.ash-admin-page select:focus,
.ash-admin-page textarea:focus{
	border-color:#9b79d5;
	box-shadow:0 0 0 1px #9b79d5;
	outline:0;
}
.ash-admin-page input[type="checkbox"],
.ash-admin-page input[type="radio"]{border-color:#bcc4d0}
.ash-admin-page input[type="checkbox"]:checked:before,
.ash-admin-page input[type="radio"]:checked:before{color:var(--ash-overview-purple)}

/* Buttons: preserve WordPress button classes and actions, update visual treatment only. */
.ash-admin-page .button{
	min-height:34px;
	padding:3px 12px;
	border-color:#c9c1d6;
	border-radius:8px;
	background:#fff;
	color:#4e405f;
	font-weight:600;
	box-shadow:0 1px 2px rgba(23,32,51,.035);
}
.ash-admin-page .button:hover,
.ash-admin-page .button:focus{border-color:#9b79d5;background:#faf8fd;color:var(--ash-overview-purple-dark)}
.ash-admin-page .button-primary{
	border-color:var(--ash-overview-purple-dark)!important;
	background:linear-gradient(135deg,#7040c8,#5725aa)!important;
	color:#fff!important;
	text-shadow:none;
	box-shadow:0 4px 10px rgba(79,34,159,.14)!important;
}
.ash-admin-page .button-primary:hover,
.ash-admin-page .button-primary:focus{border-color:#44208a!important;background:linear-gradient(135deg,#6233b9,#4d209c)!important;color:#fff!important}
.ash-admin-page .button-link-delete{color:var(--ash-overview-red)!important}

/* Notices and status containers. */
.ash-admin-page .notice{
	margin:0 0 16px;
	padding:8px 12px;
	border-top:1px solid var(--ash-overview-line);
	border-right:1px solid var(--ash-overview-line);
	border-bottom:1px solid var(--ash-overview-line);
	border-radius:10px;
	background:#fff;
	box-shadow:0 2px 8px rgba(42,48,66,.025);
}
.ash-admin-page .notice-success{background:var(--ash-overview-green-soft)}
.ash-admin-page .notice-warning{background:var(--ash-overview-amber-soft)}
.ash-admin-page .notice-error{background:var(--ash-overview-red-soft)}
.ash-admin-page .notice-info{background:#f0f6fd}

/* Details/accordion controls. */
.ash-admin-page details{border-radius:10px}
.ash-admin-page details>summary{color:var(--ash-overview-ink);font-weight:700}
.ash-admin-page details>summary:hover{color:var(--ash-overview-purple-dark)}
.ash-admin-page .ash-job-group{
	border-color:var(--ash-overview-line);
	border-radius:12px;
	box-shadow:0 2px 10px rgba(42,48,66,.03);
}
.ash-admin-page .ash-job-group>summary{color:var(--ash-overview-ink);background:#fff}
.ash-admin-page .ash-job-group[open]>summary{border-bottom-color:var(--ash-overview-line);background:#f8f6fc}
.ash-admin-page .ash-job-group>summary:before{color:var(--ash-overview-purple)}

/* Existing CRM-specific UI aligned to the same design language. */
.ash-admin-page .ash-crm-grid{gap:14px!important;max-width:1400px!important;margin-bottom:16px}
.ash-admin-page .ash-crm-grid>div,
.ash-admin-page .ash-demo-report-grid>div{
	border:1px solid var(--ash-overview-line)!important;
	border-radius:14px!important;
	background:#fff!important;
	box-shadow:0 2px 12px rgba(40,47,68,.035)!important;
}
.ash-admin-page .ash-crm-grid>div{padding:18px!important}
.ash-admin-page .ash-crm-grid>div span,
.ash-admin-page .ash-demo-report-grid span{color:var(--ash-overview-muted)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.055em!important}
.ash-admin-page .ash-crm-grid>div strong,
.ash-admin-page .ash-demo-report-grid strong{color:var(--ash-overview-ink)!important;font-size:26px!important;line-height:1.1}
.ash-admin-page .ash-webform-contact-card,
.ash-admin-page .ash-webform-spam-card{max-width:1200px;padding:21px}
.ash-admin-page .ash-webform-entries-table tbody tr[data-entry-url]:hover td,
.ash-admin-page .ash-webform-entries-table tbody tr[data-entry-url]:focus td{background:#f6f1fd}
.ash-admin-page .ash-webform-entries-table tbody tr.is-selected-contact td{background:#f0e9fb}

/* AI page uses legacy inline panels; normalize those panels without changing forms. */
.ash-admin-ai-page>div[style*="background:#fff"],
.ash-admin-ai-page>div[style*="display:grid"]>div[style*="background:#fff"]{
	border-color:var(--ash-overview-line)!important;
	border-radius:15px!important;
	box-shadow:0 2px 14px rgba(42,48,66,.035)!important;
}
.ash-admin-ai-page>div[style*="display:grid"]{gap:14px!important;max-width:1200px!important}
.ash-admin-ai-page>div[style*="display:grid"]>div[style*="background:#fff"]{padding:19px!important}
.ash-admin-ai-page>div[style*="display:grid"]>div[style*="background:#fff"] strong{color:var(--ash-overview-muted);font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.ash-admin-ai-page>div[style*="display:grid"]>div[style*="background:#fff"]>div{color:var(--ash-overview-ink);font-weight:750;letter-spacing:-.025em}

/* Subscription plan editor and secondary postboxes. */
.ash-admin-page .ash-plan-card{
	border-color:var(--ash-overview-line)!important;
	border-radius:14px!important;
	box-shadow:0 2px 12px rgba(40,47,68,.035)!important;
}
.ash-admin-page .ash-plan-card__head{background:linear-gradient(135deg,#fcfbfe,#f5f1fb)!important}
.ash-admin-page .ash-plan-card__body{background:#fff!important}

/* Small visual consistency for findings and health cards. */
.ash-admin-page .ash-health-grid{gap:12px}
.ash-admin-page .ash-finding{
	border-top-color:var(--ash-overview-line);
	border-right-color:var(--ash-overview-line);
	border-bottom-color:var(--ash-overview-line);
	border-radius:11px;
	box-shadow:0 2px 10px rgba(42,48,66,.025);
}

@media (max-width:1100px){
	.ash-admin-page .ash-crm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	.ash-admin-page .nav-tab-wrapper{align-items:stretch}
}
@media (max-width:782px){
	.ash-admin-page{margin-right:10px}
	.ash-admin-page>h1{padding:42px 20px 22px!important;font-size:25px!important}
	.ash-admin-page>h1:before{top:22px;left:20px}
	.ash-admin-page .nav-tab-wrapper{padding:6px}
	.ash-admin-page .nav-tab{padding:8px 11px}
	.ash-admin-page .ash-card{padding:17px}
	.ash-admin-page .form-table th,.ash-admin-page .form-table td{padding-top:11px;padding-bottom:11px}
	.ash-admin-page .widefat{display:block;max-width:100%;overflow-x:auto}
	.ash-admin-page .ash-crm-grid{grid-template-columns:1fr!important}
}

/* Digital Intelligence admin — aligned to the Aegisify Audit admin UI system. */
.ash-admin-compromise{max-width:1600px}
.ash-admin-compromise .ash-compromise-content{margin:0 0 30px}
.ash-admin-compromise .ash-compromise-selector{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:13px 15px;border:1px solid var(--ash-overview-line);border-radius:13px;background:#fff;box-shadow:0 2px 14px rgba(42,48,66,.035)}
.ash-admin-compromise .ash-compromise-selector>div{display:flex;align-items:center;gap:10px;min-width:280px}
.ash-admin-compromise .ash-compromise-selector .dashicons{width:22px;height:22px;color:var(--ash-overview-purple);font-size:22px}
.ash-admin-compromise .ash-compromise-selector label{display:grid;gap:2px;color:var(--ash-overview-ink);font-size:12px}
.ash-admin-compromise .ash-compromise-selector label small{color:var(--ash-overview-muted);font-size:10px;font-weight:400;line-height:1.35}
.ash-admin-compromise .ash-compromise-selector select{flex:1 1 420px;max-width:680px}
.ash-admin-compromise .aci-wrap{font-family:inherit!important;color:var(--ash-overview-text)!important}
.ash-admin-compromise .aci-hero,
.ash-admin-compromise .aci-card{min-width:0!important;margin:0 0 16px!important;padding:21px!important;border:1px solid var(--ash-overview-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 2px 14px rgba(42,48,66,.035)!important}
.ash-admin-compromise .aci-hero{background:linear-gradient(135deg,#fff 0%,#fbf9fe 58%,#f5f0fb 100%)!important}
.ash-admin-compromise .aci-hero h2,
.ash-admin-compromise .aci-card h3,
.ash-admin-compromise .aci-card h4{color:var(--ash-overview-ink)!important}
.ash-admin-compromise .aci-hero h2{font-size:19px!important;line-height:1.3}
.ash-admin-compromise .aci-card h3{font-size:17px!important;line-height:1.3}
.ash-admin-compromise .aci-card h4{font-size:13px!important;line-height:1.4}
.ash-admin-compromise .aci-muted{color:var(--ash-overview-muted)!important}
.ash-admin-compromise .aci-ok{color:var(--ash-overview-green)!important}
.ash-admin-compromise .aci-warn{color:var(--ash-overview-amber)!important}
.ash-admin-compromise .aci-bad{color:var(--ash-overview-red)!important}
.ash-admin-compromise .aci-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 16px}
.ash-admin-compromise .aci-grid>.aci-card{display:grid;min-height:118px;margin:0!important;align-content:space-between}
.ash-admin-compromise .aci-grid .aci-muted{font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.ash-admin-compromise .aci-kpi{color:var(--ash-overview-ink);font-size:28px!important;font-weight:750!important;letter-spacing:-.03em}
.ash-admin-compromise .aci-table{width:100%!important;margin:12px 0 0;border:1px solid var(--ash-overview-line)!important;border-radius:11px;border-collapse:separate!important;border-spacing:0!important;background:#fff;overflow:hidden}
.ash-admin-compromise .aci-table thead th{padding:11px 12px!important;border-bottom:1px solid var(--ash-overview-line)!important;background:#f7f8fb;color:#596273!important;font-size:10px!important;font-weight:800!important;letter-spacing:.045em;text-transform:uppercase}
.ash-admin-compromise .aci-table tbody td,
.ash-admin-compromise .aci-table tbody th{padding:11px 12px!important;border-bottom:1px solid #edf0f4!important;color:var(--ash-overview-text);vertical-align:top}
.ash-admin-compromise .aci-table tbody tr:last-child td,
.ash-admin-compromise .aci-table tbody tr:last-child th{border-bottom:0!important}
.ash-admin-compromise .aci-table tbody tr:nth-child(odd){background:#fcfcfd}
.ash-admin-compromise .aci-table tbody tr:hover{background:#faf8fd}
.ash-admin-compromise .aci-pill{border-color:#d9dee7!important;background:var(--ash-overview-soft);color:#5b6574}
.ash-admin-compromise .aci-code{color:#4f3b6c}
.ash-admin-compromise .aci-actions{align-items:center}
.ash-admin-compromise .aci-timeline{border-left-color:#ddd5eb!important}
.ash-admin-compromise .ash-compromise-overview-hero{margin-top:0}
.ash-admin-compromise .ash-compromise-table-wrap{width:100%;overflow-x:auto;border-radius:11px}
.ash-admin-compromise .ash-compromise-account-table{min-width:1180px;margin:0}
.ash-admin-compromise .ash-compromise-secondary{color:var(--ash-overview-muted);font-size:10px;line-height:1.4}
.ash-admin-compromise .ash-compromise-route{display:grid;gap:1px;margin:0 0 7px}
.ash-admin-compromise .ash-compromise-route strong{color:var(--ash-overview-ink);font-size:11px}
.ash-admin-compromise .ash-compromise-route small{color:var(--ash-overview-muted);font-size:10px}
.ash-admin-compromise .ash-compromise-status{display:inline-flex;align-items:center;margin:0 0 4px;padding:3px 7px;border-radius:999px;background:#eef1f5;color:#667080;font-size:9px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.ash-admin-compromise .ash-compromise-status.good{background:var(--ash-overview-green-soft);color:var(--ash-overview-green)}
.ash-admin-compromise .ash-compromise-status.warning{background:var(--ash-overview-amber-soft);color:var(--ash-overview-amber)}
.ash-admin-compromise .ash-compromise-status.critical{background:var(--ash-overview-red-soft);color:var(--ash-overview-red)}
.ash-admin-compromise .ash-compromise-drilldown{margin:16px 0 0;padding:21px;border:1px solid var(--ash-overview-line);border-radius:15px;background:#f8f9fb}
.ash-admin-compromise .ash-compromise-drilldown>.ash-overview-panel-head{margin-bottom:12px}
.ash-admin-compromise .ash-compromise-drilldown .aci-wrap>.aci-hero{margin-top:0!important}
.ash-admin-compromise .ash-compromise-drilldown-label{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:9px 11px;border:1px solid #e4e7ed;border-radius:9px;background:#fff;font-size:11px}
.ash-admin-compromise .ash-compromise-drilldown-label strong{color:var(--ash-overview-ink)}
.ash-admin-compromise .ash-compromise-drilldown-label span{color:var(--ash-overview-muted)}
.ash-admin-compromise .form-table{max-width:1100px}
.ash-admin-compromise .aci-card>form+hr{margin:22px 0;border:0;border-top:1px solid #edf0f4}
@media (max-width:1280px){.ash-admin-compromise .aci-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:960px){.ash-admin-compromise .ash-compromise-selector{align-items:stretch;flex-wrap:wrap}.ash-admin-compromise .ash-compromise-selector>div{flex:1 1 100%}.ash-admin-compromise .ash-compromise-selector select{max-width:none}}
@media (max-width:782px){.ash-admin-compromise .aci-grid{grid-template-columns:1fr!important}.ash-admin-compromise .ash-compromise-selector{display:grid}.ash-admin-compromise .ash-compromise-selector>div{min-width:0}.ash-admin-compromise .ash-compromise-selector select,.ash-admin-compromise .ash-compromise-selector .button{width:100%;max-width:none}.ash-admin-compromise .aci-table{display:block;max-width:100%;overflow-x:auto}.ash-admin-compromise .ash-compromise-drilldown{padding:16px}}
.ash-admin-compromise .ash-compromise-overview-intro{margin-bottom:16px;background:linear-gradient(135deg,#fff 0%,#fbf9fe 58%,#f5f0fb 100%)}
.ash-admin-compromise .ash-compromise-overview-intro .ash-overview-panel-head{margin-bottom:8px}
.ash-admin-compromise .ash-compromise-overview-intro .ash-overview-panel-head h2{font-size:20px}
.ash-admin-compromise .ash-compromise-overview-lead{max-width:1000px;margin:0;color:var(--ash-overview-text);font-size:12px;line-height:1.65}
.ash-admin-compromise .ash-compromise-snapshot-meta{display:grid;gap:4px;color:var(--ash-overview-muted);font-size:10px;text-align:right}
@media (max-width:782px){.ash-admin-compromise .ash-compromise-snapshot-meta{text-align:left}}

/* ========================================================================== */
/* Aegisify Digital Intelligence — full-width SaaS owner administration.       */
/* Internal ACI slugs/classes remain for backward compatibility.               */
/* ========================================================================== */
#wpbody-content .ash-admin-page.ash-admin-compromise{
	width:100%!important;
	max-width:none!important;
	margin-right:0!important;
	padding-right:20px;
	box-sizing:border-box;
}
.ash-admin-compromise>h1:before{content:"Aegisify Digital Intelligence"}
.ash-admin-compromise>h1+p:not(.description),
.ash-admin-compromise .ash-compromise-overview-lead,
.ash-admin-compromise .form-table{max-width:none!important}
.ash-admin-compromise .ash-compromise-content,
.ash-admin-compromise .ash-overview-panel,
.ash-admin-compromise .ash-card,
.ash-admin-compromise .aci-wrap,
.ash-admin-compromise .aci-card,
.ash-admin-compromise .ash-compromise-drilldown{width:100%;max-width:none!important}
.ash-admin-compromise .nav-tab-wrapper{flex-wrap:wrap;overflow:visible!important;white-space:normal}
.ash-admin-compromise .nav-tab{font-size:11px;padding:8px 11px}
.ash-admin-compromise .ash-compromise-account-table{min-width:1500px}

.ash-di-tab-head{
	width:100%;
	margin:0 0 14px;
	padding:22px 24px;
	border:1px solid #ddd6ef;
	border-radius:16px;
	background:linear-gradient(135deg,#fff 0%,#fbf9fe 58%,#f5f0fb 100%);
	box-shadow:0 5px 20px rgba(42,48,66,.04);
}
.ash-di-tab-head .ash-overview-panel-head{margin-bottom:7px}
.ash-di-tab-head h2{margin:0;color:var(--ash-overview-ink);font-size:21px;line-height:1.25;letter-spacing:-.02em}
.ash-di-tab-head>p{max-width:1200px;margin:0;color:var(--ash-overview-text);font-size:12px;line-height:1.65}
.ash-di-admin-badge{display:inline-flex;align-items:center;padding:5px 9px;border:1px solid #d8ccef;border-radius:999px;background:#f4effc;color:var(--ash-overview-purple-dark);font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}
.ash-di-tab-kpis,.ash-di-commercial-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;width:100%;margin:0 0 16px}
.ash-di-tab-kpi,.ash-di-commercial-kpi{display:grid;gap:7px;min-height:114px;padding:17px 18px;border:1px solid var(--ash-overview-line);border-radius:14px;background:#fff;box-shadow:0 2px 12px rgba(42,48,66,.03);color:inherit;text-decoration:none;align-content:space-between}
.ash-di-tab-kpi>span,.ash-di-commercial-kpi>span{color:var(--ash-overview-muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.ash-di-tab-kpi>strong,.ash-di-commercial-kpi>strong{color:var(--ash-overview-ink);font-size:26px;font-weight:760;line-height:1.1;letter-spacing:-.03em;overflow-wrap:anywhere}
.ash-di-tab-kpi>small,.ash-di-commercial-kpi>small{color:var(--ash-overview-muted);font-size:10px;line-height:1.4}
.ash-di-tab-kpi.good,.ash-di-commercial-kpi.good{border-color:#bfe4d4}
.ash-di-tab-kpi.warning,.ash-di-commercial-kpi.warning{border-color:#efd8ad;background:#fffdf8}
.ash-di-tab-kpi.critical,.ash-di-commercial-kpi.critical{border-color:#edc5c8;background:#fffafa}
.ash-di-commercial-kpi:hover{border-color:#d7c7ef;background:#fbf9fe;color:inherit}
.ash-di-context{display:flex;align-items:center;gap:11px;width:100%;margin:0 0 14px;padding:11px 14px;border:1px solid #dbe1e9;border-radius:12px;background:#fff}
.ash-di-context>.dashicons{color:var(--ash-overview-purple)}
.ash-di-context>div{display:grid;gap:1px;margin-right:auto}
.ash-di-context strong{color:var(--ash-overview-ink);font-size:12px}
.ash-di-context small{color:var(--ash-overview-muted);font-size:10px}
.ash-di-empty{display:grid;gap:4px;width:100%;margin:0 0 15px;padding:18px;border:1px dashed #ccd4df;border-radius:13px;background:#fbfcfd;color:var(--ash-overview-text)}
.ash-di-empty strong{color:var(--ash-overview-ink)}
.ash-di-empty span{font-size:11px}
.ash-di-owner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;margin:0 0 16px}
.ash-di-owner-card{margin:0!important}
.ash-di-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 10px}
.ash-di-card-title h2{margin:0!important;color:var(--ash-overview-ink)!important;font-size:18px!important}
.ash-di-card-title>.dashicons{width:32px;height:32px;padding:7px;border-radius:9px;background:var(--ash-overview-purple-soft);color:var(--ash-overview-purple);font-size:18px}
.ash-di-form{display:grid;gap:14px;margin-top:15px}
.ash-di-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ash-di-form-grid label{display:grid;gap:5px;color:var(--ash-overview-ink);font-size:10px;font-weight:700}
.ash-di-form-grid input,.ash-di-form-grid select,.ash-di-form-grid textarea{width:100%;max-width:none}
.ash-di-form-grid .ash-di-form-wide{grid-column:1/-1}
.ash-di-license-created{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;margin:0 0 16px;padding:15px 17px;border:1px solid #bfe4d4;border-radius:14px;background:#f4fbf8}
.ash-di-license-created>div{display:flex;align-items:center;gap:10px}
.ash-di-license-created .dashicons{color:var(--ash-overview-green)}
.ash-di-license-created p{margin:2px 0 0;font-size:10px}
.ash-di-license-created code{padding:8px 11px;font-size:14px;font-weight:800;letter-spacing:.08em;white-space:nowrap}
.ash-di-license-table{margin:0!important}
.ash-di-license-grid,.ash-di-plan-table{min-width:1120px}
.ash-di-license-grid td,.ash-di-license-grid th,.ash-di-plan-table td,.ash-di-plan-table th{vertical-align:top!important}
.ash-di-inline-form,.ash-di-inline-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.ash-di-inline-form select{max-width:145px}
.ash-di-over{color:var(--ash-overview-red)!important;font-weight:800}
.ash-di-usage-meter{display:grid;gap:5px;min-width:125px}
.ash-di-usage-track{height:7px;border-radius:999px;background:#e9edf2;overflow:hidden}
.ash-di-usage-track>span{display:block;height:100%;max-width:100%;border-radius:inherit;background:var(--ash-overview-purple)}
.ash-di-usage-meter.warning .ash-di-usage-track>span{background:var(--ash-overview-amber)}
.ash-di-usage-meter.critical .ash-di-usage-track>span{background:var(--ash-overview-red)}

@media (max-width:1280px){
	.ash-di-tab-kpis,.ash-di-commercial-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ash-di-owner-grid{grid-template-columns:1fr}
}
@media (max-width:782px){
	#wpbody-content .ash-admin-page.ash-admin-compromise{width:100%!important;margin-right:0!important;padding-right:10px}
	.ash-di-tab-kpis,.ash-di-commercial-kpis,.ash-di-form-grid{grid-template-columns:1fr}
	.ash-di-license-created{grid-template-columns:1fr;align-items:start}
	.ash-di-license-created code{white-space:normal}
	.ash-di-context{align-items:flex-start;flex-wrap:wrap}
}

/* Cloud Management — aligned to the standardized Aegisify Audit Settings UI. */
.ash-cloud-management{max-width:1400px}
.ash-cloud-management .ash-cloud-summary-grid{margin-top:0}
.ash-cloud-management .ash-cloud-summary-card{min-height:145px;display:flex;flex-direction:column;justify-content:flex-start}
.ash-cloud-management .ash-cloud-kicker{margin-bottom:10px;color:var(--ash-overview-muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.ash-cloud-management .ash-cloud-summary-value{display:block;margin-bottom:7px;color:var(--ash-overview-ink);font-size:17px;line-height:1.35}
.ash-cloud-management .ash-cloud-summary-code{font-family:Consolas,Monaco,monospace;font-size:13px;word-break:break-word}
.ash-cloud-management .ash-cloud-break{overflow-wrap:anywhere}
.ash-cloud-management .ash-cloud-section{max-width:none}
.ash-cloud-management .ash-cloud-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:10px}
.ash-cloud-management .ash-cloud-section-head>div{min-width:0;max-width:1080px}
.ash-cloud-management .ash-cloud-section-head h2{margin-bottom:5px}
.ash-cloud-management .ash-cloud-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border:1px solid #d9dee7;border-radius:999px;background:#f5f7fa;color:#667085;font-size:10px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.ash-cloud-management .ash-cloud-status.is-success{border-color:#b9e1cf;background:var(--ash-overview-green-soft);color:#176b4d}
.ash-cloud-management .ash-cloud-status.is-muted{border-color:#dfe3ea;background:#f6f7f9;color:#737d8c}
.ash-cloud-management .ash-cloud-field-option{display:block;margin-top:8px}
.ash-cloud-management .ash-cloud-inline-field{display:flex;align-items:center;gap:7px}
.ash-cloud-management .ash-cloud-inline-field input[type="number"]{width:76px}
.ash-cloud-management .ash-cloud-action-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:14px;padding-top:16px;border-top:1px solid #edf0f4}
.ash-cloud-management .ash-cloud-action-row form,.ash-cloud-management .ash-cloud-bulk-form,.ash-cloud-management .ash-cloud-browser-bar form,.ash-cloud-management .ash-cloud-recovery-actions form{margin:0}
.ash-cloud-management .ash-cloud-section-note{margin-top:12px}
.ash-cloud-management .ash-cloud-count{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #ded7ec;border-radius:999px;background:var(--ash-overview-purple-soft);color:var(--ash-overview-purple-dark);font-size:11px;font-weight:700;white-space:nowrap}
.ash-cloud-management .ash-cloud-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 0 12px;padding:10px 12px;border:1px solid #e6e9ef;border-radius:11px;background:#fafbfc}
.ash-cloud-management .ash-cloud-table-toolbar-left{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.ash-cloud-management .ash-cloud-per-page-form{display:flex;align-items:center;gap:7px;margin:0}
.ash-cloud-management .ash-cloud-per-page-form label{color:var(--ash-overview-ink);font-size:11px;font-weight:700}
.ash-cloud-management .ash-cloud-per-page-form select{min-width:70px;min-height:32px}
.ash-cloud-management .ash-cloud-range{color:var(--ash-overview-muted);font-size:11px}
.ash-cloud-management .ash-cloud-delete-button:disabled{color:#9ca3af!important;cursor:not-allowed;opacity:.72}
.ash-cloud-management .ash-cloud-table-wrap{max-width:100%;overflow:auto;border-radius:11px}
.ash-cloud-management .ash-cloud-recovery-table{min-width:1010px}
.ash-cloud-management .ash-cloud-recovery-table .check-column{width:42px;padding-left:12px!important;padding-right:8px!important;text-align:center}
.ash-cloud-management .ash-cloud-recovery-column{width:145px}
.ash-cloud-management .ash-cloud-cell-strong{display:block;color:var(--ash-overview-ink);font-weight:600}
.ash-cloud-management .ash-cloud-cell-meta{display:block;margin-top:4px;color:var(--ash-overview-muted);font-size:10px;line-height:1.4}
.ash-cloud-management .ash-cloud-cell-meta.is-error{color:var(--ash-overview-red)}
.ash-cloud-management .ash-cloud-tier{display:inline-flex;align-items:center;min-height:24px;padding:3px 7px;border:1px solid #e2dcef;border-radius:7px;background:#faf8fd;color:#5a466d;font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;white-space:nowrap}
.ash-cloud-management .ash-cloud-recovery-actions{display:grid;gap:7px;min-width:120px}
.ash-cloud-management .ash-cloud-recovery-actions .button{width:100%;justify-content:center;text-align:center}
.ash-cloud-management .ash-cloud-confirm{display:flex;align-items:center;gap:6px;margin:0 0 6px;color:var(--ash-overview-text);font-size:10px;white-space:nowrap}
.ash-cloud-management .ash-cloud-empty{padding:24px!important;color:var(--ash-overview-muted)!important;text-align:center}
.ash-cloud-management .ash-cloud-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid #edf0f4}
.ash-cloud-management .ash-cloud-pagination-summary{color:var(--ash-overview-muted);font-size:11px}
.ash-cloud-management .ash-cloud-page-links{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}
.ash-cloud-management .ash-cloud-page-links .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:4px 10px;border:1px solid #d5d9e1;border-radius:8px;background:#fff;color:#4e405f;font-size:11px;font-weight:700;line-height:1.2;text-decoration:none;box-shadow:0 1px 2px rgba(23,32,51,.025)}
.ash-cloud-management .ash-cloud-page-links a.page-numbers:hover,.ash-cloud-management .ash-cloud-page-links a.page-numbers:focus{border-color:#9b79d5;background:#faf8fd;color:var(--ash-overview-purple-dark);box-shadow:none;outline:0}
.ash-cloud-management .ash-cloud-page-links .page-numbers.current{border-color:#d7c7ef;background:linear-gradient(135deg,#f6f0ff,#eee6fb);color:var(--ash-overview-purple-dark);box-shadow:0 3px 10px rgba(79,34,159,.08)}
.ash-cloud-management .ash-cloud-page-links .page-numbers.dots{min-width:22px;border-color:transparent;background:transparent;box-shadow:none;color:var(--ash-overview-muted)}
.ash-cloud-management .ash-cloud-callout{margin:12px 0 4px;padding:11px 13px;border:1px solid #ded7ec;border-radius:10px;background:#faf8fd;color:var(--ash-overview-text);line-height:1.55}
.ash-cloud-management .ash-cloud-browser-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 10px;padding:10px 12px;border:1px solid #e6e9ef;border-radius:11px;background:#fafbfc}
.ash-cloud-management .ash-cloud-browser-path{display:flex;align-items:center;gap:8px;min-width:0}
.ash-cloud-management .ash-cloud-browser-path>span{color:var(--ash-overview-muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.ash-cloud-management .ash-cloud-browser-path code{max-width:900px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ash-cloud-management .ash-cloud-browser-nav{display:flex;align-items:center;gap:7px;margin:0 0 10px}
.ash-cloud-management .ash-cloud-browser-table{min-width:800px}
.ash-cloud-management .ash-cloud-folder-icon,.ash-cloud-management .ash-cloud-file-icon{width:18px;height:18px;margin-right:6px;color:var(--ash-overview-purple);font-size:16px;line-height:18px;vertical-align:-3px}
.ash-cloud-management .ash-cloud-file-icon{color:#778195}
.ash-cloud-management .ash-cloud-browser-more{margin-top:12px;text-align:right}
.ash-cloud-management .ash-cloud-viewer{margin-top:18px;padding-top:16px;border-top:1px solid #edf0f4}
.ash-cloud-management .ash-cloud-viewer-meta{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,.5fr) minmax(150px,.6fr);gap:10px;margin:10px 0}
.ash-cloud-management .ash-cloud-viewer-meta>div{min-width:0;padding:10px 12px;border:1px solid #e6e9ef;border-radius:10px;background:#fafbfc}
.ash-cloud-management .ash-cloud-viewer-meta span{display:block;margin-bottom:4px;color:var(--ash-overview-muted);font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.ash-cloud-management .ash-cloud-viewer-meta code{display:block;max-width:100%;overflow:auto;white-space:nowrap}
.ash-cloud-management .ash-cloud-preview,.ash-cloud-management .ash-cloud-secret-list{max-width:100%;overflow:auto;border:1px solid #dfe3e9;border-radius:11px;background:#f7f8fa;color:#263043;font-family:Consolas,Monaco,monospace;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word}
.ash-cloud-management .ash-cloud-preview{max-height:520px;padding:14px}
.ash-cloud-management .ash-cloud-secret-list{margin:13px 0;padding:13px 14px}
@media (max-width:1100px){.ash-cloud-management .ash-cloud-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:782px){.ash-cloud-management .ash-cloud-summary-grid{grid-template-columns:1fr}.ash-cloud-management .ash-cloud-section-head,.ash-cloud-management .ash-cloud-table-toolbar,.ash-cloud-management .ash-cloud-pagination,.ash-cloud-management .ash-cloud-browser-bar{align-items:stretch;flex-direction:column}.ash-cloud-management .ash-cloud-table-toolbar-left{align-items:flex-start;flex-direction:column;gap:8px}.ash-cloud-management .ash-cloud-bulk-form,.ash-cloud-management .ash-cloud-bulk-form .button{width:100%}.ash-cloud-management .ash-cloud-page-links{justify-content:flex-start}.ash-cloud-management .ash-cloud-browser-path{align-items:flex-start;flex-direction:column}.ash-cloud-management .ash-cloud-browser-path code{width:100%;white-space:normal;word-break:break-all}.ash-cloud-management .ash-cloud-viewer-meta{grid-template-columns:1fr}}
