/* _content/exe.benchmark.app/Components/Benchmarks/BenchmarkViews.razor.rz.scp.css */
.benchmark-views-container[b-xif1fz5eib] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.view-tabs[b-xif1fz5eib] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0;
}

.tab-button[b-xif1fz5eib] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    bottom: -2px;
}

    .tab-button:hover[b-xif1fz5eib] {
        color: #0078D7;
        background: rgba(0, 120, 215, 0.05);
    }

    .tab-button.active[b-xif1fz5eib] {
        color: #0078D7;
        border-bottom-color: #0078D7;
        font-weight: 600;
    }

    .tab-button i[b-xif1fz5eib] {
        font-size: 18px;
    }

    .tab-button:disabled[b-xif1fz5eib] {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

.view-content[b-xif1fz5eib] {
    animation: fadeIn 0.3s ease-in;
}

.simulator-wrapper[b-xif1fz5eib] {
    padding: 20px;
    /* background: #f9f9f9; */
    border-radius: 8px;
}

.loading-message[b-xif1fz5eib] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
}

    .loading-message i[b-xif1fz5eib] {
        font-size: 48px;
        margin-bottom: 16px;
        color: #0078D7;
    }

    .loading-message p[b-xif1fz5eib] {
        font-size: 18px;
        margin: 0;
    }

@@keyframes fadeIn {
    from[b-xif1fz5eib] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-xif1fz5eib] {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@@media (max-width: 768px) {
    .view-tabs[b-xif1fz5eib] {
        flex-direction: column;
        gap: 0;
    }

    .tab-button[b-xif1fz5eib] {
        border-bottom: 1px solid #e0e0e0;
        border-left: 3px solid transparent;
        bottom: 0;
    }

        .tab-button.active[b-xif1fz5eib] {
            border-bottom-color: #e0e0e0;
            border-left-color: #0078D7;
        }
}
/* _content/exe.benchmark.app/Components/Benchmarks/ResultsMultiple.razor.rz.scp.css */
.benchmark-table[b-e4h8qbgmzc] {
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    padding: 20px;
    max-width: 850px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    margin: auto;
}

.benchmark-title[b-e4h8qbgmzc] {
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
}

.benchmark-description[b-e4h8qbgmzc] {
    margin: 0;
    font-size: 15px;
    color: #718096;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
}

.status-banner[b-e4h8qbgmzc] {
    background-color: #f8f9fa;
    border-left: 4px solid #0066cc;
    padding: 16px;
    border-radius: 4px;
}

.status-content[b-e4h8qbgmzc] {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.status-message[b-e4h8qbgmzc] {
    color: #0066cc;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-text[b-e4h8qbgmzc] {
    color: red;
}

.benchmark-grid[b-e4h8qbgmzc] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.header[b-e4h8qbgmzc] {
    background: #f8f9fa;
    padding: 12px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #4a5568;
    text-align: center;
    line-height: 1.2;
}

.unit[b-e4h8qbgmzc] {
    font-size: 12px;
    font-weight: 500;
    color: #718096;
}

.benchmark-grid > div:not(.header)[b-e4h8qbgmzc] {
    background: #ffffff;
    padding: 14px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
}

.gpu-score[b-e4h8qbgmzc] {
    color: blue !important;
}

.context-size[b-e4h8qbgmzc] {
    color: #4a5568 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.spinner-cell[b-e4h8qbgmzc] {
    background: #f8f9fa;
    padding: 14px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-small[b-e4h8qbgmzc] {
    width: 24px;
    height: 24px;
    border: 3px solid #e2e8f0;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin-b-e4h8qbgmzc 0.8s linear infinite;
}

.cancelled-cell[b-e4h8qbgmzc] {
    background: #f8f9fa;
    padding: 14px 8px;
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.max-value[b-e4h8qbgmzc] {
    background: #e8f5e8 !important;
    border: 2px solid #28a745 !important;
    color: #28a745 !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 4px rgba(40,167,69,0.2) !important;
}

.benchmark-grid > div:not(.header):not(.spinner-cell):not(.max-value):hover[b-e4h8qbgmzc] {
    background: #f7fafc;
    transition: background-color 0.15s ease;
}
/* _content/exe.benchmark.app/Components/Benchmarks/ResultsSysInfo.razor.rz.scp.css */
/* ============================================================================
   STATUS CARD SYSTEM
   Professional status indicators with animations and visual hierarchy
   ============================================================================ */

/**
 * Base Status Card
 * Primary container for status information display
 */
.status-card[b-jm7sfvpaq8] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    /* margin: 16px 0; */
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid rgb(0 120 215 / 7%);
    /* margin-left: 50px; */
    /*margin-right: 65px;*/
    border-radius: 2px;
}



   /* .status-card:hover {
        transform: translateY(-2px);
    }*/

    /**
 * Error/Cancelled Status Variant
 * Red-themed styling for error states
 */
    .status-card.status-error[b-jm7sfvpaq8] {
        background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
        border: 2px solid rgba(220, 38, 38, 0.2);
        border-left: 5px solid #dc2626;
    }

/**
 * Status Icon Container
 * Circular icon wrapper with animated pulse effect
 */
.status-icon[b-jm7sfvpaq8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(0, 120, 215) 0%, rgb(0, 100, 190) 100%);
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 120, 215, 0.25);
    animation: statusIconPulse-b-jm7sfvpaq8 2s ease-in-out infinite;
}

.status-error .status-icon[b-jm7sfvpaq8] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.25);
}

.status-icon i[b-jm7sfvpaq8] {
    font-size: 22px;
}

/**
 * Status Content Area
 * Text content with label and message
 */
.status-content[b-jm7sfvpaq8] {
    flex: 1;
    min-width: 0;
}

.status-label[b-jm7sfvpaq8] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin-bottom: 4px;
}

.status-error .status-label[b-jm7sfvpaq8] {
    color: #991b1b;
}

.status-message[b-jm7sfvpaq8] {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.5;
    word-break: break-word;
}

/**
 * Retry Button - Styled like "Retest Now"
 * Green-themed action button matching the tab Retest button
 */
.retry-button[b-jm7sfvpaq8] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 0.85rem;
    border: 2px solid #28a745;
    background: white;
    color: #28a745;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .retry-button:hover[b-jm7sfvpaq8] {
        background: #28a745;
        color: white;
    }

    .retry-button:active[b-jm7sfvpaq8] {
        transform: scale(0.98);
    }

    .retry-button:focus[b-jm7sfvpaq8] {
        outline: 3px solid rgba(40, 167, 69, 0.3);
        outline-offset: 2px;
    }

    .retry-button i[b-jm7sfvpaq8] {
        font-size: 0.8rem;
    }

/**
 * Loading Container
 * Centered loading state display
 */
.loading-container[b-jm7sfvpaq8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px;
    color: #6b7280;
    font-size: 16px;
}

    .loading-container i[b-jm7sfvpaq8] {
        font-size: 24px;
        color: rgb(0, 120, 215);
    }

/**
 * Benchmark Title & Description
 */
.benchmark-title[b-jm7sfvpaq8] {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.benchmark-description[b-jm7sfvpaq8] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px;
}

/**
 * Animations
 */

/* Icon pulse animation */
@keyframes statusIconPulse-b-jm7sfvpaq8 {
    0%, 100% {
        box-shadow: 0 4px 8px rgba(0, 120, 215, 0.25);
    }

    50% {
        box-shadow: 0 4px 12px rgba(0, 120, 215, 0.4);
    }
}

/* Responsive Design */
@media (max-width: 640px) {
    .status-card[b-jm7sfvpaq8] {
        padding: 16px 18px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .status-icon[b-jm7sfvpaq8] {
        width: 40px;
        height: 40px;
    }

        .status-icon i[b-jm7sfvpaq8] {
            font-size: 18px;
        }

    .status-label[b-jm7sfvpaq8] {
        font-size: 11px;
    }

    .status-message[b-jm7sfvpaq8] {
        font-size: 14px;
    }

    .retry-button[b-jm7sfvpaq8] {
        padding: 5px 10px;
        font-size: 0.8rem;
        width: 100%;
        justify-content: center;
    }

    .benchmark-title[b-jm7sfvpaq8] {
        font-size: 20px;
    }

    .benchmark-description[b-jm7sfvpaq8] {
        font-size: 13px;
    }
}
/* _content/exe.benchmark.app/Components/Benchmarks/Sysinfo.razor.rz.scp.css */
/* ============================================================================
   GLOBAL STYLES
   ============================================================================ */

html[b-34vo9bljtt] {
    overflow-y: scroll;
}

/* ============================================================================
   TYPOGRAPHY & CONTAINER
   ============================================================================ */

.system-info-container[b-34vo9bljtt] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ============================================================================
   METRICS LAYOUT
   ============================================================================ */

.metrics-wrapper[b-34vo9bljtt] {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}

.metrics-row[b-34vo9bljtt] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    gap: 20px;
}

.metric-card[b-34vo9bljtt] {
    flex: 1;
    min-width: 200px;
    text-align: center;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.metric-card-center[b-34vo9bljtt] {
    flex: 1;
    min-width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.metric-card:hover[b-34vo9bljtt] {
    background-color: white !important;
}

.metric-header[b-34vo9bljtt] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.metric-value[b-34vo9bljtt] {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #0078D7;
}

    .metric-value.dark[b-34vo9bljtt] {
        font-size: 20px;
        text-align: center;
    }

.metric-subtitle[b-34vo9bljtt] {
    font-size: 12px;
    color: #0078D7;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s ease;
}

    .metric-subtitle:hover[b-34vo9bljtt] {
        opacity: 0.7;
    }

/* ============================================================================
   INFO TOOLTIP SYSTEM
   ============================================================================ */

.info-icon[b-34vo9bljtt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    font-size: 15px;
    color: #999;
    cursor: help;
}

    .info-icon i[b-34vo9bljtt] {
        transition: color 0.2s ease;
    }

    .info-icon:hover i[b-34vo9bljtt] {
        color: #666;
    }

.tooltip-container[b-34vo9bljtt] {
    position: relative;
}

.tooltip[b-34vo9bljtt] {
    position: absolute;
    bottom: 125%;
    left: 50%;
    z-index: 1000;
    padding: 8px 12px;
    visibility: hidden;
    opacity: 0;
    background-color: #f3f4f6;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

    .tooltip[b-34vo9bljtt]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #f3f4f6 transparent transparent transparent;
    }

.tooltip-container:hover .tooltip[b-34vo9bljtt] {
    visibility: visible;
    opacity: 1;
}

/* ============================================================================
   SKELETON LOADING SYSTEM
   Animated placeholders for asynchronous content loading
   ============================================================================ */

/**
 * Primary Skeleton Loader
 * Default animated placeholder with shimmer effect
 * Used for: Generic content, metrics, numerical values
 */
.skeleton-loader[b-34vo9bljtt] {
    display: inline-block;
    height: 24px;
    width: 80px;
    /* Blue-themed gradient shimmer matching brand color */
    background: linear-gradient( 110deg, rgba(0, 120, 215, 0.15) 0%, rgba(0, 120, 215, 0.25) 25%, rgba(0, 120, 215, 0.4) 50%, rgba(0, 120, 215, 0.25) 75%, rgba(0, 120, 215, 0.15) 100% );
    background-size: 200% 100%;
    border: 1px solid rgba(0, 120, 215, 0.3);
    border-radius: 2px;
    /* Enhanced animation for visibility */
    animation: skeleton-shimmer-b-34vo9bljtt 1.2s ease-in-out infinite;
    /* Blue-tinted shadow for depth */
    box-shadow: 0 2px 4px rgba(0, 120, 215, 0.12);
}

/**
 * Metric Value Skeleton - Compact variant for dashboard metrics
 */
.metric-value .skeleton-loader[b-34vo9bljtt] {
    width: 60px;
    height: 24px;
}

/**
 * Specification Value Skeleton - Extended variant for detailed specs
 */
.spec-value .skeleton-loader[b-34vo9bljtt] {
    width: 150px;
    height: 18px;
}

/**
 * Compact Loader Variant - Minimal height for inline or condensed layouts
 */
.compact-loader[b-34vo9bljtt] {
    display: inline-block;
    width: 100px;
    height: 14px;
    background: linear-gradient( 110deg, rgba(0, 120, 215, 0.15) 0%, rgba(0, 120, 215, 0.25) 25%, rgba(0, 120, 215, 0.4) 50%, rgba(0, 120, 215, 0.25) 75%, rgba(0, 120, 215, 0.15) 100% );
    background-size: 200% 100%;
    border: 1px solid rgba(0, 120, 215, 0.3);
    border-radius: 4px;
    animation: skeleton-shimmer-b-34vo9bljtt 1.2s ease-in-out infinite;
    box-shadow: 0 1px 3px rgba(0, 120, 215, 0.1);
}

/**
 * Skeleton Shimmer Animation
 * Fast, high-contrast shimmer effect
 * Duration: 1.2s for more noticeable movement
 */
@keyframes skeleton-shimmer-b-34vo9bljtt {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* ============================================================================
   RETEST LARGER MODEL BUTTON
   ============================================================================ */

.retest-larger-button[b-34vo9bljtt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 0.9rem;
    border: 2px solid #6f42c1;
    background: white;
    color: #6f42c1;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(111, 66, 193, 0.1);
}

    .retest-larger-button:hover:not(:disabled)[b-34vo9bljtt] {
        background: #6f42c1;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(111, 66, 193, 0.2);
    }

    .retest-larger-button:active:not(:disabled)[b-34vo9bljtt] {
        transform: scale(0.98);
    }

    .retest-larger-button:focus[b-34vo9bljtt] {
        outline: 3px solid rgba(111, 66, 193, 0.3);
        outline-offset: 2px;
    }

    .retest-larger-button:disabled[b-34vo9bljtt] {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none !important;
    }

    .retest-larger-button i[b-34vo9bljtt] {
        font-size: 0.85rem;
    }

/* ============================================================================
   SPECIFICATIONS SECTION
   ============================================================================ */

.specs-section[b-34vo9bljtt] {
    width: 100%;
}

    .specs-section.compact[b-34vo9bljtt] {
        padding: 0;
        background-color: #f9f9f9;
        opacity: 0.85;
    }

.specs-grid[b-34vo9bljtt] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
}

.compact-grid[b-34vo9bljtt] {
    gap: 12px;
}

.specs-title[b-34vo9bljtt] {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.025em;
}

.spec-item[b-34vo9bljtt] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .spec-item.full-width[b-34vo9bljtt] {
        grid-column: 1 / -1;
    }

.compact-item[b-34vo9bljtt] {
    padding: 6px 0;
}

.spec-content[b-34vo9bljtt] {
    flex: 1;
    min-width: 0;
}

.spec-label[b-34vo9bljtt] {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
}

.spec-value[b-34vo9bljtt] {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

    .spec-value.model-name[b-34vo9bljtt] {
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
        font-size: 13px;
        word-break: break-word;
    }

/* ============================================================================
   TOGGLE BUTTON
   ============================================================================ */

.toggle-content-container[b-34vo9bljtt] {
    position: relative;
    min-height: 500px;
}

.simulator-toggle-btn[b-34vo9bljtt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.2);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .simulator-toggle-btn:hover[b-34vo9bljtt] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
    }

    .simulator-toggle-btn:active[b-34vo9bljtt] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(102, 126, 234, 0.2);
    }

    .simulator-toggle-btn i[b-34vo9bljtt] {
        font-size: 13px;
    }

/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 768px) {
    .metrics-row[b-34vo9bljtt] {
        flex-direction: column;
    }

    .specs-grid[b-34vo9bljtt] {
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .spec-item.full-width[b-34vo9bljtt] {
        grid-column: 1;
    }

    .tooltip[b-34vo9bljtt] {
        white-space: normal;
        max-width: 200px;
    }

    .retest-larger-button[b-34vo9bljtt] {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}

@media (max-width: 640px) {
    .system-info-container[b-34vo9bljtt] {
        padding: 12px;
    }

    .specs-title[b-34vo9bljtt] {
        font-size: 16px;
    }

    .spec-item[b-34vo9bljtt] {
        padding: 12px;
    }
}

.metrics-row[b-34vo9bljtt] {
    display: flex;
    gap: 1rem;
    align-items: flex-start; /* Align all cards to the top */
    flex-wrap: wrap;
}
/* _content/exe.benchmark.app/Components/Benchmarks/TokenSimulator.razor.rz.scp.css */
html[b-jskr3tawg3] {
    overflow-y: scroll;
}

.tps-simulator[b-jskr3tawg3] {
    /*max-width: 850px;*/
    margin: 0 auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    /*border: 1px solid #e1e5e9;
    border-radius: 6px;*/
    /*padding: 20px;*/
    /*padding-bottom: 30px;*/
}

.controls[b-jskr3tawg3] {
    /*padding: 24px;*/
    border-radius: 12px;
   /* margin-bottom: 24px;*/
}

    .controls h4[b-jskr3tawg3] {
        margin: 0 0 20px 0;
        color: #212529;
        font-weight: 600;
        text-align: center;
    }

.control-group[b-jskr3tawg3] {
    margin-bottom: 20px;
}

    .control-group label[b-jskr3tawg3] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #495057;
    }

    .control-group input[type="range"][b-jskr3tawg3] {
        width: 100%;
        height: 8px;
        background: #dee2e6;
        outline: none;
        border-radius: 4px;
        -webkit-appearance: none;
        appearance: none;
        overflow: hidden;
    }

        /* Safari/Chrome track styling */
        .control-group input[type="range"][b-jskr3tawg3]::-webkit-slider-runnable-track {
            width: 100%;
            height: 8px;
            background: #dee2e6;
            border-radius: 4px;
            border: none;
        }

        .control-group input[type="range"][b-jskr3tawg3]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 36px;
            height: 36px;
            background: #007bff;
            border-radius: 50%;
            cursor: pointer;
            border: 3px solid white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2), -1000px 0 0 1000px #007bff;
            margin-top: -14px; /* Centers thumb on track: (track-height - thumb-height) / 2 */
        }

        /* Firefox track styling */
        .control-group input[type="range"][b-jskr3tawg3]::-moz-range-thumb {
            width: 36px;
            height: 36px;
            background: #007bff;
            border-radius: 50%;
            cursor: pointer;
            border: 3px solid white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

        .control-group input[type="range"][b-jskr3tawg3]::-moz-range-track {
            height: 8px;
            background: #dee2e6;
            border-radius: 4px;
            border: none;
        }

        .control-group input[type="range"][b-jskr3tawg3]::-moz-range-progress {
            height: 8px;
            background: #007bff;
            border-radius: 4px;
        }

    .control-group select[b-jskr3tawg3],
    .control-group textarea[b-jskr3tawg3] {
        width: 100%;
        padding: 12px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.15s ease-in-out;
    }

        .control-group select:focus[b-jskr3tawg3],
        .control-group textarea:focus[b-jskr3tawg3] {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        }

.button-group[b-jskr3tawg3] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn[b-jskr3tawg3] {
    padding: 6px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary[b-jskr3tawg3] {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-jskr3tawg3] {
        background-color: #0056b3;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,123,255,0.3);
    }

.btn-secondary[b-jskr3tawg3] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover:not(:disabled)[b-jskr3tawg3] {
        background-color: #545b62;
        transform: translateY(-1px);
    }

.btn-outline[b-jskr3tawg3] {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

    .btn-outline:hover[b-jskr3tawg3] {
        background-color: #007bff;
        color: white;
        transform: translateY(-1px);
    }

.btn:disabled[b-jskr3tawg3] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.spinner[b-jskr3tawg3] {
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-jskr3tawg3 1s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.output-container[b-jskr3tawg3] {
    background: white;
    /*border: 1px solid #e9ecef;*/
   /* border-radius: 6px;*/
    overflow: hidden;
}

.stats[b-jskr3tawg3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.stat[b-jskr3tawg3] {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #dee2e6;
    position: relative;
}

    .stat:last-child[b-jskr3tawg3] {
        border-right: none;
    }

.stat-label[b-jskr3tawg3] {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-jskr3tawg3] {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #4a5568;
    text-align: center;
    line-height: 1.2;
}

.response-container[b-jskr3tawg3] {
    /*padding: 20px;*/
}

.prompt-section[b-jskr3tawg3] {
    margin-bottom: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.response-section[b-jskr3tawg3] {
    margin-top: 10px;
}

.streaming-text[b-jskr3tawg3] {
    margin-top: 16px;
    padding: 20px;
    background: #f8f9fa;
    min-height: 300px;
    max-height: 500px; /* Add this - adjust value as needed */
    overflow-y: auto; /* Add this - enables vertical scrollbar */
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    line-height: 1.7;
    white-space: pre-wrap;
    border: 1px solid #e9ecef;
    font-size: 14px;
    color: #212529;
}

.streaming-text[b-jskr3tawg3] {
    padding: 16px;
    font-size: 13px;
    min-height: 300px;
}

.cursor[b-jskr3tawg3] {
    animation: blink-b-jskr3tawg3 1s infinite;
    color: #007bff;
    font-weight: bold;
    font-size: 16px;
}

@keyframes blink-b-jskr3tawg3 {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .tps-simulator[b-jskr3tawg3] {
        padding: 16px;
    }

    .stats[b-jskr3tawg3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat[b-jskr3tawg3] {
        padding: 16px;
    }

    .stat-value[b-jskr3tawg3] {
        font-size: 20px;
    }

    .button-group[b-jskr3tawg3] {
        flex-direction: column;
    }

    .btn[b-jskr3tawg3] {
        width: 100%;
        justify-content: center;
    }

   /* .controls {
        padding: 20px;
    }*/

    .response-container[b-jskr3tawg3] {
        padding: 20px;
    }  
}

@media (prefers-reduced-motion: reduce) {
    .cursor[b-jskr3tawg3] {
        animation: none;
    }

    .btn[b-jskr3tawg3] {
        transition: none;
    }

    .spinner[b-jskr3tawg3] {
        animation: none;
    }
}
/* _content/exe.benchmark.app/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q1uyxmq5nx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q1uyxmq5nx] {
    flex: 1;
}

.sidebar[b-q1uyxmq5nx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q1uyxmq5nx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q1uyxmq5nx]  a, .top-row[b-q1uyxmq5nx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q1uyxmq5nx]  a:hover, .top-row[b-q1uyxmq5nx]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-q1uyxmq5nx] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-q1uyxmq5nx] {
        flex-direction: row;
    }

    .sidebar[b-q1uyxmq5nx] {
        width: 250px;
        height: 100vh;
        position: -webkit-sticky; /* Safari fallback */
        position: sticky;
        top: 0;
        -webkit-transform: translateZ(0); /* Forces GPU layer in Safari for smoother rendering */
    }

    .top-row[b-q1uyxmq5nx] {
        position: -webkit-sticky; /* Safari fallback */
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q1uyxmq5nx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-q1uyxmq5nx] {
    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-q1uyxmq5nx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/exe.benchmark.app/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j63wval3vp] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-j63wval3vp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-j63wval3vp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j63wval3vp] {
    font-size: 1.1rem;
}

.bi[b-j63wval3vp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-j63wval3vp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-j63wval3vp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-j63wval3vp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-j63wval3vp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j63wval3vp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j63wval3vp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j63wval3vp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-j63wval3vp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j63wval3vp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-j63wval3vp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j63wval3vp] {
    display: block;
}

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

    .nav-scrollable[b-j63wval3vp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/exe.benchmark.app/Components/Pages/Home.razor.rz.scp.css */
/* _content/exe.benchmark.app/Components/Rankings/BenchmarkHistory.razor.rz.scp.css */
.fingerprint-summary[b-fu0bqu1880] {
    background-color: #f8f9fa;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .fingerprint-summary h4[b-fu0bqu1880] {
        margin-bottom: 10px;
        font-size: 18px;
        color: #1f2937;
    }

    .fingerprint-summary ul[b-fu0bqu1880] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .fingerprint-summary li[b-fu0bqu1880] {
        font-size: 14px;
        margin-bottom: 4px;
        color: #374151;
    }

.custom-pager[b-fu0bqu1880] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 6px 6px;
}

.pager-info[b-fu0bqu1880] {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.pager-buttons[b-fu0bqu1880] {
    display: flex;
    gap: 4px;
}

.custom-pager-footer[b-fu0bqu1880] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 16px;
    font-size: 13px;
    color: #6b7280;
    background: linear-gradient(to bottom, #fafafa, #f5f5f5);
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 6px 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.page-info[b-fu0bqu1880], .records-info[b-fu0bqu1880] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-pager-footer strong[b-fu0bqu1880] {
    color: #374151;
    font-weight: 600;
}

.separator[b-fu0bqu1880] {
    color: #d1d5db;
    font-weight: 300;
    font-size: 16px;
}

.tps-cell[b-fu0bqu1880] {
    font-weight: 600;
    color: #0078D7;
}

.history-wrapper[b-fu0bqu1880] {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    max-width: 1000px;
    margin: 0 auto;
}

.loading-message[b-fu0bqu1880] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    gap: 16px;
}

    .loading-message p[b-fu0bqu1880] {
        font-size: 16px;
        margin: 0;
    }

.no-history-message[b-fu0bqu1880] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #6b7280;
}

    .no-history-message i[b-fu0bqu1880] {
        font-size: 64px;
        margin-bottom: 16px;
        color: #d1d5db;
    }

    .no-history-message h3[b-fu0bqu1880] {
        margin: 0 0 8px 0;
        color: #374151;
        font-size: 20px;
        font-weight: 600;
    }

    .no-history-message p[b-fu0bqu1880] {
        margin: 0;
        font-size: 14px;
        max-width: 400px;
    }

.date-cell[b-fu0bqu1880] {
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
}

.tps-cell[b-fu0bqu1880] {
    font-weight: 600;
    color: #0078D7;
    font-size: 13px;
}

.date-cell[b-fu0bqu1880] {
    font-size: 13px;
    color: #374151;
}

.model-cell[b-fu0bqu1880] {
    font-weight: 500;
    font-size: 13px;
    color: #111827;
}
/* _content/exe.benchmark.app/Components/Rankings/Dashboard.razor.rz.scp.css */

.ranking-container[b-fcg681od8n][b-s7vr1migvf] {
    /* padding: 2rem; */
    /* max-width: 1200px; */
    margin: auto;
    font-family: "Segoe UI", sans-serif;
    /* background-color: #f4f6f8; */
}

.radzen-card[b-s7vr1migvf] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.ranking-container h3[b-s7vr1migvf],
.ranking-container h4[b-s7vr1migvf] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.radzen-label[b-s7vr1migvf],
.ranking-container label[b-s7vr1migvf] {
    font-weight: 500;
    color: #34495e;
    margin-bottom: 0.5rem;
    display: block;
}

.radzen-data-grid[b-s7vr1migvf] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-size: 0.95rem;
    background-color: #ffffff;
}

    .radzen-data-grid th[b-s7vr1migvf] {
        background-color: #f4f6f8;
        font-weight: 600;
        color: #2c3e50;
        padding: 0.75rem;
    }

    .radzen-data-grid td[b-s7vr1migvf] {
        padding: 0.6rem 0.75rem;
        vertical-align: middle;
    }

.highlight-row[b-s7vr1migvf] {
    background-color: #eaf6ff;
    font-weight: bold;
}

.loading-overlay[b-s7vr1migvf] {
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
    text-align: center;
}

.radzen-button[b-s7vr1migvf] {
    font-weight: 500;
    border-radius: 4px;
}

@@media (max-width: 768px) {
    .ranking-container .row > div[b-s7vr1migvf] {
        margin-bottom: 1rem;
    }
}

.highlight-row[b-s7vr1migvf] {
    background-color: #e6ffe6; /* soft green */
    font-weight: bold;
    border-left: 4px solid #28a745; /* green accent */
}

[b-s7vr1migvf] .highlight-row {
    background-color: #e6ffe6;
    font-weight: bold;
    border-left: 4px solid #28a745;
}

    [b-s7vr1migvf] .highlight-row td {
        background-color: #e6ffe6 !important;
    }
