/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3e9mbndpkq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3e9mbndpkq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jnw8sm9eoa],
.components-reconnect-repeated-attempt-visible[b-jnw8sm9eoa],
.components-reconnect-failed-visible[b-jnw8sm9eoa],
.components-pause-visible[b-jnw8sm9eoa],
.components-resume-failed-visible[b-jnw8sm9eoa],
.components-rejoining-animation[b-jnw8sm9eoa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-retrying[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-failed[b-jnw8sm9eoa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jnw8sm9eoa] {
    display: block;
}


#components-reconnect-modal[b-jnw8sm9eoa] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jnw8sm9eoa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jnw8sm9eoa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jnw8sm9eoa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jnw8sm9eoa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jnw8sm9eoa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jnw8sm9eoa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jnw8sm9eoa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jnw8sm9eoa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jnw8sm9eoa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jnw8sm9eoa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jnw8sm9eoa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jnw8sm9eoa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jnw8sm9eoa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jnw8sm9eoa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jnw8sm9eoa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jnw8sm9eoa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jnw8sm9eoa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jnw8sm9eoa {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Tickets/TicketDetail.razor.rz.scp.css */
/* Layout del dettaglio ticket — allineamento e framing coerenti col design system. */

.back-link[b-ubuqqiroyu] { margin: 0 0 0.75rem; }

.head-row[b-ubuqqiroyu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}
.head-row h1[b-ubuqqiroyu] { margin: 0; }

.badges[b-ubuqqiroyu] { display: flex; gap: 0.4rem; flex-wrap: wrap; align-items: center; }

/* Griglia metadati (etichetta sopra, valore sotto) allineata su colonne uniformi. */
.meta-grid[b-ubuqqiroyu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem 1.25rem;
    margin: 1rem 0 0;
}
.meta-grid > div[b-ubuqqiroyu] { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.meta-grid dt[b-ubuqqiroyu] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--text-muted);
    font-weight: 600;
}
.meta-grid dd[b-ubuqqiroyu] { margin: 0; color: var(--text); word-break: break-word; }

.ticket-desc[b-ubuqqiroyu] {
    white-space: pre-wrap;
    margin: 0;
    color: var(--text);
}

.section-title[b-ubuqqiroyu] { margin: 0 0 0.75rem; }

/* Riga d'azione: etichetta + controlli allineati sulla stessa linea di base. */
.action-row[b-ubuqqiroyu] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.action-row + .action-row[b-ubuqqiroyu] { margin-top: 0.6rem; }
.action-row > .label[b-ubuqqiroyu] { color: var(--text-muted); font-weight: 550; min-width: 6.5rem; }

/* Conversazione. */
.msg[b-ubuqqiroyu] {
    border-left: 3px solid var(--accent);
    background: var(--surface-2);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0;
}
.msg-meta[b-ubuqqiroyu] { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.2rem; }
.msg-body[b-ubuqqiroyu] { white-space: pre-wrap; }

.note-item[b-ubuqqiroyu] { padding: 0.4rem 0; border-bottom: 1px dashed var(--border-strong); }
.note-item:last-of-type[b-ubuqqiroyu] { border-bottom: none; }
.note-meta[b-ubuqqiroyu] { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.2rem; }
.note-body[b-ubuqqiroyu] { white-space: pre-wrap; }

/* Area di composizione: textarea a piena larghezza + pulsante allineato sotto a sinistra. */
.compose[b-ubuqqiroyu] { display: flex; flex-direction: column; align-items: flex-start; gap: 0.6rem; margin-top: 0.5rem; }
.compose textarea[b-ubuqqiroyu] { width: 100%; }

.tech-list[b-ubuqqiroyu] { margin: 0; padding-left: 1.1rem; font-size: 0.9rem; color: var(--text-muted); }
.tech-list li[b-ubuqqiroyu] { margin: 0.15rem 0; }
.tech-list .ua[b-ubuqqiroyu] { word-break: break-all; }

.bug-list[b-ubuqqiroyu] { list-style: none; padding-left: 0; margin: 0 0 0.75rem; }
.bug-list li[b-ubuqqiroyu] { display: flex; gap: 0.5rem; align-items: center; padding: 0.3rem 0; }
