/* Login Page Styles */

/* Hide the bypass option notice */
#bypass-option-notice {
    display: none;
}

.login-header {
    background: var(--sobie-gradient);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.login-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.login-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 2rem;
}

.card-header {
    background: rgba(37, 99, 235, 0.05);
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    padding: 1.5rem;
}

.card-header h3 {
    color: var(--sobie-primary);
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-section {
    padding: 2rem;
}

.form-floating {
    margin-bottom: 1.5rem;
}

.form-floating input {
    border: 2px solid rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-floating input:focus {
    border-color: var(--sobie-primary);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.form-floating label {
    color: #6b7280;
    font-weight: 500;
}

.magic-link-btn {
    background: var(--sobie-gradient);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.magic-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
    color: white;
}

.magic-link-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.back-link {
    text-align: center;
    margin-top: 2rem;
}

.back-link a {
    color: var(--sobie-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-link a:hover {
    color: var(--sobie-secondary);
}

.status-message {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.status-success {
    background: rgba(34, 197, 94, 0.1);
    color: #059669;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.status-error {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.status-info {
    background: rgba(59, 130, 246, 0.1);
    color: var(--sobie-primary);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.form-description {
    text-align: center;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.email-sent-state {
    text-align: center;
}

.email-sent-state .icon {
    font-size: 4rem;
    color: var(--sobie-primary);
    margin-bottom: 1rem;
}

.email-sent-state h4 {
    color: var(--sobie-dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.btn-outline-primary {
    border-color: var(--sobie-primary);
    color: var(--sobie-primary);
    border-radius: 12px;
    border-width: 2px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--sobie-primary);
    border-color: var(--sobie-primary);
    color: white;
}

.btn-link {
    color: var(--sobie-primary);
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover {
    color: var(--sobie-secondary);
    text-decoration: underline;
}

.feature-highlight {
    background: rgba(37, 99, 235, 0.05);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-highlight .icon {
    font-size: 2rem;
    color: var(--sobie-primary);
    margin-bottom: 0.5rem;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
}

.feature-list li::before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    margin-right: 0.5rem;
    width: 20px;
}
            border-radius: 12px;
            padding: 1rem 1rem 1rem 1rem;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-floating input:focus {
            border-color: var(--sobie-primary);
            box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
        }
        
        .form-floating label {
            color: #6b7280;
            font-weight: 500;
        }
        
        .magic-link-btn {
            background: var(--sobie-gradient);
            border: none;
            border-radius: 12px;
            padding: 1rem 2rem;
            font-weight: 600;
            font-size: 1rem;
            color: white;
            width: 100%;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }
        
        .magic-link-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
            color: white;
        }
        
        .magic-link-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }
        
        .back-link {
            text-align: center;
            margin-top: 2rem;
        }
        
        .back-link a {
            color: var(--sobie-primary);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .back-link a:hover {
            color: var(--sobie-secondary);
        }
        
        .status-message {
            padding: 1rem;
            border-radius: 12px;
            margin-bottom: 1.5rem;
            font-weight: 500;
            text-align: center;
        }
        
        .status-success {
            background: rgba(34, 197, 94, 0.1);
            color: #059669;
            border: 1px solid rgba(34, 197, 94, 0.2);
        }
        
        .status-error {
            background: rgba(239, 68, 68, 0.1);
            color: #dc2626;
            border: 1px solid rgba(239, 68, 68, 0.2);
        }
        
        .status-info {
            background: rgba(59, 130, 246, 0.1);
            color: var(--sobie-primary);
            border: 1px solid rgba(59, 130, 246, 0.2);
        }
        
        .form-description {
            text-align: center;
            color: #6b7280;
            margin-bottom: 2rem;
            line-height: 1.6;
        }
        
        .email-sent-state {
            text-align: center;
        }
        
        .email-sent-state .icon {
            font-size: 4rem;
            color: var(--sobie-primary);
            margin-bottom: 1rem;
        }
        
        .email-sent-state h4 {
            color: var(--sobie-dark);
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .btn-outline-primary {
            border-color: var(--sobie-primary);
            color: var(--sobie-primary);
            border-radius: 12px;
            border-width: 2px;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background: var(--sobie-primary);
            border-color: var(--sobie-primary);
            color: white;
        }
        
        .btn-link {
            color: var(--sobie-primary);
            text-decoration: none;
            font-weight: 500;
        }
        
        .btn-link:hover {
            color: var(--sobie-secondary);
            text-decoration: underline;
        }
        
        .feature-highlight {
            background: rgba(37, 99, 235, 0.05);
            border: 1px solid rgba(37, 99, 235, 0.1);
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .feature-highlight .icon {
            font-size: 2rem;
            color: var(--sobie-primary);
            margin-bottom: 0.5rem;
        }
        
        .feature-list {
            list-style: none;
            padding-left: 0;
        }
        
        .feature-list li {
            padding: 0.25rem 0;
            display: flex;
            align-items: center;
        }
        
        .feature-list li::before {
            content: "✓";
            color: #10b981;
            font-weight: bold;
            margin-right: 0.5rem;
            width: 20px;
        }
