/**
 * Wolfpack Player Platform - Login Page Styles
 * Based on Figma design - Full screen without theme elements
 */

/* ==========================================
   HIDE THEME ELEMENTS (Simplified Approach)
   ========================================== */

/* When player page is active, hide theme elements */
body.wolfpack-player-active header,
body.wolfpack-player-active nav,
body.wolfpack-player-active footer,
body.wolfpack-player-active .site-header,
body.wolfpack-player-active .site-footer,
body.wolfpack-player-active #header,
body.wolfpack-player-active #footer,
body.wolfpack-player-active #secondary,
body.wolfpack-player-active aside,
body.wolfpack-player-active .sidebar,
body.wolfpack-player-active [class*="sidebar"],
body.wolfpack-player-active [id*="sidebar"],
body.wolfpack-player-active .col-sidebar,
body.wolfpack-player-active .widget-area {
    display: none !important;
}

/* Make the wrapper cover everything */
.wolfpack-player-page-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background: #0F0E0D !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* ==========================================
   LOGIN PAGE LAYOUT
   ========================================== */

#wolfpack-player-login-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    z-index: 20;
}

/* ==========================================
   BACKGROUND LAYER (Blurred Dashboard)
   ========================================== */

.wolfpack-login-bg {
    position: fixed;
    inset: 0;
    opacity: 0.4;
    filter: blur(12px);
    pointer-events: none;
    z-index: 0;
}

.wolfpack-login-bg-content {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    padding: 40px;
    height: 100vh;
}

.wolfpack-sidebar-ghost {
    grid-column: span 3;
    background: #373432;
    height: 100%;
    border-radius: 12px;
}

.wolfpack-main-ghost {
    grid-column: span 9;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wolfpack-stats-ghost {
    height: 160px;
    background: #373432;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.wolfpack-stats-number {
    font-family: 'Epilogue', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: #fda329;
    line-height: 1;
}

.wolfpack-cards-ghost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: 100%;
}

.wolfpack-card-ghost {
    background: #1d1b19;
    border-radius: 12px;
}

/* ==========================================
   VIGNETTE
   ========================================== */

.wolfpack-vignette {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 10;
}

/* ==========================================
   LOGIN CARD
   ========================================== */

.wolfpack-login-card {
    width: 100%;
    max-width: 480px;
    background: rgba(22, 20, 18, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(253, 163, 41, 0.3);
    border-top: 3px solid #fda329;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 25;
}

.wolfpack-login-card-inner {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wolfpack-login-card-inner form {
    width: 100%;
}
/* ==========================================
   BRAND MARK
   ========================================== */

.wolfpack-brand-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
}

.wolfpack-brand-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    color: #fda329;
    filter: drop-shadow(0 0 12px rgba(253, 163, 41, 0.4));
}

.wolfpack-brand-title {
    font-family: 'Epilogue', sans-serif;
    font-weight: 800;
    letter-spacing: 0.15em;
    font-size: 20px;
    text-transform: uppercase;
    color: #fda329;
    margin: 0;
    text-shadow: 0 0 20px rgba(253, 163, 41, 0.3);
}

.wolfpack-brand-subtitle {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: #d9c3ae;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 0;
    opacity: 0.8;
}

/* ==========================================
   HEADLINE
   ========================================== */

.wolfpack-login-headline {
    text-align: center;
    margin-bottom: 24px;
}

.wolfpack-login-headline h1 {
    font-family: 'Epilogue', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px 0 !important;
}

.wolfpack-text-white {
    color: white;
}

.wolfpack-text-primary {
    color: #fda329;
}

.wolfpack-login-subtext {
    color: #d9c3ae;
    font-size: 16px;
    margin: 0;
}

/* ==========================================
   SEASON BADGE
   ========================================== */

.wolfpack-login-season-badge {
    display: inline-block;
    background: rgba(253, 163, 41, 0.1);
    color: #fda329;
    border: 1px solid rgba(253, 163, 41, 0.3);
    padding: 18px 28px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 32px;
}

.wolfpack-season-venue,
.wolfpack-season-fee {
    display: block;
    text-transform: none;
    font-weight: 400;
    margin-top: 4px;
    letter-spacing: 0.05em;
}

/* ==========================================
   ACCESS TOGGLE
   ========================================== */

.wolfpack-access-toggle {
    width: 100%;
    display: flex;
    background: #100e0c;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.wolfpack-toggle-btn {
    flex: 1;
    padding: 8px 16px;
    border-radius: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    background: transparent;
    color: #d9c3ae;
    border: none;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.wolfpack-toggle-btn.active {
    background: #373432;
    color: #fda329;
}

.wolfpack-toggle-btn:hover:not(.active) {
    color: white;
}

.wolfpack-toggle-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ==========================================
   FORM ELEMENTS
   ========================================== */

.wolfpack-input-group {
    width: 100%;
    margin-bottom: 0;
}

.wolfpack-input-label {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d9c3ae;
    margin-bottom: 8px;
}

.wolfpack-input {
    width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    background: #373432 !important;
    border: none;
    border-radius: 8px;
    color: white !important;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    transition: all 150ms ease-in-out;
    outline: none;
}

.wolfpack-input::placeholder {
    color: #d9c3ae !important;
    opacity: 0.7;
}

.wolfpack-input:focus {
    box-shadow: 0 0 0 2px rgba(253, 163, 41, 0.2) !important;
}

/* ==========================================
   BUTTONS
   ========================================== */

.wolfpack-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 56px;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border: none;
    outline: none;
    margin-top: 16px;
}

.wolfpack-btn-primary {
    background: #fda329;
    color: #482900;
}

.wolfpack-btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.wolfpack-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}
.wolfpack-input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255 255 255 / 65%);
    pointer-events: none;
}
.wolfpack-password-toggle {
    color: rgb(255 255 255 / 65%) !important;
}
.wolfpack-input-icon .material-symbols-outlined {
    font-size: 22px;
}
/* ==========================================
   OTP FORM
   ========================================== */

.wolfpack-otp-codes {
    margin-top: 24px;
}

.wolfpack-otp-inputs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}

.wolfpack-otp-input {
    width: 40px;
    height: 48px;
    background: #373432;
    border: 1px solid #fda329;
    border-radius: 6px;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: none;
}

.wolfpack-otp-input:focus {
    box-shadow: 0 0 0 2px rgba(253, 163, 41, 0.2);
}

.wolfpack-otp-resend {
    text-align: center;
    font-size: 10px;
    color: #d9c3ae;
    text-transform: uppercase;
    font-family: 'Space Grotesk', sans-serif;
}

/* ==========================================
   LOGIN MESSAGE
   ========================================== */

.wolfpack-login-message {
    width: 100%;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.wolfpack-login-message.success {
    background: rgba(76, 175, 80, 0.1);
    color: #81c784;
    border: 1px solid rgba(76, 175, 80, 0.3);
     margin-bottom: 16px;
    padding: 12px;
}

.wolfpack-login-message.error {
    background: rgba(255, 180, 171, 0.1);
    color: #ffb4ab;
    border: 1px solid rgba(255, 180, 171, 0.3);
     margin-bottom: 16px;
    padding: 12px;
}
.wolfpack-login-message.error p{
    margin:0;
    font-size: 12px;
}
/* ==========================================
   LIVE STRIP
   ========================================== */

.wolfpack-live-strip {
    margin-top: 12px;
    padding-top: 32px;
    border-top: 1px solid rgba(83, 68, 52, 0.2);
    width: 100%;
}

.wolfpack-live-strip-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #d9c3ae;
    text-align: center;
    margin-bottom: 16px;
}

.wolfpack-live-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
}

.wolfpack-live-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.wolfpack-live-icon .material-symbols-outlined {
    color: #fda329;
    font-size: 18px;
}

.wolfpack-live-icon span:last-child {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fda329;
    text-transform: uppercase;
}

/* ==========================================
   FEATURE STRIP
   ========================================== */

.wolfpack-feature-strip {
    width: 100%;
    max-width: 1200px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 25;
    justify-content: center;
    justify-items: center;
}

.wolfpack-feature-card {
    width: 100%;
    max-width: 280px;
    background: rgba(55, 52, 50, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 3px solid rgba(253, 163, 41, 0.3);
    padding: 24px 20px;
    border-radius: 16px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.wolfpack-feature-card:hover {
    border-top-color: rgba(253, 163, 41, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(253, 163, 41, 0.2);
    background: rgba(55, 52, 50, 0.5);
}

.wolfpack-feature-card .material-symbols-outlined {
    color: #fda329;
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.wolfpack-feature-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: white;
    margin: 0 0 6px 0;
    font-weight: 700;
}

.wolfpack-feature-card p {
    font-size: 11px;
    color: #d9c3ae;
    margin: 0;
    line-height: 1.4;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
    .wolfpack-feature-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 600px;
    }

    .wolfpack-brand-logo {
        width: 56px;
        height: 56px;
    }

    .wolfpack-brand-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #wolfpack-player-login-wrapper {
        padding: 16px;
    }

    .wolfpack-login-card {
        max-width: 100%;
    }

    .wolfpack-login-card-inner {
        padding: 24px;
    }

    .wolfpack-login-headline h1 {
        font-size: 24px;
        /* margin-top: 0px !important; */
    }

    .wolfpack-feature-strip {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
        margin-top: 32px;
        max-width: 570px;
    }

    .wolfpack-feature-card {
        padding: 20px 16px;
        /* width: 100%; */
    }

    .wolfpack-login-bg {
        display: none;
    }
}

@media (max-width: 480px) {
    .wolfpack-live-icons {
        gap: 8px;
    }

    .wolfpack-live-icon .material-symbols-outlined {
        font-size: 16px;
    }

    .wolfpack-live-icon span:last-child {
        font-size: 10px;
    }
    .wolfpack-login-season-badge {
    padding: 9px 18px 6px;
    font-size: 10px;
    font-weight: 600;
    }
    .wolfpack-feature-strip {
        grid-template-columns: 1fr;
    }
    .wolfpack-btn {
    font-size: 14px;
    }
    .wolfpack-toggle-btn {
    font-size: 12px;
    }
}