/* _content/Impresix/Components/Da_Spostare/TatinaPageGame.razor.rz.scp.css */
/* =========================
   QUIZ - CSS COMPLETO
   Incolla questo file e RIMUOVI i duplicati vecchi.
   ========================= */

.GameSection[b-hhikneg4jk] {
    width: 94vw;
    height: 94vh;
    background-color: #F5AFAF;
    padding: 3vh 3vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative; /* fondamentale per absolute children */
    overflow: hidden;
}

/* Avatar sempre dietro e non cliccabile */
.Avatar[b-hhikneg4jk] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 90%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    z-index: 0; /* dietro */
    pointer-events: none; /* non blocca click */
    /* silhouette nera */
}

.AvatarSilhouette[b-hhikneg4jk] {
    filter: brightness(0) drop-shadow(0 0 0 #000);
}


/* Contenitore UI sopra l'avatar */
.TextBoxContanier[b-hhikneg4jk] {
    position: relative; /* NECESSARIO per far valere lo z-index */
    z-index: 10;
}

/* 70px @ 1920px, scalato con clamp */
.NameContainer[b-hhikneg4jk] {
    width: 150px;
    color: black;
    background-color: ghostwhite;
    border-radius: clamp(12px, 1.5625vw, 48px);
    border: clamp(4px, 0.625vw, 20px) solid #FF5B62;
    position: relative;
    left: clamp(24px, 3.645833vw, 120px);
    /* overlap metà sopra la TextBox */
    transform: translateY(50%);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TextBox[b-hhikneg4jk] {
    position: relative;
    z-index: 10;
    background-color: ghostwhite;
    max-width: 97vw;
    min-width: 250px;
    width: calc(85vw - 35px);
    min-height: 200px;
    border-radius: clamp(12px, 1.5625vw, 48px);
    border: clamp(4px, 0.625vw, 20px) solid #FF5B62;
    padding: 35px 25px;
}

.Page[b-hhikneg4jk] {
    color: black;
    height: 100%;
    width: 100%;
}

#name[b-hhikneg4jk] {
    font-size: 2.2rem;
    margin: 0;
}

.Text[b-hhikneg4jk] {
    font-size: 1.7rem;
    margin: 0;
    text-align: left;
}

/* ====== Controls ====== */

.Actions[b-hhikneg4jk] {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.GameInput[b-hhikneg4jk] {
    margin-top: 16px;
    width: calc(calc(100% - 40px) + clamp(4px, 0.625vw, 20px));
    appearance: none;
    -webkit-appearance: none;
    border: clamp(4px, 0.625vw, 20px) solid #FF5B62;
    border-radius: clamp(12px, 1.5625vw, 48px);
    padding: 12px 14px;
    background: rgba(255,255,255,0.75);
    color: #000;
    font: inherit;
    outline: none;
}

    .GameInput:focus-visible[b-hhikneg4jk] {
        box-shadow: 0 0 0 4px rgba(255,91,98,0.25);
    }

.PrimaryBtn[b-hhikneg4jk],
.SecondaryBtn[b-hhikneg4jk] {
    border-radius: 999px;
    padding: 10px 16px;
    font: inherit;
    border: clamp(3px, 0.45vw, 14px) solid #FF5B62;
    background: ghostwhite;
    color: #000;
    cursor: pointer;
}

    .PrimaryBtn:active[b-hhikneg4jk],
    .SecondaryBtn:active[b-hhikneg4jk] {
        transform: translateY(1px);
    }

.Feedback[b-hhikneg4jk] {
    margin-top: 10px;
    font-size: 1rem;
    opacity: 0.9;
}

.Options[b-hhikneg4jk] {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.OptionBtn[b-hhikneg4jk] {
    width: 100%;
    text-align: left;
    border-radius: 18px;
    padding: 12px 14px;
    font: inherit;
    border: clamp(3px, 0.45vw, 14px) solid #FF5B62;
    background: ghostwhite;
    color: #000;
    cursor: pointer;
}

    .OptionBtn:disabled[b-hhikneg4jk] {
        opacity: 0.7;
        cursor: not-allowed;
    }
/* _content/Impresix/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-re9nm5f0ii] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-re9nm5f0ii] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Impresix/Components/Pages/Manutenzione.razor.rz.scp.css */
.ManutenzioneContainer[b-19shl4h49t] {
    position: relative;
    height: 100svh;
    width: 100vw;
    overflow: hidden;
    text-align: center;
    background: #fff;
    /* ---- SCALE coerente su qualsiasi aspect ratio ---- */
    --circle-size: max(250px, calc(750 * 100vw / 1920));
    --circle-top: calc(50% - (var(--circle-size) / 2)); /* regola questo per spostare il cerchio su/giù */
    --text-top: calc(50% - (var(--circle-size) / 2)); /* regola questo per spostare il testo su/giù */
    --text-width: min(92vw, 1400px);
}

/* Cerchio (sfondo) */
.Circle[b-19shl4h49t] {
    position: absolute;
    top: var(--circle-top);
    left: 50%;
    transform: translateX(-50%);
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background: #0D0140;
    z-index: 1;
}

/* Geometria testo (uguale per entrambe le versioni) */
.TextLayer[b-19shl4h49t] {
    position: absolute;
    top: var(--text-top);
    left: 50%;
    transform: translateX(-50%);
    width: var(--text-width);
    z-index: 2;
    pointer-events: none;
}

/* Font scalabili up/down (usa la dimensione più “limitante” tra vw e vh) */
h1.ManutenzioneTitle[b-19shl4h49t] {
    font-size: max(30px, calc(100 * 100vw / 1920));
    font-weight: 800;
    color: #161616;
}

h2.ManutenzioneSubtitle[b-19shl4h49t] {
    font-size: max(20px, calc(60 * 100vw / 1920));
    font-weight: 400;
    color: #161616;
}

/* Overlay mascherato (FULL container) */
.MaskLayer[b-19shl4h49t] {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    /* Centro e raggio cerchio in coordinate della section (coerenti) */
    --cx: 50%;
    --cy: calc(var(--circle-top) + (var(--circle-size) / 2));
    --r: calc(var(--circle-size) / 2);
    -webkit-mask-image: radial-gradient(circle var(--r) at var(--cx) var(--cy), #000 99%, transparent 100%);
    mask-image: radial-gradient(circle var(--r) at var(--cx) var(--cy), #000 99%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.Inverted[b-19shl4h49t] {
    color: #FCFCFC !important;
}

/* Immagine */
.ManutenzioneImg[b-19shl4h49t] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(40% - (clamp(180px, 28vh, 340px) / 2));
    height: clamp(180px, 28vh, 340px);
    background-image: url("/Image/Manutenzione.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    pointer-events: none;
}

@media (max-width: 500px){
    .MaskLayer[b-19shl4h49t]{
        display:none;
    }
    .Circle[b-19shl4h49t]{
        display: none;
    }
}
/* _content/Impresix/Components/Pages/NotFound.razor.rz.scp.css */
.NotFoundPage[b-esegaa21ee] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: calc(100vh - calc(5vh * 2));
    width: calc(100vw - calc(3.5vw * 2));
    padding: 5vh 3.5vw 5vh 3.5vw;
    gap: 50px;
    text-align: center;
    overflow-x: hidden;
    flex-wrap: wrap;
}

img.NotFoundImage[b-esegaa21ee] {
    height: max(350px, calc(625 * 100vw / 1920));
    width: auto
}

div.NotFoundTextContainer[b-esegaa21ee]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 55px;
    align-items: flex-start;
    height: 100%;
}

div.NotFoundMidText[b-esegaa21ee] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

h1.NotFoundTitle[b-esegaa21ee] {
    color: #0D0140;
    font-size: max(120px, calc(400 * 100vw / 1920));
    font-weight: 800;
}

h2.NotFoudSubtitle[b-esegaa21ee] {
    font-size: max(20px, calc(50 * 100vw / 1920));
    font-weight: 600;
}

p.NotFoundText[b-esegaa21ee] {
    font-size: max(14px, calc(30 * 100vw / 1920));
    font-weight: 400;
}

a.NotFoundButton[b-esegaa21ee] {
    display: flex;
    flex-direction: row;
    background-color: #0D0140;
    padding: 5px 12px 5px 15px;
    border-radius: 100px;
    color: #FCFCFC;
}

p.NotFoundButtonText[b-esegaa21ee] {
    color: #FCFCFC;
    font-size: max(13px, calc(25 * 100vw / 1920));
    font-weight: 500;
}

img.NotFoundButtonIcon[b-esegaa21ee]{

}

@media (max-width: 788px) {

    /* layout principale */
    .NotFoundPage[b-esegaa21ee] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100vh - calc(5vh * 2));
        width: calc(100vw - calc(3.5vw * 2));
        padding: 5vh 3.5vw 5vh 3.5vw;
        gap: 40px;
        text-align: center;
        flex-wrap: nowrap;
    }

    /* immagine */
    img.NotFoundImage[b-esegaa21ee] {
        display: none;
    }

    /* colonna testo */
    div.NotFoundTextContainer[b-esegaa21ee] {
        align-items: center;
        justify-content: center;
        height: auto;
        gap: 32px;
    }

    div.NotFoundMidText[b-esegaa21ee] {
        align-items: center;
        text-align: center;
    }

    /* titolo */
    h1.NotFoundTitle[b-esegaa21ee] {
        text-align: center;
    }
}

/* =========================
   ENTRANCE ANIMATIONS (SOFT)
   ========================= */

@keyframes nfSoftIn-b-esegaa21ee {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes nfSoftSide-b-esegaa21ee {
    from {
        opacity: 0;
        transform: translateX(-30px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* immagine */
img.NotFoundImage[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftSide-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .1s forwards;
    will-change: transform, opacity, filter;
}

/* contenuto */
div.NotFoundTextContainer[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftIn-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .25s forwards;
}

h1.NotFoundTitle[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftIn-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .35s forwards;
}

h2.NotFoudSubtitle[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftIn-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .5s forwards;
}

p.NotFoundText[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftIn-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .65s forwards;
}

a.NotFoundButton[b-esegaa21ee] {
    opacity: 0;
    animation: nfSoftIn-b-esegaa21ee 1.1s cubic-bezier(.22,1,.36,1) .8s forwards;
}

/* =========================
   BUTTON – GENTLE GLOW
   ========================= */

a.NotFoundButton[b-esegaa21ee] {
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 24px rgba(13, 1, 64, 0.25);
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s cubic-bezier(.22,1,.36,1), filter .35s ease;
}

    /* alone morbido */
    a.NotFoundButton[b-esegaa21ee]::before {
        content: "";
        position: absolute;
        inset: -10px;
        border-radius: 999px;
        background: radial-gradient( circle, rgba(13,1,64,.45) 0%, rgba(13,1,64,.15) 35%, rgba(13,1,64,0) 70% );
        opacity: .35;
        z-index: -1;
        transition: opacity .35s ease, transform .35s ease;
    }

    /* hover: glow + micro lift */
    a.NotFoundButton:hover[b-esegaa21ee] {
        transform: translateY(-3px);
        box-shadow: 0 14px 38px rgba(13, 1, 64, 0.35);
        filter: brightness(1.04);
    }

        a.NotFoundButton:hover[b-esegaa21ee]::before {
            opacity: .75;
            transform: scale(1.05);
        }

/* breathing glow lento */
@keyframes nfBreath-b-esegaa21ee {
    0%, 100% {
        opacity: .55;
    }

    50% {
        opacity: .85;
    }
}

a.NotFoundButton:hover[b-esegaa21ee]::before {
    animation: nfBreath-b-esegaa21ee 2.8s ease-in-out infinite;
}

/* click */
a.NotFoundButton:active[b-esegaa21ee] {
    transform: translateY(-1px) scale(0.985);
}

/* focus tastiera */
a.NotFoundButton:focus-visible[b-esegaa21ee] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(13,1,64,.25), 0 14px 38px rgba(13, 1, 64, 0.35);
}

@media (prefers-reduced-motion: reduce) {
    *[b-esegaa21ee] {
        animation: none !important;
        transition: none !important;
        filter: none !important;
    }
}
/* _content/Impresix/Components/Pages/UnderCustruction.razor.rz.scp.css */
.logo[b-8wdtkmlmrt] {
    max-width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
    filter: brightness(1.1);
}

.content[b-8wdtkmlmrt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.construction-wrapper[b-8wdtkmlmrt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 8vw);
    padding: 4vw;
    background: linear-gradient(to bottom right, #0D0140, #161616);
}

.info-panel[b-8wdtkmlmrt] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 100%;
    text-align: center;
}

    .info-panel h1[b-8wdtkmlmrt] {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        color: #FFFFFF;
        line-height: 1.2;
    }

    .info-panel .intro-text[b-8wdtkmlmrt] {
        color: #DDDDDD;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        max-width: 600px;
    }

.countdown[b-8wdtkmlmrt] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

    .countdown div[b-8wdtkmlmrt] {
        background-color: #2CA3FD;
        color: #0D0140;
        padding: 1rem 1.2rem;
        border-radius: 12px;
        font-size: 1.6rem;
        font-weight: bold;
        min-width: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .countdown small[b-8wdtkmlmrt] {
        font-size: 0.8rem;
        margin-top: 0.2rem;
        font-weight: 600;
    }

.footer-note[b-8wdtkmlmrt] {
    font-size: 0.9rem;
    color: #AAAAAA;
    margin-top: 1rem;
    text-align: center;
}

@media (max-width: 600px) {
    .info-panel h1[b-8wdtkmlmrt] {
        font-size: 1.6rem;
    }

    .info-panel .intro-text[b-8wdtkmlmrt] {
        font-size: 1rem;
    }

    .countdown div[b-8wdtkmlmrt] {
        font-size: 1.4rem;
        min-width: 70px;
    }

    .countdown[b-8wdtkmlmrt] {
        gap: 0.7rem;
    }
}
