.lw-dashboard-container{--customer-bg:#f6f8fb;--customer-surface:#fff;--customer-surface-soft:#f8fafc;--customer-border:#dfe7f2;--customer-text:#0f172a;--customer-muted:#64748b;--customer-primary:#2563eb;--customer-success:#16a34a;--customer-warning:#d97706;--customer-danger:#dc2626;--customer-purple:#7c3aed}.lw-dashboard-container.dark{--customer-bg:#09111f;--customer-surface:#0f172a;--customer-surface-soft:#111c2f;--customer-border:#94a3b82e;--customer-text:#f8fafc;--customer-muted:#94a3b8}.customer-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.customer-eyebrow{color:var(--customer-accent);letter-spacing:.05em;text-transform:uppercase;opacity:.8;margin-bottom:8px;font-size:11px;font-weight:800}.customer-page-header h2{color:var(--customer-text);letter-spacing:-.02em;margin:0;font-size:32px;font-weight:800;line-height:1.1}.customer-page-header p{color:var(--customer-text-muted);max-width:760px;margin:10px 0 0;font-size:15px;line-height:1.6}.customer-page-action{flex-shrink:0}.customer-primary-btn,.customer-secondary-btn,.customer-danger-btn,.customer-icon-btn{border:1px solid var(--customer-border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.customer-primary-btn{background:var(--customer-primary);border-color:var(--customer-primary);color:#fff}.customer-secondary-btn,.customer-icon-btn{background:var(--customer-surface);color:var(--customer-text)}.customer-danger-btn{color:var(--customer-danger);background:#dc262614;border-color:#dc262633}.customer-icon-btn{width:38px;padding:0}.customer-grid{gap:16px;display:grid}.customer-grid.metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.customer-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-card{background:var(--customer-card-bg);border-radius:var(--customer-radius-lg);box-shadow:var(--customer-shadow);border:1px solid #00000005;padding:28px}.metric-card{position:relative;overflow:hidden}.metric-card:before{content:"";background:var(--customer-accent);width:4px;position:absolute;inset:0 auto 0 0}.metric-card.tone-green:before{background:#16a34a}.metric-card.tone-amber:before{background:#d97706}.metric-card.tone-red:before{background:#dc2626}.metric-card.tone-purple:before{background:#7c3aed}.metric-card span{color:var(--customer-muted);text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800;display:block}.metric-card strong{color:var(--customer-text);font-size:26px;line-height:1;display:block}.metric-card p{color:var(--customer-muted);margin:10px 0 0;font-size:13px}.customer-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:0 0 16px;display:flex}.customer-search,.customer-select,.customer-input{border:1px solid var(--customer-border);background:var(--customer-surface);min-height:40px;color:var(--customer-text);font:inherit;border-radius:10px;padding:0 12px}.customer-search{min-width:min(360px,100%)}.customer-table-wrap{background:var(--customer-surface);border:1px solid var(--customer-border);border-radius:12px;overflow-x:auto}.customer-table{border-collapse:collapse;width:100%;min-width:860px}.customer-table th,.customer-table td{border-bottom:1px solid var(--customer-border);color:var(--customer-text);text-align:left;vertical-align:middle;padding:14px}.customer-table th{color:var(--customer-muted);text-transform:uppercase;font-size:12px;font-weight:800}.customer-table tr:last-child td{border-bottom:none}.customer-table small,.customer-muted{color:var(--customer-muted)}.status-pill{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.status-running,.status-paid,.status-active,.status-resolved{color:var(--customer-success);background:#16a34a1a}.status-warning,.status-pending,.status-expiring,.status-acknowledged{color:var(--customer-warning);background:#d977061f}.status-failed,.status-critical,.status-revoked,.status-open{color:var(--customer-danger);background:#dc26261a}.status-stopped,.status-info,.status-credited{color:var(--customer-muted);background:#64748b1f}.util-bar{background:var(--customer-surface-soft);border-radius:999px;width:104px;height:8px;overflow:hidden}.util-bar span{background:var(--customer-primary);height:100%;display:block}.customer-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-field label{color:var(--customer-text);margin-bottom:8px;font-size:13px;font-weight:800;display:block}.customer-field p{color:var(--customer-muted);margin:6px 0 0;font-size:12px}@media (width<=1100px){.customer-grid.metrics,.customer-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.customer-page-header{display:block}.customer-page-action{margin-top:16px}.customer-grid.metrics,.customer-grid.two,.customer-form-grid{grid-template-columns:1fr}.customer-search{width:100%;min-width:100%}}