.elementor-3419 .elementor-element.elementor-element-f4cc653{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f802eed *//* ==========================================================================
   ACAIS Performance Intelligence - AI Coding Benchmark Styles
   Version 4.0 - December 2025 Update
   For WordPress/Elementor
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary: #2A4B6A;
    --color-accent: #6BB3B3;
    --color-text: #212529;
    --color-text-muted: #6c757d;
    --color-background: #ffffff;
    --color-background-subtle: hsl(207, 44%, 97%);
    --color-border: #dee2e6;
    --font-sans: 'Inter', sans-serif;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

.acais-pro-article {
    font-family: var(--font-sans);
    color: var(--color-text);
    background-color: var(--color-background);
    line-height: 1.8;
}

.acais-article-content {
    max-width: 1400px;
    margin: 3em auto;
    padding: 2em;
}

.acais-article-content p {
    font-size: 1.1rem;
    margin-bottom: 1.75em;
}

.acais-article-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 2em 0 1em 0;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.4em;
}

.acais-article-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 1.5em 0 1em 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.article-header {
    text-align: center;
    margin-bottom: 3em;
}

.article-header .header-category {
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.15;
    margin-bottom: 0.5em;
}

.article-header .subtitle {
    font-size: 1.1rem;
    color: var(--color-text-muted);
    max-width: 90%;
    margin: 0 auto 1em;
}

.article-header .header-meta {
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

/* ==========================================================================
   Market Overview Section
   ========================================================================== */

.market-overview {
    background: linear-gradient(135deg, var(--color-background-subtle) 0%, var(--color-background) 100%);
    padding: 2em;
    border-radius: 12px;
    margin: 2em 0;
    border: 1px solid var(--color-border);
}

.market-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2em;
    margin-top: 1.5em;
}

.stat-card {
    background: var(--color-background);
    padding: 1.5em;
    border-radius: 8px;
    border-left: 4px solid var(--color-accent);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-top: 0.3em;
}

.stat-detail {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-top: 0.5em;
}

/* ==========================================================================
   Chart Section
   ========================================================================== */

.chart-section {
    background: var(--color-background);
    border-radius: 12px;
    padding: 2.5em;
    margin-bottom: 3em;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.chart-header {
    margin-bottom: 2em;
    text-align: center;
}

.chart-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0.5em;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.4em;
}

.chart-description {
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

/* ==========================================================================
   Modern Bar Chart
   ========================================================================== */

.comparison-chart {
    display: grid;
    gap: 1.2em;
    margin: 2em 0;
}

.model-row {
    display: grid;
    grid-template-columns: 45px 200px 1fr;
    align-items: center;
    gap: 1.5em;
    padding: 1.2em;
    background: var(--color-background-subtle);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid var(--color-border);
}

.model-row:hover {
    background: var(--color-background);
    box-shadow: 0 4px 12px rgba(42, 75, 106, 0.08);
    transform: translateX(4px);
}

.model-rank {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--color-background);
    background: var(--color-primary);
}

.rank-1 { 
    background: #FFD700; 
    color: var(--color-primary); 
}

.rank-2 { 
    background: #C0C0C0; 
    color: var(--color-primary); 
}

.rank-3 { 
    background: #CD7F32; 
    color: var(--color-background); 
}

.model-info {
    min-width: 200px;
}

.model-name {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--color-primary);
}

.model-subtitle {
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.bars-container {
    position: relative;
    flex: 1;
}

.bar-group {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}

.bar-item {
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.bar-label {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    min-width: 120px;
    font-weight: 500;
}

.bar-track {
    flex: 1;
    height: 26px;
    background: #f8f9fa;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.bar-fill {
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    transition: width 0.8s ease;
    position: relative;
}

.bar-real { 
    background: var(--color-accent); 
}

.bar-swe { 
    background: var(--color-primary); 
}

/* ==========================================================================
   Legend
   ========================================================================== */

.chart-legend {
    display: flex;
    justify-content: center;
    gap: 3em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid var(--color-border);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.legend-color {
    width: 40px;
    height: 8px;
    border-radius: 4px;
}

.legend-text {
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

/* ==========================================================================
   Metrics Legend
   ========================================================================== */

.metrics-legend {
    background: var(--color-background-subtle);
    padding: 1.5em;
    border-radius: 8px;
    margin: 2em 0;
}

.metrics-legend h3 {
    margin-top: 0;
    color: var(--color-primary);
}

.legend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1em;
    font-size: 0.9rem;
}

/* ==========================================================================
   Methodology Section
   ========================================================================== */

.methodology-section {
    background: var(--color-background);
    padding: 2em;
    border-radius: 12px;
    margin: 3em 0;
    border: 1px solid var(--color-border);
}

.methodology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    margin-top: 1.5em;
}

.methodology-item {
    padding: 1.5em;
    background: var(--color-background-subtle);
    border-radius: 8px;
}

.methodology-item h4 {
    color: var(--color-primary);
    margin-bottom: 0.5em;
    font-size: 1.1rem;
}

/* ==========================================================================
   Data Table
   ========================================================================== */

.table-container {
    overflow-x: auto;
    margin: 2em 0;
}

.acais-summary-table {
    width: 100%;
    min-width: 1400px;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.acais-summary-table th,
.acais-summary-table td {
    padding: 12px 10px;
    border: 1px solid var(--color-border);
    text-align: left;
    vertical-align: middle;
}

.acais-summary-table th {
    background-color: var(--color-background-subtle);
    font-weight: 600;
    color: var(--color-primary);
    font-size: 0.85rem;
}

.acais-summary-table tbody tr:nth-of-type(even) {
    background-color: #fdfdfd;
}

.acais-summary-table tbody tr:hover {
    background: var(--color-background-subtle);
    transition: background 0.2s ease;
}

.acais-summary-table .model-name {
    font-weight: 600;
    min-width: 160px;
}

.acais-summary-table .rank-col {
    min-width: 40px;
    text-align: center;
    font-weight: 700;
    color: var(--color-primary);
}

.acais-summary-table .score-col {
    min-width: 100px;
}

.acais-summary-table .use-case-col {
    min-width: 400px;
    font-size: 0.85rem;
}

/* ==========================================================================
   Helper Classes
   ========================================================================== */

.meter {
    position: relative;
    height: 12px;
    background: var(--color-background-subtle);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    overflow: hidden;
    min-width: 60px;
}

.meter > i {
    position: absolute;
    inset: 0;
    width: 0;
    transition: width 0.8s ease;
}

.m-primary > i { 
    background: var(--color-primary); 
}

.m-accent > i { 
    background: var(--color-accent); 
}

.m-ok > i { 
    background: #2E8B57; 
}

.m-warn > i { 
    background: #E6B422; 
}

.m-bad > i { 
    background: #D9534F; 
}

.val {
    min-width: 45px;
    text-align: right;
    color: var(--color-text-muted);
    font-variant-numeric: tabular-nums;
    font-size: 0.9rem;
}

.cell-flex {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.pill {
    display: inline-block;
    padding: .3rem .6rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-background-subtle);
    font-size: .85rem;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
}

.pill.up {
    color: #2E8B57;
    border-color: #2E8B57;
    background: #f0f9f0;
}

.pill.flat {
    color: #9aa7b1;
}

.pill.down {
    color: #D9534F;
    border-color: #D9534F;
    background: #fdf2f2;
}

.pill.new {
    color: #0066cc;
    border-color: #0066cc;
    background: #e6f2ff;
}

.use-case {
    margin-bottom: 6px;
}

.use-case strong {
    font-size: 0.85rem;
    color: var(--color-primary);
}

/* ==========================================================================
   Strategic Insights Section
   ========================================================================== */

.strategic-section {
    background: linear-gradient(135deg, #f8f9fa 0%, var(--color-background) 100%);
    padding: 2.5em;
    border-radius: 12px;
    margin: 3em 0;
    border: 1px solid var(--color-border);
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2em;
    margin-top: 1.5em;
}

.insight-card {
    background: var(--color-background);
    padding: 1.8em;
    border-radius: 8px;
    border-left: 4px solid var(--color-accent);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.insight-card h4 {
    color: var(--color-primary);
    margin-bottom: 0.8em;
    font-size: 1.15rem;
}

.insight-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   Footer CTA
   ========================================================================== */

.acais-footer-cta {
    margin-top: 3em;
    padding: 1.5em;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    color: white;
    border-radius: 12px;
}

.acais-footer-cta h3 {
    margin-top: 0;
    color: white;
}

.acais-footer-cta p {
    color: white;
    margin-bottom: 0;
}

/* ==========================================================================
   Future Outlook Section
   ========================================================================== */

.future-outlook {
    margin-top: 3em;
    padding: 2em;
    background: var(--color-background-subtle);
    border-radius: 12px;
}

.future-outlook h2 {
    margin-top: 0;
}

.future-outlook ul {
    line-height: 1.8;
}

.future-outlook ul li {
    margin-bottom: 0.5em;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .article-header h1 { 
        font-size: 2rem; 
    }
    
    .model-row { 
        grid-template-columns: 1fr; 
        gap: 1em; 
    }
    
    .chart-legend { 
        flex-direction: column; 
        gap: 1em; 
    }
    
    .market-stats { 
        grid-template-columns: 1fr; 
    }
    
    .insight-grid {
        grid-template-columns: 1fr;
    }
    
    .methodology-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */