/* Stunning auth pages — Banned Punjabi Movie */
.auth-body {
    min-height: 100vh;
    margin: 0;
    background: #0a0a0a;
    color: #fff;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}
.auth-body > main {
    min-height: 100vh;
    display: block;
    padding: 0;
    margin: 0;
}

.auth-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.auth-bg {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 42%, rgba(80,10,10,.45) 100%),
        linear-gradient(180deg, rgba(0,0,0,.55) 0%, transparent 35%, rgba(0,0,0,.85) 100%),
        url('../images/hero-crowd.jpg') center/cover no-repeat;
    z-index: 0;
    transform: scale(1.04);
    animation: authBgDrift 18s ease-in-out infinite alternate;
}
@keyframes authBgDrift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
.auth-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(198,40,40,.22), transparent 45%),
        radial-gradient(ellipse at 80% 70%, rgba(0,0,0,.4), transparent 50%);
    pointer-events: none;
}

.auth-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 5%;
}
.auth-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
}
.auth-brand-main {
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(1.15rem, 2.5vw, 1.7rem);
    letter-spacing: 1px;
    line-height: 1;
}
.auth-brand-main .r { color: #e53935; }
.auth-brand-tag {
    font-size: .65rem;
    color: #bdbdbd;
    margin-top: 5px;
    letter-spacing: .3px;
}
.auth-top-link {
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.55);
    padding: 8px 16px;
    border-radius: 4px;
    transition: background .2s, border-color .2s;
}
.auth-top-link:hover {
    background: rgba(255,255,255,.08);
    border-color: #fff;
}

.auth-layout {
    position: relative;
    z-index: 2;
    flex: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 40px;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5% 48px;
}

.auth-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: authFadeUp .7s ease both;
}
@keyframes authFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.auth-visual h2 {
    font-family: "Oswald", "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    line-height: 1.08;
    text-transform: uppercase;
    margin: 0 0 16px;
    text-shadow: 0 6px 28px rgba(0,0,0,.65);
}
.auth-visual h2 .red { color: #e53935; }
.auth-stamp {
    display: inline-block;
    background: #c62828;
    color: #111;
    font-family: "Anton", Impact, sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 6px 14px;
    margin-bottom: 18px;
    transform: skewX(-6deg);
    box-shadow: 0 4px 0 #7f1d1d;
    width: fit-content;
}
.auth-visual p {
    color: #ddd;
    font-size: 1.05rem;
    max-width: 28rem;
    margin: 0 0 28px;
    line-height: 1.45;
}
.auth-paper {
    background: #e8dcc8;
    color: #1a1a1a;
    width: min(100%, 320px);
    padding: 28px 24px;
    transform: rotate(-2.5deg);
    box-shadow: 0 18px 40px rgba(0,0,0,.5);
    position: relative;
    animation: authFadeUp .85s .12s ease both;
}
.auth-paper::before,
.auth-paper::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 16px;
    background: rgba(255,255,200,.4);
    top: 10px;
}
.auth-paper::before { left: 16px; transform: rotate(-8deg); }
.auth-paper::after { right: 18px; transform: rotate(10deg); }
.auth-banned {
    font-family: "Anton", Impact, sans-serif;
    color: #c62828;
    font-size: 2.4rem;
    letter-spacing: 2px;
    border: 4px solid #c62828;
    display: inline-block;
    padding: 0 12px;
    transform: rotate(-10deg);
    margin-bottom: 14px;
}
.auth-paper blockquote {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}
.auth-seal {
    position: absolute;
    right: 8%;
    bottom: 8%;
    width: 96px;
    height: 96px;
    border: 3px double #e53935;
    border-radius: 50%;
    color: #e53935;
    font-family: "Anton", Impact, sans-serif;
    font-size: .72rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    background: rgba(0,0,0,.4);
    transform: rotate(-16deg);
    animation: authFadeUp .9s .2s ease both;
}

.auth-panel {
    background: rgba(12, 12, 12, .82);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
    padding: 40px 36px 36px;
    box-shadow: 0 24px 60px rgba(0,0,0,.55);
    animation: authFadeUp .75s .08s ease both;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
}
.auth-panel h1 {
    font-family: "Oswald", "Bebas Neue", sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.auth-panel-sub {
    color: #aaa;
    font-size: .9rem;
    margin: 0 0 24px;
}
.auth-panel .form-group { margin-bottom: 14px; }
.auth-panel .form-group input {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
    padding: 14px 16px;
    transition: border-color .2s, background .2s;
}
.auth-panel .form-group input:focus {
    background: rgba(255,255,255,.1);
    border-color: #e53935;
    outline: none;
}
.auth-panel .btn {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    background: #c62828;
    border: none;
    border-radius: 6px;
    transition: background .2s, transform .15s;
}
.auth-panel .btn:hover { background: #e53935; }
.auth-panel .btn:active { transform: scale(.98); }
.auth-error {
    background: rgba(198,40,40,.25);
    border: 1px solid #c62828;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: .88rem;
}
.auth-switch {
    margin-top: 22px;
    color: #aaa;
    font-size: .9rem;
}
.auth-switch a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.auth-switch a:hover { color: #e53935; text-decoration: underline; }
.auth-demo {
    margin-top: 20px;
    padding: 12px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    font-size: .78rem;
    color: #b3b3b3;
    line-height: 1.6;
}
.auth-demo strong { color: #fff; }

.auth-foot {
    position: relative;
    z-index: 2;
    padding: 16px 5% 28px;
    color: #777;
    font-size: .75rem;
}

@media (max-width: 900px) {
    .auth-layout {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 8px;
    }
    .auth-visual {
        min-height: auto;
        order: -1;
    }
    .auth-panel {
        margin: 0 auto;
        max-width: 480px;
    }
    .auth-seal { display: none; }
    .auth-paper { width: min(100%, 280px); }
}
@media (max-width: 520px) {
    .auth-panel { padding: 28px 20px; }
    .auth-top { padding: 16px 4%; }
    .auth-visual h2 { font-size: 1.85rem; }
    .auth-bg { animation: none; transform: none; }
}
