/* _content/SmartQ/Authentication/LoginPage.razor.rz.scp.css */
.modal-backdrop[b-q71l7nodib] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content[b-q71l7nodib] {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    color: black;
}
/* _content/SmartQ/Components/Component/CategorieGustiComponent.razor.rz.scp.css */

/* Integrazione Tab e Card */
.card[b-d4wh8lt471] {
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 16px 16px 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.nav .btn-outline-secondary[b-d4wh8lt471] {
    background-color: #e0f2f1;
    border-color: #b2dfdb;
    color: #4B2C1B;
}

.form-control[b-d4wh8lt471] {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 6px;
}

.gusto-row[b-d4wh8lt471] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.2s;
}

    .gusto-row:hover[b-d4wh8lt471] {
        border-color: #0d6efd;
    }

.icon-btn[b-d4wh8lt471] {
    background-color: #c9b69b;
    color: #4B2C1B;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .icon-btn img[b-d4wh8lt471] {
        width: 32px;
        height: 32px;
        opacity: 1;
    }

    .icon-btn:hover img[b-d4wh8lt471] {
        /*background-color: #6e4722;*/
        opacity: 1;
        transform: scale(1.2);
    }
/* _content/SmartQ/Components/Component/OperatoriComponent.razor.rz.scp.css */


/* Stile Card Uniformato (Effetto vetro) */
.card[b-i4xw0rmw3c] {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

/* Tabella pulita dentro la card */
.table[b-i4xw0rmw3c] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}

    .table tbody tr[b-i4xw0rmw3c] {
        background-color: rgba(255, 255, 255, 0.5); /* Semi-trasparente per coerenza */
        border-radius: 8px;
    }

/* Input stile uniforme */
.form-control[b-i4xw0rmw3c] {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    color: #212529 !important;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .form-control:focus[b-i4xw0rmw3c] {
        background-color: #ffffff !important;
        border-color: #dee2e6 !important;
        outline: none;
        box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
    }

/* Stile Bottoni Icona Uniformato */
.icon-btn[b-i4xw0rmw3c] {
    background-color: #c9b69b;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .icon-btn img[b-i4xw0rmw3c] {
        width: 32px;
        height: 32px;
        opacity: 1;
    }

    .icon-btn:hover img[b-i4xw0rmw3c] {
        /*background-color: #6e4722;*/
        opacity: 1;
        transform: scale(1.2);
    }

/* Stile per il placeholder */
.form-control[b-i4xw0rmw3c]::placeholder {
    color: #6c757d; /* Un grigio più scuro (Bootstrap secondary) */
    opacity: 1; /* Portato a 1 per massima visibilità (rimuove la trasparenza) */
    font-style: normal; /* Rimosso l'italic se vuoi che sia più "leggibile" */
    font-size: 1rem; /* Riportato a dimensione normale */
}

/* Se vuoi che sia ancora più scuro, usa un grigio antracite */
.form-control[b-i4xw0rmw3c]::placeholder {
    color: #495057;
    opacity: 1;
}
/* _content/SmartQ/Components/Layout/FullScreenLayout.razor.rz.scp.css */
.full-screen-container[b-9zp8400b9p] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
}

html[b-9zp8400b9p], body[b-9zp8400b9p] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
/* _content/SmartQ/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uuxerfpox7] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden; /* Blocca lo scroll dell'intero layout */
}

.main-content[b-uuxerfpox7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Il main non deve scrollare */
}

.content[b-uuxerfpox7] {
    flex: 1;
    overflow-y: auto; /* Solo il contenuto interno scorre se serve */
    padding: 1.1rem;
}

.sidebar[b-uuxerfpox7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uuxerfpox7] {
    display: none !important;
}

    .top-row[b-uuxerfpox7]  a, .top-row .btn-link[b-uuxerfpox7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uuxerfpox7] {
        display: none;
    }

    .top-row.auth[b-uuxerfpox7] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-uuxerfpox7] {
        flex-direction: row;
    }

    .sidebar[b-uuxerfpox7] {
        width: 250px;
        height: 100vh;
    }

    .top-row[b-uuxerfpox7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* _content/SmartQ/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-np9wyyyb57] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-np9wyyyb57] {
    display: flex;
    align-items: center; /* centra verticalmente */
    justify-content: center; /* centra orizzontalmente */
    display: flex; /* abilita flexbox */
    height: 3.5rem;
    background-color: #2d5a27;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* ombra */
}

.navbar-brand[b-np9wyyyb57] {
    font-size: 1.2rem;
    letter-spacing: 1px; /* leggermente pi� spazioso */
}

.oi[b-np9wyyyb57] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-np9wyyyb57] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-np9wyyyb57] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-np9wyyyb57] {
    padding-bottom: 1rem;
}

.nav-item[b-np9wyyyb57]  a {
    color: #d7d7d7; /* colore del testo */
    font-size: 1.1rem; /* dimensione testo pi� grande */
    border-radius: 6px; /* bordi leggermente pi� arrotondati */
    height: 3.5rem; /* altezza leggermente maggiore */
    display: flex;
    align-items: center;
    padding-left: 1rem; /* spazio tra icona e testo */
    line-height: 1.5; /* allineamento verticale migliore */
    transition: all 0.3s ease; /* animazione hover/active fluida */
}

.nav-item[b-np9wyyyb57]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-np9wyyyb57]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px)
{
    .navbar-toggler[b-np9wyyyb57] {
        display: none;
    }

    .collapse[b-np9wyyyb57] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-np9wyyyb57] {
        /* Allow sidebar to scroll for tall menus */
        background: linear-gradient(to bottom, #333333, #222222); /* Colore sfondo della sidebar */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
/* _content/SmartQ/Components/Pages/CategorieGusti.razor.rz.scp.css */
:host[b-r3obfkk9rw] {
    display: block;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.container-page[b-r3obfkk9rw] {
    min-height: 100vh;
    background-image: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    overflow-x: hidden;
}
/* _content/SmartQ/Components/Pages/ChiamataNumeri.razor.rz.scp.css */
.monitor-verticale-wrapper[b-29619u3xdp] {
    height: 100vh;
    width: 100vw;
    padding: 10px;
    box-sizing: border-box;
    background-color: #1a1a1a;
    overflow: hidden;
}

.media-container[b-29619u3xdp] {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Il video sta sotto i numeri se necessario */
}

.media-content[b-29619u3xdp] {
    width: 100%;
    height: 100%;
}


.chiamate-container[b-29619u3xdp] {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    height: 100%;
}

.riga-operatore[b-29619u3xdp] {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fdfdfd;
    border: 4px solid #a6813e;
    border-radius: 60px;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    flex-shrink: 0;
}

/* Animazione Discesa: parte dalla posizione attuale e scende di uno spazio */
.riga-scivolata[b-29619u3xdp] {
    animation: spostaInBasso-b-29619u3xdp 0.5s ease-out forwards;
}

@keyframes spostaInBasso-b-29619u3xdp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(100% + 1.5vh));
    }
}

/* Animazione Nuova Riga (Entra da sinistra) */
.riga-nuova[b-29619u3xdp] {
    animation: entraDaSinistra-b-29619u3xdp 0.8s ease-out forwards;
}

@keyframes entraDaSinistra-b-29619u3xdp {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animazione Uscita (Esce a destra) */
.riga-uscita-destra[b-29619u3xdp] {
    animation: esciADestra-b-29619u3xdp 0.7s ease-in forwards;
}

@keyframes esciADestra-b-29619u3xdp {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(110%);
        opacity: 0;
    }
}

/* Pulsazione */
.pulsante[b-29619u3xdp] {
    animation: pulsazioneNumero-b-29619u3xdp 1s ease-in-out infinite;
}

@keyframes pulsazioneNumero-b-29619u3xdp {
    0%, 100% {
        transform: scale(1);
        background: #a6813e;
        border-color: #fff;
    }

    50% {
        transform: scale(1.3);
        background: #cc0000;
        border-color: #ffcccc;
    }
}

.nome-operatore[b-29619u3xdp] {
    flex-grow: 1;
    font-family: var(--font-family-nome);
    font-size: var(--font-size-nome);
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cerchio-numero[b-29619u3xdp] {
    height: 85%;
    aspect-ratio: 1/1;
    background: #a6813e;
    border: 4px solid #fff;
    outline: 3px solid #a6813e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: var(--font-family-numero);
    font-weight: 800;
    flex-shrink: 0;
    font-size: var(--font-size-numero);
}

/* Questa classe nasconde l'elemento senza rimuoverlo dal DOM */
.hidden[b-29619u3xdp] {
    display: none !important;
}

/* _content/SmartQ/Components/Pages/ChiamataNumeri2.razor.rz.scp.css */
.monitor-split-container[b-gdrd05p1ml] {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #1a1a1a;
    overflow: hidden;
    background: #4B2C1B;
}

/* Lato 70% */
.media-side[b-gdrd05p1ml] {
    width: var(--media-width, 70%);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Lato 30% */
.numbers-side[b-gdrd05p1ml] {
    width: var(--numbers-width, 30%);
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.monitor-verticale-wrapper[b-gdrd05p1ml] {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #1a1a1a;
    overflow: hidden;
}

.media-container[b-gdrd05p1ml] {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.media-content[b-gdrd05p1ml] {
    width: 100%;
    height: 100%;
}


.chiamate-container[b-gdrd05p1ml] {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    height: 100%;
    background: #4B2C1B;
}

.riga-operatore[b-gdrd05p1ml] {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent; 
    border: none;
    box-shadow: none;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    justify-content: center;
}

/* Animazione Discesa: parte dalla posizione attuale e scende di uno spazio */
.riga-scivolata[b-gdrd05p1ml] {
    animation: spostaInBasso-b-gdrd05p1ml 0.5s ease-out forwards;
}

@keyframes spostaInBasso-b-gdrd05p1ml {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(100% + 1.5vh));
    }
}

/* Animazione Nuova Riga (Entra da sinistra) */
.riga-nuova[b-gdrd05p1ml] {
    animation: entraDaSinistra-b-gdrd05p1ml 0.8s ease-out forwards;
}

@keyframes entraDaSinistra-b-gdrd05p1ml {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animazione Uscita (Esce a destra) */
.riga-uscita-destra[b-gdrd05p1ml] {
    animation: esciADestra-b-gdrd05p1ml 0.7s ease-in forwards;
}

@keyframes esciADestra-b-gdrd05p1ml {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(110%);
        opacity: 0;
    }
}

/* Pulsazione */
.pulsante[b-gdrd05p1ml] {
    animation: pulsazioneNumero-b-gdrd05p1ml 1s ease-in-out infinite;
}

@keyframes pulsazioneNumero-b-gdrd05p1ml {
    0%, 100% {
        transform: scale(1);
        background: #a6813e;
        border-color: #fff;
    }

    50% {
        transform: scale(1.3);
        background: #cc0000;
        border-color: #ffcccc;
    }
}

.cerchio-numero[b-gdrd05p1ml] {
    height: 95%;
    aspect-ratio: 1/1;
    background-image: url('/images/sfondo.jpg');
    border: 5px solid #fff;
    outline: 5px solid #a6813e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B2C1B;
    font-family: var(--font-family-numero);
    font-weight: 800;
    flex-shrink: 0;
    font-size: var(--font-size-numero);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

/* Questa classe nasconde l'elemento senza rimuoverlo dal DOM */
.hidden[b-gdrd05p1ml] {
    display: none !important;
}

/* _content/SmartQ/Components/Pages/Configurazione.razor.rz.scp.css */

:host[b-3ep7dw5jx3] {
    display: block;
    min-height: 100vh;
    background-color: #2c2c2c;
}

.container-page[b-3ep7dw5jx3] {
    width: 100%;
    padding: 2rem;
    background-image: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 100vh;
}

/* --- Card Principale --- */
.card[b-3ep7dw5jx3] {
    background: rgba(253, 250, 245, 0.98);
    border: 2px solid #d4af37;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    width: 100%;
}

/* --- Navigazione Tab --- */
.nav-tabs[b-3ep7dw5jx3] {
    border-bottom: none !important;
}

    .nav-tabs .nav-link[b-3ep7dw5jx3] {
        color: #4a3728;
        background: #e0d0b0;
        border: none;
        border-radius: 12px 12px 0 0;
        font-weight: 700;
        padding: 10px 20px;
        transition: 0.3s;
    }

        .nav-tabs .nav-link.active[b-3ep7dw5jx3] {
            background: #d4af37;
            color: white;
        }

/* --- Form e Input --- */
.form-label[b-3ep7dw5jx3] {
    color: #5a4a3a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.form-control[b-3ep7dw5jx3], .form-select[b-3ep7dw5jx3] {
    border: 1px solid #d4af37 !important;
    background: #ffffff !important;
    color: #333;
    border-radius: 8px;
    padding: 0.6rem;
}

/* --- Sezione Titolo --- */
.section-title[b-3ep7dw5jx3] {
    color: #8b5a2b;
    font-weight: 800;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* --- Bottoni (Icon-btn & standard) --- */
.btn-primary[b-3ep7dw5jx3] {
    background: #d4af37 !important;
    border: none !important;
    color: white;
}

.btn-secondary[b-3ep7dw5jx3] {
    background: #8b7355 !important;
    border: none !important;
    color: white;
}

.icon-btn[b-3ep7dw5jx3] {
    border: 1px solid #d4af37 !important;
    background: #fdfaf5;
    border-radius: 10px;
    padding: 10px;
    transition: 0.2s;
}

    .icon-btn.active[b-3ep7dw5jx3] {
        background: #d4af37;
        color: white;
    }

/* --- Lista File --- */
.list-group-item[b-3ep7dw5jx3] {
    background: #ffffff;
    border: 1px solid #d4af37;
    color: #4a3728;
    margin-bottom: 5px;
    border-radius: 8px !important;
}

.btn-config[b-3ep7dw5jx3] {
    background: #fdfaf5 !important;
    color: #8b5a2b !important;
    border: 1px solid #8b5a2b !important;
    transition: 0.3s;
    box-shadow: none !important;
    outline: none !important;
}

    .btn-config:hover[b-3ep7dw5jx3] {
        background: #d4af37 !important;
        color: white !important;
        border: 1px solid #d4af37 !important;
    }

    .btn-config:focus[b-3ep7dw5jx3],
    .btn-config:active[b-3ep7dw5jx3] {
        box-shadow: none !important;
        outline: none !important;
        border: 1px solid #d4af37 !important;
    }

    .btn-config.active[b-3ep7dw5jx3] {
        background: #d4af37 !important;
        color: white !important;
        border: 1px solid #d4af37 !important;
    }
/* _content/SmartQ/Components/Pages/GustiGelato.razor.rz.scp.css */

*[b-s4si3f9r4r] {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.main-layout-wrapper[b-s4si3f9r4r] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(rgba(44, 44, 44, 0.5), rgba(44, 44, 44, 0.5)), url('/images/sfondo.jpg') center fixed no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Badge Numero */
.header-numero-wrapper[b-s4si3f9r4r] {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.circle-badge[b-s4si3f9r4r] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffffff;
    border: 8px solid #d4c4a4;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2), inset 0 0 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chiamata-label[b-s4si3f9r4r] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #a6813e;
    text-transform: uppercase;
    text-align: center; /* Questa è la riga corretta per il testo */
    letter-spacing: 2px;
    width: 100%; /* Assicurati che l'elemento occupi tutta la larghezza */
}

.chiamata-numero[b-s4si3f9r4r] {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    color: #a6813e;
    line-height: 1;
}

/* Tablet/Mobile Container */
.tablet-wrapper[b-s4si3f9r4r] {
    width: 100vw;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

    .tablet-wrapper[b-s4si3f9r4r]::-webkit-scrollbar {
        display: none;
    }

.tablet-container[b-s4si3f9r4r] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.category-card[b-s4si3f9r4r] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(253,252,249,0.92));
    border: 6px double rgba(197,160,89,0.8);
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18), inset 0 0 10px rgba(197,160,89,0.12);
    width: 100%;
    box-sizing: border-box;
}

.category-header[b-s4si3f9r4r] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #a6813e 0%, #6b5328 100%);
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

    .category-header[b-s4si3f9r4r]::before, .category-header[b-s4si3f9r4r]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        background: inherit;
        z-index: -1;
    }

    .category-header[b-s4si3f9r4r]::before {
        left: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header[b-s4si3f9r4r]::after {
        right: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header h3[b-s4si3f9r4r] {
        color: #fff3d6;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        margin: 0;
        font-size: clamp(1.6rem, 5vw, 2.4rem);
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        line-height: 1.1;
        word-break: break-word;
    }

.note-box[b-s4si3f9r4r] {
    font-family: 'Poppins', sans-serif;
    margin: 8px 0 10px 0;
    padding: 8px 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #5a4630;
    background: linear-gradient(to bottom, rgba(197, 160, 89, 0.18), rgba(197, 160, 89, 0.08));
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
}

.gusto-item[b-s4si3f9r4r] {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid #d4c4a4;
}

.gusto-it[b-s4si3f9r4r] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.2rem;
}

.gusto-en[b-s4si3f9r4r] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #666;
    font-size: 1rem;
    min-height: 1.2rem;
    line-height: 1.2rem;
    display: block;
}
/* _content/SmartQ/Components/Pages/GustiGelato2.razor.rz.scp.css */
body[b-nszgrt3yd6] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-layout-wrapper[b-nszgrt3yd6] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background:  url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Badge Numero */
.header-numero-wrapper[b-nszgrt3yd6] {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.circle-badge[b-nszgrt3yd6] {
    flex-direction: column;
    height: 80%;
    aspect-ratio: 1/1;
    background-image: url('/images/sfondo.jpg');
    outline: 5px solid #4B2C1B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B2C1B;
    font-weight: 800;
    flex-shrink: 0;
}

.chiamata-label[b-nszgrt3yd6] {
    font-family: var(--font-family-ultimo-label);
    font-size: var(--font-size-ultimo-label);
    color: #4B2C1B;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
}

.chiamata-numero[b-nszgrt3yd6] {
    font-family: var(--font-family-ultimo);
    font-size: var(--font-size-ultimo);
    font-weight: 700;
    color: #4B2C1B;
    line-height: 1;
}

/* Tablet/Mobile Container */
.tablet-wrapper[b-nszgrt3yd6] {
    width: 100vw;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    flex: 1;
}

    .tablet-wrapper[b-nszgrt3yd6]::-webkit-scrollbar {
        display: none;
    }

.tablet-container[b-nszgrt3yd6] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}


.category-card[b-nszgrt3yd6] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: transparent;
}

/* =========================
   HEADER (Stile Nastro)
========================= */
.category-header[b-nszgrt3yd6] {
    position: relative;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    background-image: url('/images/nastro.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 100%;
}

    .category-header h3[b-nszgrt3yd6] {
        color: #4B2C1B;
        font-family: var(--font-family-header);
        font-size: var(--font-size-header);
        z-index: 1;
    }


/* =========================
   NOTE
========================= */
.note-box[b-nszgrt3yd6] {
    text-align: center;
    font-weight: 600;
    color: #4B2C1B !important;
    background: #C68642;
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    font-family: var(--font-family-note);
    font-size: var(--font-size-note);
    width: 60%;
    margin: -18px auto 10px auto;
}

/* =========================
   LISTA GUSTI
========================= */
.gusti-list[b-nszgrt3yd6] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%; /* larghezza del blocco */
    margin: 0 auto; /* centra il blocco */
}

.gusto-item[b-nszgrt3yd6] {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    margin: 0 auto;
    align-items: baseline;
}

/* GUSTO ITALIANO */
.gusto-it[b-nszgrt3yd6] {
    flex: 1;
    font-weight: bold;
    color: #4B2C1B;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-gustoita);
    font-size: var(--font-size-gustoita);
    text-align: left;
    margin-bottom: -2px;
}

.gusto-en[b-nszgrt3yd6] {
    flex-shrink: 0;
    font-weight: 400;
    color: #4B2C1B;
    text-align: right;
    font-family: var(--font-family-gustoen);
    font-size: var(--font-size-gustoen);
    text-align: left;
    margin-bottom: -2px;
}
/* _content/SmartQ/Components/Pages/Operatori.razor.rz.scp.css */
:host[b-9h355ad33n] {
    display: block;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.container-page[b-9h355ad33n] {
    min-height: 100vh;
    background-image: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    overflow-x: hidden;
}
/* _content/SmartQ/Components/Pages/QRCode.razor.rz.scp.css */
:host[b-lpmw8w0a7z] {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container-page[b-lpmw8w0a7z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: hidden;
}

.qr-card[b-lpmw8w0a7z] {
    transition: transform 0.3s ease;
    /*border-top: 8px solid #007bff !important;*/ /* Accento di colore superiore */
}

    .qr-card:hover[b-lpmw8w0a7z] {
        transform: translateY(-5px);
    }

.qr-container img[b-lpmw8w0a7z] {
    image-rendering: pixelated; /* Mantiene il QR nitido */
}


/* _content/SmartQ/Components/Pages/SessioneOperativa.razor.rz.scp.css */
.container-page[b-b0bxqlef46] {
    min-height: calc(100vh - 56px);
    background-image: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    overflow-x: hidden;
}

/* --- Tabs --- */
.nav-tabs .nav-link[b-b0bxqlef46] {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 10px 20px !important;
    border: none !important;
    opacity: 0.7 !important;
    transition: 0.3s;
}

    .nav-tabs .nav-link.active[b-b0bxqlef46] {
        background: transparent !important;
        border-bottom: 3px solid #ffffff !important;
        opacity: 1 !important;
    }

    .nav-tabs .nav-link:hover[b-b0bxqlef46] {
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

/* --- Card --- */
.card[b-b0bxqlef46] {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 0 16px 16px 16px !important;
}

    .card .form-control[b-b0bxqlef46] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: #ffffff !important;
    }

        .card .form-control[b-b0bxqlef46]::placeholder {
            color: rgba(255, 255, 255, 0.5) !important;
        }

/* --- Operatori (Design a Nastro) --- */
.operator-list[b-b0bxqlef46] {
    display: flex;
    flex-direction: column;
    /* Questa riga centra gli elementi orizzontalmente */
    align-items: center;
    /* Questa riga aiuta a distribuire lo spazio verticalmente */
    justify-content: space-evenly;
    padding: 20px;
    list-style: none;
    height: 100%;
    margin: 0;
}

/* --- Il Nastro --- */
.operator-item[b-b0bxqlef46] {
    width: 100%;
    max-width: 800px;
    height: 80px; /* Altezza fissa o dinamica */
    cursor: pointer;
    transition: transform 0.3s ease;
    /* Disegno il nastro con un gradiente */
    background: linear-gradient(180deg, #a6813e 0%, #6b5328 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* Effetto piega a sinistra */
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

    /* Aggiunge la "coda" a V sul lato destro */
    .operator-item[b-b0bxqlef46]::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        width: 20px;
        background: inherit;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    /* Aggiunge il risvolto a sinistra */
    .operator-item[b-b0bxqlef46]::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 5px;
        width: 15px;
        height: 100%;
        background: #8b0000; /* Colore leggermente più scuro per profondità */
        z-index: -1;
        transform: rotate(5deg);
    }

/*    .operator-item:hover {
        transform: scale(1.05);
    }*/

/* --- Il Nome --- */
.operator-name[b-b0bxqlef46] {
    font-family: 'Georgia', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    /* Rimuoviamo il padding rigido, ora il nastro si adatta al testo */
    padding: 0 20px;
    white-space: nowrap;
}

/* --- Effetto Clic --- */

/* Stato normale */
.operator-item[b-b0bxqlef46] {
    transition: transform 0.1s ease-out; /* Transizione veloce per il rimpicciolimento */
}

    .operator-item.is-pressing[b-b0bxqlef46] {
        transform: scale(0.9);
    }

    .operator-item:active[b-b0bxqlef46] {
    transform: scale(0.9);
}

    .operator-item:active:not(.pulsing)[b-b0bxqlef46] {
        transform: scale(0.95);
    }

.pulsing[b-b0bxqlef46] {
    animation: pulse-wave-b-b0bxqlef46 0.6s ease-out forwards;
}

@keyframes pulse-wave-b-b0bxqlef46 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

/* --- Utility --- */
.gusto-row[b-b0bxqlef46] {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}
/* _content/SmartQ/Components/Pages/SessioneOperativa2.razor.rz.scp.css */
.container-page[b-0ejnha04zr] {
    min-height: calc(100vh - 56px);
    background: #4B2C1B;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    overflow-x: hidden;
}

/* --- Tabs --- */
.nav-tabs .nav-link[b-0ejnha04zr] {
    color: #F3E5CA !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 10px 20px !important;
    border: none !important;
    opacity: 0.7 !important;
    transition: 0.3s;
    font-family: 'Diavlo';
}

    .nav-tabs .nav-link.active[b-0ejnha04zr] {
        background: transparent !important;
        border-bottom: 3px solid #4B2C1B !important;
        opacity: 1 !important;
    }

    .nav-tabs .nav-link:hover[b-0ejnha04zr] {
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

/* --- Card --- */
.card[b-0ejnha04zr] {
    background-image: url('/images/sfondo.jpg');
    backdrop-filter: blur(15px) !important;
    /*border: 1px solid rgba(255, 255, 255, 0.2) !important;*/
    color: #ffffff !important;
    border-radius: 0 16px 16px 16px !important;
}

    .card .form-control[b-0ejnha04zr] {
        background: rgba(255, 255, 255, 0.1) !important;
        color: red !important;
    }

        .card .form-control[b-0ejnha04zr]::placeholder {
            color: rgba(255, 255, 255, 0.5) !important;
        }

/* --- Operatori (Design a Nastro) --- */
.operator-list[b-0ejnha04zr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    list-style: none;
    height: 100%;
    margin: 0;
}

/* --- Il Nastro --- */
.operator-item[b-0ejnha04zr] {
    width: 100%;
    max-width: 800px;
    height: 300px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #4B2C1B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 6px #4B2C1B;
    border-radius: 50px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* --- Il Nome --- */
.operator-name[b-0ejnha04zr] {
    font-family: 'Georgia', serif;
    font-size: 7rem;
    font-weight: 700;
    color: #F3E5CA;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    /* Rimuoviamo il padding rigido, ora il nastro si adatta al testo */
    padding: 0 20px;
    white-space: nowrap;
    font-family: 'Diavlo';
}

/* Stato normale */
.operator-item[b-0ejnha04zr] {
    transition: transform 0.1s ease-out; /* Transizione veloce per il rimpicciolimento */
}

    .operator-item.is-pressing[b-0ejnha04zr] {
        transform: scale(0.9);
    }

    .operator-item:active[b-0ejnha04zr] {
    transform: scale(0.9);
}

    .operator-item:active:not(.pulsing)[b-0ejnha04zr] {
        transform: scale(0.95);
    }

.pulsing[b-0ejnha04zr] {
    animation: pulse-wave-b-0ejnha04zr 0.6s ease-out forwards;
}

@keyframes pulse-wave-b-0ejnha04zr {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 229, 202, 0.7); /* Colore crema */
    }

    100% {
        box-shadow: 0 0 0 25px rgba(243, 229, 202, 0);
    }
}

/* --- Utility --- */
.gusto-row[b-0ejnha04zr] {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}

.numero-chiamato[b-0ejnha04zr] {
    margin-top: 100px;
    font-size: 15rem;
    font-weight: 900;
    color: #4B2C1B;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    font-family: 'Diavlo';
    line-height: 1;
}

.centratura-totale[b-0ejnha04zr] {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    height: 100%;
    width: 100%;
}
/* _content/SmartQ/Components/Pages/TabelloneGusti.razor.rz.scp.css */
body[b-979ua5n24k] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

/* =========================
   WRAPPER FULL SCREEN
========================= */
.tabellone-wrapper[b-979ua5n24k] {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgba(44, 44, 44, 0.5), rgba(44, 44, 44, 0.5)), url('/images/sfondo.jpg') center fixed no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

/* =========================
   3 COLONNE
========================= */
.menu-tabellone[b-979ua5n24k] {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 10px;
}

.column[b-979ua5n24k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
}

/* =========================
   CARD
========================= */
.category-card[b-979ua5n24k] {
    display: flex;
    flex-direction: column;
    padding: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(253,252,249,0.92));
    border: 6px double rgba(197,160,89,0.8);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18), inset 0 0 10px rgba(197,160,89,0.12);
}

/* =========================
   HEADER (Nastro Elegante)
========================= */
.category-header[b-979ua5n24k] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px; 
    padding: 10px 15px; 
    margin-bottom: 15px;
    background: linear-gradient(180deg, #a6813e 0%, #6b5328 100%);
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

    .category-header[b-979ua5n24k]::before, .category-header[b-979ua5n24k]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        background: inherit;
        z-index: -1;
    }

    .category-header[b-979ua5n24k]::before {
        left: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header[b-979ua5n24k]::after {
        right: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header h3[b-979ua5n24k] {
        color: #fff3d6;
        /*font-family: 'Playfair Display', serif;*/
        font-weight: 700;
        margin: 0;
        /*font-size: clamp(1.6rem, 5vw, 2.4rem);*/
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        line-height: 1.1;
        word-break: break-word;
        font-family: var(--font-family-header);
        font-size: var(--font-size-header);
    }


/* =========================
   NOTE
========================= */
.note-box[b-979ua5n24k] {
    /*font-family: 'Poppins', sans-serif;*/
    margin: 8px 0 10px 0;
    padding: 6px 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* Adattamento fluido: min 0.7rem, ideale 0.9vw, max 1rem */
    /*font-size: clamp(0.7rem, 0.9vw, 1rem);*/
    color: #5a4630;
    background: linear-gradient(to bottom, rgba(197, 160, 89, 0.18), rgba(197, 160, 89, 0.08));
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    letter-spacing: 0.5px;
    font-family: var(--font-family-note);
    font-size: var(--font-size-note);
}

/* =========================
   LISTA GUSTI
========================= */
.gusti-list[b-979ua5n24k] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gusto-item[b-979ua5n24k] {
    display: flex; /* Attiva il flexbox */
    justify-content: space-between; /* Spinge gli elementi ai lati opposti */
    align-items: baseline; /* Allinea il testo sulla linea di base */
    border-bottom: 1px solid #d4c4a4;
    padding: 8px 0;
    width: 100%; /* Si assicura che occupi tutto lo spazio della card */
}

/* GUSTO ITALIANO */
.gusto-it[b-979ua5n24k] {
    flex: 1; /* Prende lo spazio necessario senza sovrascrivere l'inglese */
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    /*font-size: clamp(1rem, 1.5vw, 1.5rem);*/
    white-space: nowrap; /* Evita che il testo italiano vada a capo in modo strano */
    overflow: hidden;
    text-overflow: ellipsis; /* Aggiunge i puntini se il testo è troppo lungo */
    padding-right: 15px; /* Spazio di sicurezza tra le due lingue */
    font-family: var(--font-family-gustoita);
    font-size: var(--font-size-gustoita);
}

.gusto-en[b-979ua5n24k] {
    flex-shrink: 0; /* Impedisce al testo inglese di rimpicciolirsi troppo */
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 400;
    font-style: italic;
    color: #555;
    /*font-size: clamp(0.75rem, 1.1vw, 1.1rem);*/
    text-align: right; /* Allinea a destra */
    font-family: var(--font-family-gustoen);
    font-size: var(--font-size-gustoen);
}

    .gusto-en.empty[b-979ua5n24k] {
        visibility: hidden;
    }
/* _content/SmartQ/Components/Pages/TabelloneGusti2.razor.rz.scp.css */
body[b-np8p5k560t] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* =========================
   WRAPPER FULL SCREEN
========================= */
.tabellone-wrapper[b-np8p5k560t] {
    width: 100vw;
    height: 100vh;
    background: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* =========================
   3 COLONNE
========================= */
.menu-tabellone[b-np8p5k560t] {
    display: flex;
    width: 100%;
    height: 100%;
}

.column[b-np8p5k560t] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

/* =========================
   CARD
========================= */
.category-card[b-np8p5k560t] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: transparent;
}

/* =========================
   HEADER (Nastro Elegante)
========================= */
.category-header[b-np8p5k560t] {
    position: relative;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    background-image: url('/images/nastro.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 100%;
}

    .category-header h3[b-np8p5k560t] {
        margin: 0px,0px;
        color: #4B2C1B;
        font-family: var(--font-family-header);
        font-size: var(--font-size-header);
        z-index: 1;
    }

/* =========================
   NOTE
========================= */
.note-box[b-np8p5k560t] {
    text-align: center;
    font-weight: 600;
    color: #4B2C1B !important;
    background: #C68642;
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    font-family: var(--font-family-note);
    font-size: var(--font-size-note);
    width: 60%;
    margin: -18px auto 10px auto;
}

/* =========================
   LISTA GUSTI
========================= */
.gusti-list[b-np8p5k560t] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%; /* larghezza del blocco */
    margin: 0 auto; /* centra il blocco */
}

.gusto-item[b-np8p5k560t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    width: 80%;
    margin: 0 auto;
    align-items: baseline;
    /*line-height: 1.20;*/
}

/* GUSTO ITALIANO */
.gusto-it[b-np8p5k560t] {
    flex: 1;
    font-weight: bold;
    color: #4B2C1B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-gustoita);
    font-size: var(--font-size-gustoita);
    text-align: left;
    margin-bottom: -2px;
}

.gusto-en[b-np8p5k560t] {
    flex-shrink: 0;
    font-weight: 400;
    color: #4B2C1B;
    text-align: right;
    font-family: var(--font-family-gustoen);
    font-size: var(--font-size-gustoen);
    text-align: left;
    margin-left: 20px;
    margin-bottom: -2px;
}
/* _content/SmartQ/Components/Pages/TabletGusti.razor.rz.scp.css */
/* =========================
   FULL SCREEN TABLET (2 COLONNE)
========================= */
.tablet-wrapper[b-7rdhjrxkms] {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(rgba(44, 44, 44, 0.5), rgba(44, 44, 44, 0.5)), url('/images/sfondo.jpg') center fixed no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
    scrollbar-width: none;
}
    .tablet-wrapper[b-7rdhjrxkms]::-webkit-scrollbar {
        display: none;
    }

.tablet-container[b-7rdhjrxkms] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Ho portato il gap verticale a 100px per sicurezza */
    gap: 100px 40px;
    width: 100%;
    box-sizing: border-box;
    align-items: start;
}

/* Ogni card: aggiungiamo un margine per essere sicuri */
.category-card[b-7rdhjrxkms] {
    display: flex;
    flex-direction: column;
    padding: 10px; /* Aumentato leggermente il padding interno */
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(253,252,249,0.92));
    border: 6px double rgba(197,160,89,0.8);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18), inset 0 0 10px rgba(197,160,89,0.12);
    width: 100%;
    box-sizing: border-box;
    /* Forza uno spazio sotto ogni card, indipendentemente dalla griglia */
    margin-bottom: 20px;
}

/* =========================
   HEADER (Stile Nastro)
========================= */
.category-header[b-7rdhjrxkms] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 15px 25px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #a6813e 0%, #6b5328 100%);
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

    .category-header[b-7rdhjrxkms]::before, .category-header[b-7rdhjrxkms]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        background: inherit;
        z-index: -1;
    }

    .category-header[b-7rdhjrxkms]::before {
        left: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header[b-7rdhjrxkms]::after {
        right: -10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    }

    .category-header h3[b-7rdhjrxkms] {
        color: #fff3d6;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        margin: 0;
        font-size: clamp(2rem, 3.5vw, 3.5rem); /* Adattato per due colonne */
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        line-height: 1.2;
        word-break: break-word;
    }

/* =========================
   NOTE
========================= */
.note-box[b-7rdhjrxkms] {
    font-family: 'Poppins', sans-serif;
    margin: 8px 0 10px 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: #5a4630;
    background: linear-gradient(to bottom, rgba(197, 160, 89, 0.18), rgba(197, 160, 89, 0.08));
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
    line-height: 1.4;
}

/* =========================
   GUSTI
========================= */
.gusti-list[b-7rdhjrxkms] {
    display: flex;
    flex-direction: column;
}

.gusto-item[b-7rdhjrxkms] {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d4c4a4;
    padding: 10px 0;
    width: 100%;
}

.gusto-it[b-7rdhjrxkms] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.2;
}

.gusto-en[b-7rdhjrxkms] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #666;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    margin-top: 5px;
}
/* _content/SmartQ/Components/Pages/TabletGusti2.razor.rz.scp.css */
body[b-0wxyggn8jv] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* =========================
   FULL SCREEN TABLET (2 COLONNE)
========================= */
.tablet-wrapper[b-0wxyggn8jv] {
    width: 100vw;
    height: 100vh;
    background: url('/images/sfondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: hidden;
}

    .tablet-wrapper[b-0wxyggn8jv]::-webkit-scrollbar {
        display: none;
    }

.tablet-container[b-0wxyggn8jv] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 40px;
    width: 100%;
    box-sizing: border-box;
    align-items: start;
}

/* =========================
   CARD
========================= */
.category-card[b-0wxyggn8jv] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: transparent;
}

/* =========================
   HEADER (Stile Nastro)
========================= */
.category-header[b-0wxyggn8jv] {
    position: relative;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    background-image: url('/images/nastro.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 100%;
}

    .category-header h3[b-0wxyggn8jv] {
        margin: 0px,0px;
        color: #4B2C1B;
        font-family: var(--font-family-header);
        font-size: var(--font-size-header);
        z-index: 1;
    }

/* =========================
   NOTE
========================= */
.note-box[b-0wxyggn8jv] {
    text-align: center;
    font-weight: 600;
    color: #4B2C1B !important;
    background: #C68642;
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 8px;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    font-family: var(--font-family-note);
    font-size: var(--font-size-note);
    width: 60%;
    margin: -18px auto 10px auto;
}

/* =========================
   LISTA GUSTI
========================= */
.gusti-list[b-0wxyggn8jv] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%; /* larghezza del blocco */
    margin: 0 auto; /* centra il blocco */
}

.gusto-item[b-0wxyggn8jv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    width: 80%;
    margin: 0 auto;
    align-items: baseline;
    /*line-height: 1.20;*/
}

/* GUSTO ITALIANO */
.gusto-it[b-0wxyggn8jv] {
    flex: 1;
    font-weight: bold;
    color: #4B2C1B;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-gustoita);
    font-size: var(--font-size-gustoita);
    text-align: left;
    margin-bottom: -2px;
}

.gusto-en[b-0wxyggn8jv] {
    flex-shrink: 0;
    font-weight: 400;
    color: #4B2C1B;
    text-align: right;
    font-family: var(--font-family-gustoen);
    font-size: var(--font-size-gustoen);
    text-align: left;
    margin-bottom: -2px;
}
