    .map-main { max-width: 1400px; margin: 0 auto; padding: 0 2rem 3rem; }
    .maps-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 1.2rem; align-items: flex-start; }
    @media (max-width: 1180px) { .maps-duo { grid-template-columns: 1fr; align-items: stretch; } }

    .map-card, .map-side-card {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .map-card { padding: 0; }
    .maps-duo > .map-card:nth-child(2) {
        display: flex;
        flex-direction: column;
        max-height: 620px;
    }
    @media (max-width: 768px) {
        .maps-duo > .map-card:nth-child(2) { max-height: 460px; }
    }
    .maps-duo-title {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--primary-dark);
        margin-bottom: 1rem;
        letter-spacing: -0.01em;
    }
    .map-card__title, .map-side-card__title {
        font-size: 0.96rem;
        font-weight: 700;
        color: var(--primary-dark);
        margin-bottom: 0.65rem;
        display: none;
    }

    .fr-map-wrap {
        width: 100%;
        min-height: 620px;
        background: linear-gradient(180deg, rgba(0,55,118,0.03), rgba(255,255,255,0));
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
    }
    @media (max-width: 768px) { .fr-map-wrap { min-height: 460px; } }

    #france-map-svg { width: 100%; height: 100%; }
    .fr-dept {
        stroke: #ffffff;
        stroke-width: 0.8;
        cursor: default;
        transition: opacity 0.15s ease, transform 0.15s ease;
    }
    .fr-dept:hover { opacity: 0.82; }

    .map-tooltip {
        position: absolute;
        pointer-events: none;
        background: rgba(17,24,39,0.94);
        color: #fff;
        border-radius: 0.6rem;
        padding: 0.45rem 0.6rem;
        font-size: 0.76rem;
        line-height: 1.35;
        max-width: 260px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.12s ease, transform 0.12s ease;
        z-index: 20;
    }
    .map-tooltip.is-visible { opacity: 1; transform: translateY(0); }

    .map-side-card { padding: 0.95rem; }
    .map-note {
        font-size: 0.78rem;
        color: var(--muted);
        background: var(--accent-soft);
        border: 1px solid rgba(0,55,118,0.12);
        border-radius: 0.65rem;
        padding: 0.55rem 0.65rem;
        margin-bottom: 1rem;
    }
    .map-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; }
    .map-table th, .map-table td { padding: 0.38rem 0.35rem; border-bottom: 1px solid var(--border-light); }
    .map-table th { text-transform: uppercase; color: var(--muted); font-size: 0.67rem; letter-spacing: 0.04em; }
    .map-outside-list { display: grid; gap: 0.45rem; margin-bottom: 1rem; }
    .map-outside-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        padding: 0.45rem 0.5rem;
        border: 1px solid var(--border-light);
        border-radius: 0.55rem;
        font-size: 0.76rem;
    }
    .map-outside-item__left { display: flex; align-items: center; gap: 0.45rem; min-width: 0; }
    .map-outside-item__swatch {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 1px solid rgba(0,0,0,0.1);
        flex: 0 0 auto;
    }
    .map-outside-item__dept {
        color: var(--ink);
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .map-outside-item__meta { color: var(--muted); white-space: nowrap; }

    .overseas-card { padding: 0.9rem; }
    .overseas-card__title {
        font-size: 0.94rem;
        font-weight: 700;
        color: var(--primary-dark);
        margin-bottom: 0.55rem;
    }
    .overseas-map-wrap {
        position: relative;
        border: none;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(0,55,118,0.03), rgba(255,255,255,0));
        overflow: hidden;
    }
    .overseas-map {
        width: 100%;
        height: auto;
        display: block;
    }
    .overseas-dot {
        stroke: #fff;
        stroke-width: 1.8;
        opacity: 0.96;
        cursor: pointer;
    }
    .overseas-label {
        fill: #1f2937;
        font-size: 12px;
        font-weight: 600;
    }
    .overseas-sub {
        fill: #4b5563;
        font-size: 10px;
    }

    .dept-distribution-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
    }
    @media (max-width: 1180px) {
        .dept-distribution-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 760px) {
        .dept-distribution-list { grid-template-columns: 1fr; }
    }
    .dept-distribution-item {
        background: rgba(255, 255, 255, 0.65);
        border: 1px solid var(--border-light);
        border-radius: 0.7rem;
        padding: 0.65rem;
    }
    .dept-distribution-item__name {
        font-weight: 700;
        color: var(--ink);
        font-size: 0.88rem;
        margin-bottom: 0.4rem;
    }
    .dept-distribution-item__rows {
        display: grid;
        gap: 0.42rem;
        font-size: 0.74rem;
    }
    .dept-distribution-row {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        justify-content: space-between;
    }
    .dept-distribution-label {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        min-width: 0;
        flex: 0 0 auto;
        width: 72px;
    }
    .dept-distribution-swatch {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        flex: 0 0 auto;
    }
    .dept-distribution-group {
        font-weight: 600;
        color: var(--ink);
        white-space: nowrap;
    }
    .dept-distribution-bar-wrap {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        flex: 1;
        min-width: 0;
    }
    .dept-distribution-bar {
        height: 5px;
        background: linear-gradient(90deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02));
        border-radius: 999px;
        overflow: hidden;
        flex: 1;
        position: relative;
    }
    .dept-distribution-bar__fill {
        height: 100%;
        border-radius: 999px;
        transition: width 0.3s ease;
    }
    .dept-distribution-count {
        color: var(--muted);
        font-size: 0.68rem;
        text-align: right;
        min-width: 42px;
        font-weight: 500;
    }
    .map-section-separator {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px dashed var(--border);
    }

    .dom-strip {
        margin: 0;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: .9rem;
        padding: .65rem .75rem .75rem;
        box-shadow: var(--shadow-sm);
        flex-shrink: 0;
    }
    .dom-strip__title {
        font-size: .72rem;
        color: #64748b;
        letter-spacing: .06em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: .45rem;
    }
    .dom-strip__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: .35rem .45rem;
    }
    @media (max-width: 960px) {
        .dom-strip__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
        .dom-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    .dom-strip__item {
        display: flex;
        align-items: center;
        gap: .35rem;
        min-width: 0;
        padding: .27rem .36rem;
        border-radius: .45rem;
        border: 1px solid rgba(203,213,225,.75);
        background: #f8fafc;
        text-decoration: none;
        cursor: default;
    }
    .dom-strip__item:hover {
        border-color: rgba(59,130,246,.45);
        background: #eff6ff;
    }
    .dom-strip__swatch {
        width: .46rem;
        height: .46rem;
        border-radius: 999px;
        flex: 0 0 auto;
        background: #cbd5e1;
    }
    .dom-strip__text {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: .08rem;
    }
    .dom-strip__name {
        color: #1e293b;
        font-size: .64rem;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dom-strip__meta {
        color: #64748b;
        font-size: .61rem;
        line-height: 1;
        white-space: nowrap;
    }

    .national-stats { 
        margin-top: 1.8rem;
        flex: 1;
        overflow-y: auto;
        min-height: 0;
        padding-right: 0.5rem;
    }
    .national-stats::-webkit-scrollbar {
        width: 6px;
    }
    .national-stats::-webkit-scrollbar-track {
        background: transparent;
    }
    .national-stats::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }
    .national-stats::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.35);
    }
    .national-stats__title {
        font-size: 0.96rem;
        font-weight: 700;
        color: var(--primary-dark);
        margin-bottom: 0.75rem;
        letter-spacing: -0.01em;
    }
    .national-stats__note {
        font-size: 0.74rem;
        color: var(--muted);
        line-height: 1.4;
        margin: -0.2rem 0 0.65rem;
    }
    .stats-table {
        width: 100%;
        border-collapse: collapse;
        background: #ffffff;
        border: 1px solid var(--border-light);
        border-radius: 0.75rem;
        overflow: hidden;
        box-shadow: var(--shadow-sm);
        font-size: 0.84rem;
    }
    .stats-table thead {
        background: var(--accent-soft);
        border-bottom: 1px solid var(--border-light);
    }
    .stats-table th {
        padding: 0.65rem 0.75rem;
        text-align: left;
        font-weight: 700;
        color: var(--muted);
        font-size: 0.73rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .stats-table tbody tr {
        border-bottom: 1px solid var(--border-light);
        transition: background 0.15s ease;
    }
    .stats-table tbody tr:hover { background: rgba(0,55,118,0.04); }
    .stats-table tbody tr:last-child { border-bottom: none; }
    .stats-table td {
        padding: 0.55rem 0.75rem;
        color: var(--ink);
    }
    .stats-table__group {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 600;
    }
    .stats-table__swatch {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        flex: 0 0 auto;
    }
    .stats-table__bar-wrap {
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }
    .stats-table__bar {
        height: 6px;
        background: linear-gradient(90deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02));
        border-radius: 999px;
        overflow: hidden;
        flex: 1;
        min-width: 60px;
    }
    .stats-table__bar-fill {
        height: 100%;
        border-radius: 999px;
    }
    .stats-table__percent {
        font-size: 0.78rem;
        color: var(--muted);
        text-align: right;
        min-width: 45px;
        font-weight: 500;
    }
    .stats-table__depts {
        text-align: center;
        font-weight: 600;
    }