.tickets-empty-state {
    --zonga-purple: #a72be8;
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(690px, calc(100svh - 92px), 980px);
    overflow: hidden;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 50% 42%, rgba(105, 29, 150, .28), transparent 31%),
        radial-gradient(circle at 8% 45%, rgba(167, 43, 232, .12), transparent 25%),
        linear-gradient(145deg, #070b19 0%, #0d0a24 48%, #08071a 100%);
}

.tickets-empty-state::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(221, 151, 255, .22) 0 1px, transparent 1.6px),
        linear-gradient(115deg, transparent 35%, rgba(126, 55, 171, .08) 36% 64%, transparent 65%);
    background-position: 0 0, center;
    background-size: 46px 46px, cover;
    content: "";
    opacity: .35;
}

.tickets-empty-state__spotlight {
    position: absolute;
    z-index: -1;
    top: -10%;
    width: 24rem;
    height: 78%;
    filter: blur(16px);
    opacity: .56;
    transform-origin: top;
}

.tickets-empty-state__spotlight--left {
    left: -10rem;
    background: linear-gradient(100deg, transparent 28%, rgba(206, 149, 237, .48) 53%, transparent 78%);
    transform: rotate(-18deg);
}

.tickets-empty-state__spotlight--right {
    right: -7rem;
    background: linear-gradient(80deg, transparent 26%, rgba(187, 125, 226, .46) 52%, transparent 76%);
    transform: rotate(18deg);
}

.tickets-empty-state__content {
    z-index: 2;
    width: min(calc(100% - 2rem), 980px);
    padding: 3rem 1.5rem 10rem;
    text-align: center;
}

.tickets-empty-state__logo-frame {
    position: relative;
    width: clamp(210px, 24vw, 270px);
    height: clamp(82px, 9vw, 100px);
    margin: 0 auto 1.75rem;
    overflow: hidden;
}

.tickets-empty-state__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125%;
    max-width: none;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .32));
    transform: translate(-50%, -50%);
}

.tickets-empty-state .tickets-empty-state__title {
    position: relative;
    z-index: 5;
    display: grid !important;
    gap: .75rem;
    visibility: visible !important;
    opacity: 1 !important;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 1.65rem 2.25rem 1.8rem;
    border: 1px solid rgba(218, 141, 255, .16);
    border-radius: 32px;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: linear-gradient(145deg, rgba(40, 16, 63, .82), rgba(10, 10, 30, .72));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .06);
    text-shadow: 0 5px 30px rgba(0, 0, 0, .65);
}

.tickets-empty-state .tickets-empty-state__title span {
    position: relative;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.tickets-empty-state .tickets-empty-state__eyebrow {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.1;
    text-transform: uppercase;
    opacity: .78 !important;
}

.tickets-empty-state .tickets-empty-state__headline {
    font-size: clamp(3.8rem, 9vw, 7rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: .9;
    text-transform: uppercase;
}

.tickets-empty-state .tickets-empty-state__subtitle {
    font-size: clamp(1.35rem, 2.8vw, 2.25rem);
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: .92 !important;
}

.tickets-empty-state .tickets-empty-state__title strong {
    color: #e49aff !important;
    -webkit-text-fill-color: #e49aff;
    font-weight: 800;
    text-shadow: 0 0 28px rgba(183, 58, 245, .34);
}

.tickets-empty-state__accent {
    display: block;
    width: 66px;
    height: 3px;
    margin: 2.1rem auto 1.8rem;
    border-radius: 999px;
    background: var(--zonga-purple);
    box-shadow: 0 0 20px rgba(167, 43, 232, .75);
}

.tickets-empty-state__message {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 2.1vw, 1.75rem);
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .7);
}

.tickets-empty-state__status {
    display: inline-flex;
    min-width: min(100%, 330px);
    align-items: center;
    justify-content: center;
    gap: .85rem;
    margin-top: 2.1rem;
    padding: .9rem 2rem;
    border: 2px solid rgba(167, 43, 232, .82);
    border-radius: 999px;
    color: #fff;
    background: rgba(76, 18, 111, .72);
    box-shadow: 0 0 32px rgba(133, 27, 189, .28), inset 0 0 24px rgba(178, 58, 232, .12);
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.25rem);
    text-transform: capitalize;
    backdrop-filter: blur(8px);
}

.tickets-empty-state__status svg {
    fill: none;
    stroke: var(--zonga-purple);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tickets-empty-state .tickets-empty-state__status span {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    opacity: 1;
}

.tickets-empty-state__wave {
    position: absolute;
    z-index: 1;
    right: -2%;
    bottom: -1px;
    left: -2%;
    width: 104%;
    height: clamp(180px, 25vw, 330px);
    filter: drop-shadow(0 -8px 24px rgba(163, 37, 225, .12));
}

@media (max-width: 767.98px) {
    .tickets-empty-state {
        min-height: calc(100svh - 80px);
    }

    .tickets-empty-state__content {
        width: min(calc(100% - 1rem), 980px);
        padding: 2rem .75rem 8.5rem;
    }

    .tickets-empty-state__logo-frame {
        width: 200px;
        height: 78px;
        margin-bottom: 1.35rem;
    }

    .tickets-empty-state .tickets-empty-state__title {
        width: min(100%, 560px);
        gap: .6rem;
        padding: 1.2rem 1rem 1.35rem;
        border-radius: 22px;
    }

    .tickets-empty-state .tickets-empty-state__eyebrow {
        font-size: .92rem;
        letter-spacing: .24em;
    }

    .tickets-empty-state .tickets-empty-state__headline {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .tickets-empty-state .tickets-empty-state__subtitle {
        font-size: clamp(1.1rem, 5vw, 1.5rem);
        letter-spacing: .02em;
    }

    .tickets-empty-state__status {
        min-width: 0;
        padding-inline: 1.6rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .tickets-empty-state__spotlight {
        animation: zonga-spotlight-drift 9s ease-in-out infinite alternate;
    }

    .tickets-empty-state__spotlight--right {
        animation-delay: -4s;
    }

    @keyframes zonga-spotlight-drift {
        to {
            opacity: .72;
            transform: rotate(13deg) translateX(2rem);
        }
    }
}
