.expired-screen{
    position:absolute;
    overflow:hidden;
    padding:clamp(18px,3vw,48px)!important;
    background:radial-gradient(circle at 50% 35%,#671b29,#21070d 55%,#080204)!important;
}
.expired-glow{
    position:absolute;
    width:70vw;
    height:70vw;
    border-radius:50%;
    background:rgba(255,44,77,.12);
    filter:blur(55px);
    animation:expired-pulse 2s ease-in-out infinite alternate;
}
@keyframes expired-pulse{to{transform:scale(1.15);opacity:.55}}
.expired-content{
    position:relative;
    z-index:2;
    width:min(96vw,1600px);
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:clamp(6px,1vh,14px);
}
.expired-content {

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

}
.expired-icon{
    font-size:clamp(48px,7vw,112px);
    line-height:1;
    color:#ff7188;
    text-shadow:0 0 30px rgba(255,80,110,.5);
}
.expired-screen h1{

    display:block;

    width:100%;

    text-align:center;

    margin:0 auto 20px;

    font-size:clamp(52px,5vw,86px);

    line-height:1.05;

}

.expired-screen p{

    display:inline-block;

    width:auto;
    max-width:90%;

    padding:12px 26px;

    border:1px solid rgba(255,255,255,.3);
    border-radius:999px;

    background:rgba(0,0,0,.7);

    margin:0 auto clamp(4px,1vh,12px);

    color:#ffd6dd;
    font-size:clamp(15px,1.7vw,28px);
    line-height:1.3;

    text-align:center;
}
.expired-qr-frame{
    border-color:#ff8a9d;
    box-shadow:0 0 42px rgba(255,70,100,.28);
}
.expired-room-label{
    margin-top:clamp(4px,.8vh,12px);
    padding:8px 18px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:999px;
    background:rgba(0,0,0,.25);
    font-size:clamp(16px,1.7vw,28px);
    font-weight:900;
    letter-spacing:.1em;
}
/* ==================================================
   ANDROID TV / CHROME 68 — TARUH PALING BAWAH FILE
   assets/css/expired.css
================================================== */

#expiredScreen .expired-content {
    width: 96% !important;
    max-width: 1600px !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
}

#expiredScreen .expired-content h1 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;

    margin: 0 auto 14px !important;

    color: #ffffff !important;
    font-size: 62px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    text-align: center !important;

    white-space: nowrap !important;
}

#expiredScreen .expired-content p {
    display: inline-block !important;
    align-self: center !important;

    width: auto !important;
    max-width: 90% !important;

    margin: 0 auto 14px !important;
    padding: 14px 34px !important;

    color: #ffffff !important;
    font-size: 26px !important;
    line-height: 1.35 !important;
    text-align: center !important;

    border: 1px solid rgba(255,255,255,.30) !important;
    border-radius: 50px !important;
    background: rgba(0,0,0,.70) !important;
}
@media screen and (max-height: 750px) {
    #expiredScreen .expired-content h1 {
        font-size: 42px !important;
        margin-bottom: 8px !important;
    }

    #expiredScreen .expired-content p {
        max-width: 88% !important;
        padding: 10px 24px !important;
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
}