@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Landing/FinanceFeatureShowcase.razor.rz.scp.css */
/* Finance Feature Showcase Component Styles */

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fade-in-up-b-br3v7gysmo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blob-rotate-b-br3v7gysmo {
    0% { transform: rotate(0deg) scale(1); }
    33% { transform: rotate(120deg) scale(1.1); border-radius: 60% 40% 30% 70% / 50% 30% 70% 50%; }
    66% { transform: rotate(240deg) scale(0.9); border-radius: 30% 60% 70% 40% / 70% 50% 30% 60%; }
    100% { transform: rotate(360deg) scale(1); }
}

/* ============================================
   MAIN CONTAINER
   ============================================ */

.finance-showcase[b-br3v7gysmo] {
    padding: 2rem 0;
}

/* ============================================
   GLASS CARD BASE
   ============================================ */

.glass-card[b-br3v7gysmo] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1.5rem;
    box-shadow:
        0 8px 32px rgba(245, 158, 11, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover[b-br3v7gysmo] {
    transform: translateY(-4px);
    box-shadow:
        0 20px 40px rgba(245, 158, 11, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.06);
}

/* ============================================
   CLEARING DASHBOARD PREVIEW
   ============================================ */

.clearing-dashboard-preview[b-br3v7gysmo] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 235, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.clearing-dashboard-preview[b-br3v7gysmo]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F59E0B, #D97706, #B45309);
}

.dashboard-header[b-br3v7gysmo] {
    position: relative;
    z-index: 1;
}

.dashboard-icon[b-br3v7gysmo] {
    width: 60px;
    height: 60px;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    position: relative;
    overflow: hidden;
}

.dashboard-icon.finance-gradient[b-br3v7gysmo] {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    box-shadow: 0 10px 20px -5px rgba(245, 158, 11, 0.5);
}

.dashboard-icon[b-br3v7gysmo]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
}

/* ============================================
   METRIC CARDS
   ============================================ */

.metric-card[b-br3v7gysmo] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid rgba(245, 158, 11, 0.1);
    transition: all 0.3s ease;
}

.metric-card:hover[b-br3v7gysmo] {
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
}

.metric-value[b-br3v7gysmo] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.metric-value.text-amber[b-br3v7gysmo] {
    color: #F59E0B;
}

.metric-label[b-br3v7gysmo] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.metric-trend[b-br3v7gysmo] {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.trend-up[b-br3v7gysmo] { color: #10b981; }
.trend-down[b-br3v7gysmo] { color: #ef4444; }
.trend-neutral[b-br3v7gysmo] { color: #6b7280; }

/* ============================================
   CLEARING CHANNELS
   ============================================ */

.clearing-channels[b-br3v7gysmo] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.1);
}

.channel-items[b-br3v7gysmo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.channel-item[b-br3v7gysmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #fefce8;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.channel-item:hover[b-br3v7gysmo] {
    background: #fef9c3;
    transform: translateX(4px);
}

.channel-icon[b-br3v7gysmo] {
    width: 40px;
    height: 40px;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.channel-cash[b-br3v7gysmo] {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.channel-card[b-br3v7gysmo] {
    background: rgba(99, 102, 241, 0.15);
    color: #6366f1;
}

.channel-ewallet[b-br3v7gysmo] {
    background: rgba(236, 72, 153, 0.15);
    color: #ec4899;
}

.channel-cdm[b-br3v7gysmo] {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.channel-content[b-br3v7gysmo] {
    flex: 1;
    min-width: 0;
}

.channel-content .fw-medium[b-br3v7gysmo] {
    font-size: 0.875rem;
    color: #1e293b;
}

.channel-content small[b-br3v7gysmo] {
    display: block;
}

.status-badge[b-br3v7gysmo] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.status-matched[b-br3v7gysmo] {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.status-pending[b-br3v7gysmo] {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

/* ============================================
   EXCEPTION ALERTS
   ============================================ */

.exception-alerts[b-br3v7gysmo] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.1);
}

.alert-items[b-br3v7gysmo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.alert-item[b-br3v7gysmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #fef3c7;
    border-radius: 0.75rem;
    border-left: 3px solid #f59e0b;
}

.alert-icon[b-br3v7gysmo] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d97706;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.alert-content[b-br3v7gysmo] {
    flex: 1;
    min-width: 0;
}

.alert-content .fw-medium[b-br3v7gysmo] {
    font-size: 0.875rem;
    color: #92400e;
}

.alert-content small[b-br3v7gysmo] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   FEATURE TABS - FINANCE THEME
   ============================================ */

.feature-tabs-container[b-br3v7gysmo] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-tab-nav[b-br3v7gysmo] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.feature-tab-btn.finance-tab[b-br3v7gysmo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(245, 158, 11, 0.1);
}

.feature-tab-btn.finance-tab:hover[b-br3v7gysmo] {
    background: white;
    color: #D97706;
    border-color: rgba(245, 158, 11, 0.3);
}

.feature-tab-btn.finance-tab.active[b-br3v7gysmo] {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.feature-tab-btn i[b-br3v7gysmo] {
    font-size: 1.125rem;
}

.feature-tab-content.finance-content[b-br3v7gysmo] {
    flex: 1;
    animation: fade-in-up-b-br3v7gysmo 0.4s ease;
}

.tab-icon-wrapper[b-br3v7gysmo] {
    display: inline-block;
}

.tab-icon.finance-icon[b-br3v7gysmo] {
    width: 80px;
    height: 80px;
    border-radius: 1.5rem;
    background: #fffbeb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    color: #D97706;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(245, 158, 11, 0.1);
    box-shadow: 0 10px 25px -5px rgba(245, 158, 11, 0.15);
}

.tab-icon.finance-icon[b-br3v7gysmo]::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    background: #F59E0B;
    opacity: 0.1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    top: -20%;
    left: -20%;
    animation: blob-rotate-b-br3v7gysmo 15s linear infinite;
}

/* ============================================
   FEATURE CAPABILITIES - FINANCE THEME
   ============================================ */

.feature-capabilities[b-br3v7gysmo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.capability-item[b-br3v7gysmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.capability-check.finance-check[b-br3v7gysmo] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.capability-item span[b-br3v7gysmo] {
    color: #475569;
    font-size: 0.9375rem;
}

/* ============================================
   FEATURE ROLES - FINANCE THEME
   ============================================ */

.feature-roles[b-br3v7gysmo] {
    padding-top: 1rem;
    border-top: 1px solid rgba(245, 158, 11, 0.1);
}

.roles-label[b-br3v7gysmo] {
    font-size: 0.8125rem;
    color: #64748b;
}

.roles-badges[b-br3v7gysmo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.role-badge.finance-role[b-br3v7gysmo] {
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(217, 119, 6, 0.08));
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 2rem;
    font-size: 0.8125rem;
    color: #D97706;
    font-weight: 500;
}

/* ============================================
   BADGE COLOR VARIANTS
   ============================================ */

.bg-success-lt[b-br3v7gysmo] { background-color: rgba(16, 185, 129, 0.15); }
.bg-warning-lt[b-br3v7gysmo] { background-color: rgba(245, 158, 11, 0.15); }

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 992px) {
    .feature-tab-nav[b-br3v7gysmo] {
        justify-content: center;
    }

    .clearing-dashboard-preview[b-br3v7gysmo] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .glass-card[b-br3v7gysmo] {
        padding: 1.5rem;
    }

    .metric-value[b-br3v7gysmo] {
        font-size: 1.25rem;
    }

    .feature-tab-btn.finance-tab[b-br3v7gysmo] {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }

    .feature-tab-btn.finance-tab span[b-br3v7gysmo] {
        display: none;
    }
}
/* /Components/Landing/HrFeatureShowcase.razor.rz.scp.css */
/* HR Feature Showcase Component Styles */

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fade-in-up-b-ws97fiwrig {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blob-rotate-b-ws97fiwrig {
    0% { transform: rotate(0deg) scale(1); }
    33% { transform: rotate(120deg) scale(1.1); border-radius: 60% 40% 30% 70% / 50% 30% 70% 50%; }
    66% { transform: rotate(240deg) scale(0.9); border-radius: 30% 60% 70% 40% / 70% 50% 30% 60%; }
    100% { transform: rotate(360deg) scale(1); }
}

/* ============================================
   MAIN CONTAINER
   ============================================ */

.hr-showcase[b-ws97fiwrig] {
    padding: 2rem 0;
}

/* ============================================
   GLASS CARD BASE
   ============================================ */

.glass-card[b-ws97fiwrig] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1.5rem;
    box-shadow:
        0 8px 32px rgba(99, 102, 241, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover[b-ws97fiwrig] {
    transform: translateY(-4px);
    box-shadow:
        0 20px 40px rgba(99, 102, 241, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.06);
}

/* ============================================
   DASHBOARD PREVIEW
   ============================================ */

.dashboard-preview[b-ws97fiwrig] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.dashboard-preview[b-ws97fiwrig]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366F1, #8B5CF6, #EC4899);
}

.dashboard-header[b-ws97fiwrig] {
    position: relative;
    z-index: 1;
}

.dashboard-icon[b-ws97fiwrig] {
    width: 60px;
    height: 60px;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    box-shadow: 0 10px 20px -5px rgba(99, 102, 241, 0.5);
    position: relative;
    overflow: hidden;
}

.dashboard-icon[b-ws97fiwrig]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
}

/* ============================================
   METRIC CARDS
   ============================================ */

.metric-card[b-ws97fiwrig] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
}

.metric-card:hover[b-ws97fiwrig] {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
}

.metric-value[b-ws97fiwrig] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.metric-label[b-ws97fiwrig] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.metric-trend[b-ws97fiwrig] {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.trend-up[b-ws97fiwrig] { color: #10b981; }
.trend-down[b-ws97fiwrig] { color: #f59e0b; }
.trend-neutral[b-ws97fiwrig] { color: #6b7280; }

/* ============================================
   CALENDAR WIDGET
   ============================================ */

.calendar-widget[b-ws97fiwrig] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.calendar-nav button[b-ws97fiwrig] {
    padding: 0.25rem;
    color: #64748b;
}

.calendar-days[b-ws97fiwrig] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.day-header[b-ws97fiwrig] {
    font-size: 0.625rem;
    font-weight: 600;
    color: #94a3b8;
    padding: 0.25rem;
    text-transform: uppercase;
}

.day[b-ws97fiwrig] {
    font-size: 0.75rem;
    padding: 0.35rem;
    border-radius: 0.375rem;
    color: #475569;
    transition: all 0.2s ease;
}

.day:hover:not(.day-empty)[b-ws97fiwrig] {
    background: #f1f5f9;
}

.day-empty[b-ws97fiwrig] {
    visibility: hidden;
}

.day-today[b-ws97fiwrig] {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: white;
    font-weight: 600;
}

.day-leave[b-ws97fiwrig] {
    background: #fef3c7;
    color: #d97706;
}

/* ============================================
   APPROVALS TICKER
   ============================================ */

.approvals-ticker[b-ws97fiwrig] {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.ticker-header[b-ws97fiwrig] {
    margin-bottom: 0.75rem;
}

.ticker-items[b-ws97fiwrig] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ticker-item[b-ws97fiwrig] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.ticker-item:hover[b-ws97fiwrig] {
    background: #f1f5f9;
    transform: translateX(4px);
}

.ticker-content[b-ws97fiwrig] {
    flex: 1;
    min-width: 0;
}

.ticker-content .fw-medium[b-ws97fiwrig] {
    font-size: 0.875rem;
    color: #1e293b;
}

.ticker-content small[b-ws97fiwrig] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   FEATURE TABS
   ============================================ */

.feature-tabs-container[b-ws97fiwrig] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-tab-nav[b-ws97fiwrig] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.feature-tab-btn[b-ws97fiwrig] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.feature-tab-btn:hover[b-ws97fiwrig] {
    background: white;
    color: #6366F1;
    border-color: rgba(99, 102, 241, 0.3);
}

.feature-tab-btn.active[b-ws97fiwrig] {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.feature-tab-btn i[b-ws97fiwrig] {
    font-size: 1.125rem;
}

.feature-tab-content[b-ws97fiwrig] {
    flex: 1;
    animation: fade-in-up-b-ws97fiwrig 0.4s ease;
}

.tab-icon-wrapper[b-ws97fiwrig] {
    display: inline-block;
}

.tab-icon[b-ws97fiwrig] {
    width: 80px;
    height: 80px;
    border-radius: 1.5rem;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    color: #6366F1;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.tab-icon[b-ws97fiwrig]::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    background: var(--icon-color, #6366F1);
    opacity: 0.1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    top: -20%;
    left: -20%;
    animation: blob-rotate-b-ws97fiwrig 15s linear infinite;
}

/* ============================================
   FEATURE CAPABILITIES
   ============================================ */

.feature-capabilities[b-ws97fiwrig] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.capability-item[b-ws97fiwrig] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.capability-check[b-ws97fiwrig] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.capability-item span[b-ws97fiwrig] {
    color: #475569;
    font-size: 0.9375rem;
}

/* ============================================
   FEATURE ROLES
   ============================================ */

.feature-roles[b-ws97fiwrig] {
    padding-top: 1rem;
    border-top: 1px solid rgba(99, 102, 241, 0.1);
}

.roles-label[b-ws97fiwrig] {
    font-size: 0.8125rem;
    color: #64748b;
}

.roles-badges[b-ws97fiwrig] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.role-badge[b-ws97fiwrig] {
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.08));
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 2rem;
    font-size: 0.8125rem;
    color: #6366F1;
    font-weight: 500;
}

/* ============================================
   AVATAR COLOR VARIANTS
   ============================================ */

.bg-indigo-lt[b-ws97fiwrig] { background-color: rgba(99, 102, 241, 0.15); color: #6366F1; }
.bg-violet-lt[b-ws97fiwrig] { background-color: rgba(139, 92, 246, 0.15); color: #8B5CF6; }
.bg-pink-lt[b-ws97fiwrig] { background-color: rgba(236, 72, 153, 0.15); color: #EC4899; }

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 992px) {
    .feature-tab-nav[b-ws97fiwrig] {
        justify-content: center;
    }

    .dashboard-preview[b-ws97fiwrig] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .glass-card[b-ws97fiwrig] {
        padding: 1.5rem;
    }

    .metric-value[b-ws97fiwrig] {
        font-size: 1.5rem;
    }

    .feature-tab-btn[b-ws97fiwrig] {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }

    .feature-tab-btn span[b-ws97fiwrig] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-19g9213h33] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-19g9213h33] {
    flex: 1;
}

.sidebar[b-19g9213h33] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-19g9213h33] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-19g9213h33]  a, .top-row[b-19g9213h33]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-19g9213h33]  a:hover, .top-row[b-19g9213h33]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-19g9213h33]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-19g9213h33] {
        justify-content: space-between;
    }

    .top-row[b-19g9213h33]  a, .top-row[b-19g9213h33]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-19g9213h33] {
        flex-direction: row;
    }

    .sidebar[b-19g9213h33] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-19g9213h33] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-19g9213h33]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-19g9213h33], article[b-19g9213h33] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-19g9213h33] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-19g9213h33] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sjndvdo008] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sjndvdo008] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sjndvdo008] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sjndvdo008] {
    font-size: 1.1rem;
}

.bi[b-sjndvdo008] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-sjndvdo008] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-sjndvdo008] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sjndvdo008] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sjndvdo008] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sjndvdo008]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-sjndvdo008]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-sjndvdo008]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-sjndvdo008] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sjndvdo008] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sjndvdo008] {
        display: none;
    }

    .nav-scrollable[b-sjndvdo008] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-iuyl33yxd7],
.components-reconnect-repeated-attempt-visible[b-iuyl33yxd7],
.components-reconnect-failed-visible[b-iuyl33yxd7],
.components-pause-visible[b-iuyl33yxd7],
.components-resume-failed-visible[b-iuyl33yxd7],
.components-rejoining-animation[b-iuyl33yxd7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-retrying[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-failed[b-iuyl33yxd7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-iuyl33yxd7] {
    display: block;
}


#components-reconnect-modal[b-iuyl33yxd7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-iuyl33yxd7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-iuyl33yxd7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-iuyl33yxd7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-iuyl33yxd7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-iuyl33yxd7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-iuyl33yxd7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-iuyl33yxd7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-iuyl33yxd7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-iuyl33yxd7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-iuyl33yxd7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-iuyl33yxd7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-iuyl33yxd7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-iuyl33yxd7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-iuyl33yxd7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-iuyl33yxd7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-iuyl33yxd7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-iuyl33yxd7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-iuyl33yxd7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Features.razor.rz.scp.css */
/* Features Page - Crystalline Productivity Theme */

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes gradient-shift-b-iky1r60dfv {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float-b-iky1r60dfv {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes float-delayed-b-iky1r60dfv {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(-3deg); }
}

@keyframes fade-in-up-b-iky1r60dfv {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-gradient[b-iky1r60dfv] {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-iky1r60dfv 15s ease infinite;
    overflow: hidden;
}

.hero-gradient[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 40% 40%, rgba(99, 102, 241, 0.2) 0%, transparent 30%);
    pointer-events: none;
}

.hero-content[b-iky1r60dfv] {
    position: relative;
    z-index: 2;
}

.floating-shape[b-iky1r60dfv] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    pointer-events: none;
}

.shape-1[b-iky1r60dfv] {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    animation: float-b-iky1r60dfv 8s ease-in-out infinite;
}

.shape-2[b-iky1r60dfv] {
    width: 200px;
    height: 200px;
    bottom: -80px;
    left: 10%;
    animation: float-delayed-b-iky1r60dfv 10s ease-in-out infinite;
}

.shape-3[b-iky1r60dfv] {
    width: 150px;
    height: 150px;
    top: 40%;
    left: -30px;
    animation: float-b-iky1r60dfv 12s ease-in-out infinite;
    animation-delay: -3s;
}

/* ============================================
   HR FEATURE CARDS GRID
   ============================================ */

.hr-features-grid[b-iky1r60dfv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .hr-features-grid[b-iky1r60dfv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hr-features-grid[b-iky1r60dfv] {
        grid-template-columns: 1fr;
    }
}

.hr-feature-card[b-iky1r60dfv] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem;
    padding: 2.25rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fade-in-up-b-iky1r60dfv 0.6s ease both;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.hr-feature-card[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--icon-color, #6366F1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hr-feature-card:hover[b-iky1r60dfv] {
    transform: translateY(-10px);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.1), 0 18px 36px -18px rgba(0, 0, 0, 0.1);
}

.hr-feature-card:hover[b-iky1r60dfv]::before {
    opacity: 1;
}

.hr-feature-card:nth-child(1)[b-iky1r60dfv] { animation-delay: 0.1s; }
.hr-feature-card:nth-child(2)[b-iky1r60dfv] { animation-delay: 0.15s; }
.hr-feature-card:nth-child(3)[b-iky1r60dfv] { animation-delay: 0.2s; }
.hr-feature-card:nth-child(4)[b-iky1r60dfv] { animation-delay: 0.25s; }
.hr-feature-card:nth-child(5)[b-iky1r60dfv] { animation-delay: 0.3s; }
.hr-feature-card:nth-child(6)[b-iky1r60dfv] { animation-delay: 0.35s; }
.hr-feature-card:nth-child(7)[b-iky1r60dfv] { animation-delay: 0.4s; }
.hr-feature-card:nth-child(8)[b-iky1r60dfv] { animation-delay: 0.45s; }

.feature-card-icon[b-iky1r60dfv] {
    width: 80px;
    height: 80px;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background-image: url('/images/hr-sprites.jpg');
    background-size: 400% 200%;
    background-repeat: no-repeat;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
}

/* Background blob for sprite */
.feature-card-icon[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    background: var(--sprite-accent, #6366F1);
    opacity: 0.08;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    top: -15%;
    left: -15%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hr-feature-card:hover .feature-card-icon[b-iky1r60dfv] {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--sprite-accent, #6366F1);
}

.hr-feature-card:hover .feature-card-icon[b-iky1r60dfv]::before {
    opacity: 0.15;
    transform: rotate(45deg) scale(1.1);
    border-radius: 50%;
}

.hr-feature-card h4[b-iky1r60dfv] {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.hr-feature-card p[b-iky1r60dfv] {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Sprite Positions (4 columns, 2 rows) */
.sprite-attendance[b-iky1r60dfv] { background-position: 0% 0%; --sprite-accent: #6366F1; }
.sprite-leave[b-iky1r60dfv]      { background-position: 33.33% 0%; --sprite-accent: #8B5CF6; }
.sprite-payroll[b-iky1r60dfv]    { background-position: 66.66% 0%; --sprite-accent: #EC4899; }
.sprite-claims[b-iky1r60dfv]     { background-position: 100% 0%; --sprite-accent: #10B981; }
.sprite-ewa[b-iky1r60dfv]        { background-position: 0% 100%; --sprite-accent: #F59E0B; }
.sprite-loans[b-iky1r60dfv]      { background-position: 33.33% 100%; --sprite-accent: #3B82F6; }
.sprite-performance[b-iky1r60dfv] { background-position: 66.66% 100%; --sprite-accent: #EF4444; }
.sprite-shifts[b-iky1r60dfv]     { background-position: 100% 100%; --sprite-accent: #06B6D4; }

/* ============================================
   FINANCE FEATURE CARDS GRID
   ============================================ */

.finance-features-grid[b-iky1r60dfv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .finance-features-grid[b-iky1r60dfv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .finance-features-grid[b-iky1r60dfv] {
        grid-template-columns: 1fr;
    }
}

.finance-feature-card[b-iky1r60dfv] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem;
    padding: 2.25rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fade-in-up-b-iky1r60dfv 0.6s ease both;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.finance-feature-card[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--icon-color, #F59E0B);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.finance-feature-card:hover[b-iky1r60dfv] {
    transform: translateY(-10px);
    border-color: rgba(245, 158, 11, 0.2);
    box-shadow: 0 30px 60px -12px rgba(245, 158, 11, 0.15), 0 18px 36px -18px rgba(0, 0, 0, 0.1);
}

.finance-feature-card:hover[b-iky1r60dfv]::before {
    opacity: 1;
}

.finance-feature-card:nth-child(1)[b-iky1r60dfv] { animation-delay: 0.1s; }
.finance-feature-card:nth-child(2)[b-iky1r60dfv] { animation-delay: 0.15s; }
.finance-feature-card:nth-child(3)[b-iky1r60dfv] { animation-delay: 0.2s; }
.finance-feature-card:nth-child(4)[b-iky1r60dfv] { animation-delay: 0.25s; }
.finance-feature-card:nth-child(5)[b-iky1r60dfv] { animation-delay: 0.3s; }
.finance-feature-card:nth-child(6)[b-iky1r60dfv] { animation-delay: 0.35s; }
.finance-feature-card:nth-child(7)[b-iky1r60dfv] { animation-delay: 0.4s; }
.finance-feature-card:nth-child(8)[b-iky1r60dfv] { animation-delay: 0.45s; }

.finance-card-icon[b-iky1r60dfv] {
    width: 80px;
    height: 80px;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background-image: url('/images/finance-sprites.png');
    background-size: 400% 400%;
    background-repeat: no-repeat;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
}

/* Background blob for sprite */
.finance-card-icon[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    background: var(--sprite-accent, #F59E0B);
    opacity: 0.08;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    top: -15%;
    left: -15%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.finance-feature-card:hover .finance-card-icon[b-iky1r60dfv] {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--sprite-accent, #F59E0B);
}

.finance-feature-card:hover .finance-card-icon[b-iky1r60dfv]::before {
    opacity: 0.15;
    transform: rotate(45deg) scale(1.1);
    border-radius: 50%;
}

.finance-feature-card h4[b-iky1r60dfv] {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.finance-feature-card p[b-iky1r60dfv] {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Finance Sprite Positions (4 columns, 2 rows in square image) */
.sprite-fin-clearing[b-iky1r60dfv]   { background-position: 0% 5%; --sprite-accent: #06B6D4; }
.sprite-fin-bank-recon[b-iky1r60dfv] { background-position: 33.33% 5%; --sprite-accent: #F59E0B; }
.sprite-fin-payable[b-iky1r60dfv]    { background-position: 66.66% 5%; --sprite-accent: #10B981; }
.sprite-fin-receivable[b-iky1r60dfv] { background-position: 100% 5%; --sprite-accent: #10B981; }
.sprite-fin-ledger[b-iky1r60dfv]     { background-position: 0% 48%; --sprite-accent: #8B5CF6; }
.sprite-fin-cashflow[b-iky1r60dfv]   { background-position: 33.33% 48%; --sprite-accent: #06B6D4; }
.sprite-fin-assets[b-iky1r60dfv]     { background-position: 66.66% 48%; --sprite-accent: #8B5CF6; }
.sprite-fin-tax[b-iky1r60dfv]        { background-position: 100% 48%; --sprite-accent: #EF4444; }

/* ============================================
   COMPLIANCE BADGES SECTION
   ============================================ */

.compliance-section[b-iky1r60dfv] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 2rem;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.compliance-section[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 40%);
    pointer-events: none;
}

.compliance-content[b-iky1r60dfv] {
    position: relative;
    z-index: 2;
}

.compliance-badges[b-iky1r60dfv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.compliance-badge[b-iky1r60dfv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.compliance-badge:hover[b-iky1r60dfv] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.compliance-badge i[b-iky1r60dfv] {
    font-size: 1.5rem;
    color: #10b981;
}

.compliance-badge span[b-iky1r60dfv] {
    color: white;
    font-weight: 500;
    font-size: 0.9375rem;
}

/* ============================================
   OTHER MODULES PREVIEW
   ============================================ */

.module-preview-card[b-iky1r60dfv] {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.module-preview-card:hover[b-iky1r60dfv] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.module-icon[b-iky1r60dfv] {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.module-preview-card:hover .module-icon[b-iky1r60dfv] {
    transform: translateY(-5px) rotate(8deg) scale(1.1);
}

.module-icon-inventory[b-iky1r60dfv] { background: linear-gradient(135deg, #10b981, #34d399); color: white; box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3); }
.module-icon-finance[b-iky1r60dfv] { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.3); }
.module-icon-pos[b-iky1r60dfv] { background: linear-gradient(135deg, #6366f1, #818cf8); color: white; box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3); }

.module-preview-card h4[b-iky1r60dfv] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.module-preview-card p[b-iky1r60dfv] {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.module-link[b-iky1r60dfv] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6366F1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s ease;
}

.module-link:hover[b-iky1r60dfv] {
    color: #4f46e5;
    gap: 0.625rem;
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section[b-iky1r60dfv] {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%);
    background-size: 200% 200%;
    animation: gradient-shift-b-iky1r60dfv 10s ease infinite;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

.cta-section[b-iky1r60dfv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 30%);
    pointer-events: none;
}

.cta-content[b-iky1r60dfv] {
    position: relative;
    z-index: 2;
}

.cta-btn[b-iky1r60dfv] {
    background: white;
    color: #6366F1;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-btn:hover[b-iky1r60dfv] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #4f46e5;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 992px) {
    .compliance-section[b-iky1r60dfv] {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .compliance-badges[b-iky1r60dfv] {
        gap: 0.75rem;
    }

    .compliance-badge[b-iky1r60dfv] {
        padding: 0.75rem 1rem;
    }
}
/* /Components/Pages/Learn.razor.rz.scp.css */
/* Learn page styles moved to /wwwroot/css/learn.css for proper CSS variable support */
/* This file intentionally empty - styles are loaded globally */
