/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wxw9offt5z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wxw9offt5z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xasja7w211],
.components-reconnect-repeated-attempt-visible[b-xasja7w211],
.components-reconnect-failed-visible[b-xasja7w211],
.components-pause-visible[b-xasja7w211],
.components-resume-failed-visible[b-xasja7w211],
.components-rejoining-animation[b-xasja7w211] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xasja7w211],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xasja7w211],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xasja7w211],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xasja7w211],
#components-reconnect-modal.components-reconnect-retrying[b-xasja7w211],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xasja7w211],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xasja7w211],
#components-reconnect-modal.components-reconnect-failed[b-xasja7w211],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xasja7w211] {
    display: block;
}


#components-reconnect-modal[b-xasja7w211] {
    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-xasja7w211 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xasja7w211 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xasja7w211 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xasja7w211]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xasja7w211 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xasja7w211 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xasja7w211 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xasja7w211 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xasja7w211] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xasja7w211] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xasja7w211] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xasja7w211] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xasja7w211] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xasja7w211] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xasja7w211] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xasja7w211 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xasja7w211] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xasja7w211 {
    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/Layout/Sidebar.razor.rz.scp.css */
/* Sidebar Component Scoped Styles */

/* The sidebar inherits global styles from app.css */
/* This file contains any overrides or additions specific to the Sidebar component */

/* Task item link styling - remove default anchor styles */
.task-item[b-lv5vz8eouo] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.task-item:hover[b-lv5vz8eouo] {
    text-decoration: none;
    color: inherit;
}

/* Ensure proper focus states for accessibility */
.task-item:focus[b-lv5vz8eouo] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Animate the spin icon */
[b-lv5vz8eouo] .animate-spin {
    animation: spin-b-lv5vz8eouo 1s linear infinite;
}

@keyframes spin-b-lv5vz8eouo {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* /Components/Pages/Agencies.razor.rz.scp.css */
/* Agency Code Definition Page Styles */

.page-header[b-kbmwi6kz53] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-kbmwi6kz53] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.page-header p[b-kbmwi6kz53] {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    max-width: 700px;
}

.agencies-grid[b-kbmwi6kz53] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
}

@media (min-width: 1280px) {
    .agencies-grid[b-kbmwi6kz53] {
        grid-template-columns: 1fr 2fr;
    }
}

.agencies-form-column[b-kbmwi6kz53] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.agencies-form-column .card[b-kbmwi6kz53] {
    position: sticky;
    top: 0;
}

.agencies-table-column[b-kbmwi6kz53] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Toggle Row */
.toggle-row[b-kbmwi6kz53] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    border-top: 1px solid var(--border-dark-secondary);
}

.toggle-label[b-kbmwi6kz53] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

/* Form Buttons */
.form-buttons[b-kbmwi6kz53] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.form-buttons .btn[b-kbmwi6kz53] {
    height: 40px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page Styles */

.login-container[b-iofauot50n] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* Left Panel - Branding */
.login-branding[b-iofauot50n] {
    display: none;
    width: 50%;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    background: #0a1016;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .login-branding[b-iofauot50n] {
        display: flex;
    }
}

.branding-background[b-iofauot50n] {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    mix-blend-mode: overlay;
}

.branding-overlay[b-iofauot50n] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--bg-dark) 0%, rgba(16, 25, 34, 0.8) 50%, transparent 100%);
}

.branding-logo[b-iofauot50n] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon[b-iofauot50n] {
    width: 32px;
    height: 32px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon .material-symbols-outlined[b-iofauot50n] {
    font-size: 32px;
}

.logo-text[b-iofauot50n] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.02em;
}

.branding-hero[b-iofauot50n] {
    position: relative;
    z-index: 10;
    margin-top: auto;
}

.hero-title[b-iofauot50n] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 500px;
}

.hero-subtitle[b-iofauot50n] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
    margin-bottom: 2rem;
}

.hero-social-proof[b-iofauot50n] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatar-group[b-iofauot50n] {
    display: flex;
}

.avatar[b-iofauot50n] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    border: 2px solid var(--bg-dark);
    margin-left: -0.75rem;
}

.avatar:first-child[b-iofauot50n] {
    margin-left: 0;
}

.avatar-more[b-iofauot50n] {
    background: #374151;
    font-size: 0.75rem;
}

.social-proof-text[b-iofauot50n] {
    display: flex;
    flex-direction: column;
}

.social-proof-title[b-iofauot50n] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.social-proof-subtitle[b-iofauot50n] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Right Panel - Form */
.login-form-panel[b-iofauot50n] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.5rem;
    background: var(--bg-dark);
}

@media (min-width: 768px) {
    .login-form-panel[b-iofauot50n] {
        padding: 3rem;
    }
}

@media (min-width: 1024px) {
    .login-form-panel[b-iofauot50n] {
        width: 50%;
    }
}

.login-form-container[b-iofauot50n] {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
}

.mobile-logo[b-iofauot50n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .mobile-logo[b-iofauot50n] {
        display: none;
    }
}

.logo-icon-small[b-iofauot50n] {
    width: 24px;
    height: 24px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-small .material-symbols-outlined[b-iofauot50n] {
    font-size: 24px;
}

.logo-text-small[b-iofauot50n] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.login-header[b-iofauot50n] {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .login-header[b-iofauot50n] {
        text-align: left;
    }
}

.login-header h1[b-iofauot50n] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.login-header p[b-iofauot50n] {
    font-size: 1rem;
    color: var(--text-secondary);
}

.login-form[b-iofauot50n] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-form .form-input[b-iofauot50n] {
    height: 56px;
    padding-left: 3rem;
    background: var(--surface-dark);
    border-color: var(--border-dark);
}

.login-form .form-input:focus[b-iofauot50n] {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.login-form .form-input-icon .material-symbols-outlined[b-iofauot50n] {
    left: 1rem;
    color: var(--text-secondary);
}

.password-field[b-iofauot50n] {
    position: relative;
}

.password-field .form-input[b-iofauot50n] {
    padding-right: 3rem;
}

.password-toggle[b-iofauot50n] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--transition-fast);
}

.password-toggle:hover[b-iofauot50n] {
    color: white;
}

.login-actions[b-iofauot50n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-actions .form-checkbox[b-iofauot50n] {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.login-actions .form-checkbox:hover[b-iofauot50n] {
    color: white;
}

.forgot-password[b-iofauot50n] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary);
}

.forgot-password:hover[b-iofauot50n] {
    color: #60a5fa;
}

.login-error[b-iofauot50n] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--danger-light);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: var(--radius-lg);
    color: #fca5a5;
    font-size: 0.875rem;
}

.login-error .material-symbols-outlined[b-iofauot50n] {
    color: var(--danger);
    font-size: 20px;
    flex-shrink: 0;
}

.login-button[b-iofauot50n] {
    margin-top: 0.5rem;
    height: 56px;
    font-size: 1rem;
    box-shadow: 0 8px 24px var(--primary-shadow);
}

.login-button:hover:not(:disabled)[b-iofauot50n] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--primary-shadow);
}

.login-button:active:not(:disabled)[b-iofauot50n] {
    transform: scale(0.98);
}

.login-footer[b-iofauot50n] {
    margin-top: 2rem;
    text-align: center;
}

.login-footer p[b-iofauot50n] {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.login-footer a[b-iofauot50n] {
    font-weight: 500;
    color: white;
}

.login-footer a:hover[b-iofauot50n] {
    color: var(--primary);
    text-decoration: underline;
}
/* /Components/Pages/PriceComparison.razor.rz.scp.css */
/* Price Comparison Page Styles - New Theme */

/* Search Card */
.search-card[b-kcujz5i3sn] {
    margin-bottom: 1.5rem;
}

.search-card.readonly-mode[b-kcujz5i3sn] {
    border-color: var(--border-dark-secondary);
    background: rgba(var(--surface-dark), 0.7);
}

.search-card-header[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem 0;
    margin-bottom: 1rem;
}

.search-card-header h2[b-kcujz5i3sn] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.readonly-badge[b-kcujz5i3sn] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.75rem;
    background: var(--surface-dark-lighter);
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
}

.new-search-btn[b-kcujz5i3sn] {
    margin-left: auto;
}

.form-input.readonly[b-kcujz5i3sn] {
    background: var(--bg-dark);
    color: var(--text-secondary);
    cursor: default;
    border-color: var(--border-dark-secondary);
}

.search-form[b-kcujz5i3sn] {
    padding: 0 1.5rem 1.5rem;
}

/* Single row form layout - improved spacing */
.search-form-row[b-kcujz5i3sn] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.search-form-row .form-group[b-kcujz5i3sn] {
    flex: 1;
    min-width: 120px;
    margin: 0;
}

.search-form-row .form-group:first-child[b-kcujz5i3sn] {
    flex: 1.5;
    min-width: 180px;
}

.form-input[b-kcujz5i3sn] {
    width: 100%;
}

.search-form-row .search-button-group[b-kcujz5i3sn] {
    flex: 0 0 auto;
    min-width: auto;
}

/* Form input improvements */
.form-label-small[b-kcujz5i3sn] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.form-input-icon[b-kcujz5i3sn] {
    position: relative;
}

.form-input-icon .material-symbols-outlined[b-kcujz5i3sn] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 18px;
    pointer-events: none;
}

.form-input-icon .form-input[b-kcujz5i3sn] {
    padding-left: 2.5rem;
}

.search-btn[b-kcujz5i3sn] {
    height: 44px;
    padding: 0 1.5rem;
    white-space: nowrap;
    min-width: 120px;
}

@media (max-width: 1400px) {
    .search-form-row[b-kcujz5i3sn] {
        gap: 0.875rem;
    }
    
    .search-form-row .form-group[b-kcujz5i3sn] {
        min-width: 110px;
    }
    
    .search-form-row .form-group:first-child[b-kcujz5i3sn] {
        min-width: 160px;
    }
}

@media (max-width: 1200px) {
    .search-form-row[b-kcujz5i3sn] {
        flex-wrap: wrap;
    }
    
    .search-form-row .form-group[b-kcujz5i3sn] {
        flex: 1 1 calc(33.33% - 0.875rem);
        min-width: 140px;
    }
    
    .search-form-row .form-group:first-child[b-kcujz5i3sn] {
        flex: 1 1 calc(50% - 0.5rem);
    }
    
    .search-form-row .search-button-group[b-kcujz5i3sn] {
        flex: 1 1 100%;
        margin-top: 0.5rem;
    }
    
    .search-btn[b-kcujz5i3sn] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .search-form-row .form-group[b-kcujz5i3sn] {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
    }
    
    .search-form-row .form-group:first-child[b-kcujz5i3sn] {
        flex: 1 1 100%;
    }
}

/* Search Progress */
.search-progress[b-kcujz5i3sn] {
    padding: 1rem 1.5rem 1.5rem;
    margin-top: 0.5rem;
}

.progress-bar-container[b-kcujz5i3sn] {
    height: 8px;
    background: var(--surface-dark-lighter);
    border-radius: var(--radius-full);
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.progress-bar-fill[b-kcujz5i3sn] {
    height: 100%;
    background: linear-gradient(90deg, var(--primary) 0%, #60a5fa 100%);
    border-radius: var(--radius-full);
    transition: width var(--transition-slow);
}

.progress-info[b-kcujz5i3sn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.progress-percent[b-kcujz5i3sn] {
    font-weight: 700;
    color: var(--primary);
}

/* Error Alert */
.error-alert[b-kcujz5i3sn] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--danger-light);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: var(--radius-lg);
    color: #fca5a5;
    margin-bottom: 1.5rem;
}

.error-alert .material-symbols-outlined[b-kcujz5i3sn] {
    color: var(--danger);
    flex-shrink: 0;
}

.error-dismiss[b-kcujz5i3sn] {
    margin-left: auto;
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0;
    display: flex;
}

.error-dismiss:hover[b-kcujz5i3sn] {
    color: white;
}

/* Success Alert */
.success-alert[b-kcujz5i3sn] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: var(--radius-lg);
    color: #6ee7b7;
    margin-bottom: 1.5rem;
}

.success-alert .material-symbols-outlined[b-kcujz5i3sn] {
    color: var(--success);
    flex-shrink: 0;
}

.success-dismiss[b-kcujz5i3sn] {
    margin-left: auto;
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0;
    display: flex;
}

.success-dismiss:hover[b-kcujz5i3sn] {
    color: white;
}

/* Stats Grid */
.stats-grid[b-kcujz5i3sn] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .stats-grid[b-kcujz5i3sn] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Results Header */
.results-header[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .results-header[b-kcujz5i3sn] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.results-header h3[b-kcujz5i3sn] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
}

.results-actions[b-kcujz5i3sn] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Results Table Card */
.results-table-card[b-kcujz5i3sn] {
    overflow: hidden;
}

/* Price Offers */
.price-offers[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

/* Empty & Welcome States */
.empty-state[b-kcujz5i3sn],
.welcome-state[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: var(--surface-dark);
    border: 1px solid var(--border-dark-secondary);
    border-radius: var(--radius-xl);
}

.empty-state .material-symbols-outlined[b-kcujz5i3sn],
.welcome-state .material-symbols-outlined[b-kcujz5i3sn] {
    font-size: 64px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.empty-state h3[b-kcujz5i3sn],
.welcome-state h3[b-kcujz5i3sn] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-kcujz5i3sn],
.welcome-state p[b-kcujz5i3sn] {
    color: var(--text-muted);
    max-width: 400px;
}

.agency-price-row.expensive[b-kcujz5i3sn] {
    background: rgba(254, 226, 226, 0.3);
    border-left: 3px solid #dc2626;
}

.agency-price[b-kcujz5i3sn] {
    font-weight: 700;
    color: #1a1a2e;
    min-width: 70px;
}

.agency-label[b-kcujz5i3sn] {
    font-size: 0.75rem;
    color: #666;
    flex: 1;
}

.agency-diff[b-kcujz5i3sn] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
}

.agency-diff.diff-positive[b-kcujz5i3sn] {
    background: #d1fae5;
    color: #059669;
}

.agency-diff.diff-negative[b-kcujz5i3sn] {
    background: #fee2e2;
    color: #dc2626;
}

.no-our-price[b-kcujz5i3sn] {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.85rem;
}

.row-no-price[b-kcujz5i3sn] {
    background: linear-gradient(90deg, rgba(156, 163, 175, 0.1) 0%, transparent 50%);
}

.diff-percent[b-kcujz5i3sn] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.diff-missing[b-kcujz5i3sn] {
    color: #9ca3af;
    font-size: 1.5rem;
}

/* Rival Prices List (Top 3) */
.rival-prices-list[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rival-price-row[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
    background: #f9fafb;
    font-size: 0.85rem;
}

.rival-price-row.best-rival[b-kcujz5i3sn] {
    background: #fef3c7;
    border: 1px solid #f59e0b;
}

.rival-rank[b-kcujz5i3sn] {
    font-weight: 700;
    color: #6b7280;
    min-width: 24px;
    font-size: 0.75rem;
}

.rival-price-row.best-rival .rival-rank[b-kcujz5i3sn] {
    color: #d97706;
}

.rival-price[b-kcujz5i3sn] {
    font-weight: 600;
    color: #1a1a2e;
    min-width: 75px;
}

.rival-agency[b-kcujz5i3sn] {
    font-size: 0.75rem;
    color: #666;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.col-rival-prices[b-kcujz5i3sn] {
    min-width: 180px;
}

/* Price Difference Display */
.diff-container[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.diff-amount[b-kcujz5i3sn] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
}

.diff-amount.positive[b-kcujz5i3sn] {
    color: var(--success);
    background: rgba(34, 197, 94, 0.1);
}

.diff-amount.negative[b-kcujz5i3sn] {
    color: var(--danger);
    background: rgba(239, 68, 68, 0.1);
}

.diff-amount.neutral[b-kcujz5i3sn] {
    color: var(--text-secondary);
    background: var(--surface-secondary);
}

/* Results Header Improvements */
.results-title-area[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.results-count[b-kcujz5i3sn] {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 400;
}

/* Filter Dropdown */
.filter-dropdown[b-kcujz5i3sn] {
    position: relative;
}

.filter-dropdown-menu[b-kcujz5i3sn] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 260px;
    background: var(--surface-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    z-index: 100;
    padding: 0.75rem;
}

.filter-section[b-kcujz5i3sn] {
    margin-bottom: 1rem;
}

.filter-section:last-of-type[b-kcujz5i3sn] {
    margin-bottom: 0.5rem;
}

.filter-label[b-kcujz5i3sn] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.filter-options[b-kcujz5i3sn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-checkbox[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.filter-checkbox:hover[b-kcujz5i3sn] {
    color: var(--text-primary);
}

.filter-checkbox input[b-kcujz5i3sn] {
    cursor: pointer;
}

.filter-badge[b-kcujz5i3sn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 0.25rem;
    background: var(--primary);
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    border-radius: var(--radius-full);
}

.filter-actions[b-kcujz5i3sn] {
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-dark-secondary);
    display: flex;
    justify-content: flex-end;
}

/* Pagination */
.pagination[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pagination-btn[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 0.5rem;
    background: transparent;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.pagination-btn:hover:not(:disabled)[b-kcujz5i3sn] {
    background: var(--surface-dark-lighter);
    color: var(--text-primary);
    border-color: var(--border-dark);
}

.pagination-btn.active[b-kcujz5i3sn] {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.pagination-btn:disabled[b-kcujz5i3sn] {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-btn .material-symbols-outlined[b-kcujz5i3sn] {
    font-size: 20px;
}

.page-size-selector[b-kcujz5i3sn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.page-size-selector select[b-kcujz5i3sn] {
    padding: 0.375rem 0.75rem;
    background: var(--surface-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 0.875rem;
    cursor: pointer;
}

.page-size-selector select:focus[b-kcujz5i3sn] {
    outline: none;
    border-color: var(--primary);
}

/* Search Box in Results */
.search-box[b-kcujz5i3sn] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box .material-symbols-outlined[b-kcujz5i3sn] {
    position: absolute;
    left: 0.75rem;
    color: var(--text-muted);
    font-size: 18px;
    pointer-events: none;
}

.search-box input[b-kcujz5i3sn] {
    width: 100%;
    height: 36px;
    padding: 0 0.75rem 0 2.5rem;
    background: var(--surface-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 0.875rem;
}

.search-box input[b-kcujz5i3sn]::placeholder {
    color: var(--text-muted);
}

.search-box input:focus[b-kcujz5i3sn] {
    outline: none;
    border-color: var(--primary);
}

/* Responsive */
@media (max-width: 768px) {
    .price-comparison-container[b-kcujz5i3sn] {
        padding: 1rem;
    }
    
    .form-grid[b-kcujz5i3sn] {
        grid-template-columns: 1fr 1fr;
    }
    
    .results-table[b-kcujz5i3sn] {
        font-size: 0.85rem;
    }
    
    .results-table th[b-kcujz5i3sn],
    .results-table td[b-kcujz5i3sn] {
        padding: 0.75rem 0.5rem;
    }
    
    .col-percent[b-kcujz5i3sn] {
        display: none;
    }
    
    .results-header[b-kcujz5i3sn] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .results-actions[b-kcujz5i3sn] {
        flex-wrap: wrap;
    }
    
    .page-size-selector[b-kcujz5i3sn] {
        display: none;
    }
}

@media (max-width: 480px) {
    .form-grid[b-kcujz5i3sn] {
        grid-template-columns: 1fr;
    }
    
    .summary-cards[b-kcujz5i3sn] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/Tasks.razor.rz.scp.css */
/* Search History Page Styles */

/* Page Header */
.page-header[b-x6antiyb3q] {
    margin-bottom: 2rem;
}

.page-header h1[b-x6antiyb3q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.page-header h1 .material-symbols-outlined[b-x6antiyb3q] {
    font-size: 2rem;
    color: var(--primary);
}

.page-subtitle[b-x6antiyb3q] {
    color: var(--text-secondary);
}

/* Stats Grid */
.stats-grid[b-x6antiyb3q] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .stats-grid[b-x6antiyb3q] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .stats-grid[b-x6antiyb3q] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Stat Card Colors (supplements global styles) */
.stat-card-icon.red[b-x6antiyb3q] {
    background: var(--danger-light);
    color: var(--danger);
}

/* Filter Section */
.results-header-card[b-x6antiyb3q] {
    padding: 1rem;
    border-bottom: 1px solid var(--border-dark-secondary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.results-actions[b-x6antiyb3q] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-box[b-x6antiyb3q] {
    position: relative;
    display: flex;
    align-items: center;
    width: 280px !important;
}

.search-box .material-symbols-outlined[b-x6antiyb3q] {
    position: absolute;
    left: 1rem;
    color: var(--text-muted);
    pointer-events: none;
    font-size: 20px;
}

.search-box input[b-x6antiyb3q] {
    width: 100%;
    height: 40px;
    padding: 0 1rem 0 2.75rem;
    background: var(--bg-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

.search-box input:focus[b-x6antiyb3q] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary-shadow);
}

.form-input[b-x6antiyb3q] {
    height: 40px;
    padding: 0 1rem;
    background: var(--bg-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 0.875rem;
    outline: none;
    transition: all var(--transition-fast);
}

.form-input:focus[b-x6antiyb3q] {
    border-color: var(--primary);
}

/* Results Table Card */
.results-table-card[b-x6antiyb3q] {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

/* Custom Table Styles */
.hotel-info[b-x6antiyb3q] {
    display: flex;
    flex-direction: column;
}

.hotel-name[b-x6antiyb3q] {
    font-weight: 600;
    color: var(--text-primary);
}

/* Parameter Badges */
.param-badge[b-x6antiyb3q] {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    background: var(--bg-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* Status Badges */
.status-badge[b-x6antiyb3q] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge .material-symbols-outlined[b-x6antiyb3q] {
    font-size: 14px;
}

.status-badge.status-completed[b-x6antiyb3q] {
    background: var(--success-light);
    color: var(--success);
}

.status-badge.status-running[b-x6antiyb3q] {
    background: var(--primary-light);
    color: var(--primary);
}

.status-badge.status-pending[b-x6antiyb3q] {
    background: var(--warning-light);
    color: var(--warning);
}

.status-badge.status-failed[b-x6antiyb3q] {
    background: var(--danger-light);
    color: var(--danger);
}

.task-row-running[b-x6antiyb3q] {
    background: rgba(245, 158, 11, 0.05);
}

.text-success[b-x6antiyb3q] {
    color: var(--success);
    font-weight: 600;
}

.text-danger[b-x6antiyb3q] {
    color: var(--danger);
}

.text-muted[b-x6antiyb3q] {
    color: var(--text-muted);
}

/* Button variants if not global */
.btn-sm[b-x6antiyb3q] {
    height: 32px;
    padding: 0 0.75rem;
    font-size: 0.8125rem;
}
