@import url('v42.css?v=4.6.0');
.admin-bar{min-height:46px;background:#151a22;color:#f1f5f9;display:flex;align-items:center;justify-content:space-between;padding:8px 18px;gap:18px;font-size:13px;position:sticky;top:0;z-index:80}
.admin-bar-left,.admin-bar-right,.admin-home{display:flex;align-items:center;gap:18px}
.admin-bar a{color:#f1f5f9}.admin-bar a:hover{color:#7dd3fc}
.admin-logo{display:grid;place-items:center;width:27px;height:27px;border-radius:6px;background:#2271b1;color:#fff;font-weight:900}
.visit-site,.sidebar-visit{font-weight:750}
.admin-screen{--bg:#f0f0f1}.admin-screen .dashboard{min-height:calc(100vh - 46px)}
.admin-screen .sidebar{background:#1d2327}.admin-screen .sidebar a{border-radius:2px;margin:1px 0}
.admin-screen .sidebar a:hover,.admin-screen .sidebar a.active{background:#2271b1}
.admin-screen .dash-main{padding-top:24px}.admin-screen .dash-head h1{font-size:30px;letter-spacing:-.02em}
.sidebar-visit{border:1px solid #4b5563;margin-bottom:12px!important}
.module-grid,.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}
.module-card,.theme-card{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:10px;padding:16px;background:#fff;cursor:pointer}
.module-card input,.theme-card input{width:auto;margin-top:4px}.module-card span,.theme-card{min-width:0}
.module-card small,.theme-card small{display:block;color:var(--muted);margin-top:5px}
.theme-card{flex-direction:column}.theme-card input{align-self:flex-start}
.theme-swatch{display:block;width:100%;height:58px;border-radius:8px;background:linear-gradient(135deg,#0f766e,#2563eb)}
.theme-preview-blue .theme-swatch{background:linear-gradient(135deg,#135e96,#72aee6)}
.theme-preview-slate .theme-swatch{background:linear-gradient(135deg,#334155,#94a3b8)}
.theme-blue{--brand:#135e96;--brand2:#2271b1}.theme-slate{--brand:#334155;--brand2:#64748b}
.badge-healthy,.badge-passed{background:#d1fae5;color:#065f46}.badge-attention{background:#fef3c7;color:#92400e}
@media(max-width:760px){.admin-bar{height:auto;min-height:46px;flex-wrap:wrap;padding:8px 12px}.admin-bar-left,.admin-bar-right{gap:10px;flex-wrap:wrap}.admin-home b{display:none}.module-grid,.theme-grid{grid-template-columns:1fr}}
