/* ── StripeMagic — Custom overrides per Tabler ────────────── */

/* Stripe purple com a color primari */
:root,
[data-bs-theme] {
    --tblr-primary: #635bff;
    --tblr-primary-rgb: 99, 91, 255;
}

/* Icones sidebar: igualar mida als SVG 24px de Tabler */
.nav-link-icon .ti {
    font-size: 1.5rem;
}


/* ── Log area (SSE retry) — component custom ─────────────── */

.log-area {
    margin-top: 8px;
    padding: 10px 12px;
    background: #1e293b;
    border-radius: var(--tblr-border-radius);
    font-family: var(--tblr-font-monospace);
    font-size: 12px;
    line-height: 1.6;
    color: #d1d5db;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.log-line {
    margin: 0;
}

.log-line.log-trying {
    color: #93c5fd;
}

.log-line.log-declined {
    color: #fca5a5;
}

.log-line.log-success {
    color: #86efac;
    font-weight: 600;
}

.log-line.log-error {
    color: #fca5a5;
    font-weight: 600;
}
