@import '_content/ScoutBadger.RCL.Core/ScoutBadger.RCL.Core.7e1zs7831r.bundle.scp.css';
@import '_content/ScoutBadger.Ui.Components/ScoutBadger.Ui.Components.635p3llayq.bundle.scp.css';
@import '_content/ScoutBadger.Ui.DesignSystem/ScoutBadger.Ui.DesignSystem.442imwdfl7.bundle.scp.css';

/* /Pages/Reviews/ReviewDetail.razor.rz.scp.css */
.review-detail-header[b-s77o4ap2g1] {
    /* Prevent shell-page-content > * flex:1 from stretching this to fill height */
    flex: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--sb-space-3);
    padding: var(--sb-space-4);
    background: var(--app-color-surface);
    border-bottom: 1px solid var(--app-color-border-subtle);
}

.review-detail-header__main[b-s77o4ap2g1] {
    display: flex;
    gap: var(--sb-space-3);
    flex: 1;
    min-width: 0;
}

.review-detail-header__img[b-s77o4ap2g1] {
    width: 56px;
    height: 56px;
    border-radius: var(--sb-radius-md);
    object-fit: cover;
    background: var(--app-color-surface);
    border: 1px solid var(--app-color-border-subtle);
    flex-shrink: 0;
}

.review-detail-header__img--placeholder[b-s77o4ap2g1] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sb-font-size-xl);
    font-weight: var(--sb-font-weight-bold);
    color: var(--app-color-text-muted);
}

.review-detail-header__info[b-s77o4ap2g1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    padding-top: 2px;
}

.review-detail-header__req[b-s77o4ap2g1] {
    font-size: var(--app-font-size-title);
    font-weight: var(--sb-font-weight-semibold);
    color: var(--app-color-text);
    line-height: 1.2;
    margin-bottom: 2px;
    
    /* Truncate long requirement names */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-detail-header__context[b-s77o4ap2g1],
.review-detail-header__scout[b-s77o4ap2g1] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--app-font-size-caption);
    color: var(--app-color-text-secondary);
    line-height: 1.4;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-detail-header__context .rz-icon[b-s77o4ap2g1],
.review-detail-header__scout .rz-icon[b-s77o4ap2g1] {
    font-size: 16px;
    color: var(--app-color-text-muted);
    flex-shrink: 0;
}

.review-detail-header__status[b-s77o4ap2g1] {
    flex-shrink: 0;
    padding-top: 4px;
}

/* Status Chip */
.status-chip[b-s77o4ap2g1] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: var(--sb-radius-full);
    font-size: var(--app-font-size-caption);
    font-weight: var(--sb-font-weight-semibold);
    background: var(--app-color-surface-muted);
    color: var(--app-color-text-secondary);
    white-space: nowrap;
    line-height: 1;
}

.status-chip--in-progress[b-s77o4ap2g1] {
    background: var(--app-color-amber-muted);
    color: var(--app-color-amber-dark);
}

.status-chip--approved[b-s77o4ap2g1] {
    background: var(--app-color-success-muted);
    color: var(--app-color-success-dark);
}

.status-chip--rejected[b-s77o4ap2g1] {
    background: var(--app-color-danger-muted);
    color: var(--app-color-danger-dark);
}

/* Tabs Panel Adjustment */
.review-detail-tabpanel[b-s77o4ap2g1] {
    padding-top: var(--sb-space-4);
    /* flex: none prevents the tabpanel from eating remaining height */
}

/* Mobile Layout Overrides */
@media (max-width: 600px) {
    .review-detail-header[b-s77o4ap2g1] {
        flex-direction: column;
        gap: var(--sb-space-2);
        padding: var(--sb-space-3) var(--sb-space-3) var(--sb-space-3);
    }
    
    .review-detail-header__main[b-s77o4ap2g1] {
        width: 100%;
    }
    
    .review-detail-header__status[b-s77o4ap2g1] {
        align-self: flex-start;
        padding-top: 0;
    }
    
    .review-detail-header__req[b-s77o4ap2g1] {
        white-space: normal;
    }
}
/* /Shared/ManagerLandingPage.razor.rz.scp.css */
/* ============================================================
   Environment Warning Banner
   ============================================================ */

.env-banner[b-avxz4eq4h0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fffbf0;
    border-bottom: 2px solid #f59e0b;
    padding: 0.75rem 1.5rem;
}

.env-banner-inner[b-avxz4eq4h0] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 900px;
    margin: 0 auto;
}

.env-banner-icon[b-avxz4eq4h0] {
    color: #b45309;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.env-banner-content[b-avxz4eq4h0] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    font-size: 0.875rem;
    color: #92400e;
    line-height: 1.5;
}

.env-banner-content strong[b-avxz4eq4h0] {
    font-weight: 700;
}

/* ============================================================
   Hero Section
   ============================================================ */

.landing-hero[b-avxz4eq4h0] {
    position: relative;
    min-height: 100vh;
    background-image: url('../img/BG_Icons_BW.svg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    scroll-behavior: smooth;
    display: flex;
    align-items: center;
}

.landing-overlay[b-avxz4eq4h0] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.landing-content[b-avxz4eq4h0] {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5rem 2rem 3rem;
}

/* ============================================================
   Two-Column Grid
   ============================================================ */

.landing-grid[b-avxz4eq4h0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

/* ============================================================
   Brand Section (left column)
   ============================================================ */

.brand-section[b-avxz4eq4h0] {
    color: white;
    margin-top:0px;
    animation: fadeInLeft-b-avxz4eq4h0 0.8s ease-out both;
}

.brand-badge[b-avxz4eq4h0] {
    margin-bottom: 1.5rem;
}

.brand-logo-img[b-avxz4eq4h0] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.brand-title[b-avxz4eq4h0] {
    font-size: 3.25rem;
    font-weight: 800;
    margin: 0 0 0.25rem 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: white;
}

.brand-subtitle[b-avxz4eq4h0] {
    font-size: 1.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.25rem 0;
    letter-spacing: 0.01em;
}

.brand-description[b-avxz4eq4h0] {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.80);
    margin: 0 0 2rem 0;
    max-width: 420px;
}

.brand-features[b-avxz4eq4h0] {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.feature-item[b-avxz4eq4h0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 500;
}

.feature-icon[b-avxz4eq4h0] {
    font-size: 1.25rem;
    color: #4ade80;
    flex-shrink: 0;
}

/* ============================================================
   Login Card (right column)
   ============================================================ */

.login-card-wrapper[b-avxz4eq4h0] {
    animation: slideInUp-b-avxz4eq4h0 0.8s ease-out 0.15s both;
}

.login-card[b-avxz4eq4h0] {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 24px;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.20),
        0 4px 16px rgba(0, 0, 0, 0.10);
    padding: 2.75rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.login-card-header[b-avxz4eq4h0] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-avatar-icon[b-avxz4eq4h0] {
    font-size: 3.5rem;
    color: #00a551;
    display: block;
    margin-bottom: 1rem;
}

.login-title[b-avxz4eq4h0] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 0.625rem 0;
}

.login-subtitle[b-avxz4eq4h0] {
    font-size: 0.9375rem;
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

/* Buttons */

.login-actions[b-avxz4eq4h0] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
}

.btn-login-primary[b-avxz4eq4h0],
.btn-login-secondary[b-avxz4eq4h0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-login-primary[b-avxz4eq4h0] {
    background: linear-gradient(135deg, #00a551 0%, #007a3d 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(0, 165, 81, 0.35);
}

.btn-login-primary:hover[b-avxz4eq4h0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 165, 81, 0.45);
}

.btn-login-primary:active[b-avxz4eq4h0] {
    transform: translateY(0);
}

.btn-login-secondary[b-avxz4eq4h0] {
    background: #f7fafc;
    color: #4a5568;
    border: 1.5px solid #e2e8f0;
}

.btn-login-secondary:hover[b-avxz4eq4h0] {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.btn-icon[b-avxz4eq4h0] {
    font-size: 1.125rem;
    flex-shrink: 0;
}

/* Divider */

.login-divider[b-avxz4eq4h0] {
    position: relative;
    text-align: center;
}

.login-divider[b-avxz4eq4h0]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.login-divider span[b-avxz4eq4h0] {
    position: relative;
    background: rgba(255, 255, 255, 0.96);
    padding: 0 1rem;
    color: #a0aec0;
    font-size: 0.8125rem;
    font-weight: 500;
}

/* Help text */

.login-help[b-avxz4eq4h0] {
    text-align: center;
    font-size: 0.8125rem;
    color: #a0aec0;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================
   Animations
   ============================================================ */

@keyframes fadeInLeft-b-avxz4eq4h0 {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp-b-avxz4eq4h0 {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 900px) {
    /* Stack to single column; brand section is first in HTML so it renders first */
    .landing-grid[b-avxz4eq4h0] {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 520px;
    }

    /* Let content flow from top instead of centering — prevents cut-off on short viewports */
    .landing-hero[b-avxz4eq4h0] {
        align-items: flex-start;
    }

    .landing-content[b-avxz4eq4h0] {
        padding: 5rem 1.25rem 3rem;
    }

    .brand-title[b-avxz4eq4h0] {
        font-size: 2.25rem;
    }

    .brand-subtitle[b-avxz4eq4h0] {
        font-size: 1.375rem;
    }

    .brand-description[b-avxz4eq4h0] {
        max-width: none;
        font-size: 1rem;
    }

    /* Keep feature bullets as a vertical list on tablet/mobile */
    .brand-features[b-avxz4eq4h0] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 576px) {
    .landing-content[b-avxz4eq4h0] {
        padding: 5.5rem 1rem 2.5rem;
    }

    .brand-badge[b-avxz4eq4h0] {
        margin-bottom: 1rem;
    }

    .brand-logo-img[b-avxz4eq4h0] {
        width: 64px;
        height: 64px;
    }

    .brand-title[b-avxz4eq4h0] {
        font-size: 1.875rem;
    }

    .brand-subtitle[b-avxz4eq4h0] {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }

    .brand-description[b-avxz4eq4h0] {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .login-card[b-avxz4eq4h0] {
        padding: 1.75rem 1.25rem;
    }

    .login-title[b-avxz4eq4h0] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-avxz4eq4h0] {
        font-size: 0.875rem;
    }

    /* Reduce env banner text on very small screens */
    .env-banner[b-avxz4eq4h0] {
        padding: 0.625rem 1rem;
    }

    .env-banner-content[b-avxz4eq4h0] {
        font-size: 0.8125rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-section[b-avxz4eq4h0],
    .login-card-wrapper[b-avxz4eq4h0] {
        animation: none;
    }
}
