/* /Pages/AuthCallback.razor.rz.scp.css */
.auth-callback-container[b-pdlwq17dne] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.auth-callback-content[b-pdlwq17dne] {
    text-align: center;
    background: white;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.spinner[b-pdlwq17dne] {
    width: 50px;
    height: 50px;
    margin: 0 auto 24px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-pdlwq17dne 1s linear infinite;
}

@keyframes spin-b-pdlwq17dne {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.auth-callback-content h3[b-pdlwq17dne] {
    margin: 0 0 12px;
    color: #333;
    font-size: 24px;
}

.auth-callback-content p[b-pdlwq17dne] {
    margin: 0;
    color: #666;
}
/* /Pages/IndustryBenchmarks.razor.rz.scp.css */
.benchmarks-container[b-67le0fb5k2] {
    padding: 32px;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-67le0fb5k2] {
    margin-bottom: 40px;
    text-align: center;
}

.header-content[b-67le0fb5k2] {
    display: inline-block;
    text-align: center;
}

.page-header h1[b-67le0fb5k2] {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF5722 0%, #FF8A50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 12px 0;
}

.page-subtitle[b-67le0fb5k2] {
    font-size: 16px;
    color: #374151;
    margin: 0 0 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.subtext-small[b-67le0fb5k2] {
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
    font-weight: 400;
}

.header-badges[b-67le0fb5k2] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.badge[b-67le0fb5k2] {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.badge-primary[b-67le0fb5k2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.badge-secondary[b-67le0fb5k2] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.badge-accent[b-67le0fb5k2] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.loading-state[b-67le0fb5k2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #6b7280;
}

.spinner[b-67le0fb5k2] {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f4f6;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-67le0fb5k2 0.8s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-67le0fb5k2 {
    to { transform: rotate(360deg); }
}

/* Modern Professional Tabs */
.metrics-tabs[b-67le0fb5k2] {
    display: flex;
    gap: 4px;
    margin: 32px 0 24px 0;
    flex-wrap: wrap;
    justify-content: center;
    background: #f9fafb;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.tab-btn[b-67le0fb5k2] {
    padding: 10px 24px;
    background: transparent;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
    letter-spacing: 0.2px;
}

.tab-btn:hover[b-67le0fb5k2] {
    color: #374151;
    background: #ffffff;
}

.tab-btn.active[b-67le0fb5k2] {
    background: #ffffff;
    color: #667eea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.table-container.modern-table[b-67le0fb5k2] {
    background: white;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.benchmarks-table[b-67le0fb5k2] {
    width: 100%;
    border-collapse: collapse;
}

.benchmarks-table thead[b-67le0fb5k2] {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-bottom: 2px solid #e5e7eb;
}

.benchmarks-table th[b-67le0fb5k2] {
    padding: 18px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.benchmarks-table th.sticky-col[b-67le0fb5k2] {
    position: sticky;
    left: 0;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    z-index: 10;
    border-right: 2px solid #e5e7eb;
}

.benchmarks-table th.industry-col[b-67le0fb5k2] {
    width: 280px;
    min-width: 280px;
}

.benchmarks-table th.metric-col[b-67le0fb5k2] {
    width: 18.75%;
    min-width: 150px;
}

.benchmarks-table tbody tr[b-67le0fb5k2] {
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
}

.benchmarks-table tbody tr:hover[b-67le0fb5k2] {
    background-color: #f9fafb;
    transform: scale(1.002);
}

.benchmarks-table td[b-67le0fb5k2] {
    padding: 16px;
    font-size: 14px;
}

.industry-name.sticky-col[b-67le0fb5k2] {
    position: sticky;
    left: 0;
    background: white;
    z-index: 5;
    font-weight: 600;
    color: #111827;
    border-right: 2px solid #f3f4f6;
}

.benchmarks-table tbody tr:hover .industry-name.sticky-col[b-67le0fb5k2] {
    background-color: #f9fafb;
    border-right-color: #e5e7eb;
}

.metric-cell[b-67le0fb5k2] {
    position: relative;
}

.metric-value[b-67le0fb5k2] {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.metric-hint[b-67le0fb5k2] {
    display: block;
    font-size: 10px;
    color: #9ca3af;
    margin-top: 4px;
    font-style: italic;
}

.no-data[b-67le0fb5k2] {
    font-size: 13px;
    color: #d1d5db;
    font-style: italic;
    font-weight: 500;
}

.bar-container[b-67le0fb5k2] {
    width: 100%;
    height: 10px;
    background: #f3f4f6;
    border-radius: 5px;
    overflow: hidden;
}

.bar[b-67le0fb5k2] {
    height: 100%;
    border-radius: 5px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Modern Gradient Bars */
.bar-gradient-blue[b-67le0fb5k2] {
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.bar-gradient-green[b-67le0fb5k2] {
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.bar-gradient-purple[b-67le0fb5k2] {
    background: linear-gradient(90deg, #a78bfa 0%, #8b5cf6 100%);
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.bar-gradient-orange[b-67le0fb5k2] {
    background: linear-gradient(90deg, #fb923c 0%, #f97316 100%);
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

.bar-gradient-pink[b-67le0fb5k2] {
    background: linear-gradient(90deg, #f472b6 0%, #ec4899 100%);
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.3);
}

/* Info Section */
.info-section[b-67le0fb5k2] {
    margin-top: 48px;
}

.info-cards-grid[b-67le0fb5k2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.info-card.modern-card[b-67le0fb5k2] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.info-card.modern-card:hover[b-67le0fb5k2] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.card-icon[b-67le0fb5k2] {
    font-size: 48px;
    margin-bottom: 16px;
}

.info-card.modern-card h3[b-67le0fb5k2] {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
}

.info-card.modern-card p[b-67le0fb5k2] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.card-stats[b-67le0fb5k2] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.stat-badge[b-67le0fb5k2] {
    padding: 6px 14px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.benchmark-list[b-67le0fb5k2],
.use-case-list[b-67le0fb5k2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benchmark-list li[b-67le0fb5k2],
.use-case-list li[b-67le0fb5k2] {
    padding: 8px 0;
    font-size: 14px;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}

.benchmark-list li:last-child[b-67le0fb5k2],
.use-case-list li:last-child[b-67le0fb5k2] {
    border-bottom: none;
}

.benchmark-list strong[b-67le0fb5k2] {
    color: #667eea;
    font-weight: 600;
}

.use-case-list li[b-67le0fb5k2]::before {
    content: "✓ ";
    color: #667eea;
    font-weight: 700;
    margin-right: 8px;
}

/* Performance Summary Card (keeping for user data if present) */
.performance-summary-card[b-67le0fb5k2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
    color: white;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.summary-header[b-67le0fb5k2] {
    margin-bottom: 24px;
}

.summary-title[b-67le0fb5k2] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.trophy-icon[b-67le0fb5k2] {
    font-size: 48px;
}

.summary-title h2[b-67le0fb5k2] {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.summary-subtitle[b-67le0fb5k2] {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .benchmarks-container[b-67le0fb5k2] {
        padding: 24px 16px;
    }
    
    .page-header h1[b-67le0fb5k2] {
        font-size: 28px;
    }
    
    .metrics-tabs[b-67le0fb5k2] {
        flex-wrap: wrap;
    }
    
    .tab-btn[b-67le0fb5k2] {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .page-header h1[b-67le0fb5k2] {
        font-size: 24px;
    }
    
    .header-badges[b-67le0fb5k2] {
        flex-direction: column;
        align-items: center;
    }
    
    .info-cards-grid[b-67le0fb5k2] {
        grid-template-columns: 1fr;
    }
    
    .benchmarks-table[b-67le0fb5k2] {
        font-size: 12px;
    }
    
    .benchmarks-table th[b-67le0fb5k2],
    .benchmarks-table td[b-67le0fb5k2] {
        padding: 12px 8px;
    }
}

.summary-metrics-grid[b-67le0fb5k2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.summary-metric[b-67le0fb5k2] {
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.metric-label-small[b-67le0fb5k2] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-value-large[b-67le0fb5k2] {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.comparison-badge[b-67le0fb5k2] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-badge.good[b-67le0fb5k2] {
    background: rgba(34, 197, 94, 0.3);
    color: #86efac;
}

.comparison-badge.needs-work[b-67le0fb5k2] {
    background: rgba(251, 146, 60, 0.3);
    color: #fdba74;
}

.comparison-info[b-67le0fb5k2] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/* User Performance Row */
.user-performance-row[b-67le0fb5k2] {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-left: 4px solid #667eea;
    font-weight: 500;
}

.user-performance-row:hover[b-67le0fb5k2] {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
}

.you-badge[b-67le0fb5k2] {
    display: inline-block;
    padding: 2px 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 8px;
    letter-spacing: 0.5px;
}

.industry-highlight[b-67le0fb5k2] {
    background: rgba(102, 126, 234, 0.03);
}

/* User Performance Bar Colors */
.bar-user-orange[b-67le0fb5k2] {
    background: linear-gradient(90deg, #a855f7 0%, #9333ea 100%);
}

.bar-user-pink[b-67le0fb5k2] {
    background: linear-gradient(90deg, #ec4899 0%, #db2777 100%);
}

.bar-user-purple[b-67le0fb5k2] {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.bar-user-blue[b-67le0fb5k2] {
    background: linear-gradient(90deg, #06b6d4 0%, #0891b2 100%);
}

.info-section[b-67le0fb5k2] {
    margin-top: 32px;
}

.info-card[b-67le0fb5k2] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
}

.info-card h3[b-67le0fb5k2] {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px 0;
}

.info-card p[b-67le0fb5k2] {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.info-card ul[b-67le0fb5k2] {
    margin: 12px 0;
    padding-left: 20px;
}

.info-card li[b-67le0fb5k2] {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 8px;
}

.data-note[b-67le0fb5k2] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .table-container[b-67le0fb5k2] {
        overflow-x: auto;
    }
    
    .benchmarks-table[b-67le0fb5k2] {
        min-width: 900px;
    }
}

@media (max-width: 768px) {
    .benchmarks-container[b-67le0fb5k2] {
        padding: 16px;
    }
    
    .page-header h1[b-67le0fb5k2] {
        font-size: 24px;
    }
    
    .benchmarks-table th[b-67le0fb5k2],
    .benchmarks-table td[b-67le0fb5k2] {
        padding: 12px 8px;
        font-size: 12px;
    }
    
    .metric-value[b-67le0fb5k2] {
        font-size: 12px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4bj4emc5kp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    min-width: 0;
}

.content-row[b-4bj4emc5kp] {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

main[b-4bj4emc5kp] {
    flex: 1 1 auto !important;
    width: auto !important;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0 !important;
}

.sidebar[b-4bj4emc5kp] {
    background-color: #ffffff;
    border-right: 1px solid #e2e8f0;
    box-shadow: 2px 0 4px rgba(0,0,0,0.05);
}

.top-row[b-4bj4emc5kp] {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    .top-row[b-4bj4emc5kp]  a, .top-row .btn-link[b-4bj4emc5kp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4bj4emc5kp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.user-info[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.credits-badge[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.credits-badge svg[b-4bj4emc5kp] {
    flex-shrink: 0;
}

.credits-text[b-4bj4emc5kp] {
    white-space: nowrap;
}

.user-email[b-4bj4emc5kp] {
    font-weight: 500;
    color: #333;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4bj4emc5kp] {
        display: none;
    }

    .top-row.auth[b-4bj4emc5kp] {
        justify-content: space-between;
    }

    .top-row a[b-4bj4emc5kp], .top-row .btn-link[b-4bj4emc5kp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4bj4emc5kp] {
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        min-width: 0;
    }

    .content-row[b-4bj4emc5kp] {
        display: flex;
        flex-direction: row;
        flex: 1 1 auto;
        min-height: 0;
        min-width: 0;
    }

    .sidebar[b-4bj4emc5kp] {
        flex: 0 0 250px;
        width: 250px;
        min-width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    main[b-4bj4emc5kp] {
        flex: 1 1 auto !important;
        width: auto !important;
        display: flex;
        flex-direction: column;
        min-height: 0;
        min-width: 0 !important;
        overflow-x: hidden;
    }

    .top-row[b-4bj4emc5kp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4bj4emc5kp], article[b-4bj4emc5kp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article.content[b-4bj4emc5kp] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}

.account-dropdown[b-4bj4emc5kp] {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-account[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: white;
    transition: all 0.2s;
    min-width: auto;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    text-decoration: none;
}

.btn-account:hover[b-4bj4emc5kp] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
}

.btn-account:active[b-4bj4emc5kp],
.btn-account:focus[b-4bj4emc5kp] {
    outline: none;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.btn-account svg[b-4bj4emc5kp] {
    flex-shrink: 0;
}

.dropdown-arrow[b-4bj4emc5kp] {
    transition: transform 0.2s;
    margin-left: 4px;
}

.btn-account:hover .dropdown-arrow[b-4bj4emc5kp] {
    transform: rotate(180deg);
}

.account-menu[b-4bj4emc5kp] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 220px;
    z-index: 9999;
    display: block !important;
    visibility: visible !important;
    opacity: 1;
    pointer-events: auto;
}

.account-menu-item[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.account-menu-item:first-child[b-4bj4emc5kp] {
    border-radius: 7px 7px 0 0;
}

.account-menu-item:hover[b-4bj4emc5kp] {
    background: #f9f9f9;
    color: #D97634;
}

.account-menu-item:hover svg[b-4bj4emc5kp] {
    stroke: #D97634;
}

.account-menu-item svg[b-4bj4emc5kp] {
    flex-shrink: 0;
    stroke-width: 2;
}

.account-menu-divider[b-4bj4emc5kp] {
    height: 1px;
    background: #e0e0e0;
    margin: 8px 0;
}

/* Footer Styles */
.app-footer[b-4bj4emc5kp] {
    background-color: #f8f9fa;
    border-top: 1px solid #e2e8f0;
    padding: 2rem 0;
    margin-top: auto;
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.footer-content[b-4bj4emc5kp] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-links[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link[b-4bj4emc5kp] {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.footer-link:hover[b-4bj4emc5kp] {
    color: #764ba2;
    text-decoration: underline;
}

.footer-separator[b-4bj4emc5kp] {
    color: #cbd5e0;
    user-select: none;
}

.footer-copyright[b-4bj4emc5kp] {
    color: #718096;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 640px) {
    .footer-content[b-4bj4emc5kp] {
        padding: 0 1rem;
    }

    .footer-links[b-4bj4emc5kp] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-separator[b-4bj4emc5kp] {
        display: none;
    }
}

/* Auth Buttons */
.auth-buttons[b-4bj4emc5kp] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-login[b-4bj4emc5kp] {
    padding: 10px 24px;
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.1);
}

.btn-login:hover[b-4bj4emc5kp] {
    background: #667eea;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}

.btn-signup[b-4bj4emc5kp] {
    padding: 10px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.btn-signup:hover[b-4bj4emc5kp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.auth-buttons[b-4bj4emc5kp] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-right: 16px;
}

.btn-login[b-4bj4emc5kp],
.btn-signup[b-4bj4emc5kp] {
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.btn-signup:hover[b-4bj4emc5kp] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
}

/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar-nav[b-i6e6xbanax] {
    padding: 2px 0;
}

.section-label[b-i6e6xbanax] {
    padding: 8px 14px 3px 14px;
    margin: 3px 0 1px 0;
    color: #9ca3af;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nav-item[b-i6e6xbanax] {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    margin: 0px 8px;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.15s ease;
    cursor: pointer;
    background: transparent;
    border: none;
    width: calc(100% - 16px);
    text-align: left;
}

.nav-item:hover[b-i6e6xbanax] {
    background-color: #f3f4f6;
    color: #374151 !important;
}

.nav-item:visited[b-i6e6xbanax] {
    color: #374151 !important;
}

.nav-item.active[b-i6e6xbanax],
.nav-item[b-i6e6xbanax]::deep.active {
    background-color: transparent;
    color: #374151 !important;
    font-weight: 500;
}

.nav-icon[b-i6e6xbanax] {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    stroke-width: 2;
    color: #6b7280;
}

.nav-text[b-i6e6xbanax] {
    flex: 1;
}

.nav-group[b-i6e6xbanax] {
    margin: 0px 0;
}

.nav-toggle[b-i6e6xbanax] {
    justify-content: space-between;
}

.nav-toggle.active[b-i6e6xbanax] {
    background-color: transparent;
}

.chevron[b-i6e6xbanax] {
    font-size: 17px;
    font-weight: bold;
    transition: transform 0.2s ease;
    color: #9ca3af;
}

.nav-toggle.active .chevron[b-i6e6xbanax] {
    transform: rotate(90deg);
}

.nav-submenu[b-i6e6xbanax] {
    padding: 1px 0;
    margin-left: 8px;
}

.nav-subitem[b-i6e6xbanax] {
    display: block;
    padding: 5px 12px 5px 36px;
    margin: 0px 8px;
    color: #6b7280 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.15s ease;
}

.nav-subitem:hover[b-i6e6xbanax] {
    background-color: #f9fafb;
    color: #374151 !important;
}

.nav-subitem:visited[b-i6e6xbanax] {
    color: #6b7280 !important;
}

.nav-subitem.active[b-i6e6xbanax],
.nav-subitem[b-i6e6xbanax]::deep.active {
    background-color: transparent;
    color: #374151 !important;
    font-weight: 400;
}

.nav-subitem.discover[b-i6e6xbanax] {
    color: #dc2626 !important;
    font-weight: 400;
}

.nav-subitem.discover:hover[b-i6e6xbanax] {
    color: #b91c1c !important;
}

.nav-subitem.discover:hover[b-i6e6xbanax] {
    color: #b91c1c;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i6e6xbanax] {
        display: none;
    }

    .collapse[b-i6e6xbanax] {
        display: block;
    }
    
    .nav-scrollable[b-i6e6xbanax] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.feature-badge[b-i6e6xbanax] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-subitem span[b-i6e6xbanax] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-submenu-group-label[b-i6e6xbanax] {
    padding: 8px 12px 2px 36px;
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}
