:root{--primary:#2563eb;--primary-strong:#1d4ed8;--secondary:#f81c6d;--bg:#f1f5f9;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--ok-bg:#dcfce7;--ok-text:#166534;--fail-bg:#fee2e2;--fail-text:#991b1b;--muted-bg:#fef3c7;--muted-text:#92400e;--neutral-bg:#e0e7ff;--neutral-text:#3730a3;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#0b1120;--surface:#131c2e;--surface-2:#0f1729;--border:#26324a;--text:#e6edf7;--text-muted:#93a1bb;--ok-bg:#14352176;--ok-text:#86efac;--fail-bg:#45191976;--fail-text:#fca5a5;--muted-bg:#45361176;--muted-text:#fcd34d;--neutral-bg:#24306076;--neutral-text:#c7d2fe;--shadow:0 1px 3px #0006}}*{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}.brand{align-items:baseline;gap:8px;display:flex}.brand__name{letter-spacing:-.5px;font-size:22px;font-weight:800}.brand__cuida{color:var(--primary)}.brand__plus{color:var(--secondary)}.brand__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:700}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--primary);color:#fff}.btn--primary:not(:disabled):hover{background:var(--primary-strong)}.btn--ghost{background:var(--surface);color:var(--text);border-color:var(--border)}.btn--ghost:not(:disabled):hover{background:var(--surface-2)}.btn--link{color:var(--primary);background:0 0;padding:4px 6px}.btn--link:not(:disabled):hover{text-decoration:underline}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field__label{color:var(--text-muted);font-size:12px;font-weight:600}.field__input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);width:100%;padding:9px 11px;font-family:inherit;font-size:14px}.field__input:focus{outline:2px solid color-mix(in srgb, var(--primary) 40%, transparent);outline-offset:0;border-color:var(--primary)}.field__input--code{letter-spacing:10px;text-align:center;font-size:26px;font-weight:700}.login{place-items:center;min-height:100vh;padding:24px;display:grid}.login__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);flex-direction:column;gap:20px;padding:32px;display:flex}.login__form{flex-direction:column;gap:16px;display:flex}.login__title{margin:0;font-size:20px}.login__subtitle{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.login__actions{justify-content:space-between;display:flex}.alert{border-radius:var(--radius-sm);margin:0;padding:10px 14px;font-size:13px;line-height:1.5}.alert--error{background:var(--fail-bg);color:var(--fail-text)}.alert--info{background:var(--neutral-bg);color:var(--neutral-text)}.app{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.topbar__user{align-items:center;gap:14px;display:flex}.topbar__email{color:var(--text-muted);font-size:13px}.tabs{background:var(--surface);border-bottom:1px solid var(--border);gap:4px;padding:0 24px;display:flex;overflow-x:auto}.tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:600}.tab:hover{color:var(--text)}.tab--active{color:var(--primary);border-bottom-color:var(--primary)}.content{width:100%;max-width:1280px;margin:0 auto;padding:24px}.logs{flex-direction:column;gap:18px;display:flex}.logs__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.logs__title{margin:0 0 4px;font-size:20px}.logs__desc{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:13px;display:flex}.chip{background:var(--neutral-bg);color:var(--neutral-text);text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:16px;padding:18px;display:flex}.filters__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.filters__actions{gap:10px;display:flex}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-2);white-space:nowrap;padding:12px 14px;font-weight:600;position:sticky;top:0}.table td{border-bottom:1px solid var(--border);white-space:nowrap;color:var(--text);padding:11px 14px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:var(--surface-2)}.td--badge{white-space:nowrap}.table__empty{text-align:center;color:var(--text-muted);padding:40px 14px!important}.badge{border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600;display:inline-block}.badge--ok{background:var(--ok-bg);color:var(--ok-text)}.badge--fail{background:var(--fail-bg);color:var(--fail-text)}.badge--muted{background:var(--muted-bg);color:var(--muted-text)}.badge--neutral{background:var(--neutral-bg);color:var(--neutral-text)}.export{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.export__error{color:var(--fail-text);font-size:12px}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pagination__info{color:var(--text-muted);font-size:13px}.pagination__controls{gap:8px;display:flex}.splash{place-items:center;min-height:100vh;display:grid}.splash__dot{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}:root{--viz-surface:#fcfcfb;--viz-ink:#0b0b0b;--viz-ink-2:#52514e;--viz-muted:#898781;--viz-grid:#e1e0d9;--viz-axis:#c3c2b7;--series-1:#2a78d6;--series-2:#eb6834;--series-3:#1baf7a;--series-4:#eda100;--series-5:#e87ba4;--seq-1:#cde2fb;--seq-2:#9ec5f4;--seq-3:#5598e7;--seq-4:#2a78d6;--seq-5:#184f95;--status-good:#0ca30c;--status-warning:#fab219;--status-critical:#d03b3b}@media (prefers-color-scheme:dark){:root{--viz-surface:#131c2e;--viz-ink:#fff;--viz-ink-2:#c3c2b7;--viz-muted:#898781;--viz-grid:#2c2c2a;--viz-axis:#383835;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500;--series-5:#d55181;--seq-1:#104281;--seq-2:#184f95;--seq-3:#256abf;--seq-4:#3987e5;--seq-5:#86b6ef}}.kpi-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;display:grid}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:6px;padding:16px 18px;display:flex}.kpi__label{color:var(--text-muted);font-size:12px;font-weight:600}.kpi__value{letter-spacing:-.5px;color:var(--text);font-size:26px;font-weight:800}.kpi__hint{color:var(--text-muted);font-size:12px}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:4px;min-width:0;padding:16px 18px;display:flex}.chart-card--wide{grid-column:1/-1}.chart-card__title{color:var(--text);font-size:14px;font-weight:700}.chart-card__subtitle{color:var(--text-muted);margin-bottom:8px;font-size:12px}.chart-card__body{width:100%}.chart-empty{color:var(--text-muted);place-items:center;font-size:13px;display:grid}.heatmap{gap:4px;display:grid;overflow-x:auto}.heatmap__cell{border-radius:6px;place-items:center;min-width:54px;height:40px;font-size:12px;font-weight:700;display:grid}.heatmap__label{color:var(--text-muted);align-items:center;min-width:120px;font-size:11px;display:flex}.heatmap__colhead{color:var(--text-muted);text-align:center;font-size:11px;font-weight:600}.daterange{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.daterange__presets{gap:6px;display:flex}.preset{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600}.preset--active{color:#fff;background:var(--primary);border-color:var(--primary)}.insights{flex-direction:column;gap:18px;display:flex}.insights__section-title{color:var(--text);margin:4px 0 -4px;font-size:15px;font-weight:700}.logs__toolbar{justify-content:flex-end;display:flex}
