/* Premium Unified dark-theme stylesheet for Auth (Login & Signup) Views */
.auth-v2-section {
    background-color: #05070e !important;
    position: relative;
    z-index: 1;
    padding: 95px 0 80px;
    overflow: hidden;
}

.auth-v2-hero {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin: 15px 30px;
    padding: 80px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #05070e;
}

.auth-v2-hero-login {
    background: 
        radial-gradient(circle at top left, rgba(68, 97, 223, 0.22), transparent 35%),
        radial-gradient(circle at bottom right, rgba(69, 224, 255, 0.15), transparent 30%),
        linear-gradient(135deg, #05070e 0%, #080d1e 100%);
}

.auth-v2-hero-signup {
    background: 
        radial-gradient(circle at top right, rgba(68, 97, 223, 0.22), transparent 35%),
        radial-gradient(circle at bottom left, rgba(69, 224, 255, 0.15), transparent 30%),
        linear-gradient(135deg, #05070e 0%, #080d1e 100%);
}

.auth-v2-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}

.auth-v2-hero-login .auth-v2-grid {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 90%);
}

.auth-v2-hero-signup .auth-v2-grid {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 92%);
}

.auth-v2-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.auth-v2-copy.auth-v2-copy-compact {
    max-width: 540px;
}

.auth-v2-copy h1 span {
    color: #45e0ff !important;
    text-shadow: 0 0 15px rgba(69, 224, 255, 0.3);
}

.auth-v2-copy p,
.auth-v2-copy li,
.auth-v2-muted {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.6;
}

.auth-v2-copy .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #45e0ff;
    backdrop-filter: blur(6px);
}

.auth-v2-copy .sub-title img {
    width: 12px;
    height: 12px;
}

.auth-v2-points {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
}

.auth-v2-points li {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 14.5px;
    line-height: 1.5;
}

.auth-v2-points-center li {
    align-items: center;
}

.auth-v2-points-start li {
    align-items: flex-start;
}

.auth-v2-point-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(68, 97, 223, 0.15);
    border: 1px solid rgba(68, 97, 223, 0.3);
    color: #45e0ff;
    flex-shrink: 0;
    font-size: 14px;
}

.auth-v2-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.auth-v2-stat,
.auth-v2-highlight {
    border-radius: 20px;
    background: rgba(13, 20, 38, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.auth-v2-stat:hover,
.auth-v2-highlight:hover {
    border-color: rgba(69, 224, 255, 0.15);
    transform: translateY(-2px);
}

.auth-v2-stat {
    padding: 20px;
}

.auth-v2-stat strong {
    display: block;
    color: #45e0ff;
    font-family: 'Outfit', sans-serif !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.auth-v2-highlights {
    display: grid;
    gap: 16px;
    margin-top: 34px;
}

.auth-v2-highlight {
    padding: 18px 20px;
}

.auth-v2-highlight strong {
    color: #ffffff;
    font-family: 'Outfit', sans-serif !important;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}

/* Translucent panel */
.auth-v2-panel {
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 28px;
    background: rgba(13, 20, 38, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transition: border-color 0.4s ease;
}

.auth-v2-panel:hover {
    border-color: rgba(69, 224, 255, 0.18);
}

.auth-v2-panel h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.auth-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #45e0ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auth-v2-form-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: color 0.3s ease;
}

.auth-v2-input-group {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-v2-input-group span {
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    transition: color 0.3s ease;
}

.auth-v2-input-group input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding: 14px 16px 14px 0;
    font-size: 14px;
}

.auth-v2-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Focused states */
.auth-v2-input-group:focus-within {
    border-color: #45e0ff;
    box-shadow: 0 0 0 3px rgba(69, 224, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.auth-v2-input-group:focus-within span {
    color: #45e0ff;
}

.mb-4:focus-within .auth-v2-form-label,
.mb-3:focus-within .auth-v2-form-label {
    color: #45e0ff;
}

.auth-v2-check {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}

.auth-v2-check-center {
    align-items: center;
}

.auth-v2-check-start {
    align-items: flex-start;
}

.auth-v2-check input {
    accent-color: #4461DF;
}

.auth-v2-check-start input {
    margin-top: 4px;
}

.auth-v2-separator {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auth-v2-separator::before,
.auth-v2-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

/* Social Buttons */
.auth-v2-social-btn {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
    padding: 14px 18px;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.auth-v2-social-btn:hover {
    border-color: rgba(69, 224, 255, 0.3);
    background: rgba(69, 224, 255, 0.06);
}

.auth-v2-link {
    color: #45e0ff;
    transition: color 0.2s ease;
}

.auth-v2-link:hover {
    color: #8fe8ff;
    text-decoration: underline !important;
}

/* Alert Boxes */
.auth-v2-alert {
    border-radius: 12px;
    font-size: 14px;
    padding: 12px 16px;
}

.auth-v2-alert-danger {
    background: rgba(255, 94, 98, 0.08);
    border: 1px solid rgba(255, 94, 98, 0.2);
    color: #ff8e91;
}

.auth-v2-alert-success {
    background: rgba(69, 224, 255, 0.08);
    border: 1px solid rgba(69, 224, 255, 0.2);
    color: #8fe8ff;
}

/* Styled Primary Login Button */
.auth-v2-panel .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: linear-gradient(135deg, #4461DF 0%, #304cc4 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 25px rgba(68, 97, 223, 0.3);
}

.auth-v2-panel .theme-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #5370f1 0%, #3e5be0 100%);
    box-shadow: 0 15px 30px rgba(68, 97, 223, 0.45);
}

@media (max-width: 991.98px) {
    .auth-v2-hero {
        margin: 15px;
        padding: 48px 0;
    }

    .auth-v2-panel {
        padding: 30px 24px;
    }
}