/* /Components/Pages/Errors/Unauthorized.razor.rz.scp.css */
/* Starfield */
.stars[b-nz61fb8xzx], .stars2[b-nz61fb8xzx], .stars3[b-nz61fb8xzx] {
    position: fixed;
    inset: -50vmax;
    background-repeat: repeat;
    background-size: 50px 50px,80px 80px,120px 120px;
    animation: drift-b-nz61fb8xzx 160s linear infinite;
    pointer-events: none;
}

.stars[b-nz61fb8xzx] {
    background-image: radial-gradient(2px 2px at 10px 10px, #fff 40%, transparent 41%), radial-gradient(2px 2px at 30px 20px, #fff 40%, transparent 41%), radial-gradient(1px 1px at 25px 35px, #fff 40%, transparent 41%);
    opacity: .5;
    filter: drop-shadow(0 0 1px #fff);
}

.stars2[b-nz61fb8xzx] {
    background-image: radial-gradient(2px 2px at 15px 25px, #fff 40%, transparent 41%), radial-gradient(1px 1px at 40px 45px, #fff 40%, transparent 41%), radial-gradient(1px 1px at 5px 5px, #fff 40%, transparent 41%);
    opacity: .35;
    animation-duration: 220s;
}

.stars3[b-nz61fb8xzx] {
    background-image: radial-gradient(1px 1px at 20px 40px, #fff 40%, transparent 41%), radial-gradient(1px 1px at 45px 15px, #fff 40%, transparent 41%), radial-gradient(2px 2px at 10px 30px, #fff 40%, transparent 41%);
    opacity: .25;
    animation-duration: 300s;
}

@keyframes drift-b-nz61fb8xzx {
    to {
        transform: translate3d(-200px,0,0)
    }
}

/* Layout */
.container[b-nz61fb8xzx] {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
}

.card[b-nz61fb8xzx] {
    width: min(760px,92vw);
    backdrop-filter: blur(8px) saturate(120%);

    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,.45);
    padding: 28px 28px 20px;
}

header[b-nz61fb8xzx] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
}

.logo[b-nz61fb8xzx] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: conic-gradient(from 90deg, #fff 0 10%, transparent 10% 100%);
    position: relative;
    overflow: hidden;
}

    .logo[b-nz61fb8xzx]:before {
        content: "";
        position: absolute;
        inset: 7px;
        border-radius: 50%;
        background: radial-gradient(circle at 60% 40%, #fff 0 20%, transparent 21% 100%), radial-gradient(circle at 40% 60%, #fff 0 20%, transparent 21% 100%);
        opacity: .6;
    }

.title[b-nz61fb8xzx] {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin: 8px 0 6px;
}

.code[b-nz61fb8xzx] {
    font-weight: 800;
    font-size: clamp(40px,10vw,72px);
    line-height: 1;
    letter-spacing: .03em;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.4))
}

.subtitle[b-nz61fb8xzx] {
    font-size: clamp(16px,2.8vw,22px);
}

.quip[b-nz61fb8xzx] {
    margin: 12px 0 18px;
    font-size: 16px;
}

.actions[b-nz61fb8xzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px
}

.btn[b-nz61fb8xzx] {
    appearance: none;
    background: hsl(230 20% 18% / .7);
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
    color: ghostwhite;
}

/* Lightsaber link (CSS-only) */
.saber[b-nz61fb8xzx] {
    position: relative;
    padding-left: 50px
}

.hilt[b-nz61fb8xzx] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 10px;
    border-radius: 3px;
    background: linear-gradient(90deg,#333 0 35%,#666 35% 70%,#222 70% 100%);
    border: 1px solid #111;
    box-shadow: inset 0 0 0 1px #0008, 0 1px 0 #fff2;
}

.blade[b-nz61fb8xzx] {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 0;
    border-radius: 4px;
    background: currentColor;
    filter: blur(.2px);
    transition: width .25s ease-out, box-shadow .25s ease-out;
    box-shadow: none;
    color: hsl(0, 100%, 62%)
}

.saber:hover .blade[b-nz61fb8xzx], .saber:focus-visible .blade[b-nz61fb8xzx] {
    width: 160px;
    box-shadow: 0 0 12px currentColor, 0 0 24px currentColor, 0 0 48px currentColor;
}

/* Meme figure */
figure[b-nz61fb8xzx] {
    margin: 0;
    margin-bottom: 16px
}

.meme[b-nz61fb8xzx] {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, hsl(230,40%,8%), hsl(230,55%,5%));
    position: relative;
    display: grid;
    place-items: center;
}

    .meme svg[b-nz61fb8xzx] {
        width: 100%;
        height: 100%;
        display: block
    }

.caption[b-nz61fb8xzx] {
    font-size: 13px;
    margin-top: 8px;
    text-align: center
}

.bubble[b-nz61fb8xzx] {
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.6))
}

.crawl[b-nz61fb8xzx] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    opacity: .6
}

footer[b-nz61fb8xzx] {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

.sep[b-nz61fb8xzx] {
    opacity: .25;
    padding: 0 .5ch
}

@media (prefers-reduced-motion: reduce) {
    .stars[b-nz61fb8xzx], .stars2[b-nz61fb8xzx], .stars3[b-nz61fb8xzx] {
        animation: none
    }

    .blade[b-nz61fb8xzx] {
        transition: none
    }
}
