/* ScopingReview Custom Styles - Premium Bootstrap Theme */

body {
    font-family: 'Outfit', sans-serif;
    color: #2b303a;
    background-color: #f8fafc !important;
}

/* Gradient background for headers or special sections */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
}

.bg-dark {
    background-color: #0f172a !important; /* Slate 900 */
}

/* Card Styling */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card.hover-shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid #f1f5f9;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/* Custom Buttons */
.btn {
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
}

.btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #2563eb;
    border-color: #2563eb;
}

/* Auth Cards */
.auth-card {
    max-width: 450px;
    margin: 40px auto;
}

.auth-logo {
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Form Controls */
.form-control, .form-select {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus, .form-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-label {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #475569;
}

/* Alert adjustments */
.alert {
    border: none;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.alert-dismissible .btn-close {
    padding: 1.25rem;
}

/* Utilities */
.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.fw-semibold {
    font-weight: 600;
}
