/* .jobs-press-statistics-screen | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules, @skill-briefing-first | Vertikalen Rhythmus und Screen-Breite verfeinert */
.jobs-press-statistics-screen {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 1.1rem 0 2.2rem;
    max-width: 1280px;
    margin: 0 auto;
}

/* .jobs-press-statistics-header | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Hero-Kontrast und Innenabstand verbessert */
.jobs-press-statistics-header {
    background: linear-gradient(135deg, #0f1d3d 0%, #1f3f82 55%, #2f7edc 100%);
    border-radius: 1.2rem;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 29, 61, 0.28);
}

/* #jobs-press-statistics-headline | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Headline-Kontrast fuer bessere Lesbarkeit nachgeschaerft */
#jobs-press-statistics-headline {
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(8, 19, 44, 0.45);
}

/* .jobs-press-statistics-intro-text | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Intro-Typografie vereinheitlicht */
.jobs-press-statistics-intro-text {
    margin: 0.55rem 0 0;
    max-width: 78ch;
    font-size: 1rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.94);
}

/* .jobs-press-statistics-intro-text-meta | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Meta-Zeile im Intro differenziert */
.jobs-press-statistics-intro-text-meta {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.84);
}

/* .jobs-press-statistics-region-section | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Regionsuebersicht und Regionauswahl oberhalb der Charts ergaenzt */
.jobs-press-statistics-region-section {
    background: #ffffff;
    border: 1px solid #dce5f5;
    border-radius: 1rem;
    padding: 1.05rem;
    box-shadow: 0 8px 24px rgba(18, 46, 97, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

/* .jobs-press-statistics-region-intro | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Regions-Intro als kompakter Kontexttext */
.jobs-press-statistics-region-intro {
    margin: 0;
    color: #2a3857;
    line-height: 1.45;
}

/* .jobs-press-statistics-region-overview-grid | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Regionskarten als kompakte Uebersicht */
.jobs-press-statistics-region-overview-grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* .jobs-press-statistics-region-card | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Region-Karten visuell hervorgehoben */
.jobs-press-statistics-region-card {
    border: 1px solid #cedaf2;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    padding: 0.75rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* .jobs-press-statistics-region-card.is-current | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Aktive Region in Uebersicht deutlich markiert */
.jobs-press-statistics-region-card.is-current {
    border-color: #2455a6;
    box-shadow: inset 0 0 0 1px rgba(36, 85, 166, 0.18);
}

/* .jobs-press-statistics-region-domain | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Domaintext fuer Regionkarte lesbar gesetzt */
.jobs-press-statistics-region-domain {
    margin: 0;
    color: #455b84;
    font-size: 0.9rem;
    line-height: 1.35;
}

/* .jobs-press-statistics-region-current-badge | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Badge fuer aktuelle Region */
.jobs-press-statistics-region-current-badge {
    margin: 0.1rem 0 0;
    display: inline-flex;
    align-self: flex-start;
    background: #2455a6;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.12rem 0.55rem;
    font-size: 0.76rem;
    font-weight: 600;
}

/* #jobs-press-statistics-region-selection-headline | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules | Abstand fuer Regionauswahl-Ueberschrift via ID (eine Klasse base-headline-h3) */
#jobs-press-statistics-region-selection-headline {
    margin: 0.15rem 0 0;
}

/* #jobs-press-statistics-region-selection-nav.jobs-press-statistics-region-selection-nav | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-tiles, @skill-ui-kacheln | Kompakte Region-Kacheln ohne 1fr-Stretch, viele pro Reihe */
#jobs-press-statistics-region-selection-nav.jobs-press-statistics-region-selection-nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 132px));
    gap: 8px;
    width: 100%;
    max-width: none;
    min-width: 0;
    align-items: stretch;
    grid-auto-rows: auto;
    box-sizing: border-box;
    justify-content: start;
}

/* #jobs-press-statistics-region-selection-nav > .base-tile | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-tiles, @skill-ui-kacheln | Kompakte Region-Link-Kachel statt Vendor-Default */
#jobs-press-statistics-region-selection-nav > .base-tile {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-content: start;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    margin: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: left;
    border: 1px solid #b9caeb;
    border-radius: 0.72rem;
    border-right: 1px solid #b9caeb;
    border-bottom: 1px solid #b9caeb;
    background: #f8fbff;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* #jobs-press-statistics-region-selection-nav > .base-tile:hover | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-ui-kacheln | Hover/Fokus fuer Region-Kacheln */
#jobs-press-statistics-region-selection-nav > .base-tile:hover,
#jobs-press-statistics-region-selection-nav > .base-tile:focus-visible {
    border-color: #2455a6;
    background: #eef4ff;
}

/* #jobs-press-statistics-region-selection-nav > .base-tile[aria-current="page"] | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-ui-kacheln | Aktive Region sichtbar markieren */
#jobs-press-statistics-region-selection-nav > .base-tile[aria-current="page"] {
    border-color: #2455a6;
    background: #e8f0ff;
}

/* .jobs-press-statistics-region-link-prefix | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules | Prefix-Text fuer Regionlinks kompakt */
.jobs-press-statistics-region-link-prefix {
    color: #4e6288;
    font-size: 0.72rem;
    line-height: 1.2;
    white-space: normal;
}

/* .jobs-press-statistics-region-link-label | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules | Region-Link-Titel kompakt ohne Ellipsis */
.jobs-press-statistics-region-link-label {
    color: #153f8b;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.25;
    white-space: normal;
}

/* .jobs-press-statistics-kpis | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | KPI-Grid für konsistente Kartenhöhen optimiert */
.jobs-press-statistics-kpis {
    display: grid;
    gap: 1.05rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
}

/* .jobs-press-statistics-kpi-card | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | KPI-Karten visuelle Hierarchie verbessert */
.jobs-press-statistics-kpi-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    background: #ffffff;
    border: 1px solid #dce5f5;
    border-radius: 1rem;
    padding: 1.05rem;
    box-shadow: 0 8px 24px rgba(18, 46, 97, 0.1);
}

/* .jobs-press-statistics-kpi-card-muted | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Bisher ungestylte Muted-Karte konsistent ergänzt */
.jobs-press-statistics-kpi-card-muted {
    background: linear-gradient(180deg, #f9fbff 0%, #f2f6ff 100%);
    border-color: #c9d7f3;
}

/* .jobs-press-statistics-kpi-value | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | KPI-Wert für bessere Lesbarkeit nachgeschärft */
.jobs-press-statistics-kpi-value {
    margin: 0.4rem 0 0;
    color: #123f8a;
    font-size: clamp(1.7rem, 2.3vw, 2.1rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

/* .jobs-press-statistics-kpi-note | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | KPI-Hinweis-Kontrast verbessert */
.jobs-press-statistics-kpi-note {
    margin-top: 0.45rem;
    color: #4e5a78;
    font-size: 0.88rem;
    line-height: 1.45;
}

/* .jobs-press-statistics-section | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Section-Rhythmus und Abstand vereinheitlicht */
.jobs-press-statistics-section {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

/* .jobs-press-statistics-chart-card | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Chart-Karten mit klarerer Trennung und Padding */
.jobs-press-statistics-chart-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #dce5f5;
    padding: 1.05rem;
    box-shadow: 0 8px 24px rgba(18, 46, 97, 0.08);
}

/* .jobs-press-statistics-chart-grid | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Grid-Breakpoints für bessere Kartenbreite verbessert */
.jobs-press-statistics-chart-grid {
    display: grid;
    gap: 1.05rem;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

/* .jobs-press-statistics-chart-canvas-wrap-wide | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | Canvas-Wrap mit Loader fuer Zeit-Charts */
.jobs-press-statistics-chart-canvas-wrap-wide {
    position: relative;
    width: 100%;
    min-height: 220px;
    height: 240px;
    max-height: 240px;
}

/* .jobs-press-statistics-chart-canvas-wrap-standard | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | Canvas-Wrap mit Loader fuer Standard-Charts */
.jobs-press-statistics-chart-canvas-wrap-standard {
    position: relative;
    width: 100%;
    min-height: 185px;
    height: 205px;
    max-height: 205px;
}

/* .jobs-press-statistics-chart-canvas-wrap-compact | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | Canvas-Wrap mit Loader fuer Donut-Charts */
.jobs-press-statistics-chart-canvas-wrap-compact {
    position: relative;
    width: 100%;
    min-height: 170px;
    height: 190px;
    max-height: 190px;
}

/* .jobs-press-statistics-chart-loader | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | Chart-Loader zentriert bis Chart.js fertig */
.jobs-press-statistics-chart-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
}

/* .jobs-press-statistics-chart-loader[hidden] | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | hidden darf display:flex nicht ueberschreiben */
.jobs-press-statistics-chart-loader[hidden] {
    display: none;
}

/* .jobs-press-statistics-chart-loader-image | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules, @skill-ui-list-infinite-scroll | ajax-loader.gif Groesse wie Jobs-Screen */
.jobs-press-statistics-chart-loader-image {
    display: block;
    width: 32px;
    height: 32px;
}

/* .jobs-press-statistics-toggle-header | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Toggle-Header mit sauberem Wrap-Verhalten */
.jobs-press-statistics-toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

/* .jobs-press-statistics-toggle-tabs | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Toggle-Leiste mit stärkerer Kontur */
.jobs-press-statistics-toggle-tabs {
    display: inline-flex;
    border: 1px solid #9ab8ea;
    border-radius: 999px;
    overflow: hidden;
}

/* .jobs-press-statistics-toggle-tab | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Toggle-Buttons für Touch-Zielgröße und Fokus optimiert */
.jobs-press-statistics-toggle-tab {
    border: 0;
    background: #eef4ff;
    color: #1d3970;
    font-weight: 600;
    min-height: 2.75rem;
    min-width: 7.2rem;
    padding: 0.55rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* .jobs-press-statistics-toggle-tab:focus-visible | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Sichtbaren Keyboard-Fokus ergänzt */
.jobs-press-statistics-toggle-tab:focus-visible {
    outline: 2px solid #2455a6;
    outline-offset: -2px;
}

/* .jobs-press-statistics-toggle-tab.is-active | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Aktiver Toggle-Kontrast verstärkt */
.jobs-press-statistics-toggle-tab.is-active {
    background: #2455a6;
    color: #ffffff;
}

/* .jobs-press-statistics-chart-canvas | Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-change-provenance, @skill-css-rules | Canvas fuellt Wrap-Hoehe; Groessen am Wrap */
.jobs-press-statistics-chart-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* .jobs-press-statistics-screen | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-ui-kacheln | Tablet-Breakpoint ohne 1-Spalten-Region-Nav */
@media (max-width: 980px) {
    .jobs-press-statistics-screen {
        gap: 1.45rem;
    }

    .jobs-press-statistics-chart-grid {
        grid-template-columns: 1fr;
    }
}

/* #jobs-press-statistics-region-selection-nav | Änderungsprotokoll: 2026-08-10 | subagent-check-kacheln | @skill-change-provenance, @skill-css-rules, @skill-tiles, @skill-ui-kacheln | Mobile: eine Region-Kachel pro Zeile */
@media (max-width: 575px) {
    #jobs-press-statistics-region-selection-nav.jobs-press-statistics-region-selection-nav {
        grid-template-columns: 1fr;
    }
}

/* .jobs-press-statistics-screen | Änderungsprotokoll: 2026-08-06 | subagent-create-screen | @skill-change-provenance, @skill-css-rules | Mobile-Breakpoint gegen Quetschung und Überläufe */
@media (max-width: 640px) {
    .jobs-press-statistics-screen {
        padding: 0.75rem 0 1.6rem;
        gap: 1.15rem;
    }

    .jobs-press-statistics-header,
    .jobs-press-statistics-chart-card,
    .jobs-press-statistics-kpi-card {
        padding: 0.9rem;
    }

    .jobs-press-statistics-kpis {
        grid-template-columns: 1fr;
    }

    .jobs-press-statistics-toggle-tabs {
        width: 100%;
    }

    .jobs-press-statistics-toggle-tab {
        flex: 1 1 50%;
        min-width: 0;
    }

    .jobs-press-statistics-chart-canvas-wide {
        min-height: 180px;
        height: 195px;
        max-height: 195px;
    }

    .jobs-press-statistics-chart-canvas-standard,
    .jobs-press-statistics-chart-canvas-compact {
        min-height: 155px;
        height: 170px;
        max-height: 170px;
    }
}
