/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-k44h4bwal7] {
    background-color: #f8f9fa;
}

.authentication-page-content[b-k44h4bwal7] {
    background-color: #fff;
}

.authentication-bg[b-k44h4bwal7] {
    background-image: url('/assets/images/auth-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.authentication-bg .bg-overlay[b-k44h4bwal7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(74, 85, 104, 0.9) 0%, rgba(45, 55, 72, 0.95) 100%);
}

.min-vh-100[b-k44h4bwal7] {
    min-height: 100vh;
}

.logo img[b-k44h4bwal7] {
    max-width: 200px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wf50kb66y3],
.components-reconnect-repeated-attempt-visible[b-wf50kb66y3],
.components-reconnect-failed-visible[b-wf50kb66y3],
.components-pause-visible[b-wf50kb66y3],
.components-resume-failed-visible[b-wf50kb66y3],
.components-rejoining-animation[b-wf50kb66y3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-retrying[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-failed[b-wf50kb66y3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wf50kb66y3] {
    display: block;
}


#components-reconnect-modal[b-wf50kb66y3] {
    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-wf50kb66y3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wf50kb66y3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wf50kb66y3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wf50kb66y3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wf50kb66y3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wf50kb66y3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wf50kb66y3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wf50kb66y3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wf50kb66y3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wf50kb66y3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wf50kb66y3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wf50kb66y3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wf50kb66y3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wf50kb66y3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wf50kb66y3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wf50kb66y3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wf50kb66y3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wf50kb66y3 {
    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/Admin/Scraper.razor.rz.scp.css */
.scraper-page[b-g9ngw1v5fg] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-g9ngw1v5fg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.header-left h1[b-g9ngw1v5fg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.header-left p[b-g9ngw1v5fg] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.btn-primary[b-g9ngw1v5fg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-danger[b-g9ngw1v5fg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-danger:hover[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.scraper-grid[b-g9ngw1v5fg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

/* Scraper Cards */
.scraper-card[b-g9ngw1v5fg] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.scraper-card:hover[b-g9ngw1v5fg] {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.scraper-card.keywords[b-g9ngw1v5fg] {
    grid-column: 1 / -1;
}

.card-header[b-g9ngw1v5fg] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-icon[b-g9ngw1v5fg] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    flex-shrink: 0;
}

.card-info[b-g9ngw1v5fg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-title[b-g9ngw1v5fg] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.card-description[b-g9ngw1v5fg] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.status-badge[b-g9ngw1v5fg] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.idle[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #64748b;
}

.status-badge.running[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
    animation: pulse-b-g9ngw1v5fg 2s infinite;
}

@keyframes pulse-b-g9ngw1v5fg {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.card-stats[b-g9ngw1v5fg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item[b-g9ngw1v5fg] {
    text-align: center;
}

.stat-label[b-g9ngw1v5fg] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.stat-value[b-g9ngw1v5fg] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.card-body[b-g9ngw1v5fg] {
    margin-top: 1rem;
}

.form-group[b-g9ngw1v5fg] {
    margin-bottom: 1rem;
}

.form-group label[b-g9ngw1v5fg] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input[type="date"][b-g9ngw1v5fg] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.form-group input[type="date"]:focus[b-g9ngw1v5fg] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group input[type="date"]:disabled[b-g9ngw1v5fg] {
    background: #f8fafc;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Keywords */
.keyword-count[b-g9ngw1v5fg] {
    font-size: 0.75rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-weight: 500;
}

.keywords-list[b-g9ngw1v5fg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.keyword-tag[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.keyword-more[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #64748b;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Toast Messages */
.toast[b-g9ngw1v5fg] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    animation: slideIn-b-g9ngw1v5fg 0.3s ease-out;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.toast.success[b-g9ngw1v5fg] {
    background: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.toast.error[b-g9ngw1v5fg] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.toast-close[b-g9ngw1v5fg] {
    background: none;
    border: none;
    color: inherit;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.toast-close:hover[b-g9ngw1v5fg] {
    opacity: 1;
}

@keyframes slideIn-b-g9ngw1v5fg {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Progress Modal */
.modal-overlay[b-g9ngw1v5fg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.progress-modal[b-g9ngw1v5fg] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-g9ngw1v5fg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.modal-header h2[b-g9ngw1v5fg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.pulse-dot[b-g9ngw1v5fg] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #94a3b8;
}

.pulse-dot.active[b-g9ngw1v5fg] {
    background: #3b82f6;
    animation: pulseDot-b-g9ngw1v5fg 1.5s infinite;
}

.pulse-dot.error[b-g9ngw1v5fg] {
    background: #ef4444;
}

.pulse-dot.complete[b-g9ngw1v5fg] {
    background: #22c55e;
}

@keyframes pulseDot-b-g9ngw1v5fg {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

.modal-actions[b-g9ngw1v5fg] {
    display: flex;
    gap: 0.5rem;
}

.minimize-btn[b-g9ngw1v5fg],
.close-btn[b-g9ngw1v5fg] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.minimize-btn:hover[b-g9ngw1v5fg],
.close-btn:hover:not(:disabled)[b-g9ngw1v5fg] {
    background: #e2e8f0;
    color: #1e293b;
}

.close-btn:disabled[b-g9ngw1v5fg] {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-body[b-g9ngw1v5fg] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

/* Current Stage */
.current-stage[b-g9ngw1v5fg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.stage-icon[b-g9ngw1v5fg] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stage-icon.running[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
}

.stage-icon.error[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #dc2626;
}

.stage-icon.complete[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.stage-icon.warning[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.stage-icon .spinner[b-g9ngw1v5fg] {
    width: 24px;
    height: 24px;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-g9ngw1v5fg 1s linear infinite;
}

@keyframes spin-b-g9ngw1v5fg {
    to { transform: rotate(360deg); }
}

.stage-info h3[b-g9ngw1v5fg] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.stage-info p[b-g9ngw1v5fg] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

/* Progress Log */
.progress-log[b-g9ngw1v5fg] {
    margin-bottom: 1rem;
}

.progress-log h4[b-g9ngw1v5fg] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 0.75rem 0;
}

.log-container[b-g9ngw1v5fg] {
    background: #0f172a;
    border-radius: 8px;
    padding: 1rem;
    max-height: 200px;
    overflow-y: auto;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.75rem;
}

.log-entry[b-g9ngw1v5fg] {
    display: flex;
    gap: 0.75rem;
    padding: 0.25rem 0;
    color: #94a3b8;
}

.log-entry.error[b-g9ngw1v5fg] {
    color: #f87171;
}

.log-entry.success[b-g9ngw1v5fg] {
    color: #4ade80;
}

.log-entry.warning[b-g9ngw1v5fg] {
    color: #fbbf24;
}

.log-time[b-g9ngw1v5fg] {
    color: #64748b;
    flex-shrink: 0;
}

.log-stage[b-g9ngw1v5fg] {
    color: #60a5fa;
    flex-shrink: 0;
}

.log-message[b-g9ngw1v5fg] {
    color: inherit;
}

/* Current Date Info */
.current-date-info[b-g9ngw1v5fg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 8px;
    border: 1px solid #bfdbfe;
}

.date-label[b-g9ngw1v5fg] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.date-value[b-g9ngw1v5fg] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
}

/* Modal Footer */
.modal-footer[b-g9ngw1v5fg] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.btn-secondary[b-g9ngw1v5fg] {
    padding: 0.75rem 1.5rem;
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-g9ngw1v5fg] {
    background: #e2e8f0;
}

/* Minimized Modal */
.minimized-modal[b-g9ngw1v5fg] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid #3b82f6;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    animation: minimizedSlideIn-b-g9ngw1v5fg 0.3s ease-out;
    max-width: 400px;
}

@keyframes minimizedSlideIn-b-g9ngw1v5fg {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.minimized-modal:hover[b-g9ngw1v5fg] {
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.minimized-icon[b-g9ngw1v5fg] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.minimized-content[b-g9ngw1v5fg] {
    flex: 1;
    min-width: 0;
}

.minimized-title[b-g9ngw1v5fg] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.minimized-message[b-g9ngw1v5fg] {
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minimized-count[b-g9ngw1v5fg] {
    font-size: 0.75rem;
    color: #22c55e;
    font-weight: 600;
    margin-top: 0.25rem;
}

.expand-btn[b-g9ngw1v5fg] {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.expand-btn:hover[b-g9ngw1v5fg] {
    background: #3b82f6;
    color: white;
}

/* AI Alerts Panel */
.ai-alerts-panel[b-g9ngw1v5fg] {
    margin-top: 1.5rem;
    background: white;
    border-radius: 12px;
    border: 2px solid #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
    overflow: hidden;
    animation: alertPanelIn-b-g9ngw1v5fg 0.3s ease-out;
}

@keyframes alertPanelIn-b-g9ngw1v5fg {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alerts-header[b-g9ngw1v5fg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-bottom: 1px solid #86efac;
}

.alerts-header h3[b-g9ngw1v5fg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #166534;
    margin: 0;
}

.alert-count[b-g9ngw1v5fg] {
    background: #22c55e;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.alerts-list[b-g9ngw1v5fg] {
    max-height: 300px;
    overflow-y: auto;
}

.alert-item[b-g9ngw1v5fg] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s ease;
    animation: alertItemIn-b-g9ngw1v5fg 0.3s ease-out;
}

@keyframes alertItemIn-b-g9ngw1v5fg {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.alert-item:hover[b-g9ngw1v5fg] {
    background: #f8fafc;
}

.alert-item:last-child[b-g9ngw1v5fg] {
    border-bottom: none;
}

.alert-icon[b-g9ngw1v5fg] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    flex-shrink: 0;
}

.alert-content[b-g9ngw1v5fg] {
    flex: 1;
    min-width: 0;
}

.alert-company[b-g9ngw1v5fg] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert-meta[b-g9ngw1v5fg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.filing-type[b-g9ngw1v5fg] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1d4ed8;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

.alert-time[b-g9ngw1v5fg] {
    font-size: 0.7rem;
    color: #94a3b8;
}

.alert-keywords[b-g9ngw1v5fg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.kw-tag[b-g9ngw1v5fg] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    font-size: 0.65rem;
}

.alert-link[b-g9ngw1v5fg] {
    width: 28px;
    height: 28px;
    background: #f1f5f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.alert-link:hover[b-g9ngw1v5fg] {
    background: #3b82f6;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .scraper-page[b-g9ngw1v5fg] {
        padding: 1rem;
    }

    .page-header[b-g9ngw1v5fg] {
        flex-direction: column;
        gap: 1rem;
    }

    .scraper-grid[b-g9ngw1v5fg] {
        grid-template-columns: 1fr;
    }

    .card-stats[b-g9ngw1v5fg] {
        grid-template-columns: 1fr;
    }

    .progress-modal[b-g9ngw1v5fg] {
        max-height: 95vh;
    }

    .alerts-list[b-g9ngw1v5fg] {
        max-height: 200px;
    }
}
/* /Components/Pages/AIMetrics/AIMetricsModal.razor.rz.scp.css */
.modal-overlay[b-oqquicy2t3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    padding: 1rem;
}

.modal-container[b-oqquicy2t3] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.modal-container.view-mode[b-oqquicy2t3] {
    max-width: 900px;
}

/* Modal Header */
.modal-header[b-oqquicy2t3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h2[b-oqquicy2t3] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.modal-close[b-oqquicy2t3] {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close:hover[b-oqquicy2t3] {
    background: #f1f5f9;
    color: #1e293b;
}

/* Modal Body */
.modal-body[b-oqquicy2t3] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

/* Error Alert */
.error-alert[b-oqquicy2t3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    color: #ef4444;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

/* Form Tabs */
.form-tabs[b-oqquicy2t3] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0;
    overflow-x: auto;
}

.tab-btn[b-oqquicy2t3] {
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    color: #71717a;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.tab-btn:hover[b-oqquicy2t3] {
    color: #1e293b;
}

.tab-btn.active[b-oqquicy2t3] {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
}

/* Tab Content */
.tab-content[b-oqquicy2t3] {
    display: none;
}

.tab-content.active[b-oqquicy2t3] {
    display: block;
}

/* Form Layout */
.form-row[b-oqquicy2t3] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-row.three-col[b-oqquicy2t3] {
    grid-template-columns: repeat(3, 1fr);
}

.form-group[b-oqquicy2t3] {
    display: flex;
    flex-direction: column;
}

.form-group.full-width[b-oqquicy2t3] {
    grid-column: 1 / -1;
}

.form-group label[b-oqquicy2t3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.required[b-oqquicy2t3] {
    color: #ef4444;
}

.scraped-badge[b-oqquicy2t3], .auto-badge[b-oqquicy2t3] {
    font-size: 0.65rem;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.scraped-badge[b-oqquicy2t3] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.auto-badge[b-oqquicy2t3] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

/* Form Inputs */
.form-input[b-oqquicy2t3], .form-select[b-oqquicy2t3], .form-textarea[b-oqquicy2t3] {
    padding: 0.75rem 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #1e293b;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-oqquicy2t3], .form-select:focus[b-oqquicy2t3], .form-textarea:focus[b-oqquicy2t3] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input[b-oqquicy2t3]::placeholder, .form-textarea[b-oqquicy2t3]::placeholder {
    color: #94a3b8;
}

.form-input.scraped[b-oqquicy2t3] {
    background: #f8fafc;
    color: #64748b;
}

.form-input:disabled[b-oqquicy2t3], .form-select:disabled[b-oqquicy2t3], .form-textarea:disabled[b-oqquicy2t3] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-select[b-oqquicy2t3] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.5rem;
}

.form-textarea[b-oqquicy2t3] {
    resize: vertical;
    min-height: 80px;
}

.input-with-badge[b-oqquicy2t3] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-badge .form-input[b-oqquicy2t3] {
    flex: 1;
}

.verified-badge[b-oqquicy2t3] {
    position: absolute;
    right: 0.75rem;
    font-size: 0.7rem;
    padding: 0.125rem 0.5rem;
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
    border-radius: 4px;
    font-weight: 600;
}

.validation-error[b-oqquicy2t3] {
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.375rem;
}

/* Calculated Field */
.calculated-field[b-oqquicy2t3] {
    padding: 0.75rem 1rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
}

/* Section Divider */
.section-divider[b-oqquicy2t3] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.section-divider[b-oqquicy2t3]::before,
.section-divider[b-oqquicy2t3]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.section-divider span[b-oqquicy2t3] {
    padding: 0 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Scores Grid */
.scores-grid[b-oqquicy2t3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.score-card[b-oqquicy2t3] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.score-label[b-oqquicy2t3] {
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.score-value[b-oqquicy2t3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

/* Total Exposure Card */
.total-exposure-card[b-oqquicy2t3] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.exposure-label[b-oqquicy2t3] {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
}

.exposure-value[b-oqquicy2t3] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}

.exposure-value.high[b-oqquicy2t3] {
    color: #4ade80;
}

.exposure-value.medium[b-oqquicy2t3] {
    color: #fb923c;
}

.exposure-value.low[b-oqquicy2t3] {
    color: #a1a1aa;
}

/* Advanced Metrics */
.advanced-metrics[b-oqquicy2t3] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.metric-row[b-oqquicy2t3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.metric-row:last-child[b-oqquicy2t3] {
    border-bottom: none;
}

.metric-label[b-oqquicy2t3] {
    font-size: 0.875rem;
    color: #64748b;
}

.metric-value[b-oqquicy2t3] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    font-family: monospace;
}

/* Modal Footer */
.modal-footer[b-oqquicy2t3] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.btn-secondary[b-oqquicy2t3], .btn-primary[b-oqquicy2t3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-secondary[b-oqquicy2t3] {
    background: white;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover[b-oqquicy2t3] {
    background: #f1f5f9;
}

.btn-primary[b-oqquicy2t3] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    min-width: 140px;
}

.btn-primary:hover:not(:disabled)[b-oqquicy2t3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-primary:disabled[b-oqquicy2t3] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-spinner[b-oqquicy2t3] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-oqquicy2t3 0.8s linear infinite;
}

@keyframes spin-b-oqquicy2t3 {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 1024px) {
    .modal-container[b-oqquicy2t3] {
        width: 95%;
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .modal-overlay[b-oqquicy2t3] {
        padding: 0.5rem;
    }

    .modal-container[b-oqquicy2t3] {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 12px;
    }

    .modal-header[b-oqquicy2t3] {
        padding: 1rem;
    }

    .modal-title[b-oqquicy2t3] {
        font-size: 1.125rem;
    }

    .form-row[b-oqquicy2t3] {
        grid-template-columns: 1fr;
    }

    .form-row.three-col[b-oqquicy2t3] {
        grid-template-columns: 1fr;
    }

    .scores-grid[b-oqquicy2t3] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .total-exposure-card[b-oqquicy2t3] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 1rem;
    }

    .exposure-value[b-oqquicy2t3] {
        font-size: 1.5rem;
    }

    .form-tabs[b-oqquicy2t3] {
        gap: 0.25rem;
        flex-wrap: wrap;
    }

    .tab-btn[b-oqquicy2t3] {
        padding: 0.5rem 0.625rem;
        font-size: 0.75rem;
        flex: 1;
        min-width: 0;
        text-align: center;
    }

    .modal-footer[b-oqquicy2t3] {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .modal-overlay[b-oqquicy2t3] {
        padding: 0;
    }

    .modal-container[b-oqquicy2t3] {
        border-radius: 0;
        max-height: 100dvh;
    }

    .modal-header[b-oqquicy2t3] {
        padding: 0.875rem;
    }

    .modal-title[b-oqquicy2t3] {
        font-size: 1rem;
    }

    .modal-body[b-oqquicy2t3] {
        padding: 0.875rem;
    }

    .form-tabs[b-oqquicy2t3] {
        gap: 0.125rem;
    }

    .tab-btn[b-oqquicy2t3] {
        padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .form-section-title[b-oqquicy2t3] {
        font-size: 0.875rem;
    }

    .form-group label[b-oqquicy2t3] {
        font-size: 0.8rem;
    }

    .form-input[b-oqquicy2t3], .form-select[b-oqquicy2t3], .form-textarea[b-oqquicy2t3] {
        padding: 0.625rem 0.75rem;
        font-size: 0.875rem;
    }

    .scores-grid[b-oqquicy2t3] {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .score-card[b-oqquicy2t3] {
        padding: 0.75rem;
    }

    .score-value[b-oqquicy2t3] {
        font-size: 1.25rem;
    }

    .score-label[b-oqquicy2t3] {
        font-size: 0.7rem;
    }

    .metric-row[b-oqquicy2t3] {
        padding: 0.625rem 0.75rem;
    }

    .metric-label[b-oqquicy2t3] {
        font-size: 0.8rem;
    }

    .metric-value[b-oqquicy2t3] {
        font-size: 0.8rem;
    }

    .modal-footer[b-oqquicy2t3] {
        flex-direction: column;
        padding: 0.875rem;
    }

    .btn-secondary[b-oqquicy2t3], .btn-primary[b-oqquicy2t3] {
        width: 100%;
        padding: 0.75rem;
    }
}
/* /Components/Pages/AIMetrics/CompanyDetail.razor.rz.scp.css */
.detail-page[b-rywvwey1j9] {
    padding: 0;
    background: #f8fafc;
    min-height: auto;
}

.loading-state[b-rywvwey1j9], .empty-state[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #71717a;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.spinner[b-rywvwey1j9] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-rywvwey1j9 0.8s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-rywvwey1j9 {
    to { transform: rotate(360deg); }
}

.empty-state svg[b-rywvwey1j9] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-state h3[b-rywvwey1j9] {
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
}

.empty-state p[b-rywvwey1j9] {
    margin: 0 0 1.5rem 0;
    font-size: 0.9rem;
}

/* Page Header */
.page-header[b-rywvwey1j9] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-actions[b-rywvwey1j9] {
    display: flex;
    gap: 0.75rem;
}

.btn-back-link[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back-link:hover[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #1e293b;
}

.btn-back[b-rywvwey1j9] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back:hover[b-rywvwey1j9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-edit[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit:hover[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #1e293b;
    border-color: #cbd5e1;
}

.btn-cancel[b-rywvwey1j9] {
    padding: 0.625rem 1.25rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-rywvwey1j9] {
    background: #e2e8f0;
}

.btn-save[b-rywvwey1j9] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-save:hover:not(:disabled)[b-rywvwey1j9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.btn-save:disabled[b-rywvwey1j9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-create[b-rywvwey1j9] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-create:hover[b-rywvwey1j9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.save-success-banner[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    color: #16a34a;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.ticker-badge[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8rem;
    color: white;
}

.verified-badge[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.5rem;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 4px;
    font-size: 0.75rem;
    color: #16a34a;
}

/* Company Header Card */
.company-header-card[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.company-header-content[b-rywvwey1j9] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.company-logo-large[b-rywvwey1j9] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.company-header-info h1[b-rywvwey1j9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.company-meta[b-rywvwey1j9] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.meta-item[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

.meta-item svg[b-rywvwey1j9] {
    color: #94a3b8;
}

.company-stats[b-rywvwey1j9] {
    display: flex;
    gap: 1rem;
}

.stat-box[b-rywvwey1j9] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    text-align: center;
    min-width: 120px;
}

.stat-number[b-rywvwey1j9] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.stat-label[b-rywvwey1j9] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-box.highlight[b-rywvwey1j9] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(29, 78, 216, 0.1) 100%);
    border-color: rgba(59, 130, 246, 0.2);
}

.stat-box.highlight .stat-number[b-rywvwey1j9] {
    color: #3b82f6;
}

/* Tabs Container */
.tabs-container[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.tabs-header[b-rywvwey1j9] {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 0;
    scrollbar-width: thin;
}

.tabs-header[b-rywvwey1j9]::-webkit-scrollbar {
    height: 4px;
}

.tabs-header[b-rywvwey1j9]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.tab-btn[b-rywvwey1j9] {
    flex-shrink: 0;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab-btn:hover[b-rywvwey1j9] {
    color: #1e293b;
    background: rgba(59, 130, 246, 0.05);
}

.tab-btn.active[b-rywvwey1j9] {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
    background: white;
}

.tab-badge[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 0.375rem;
    background: #e2e8f0;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
}

.tab-btn.active .tab-badge[b-rywvwey1j9] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

.tab-content[b-rywvwey1j9] {
    padding: 1.5rem;
}

.no-metrics-state[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

.no-metrics-state p[b-rywvwey1j9] {
    margin: 0 0 1.5rem 0;
}

/* Form Grid */
.form-grid[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.form-group[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full-width[b-rywvwey1j9] {
    grid-column: 1 / -1;
}

.form-group.calculated[b-rywvwey1j9] {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 8px;
    border: 1px dashed #e2e8f0;
}

.form-group.highlight-box[b-rywvwey1j9] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(29, 78, 216, 0.1) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.form-group label[b-rywvwey1j9] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calc-badge[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.125rem 0.375rem;
    background: #e2e8f0;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.form-group input[b-rywvwey1j9],
.form-group select[b-rywvwey1j9],
.form-group textarea[b-rywvwey1j9] {
    padding: 0.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b !important;
    transition: all 0.2s ease;
}

.form-group input:focus[b-rywvwey1j9],
.form-group select:focus[b-rywvwey1j9],
.form-group textarea:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea[b-rywvwey1j9] {
    resize: vertical;
    min-height: 80px;
}

.field-value[b-rywvwey1j9] {
    font-size: 1rem;
    color: #1e293b;
    padding: 0.5rem 0;
}

.field-value.multiline[b-rywvwey1j9] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.field-value.notes[b-rywvwey1j9] {
    color: #64748b;
    font-style: italic;
}

.field-value.highlight[b-rywvwey1j9] {
    color: #3b82f6;
    font-weight: 600;
}

.field-value.score[b-rywvwey1j9] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.field-value.score-large[b-rywvwey1j9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3b82f6;
}

.field-link[b-rywvwey1j9] {
    color: #3b82f6;
    text-decoration: none;
    word-break: break-all;
}

.field-link:hover[b-rywvwey1j9] {
    text-decoration: underline;
}

/* Toggle Switch */
.toggle-switch[b-rywvwey1j9] {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.toggle-switch input[b-rywvwey1j9] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-rywvwey1j9] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: 0.3s;
    border-radius: 26px;
}

.toggle-slider[b-rywvwey1j9]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.toggle-switch input:checked + .toggle-slider[b-rywvwey1j9] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.toggle-switch input:checked + .toggle-slider[b-rywvwey1j9]:before {
    transform: translateX(22px);
}

/* Badges */
.badge-role[b-rywvwey1j9], .badge-maturity[b-rywvwey1j9], .badge-hiring[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.role-ai-first[b-rywvwey1j9] { background: rgba(139, 92, 246, 0.2); color: #a78bfa; }
.role-ai-enhanced[b-rywvwey1j9] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.role-ai-enabled[b-rywvwey1j9] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }

.maturity-leader[b-rywvwey1j9] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.maturity-established[b-rywvwey1j9] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.maturity-developing[b-rywvwey1j9] { background: rgba(249, 115, 22, 0.2); color: #fb923c; }

.hiring-aggressive[b-rywvwey1j9] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.hiring-growing[b-rywvwey1j9] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.hiring-stable[b-rywvwey1j9] { background: rgba(113, 113, 122, 0.2); color: #a1a1aa; }
.hiring-declining[b-rywvwey1j9] { background: rgba(249, 115, 22, 0.2); color: #fb923c; }
.hiring-freezing[b-rywvwey1j9] { background: rgba(239, 68, 68, 0.2); color: #f87171; }

/* Scoring Section */
.scoring-section[b-rywvwey1j9] {
    margin-bottom: 2rem;
}

.scoring-section:last-child[b-rywvwey1j9] {
    margin-bottom: 0;
}

.scoring-section h3[b-rywvwey1j9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Metadata Section */
.metadata-section[b-rywvwey1j9] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.metadata-section h3[b-rywvwey1j9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metadata-grid[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.metadata-item[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.metadata-item label[b-rywvwey1j9] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metadata-item span[b-rywvwey1j9] {
    font-size: 0.875rem;
    color: #1e293b;
}

/* Section Card */
.section-card[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-header[b-rywvwey1j9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.section-header h2[b-rywvwey1j9] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.count-badge[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 0.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
}

.btn-edit[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit:hover[b-rywvwey1j9] {
    background: #e2e8f0;
    color: #1e293b;
}

/* Metrics Grid */
.metrics-grid[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}

.metric-item[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.metric-item.full-width[b-rywvwey1j9] {
    grid-column: 1 / -1;
}

.metric-item label[b-rywvwey1j9] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metric-item span[b-rywvwey1j9] {
    font-size: 1rem;
    color: #1e293b;
}

.metric-item input[b-rywvwey1j9],
.metric-item textarea[b-rywvwey1j9] {
    padding: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.metric-item input:focus[b-rywvwey1j9],
.metric-item textarea:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.notes-text[b-rywvwey1j9] {
    color: #64748b !important;
    font-style: italic;
}

.edit-actions[b-rywvwey1j9] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
}

.btn-save[b-rywvwey1j9] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-save:hover:not(:disabled)[b-rywvwey1j9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.btn-save:disabled[b-rywvwey1j9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.save-success[b-rywvwey1j9] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    color: #16a34a;
    font-size: 0.875rem;
    text-align: center;
}

/* Announcements List */
.empty-announcements[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #94a3b8;
}

.empty-announcements svg[b-rywvwey1j9] {
    margin-bottom: 1rem;
}

.empty-announcements p[b-rywvwey1j9] {
    margin: 0;
}

.announcements-list[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.announcement-item[b-rywvwey1j9] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.announcement-item:last-child[b-rywvwey1j9] {
    border-bottom: none;
}

.announcement-icon[b-rywvwey1j9] {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    flex-shrink: 0;
}

.announcement-content[b-rywvwey1j9] {
    flex: 1;
    min-width: 0;
}

.announcement-headline[b-rywvwey1j9] {
    display: block;
    font-weight: 500;
    color: #1e293b;
    text-decoration: none;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.announcement-headline:hover[b-rywvwey1j9] {
    color: #3b82f6;
}

.announcement-meta[b-rywvwey1j9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.filing-type[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: #f1f5f9;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.filing-date[b-rywvwey1j9] {
    font-size: 0.8rem;
    color: #94a3b8;
}

.ai-tag[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
}

.matched-keywords[b-rywvwey1j9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.5rem;
}

.keywords-label[b-rywvwey1j9] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.keyword-tag[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.15rem 0.4rem;
    background: #fef3c7;
    border-radius: 4px;
    font-size: 0.7rem;
    color: #92400e;
}

.announcement-time[b-rywvwey1j9] {
    font-size: 0.8rem;
    color: #94a3b8;
    white-space: nowrap;
}

/* Announcements Table */
.announcements-table-container[b-rywvwey1j9] {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.announcements-table[b-rywvwey1j9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.announcements-table thead[b-rywvwey1j9] {
    background: #f8fafc;
}

.announcements-table th[b-rywvwey1j9] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #64748b;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.announcements-table th.numeric[b-rywvwey1j9] {
    text-align: right;
}

.announcements-table td[b-rywvwey1j9] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    vertical-align: middle;
}

.announcements-table td.numeric[b-rywvwey1j9] {
    text-align: right;
    font-family: 'Monaco', monospace;
    font-size: 0.8rem;
}

.announcements-table td.date-cell[b-rywvwey1j9] {
    white-space: nowrap;
    color: #64748b;
}

.announcements-table tbody tr:hover[b-rywvwey1j9] {
    background: #f8fafc;
}

.announcements-table tbody tr.processed[b-rywvwey1j9] {
    background: rgba(34, 197, 94, 0.05);
}

.announcements-table tbody tr.pending-row[b-rywvwey1j9] {
    background: rgba(251, 191, 36, 0.05);
}

/* Announcements Card */
.announcements-card[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-top: 1.5rem;
    overflow: hidden;
}

.announcements-card-header[b-rywvwey1j9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-title svg[b-rywvwey1j9] {
    color: #3b82f6;
}

.header-title h3[b-rywvwey1j9] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.announcements-count[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 0.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.announcements-filters[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label[b-rywvwey1j9] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.filter-group select[b-rywvwey1j9],
.filter-group input[type="date"][b-rywvwey1j9] {
    padding: 0.375rem 0.625rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #1e293b;
    background: white;
}

.filter-group select:focus[b-rywvwey1j9],
.filter-group input[type="date"]:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
}

.btn-clear-filters[b-rywvwey1j9] {
    padding: 0.375rem 0.75rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-clear-filters:hover[b-rywvwey1j9] {
    background: #e2e8f0;
    color: #1e293b;
}

/* Sortable Headers */
.sortable[b-rywvwey1j9] {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 1.5rem !important;
}

.sortable:hover[b-rywvwey1j9] {
    background: #f1f5f9;
}

.sort-icon[b-rywvwey1j9] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.3;
}

.sortable:hover .sort-icon[b-rywvwey1j9] {
    opacity: 0.6;
}

.sort-asc .sort-icon[b-rywvwey1j9] {
    border-bottom: 5px solid #3b82f6;
    border-top: none;
    opacity: 1;
}

.sort-desc .sort-icon[b-rywvwey1j9] {
    border-top: 5px solid #3b82f6;
    border-bottom: none;
    opacity: 1;
}

/* Pagination */
.pagination[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.page-btn[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 0.5rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.page-btn:hover:not(:disabled)[b-rywvwey1j9] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.page-btn.active[b-rywvwey1j9] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.page-btn:disabled[b-rywvwey1j9] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-ellipsis[b-rywvwey1j9] {
    color: #94a3b8;
    padding: 0 0.25rem;
}

.page-size-select[b-rywvwey1j9] {
    margin-left: 1rem;
    padding: 0.375rem 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #64748b;
    background: white;
    cursor: pointer;
}

.page-size-select:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
}

.headline-link[b-rywvwey1j9] {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s;
}

.headline-link:hover[b-rywvwey1j9] {
    color: #3b82f6;
}

.ai-badge[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.125rem 0.375rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 600;
    color: white;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.status-badge[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.processed[b-rywvwey1j9] {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
}

.status-badge.pending[b-rywvwey1j9] {
    background: rgba(251, 191, 36, 0.15);
    color: #d97706;
}

.btn-edit-row[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.625rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit-row:hover[b-rywvwey1j9] {
    background: #e2e8f0;
    color: #1e293b;
}

/* Announcements Summary */
.announcements-summary[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
}

.summary-item[b-rywvwey1j9] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}

.summary-label[b-rywvwey1j9] {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.375rem;
}

.summary-value[b-rywvwey1j9] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
}

/* Modal Styles */
.modal-overlay[b-rywvwey1j9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-rywvwey1j9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-rywvwey1j9] {
    margin: 0;
    font-size: 1.125rem;
    color: #1e293b;
}

.modal-close[b-rywvwey1j9] {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0.375rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #1e293b;
}

.modal-body[b-rywvwey1j9] {
    padding: 1.5rem;
}

.modal-announcement-info[b-rywvwey1j9] {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.modal-headline[b-rywvwey1j9] {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b !important;
    line-height: 1.4;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    display: inline-block;
}

.modal-date[b-rywvwey1j9] {
    margin: 0;
    font-size: 0.75rem;
    color: #64748b !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 0.25rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    display: inline-block;
}

.modal-form-grid[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.modal-form-group[b-rywvwey1j9] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.modal-form-group.checkbox[b-rywvwey1j9] {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.modal-form-group label[b-rywvwey1j9] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1e293b !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.modal-form-group input[type="number"][b-rywvwey1j9] {
    padding: 0.625rem 0.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b !important;
    transition: all 0.2s;
}

.modal-form-group input[type="number"]:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-form-group input[type="checkbox"][b-rywvwey1j9] {
    width: 16px;
    height: 16px;
    accent-color: #3b82f6;
}

.checkbox-label[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
}

.form-hint[b-rywvwey1j9] {
    font-size: 0.65rem;
    color: #94a3b8;
}

.modal-message[b-rywvwey1j9] {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.8rem;
}

.modal-message.success[b-rywvwey1j9] {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.modal-message.error[b-rywvwey1j9] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.modal-footer[b-rywvwey1j9] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.btn-modal-cancel[b-rywvwey1j9] {
    padding: 0.625rem 1.25rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-modal-cancel:hover[b-rywvwey1j9] {
    background: #e2e8f0;
    color: #1e293b;
}

.btn-modal-save[b-rywvwey1j9] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-modal-save:hover:not(:disabled)[b-rywvwey1j9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.btn-modal-save:disabled[b-rywvwey1j9] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .company-header-card[b-rywvwey1j9] {
        padding: 1.5rem;
        flex-direction: column;
    }

    .company-header-content[b-rywvwey1j9] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .company-meta[b-rywvwey1j9] {
        justify-content: center;
    }

    .company-stats[b-rywvwey1j9] {
        width: 100%;
        justify-content: center;
    }

    .stat-box[b-rywvwey1j9] {
        flex: 1;
        min-width: 100px;
    }

    .metrics-grid[b-rywvwey1j9] {
        grid-template-columns: 1fr;
    }

    .announcement-item[b-rywvwey1j9] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .announcement-time[b-rywvwey1j9] {
        align-self: flex-start;
    }

    .announcements-summary[b-rywvwey1j9] {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-form-grid[b-rywvwey1j9] {
        grid-template-columns: 1fr;
    }

    .modal-form-group.checkbox[b-rywvwey1j9] {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .announcements-summary[b-rywvwey1j9] {
        grid-template-columns: 1fr;
    }

    .tabs-header[b-rywvwey1j9] {
        gap: 0;
    }

    .tab-btn[b-rywvwey1j9] {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
    }
}

/* Quarterly Scoring Table */
.quarterly-scoring-card[b-rywvwey1j9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-top: 1.5rem;
    overflow: hidden;
}

.quarterly-scoring-header[b-rywvwey1j9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.quarterly-scoring-header .header-title[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.quarterly-scoring-header .header-title h3[b-rywvwey1j9] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.quarterly-scoring-header .header-title svg[b-rywvwey1j9] {
    color: #3b82f6;
}

.year-selector[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.year-selector label[b-rywvwey1j9] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.year-selector select[b-rywvwey1j9] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #1e293b;
    background: white;
    cursor: pointer;
    min-width: 100px;
}

.year-selector select:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
}

.quarterly-table-container[b-rywvwey1j9] {
    overflow-x: auto;
}

.quarterly-table[b-rywvwey1j9] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.quarterly-table th[b-rywvwey1j9],
.quarterly-table td[b-rywvwey1j9] {
    padding: 0.875rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.quarterly-table th.numeric[b-rywvwey1j9],
.quarterly-table td.numeric[b-rywvwey1j9] {
    min-width: 100px;
}

.quarterly-table th[b-rywvwey1j9] {
    background: #f8fafc;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quarterly-table th.numeric[b-rywvwey1j9],
.quarterly-table td.numeric[b-rywvwey1j9] {
    text-align: right;
}

.quarterly-table tbody tr:hover[b-rywvwey1j9] {
    background: #f8fafc;
}

.quarter-row[b-rywvwey1j9] {
    background: white;
}

.quarter-row:hover[b-rywvwey1j9] {
    background: #f8fafc;
}

.quarter-cell[b-rywvwey1j9] {
    vertical-align: middle;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    text-align: center;
    min-width: 100px;
    padding: 1rem !important;
}

.quarter-label[b-rywvwey1j9] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.quarter-period[b-rywvwey1j9] {
    display: block;
    font-size: 0.75rem;
    color: white;
    opacity: 1;
    margin-top: 0.25rem;
}

.score-cell[b-rywvwey1j9] {
    min-width: 100px;
}

.score-badge[b-rywvwey1j9] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.score-badge.no-score[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #94a3b8;
}

.score-badge.low[b-rywvwey1j9] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}

.score-badge.medium[b-rywvwey1j9] {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.score-badge.high[b-rywvwey1j9] {
    background: rgba(34, 197, 94, 0.1);
    color: #059669;
}

.status-badge.no-data[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #94a3b8;
}

.totals-row[b-rywvwey1j9] {
    background: #f8fafc;
    font-weight: 600;
}

.totals-row td[b-rywvwey1j9] {
    border-top: 2px solid #e2e8f0;
    color: #000000 !important;
}

.totals-row td strong[b-rywvwey1j9] {
    color: #000000 !important;
}

@media (max-width: 768px) {
    .quarterly-scoring-header[b-rywvwey1j9] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .quarterly-table th[b-rywvwey1j9],
    .quarterly-table td[b-rywvwey1j9] {
        padding: 0.625rem 0.5rem;
        font-size: 0.75rem;
    }

    .quarter-label[b-rywvwey1j9] {
        font-size: 1rem;
    }

    .quarter-period[b-rywvwey1j9] {
        font-size: 0.6rem;
    }
}

/* Clickable Quarter Row */
.quarter-row.clickable[b-rywvwey1j9] {
    cursor: pointer;
    transition: background 0.2s;
}

.quarter-row.clickable:hover[b-rywvwey1j9] {
    background: #f0f9ff;
}

/* View Quarter Button */
.btn-view-quarter[b-rywvwey1j9] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-view-quarter:hover[b-rywvwey1j9] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.btn-view-quarter svg[b-rywvwey1j9] {
    width: 14px;
    height: 14px;
}

/* Total Exposure Badge */
.score-badge.total-exposure[b-rywvwey1j9] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

/* Quarter Modal */
.quarter-modal[b-rywvwey1j9] {
    max-width: 700px;
    width: 95%;
}

.quarter-modal-section[b-rywvwey1j9] {
    margin-bottom: 1.5rem;
}

.quarter-modal-section h4[b-rywvwey1j9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.quarter-metrics-grid[b-rywvwey1j9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.quarter-metric-item[b-rywvwey1j9] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.quarter-metric-item.highlight[b-rywvwey1j9] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #93c5fd;
}

.quarter-metric-item label[b-rywvwey1j9] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}

.quarter-metric-item .metric-value[b-rywvwey1j9] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.quarter-metric-item .score-badge[b-rywvwey1j9] {
    font-size: 1rem;
}

.quarter-status-info[b-rywvwey1j9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.status-badge.large[b-rywvwey1j9] {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.status-count[b-rywvwey1j9] {
    font-size: 0.875rem;
    color: #64748b;
}

.modal-footer[b-rywvwey1j9] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.btn-secondary[b-rywvwey1j9] {
    padding: 0.625rem 1.25rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-rywvwey1j9] {
    background: #f1f5f9;
    color: #1e293b;
}

/* Announcement Modal */
.announcement-modal[b-rywvwey1j9] {
    max-width: 800px;
    width: 95%;
}

.modal-section[b-rywvwey1j9] {
    margin-bottom: 1.5rem;
}

.modal-section h4[b-rywvwey1j9] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem 0;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    display: inline-block;
}

.modal-form-grid.five-cols[b-rywvwey1j9] {
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
    .modal-form-grid.five-cols[b-rywvwey1j9] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .announcement-modal[b-rywvwey1j9] {
        max-width: 100%;
    }
}

/* Company Profile Section */
.profile-container[b-rywvwey1j9] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.profile-container .section-header[b-rywvwey1j9] {
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.profile-container .section-header h3[b-rywvwey1j9] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.profile-content[b-rywvwey1j9] {
    padding: 1.5rem;
}

/* Modal Scrollable */
.modal-scrollable[b-rywvwey1j9] {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-form-grid.two-cols[b-rywvwey1j9] {
    grid-template-columns: 1fr;
}

.announcement-modal[b-rywvwey1j9] {
    max-width: 900px;
    width: 95%;
}

.announcement-modal .modal-body[b-rywvwey1j9] {
    padding: 1.5rem;
}

.announcement-modal textarea[b-rywvwey1j9] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    resize: vertical;
    font-family: inherit;
}

.announcement-modal textarea:focus[b-rywvwey1j9] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
/* /Components/Pages/AIMetrics/Index.razor.rz.scp.css */
.ai-metrics-page[b-s4zlwpc2kt] {
    padding: 0;
    background: #f8fafc;
    min-height: auto;
}

/* Page Header */
.page-header[b-s4zlwpc2kt] {
    margin-bottom: 1.5rem;
}

.header-content[b-s4zlwpc2kt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title-section h1[b-s4zlwpc2kt] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.header-subtitle[b-s4zlwpc2kt] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.header-actions[b-s4zlwpc2kt] {
    display: flex;
    gap: 0.75rem;
}

.btn-export[b-s4zlwpc2kt], .btn-add[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-export[b-s4zlwpc2kt] {
    background: white;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.btn-export:hover[b-s4zlwpc2kt] {
    background: #f1f5f9;
    color: #1e293b;
}

.btn-add[b-s4zlwpc2kt] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

.btn-add:hover[b-s4zlwpc2kt] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

/* Stats Grid */
.stats-grid[b-s4zlwpc2kt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-s4zlwpc2kt] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.stat-icon[b-s4zlwpc2kt] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon.blue[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.stat-icon.green[b-s4zlwpc2kt] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.stat-icon.purple[b-s4zlwpc2kt] {
    background: rgba(139, 92, 246, 0.15);
    color: #8b5cf6;
}

.stat-icon.orange[b-s4zlwpc2kt] {
    background: rgba(249, 115, 22, 0.15);
    color: #f97316;
}

.stat-content[b-s4zlwpc2kt] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-s4zlwpc2kt] {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.stat-value[b-s4zlwpc2kt] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

/* Filters Section */
.filters-section[b-s4zlwpc2kt] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.search-box[b-s4zlwpc2kt] {
    flex: 1;
    min-width: 250px;
    position: relative;
    display: flex;
    align-items: center;
}

.status-filters[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.status-filters label[b-s4zlwpc2kt] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.status-filters select[b-s4zlwpc2kt] {
    padding: 0.375rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #1e293b;
    background: white;
    cursor: pointer;
    min-width: 120px;
}

.status-filters select:focus[b-s4zlwpc2kt] {
    outline: none;
    border-color: #3b82f6;
}

.search-box svg[b-s4zlwpc2kt] {
    position: absolute;
    left: 1rem;
    color: #94a3b8;
    pointer-events: none;
}

.search-box input[b-s4zlwpc2kt] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #1e293b;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.search-box input:focus[b-s4zlwpc2kt] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-box input[b-s4zlwpc2kt]::placeholder {
    color: #94a3b8;
}

.filter-dropdowns[b-s4zlwpc2kt] {
    display: flex;
    gap: 0.75rem;
}

.filter-select[b-s4zlwpc2kt] {
    padding: 0.75rem 2rem 0.75rem 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #1e293b;
    font-size: 0.875rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.filter-select:focus[b-s4zlwpc2kt] {
    outline: none;
    border-color: #3b82f6;
}

/* Companies Grid */
.companies-grid[b-s4zlwpc2kt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.company-card[b-s4zlwpc2kt] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-card:hover[b-s4zlwpc2kt] {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.card-header[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-avatar[b-s4zlwpc2kt] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.company-info[b-s4zlwpc2kt] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.company-info .company-name[b-s4zlwpc2kt] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-ticker[b-s4zlwpc2kt] {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.125rem;
}

.card-actions[b-s4zlwpc2kt] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.75rem;
    margin-top: auto;
}

.btn-icon[b-s4zlwpc2kt] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    background: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-s4zlwpc2kt] {
    background: #e2e8f0;
    color: #1e293b;
}

/* Table Container */
.table-container[b-s4zlwpc2kt] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.table-responsive[b-s4zlwpc2kt] {
    overflow-x: auto;
}

.data-table[b-s4zlwpc2kt] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.data-table th[b-s4zlwpc2kt] {
    background: #f8fafc;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    border-bottom: 1px solid #e2e8f0;
}

.data-table td[b-s4zlwpc2kt] {
    padding: 1rem;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.data-table tbody tr:hover[b-s4zlwpc2kt] {
    background: #f8fafc;
}

.data-table tbody tr:last-child td[b-s4zlwpc2kt] {
    border-bottom: none;
}

.sticky-col[b-s4zlwpc2kt] {
    position: sticky;
    left: 0;
    background: inherit;
    z-index: 1;
}

.data-table thead .sticky-col[b-s4zlwpc2kt] {
    background: #f8fafc;
}

.data-table tbody tr:hover .sticky-col[b-s4zlwpc2kt] {
    background: #f8fafc;
}

/* Cell Styles */
.company-cell[b-s4zlwpc2kt] {
    display: flex;
    flex-direction: column;
}

.company-row[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-name[b-s4zlwpc2kt] {
    font-weight: 600;
    color: #1e293b;
}

.company-cik[b-s4zlwpc2kt] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.125rem;
}

.clickable-row[b-s4zlwpc2kt] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.clickable-row:hover[b-s4zlwpc2kt] {
    background-color: #f1f5f9;
}

.clickable-row.has-new-ai[b-s4zlwpc2kt] {
    background-color: rgba(34, 197, 94, 0.08);
    border-left: 3px solid #22c55e;
}

.clickable-row.has-new-ai:hover[b-s4zlwpc2kt] {
    background-color: rgba(34, 197, 94, 0.15);
}

.company-avatar.new-ai[b-s4zlwpc2kt] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.new-ai-indicator[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.125rem 0.375rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    color: white;
    margin-left: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cik-badge[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #f1f5f9;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #64748b;
    font-family: monospace;
}

.announcement-count[b-s4zlwpc2kt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 0.5rem;
    background: #dcfce7;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #16a34a;
}

.announcement-count.has-pending[b-s4zlwpc2kt] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.total-count[b-s4zlwpc2kt] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-left: 0.25rem;
}

.filing-date[b-s4zlwpc2kt] {
    color: #64748b;
    font-size: 0.875rem;
}

.ticker-badge[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #eff6ff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8rem;
    color: #3b82f6;
}

/* Role Badges */
.role-badge[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.role-ai-first[b-s4zlwpc2kt] {
    background: rgba(139, 92, 246, 0.2);
    color: #a78bfa;
}

.role-ai-enhanced[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.role-ai-enabled[b-s4zlwpc2kt] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.role-default[b-s4zlwpc2kt] {
    background: rgba(113, 113, 122, 0.2);
    color: #a1a1aa;
}

/* Progress Cell */
.progress-cell[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.progress-bar[b-s4zlwpc2kt] {
    width: 60px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-s4zlwpc2kt] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 3px;
    transition: width 0.3s ease;
}

/* Maturity Badges */
.maturity-badge[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.maturity-leader[b-s4zlwpc2kt] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.maturity-established[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.maturity-developing[b-s4zlwpc2kt] {
    background: rgba(249, 115, 22, 0.2);
    color: #fb923c;
}

.maturity-default[b-s4zlwpc2kt] {
    background: rgba(113, 113, 122, 0.2);
    color: #a1a1aa;
}

/* Hiring Badges */
.hiring-badge[b-s4zlwpc2kt] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.hiring-aggressive[b-s4zlwpc2kt] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.hiring-growing[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.hiring-stable[b-s4zlwpc2kt] {
    background: rgba(113, 113, 122, 0.2);
    color: #a1a1aa;
}

.hiring-declining[b-s4zlwpc2kt] {
    background: rgba(249, 115, 22, 0.2);
    color: #fb923c;
}

.hiring-freezing[b-s4zlwpc2kt] {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

/* Exposure Score */
.exposure-score[b-s4zlwpc2kt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.8rem;
}

.exposure-high[b-s4zlwpc2kt] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.exposure-medium[b-s4zlwpc2kt] {
    background: rgba(249, 115, 22, 0.2);
    color: #fb923c;
}

.exposure-low[b-s4zlwpc2kt] {
    background: rgba(113, 113, 122, 0.2);
    color: #a1a1aa;
}

/* Action Buttons */
.action-buttons[b-s4zlwpc2kt] {
    display: flex;
    gap: 0.375rem;
}

.btn-action[b-s4zlwpc2kt] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action.view[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.btn-action.view:hover[b-s4zlwpc2kt] {
    background: rgba(59, 130, 246, 0.25);
}

.btn-action.edit[b-s4zlwpc2kt] {
    background: rgba(139, 92, 246, 0.15);
    color: #a78bfa;
}

.btn-action.edit:hover[b-s4zlwpc2kt] {
    background: rgba(139, 92, 246, 0.25);
}

.btn-action.delete[b-s4zlwpc2kt] {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.btn-action.delete:hover[b-s4zlwpc2kt] {
    background: rgba(239, 68, 68, 0.25);
}

/* Loading & Empty States */
.loading-state[b-s4zlwpc2kt], .empty-state[b-s4zlwpc2kt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #71717a;
}

.spinner[b-s4zlwpc2kt] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-s4zlwpc2kt 0.8s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-s4zlwpc2kt {
    to { transform: rotate(360deg); }
}

.empty-state svg[b-s4zlwpc2kt] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-state h3[b-s4zlwpc2kt] {
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
}

.empty-state p[b-s4zlwpc2kt] {
    margin: 0;
    font-size: 0.9rem;
}

/* Delete Modal */
.modal-overlay[b-s4zlwpc2kt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.delete-modal[b-s4zlwpc2kt] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.delete-modal-icon[b-s4zlwpc2kt] {
    width: 64px;
    height: 64px;
    background: rgba(239, 68, 68, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    color: #f87171;
}

.delete-modal h3[b-s4zlwpc2kt] {
    color: #1e293b;
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
}

.delete-modal p[b-s4zlwpc2kt] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.delete-modal-actions[b-s4zlwpc2kt] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.btn-cancel[b-s4zlwpc2kt], .btn-delete[b-s4zlwpc2kt] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-cancel[b-s4zlwpc2kt] {
    background: #f1f5f9;
    color: #475569;
}

.btn-cancel:hover[b-s4zlwpc2kt] {
    background: #e2e8f0;
}

.btn-delete[b-s4zlwpc2kt] {
    background: #dc2626;
    color: white;
}

.btn-delete:hover[b-s4zlwpc2kt] {
    background: #ef4444;
}

/* Responsive */
@media (max-width: 1024px) {
    .table-container[b-s4zlwpc2kt] {
        overflow: hidden;
    }

    .table-responsive[b-s4zlwpc2kt] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-table[b-s4zlwpc2kt] {
        min-width: 900px;
    }

    .data-table th[b-s4zlwpc2kt],
    .data-table td[b-s4zlwpc2kt] {
        padding: 0.75rem;
    }
}

@media (max-width: 768px) {
    .ai-metrics-page[b-s4zlwpc2kt] {
        padding: 1rem;
    }

    .header-content[b-s4zlwpc2kt] {
        flex-direction: column;
        gap: 1rem;
    }

    .header-title-section h1[b-s4zlwpc2kt] {
        font-size: 1.5rem;
    }

    .header-actions[b-s4zlwpc2kt] {
        width: 100%;
        flex-wrap: wrap;
    }

    .btn-export[b-s4zlwpc2kt], .btn-add[b-s4zlwpc2kt] {
        flex: 1;
        justify-content: center;
        min-width: 120px;
    }

    .stats-grid[b-s4zlwpc2kt] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .stat-card[b-s4zlwpc2kt] {
        padding: 1rem;
    }

    .stat-icon[b-s4zlwpc2kt] {
        width: 40px;
        height: 40px;
    }

    .stat-value[b-s4zlwpc2kt] {
        font-size: 1.25rem;
    }

    .filters-section[b-s4zlwpc2kt] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .search-box[b-s4zlwpc2kt] {
        width: 100%;
    }

    .filter-dropdowns[b-s4zlwpc2kt] {
        width: 100%;
    }

    .filter-select[b-s4zlwpc2kt] {
        flex: 1;
        min-width: 0;
    }

    .data-table[b-s4zlwpc2kt] {
        min-width: 800px;
        font-size: 0.8rem;
    }

    .data-table th[b-s4zlwpc2kt],
    .data-table td[b-s4zlwpc2kt] {
        padding: 0.625rem;
    }

    .action-buttons[b-s4zlwpc2kt] {
        gap: 0.25rem;
    }

    .btn-action[b-s4zlwpc2kt] {
        width: 28px;
        height: 28px;
    }

    .exposure-score[b-s4zlwpc2kt] {
        width: 36px;
        height: 36px;
        font-size: 0.7rem;
    }

    .delete-modal[b-s4zlwpc2kt] {
        padding: 1.5rem;
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
}

@media (max-width: 480px) {
    .ai-metrics-page[b-s4zlwpc2kt] {
        padding: 0.75rem;
    }

    .header-title-section h1[b-s4zlwpc2kt] {
        font-size: 1.25rem;
    }

    .header-subtitle[b-s4zlwpc2kt] {
        font-size: 0.85rem;
    }

    .stats-grid[b-s4zlwpc2kt] {
        grid-template-columns: 1fr;
    }

    .stat-card[b-s4zlwpc2kt] {
        padding: 0.875rem;
    }

    .stat-icon[b-s4zlwpc2kt] {
        width: 36px;
        height: 36px;
    }

    .stat-value[b-s4zlwpc2kt] {
        font-size: 1.125rem;
    }

    .stat-label[b-s4zlwpc2kt] {
        font-size: 0.75rem;
    }

    .header-actions[b-s4zlwpc2kt] {
        flex-direction: column;
    }

    .btn-export[b-s4zlwpc2kt], .btn-add[b-s4zlwpc2kt] {
        width: 100%;
    }

    .search-input[b-s4zlwpc2kt] {
        font-size: 0.875rem;
    }

    .filter-select[b-s4zlwpc2kt] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }

    .table-container[b-s4zlwpc2kt] {
        border-radius: 8px;
    }

    .data-table[b-s4zlwpc2kt] {
        min-width: 700px;
        font-size: 0.75rem;
    }

    .data-table th[b-s4zlwpc2kt],
    .data-table td[b-s4zlwpc2kt] {
        padding: 0.5rem;
    }

    .company-name[b-s4zlwpc2kt] {
        font-size: 0.8rem;
    }

    .company-cik[b-s4zlwpc2kt] {
        font-size: 0.65rem;
    }

    .ticker-badge[b-s4zlwpc2kt] {
        padding: 0.2rem 0.4rem;
        font-size: 0.7rem;
    }

    .role-badge[b-s4zlwpc2kt],
    .maturity-badge[b-s4zlwpc2kt],
    .hiring-badge[b-s4zlwpc2kt] {
        padding: 0.2rem 0.5rem;
        font-size: 0.65rem;
    }

    .progress-bar[b-s4zlwpc2kt] {
        width: 40px;
    }

    .delete-modal-actions[b-s4zlwpc2kt] {
        flex-direction: column;
    }

    .btn-cancel[b-s4zlwpc2kt], .btn-delete[b-s4zlwpc2kt] {
        width: 100%;
    }
}

/* Sortable Headers */
.sortable[b-s4zlwpc2kt] {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 1.5rem !important;
}

.sortable:hover[b-s4zlwpc2kt] {
    background: #f1f5f9;
}

.sort-icon[b-s4zlwpc2kt] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.3;
}

.sortable:hover .sort-icon[b-s4zlwpc2kt] {
    opacity: 0.6;
}

.sort-asc .sort-icon[b-s4zlwpc2kt] {
    border-bottom: 5px solid #3b82f6;
    border-top: none;
    opacity: 1;
}

.sort-desc .sort-icon[b-s4zlwpc2kt] {
    border-top: 5px solid #3b82f6;
    border-bottom: none;
    opacity: 1;
}

/* Pagination */
.pagination[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.page-btn[b-s4zlwpc2kt] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 0.5rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.page-btn:hover:not(:disabled)[b-s4zlwpc2kt] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.page-btn.active[b-s4zlwpc2kt] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.page-btn:disabled[b-s4zlwpc2kt] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-ellipsis[b-s4zlwpc2kt] {
    color: #94a3b8;
    padding: 0 0.25rem;
}

.page-size-select[b-s4zlwpc2kt] {
    margin-left: 1rem;
    padding: 0.375rem 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #64748b;
    background: white;
    cursor: pointer;
}

.page-size-select:focus[b-s4zlwpc2kt] {
    outline: none;
    border-color: #3b82f6;
}
/* /Components/Pages/Analytics/Index.razor.rz.scp.css */
.analytics-page[b-edk5q357xg] {
    padding: 0;
    background: #f8fafc;
    min-height: 100vh;
}

.page-header[b-edk5q357xg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-left h1[b-edk5q357xg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.header-left p[b-edk5q357xg] {
    color: #64748b;
    margin: 0;
    font-size: 0.9rem;
}

.header-right[b-edk5q357xg] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.date-range-picker select[b-edk5q357xg] {
    padding: 0.625rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    font-size: 0.875rem;
    color: #1e293b;
    cursor: pointer;
}

.btn-export[b-edk5q357xg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-export:hover[b-edk5q357xg] {
    background: #2563eb;
}

/* Loading State */
.loading-state[b-edk5q357xg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #71717a;
}

.spinner[b-edk5q357xg] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-edk5q357xg 0.8s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-edk5q357xg {
    to { transform: rotate(360deg); }
}

/* Stats Grid */
.stats-grid[b-edk5q357xg] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-edk5q357xg] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s;
}

.stat-card:hover[b-edk5q357xg] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.stat-icon[b-edk5q357xg] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon.blue[b-edk5q357xg] {
    background: #dbeafe;
    color: #3b82f6;
}

.stat-icon.green[b-edk5q357xg] {
    background: #dcfce7;
    color: #22c55e;
}

.stat-icon.purple[b-edk5q357xg] {
    background: #f3e8ff;
    color: #a855f7;
}

.stat-icon.orange[b-edk5q357xg] {
    background: #ffedd5;
    color: #f97316;
}

.stat-content[b-edk5q357xg] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label[b-edk5q357xg] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.stat-value[b-edk5q357xg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
}

.stat-percent[b-edk5q357xg] {
    font-size: 0.8rem;
    color: #22c55e;
    font-weight: 500;
}

/* Charts Grid */
.charts-grid[b-edk5q357xg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-edk5q357xg] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.chart-header[b-edk5q357xg] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.chart-header h3[b-edk5q357xg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.chart-subtitle[b-edk5q357xg] {
    font-size: 0.8rem;
    color: #64748b;
}

.chart-content[b-edk5q357xg] {
    padding: 1.5rem;
}

/* Bar Chart */
.bar-chart[b-edk5q357xg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bar-item[b-edk5q357xg] {
    display: grid;
    grid-template-columns: 100px 1fr 60px;
    align-items: center;
    gap: 1rem;
}

.bar-label[b-edk5q357xg] {
    font-size: 0.8rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bar-container[b-edk5q357xg] {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill[b-edk5q357xg] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.bar-value[b-edk5q357xg] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
    text-align: right;
}

/* Quarter Chart */
.quarter-chart[b-edk5q357xg] {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 200px;
    padding-top: 1rem;
}

.quarter-bar[b-edk5q357xg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.quarter-fill[b-edk5q357xg] {
    width: 40px;
    background: linear-gradient(180deg, #3b82f6, #60a5fa);
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
    min-height: 20px;
    transition: height 0.5s ease;
}

.quarter-value[b-edk5q357xg] {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.quarter-label[b-edk5q357xg] {
    font-size: 0.75rem;
    color: #64748b;
}

/* Table Card */
.table-card[b-edk5q357xg] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    overflow: hidden;
}

.table-header[b-edk5q357xg] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.table-header h3[b-edk5q357xg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.table-subtitle[b-edk5q357xg] {
    font-size: 0.8rem;
    color: #64748b;
}

.table-content[b-edk5q357xg] {
    overflow-x: auto;
}

.data-table[b-edk5q357xg] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-edk5q357xg] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.data-table td[b-edk5q357xg] {
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    color: #1e293b;
}

.data-table tr:hover[b-edk5q357xg] {
    background: #f8fafc;
}

.rank-cell[b-edk5q357xg] {
    font-weight: 600;
    color: #64748b;
    width: 50px;
}

.company-cell[b-edk5q357xg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-small[b-edk5q357xg] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.company-info[b-edk5q357xg] {
    display: flex;
    flex-direction: column;
}

.company-name[b-edk5q357xg] {
    font-weight: 500;
    color: #1e293b;
}

.company-ticker[b-edk5q357xg] {
    font-size: 0.75rem;
    color: #64748b;
}

.exposure-cell[b-edk5q357xg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.exposure-bar[b-edk5q357xg] {
    width: 80px;
    height: 6px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
}

.exposure-fill[b-edk5q357xg] {
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #3b82f6);
    border-radius: 3px;
}

.numeric[b-edk5q357xg] {
    text-align: right;
}

.status-badge[b-edk5q357xg] {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge.active[b-edk5q357xg] {
    background: #dcfce7;
    color: #16a34a;
}

.status-badge.pending[b-edk5q357xg] {
    background: #fef3c7;
    color: #d97706;
}

/* Activity Card */
.activity-card[b-edk5q357xg] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.activity-header[b-edk5q357xg] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-header h3[b-edk5q357xg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.view-all-link[b-edk5q357xg] {
    font-size: 0.875rem;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.view-all-link:hover[b-edk5q357xg] {
    text-decoration: underline;
}

.activity-list[b-edk5q357xg] {
    padding: 0.5rem 0;
}

.activity-item[b-edk5q357xg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 1.5rem;
    transition: background 0.2s;
}

.activity-item:hover[b-edk5q357xg] {
    background: #f8fafc;
}

.activity-icon[b-edk5q357xg] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon.processed[b-edk5q357xg] {
    background: #dcfce7;
    color: #22c55e;
}

.activity-icon.pending[b-edk5q357xg] {
    background: #fef3c7;
    color: #f59e0b;
}

.activity-content[b-edk5q357xg] {
    flex: 1;
    min-width: 0;
}

.activity-title[b-edk5q357xg] {
    display: block;
    font-size: 0.875rem;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-meta[b-edk5q357xg] {
    font-size: 0.75rem;
    color: #64748b;
}

.activity-status[b-edk5q357xg] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.activity-status.processed[b-edk5q357xg] {
    background: #dcfce7;
    color: #16a34a;
}

.activity-status.pending[b-edk5q357xg] {
    background: #fef3c7;
    color: #d97706;
}

/* Responsive */
@media (max-width: 1200px) {
    .stats-grid[b-edk5q357xg] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .charts-grid[b-edk5q357xg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .stats-grid[b-edk5q357xg] {
        grid-template-columns: 1fr;
    }
    
    .page-header[b-edk5q357xg] {
        flex-direction: column;
    }
    
    .header-right[b-edk5q357xg] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .bar-item[b-edk5q357xg] {
        grid-template-columns: 80px 1fr 50px;
    }
}
/* /Components/Pages/Clients/Index.razor.rz.scp.css */
/* Client Management Page Styles */

.clients-page[b-moosjcwswh] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Section */
.clients-header[b-moosjcwswh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
}

.header-content h1[b-moosjcwswh] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--np-text-primary);
    margin-bottom: 0.5rem;
}

.header-content p[b-moosjcwswh] {
    color: var(--np-text-secondary);
    font-size: 1rem;
}

.header-actions[b-moosjcwswh] {
    display: flex;
    gap: 1rem;
}

.refresh-btn[b-moosjcwswh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--np-bg-tertiary);
    border: 1px solid var(--np-border-light);
    border-radius: var(--np-radius-lg);
    color: var(--np-text-primary);
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--np-transition-base);
}

.refresh-btn:hover[b-moosjcwswh] {
    background: var(--np-bg-secondary);
    transform: translateY(-1px);
}

/* Statistics Grid */
.stats-grid[b-moosjcwswh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-moosjcwswh] {
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border-light);
    border-radius: var(--np-radius-xl);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: var(--np-transition-base);
}

.stat-card:hover[b-moosjcwswh] {
    transform: translateY(-2px);
    box-shadow: var(--np-shadow-lg);
}

.stat-icon[b-moosjcwswh] {
    width: 60px;
    height: 60px;
    border-radius: var(--np-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.stat-icon.new[b-moosjcwswh] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.stat-icon.pending[b-moosjcwswh] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.stat-icon.converted[b-moosjcwswh] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.stat-icon.total[b-moosjcwswh] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.stat-content h3[b-moosjcwswh] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--np-text-primary);
    margin-bottom: 0.25rem;
}

.stat-content p[b-moosjcwswh] {
    color: var(--np-text-secondary);
    font-size: 0.9rem;
}

/* Filter Tabs */
.filter-tabs[b-moosjcwswh] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--np-border-light);
    overflow-x: auto;
}

.filter-tab[b-moosjcwswh] {
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    color: var(--np-text-secondary);
    font-size: 0.9rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: var(--np-transition-base);
    white-space: nowrap;
}

.filter-tab:hover[b-moosjcwswh] {
    color: var(--np-text-primary);
    background: var(--np-bg-tertiary);
}

.filter-tab.active[b-moosjcwswh] {
    color: var(--np-color-primary);
    border-bottom-color: var(--np-color-primary);
}

/* Table Container */
.submissions-table-container[b-moosjcwswh] {
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border-light);
    border-radius: var(--np-radius-xl);
    overflow: hidden;
}

/* Loading State */
.loading-state[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: var(--np-text-secondary);
}

.spinner[b-moosjcwswh] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--np-border-light);
    border-top: 3px solid var(--np-color-primary);
    border-radius: 50%;
    animation: spin-b-moosjcwswh 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-moosjcwswh {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty State */
.empty-state[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: var(--np-text-secondary);
    text-align: center;
}

.empty-state svg[b-moosjcwswh] {
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h3[b-moosjcwswh] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--np-text-primary);
}

.empty-state p[b-moosjcwswh] {
    font-size: 0.9rem;
}

/* Table Styles */
.table-responsive[b-moosjcwswh] {
    overflow-x: auto;
}

.submissions-table[b-moosjcwswh] {
    width: 100%;
    border-collapse: collapse;
}

.submissions-table th[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--np-text-primary);
    font-size: 0.875rem;
    border-bottom: 1px solid var(--np-border-light);
}

.submissions-table td[b-moosjcwswh] {
    padding: 1rem;
    border-bottom: 1px solid var(--np-border-light);
    color: var(--np-text-primary);
    font-size: 0.9rem;
}

.submission-row:hover[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
}

/* Cell Styles */
.name-cell[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.name-cell strong[b-moosjcwswh] {
    color: var(--np-text-primary);
}

.name-cell small[b-moosjcwswh] {
    color: var(--np-text-muted);
    font-size: 0.8rem;
}

.email-cell[b-moosjcwswh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.marketing-consent[b-moosjcwswh] {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Status Badges */
.status-badge[b-moosjcwswh] {
    padding: 0.25rem 0.75rem;
    border-radius: var(--np-radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-new[b-moosjcwswh] {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.status-inprogress[b-moosjcwswh] {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.status-contacted[b-moosjcwswh] {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}

.status-converted[b-moosjcwswh] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status-closed[b-moosjcwswh] {
    background: rgba(107, 114, 128, 0.1);
    color: #6b7280;
}

.status-spam[b-moosjcwswh] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.converted-badge[b-moosjcwswh] {
    color: #10b981;
    font-weight: 600;
    font-size: 0.875rem;
}

.not-converted-badge[b-moosjcwswh] {
    color: var(--np-text-muted);
    font-size: 0.875rem;
}

/* Action Buttons */
.action-buttons[b-moosjcwswh] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-moosjcwswh] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: var(--np-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--np-transition-fast);
}

.action-btn.view[b-moosjcwswh] {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.action-btn.view:hover[b-moosjcwswh] {
    background: #3b82f6;
    color: white;
}

.action-btn.create-user[b-moosjcwswh] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.action-btn.create-user:hover[b-moosjcwswh] {
    background: #10b981;
    color: white;
}

.action-btn.status[b-moosjcwswh] {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}

.action-btn.status:hover[b-moosjcwswh] {
    background: #8b5cf6;
    color: white;
}

/* Modal Styles */
.modal-overlay[b-moosjcwswh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--np-z-modal);
    padding: 2rem;
}

.modal-content[b-moosjcwswh] {
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border-light);
    border-radius: var(--np-radius-xl);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-moosjcwswh 0.3s ease;
}

@keyframes modalSlideIn-b-moosjcwswh {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-moosjcwswh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--np-border-light);
}

.modal-header h3[b-moosjcwswh] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--np-text-primary);
}

.close-btn[b-moosjcwswh] {
    background: none;
    border: none;
    color: var(--np-text-secondary);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--np-radius-md);
    transition: var(--np-transition-fast);
}

.close-btn:hover[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
    color: var(--np-text-primary);
}

.modal-body[b-moosjcwswh] {
    padding: 1.5rem;
}

/* Submission Details */
.submission-details[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.detail-section h4[b-moosjcwswh] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--np-text-primary);
    margin-bottom: 1rem;
}

.detail-grid[b-moosjcwswh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-item[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-item label[b-moosjcwswh] {
    font-size: 0.875rem;
    color: var(--np-text-secondary);
    font-weight: 500;
}

.detail-item span[b-moosjcwswh] {
    color: var(--np-text-primary);
}

.message-content[b-moosjcwswh],
.notes-content[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
    padding: 1rem;
    border-radius: var(--np-radius-lg);
    color: var(--np-text-primary);
    line-height: 1.6;
    white-space: pre-wrap;
}

/* Create User Form */
.create-user-form[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.user-preview[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
    padding: 1rem;
    border-radius: var(--np-radius-lg);
}

.user-preview h4[b-moosjcwswh] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--np-text-primary);
    margin-bottom: 0.75rem;
}

.preview-info[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.preview-item[b-moosjcwswh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-item label[b-moosjcwswh] {
    font-size: 0.875rem;
    color: var(--np-text-secondary);
}

.preview-item span[b-moosjcwswh] {
    font-size: 0.875rem;
    color: var(--np-text-primary);
    font-weight: 500;
}

.form-section h4[b-moosjcwswh] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--np-text-primary);
    margin-bottom: 1rem;
}

.form-group[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-moosjcwswh] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--np-text-primary);
}

.form-group select[b-moosjcwswh],
.form-group textarea[b-moosjcwswh] {
    padding: 0.75rem;
    background: var(--np-bg-tertiary);
    border: 1px solid var(--np-border-light);
    border-radius: var(--np-radius-lg);
    color: var(--np-text-primary);
    font-size: 0.875rem;
}

.form-group select:focus[b-moosjcwswh],
.form-group textarea:focus[b-moosjcwswh] {
    outline: none;
    border-color: var(--np-color-primary);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.form-group input[type="checkbox"][b-moosjcwswh] {
    margin-right: 0.5rem;
}

/* Modal Actions */
.modal-actions[b-moosjcwswh] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid var(--np-border-light);
}

.btn[b-moosjcwswh] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--np-radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--np-transition-base);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary[b-moosjcwswh] {
    background: var(--np-bg-tertiary);
    color: var(--np-text-primary);
    border: 1px solid var(--np-border-light);
}

.btn-secondary:hover[b-moosjcwswh] {
    background: var(--np-bg-secondary);
}

.btn-primary[b-moosjcwswh] {
    background: var(--np-gradient-primary);
    color: white;
}

.btn-primary:hover[b-moosjcwswh] {
    transform: translateY(-1px);
    box-shadow: var(--np-shadow-primary);
}

.btn:disabled[b-moosjcwswh] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Status Form */
.status-form[b-moosjcwswh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .clients-page[b-moosjcwswh] {
        padding: 1rem;
    }
    
    .clients-header[b-moosjcwswh] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .stats-grid[b-moosjcwswh] {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs[b-moosjcwswh] {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .submissions-table[b-moosjcwswh] {
        font-size: 0.8rem;
    }
    
    .submissions-table th[b-moosjcwswh],
    .submissions-table td[b-moosjcwswh] {
        padding: 0.75rem 0.5rem;
    }
    
    .action-buttons[b-moosjcwswh] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .modal-content[b-moosjcwswh] {
        margin: 1rem;
        max-height: calc(100vh - 2rem);
    }
    
    .detail-grid[b-moosjcwswh] {
        grid-template-columns: 1fr;
    }
    
    .modal-actions[b-moosjcwswh] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .header-content h1[b-moosjcwswh] {
        font-size: 1.5rem;
    }
    
    .stat-card[b-moosjcwswh] {
        padding: 1rem;
    }
    
    .stat-icon[b-moosjcwswh] {
        width: 50px;
        height: 50px;
    }
    
    .stat-content h3[b-moosjcwswh] {
        font-size: 1.5rem;
    }
    
    .filter-tab[b-moosjcwswh] {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Styles */

.contact-page[b-ibtzvkx68g] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
}

.contact-container[b-ibtzvkx68g] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Header Section */
.contact-header[b-ibtzvkx68g] {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem 0;
}

.contact-header-content h1[b-ibtzvkx68g] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-header-content p[b-ibtzvkx68g] {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gdpr-badge[b-ibtzvkx68g] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    color: #a78bfa;
    font-weight: 600;
    font-size: 0.9rem;
}

.gdpr-badge svg[b-ibtzvkx68g] {
    flex-shrink: 0;
}

/* Form Section */
.contact-form-section[b-ibtzvkx68g] {
    margin-bottom: 4rem;
}

.contact-form-container[b-ibtzvkx68g] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin: 0 auto;
}

.form-header[b-ibtzvkx68g] {
    text-align: center;
    margin-bottom: 3rem;
}

.form-header h2[b-ibtzvkx68g] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.form-description[b-ibtzvkx68g] {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Form */
.contact-form[b-ibtzvkx68g] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-ibtzvkx68g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group[b-ibtzvkx68g] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-ibtzvkx68g] {
    font-weight: 600;
    color: #f8fafc;
    font-size: 0.9rem;
}

.form-group input[b-ibtzvkx68g],
.form-group select[b-ibtzvkx68g],
.form-group textarea[b-ibtzvkx68g] {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #f8fafc;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-ibtzvkx68g],
.form-group select:focus[b-ibtzvkx68g],
.form-group textarea:focus[b-ibtzvkx68g] {
    outline: none;
    border-color: #8b5cf6;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.form-group input[b-ibtzvkx68g]::placeholder,
.form-group textarea[b-ibtzvkx68g]::placeholder {
    color: #94a3b8;
}

.form-group select option[b-ibtzvkx68g] {
    background: #1e293b;
    color: #f8fafc;
}

/* GDPR Section */
.gdpr-section[b-ibtzvkx68g] {
    background: rgba(139, 92, 246, 0.05);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.gdpr-info h3[b-ibtzvkx68g] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #a78bfa;
    margin-bottom: 1rem;
}

.gdpr-info p[b-ibtzvkx68g] {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.gdpr-points[b-ibtzvkx68g] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gdpr-points li[b-ibtzvkx68g] {
    color: #cbd5e1;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.gdpr-points li[b-ibtzvkx68g]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b5cf6;
    font-weight: bold;
}

.consent-checkboxes[b-ibtzvkx68g] {
    margin-top: 2rem;
}

.checkbox-group[b-ibtzvkx68g] {
    margin-bottom: 1rem;
}

.checkbox-label[b-ibtzvkx68g] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.5;
    user-select: none;
}

.checkbox-label input[type="checkbox"][b-ibtzvkx68g] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #8b5cf6;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked[b-ibtzvkx68g] {
    background: #8b5cf6;
}

.checkbox-label input[type="checkbox"]:checked[b-ibtzvkx68g]::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Form Actions */
.form-actions[b-ibtzvkx68g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.submit-btn[b-ibtzvkx68g] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border: none;
    padding: 1rem 3rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 200px;
    justify-content: center;
}

.submit-btn:hover:not(:disabled)[b-ibtzvkx68g] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.submit-btn:disabled[b-ibtzvkx68g] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner[b-ibtzvkx68g] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-ibtzvkx68g 1s linear infinite;
}

@keyframes spin-b-ibtzvkx68g {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.success-message[b-ibtzvkx68g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #22c55e;
    font-weight: 600;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
}

/* Contact Info Section */
.contact-info-section[b-ibtzvkx68g] {
    margin-bottom: 4rem;
}

.contact-info-grid[b-ibtzvkx68g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info-card[b-ibtzvkx68g] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.contact-info-card:hover[b-ibtzvkx68g] {
    transform: translateY(-4px);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.info-icon[b-ibtzvkx68g] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 auto 1.5rem;
}

.info-content h3[b-ibtzvkx68g] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f8fafc;
    margin-bottom: 0.5rem;
}

.info-content p[b-ibtzvkx68g] {
    color: #cbd5e1;
    margin: 0.25rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container[b-ibtzvkx68g] {
        padding: 1rem;
    }
    
    .contact-header[b-ibtzvkx68g] {
        margin-bottom: 2rem;
        padding: 2rem 0;
    }
    
    .contact-header-content h1[b-ibtzvkx68g] {
        font-size: 2rem;
    }
    
    .contact-header-content p[b-ibtzvkx68g] {
        font-size: 1rem;
    }
    
    .contact-form-container[b-ibtzvkx68g] {
        padding: 2rem 1.5rem;
    }
    
    .form-row[b-ibtzvkx68g] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gdpr-section[b-ibtzvkx68g] {
        padding: 1.5rem;
    }
    
    .contact-info-grid[b-ibtzvkx68g] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .contact-header-content h1[b-ibtzvkx68g] {
        font-size: 1.75rem;
    }
    
    .contact-form-container[b-ibtzvkx68g] {
        padding: 1.5rem 1rem;
    }
    
    .form-header h2[b-ibtzvkx68g] {
        font-size: 1.5rem;
    }
    
    .gdpr-badge[b-ibtzvkx68g] {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
}
/* /Components/Pages/DataHub/Scraper.razor.rz.scp.css */
.scraper-page[b-wokycghxhd] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header[b-wokycghxhd] {
    margin-bottom: 2rem;
}

.page-header h1[b-wokycghxhd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.page-header h1 svg[b-wokycghxhd] {
    color: #3b82f6;
}

.page-header p[b-wokycghxhd] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.scraper-content[b-wokycghxhd] {
    display: grid;
    gap: 1.5rem;
}

/* Status Card */
.status-card[b-wokycghxhd] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.status-header[b-wokycghxhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.status-header h3[b-wokycghxhd] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.status-badge[b-wokycghxhd] {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.idle[b-wokycghxhd] {
    background: #f1f5f9;
    color: #64748b;
}

.status-badge.running[b-wokycghxhd] {
    background: #dbeafe;
    color: #2563eb;
    animation: pulse-b-wokycghxhd 2s infinite;
}

@keyframes pulse-b-wokycghxhd {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.status-stats[b-wokycghxhd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat-item[b-wokycghxhd] {
    text-align: center;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.stat-label[b-wokycghxhd] {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.stat-value[b-wokycghxhd] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

/* Control Panel */
.control-panel[b-wokycghxhd] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.control-header[b-wokycghxhd] {
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.control-header h3[b-wokycghxhd] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.control-body[b-wokycghxhd] {
    padding: 1.5rem;
}

.form-group[b-wokycghxhd] {
    margin-bottom: 1.5rem;
}

.form-group label[b-wokycghxhd] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input[type="date"][b-wokycghxhd] {
    width: 100%;
    max-width: 300px;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b;
}

.form-group input[type="date"]:focus[b-wokycghxhd] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-hint[b-wokycghxhd] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

.control-actions[b-wokycghxhd] {
    display: flex;
    gap: 1rem;
}

/* Buttons */
.btn[b-wokycghxhd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.btn-primary[b-wokycghxhd] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.btn-primary:hover[b-wokycghxhd] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
}

.btn-secondary[b-wokycghxhd] {
    background: #f1f5f9;
    color: #475569;
}

.btn-secondary:hover[b-wokycghxhd] {
    background: #e2e8f0;
}

.btn-danger[b-wokycghxhd] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.btn-danger:hover[b-wokycghxhd] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

/* Keywords Card */
.keywords-card[b-wokycghxhd] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.keywords-header[b-wokycghxhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.keywords-header h3[b-wokycghxhd] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.keyword-count[b-wokycghxhd] {
    font-size: 0.75rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
}

.keywords-list[b-wokycghxhd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.keyword-tag[b-wokycghxhd] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.keyword-more[b-wokycghxhd] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Modal Overlay */
.modal-overlay[b-wokycghxhd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

/* Progress Modal */
.progress-modal[b-wokycghxhd] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-wokycghxhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.modal-header h2[b-wokycghxhd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.pulse-dot[b-wokycghxhd] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #94a3b8;
}

.pulse-dot.active[b-wokycghxhd] {
    background: #3b82f6;
    animation: pulseDot-b-wokycghxhd 1.5s infinite;
}

.pulse-dot.error[b-wokycghxhd] {
    background: #ef4444;
}

.pulse-dot.complete[b-wokycghxhd] {
    background: #22c55e;
}

@keyframes pulseDot-b-wokycghxhd {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

.close-btn[b-wokycghxhd] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.close-btn:hover:not(:disabled)[b-wokycghxhd] {
    background: #e2e8f0;
    color: #1e293b;
}

.close-btn:disabled[b-wokycghxhd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-body[b-wokycghxhd] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

/* Current Stage */
.current-stage[b-wokycghxhd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.stage-icon[b-wokycghxhd] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stage-icon.running[b-wokycghxhd] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
}

.stage-icon.error[b-wokycghxhd] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #dc2626;
}

.stage-icon.complete[b-wokycghxhd] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.stage-icon.warning[b-wokycghxhd] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.stage-icon .spinner[b-wokycghxhd] {
    width: 24px;
    height: 24px;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-wokycghxhd 1s linear infinite;
}

@keyframes spin-b-wokycghxhd {
    to { transform: rotate(360deg); }
}

.stage-info h3[b-wokycghxhd] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.stage-info p[b-wokycghxhd] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

/* Progress Log */
.progress-log[b-wokycghxhd] {
    margin-bottom: 1rem;
}

.progress-log h4[b-wokycghxhd] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 0.75rem 0;
}

.log-container[b-wokycghxhd] {
    background: #0f172a;
    border-radius: 8px;
    padding: 1rem;
    max-height: 200px;
    overflow-y: auto;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.75rem;
}

.log-entry[b-wokycghxhd] {
    display: flex;
    gap: 0.75rem;
    padding: 0.25rem 0;
    color: #94a3b8;
}

.log-entry.error[b-wokycghxhd] {
    color: #f87171;
}

.log-entry.success[b-wokycghxhd] {
    color: #4ade80;
}

.log-entry.warning[b-wokycghxhd] {
    color: #fbbf24;
}

.log-time[b-wokycghxhd] {
    color: #64748b;
    flex-shrink: 0;
}

.log-stage[b-wokycghxhd] {
    color: #60a5fa;
    flex-shrink: 0;
}

.log-message[b-wokycghxhd] {
    color: inherit;
}

/* Current Date Info */
.current-date-info[b-wokycghxhd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 8px;
    border: 1px solid #bfdbfe;
}

.date-label[b-wokycghxhd] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.date-value[b-wokycghxhd] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
}

/* Modal Footer */
.modal-footer[b-wokycghxhd] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

/* Responsive */
@media (max-width: 768px) {
    .scraper-page[b-wokycghxhd] {
        padding: 1rem;
    }

    .status-stats[b-wokycghxhd] {
        grid-template-columns: 1fr;
    }

    .progress-modal[b-wokycghxhd] {
        max-height: 95vh;
    }
}
/* /Components/Pages/Landing/Index.razor.rz.scp.css */
/* Landing Page Styles - NexPoint Horizon */

/* Navigation */
.np-navbar[b-hjvwcp4nsi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.np-navbar-content[b-hjvwcp4nsi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.np-logo[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}

.np-logo-icon[b-hjvwcp4nsi] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.np-nav-links[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.np-nav-links li[b-hjvwcp4nsi] {
    margin: 0;
}

.np-nav-links a[b-hjvwcp4nsi] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.np-nav-links a:hover[b-hjvwcp4nsi] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.np-nav-actions[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.np-btn[b-hjvwcp4nsi] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.np-btn-secondary[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.np-btn-secondary:hover[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.2);
}

.np-btn-primary[b-hjvwcp4nsi] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.np-btn-primary:hover[b-hjvwcp4nsi] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

/* Mobile Menu */
.mobile-menu-btn[b-hjvwcp4nsi] {
    display: none;
    background: none;
    border: none;
    color: var(--np-text-secondary);
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-nav[b-hjvwcp4nsi] {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--np-bg-secondary);
    border-top: 1px solid var(--np-border);
}

.mobile-nav a[b-hjvwcp4nsi] {
    padding: 0.75rem 1rem;
    color: var(--np-text-secondary);
    text-decoration: none;
    border-radius: 8px;
}

.mobile-nav a:hover[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* CSS Variables */
:root[b-hjvwcp4nsi] {
    --np-bg-primary: #0f172a;
    --np-bg-secondary: #1e293b;
    --np-bg-tertiary: #334155;
    --np-text-primary: #f8fafc;
    --np-text-secondary: #cbd5e1;
    --np-text-muted: #94a3b8;
    --np-border: rgba(255, 255, 255, 0.1);
    --np-accent-primary: #8b5cf6;
    --np-accent-light: #a78bfa;
    --np-accent-glow: rgba(139, 92, 246, 0.3);
    --np-accent-gradient: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

/* Responsive Navigation */
@media (max-width: 768px) {
    .np-nav-links[b-hjvwcp4nsi],
    .np-nav-actions[b-hjvwcp4nsi] {
        display: none;
    }
    
    .mobile-menu-btn[b-hjvwcp4nsi] {
        display: block;
    }
    
    .mobile-nav[b-hjvwcp4nsi] {
        display: flex;
    }
    
    .mobile-nav a[b-hjvwcp4nsi],
    .mobile-nav button[b-hjvwcp4nsi] {
        padding: 0.75rem 1rem;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        border: none;
        background: none;
        cursor: pointer;
        font-size: 1rem;
        width: 100%;
        text-align: left;
    }
    
    .mobile-nav a:hover[b-hjvwcp4nsi],
    .mobile-nav button:hover[b-hjvwcp4nsi] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }
}

/* Hero Stats */
.np-hero-stats[b-hjvwcp4nsi] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--np-border);
}

.np-hero-stat[b-hjvwcp4nsi] {
    text-align: center;
}

.np-hero-stat-value[b-hjvwcp4nsi] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--np-text-primary);
}

.np-hero-stat-label[b-hjvwcp4nsi] {
    font-size: 0.875rem;
    color: var(--np-text-muted);
}

/* Overview Grid */
.np-overview-grid[b-hjvwcp4nsi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.np-overview-card[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.np-overview-card:hover[b-hjvwcp4nsi] {
    border-color: var(--np-accent-light);
    transform: translateY(-2px);
}

.np-overview-card.main[b-hjvwcp4nsi] {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    border-color: rgba(139, 92, 246, 0.3);
}

.np-overview-icon[b-hjvwcp4nsi] {
    width: 56px;
    height: 56px;
    background: var(--np-accent-gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.25rem;
}

.np-overview-card h3[b-hjvwcp4nsi] {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--np-text-primary);
}

.np-overview-card p[b-hjvwcp4nsi] {
    color: var(--np-text-secondary);
    line-height: 1.7;
}

/* Highlights Section */
.np-highlights[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
}

.np-highlight-card[b-hjvwcp4nsi] {
    background: var(--np-bg-primary);
    border: 1px solid var(--np-border);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.np-highlight-card:hover[b-hjvwcp4nsi] {
    border-color: var(--np-accent-light);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.np-highlight-icon[b-hjvwcp4nsi] {
    width: 64px;
    height: 64px;
    background: var(--np-accent-glow);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--np-accent-light);
    margin: 0 auto 1.25rem;
}

.np-highlight-card h3[b-hjvwcp4nsi] {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--np-text-primary);
}

.np-highlight-card p[b-hjvwcp4nsi] {
    color: var(--np-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Business Model Grid */
.np-business-grid[b-hjvwcp4nsi] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.np-business-card[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.np-business-card:hover[b-hjvwcp4nsi] {
    border-color: var(--np-accent-light);
}

.np-business-card.featured[b-hjvwcp4nsi] {
    grid-column: span 3;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(59, 130, 246, 0.15) 100%);
    border-color: rgba(139, 92, 246, 0.3);
    text-align: center;
}

.np-business-number[b-hjvwcp4nsi] {
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--np-accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.np-business-card h3[b-hjvwcp4nsi] {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--np-text-primary);
}

.np-business-card p[b-hjvwcp4nsi] {
    color: var(--np-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Announcements Section */
.np-announcements-section[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
}

.loading-state[b-hjvwcp4nsi], .empty-state[b-hjvwcp4nsi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: var(--np-text-muted);
    background: var(--np-bg-primary);
    border-radius: 16px;
    border: 1px solid var(--np-border);
}

.spinner[b-hjvwcp4nsi] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--np-border);
    border-top-color: var(--np-accent-light);
    border-radius: 50%;
    animation: spin-b-hjvwcp4nsi 0.8s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-hjvwcp4nsi {
    to { transform: rotate(360deg); }
}

.empty-state svg[b-hjvwcp4nsi] {
    color: var(--np-text-muted);
    margin-bottom: 1rem;
}

.empty-state h3[b-hjvwcp4nsi] {
    color: var(--np-text-primary);
    margin: 0 0 0.5rem 0;
}

/* Announcements Table */
.announcements-table-wrapper[b-hjvwcp4nsi] {
    background: var(--np-bg-primary);
    border: 1px solid var(--np-border);
    border-radius: 16px;
    overflow: hidden;
}

.announcements-table[b-hjvwcp4nsi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.announcements-table thead[b-hjvwcp4nsi] {
    background: var(--np-bg-tertiary);
}

.announcements-table th[b-hjvwcp4nsi] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--np-text-secondary);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--np-border);
}

.announcements-table th.numeric[b-hjvwcp4nsi] {
    text-align: right;
}

.announcements-table td[b-hjvwcp4nsi] {
    padding: 1rem;
    border-bottom: 1px solid var(--np-border);
    color: var(--np-text-primary);
}

.announcements-table td.numeric[b-hjvwcp4nsi] {
    text-align: right;
    font-family: 'Monaco', monospace;
    font-size: 0.8rem;
}

.announcements-table tbody tr:hover[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
}

.announcements-table tbody tr.processed[b-hjvwcp4nsi] {
    background: rgba(34, 197, 94, 0.05);
}

.company-cell[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-avatar[b-hjvwcp4nsi] {
    width: 36px;
    height: 36px;
    background: var(--np-accent-gradient);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.company-avatar.large[b-hjvwcp4nsi] {
    width: 48px;
    height: 48px;
    font-size: 1rem;
}

.company-name[b-hjvwcp4nsi] {
    font-weight: 500;
    white-space: nowrap;
}

.headline-link[b-hjvwcp4nsi] {
    color: var(--np-text-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.headline-link:hover[b-hjvwcp4nsi] {
    color: var(--np-accent-light);
}

.ai-tag[b-hjvwcp4nsi] {
    display: inline-block;
    padding: 0.125rem 0.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    color: white;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.date-cell[b-hjvwcp4nsi] {
    white-space: nowrap;
    color: var(--np-text-secondary);
}

.status-badge[b-hjvwcp4nsi] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.processed[b-hjvwcp4nsi] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.status-badge.pending[b-hjvwcp4nsi] {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.btn-edit-announcement[b-hjvwcp4nsi] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: var(--np-bg-tertiary);
    border: 1px solid var(--np-border);
    border-radius: 8px;
    color: var(--np-text-secondary);
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit-announcement:hover[b-hjvwcp4nsi] {
    background: var(--np-accent-glow);
    border-color: var(--np-accent-light);
    color: var(--np-accent-light);
}

/* Summary Cards */
.announcements-summary[b-hjvwcp4nsi] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.summary-card[b-hjvwcp4nsi] {
    background: var(--np-bg-primary);
    border: 1px solid var(--np-border);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
}

.summary-label[b-hjvwcp4nsi] {
    display: block;
    font-size: 0.75rem;
    color: var(--np-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.summary-value[b-hjvwcp4nsi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--np-text-primary);
}

/* Modal Styles */
.modal-overlay[b-hjvwcp4nsi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-hjvwcp4nsi] {
    background: var(--np-bg-primary);
    border: 1px solid var(--np-border);
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-hjvwcp4nsi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--np-border);
}

.modal-header h3[b-hjvwcp4nsi] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--np-text-primary);
}

.modal-close[b-hjvwcp4nsi] {
    background: none;
    border: none;
    color: var(--np-text-muted);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.modal-close:hover[b-hjvwcp4nsi] {
    background: var(--np-bg-tertiary);
    color: var(--np-text-primary);
}

.modal-body[b-hjvwcp4nsi] {
    padding: 1.5rem;
}

.modal-company-info[b-hjvwcp4nsi] {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--np-border);
}

.modal-company-info h4[b-hjvwcp4nsi] {
    margin: 0 0 0.25rem 0;
    color: var(--np-text-primary);
}

.modal-company-info .headline[b-hjvwcp4nsi] {
    margin: 0 0 0.25rem 0;
    font-size: 0.875rem;
    color: var(--np-text-secondary);
    line-height: 1.4;
}

.modal-company-info .date[b-hjvwcp4nsi] {
    margin: 0;
    font-size: 0.75rem;
    color: var(--np-text-muted);
}

.modal-form[b-hjvwcp4nsi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-hjvwcp4nsi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-hjvwcp4nsi] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--np-text-primary);
}

.form-group input[type="number"][b-hjvwcp4nsi],
.form-group input[type="text"][b-hjvwcp4nsi] {
    padding: 0.875rem 1rem;
    background: var(--np-bg-secondary);
    border: 1px solid var(--np-border);
    border-radius: 10px;
    font-size: 1rem;
    color: var(--np-text-primary);
    transition: all 0.2s;
}

.form-group input:focus[b-hjvwcp4nsi] {
    outline: none;
    border-color: var(--np-accent-light);
    box-shadow: 0 0 0 3px var(--np-accent-glow);
}

.form-group input[b-hjvwcp4nsi]::placeholder {
    color: var(--np-text-muted);
}

/* Simple Contact Modal */
.contact-modal-overlay[b-hjvwcp4nsi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-hjvwcp4nsi 0.3s ease;
}

.contact-modal[b-hjvwcp4nsi] {
    background: white;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-hjvwcp4nsi 0.3s ease;
}

.contact-modal-header[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.contact-modal-header h3[b-hjvwcp4nsi] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
}

.contact-modal-close[b-hjvwcp4nsi] {
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-modal-close:hover[b-hjvwcp4nsi] {
    background: #f3f4f6;
    color: #374151;
}

.contact-modal-body[b-hjvwcp4nsi] {
    padding: 2rem;
}

.contact-info[b-hjvwcp4nsi] {
    margin-bottom: 2rem;
}

.contact-info p[b-hjvwcp4nsi] {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-form[b-hjvwcp4nsi] {
    margin-bottom: 2rem;
}

.form-group[b-hjvwcp4nsi] {
    margin-bottom: 1.5rem;
}

.form-group label[b-hjvwcp4nsi] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
    font-size: 0.9rem;
}

.form-group input[b-hjvwcp4nsi],
.form-group select[b-hjvwcp4nsi],
.form-group textarea[b-hjvwcp4nsi] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: white;
}

.form-group input:focus[b-hjvwcp4nsi],
.form-group select:focus[b-hjvwcp4nsi],
.form-group textarea:focus[b-hjvwcp4nsi] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.form-group input[b-hjvwcp4nsi]::placeholder,
.form-group textarea[b-hjvwcp4nsi]::placeholder {
    color: #9ca3af;
}

.submit-btn[b-hjvwcp4nsi] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.submit-btn:hover[b-hjvwcp4nsi] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.contact-alternatives[b-hjvwcp4nsi] {
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.contact-alternatives p[b-hjvwcp4nsi] {
    margin: 0 0 1rem 0;
    color: #6b7280;
    font-size: 0.9rem;
    text-align: center;
}

.contact-methods[b-hjvwcp4nsi] {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.contact-method[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.85rem;
}

.contact-method svg[b-hjvwcp4nsi] {
    flex-shrink: 0;
}

/* Navigation Contact Button */
.nav-contact-btn[b-hjvwcp4nsi], .mobile-contact-btn[b-hjvwcp4nsi] {
    background: none;
    border: none;
    color: var(--np-text-secondary);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.nav-contact-btn:hover[b-hjvwcp4nsi], .mobile-contact-btn:hover[b-hjvwcp4nsi] {
    color: var(--np-accent-light);
    background: rgba(59, 130, 246, 0.1);
}

.mobile-contact-btn[b-hjvwcp4nsi] {
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    margin: 0.5rem 0;
    border-radius: 12px;
}

/* Modal Animations */
@keyframes fadeIn-b-hjvwcp4nsi {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-hjvwcp4nsi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.np-contact-grid[b-hjvwcp4nsi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.np-contact-table[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.np-contact-table:hover[b-hjvwcp4nsi] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: var(--np-accent-light);
}

.np-contact-table h3[b-hjvwcp4nsi] {
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--np-text-primary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.np-contact-table h3[b-hjvwcp4nsi]::before {
    content: '';
    width: 4px;
    height: 24px;
    background: var(--np-accent-primary);
    border-radius: 2px;
}

.contact-table[b-hjvwcp4nsi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.contact-table thead th[b-hjvwcp4nsi] {
    text-align: left;
    padding: 1rem 0.75rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--np-text-primary);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-table tbody tr[b-hjvwcp4nsi] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.contact-table tbody tr:hover[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.03);
}

.contact-table tbody tr:last-child[b-hjvwcp4nsi] {
    border-bottom: none;
}

.contact-table tbody td[b-hjvwcp4nsi] {
    padding: 1.25rem 0.75rem;
    color: var(--np-text-secondary);
    vertical-align: top;
}

.dept-info[b-hjvwcp4nsi], .location-info[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: var(--np-text-primary);
}

.dept-info svg[b-hjvwcp4nsi], .location-info svg[b-hjvwcp4nsi] {
    color: var(--np-accent-light);
    flex-shrink: 0;
}

.contact-table a[b-hjvwcp4nsi] {
    color: var(--np-accent-light);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.contact-table a:hover[b-hjvwcp4nsi] {
    color: var(--np-accent-primary);
    transform: translateX(2px);
}

.response-time[b-hjvwcp4nsi], .timezone[b-hjvwcp4nsi] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--np-accent-light);
}

.timezone[b-hjvwcp4nsi] {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

/* Quick Contact Form */
.np-quick-contact[b-hjvwcp4nsi] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.np-quick-contact h3[b-hjvwcp4nsi] {
    margin: 0 0 2rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--np-text-primary);
    text-align: center;
}

.quick-form[b-hjvwcp4nsi] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-hjvwcp4nsi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-input[b-hjvwcp4nsi], .form-textarea[b-hjvwcp4nsi] {
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 1rem;
    color: var(--np-text-primary);
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-hjvwcp4nsi], .form-textarea:focus[b-hjvwcp4nsi] {
    outline: none;
    border-color: var(--np-accent-light);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input[b-hjvwcp4nsi]::placeholder, .form-textarea[b-hjvwcp4nsi]::placeholder {
    color: var(--np-text-muted);
}

.form-textarea[b-hjvwcp4nsi] {
    resize: vertical;
    min-height: 120px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-modal[b-hjvwcp4nsi] {
        width: 95%;
        margin: 1rem;
    }
    
    .contact-modal-header[b-hjvwcp4nsi] {
        padding: 1rem 1.5rem;
    }
    
    .contact-modal-header h3[b-hjvwcp4nsi] {
        font-size: 1.25rem;
    }
    
    .contact-modal-body[b-hjvwcp4nsi] {
        padding: 1.5rem;
    }
    
    .contact-methods[b-hjvwcp4nsi] {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .contact-modal[b-hjvwcp4nsi] {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        margin: 0;
    }
    
    .contact-modal-header[b-hjvwcp4nsi] {
        padding: 1rem;
    }
    
    .contact-modal-header h3[b-hjvwcp4nsi] {
        font-size: 1.125rem;
    }
    
    .contact-modal-body[b-hjvwcp4nsi] {
        padding: 1rem;
        height: calc(100vh - 80px);
        overflow-y: auto;
    }
    
    .form-group[b-hjvwcp4nsi] {
        margin-bottom: 1rem;
    }
    
    .submit-btn[b-hjvwcp4nsi] {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

.form-hint[b-hjvwcp4nsi] {
    font-size: 0.75rem;
    color: var(--np-text-muted);
}

.checkbox-group[b-hjvwcp4nsi] {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-label[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
}

.checkbox-label input[type="checkbox"][b-hjvwcp4nsi] {
    width: 18px;
    height: 18px;
    accent-color: var(--np-accent-light);
}

.save-message[b-hjvwcp4nsi] {
    margin-top: 1rem;
    padding: 0.875rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.875rem;
}

.save-message.success[b-hjvwcp4nsi] {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.save-message.error[b-hjvwcp4nsi] {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.modal-footer[b-hjvwcp4nsi] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid var(--np-border);
}

.btn-cancel[b-hjvwcp4nsi] {
    padding: 0.75rem 1.5rem;
    background: var(--np-bg-tertiary);
    border: 1px solid var(--np-border);
    border-radius: 10px;
    color: var(--np-text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cancel:hover[b-hjvwcp4nsi] {
    background: var(--np-bg-secondary);
    color: var(--np-text-primary);
}

.btn-save[b-hjvwcp4nsi] {
    padding: 0.75rem 1.5rem;
    background: var(--np-accent-gradient);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-save:hover:not(:disabled)[b-hjvwcp4nsi] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.btn-save:disabled[b-hjvwcp4nsi] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Nav Actions */
.np-nav-actions[b-hjvwcp4nsi] {
    display: flex;
    gap: 0.75rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .np-overview-grid[b-hjvwcp4nsi] {
        grid-template-columns: 1fr;
    }
    
    .np-overview-card.main[b-hjvwcp4nsi] {
        grid-column: auto;
    }
    
    .np-business-grid[b-hjvwcp4nsi] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .np-business-card.featured[b-hjvwcp4nsi] {
        grid-column: span 2;
    }
    
    .announcements-summary[b-hjvwcp4nsi] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .np-hero-stats[b-hjvwcp4nsi] {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .np-nav-links[b-hjvwcp4nsi],
    .np-nav-actions[b-hjvwcp4nsi] {
        display: none;
    }
    
    .mobile-menu-btn[b-hjvwcp4nsi] {
        display: block;
    }
    
    .mobile-nav[b-hjvwcp4nsi] {
        display: flex;
    }
    
    .np-hero-stats[b-hjvwcp4nsi] {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .np-hero-stat-value[b-hjvwcp4nsi] {
        font-size: 1.5rem;
    }
    
    .np-business-grid[b-hjvwcp4nsi] {
        grid-template-columns: 1fr;
    }
    
    .np-business-card.featured[b-hjvwcp4nsi] {
        grid-column: auto;
    }
    
    .announcements-table-wrapper[b-hjvwcp4nsi] {
        overflow-x: auto;
    }
    
    .announcements-table[b-hjvwcp4nsi] {
        min-width: 800px;
    }
    
    .announcements-summary[b-hjvwcp4nsi] {
        grid-template-columns: 1fr 1fr;
    }
    
    .modal-content[b-hjvwcp4nsi] {
        max-height: 85vh;
    }
}

@media (max-width: 480px) {
    .np-hero-stat-value[b-hjvwcp4nsi] {
        font-size: 1.25rem;
    }
    
    .np-hero-stat-label[b-hjvwcp4nsi] {
        font-size: 0.8rem;
    }
    
    .np-overview-card[b-hjvwcp4nsi],
    .np-highlight-card[b-hjvwcp4nsi],
    .np-business-card[b-hjvwcp4nsi] {
        padding: 1.5rem;
    }
    
    .np-overview-icon[b-hjvwcp4nsi],
    .np-highlight-icon[b-hjvwcp4nsi] {
        width: 48px;
        height: 48px;
    }
    
    .np-business-number[b-hjvwcp4nsi] {
        font-size: 2rem;
    }
    
    .announcements-summary[b-hjvwcp4nsi] {
        grid-template-columns: 1fr;
    }
    
    .summary-value[b-hjvwcp4nsi] {
        font-size: 1.25rem;
    }
    
    .modal-company-info[b-hjvwcp4nsi] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .modal-footer[b-hjvwcp4nsi] {
        flex-direction: column;
    }
    
    .modal-footer button[b-hjvwcp4nsi] {
        width: 100%;
    }
}

/* ========================================
   AI ANIMATED HERO BACKGROUND
   ======================================== */

/* Neural Network Animation */
.neural-network[b-hjvwcp4nsi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.node[b-hjvwcp4nsi] {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8) 0%, rgba(59, 130, 246, 0.4) 100%);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5), 0 0 40px rgba(59, 130, 246, 0.3);
    animation: nodePulse-b-hjvwcp4nsi 3s ease-in-out infinite;
}

.node-1[b-hjvwcp4nsi] { top: 20%; left: 15%; animation-delay: 0s; }
.node-2[b-hjvwcp4nsi] { top: 30%; left: 80%; animation-delay: 0.5s; }
.node-3[b-hjvwcp4nsi] { top: 60%; left: 25%; animation-delay: 1s; }
.node-4[b-hjvwcp4nsi] { top: 70%; left: 75%; animation-delay: 1.5s; }
.node-5[b-hjvwcp4nsi] { top: 40%; left: 10%; animation-delay: 0.3s; }
.node-6[b-hjvwcp4nsi] { top: 50%; left: 90%; animation-delay: 0.8s; }
.node-7[b-hjvwcp4nsi] { top: 15%; left: 50%; animation-delay: 1.2s; }
.node-8[b-hjvwcp4nsi] { top: 85%; left: 50%; animation-delay: 0.6s; }

@keyframes nodePulse-b-hjvwcp4nsi {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.6;
    }
    50% { 
        transform: scale(1.5); 
        opacity: 1;
    }
}

.connections[b-hjvwcp4nsi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.connection[b-hjvwcp4nsi] {
    stroke: url(#connectionGradient);
    stroke-width: 1;
    stroke-linecap: round;
    opacity: 0.3;
    animation: connectionFlow-b-hjvwcp4nsi 4s ease-in-out infinite;
}

.c1[b-hjvwcp4nsi] { animation-delay: 0s; stroke: rgba(139, 92, 246, 0.4); }
.c2[b-hjvwcp4nsi] { animation-delay: 0.5s; stroke: rgba(59, 130, 246, 0.4); }
.c3[b-hjvwcp4nsi] { animation-delay: 1s; stroke: rgba(139, 92, 246, 0.4); }
.c4[b-hjvwcp4nsi] { animation-delay: 1.5s; stroke: rgba(59, 130, 246, 0.4); }
.c5[b-hjvwcp4nsi] { animation-delay: 0.7s; stroke: rgba(139, 92, 246, 0.4); }
.c6[b-hjvwcp4nsi] { animation-delay: 1.2s; stroke: rgba(59, 130, 246, 0.4); }

@keyframes connectionFlow-b-hjvwcp4nsi {
    0%, 100% { 
        opacity: 0.2;
        stroke-dasharray: 5, 10;
    }
    50% { 
        opacity: 0.6;
        stroke-dasharray: 10, 5;
    }
}

/* Floating AI Icons */
.floating-icons[b-hjvwcp4nsi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.float-icon[b-hjvwcp4nsi] {
    position: absolute;
    width: 40px;
    height: 40px;
    color: rgba(139, 92, 246, 0.3);
    animation: floatIcon-b-hjvwcp4nsi 8s ease-in-out infinite;
}

.float-icon svg[b-hjvwcp4nsi] {
    width: 100%;
    height: 100%;
}

.fi-1[b-hjvwcp4nsi] { top: 15%; left: 5%; animation-delay: 0s; }
.fi-2[b-hjvwcp4nsi] { top: 25%; right: 8%; animation-delay: 2s; }
.fi-3[b-hjvwcp4nsi] { bottom: 30%; left: 8%; animation-delay: 4s; }
.fi-4[b-hjvwcp4nsi] { bottom: 20%; right: 5%; animation-delay: 6s; }

@keyframes floatIcon-b-hjvwcp4nsi {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
        opacity: 0.5;
    }
    50% { 
        transform: translateY(-10px) rotate(-5deg);
        opacity: 0.4;
    }
    75% {
        transform: translateY(-25px) rotate(3deg);
        opacity: 0.6;
    }
}

/* Data Streams */
.data-streams[b-hjvwcp4nsi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.stream[b-hjvwcp4nsi] {
    position: absolute;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(59, 130, 246, 0.6), transparent);
    animation: streamFlow-b-hjvwcp4nsi 3s linear infinite;
}

.s1[b-hjvwcp4nsi] { left: 20%; animation-delay: 0s; }
.s2[b-hjvwcp4nsi] { left: 50%; animation-delay: 1s; }
.s3[b-hjvwcp4nsi] { left: 80%; animation-delay: 2s; }

@keyframes streamFlow-b-hjvwcp4nsi {
    0% { 
        transform: translateY(-100px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% { 
        transform: translateY(100vh);
        opacity: 0;
    }
}

/* Animated Badge */
.animated-badge[b-hjvwcp4nsi] {
    position: relative;
    overflow: hidden;
}

.badge-pulse[b-hjvwcp4nsi] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%) translateY(-50%);
    animation: badgeShine-b-hjvwcp4nsi 3s ease-in-out infinite;
}

@keyframes badgeShine-b-hjvwcp4nsi {
    0% { transform: translateX(-100%) translateY(-50%); }
    50%, 100% { transform: translateX(100%) translateY(-50%); }
}

/* Title Animations */
.title-main[b-hjvwcp4nsi] {
    display: block;
    animation: fadeInUp-b-hjvwcp4nsi 0.8s ease-out;
}

.title-sub[b-hjvwcp4nsi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.typing-text[b-hjvwcp4nsi] {
    animation: fadeInUp-b-hjvwcp4nsi 0.8s ease-out 0.3s both;
}

.cursor[b-hjvwcp4nsi] {
    animation: blink-b-hjvwcp4nsi 1s step-end infinite;
    color: var(--np-accent);
}

@keyframes blink-b-hjvwcp4nsi {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

@keyframes fadeInUp-b-hjvwcp4nsi {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glowing Button */
.glow-btn[b-hjvwcp4nsi] {
    position: relative;
    overflow: hidden;
}

.glow-btn[b-hjvwcp4nsi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: btnGlow-b-hjvwcp4nsi 2s ease-in-out infinite;
}

@keyframes btnGlow-b-hjvwcp4nsi {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

/* Stats Animation */
.stat-animate[b-hjvwcp4nsi] {
    animation: statFadeIn-b-hjvwcp4nsi 0.6s ease-out both;
}

@keyframes statFadeIn-b-hjvwcp4nsi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for animations */
@media (max-width: 768px) {
    .float-icon[b-hjvwcp4nsi] {
        width: 30px;
        height: 30px;
    }
    
    .node[b-hjvwcp4nsi] {
        width: 8px;
        height: 8px;
    }
    
    .stream[b-hjvwcp4nsi] {
        height: 60px;
    }
}
/* /Components/Pages/Reports/Index.razor.rz.scp.css */
.reports-page[b-j80dbhw0db] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Search Section */
.search-section[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.search-box[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    max-width: 500px;
    padding: 0.5rem 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.search-box:focus-within[b-j80dbhw0db] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-box svg[b-j80dbhw0db] {
    color: #94a3b8;
    flex-shrink: 0;
}

.search-box input[b-j80dbhw0db] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #1e293b;
    outline: none;
}

.search-box input[b-j80dbhw0db]::placeholder {
    color: #94a3b8;
}

.clear-search[b-j80dbhw0db] {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0 0.25rem;
    line-height: 1;
}

.clear-search:hover[b-j80dbhw0db] {
    color: #64748b;
}

.search-stats[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.search-stats span:nth-child(2)[b-j80dbhw0db] {
    color: #cbd5e1;
}

.page-header[b-j80dbhw0db] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.header-left h1[b-j80dbhw0db] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.header-left p[b-j80dbhw0db] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

.btn-primary[b-j80dbhw0db], .btn-secondary[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-j80dbhw0db] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

.btn-primary:hover[b-j80dbhw0db] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.btn-secondary[b-j80dbhw0db] {
    background: white;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover[b-j80dbhw0db] {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Report Tabs */
.report-tabs[b-j80dbhw0db] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    flex-wrap: wrap;
}

.tab-btn[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.tab-btn:hover[b-j80dbhw0db] {
    background: #f1f5f9;
    color: #1e293b;
}

.tab-btn.active[b-j80dbhw0db] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
}

/* Report Content */
.report-content[b-j80dbhw0db] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    min-height: 500px;
}

.loading-state[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #64748b;
}

.spinner[b-j80dbhw0db] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-j80dbhw0db 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-j80dbhw0db {
    to { transform: rotate(360deg); }
}

/* Report Section */
.report-section[b-j80dbhw0db] {
    padding: 2rem;
}

.report-header[b-j80dbhw0db] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.report-header h2[b-j80dbhw0db] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.report-header p[b-j80dbhw0db] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Rankings Table */
.rankings-preview[b-j80dbhw0db] {
    margin-bottom: 2rem;
    overflow-x: auto;
}

.rankings-table[b-j80dbhw0db] {
    width: 100%;
    border-collapse: collapse;
}

.rankings-table th[b-j80dbhw0db],
.rankings-table td[b-j80dbhw0db] {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.rankings-table th[b-j80dbhw0db] {
    background: #f8fafc;
    font-weight: 600;
    color: #475569;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rankings-table .rank[b-j80dbhw0db] {
    font-weight: 700;
    color: #3b82f6;
}

.rankings-table .company-name[b-j80dbhw0db] {
    font-weight: 600;
    color: #1e293b;
}

.rankings-table .score[b-j80dbhw0db] {
    font-weight: 700;
    color: #1e293b;
}

.rankings-table .change[b-j80dbhw0db] {
    font-weight: 600;
}

.rankings-table .change.positive[b-j80dbhw0db] {
    color: #22c55e;
}

.rankings-table .change.negative[b-j80dbhw0db] {
    color: #ef4444;
}

.rankings-table .category[b-j80dbhw0db] {
    background: #eff6ff;
    color: #3b82f6;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Changes Grid */
.changes-grid[b-j80dbhw0db] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.change-card[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.change-card.positive[b-j80dbhw0db] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-color: #86efac;
}

.change-card.negative[b-j80dbhw0db] {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    border-color: #fca5a5;
}

.change-card.neutral[b-j80dbhw0db] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #93c5fd;
}

.change-icon[b-j80dbhw0db] {
    font-size: 2rem;
}

.change-info[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
}

.change-label[b-j80dbhw0db] {
    font-weight: 600;
    color: #1e293b;
}

.change-count[b-j80dbhw0db] {
    font-size: 0.875rem;
    color: #64748b;
}

/* Talent Insights */
.talent-insights[b-j80dbhw0db] {
    margin-bottom: 2rem;
}

.insight-card[b-j80dbhw0db] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
}

.insight-card h4[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.insight-card ul[b-j80dbhw0db] {
    margin: 0;
    padding-left: 1.5rem;
}

.insight-card li[b-j80dbhw0db] {
    color: #475569;
    margin-bottom: 0.5rem;
}

/* Revenue Metrics */
.revenue-metrics[b-j80dbhw0db] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.metric-card[b-j80dbhw0db] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.metric-value[b-j80dbhw0db] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.metric-label[b-j80dbhw0db] {
    font-size: 0.875rem;
    color: #64748b;
}

/* Market Map */
.market-map[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.map-category h4[b-j80dbhw0db] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.map-companies[b-j80dbhw0db] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.map-chip[b-j80dbhw0db] {
    background: #eff6ff;
    color: #3b82f6;
    padding: 0.375rem 0.75rem;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Emerging Players */
.emerging-list[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.emerging-card[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.emerging-rank[b-j80dbhw0db] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.emerging-info[b-j80dbhw0db] {
    flex: 1;
}

.emerging-info h4[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.emerging-info p[b-j80dbhw0db] {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
}

.emerging-trend[b-j80dbhw0db] {
    font-size: 1.5rem;
}

/* Custom Report Builder */
.custom-builder .builder-grid[b-j80dbhw0db] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.builder-config[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.config-card[b-j80dbhw0db] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
}

.config-card h3[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.form-group[b-j80dbhw0db] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-j80dbhw0db] {
    margin-bottom: 0;
}

.form-group label[b-j80dbhw0db] {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 0.5rem;
}

.form-group input[b-j80dbhw0db],
.form-group select[b-j80dbhw0db],
.form-group textarea[b-j80dbhw0db] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1e293b;
    background: white;
    transition: all 0.2s ease;
}

.form-group input:focus[b-j80dbhw0db],
.form-group select:focus[b-j80dbhw0db],
.form-group textarea:focus[b-j80dbhw0db] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.company-actions[b-j80dbhw0db] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-sm[b-j80dbhw0db] {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-sm:hover[b-j80dbhw0db] {
    background: #f1f5f9;
}

.selected-count[b-j80dbhw0db] {
    margin-left: auto;
    font-size: 0.75rem;
    color: #64748b;
}

.company-list[b-j80dbhw0db] {
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.company-checkbox[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.company-checkbox:hover[b-j80dbhw0db] {
    background: #eff6ff;
}

.company-checkbox input[b-j80dbhw0db] {
    width: auto;
}

.company-checkbox span[b-j80dbhw0db] {
    font-size: 0.8rem;
    color: #1e293b;
}

.section-toggle[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.section-toggle:hover[b-j80dbhw0db] {
    background: #eff6ff;
}

.section-toggle input[b-j80dbhw0db] {
    width: auto;
}

.section-toggle span[b-j80dbhw0db] {
    font-size: 0.875rem;
    color: #1e293b;
}

/* Builder Preview */
.builder-preview[b-j80dbhw0db] {
    position: sticky;
    top: 1rem;
}

.preview-header[b-j80dbhw0db] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.preview-header h3[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.preview-badge[b-j80dbhw0db] {
    background: #dcfce7;
    color: #22c55e;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.preview-document[b-j80dbhw0db] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.preview-document.custom[b-j80dbhw0db] {
    min-height: 400px;
}

.doc-cover[b-j80dbhw0db] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

.cover-logo[b-j80dbhw0db] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.cover-logo span[b-j80dbhw0db] {
    font-size: 1.5rem;
    font-weight: 700;
}

.doc-cover h2[b-j80dbhw0db] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.doc-cover p[b-j80dbhw0db] {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0 0 1rem 0;
}

.cover-meta[b-j80dbhw0db] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

.doc-toc[b-j80dbhw0db] {
    padding: 1.5rem;
}

.doc-toc h4[b-j80dbhw0db] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.doc-toc ul[b-j80dbhw0db] {
    margin: 0;
    padding-left: 1.25rem;
}

.doc-toc li[b-j80dbhw0db] {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.doc-header[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.doc-logo[b-j80dbhw0db] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.doc-title h4[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.doc-title span[b-j80dbhw0db] {
    font-size: 0.75rem;
    color: #64748b;
}

.doc-section[b-j80dbhw0db] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.doc-section:last-child[b-j80dbhw0db] {
    border-bottom: none;
}

.doc-section h5[b-j80dbhw0db] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.doc-section p[b-j80dbhw0db] {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.score-preview[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.score-circle[b-j80dbhw0db] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Export Section */
.export-section[b-j80dbhw0db] {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.export-section h3[b-j80dbhw0db] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.export-buttons[b-j80dbhw0db] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.export-btn[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 2rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 140px;
}

.export-btn:hover[b-j80dbhw0db] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.export-btn span[b-j80dbhw0db] {
    font-weight: 600;
    color: #1e293b;
}

.export-btn small[b-j80dbhw0db] {
    font-size: 0.7rem;
    color: #64748b;
}

.export-btn.pdf[b-j80dbhw0db] {
    border-color: #ef4444;
}

.export-btn.pdf:hover[b-j80dbhw0db] {
    background: #fef2f2;
}

.export-btn.pdf svg[b-j80dbhw0db] {
    color: #ef4444;
}

.export-btn.excel[b-j80dbhw0db] {
    border-color: #22c55e;
}

.export-btn.excel:hover[b-j80dbhw0db] {
    background: #dcfce7;
}

.export-btn.excel svg[b-j80dbhw0db] {
    color: #22c55e;
}

.export-btn.csv[b-j80dbhw0db] {
    border-color: #3b82f6;
}

.export-btn.csv:hover[b-j80dbhw0db] {
    background: #eff6ff;
}

.export-btn.csv svg[b-j80dbhw0db] {
    color: #3b82f6;
}

.export-btn.email[b-j80dbhw0db] {
    border-color: #8b5cf6;
}

.export-btn.email:hover[b-j80dbhw0db] {
    background: #f5f3ff;
}

.export-btn.email svg[b-j80dbhw0db] {
    color: #8b5cf6;
}

/* Email Modal */
.modal-overlay[b-j80dbhw0db] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.email-modal[b-j80dbhw0db] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-j80dbhw0db] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.modal-header h2[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.modal-header h2 svg[b-j80dbhw0db] {
    color: #3b82f6;
}

.close-btn[b-j80dbhw0db] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.close-btn:hover[b-j80dbhw0db] {
    background: #e2e8f0;
    color: #1e293b;
}

.modal-body[b-j80dbhw0db] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.format-options[b-j80dbhw0db] {
    display: flex;
    gap: 0.75rem;
}

.format-option[b-j80dbhw0db] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.format-option:has(input:checked)[b-j80dbhw0db] {
    border-color: #3b82f6;
    background: #eff6ff;
}

.format-option input[b-j80dbhw0db] {
    display: none;
}

.format-icon[b-j80dbhw0db] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.format-icon.pdf[b-j80dbhw0db] {
    background: #fef2f2;
    color: #ef4444;
}

.format-icon.excel[b-j80dbhw0db] {
    background: #dcfce7;
    color: #22c55e;
}

.format-icon.csv[b-j80dbhw0db] {
    background: #eff6ff;
    color: #3b82f6;
}

.format-option span[b-j80dbhw0db] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.875rem;
}

.format-option small[b-j80dbhw0db] {
    font-size: 0.7rem;
    color: #64748b;
}

.report-preview[b-j80dbhw0db] {
    margin-top: 1.5rem;
}

.report-preview h4[b-j80dbhw0db] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.preview-card[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.preview-icon[b-j80dbhw0db] {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.preview-info[b-j80dbhw0db] {
    display: flex;
    flex-direction: column;
}

.preview-name[b-j80dbhw0db] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e293b;
}

.preview-size[b-j80dbhw0db] {
    font-size: 0.75rem;
    color: #64748b;
}

.modal-footer[b-j80dbhw0db] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.modal-footer .btn-primary[b-j80dbhw0db] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-spinner[b-j80dbhw0db] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-j80dbhw0db 1s linear infinite;
}

/* Toast */
.toast[b-j80dbhw0db] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1001;
    animation: slideIn-b-j80dbhw0db 0.3s ease-out;
}

.toast.success[b-j80dbhw0db] {
    border-left: 4px solid #22c55e;
}

.toast.error[b-j80dbhw0db] {
    border-left: 4px solid #ef4444;
}

.toast-close[b-j80dbhw0db] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

@keyframes slideIn-b-j80dbhw0db {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .custom-builder .builder-grid[b-j80dbhw0db] {
        grid-template-columns: 1fr;
    }

    .builder-preview[b-j80dbhw0db] {
        position: static;
    }
}

@media (max-width: 768px) {
    .reports-page[b-j80dbhw0db] {
        padding: 1rem;
    }

    .page-header[b-j80dbhw0db] {
        flex-direction: column;
    }

    .report-tabs[b-j80dbhw0db] {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .export-buttons[b-j80dbhw0db] {
        flex-direction: column;
    }

    .export-btn[b-j80dbhw0db] {
        width: 100%;
    }

    .format-options[b-j80dbhw0db] {
        flex-direction: column;
    }
}
/* /Components/Pages/Roles/Index.razor.rz.scp.css */
.roles-page[b-newbm3br64] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-newbm3br64] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.header-left h1[b-newbm3br64] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.header-left p[b-newbm3br64] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.btn-primary[b-newbm3br64] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-newbm3br64] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.roles-grid[b-newbm3br64] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.role-card[b-newbm3br64] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.role-card:hover[b-newbm3br64] {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.role-header[b-newbm3br64] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.role-icon[b-newbm3br64] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
}

.role-actions[b-newbm3br64] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-newbm3br64] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-newbm3br64] {
    background: #e2e8f0;
    color: #1e293b;
}

.btn-icon.delete:hover[b-newbm3br64] {
    background: #fee2e2;
    color: #dc2626;
}

.role-info h3[b-newbm3br64] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.role-info p[b-newbm3br64] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.role-badge[b-newbm3br64] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.75rem;
}

.role-stats[b-newbm3br64] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item[b-newbm3br64] {
    flex: 1;
    text-align: center;
}

.stat-value[b-newbm3br64] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.stat-label[b-newbm3br64] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.loading-state[b-newbm3br64], .empty-state[b-newbm3br64] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #94a3b8;
}

.spinner[b-newbm3br64] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-newbm3br64 1s linear infinite;
}

@keyframes spin-b-newbm3br64 {
    to { transform: rotate(360deg); }
}

.empty-state svg[b-newbm3br64] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

/* Modal Styles */
.modal-overlay[b-newbm3br64] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal[b-newbm3br64] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-newbm3br64] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h2[b-newbm3br64] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.close-btn[b-newbm3br64] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.close-btn:hover[b-newbm3br64] {
    background: #e2e8f0;
    color: #1e293b;
}

.modal-body[b-newbm3br64] {
    padding: 1.5rem;
}

.form-group[b-newbm3br64] {
    margin-bottom: 1.25rem;
}

.form-group label[b-newbm3br64] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input[b-newbm3br64],
.form-group textarea[b-newbm3br64] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.form-group input:focus[b-newbm3br64],
.form-group textarea:focus[b-newbm3br64] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea[b-newbm3br64] {
    resize: vertical;
    min-height: 80px;
}

.checkbox-group[b-newbm3br64] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-group input[type="checkbox"][b-newbm3br64] {
    width: auto;
    cursor: pointer;
}

.modal-footer[b-newbm3br64] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.btn-secondary[b-newbm3br64] {
    padding: 0.75rem 1.5rem;
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-newbm3br64] {
    background: #e2e8f0;
}

.btn-danger[b-newbm3br64] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-danger:hover[b-newbm3br64] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.message[b-newbm3br64] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    animation: slideIn-b-newbm3br64 0.3s ease-out;
}

.message.success[b-newbm3br64] {
    background: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.message.error[b-newbm3br64] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

@keyframes slideIn-b-newbm3br64 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .roles-page[b-newbm3br64] {
        padding: 1rem;
    }

    .page-header[b-newbm3br64] {
        flex-direction: column;
        gap: 1rem;
    }

    .roles-grid[b-newbm3br64] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Users/Index.razor.rz.scp.css */
.users-page[b-f6e5vaujiz] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-f6e5vaujiz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.header-left h1[b-f6e5vaujiz] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.header-left p[b-f6e5vaujiz] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.btn-primary[b-f6e5vaujiz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.users-table-container[b-f6e5vaujiz] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.users-table[b-f6e5vaujiz] {
    width: 100%;
    border-collapse: collapse;
}

.users-table thead[b-f6e5vaujiz] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.users-table th[b-f6e5vaujiz] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.users-table tbody tr[b-f6e5vaujiz] {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s ease;
}

.users-table tbody tr:hover[b-f6e5vaujiz] {
    background: #f8fafc;
}

.users-table td[b-f6e5vaujiz] {
    padding: 1rem 1.5rem;
    color: #1e293b;
    font-size: 0.9rem;
}

.user-info[b-f6e5vaujiz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-f6e5vaujiz] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-weight: 600;
    font-size: 0.9rem;
}

.user-details h4[b-f6e5vaujiz] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.user-details p[b-f6e5vaujiz] {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
}

.role-badge[b-f6e5vaujiz] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.role-badge.admin[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.role-badge.user[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
}

.status-badge[b-f6e5vaujiz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.active[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.status-badge.inactive[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #64748b;
}

.status-dot[b-f6e5vaujiz] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.action-buttons[b-f6e5vaujiz] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-f6e5vaujiz] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-f6e5vaujiz] {
    background: #e2e8f0;
    color: #1e293b;
}

.btn-icon.delete:hover[b-f6e5vaujiz] {
    background: #fee2e2;
    color: #dc2626;
}

.loading-state[b-f6e5vaujiz], .empty-state[b-f6e5vaujiz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #94a3b8;
}

.spinner[b-f6e5vaujiz] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-f6e5vaujiz 1s linear infinite;
}

@keyframes spin-b-f6e5vaujiz {
    to { transform: rotate(360deg); }
}

.empty-state svg[b-f6e5vaujiz] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

/* Modal Styles */
.modal-overlay[b-f6e5vaujiz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal[b-f6e5vaujiz] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header[b-f6e5vaujiz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h2[b-f6e5vaujiz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.close-btn[b-f6e5vaujiz] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.close-btn:hover[b-f6e5vaujiz] {
    background: #e2e8f0;
    color: #1e293b;
}

.modal-body[b-f6e5vaujiz] {
    padding: 1.5rem;
}

.form-group[b-f6e5vaujiz] {
    margin-bottom: 1.25rem;
}

.form-group label[b-f6e5vaujiz] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input[b-f6e5vaujiz],
.form-group select[b-f6e5vaujiz] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.form-group input:focus[b-f6e5vaujiz],
.form-group select:focus[b-f6e5vaujiz] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-footer[b-f6e5vaujiz] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.btn-secondary[b-f6e5vaujiz] {
    padding: 0.75rem 1.5rem;
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-f6e5vaujiz] {
    background: #e2e8f0;
}

.btn-danger[b-f6e5vaujiz] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-danger:hover[b-f6e5vaujiz] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.message[b-f6e5vaujiz] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    animation: slideIn-b-f6e5vaujiz 0.3s ease-out;
}

.message.success[b-f6e5vaujiz] {
    background: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.message.error[b-f6e5vaujiz] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

@keyframes slideIn-b-f6e5vaujiz {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .users-page[b-f6e5vaujiz] {
        padding: 1rem;
    }

    .page-header[b-f6e5vaujiz] {
        flex-direction: column;
        gap: 1rem;
    }

    .users-table-container[b-f6e5vaujiz] {
        overflow-x: auto;
    }

    .users-table[b-f6e5vaujiz] {
        min-width: 800px;
    }
}
