:root{--gz-bg:#f4f8fe;--gz-surface:#ffffff;--gz-surface-muted:#edf4ff;--gz-text:#07172f;--gz-text-2:#28405d;--gz-muted:#52677f;--gz-border:#d9e5f5;--gz-border-strong:#b9d0ee;--gz-primary:#2985f9;--gz-primary-dark:#176fdc;--gz-primary-soft:#eaf3ff;--gz-positive:#159b62;--gz-positive-soft:#eaf8f1;--gz-warning:#dc6b20;--gz-warning-soft:#fff4e8;--gz-danger:#d73a49;--gz-danger-soft:#fff0f2;--gz-radius-sm:8px;--gz-radius:12px;--gz-shadow:0 1px 2px rgba(7,23,47,0.03),0 12px 36px rgba(41,133,249,0.07)}.gz-brand{display:inline-flex;align-items:center;gap:9px;color:var(--gz-text);font-size:22px;font-weight:760;letter-spacing:-.045em;white-space:nowrap}.gz-brand__logo{display:block;width:38px;height:38px;object-fit:contain}.gz-card{background:var(--gz-surface);border:1px solid var(--gz-border);border-radius:var(--gz-radius);box-shadow:var(--gz-shadow)}.gz-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--gz-radius-sm);font:inherit;font-weight:650;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;touch-action:manipulation}.gz-button:hover{box-shadow:0 8px 22px rgba(41,133,249,.18)}.gz-button:focus-visible{outline:3px solid rgba(41,133,249,.24);outline-offset:2px}.gz-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.gz-button--md{min-height:48px;padding:0 20px;font-size:14px}.gz-button--sm{min-height:40px;padding:0 14px;font-size:13px}.gz-button--primary{background:var(--gz-primary);color:white}.gz-button--primary:hover{background:var(--gz-primary-dark)}.gz-button--secondary{border-color:var(--gz-border-strong);background:white;color:var(--gz-text-2)}.gz-button--secondary:hover{border-color:#aeb4c0}.gz-button--ghost{background:transparent;color:var(--gz-primary)}.gz-button--ghost:hover{background:var(--gz-primary-soft)}.gz-button--danger{background:var(--gz-danger);color:white}.gz-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:24px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:620}.gz-badge--neutral{color:var(--gz-muted);background:var(--gz-surface-muted)}.gz-badge--positive{color:var(--gz-positive);background:var(--gz-positive-soft)}.gz-badge--warning{color:var(--gz-warning);background:var(--gz-warning-soft)}.gz-badge--danger{color:var(--gz-danger);background:var(--gz-danger-soft)}.gz-badge--indigo{color:var(--gz-primary);background:var(--gz-primary-soft)}.gz-status-dot{display:inline-block;width:7px;height:7px;border-radius:999px}.gz-status-dot--positive{background:var(--gz-positive)}.gz-status-dot--warning{background:var(--gz-warning)}.gz-status-dot--danger{background:var(--gz-danger)}.gz-status-dot--neutral{background:#9aa1ae}.gz-eyebrow{margin:0;color:var(--gz-muted);font-size:13px}.gz-metric{display:flex;align-items:flex-start;justify-content:space-between;min-height:132px;padding:20px}.gz-metric__value{margin:10px 0 4px;color:var(--gz-text);font-size:clamp(24px,2.3vw,32px);font-weight:720;letter-spacing:-.03em}.gz-metric__detail{color:var(--gz-muted);font-size:12px}.gz-metric__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--gz-primary-soft);color:var(--gz-primary);font-size:19px}.gz-progress-wrap{display:grid;grid-gap:7px;gap:7px}.gz-progress-label{display:flex;justify-content:space-between;color:var(--gz-muted);font-size:12px}.gz-progress{height:7px;overflow:hidden;border-radius:999px;background:#e9ebf1}.gz-progress>span{display:block;height:100%;border-radius:inherit;background:var(--gz-primary)}.gz-empty{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:48px 24px;text-align:center}.gz-empty__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:var(--gz-primary);background:var(--gz-primary-soft);font-size:24px}.gz-empty h3,.gz-empty p{margin:0}.gz-empty p{max-width:430px;color:var(--gz-muted);font-size:14px}