/* _content/XoddOfficial/Components/InteractiveObject/CountDown.razor.rz.scp.css */
/* _content/XoddOfficial/Components/InteractiveObject/TeamSection.razor.rz.scp.css */
:host[b-gjjbtaniip] {
    display: block;
}

/* =========================
   ROOT
========================= */
.XuTeamSection[b-gjjbtaniip] {
    --xu-bg: #030303;
    --xu-bg-soft: rgba(255, 255, 255, 0.03);
    --xu-line: rgba(255, 255, 255, 0.08);
    --xu-line-strong: rgba(255, 255, 255, 0.12);
    --xu-text: #f5f5f7;
    --xu-muted: rgba(255, 255, 255, 0.42);
    --xu-accent: #8A38F5;
    --xu-accent-2: #A95DFF;
    --xu-accent-3: rgba(138, 56, 245, 0.38);
    --xu-glass: linear-gradient(180deg, rgba(169, 93, 255, 0.34), rgba(138, 56, 245, 0.22));
    --xu-glass-soft: linear-gradient(180deg, rgba(169, 93, 255, 0.28), rgba(138, 56, 245, 0.18));
    --xu-shadow: 0 clamp(14px, 2vw, 32px) clamp(30px, 4vw, 60px) rgba(0, 0, 0, 0.35);
    --xu-shadow-glow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 12px 28px rgba(138, 56, 245, 0.24), 0 0 28px rgba(138, 56, 245, 0.22);
    position: relative;
    overflow: clip;
    background: radial-gradient(circle at 17% 77%, rgba(138,56,245,0.11), transparent 20%), radial-gradient(circle at 82% 18%, rgba(138,56,245,0.08), transparent 18%), linear-gradient(180deg, #020202 0%, #040404 100%);
    color: var(--xu-text);
    isolation: isolate;
}

/* =========================
   SHELL / LAYOUT
========================= */
.XuTeamSection__shell[b-gjjbtaniip] {
    width: min(94vw, 1820px);
    margin-inline: auto;
    padding: clamp(28px, 4vw, 72px) clamp(18px, 2.2vw, 40px);
    position: relative;
}

.XuTeamSection__layout[b-gjjbtaniip] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(160px, 0.48fr) minmax(240px, 0.46fr) minmax(320px, 0.76fr);
    align-items: end;
    gap: clamp(22px, 2.6vw, 50px);
    min-height: clamp(640px, 82svh, 980px);
}

/* =========================
   AMBIENT GLOWS
========================= */
.XuTeamSection__ambient[b-gjjbtaniip] {
    position: absolute;
    border-radius: 999px;
    filter: blur(clamp(40px, 5vw, 90px));
    pointer-events: none;
    opacity: .66;
    z-index: 0;
}

.XuTeamSection__ambient--left[b-gjjbtaniip] {
    width: clamp(160px, 20vw, 320px);
    height: clamp(160px, 20vw, 320px);
    left: -4%;
    bottom: 6%;
    background: rgba(138, 56, 245, 0.12);
}

.XuTeamSection__ambient--right[b-gjjbtaniip] {
    width: clamp(140px, 18vw, 280px);
    height: clamp(140px, 18vw, 280px);
    right: 3%;
    top: 5%;
    background: rgba(138, 56, 245, 0.10);
}

/* =========================
   PREVIEW RAIL
========================= */
.XuTeamSection__rail[b-gjjbtaniip] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(14px, 1.4vw, 22px);
    align-self: end;
}

.XuTeamSection__preview[b-gjjbtaniip] {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform .45s cubic-bezier(.22,.61,.25,1);
}

    .XuTeamSection__preview:hover[b-gjjbtaniip] {
        transform: translateY(-6px);
    }

.XuTeamSection__previewFrame[b-gjjbtaniip] {
    position: relative;
    display: block;
    aspect-ratio: .78 / 1.08;
    border-radius: clamp(18px, 1.6vw, 28px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)), rgba(255,255,255,0.04);
    border: 1px solid var(--xu-line);
    box-shadow: var(--xu-shadow);
}

.XuTeamSection__preview img[b-gjjbtaniip] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(1) brightness(.52) contrast(1.02);
    transform: scale(1.04);
    transition: transform .55s cubic-bezier(.22,.61,.25,1), filter .45s ease;
}

.XuTeamSection__preview:hover img[b-gjjbtaniip] {
    transform: scale(1.08);
    filter: grayscale(.45) brightness(.66);
}

.XuTeamSection__previewOverlay[b-gjjbtaniip] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.28)), linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.56) 100%);
}

.XuTeamSection__preview--prev[b-gjjbtaniip] {
    animation: xuFloatMini-b-gjjbtaniip 7s ease-in-out infinite;
}

.XuTeamSection__preview--next[b-gjjbtaniip] {
    animation: xuFloatMini-b-gjjbtaniip 7s ease-in-out infinite 1.2s;
}

/* =========================
   ACTIVE MEDIA
========================= */
.XuTeamSection__mediaCol[b-gjjbtaniip] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: end;
}

.XuTeamSection__mediaWrap[b-gjjbtaniip] {
    position: relative;
    width: min(100%, clamp(270px, 28vw, 420px));
}

.XuTeamSection__mediaGlow[b-gjjbtaniip] {
    position: absolute;
    inset: auto 6% -4% 6%;
    height: clamp(90px, 10vw, 160px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(138,56,245,0.30) 0%, rgba(138,56,245,0.10) 42%, transparent 72%);
    filter: blur(22px);
    pointer-events: none;
}

.XuTeamSection__mediaCard[b-gjjbtaniip] {
    position: relative;
    margin: 0;
    aspect-ratio: .78 / 2.15;
    border-radius: clamp(22px, 1.8vw, 32px);
    overflow: hidden;
    border: 1px solid var(--xu-line-strong);
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)), rgba(255,255,255,0.04);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset, 0 clamp(20px, 2.5vw, 40px) clamp(40px, 4vw, 70px) rgba(0,0,0,0.42);
    transform: translate3d(0, 0, 0);
}

    .XuTeamSection__mediaCard[b-gjjbtaniip]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), transparent 22%, transparent 75%, rgba(255,255,255,0.02)), linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.12));
        pointer-events: none;
    }

    .XuTeamSection__mediaCard img[b-gjjbtaniip] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transform: scale(1.018);
        will-change: transform, filter, opacity;
    }

/* =========================
   CONTENT
========================= */
.XuTeamSection__contentCol[b-gjjbtaniip] {
    position: relative;
    z-index: 2;
    align-self: center;
}

.XuTeamSection__content[b-gjjbtaniip] {
    max-width: min(100%, 760px);
}

.XuTeamSection__head[b-gjjbtaniip] {
    margin-bottom: clamp(22px, 2vw, 34px);
}

.XuTeamSection__name[b-gjjbtaniip] {
    margin: 0;
    font-size: clamp(26px, 1.05rem + 1vw, 42px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.XuTeamSection__role[b-gjjbtaniip] {
    margin: clamp(4px, .45vw, 8px) 0 0;
    color: var(--xu-muted);
    font-size: clamp(16px, .88rem + .7vw, 28px);
    line-height: 1.1;
}

.XuTeamSection__copyWrap[b-gjjbtaniip] {
    overflow: clip;
}

.XuTeamSection__description[b-gjjbtaniip] {
    margin: 0 0 clamp(26px, 2.5vw, 40px);
    max-width: 13ch;
    font-size: clamp(34px, 1.25rem + 2.35vw, 72px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.048em;
    text-wrap: balance;
}

.XuTeamSection__skillsBlock[b-gjjbtaniip] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(12px, .9vw, 18px);
}

.XuTeamSection__skillsTitle[b-gjjbtaniip] {
    font-size: clamp(19px, 1rem + .4vw, 30px);
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.XuTeamSection__badges[b-gjjbtaniip] {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px, .75vw, 14px);
    max-width: min(100%, 560px);
}

/* BADGE = solo glass viola */
.XuTeamSection__badge[b-gjjbtaniip] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(34px, 2.1vw, 46px);
    padding: 0 clamp(15px, 1vw, 22px);
    border-radius: 999px;
    border: 1px solid rgba(193, 143, 255, 0.22);
    background: linear-gradient(180deg, rgba(172, 104, 255, 0.34), rgba(138, 56, 245, 0.20)), rgba(255,255,255,0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    font-size: clamp(13px, .8rem + .18vw, 18px);
    font-weight: 600;
    letter-spacing: .01em;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 10px 20px rgba(138,56,245,0.16);
    transform: translateY(0);
}

/* =========================
   PAGER
========================= */
.XuTeamSection__pager[b-gjjbtaniip] {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1vw, 18px);
    margin-top: clamp(24px, 2vw, 34px);
}

.XuTeamSection__dot[b-gjjbtaniip] {
    width: clamp(20px, 1.2vw, 26px);
    height: clamp(20px, 1.2vw, 26px);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(180, 125, 255, 0.55), rgba(138, 56, 245, 0.40));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 6px 14px rgba(138,56,245,0.20);
    opacity: .52;
    transform: scale(.94);
    transition: transform .28s ease, opacity .28s ease, box-shadow .28s ease, filter .28s ease;
}

    .XuTeamSection__dot:hover[b-gjjbtaniip] {
        opacity: .86;
        transform: scale(1);
    }

    .XuTeamSection__dot.is-active[b-gjjbtaniip] {
        opacity: 1;
        transform: scale(1.06);
        box-shadow: 0 0 0 1px rgba(255,255,255,0.10) inset, 0 10px 22px rgba(138,56,245,0.32);
    }

/* =========================
   ACTION BUTTONS
   = glass viola + glow hover
========================= */
.XuTeamSection__actions[b-gjjbtaniip] {
    display: flex;
    justify-content: flex-end;
    gap: clamp(14px, 1vw, 18px);
    margin-top: clamp(42px, 7vw, 120px);
}

.XuTeamSection__actionBtn[b-gjjbtaniip] {
    width: clamp(56px, 4.2vw, 82px);
    height: clamp(56px, 4.2vw, 82px);
    border: 1px solid rgba(196, 149, 255, 0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(169, 93, 255, 0.34), rgba(138, 56, 245, 0.24)), rgba(255,255,255,0.03);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 12px 24px rgba(138,56,245,0.18);
    transition: transform .34s cubic-bezier(.22,.61,.25,1), box-shadow .34s cubic-bezier(.22,.61,.25,1), border-color .34s ease, filter .34s ease;
}

    .XuTeamSection__actionBtn span[b-gjjbtaniip] {
        font-size: clamp(22px, 1.15rem + .45vw, 32px);
        line-height: 1;
    }

    .XuTeamSection__actionBtn:hover[b-gjjbtaniip],
    .XuTeamSection__actionBtn:focus-visible[b-gjjbtaniip] {
        transform: translateY(-4px) scale(1.035);
        border-color: rgba(214, 180, 255, 0.34);
        box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset, 0 16px 34px rgba(138,56,245,0.28), 0 0 28px rgba(138,56,245,0.30);
        filter: brightness(1.05);
        outline: none;
    }

/* =========================
   REVEAL
========================= */
.XuTeamSection:not(.is-inview) .XuTeamSection__rail[b-gjjbtaniip] {
    opacity: 0;
    transform: translateX(-28px);
}

.XuTeamSection:not(.is-inview) .XuTeamSection__mediaCol[b-gjjbtaniip] {
    opacity: 0;
    transform: translateY(28px) scale(.97);
}

.XuTeamSection:not(.is-inview) .XuTeamSection__contentCol[b-gjjbtaniip] {
    opacity: 0;
    transform: translateX(28px);
}

.XuTeamSection.is-inview .XuTeamSection__rail[b-gjjbtaniip],
.XuTeamSection.is-inview .XuTeamSection__mediaCol[b-gjjbtaniip],
.XuTeamSection.is-inview .XuTeamSection__contentCol[b-gjjbtaniip] {
    opacity: 1;
    transform: none;
    transition: opacity .85s cubic-bezier(.22,.61,.25,1), transform .85s cubic-bezier(.22,.61,.25,1);
}

.XuTeamSection.is-inview .XuTeamSection__mediaCol[b-gjjbtaniip] {
    transition-delay: .08s;
}

.XuTeamSection.is-inview .XuTeamSection__contentCol[b-gjjbtaniip] {
    transition-delay: .16s;
}

/* =========================
   SWITCH ANIMATIONS
   ispirate al video: slide morbido + fade + leggero blur
========================= */
.XuTeamSection.is-switching-next .XuTeamSection__mediaCard[b-gjjbtaniip],
.XuTeamSection.is-switching-prev .XuTeamSection__mediaCard[b-gjjbtaniip] {
    animation-duration: .62s;
    animation-timing-function: cubic-bezier(.22,.61,.25,1);
    animation-fill-mode: both;
}

.XuTeamSection.is-switching-next .XuTeamSection__content[b-gjjbtaniip],
.XuTeamSection.is-switching-prev .XuTeamSection__content[b-gjjbtaniip] {
    animation-duration: .58s;
    animation-timing-function: cubic-bezier(.22,.61,.25,1);
    animation-fill-mode: both;
}

.XuTeamSection.is-switching-next .XuTeamSection__mediaCard[b-gjjbtaniip] {
    animation-name: xuMediaNext-b-gjjbtaniip;
}

.XuTeamSection.is-switching-prev .XuTeamSection__mediaCard[b-gjjbtaniip] {
    animation-name: xuMediaPrev-b-gjjbtaniip;
}

.XuTeamSection.is-switching-next .XuTeamSection__content[b-gjjbtaniip] {
    animation-name: xuContentNext-b-gjjbtaniip;
}

.XuTeamSection.is-switching-prev .XuTeamSection__content[b-gjjbtaniip] {
    animation-name: xuContentPrev-b-gjjbtaniip;
}

.XuTeamSection.is-switching-next .XuTeamSection__badge[b-gjjbtaniip],
.XuTeamSection.is-switching-prev .XuTeamSection__badge[b-gjjbtaniip],
.XuTeamSection.is-switching-next .XuTeamSection__dot[b-gjjbtaniip],
.XuTeamSection.is-switching-prev .XuTeamSection__dot[b-gjjbtaniip] {
    animation: xuFadeUp-b-gjjbtaniip .48s cubic-bezier(.22,.61,.25,1) both;
}

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(1)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(1)[b-gjjbtaniip] {
        animation-delay: .02s;
    }

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(2)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(2)[b-gjjbtaniip] {
        animation-delay: .05s;
    }

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(3)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(3)[b-gjjbtaniip] {
        animation-delay: .08s;
    }

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(4)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(4)[b-gjjbtaniip] {
        animation-delay: .11s;
    }

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(5)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(5)[b-gjjbtaniip] {
        animation-delay: .14s;
    }

    .XuTeamSection.is-switching-next .XuTeamSection__badge:nth-child(6)[b-gjjbtaniip],
    .XuTeamSection.is-switching-prev .XuTeamSection__badge:nth-child(6)[b-gjjbtaniip] {
        animation-delay: .17s;
    }

/* =========================
   ACTIVE FLOAT
========================= */
.XuTeamSection__mediaCard img[b-gjjbtaniip] {
    animation: xuActiveFloat-b-gjjbtaniip 8s ease-in-out infinite 1s;
}

/* =========================
   KEYFRAMES
========================= */
@keyframes xuMediaNext-b-gjjbtaniip {
    0% {
        opacity: .3;
        transform: translateX(20px) scale(.975);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

@keyframes xuMediaPrev-b-gjjbtaniip {
    0% {
        opacity: .3;
        transform: translateX(-20px) scale(.975);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

@keyframes xuContentNext-b-gjjbtaniip {
    0% {
        opacity: 0;
        transform: translateX(24px);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes xuContentPrev-b-gjjbtaniip {
    0% {
        opacity: 0;
        transform: translateX(-24px);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes xuFadeUp-b-gjjbtaniip {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes xuActiveFloat-b-gjjbtaniip {
    0%, 100% {
        transform: translateY(0) scale(1.018);
    }

    50% {
        transform: translateY(-10px) scale(1.028);
    }
}

@keyframes xuFloatMini-b-gjjbtaniip {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px) {
    .XuTeamSection__layout[b-gjjbtaniip] {
        grid-template-columns: 1fr;
        min-height: auto;
        align-items: start;
    }

    .XuTeamSection__contentCol[b-gjjbtaniip] {
        order: 1;
    }

    .XuTeamSection__mediaCol[b-gjjbtaniip] {
        order: 2;
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .XuTeamSection__rail[b-gjjbtaniip] {
        order: 3;
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .XuTeamSection__content[b-gjjbtaniip] {
        max-width: 100%;
    }

    .XuTeamSection__description[b-gjjbtaniip] {
        max-width: 15ch;
    }

    .XuTeamSection__mediaWrap[b-gjjbtaniip] {
        width: 100%;
    }

    .XuTeamSection__mediaCard[b-gjjbtaniip] {
        aspect-ratio: 16 / 9;
    }

    .XuTeamSection__actions[b-gjjbtaniip] {
        justify-content: center;
        margin-top: clamp(26px, 4vw, 48px);
    }
}

@media (max-width: 560px) {
    .XuTeamSection__shell[b-gjjbtaniip] {
        width: min(100%, 430px);
        padding: clamp(22px, 6vw, 34px) clamp(16px, 5vw, 24px);
    }

    .XuTeamSection__description[b-gjjbtaniip] {
        max-width: none;
        font-size: clamp(28px, 8vw, 52px);
        line-height: 1.12;
    }

    .XuTeamSection__rail[b-gjjbtaniip] {
        grid-template-columns: 1fr;
        width: min(100%, 290px);
    }

    .XuTeamSection__previewFrame[b-gjjbtaniip] {
        aspect-ratio: 16 / 9;
    }

    .XuTeamSection__pager[b-gjjbtaniip] {
        justify-content: flex-start;
    }
}

/* =========================
   REDUCED MOTION
========================= */
@media (prefers-reduced-motion: reduce) {
    .XuTeamSection *[b-gjjbtaniip],
    .XuTeamSection *[b-gjjbtaniip]::before,
    .XuTeamSection *[b-gjjbtaniip]::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
/* _content/XoddOfficial/Components/Layout/Footer.razor.rz.scp.css */
body[b-de7v4in6p1] {
}
/* _content/XoddOfficial/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9xd6l5su6l] {
    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-9xd6l5su6l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/XoddOfficial/Components/Pages/CoomingSoon.razor.rz.scp.css */
section.CoomingSoonSection[b-4cijnen2r9] {
    max-width: 100vw;
    min-height: 96vh;
    background-image: url("Image/CoomingSoonBg.gif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 2vh 3vw 2vh 3vw;
    gap: 50px;
    position: relative; 
    overflow: hidden;
}

    section.CoomingSoonSection[b-4cijnen2r9]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.45); /* filtro nero 45% */
        pointer-events: none;
        z-index: 0;
    }

    /* Assicura che il contenuto stia sopra l’overlay */
    section.CoomingSoonSection > *[b-4cijnen2r9] {
        position: relative;
        z-index: 1;
    }



.portal-title[b-4cijnen2r9] {
    margin: 0;
    font-weight: 900;
    /* scala da 90px su viewport 1920, ma non scende sotto 36px */
    font-size: max(24px, calc(90 * 100vw / 1920));
}

.portal-subtitle[b-4cijnen2r9] {
    margin: 0;
    font-weight: 600;
    font-style: italic;
    /* scala da 45px su viewport 1920, ma non scende sotto 20px */
    font-size: max(16px, calc(55 * 100vw / 1920));
}


/* stessi stili che avevi sul div */
a.SupportButton[b-4cijnen2r9] {
    top: 25px;
    right: 25px;
    position: absolute;
    padding: 0px 3px 1px 3px;
    border-bottom: solid 3px white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    z-index:3
}

    a.SupportButton p[b-4cijnen2r9] {
        margin: 0;
    }

    /* opzionale: focus visibile per tastiera */
    a.SupportButton:focus-visible[b-4cijnen2r9] {
        outline: 2px solid currentColor;
        outline-offset: 4px;
    }


div.CoomingSoonContainer[b-4cijnen2r9]{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

div.CoomingSoonTitleContainer[b-4cijnen2r9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

img.XoddLogoCoomingsoon[b-4cijnen2r9] {
    max-height: 446px;
    height: auto;
    width: auto;
    flex: 0 0 auto;
    align-self: center;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

div.CoomingSoonBodyContainer[b-4cijnen2r9]{
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    width: 100%;
}

#iframecontainer > *[b-4cijnen2r9]{
    margin-top: 0px;
}



div.CtaButtonsContainer[b-4cijnen2r9] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.CtaButton[b-4cijnen2r9] {
    border: solid 3.5px var(--PrimaryBlue);
    padding: 8px 13px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    max-width: 200px;
    width: 200px;
    transition: background-color 550ms ease, box-shadow 160ms ease;
}

    div.CtaButton:hover[b-4cijnen2r9],
    div.CtaButton:active[b-4cijnen2r9] {
        background-color: var(--PrimaryBlue);
        box-shadow: 0 0 14px 4px var(--PrimaryBlue);
        cursor: pointer;
    }


div.SocialElementContainer[b-4cijnen2r9] {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

a.SocialLink[b-4cijnen2r9] {
    text-decoration: none;
    display: inline-block;
}

div.SocialElement[b-4cijnen2r9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 3.5px var(--PrimaryBlue);
    background-color: transparent;
    transition: background-color 550ms ease, box-shadow 160ms ease;
    cursor: pointer;
}

a.SocialLink:hover div.SocialElement[b-4cijnen2r9],
a.SocialLink:active div.SocialElement[b-4cijnen2r9] {
    background-color: var(--PrimaryBlue);
    box-shadow: 0 0 14px 4px var(--PrimaryBlue);
}

div.SocialElement img[b-4cijnen2r9] {
    display: block;
}














/* layout */
div.NewsFormContainer[b-4cijnen2r9] {
    width: 100%;
}




/* riuso stile CTA anche su button (non solo div) */
button.CtaButton[b-4cijnen2r9] {
    appearance: none;
    -webkit-appearance: none;
    border: solid 3.5px var(--PrimaryBlue);
    padding: 8px 13px;
    background-color: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

    button.CtaButton:hover[b-4cijnen2r9],
    button.CtaButton:active[b-4cijnen2r9] {
        background-color: var(--PrimaryBlue);
        box-shadow: 0 0 14px 4px var(--PrimaryBlue);
    }

    button.CtaButton:disabled[b-4cijnen2r9] {
        opacity: 0.6;
        cursor: not-allowed;
        box-shadow: none;
    }







/* Overlay */
.CalendarOverlay[hidden][b-4cijnen2r9] {
    display: none !important;
}

.CalendarOverlay[b-4cijnen2r9] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgba(0,0,0,.55);
    z-index: 9999;
    padding: 3vw;
}

/* Popup box */
.CalendarPopup[b-4cijnen2r9] {
    position: relative;
    max-width: 520px;
    padding: 35px;
    background: #2a2a2a; /* grigio scuro */
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 60px rgba(0,0,0,.55);
    border: 2px solid var(--PrimaryBlue);
    /* fallback */
}


.CalendarTitle[b-4cijnen2r9] {
    margin: 0 40px 14px 0; /* spazio per il pulsante X */
    font-size: 16px;
    font-weight: 650;
    letter-spacing: .2px;
}

/* Close button predisposto per SVG */
.CalendarClose[b-4cijnen2r9] {
    all: unset;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    cursor: pointer;
}



.CalendarCloseIcon[b-4cijnen2r9] {
    width: 24px;
    height: 24px;
    display: block;
}

/* Menu / bottoni */
.CalendarMenu[b-4cijnen2r9] {
    display: grid;
    gap: 10px;
}

.CalendarItem[b-4cijnen2r9] {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    background: rgba(255,255,255,.06);
    border: 2px solid var(--PrimaryBlue);
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

    .CalendarItem:hover[b-4cijnen2r9] {
        background-color: var(--PrimaryBlue);
        box-shadow: 0 0 14px 4px var(--PrimaryBlue);
    }

.CalendarItemIcon[b-4cijnen2r9] {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
}

    .CalendarItemIcon img[b-4cijnen2r9] {
        width: 100%;
        height: 100%;
        display: block;
    }

.CalendarItemText[b-4cijnen2r9] {
    font-size: 14px;
    line-height: 1.2;
    user-select: none;
}

div.NewsFormRow[b-4cijnen2r9] {
    display: flex;
    gap: 12px;
    align-items: center;
}

input.NewsFormInput[b-4cijnen2r9] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    background: transparent;
    font: inherit;
    color: inherit;
    border: solid 3.5px var(--PrimaryBlue);
    padding: 8px 13px;
    width: 100%;
    min-width: 0;
}

 input.NewsFormInput:focus-visible[b-4cijnen2r9] {
    box-shadow: 0 0 14px 4px rgba(0,0,0,0.0);
}


/* riuso stile CTA anche su button (non solo div) */
input.CtaButton[b-4cijnen2r9]{
    appearance: none;
    -webkit-appearance: none;
    border: solid 3.5px var(--PrimaryBlue);
    padding: 8px 13px;
    background-color: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

    input.CtaButton:hover[b-4cijnen2r9],
    input.CtaButton:active[b-4cijnen2r9] {
        background-color: var(--PrimaryBlue);
        box-shadow: 0 0 14px 4px var(--PrimaryBlue);
    }

    input.CtaButton:disabled[b-4cijnen2r9] {
        opacity: 0.6;
        cursor: not-allowed;
        box-shadow: none;
    }
/* _content/XoddOfficial/Components/Pages/Home.razor.rz.scp.css */
/*==========================*/
/*       SEZIONE HERO       */
/*==========================*/

.HeroSection[b-c25opt6k52] {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #000;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .45s ease, visibility .45s ease;
}

.HeroSection.is-hidden[b-c25opt6k52] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.HeroVideo[b-c25opt6k52] {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease;
    background: #000;
}

    .HeroVideo.ShowVideo[b-c25opt6k52] {
        opacity: .45;
    }

/* Contenitore hero */
.HeroContent[b-c25opt6k52] {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Pulsante audio */
.HeroAudioToggle[b-c25opt6k52] {
    position: fixed;
    top: clamp(86px, 7.2vw, 204px);
    right: clamp(16px, 2.2vw, 34px);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 0.7vw, 12px);
    min-height: clamp(44px, 3vw, 56px);
    min-width: clamp(44px, 3vw, 56px);
    padding: clamp(10px, 0.85vw, 14px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)), linear-gradient(135deg, rgba(138, 56, 245, 0.18), rgba(13, 1, 64, 0.24));
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255,255,255,0.03) inset, 0 0 18px rgba(138, 56, 245, 0.22), 0 0 42px rgba(138, 56, 245, 0.12);
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.28s cubic-bezier(.22,1,.36,1), box-shadow 0.28s cubic-bezier(.22,1,.36,1), border-color 0.28s ease, background 0.28s ease, opacity 0.28s ease;
}

    .HeroAudioToggle:hover[b-c25opt6k52] {
        transform: translateY(-2px) scale(1.035);
        border-color: rgba(181, 121, 255, 0.42);
        background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)), linear-gradient(135deg, rgba(138, 56, 245, 0.28), rgba(13, 1, 64, 0.34));
        box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255,255,255,0.04) inset, 0 0 24px rgba(138, 56, 245, 0.34), 0 0 64px rgba(138, 56, 245, 0.22);
    }

    .HeroAudioToggle:active[b-c25opt6k52] {
        transform: translateY(0) scale(0.985);
    }

    .HeroAudioToggle:focus-visible[b-c25opt6k52] {
        outline: none;
        border-color: rgba(181, 121, 255, 0.52);
        box-shadow: 0 0 0 3px rgba(138, 56, 245, 0.18), 0 10px 35px rgba(0, 0, 0, 0.28), 0 0 18px rgba(138, 56, 245, 0.28), 0 0 42px rgba(138, 56, 245, 0.18);
    }

    /* Stato muted */
    .HeroAudioToggle.is-muted[b-c25opt6k52] {
        background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)), linear-gradient(135deg, rgba(90, 90, 120, 0.16), rgba(13, 1, 64, 0.22));
        border-color: rgba(255,255,255,0.10);
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255,255,255,0.025) inset, 0 0 12px rgba(138, 56, 245, 0.12);
    }

.HeroAudioToggle__icon[b-c25opt6k52] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(18px, 1vw, 22px);
    height: clamp(18px, 1vw, 22px);
    line-height: 1;
    filter: drop-shadow(0 0 10px rgba(138, 56, 245, 0.32));
}

    .HeroAudioToggle__icon i[b-c25opt6k52] {
        display: block;
        font-size: clamp(14px, 0.9vw, 18px);
        line-height: 1;
    }


/* Pulsante audio Mobile */
@media (max-width: 640px) {
    .HeroAudioToggle[b-c25opt6k52] {
        right: 14px;
        min-height: 42px;
        padding: 10px 14px;
        gap: 8px;
    }
}


/* Pulsante glass CTA */
.GlassButton[b-c25opt6k52] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
    text-decoration: none; /* rimuove sottolineatura link */
    color: inherit; /* evita colore blu default */
    /* effetto glass */
    background: rgba(138, 56, 245, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* profondità */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
    /* animazioni */
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    /* Testo interno */
    .GlassButton span[b-c25opt6k52] {
        color: #ffffff;
        font-size: clamp(15px, 1.05vw, 18px);
        font-weight: 800;
        letter-spacing: 0.08em;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        pointer-events: none;
    }

    /* Hover */
    .GlassButton:hover[b-c25opt6k52] {
        transform: translateY(-3px) scale(1.03);
        background: rgba(138, 56, 245, 0.28);
        border-color: rgba(138, 56, 245, 0.75);
        box-shadow: 0 16px 40px rgba(138, 56, 245, 0.30), 0 0 24px rgba(138, 56, 245, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    /* Click */
    .GlassButton:active[b-c25opt6k52] {
        transform: translateY(0) scale(0.985);
    }

    /* Focus tastiera */
    .GlassButton:focus-visible[b-c25opt6k52] {
        outline: none;
        border-color: rgba(138, 56, 245, 0.95);
        box-shadow: 0 0 0 4px rgba(138, 56, 245, 0.18), 0 16px 40px rgba(138, 56, 245, 0.24);
    }









/*==========================*/
/*     SEZIONE SPOTIFY      */
/*==========================*/
.Container[b-c25opt6k52] {
    position: relative;
    width: calc(100vw - clalc(clamp(26px, 4vw, 72px) * 2));
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(26px, 4vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 18% 50%, rgba(91, 34, 196, 0.34) 0%, rgba(91, 34, 196, 0.12) 24%, transparent 42%), linear-gradient(90deg, #050507 0%, #09080d 55%, #141006 100%);
    isolation: isolate;
}

    .Container[b-c25opt6k52]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(125, 67, 255, 0.10) 0%, transparent 40%, rgba(255, 191, 0, 0.08) 100%);
    }

.SpotifySectionInner[b-c25opt6k52] {
    position: relative;
    z-index: 1;
    width: min(1680px, 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(26px, 4vw, 90px);
}

.SpotifyArtistSide[b-c25opt6k52] {
    flex: 0 1 42%;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.SpotifyArtistFigure[b-c25opt6k52] {
    display: block;
    width: min(100%, clamp(320px, 33vw, 620px));
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.42));
    transform: translateZ(0);
    user-select: none;
    pointer-events: none;
}

.SpotifyPlayerSide[b-c25opt6k52] {
    flex: 1 1 58%;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.SpotifyPlayerCard[b-c25opt6k52] {
    width: min(100%, 880px);
}

.SpotifyPlayerIntro[b-c25opt6k52] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.SpotifyEyebrow[b-c25opt6k52] {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(138, 56, 245, 0.12);
    border: 1px solid rgba(138, 56, 245, 0.28);
    color: #d9c1ff;
    font-size: clamp(11px, .72vw, 13px);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
}

.SpotifyPlayerIntro h2[b-c25opt6k52] {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 2.8vw, 54px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.SpotifyPlayerIntro p[b-c25opt6k52] {
    margin: 0;
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6;
    font-weight: 500;
}


.SpotifyEmbed[b-c25opt6k52] {
    display: block;
    width: 100%;
    height: clamp(352px, 30vw, 392px);
    border: 0;
    border-radius: 18px;
    background: #121212;
}

.SpotifyActions[b-c25opt6k52] {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.SpotifyAction[b-c25opt6k52] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: clamp(13px, .92vw, 15px);
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .SpotifyAction:hover[b-c25opt6k52] {
        transform: translateY(-2px);
    }

.SpotifyActionPrimary[b-c25opt6k52] {
    color: #fff;
    background: rgba(138, 56, 245, 0.24);
    border: 1px solid rgba(138, 56, 245, 0.62);
    box-shadow: 0 10px 28px rgba(138, 56, 245, 0.18);
}

    .SpotifyActionPrimary:hover[b-c25opt6k52] {
        background: rgba(138, 56, 245, 0.34);
        box-shadow: 0 14px 34px rgba(138, 56, 245, 0.26);
    }

.SpotifyActionGhost[b-c25opt6k52] {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

    .SpotifyActionGhost:hover[b-c25opt6k52] {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.18);
    }

/* TABLET */
@media (max-width: 1180px) {
    .SpotifySectionInner[b-c25opt6k52] {
        flex-direction: column;
        align-items: center;
    }

    .SpotifyArtistSide[b-c25opt6k52],
    .SpotifyPlayerSide[b-c25opt6k52] {
        width: 100%;
        justify-content: center;
    }

    .SpotifyArtistSide[b-c25opt6k52] {
        order: 1;
    }

    .SpotifyPlayerSide[b-c25opt6k52] {
        order: 2;
    }

    .SpotifyArtistFigure[b-c25opt6k52] {
        width: min(100%, 420px);
    }

    .SpotifyPlayerCard[b-c25opt6k52] {
        width: min(100%, 940px);
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .Container[b-c25opt6k52] {
        min-height: auto;
        padding: 28px 16px 42px;
    }

    .SpotifySectionInner[b-c25opt6k52] {
        gap: 20px;
    }

    .SpotifyArtistFigure[b-c25opt6k52] {
        width: min(100%, 320px);
    }

    .SpotifyPlayerCard[b-c25opt6k52] {
        padding: 16px;
        border-radius: 22px;
    }

    .SpotifyEmbedShell[b-c25opt6k52] {
        padding: 8px;
        border-radius: 18px;
    }

    .SpotifyEmbed[b-c25opt6k52] {
        height: 352px;
        border-radius: 14px;
    }

    .SpotifyActions[b-c25opt6k52] {
        flex-direction: column;
    }

    .SpotifyAction[b-c25opt6k52] {
        width: 100%;
        padding: 0px;
    }
}






.PageScrollContent[b-c25opt6k52] {
    position: relative;
    z-index: 999;
    margin-top: 100vh;
    margin-top: 100svh;
}
