/* Auth Pages Styling */
body.auth-body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    display: flex;
    min-height: 100vh;
}

.auth-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.auth-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem 4rem;
    background: #ffffff;
    max-width: 500px;
}

.auth-logo {
    margin-bottom: auto;
}

.auth-logo .brand {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.auth-logo .brand i {
    color: #8C52FF;
}

.auth-content {
    margin-top: 4rem;
    margin-bottom: auto;
}

.auth-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.auth-content p {
    color: #64748b;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.input-icon {
    position: relative;
}

.input-icon i:first-child {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.input-icon input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s;
    box-sizing: border-box;
}

.input-icon input:focus {
    outline: none;
    border-color: #8C52FF;
    box-shadow: 0 0 0 3px rgba(140, 82, 255, 0.1);
}

.toggle-password {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s;
}

.toggle-password:hover {
    color: #1e293b;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row .form-group {
    flex: 1;
}

.form-row input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s;
    box-sizing: border-box;
}

.form-row input:focus {
    outline: none;
    border-color: #8C52FF;
    box-shadow: 0 0 0 3px rgba(140, 82, 255, 0.1);
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #475569;
    cursor: pointer;
}

.remember-me input {
    accent-color: #8C52FF;
    cursor: pointer;
}

.forgot-password {
    color: #8C52FF;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password:hover {
    text-decoration: underline;
}

.btn-full {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 600;
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #94a3b8;
    font-size: 0.875rem;
}

.auth-divider::before, .auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.auth-divider span {
    padding: 0 1rem;
}

.social-login {
    display: flex;
    gap: 1rem;
}

.btn-social {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
    font-family: inherit;
}

.btn-social:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.btn-social.google i { color: #EA4335; }
.btn-social.facebook i { color: #1877F2; }

.auth-switch {
    text-align: center;
    margin-top: 2rem;
    color: #475569;
}

.auth-switch a {
    color: #8C52FF;
    font-weight: 600;
    text-decoration: none;
}

.auth-switch a:hover {
    text-decoration: underline;
}

.auth-right {
    flex: 1.5;
    background: linear-gradient(135deg, #8C52FF 0%, #3B82F6 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.auth-right.signup-bg {
    background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}

.auth-right::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,0.05)" d="M42.7,-73.4C55.9,-67.6,67.6,-56.3,76.5,-42.8C85.4,-29.3,91.5,-14.7,92.5,0.6C93.5,15.9,89.5,31.8,80.7,45.3C71.9,58.8,58.4,69.9,43.2,76.1C28,82.3,11.1,83.6,-5.2,80.6C-21.5,77.6,-37.2,70.3,-50.2,59.3C-63.2,48.3,-73.5,33.6,-79.8,17.3C-86.1,1,-88.4,-16.9,-82.9,-32.7C-77.4,-48.5,-64.1,-62.2,-49.2,-67.7C-34.3,-73.2,-17.1,-70.5,-1.3,-68C14.5,-65.5,29.5,-79.2,42.7,-73.4Z" transform="translate(100 100) scale(1.1)" /></svg>') no-repeat center center;
    background-size: cover;
    opacity: 0.6;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.auth-feature {
    position: relative;
    z-index: 10;
    max-width: 400px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    color: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.glass-card .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.glass-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Outfit', sans-serif;
}

.glass-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .auth-container {
        flex-direction: column;
    }
    
    .auth-left {
        max-width: 100%;
        padding: 2rem;
    }
    
    .auth-right {
        display: none;
    }
}
