.international-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:2rem;align-items:stretch}.international-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.international-hero-stats article{border:1px solid rgba(158,171,255,.24);background:linear-gradient(160deg,rgba(26,28,55,.96),rgba(10,11,24,.95));border-radius:1.1rem;padding:1.25rem;display:flex;flex-direction:column;justify-content:center;min-height:8rem}.international-hero-stats strong{font-size:clamp(2rem,5vw,3.5rem);line-height:1;color:#f4f6ff}.international-hero-stats span{color:#b9c0db}.international-country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.85rem}.international-country-card{position:relative;display:grid;gap:.35rem;min-height:9.5rem;padding:1rem;border-radius:1rem;border:1px solid rgba(158,171,255,.18);background:rgba(17,19,39,.82);text-decoration:none;color:inherit;transition:transform .16s ease,border-color .16s ease,background .16s ease}.international-country-card:hover,.international-country-card:focus-visible{transform:translateY(-2px);border-color:rgba(184,195,255,.65);background:rgba(25,28,54,.96)}.international-country-card[hidden]{display:none}.international-country-card strong{font-size:1.06rem;color:#f2f4ff}.international-country-card span:not(.international-code){color:#aeb5d2;font-size:.9rem}.international-code{display:inline-flex;width:max-content;min-width:2.6rem;justify-content:center;border-radius:999px;padding:.25rem .55rem;background:#2c335f;color:#dfe4ff;font-weight:800;letter-spacing:.08em}.international-coverage-badge{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:.24rem .55rem;font-size:.76rem;font-weight:700}.international-coverage-badge.is-full{background:rgba(63,194,145,.16);color:#8ce6bf;border:1px solid rgba(63,194,145,.36)}.international-coverage-badge.is-baseline{background:rgba(202,167,74,.12);color:#e8cb79;border:1px solid rgba(202,167,74,.3)}.international-filter-panel{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(160px,.7fr) minmax(180px,.8fr) auto;gap:.8rem;align-items:end;padding:1rem;border:1px solid rgba(158,171,255,.18);border-radius:1rem;background:rgba(14,16,33,.84)}.international-filter-panel label{display:grid;gap:.35rem}.international-filter-panel label span{font-weight:700;color:#dce1f7}.international-filter-panel input,.international-filter-panel select{width:100%;min-height:2.8rem;border-radius:.7rem;border:1px solid rgba(158,171,255,.28);background:#0d1022;color:#f4f6ff;padding:.65rem .75rem}.international-results-status{margin:1rem 0;color:#b8bfd9}.international-method-list{display:grid;gap:.8rem;counter-reset:method;list-style:none;padding:0}.international-method-list li{counter-increment:method;display:grid;grid-template-columns:2.25rem 1fr;gap:.75rem;align-items:start;padding:1rem;border-radius:.9rem;border:1px solid rgba(158,171,255,.18);background:rgba(17,19,39,.72)}.international-method-list li::before{content:counter(method);display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#343d73;color:#fff;font-weight:800}.international-schema-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.international-checklist{display:flex;flex-wrap:wrap;gap:.55rem}.international-checklist span,.international-system-tags span{display:inline-flex;border-radius:999px;padding:.45rem .7rem;border:1px solid rgba(158,171,255,.25);background:rgba(26,30,58,.68);color:#dce2ff;font-size:.88rem}.international-system-tags{display:flex;flex-wrap:wrap;gap:.6rem}.international-cycle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.international-cycle article{position:relative;padding:1.25rem;border:1px solid rgba(158,171,255,.2);border-radius:1rem;background:rgba(17,19,39,.78)}.international-cycle article>span{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:50%;background:#5b68b8;color:#fff;font-weight:900}.international-country-meta{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.international-country-meta>span:not(.international-coverage-badge){display:inline-flex;border-radius:999px;padding:.3rem .6rem;background:rgba(38,43,80,.8);color:#dce2ff;font-weight:700}.international-principles .card,.international-featured .international-country-card{height:100%}@media(max-width:900px){.international-hero{grid-template-columns:1fr}.international-filter-panel{grid-template-columns:1fr 1fr}.international-filter-panel label:first-child{grid-column:1/-1}.international-cycle{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.international-hero-stats,.international-filter-panel,.international-cycle{grid-template-columns:1fr}.international-country-grid{grid-template-columns:1fr 1fr}.international-filter-panel label:first-child{grid-column:auto}}@media(max-width:420px){.international-country-grid{grid-template-columns:1fr}.international-country-card{min-height:auto}}

.international-language-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.international-language-stats article {
    border: 1px solid var(--line, #2d3850);
    border-radius: 1rem;
    padding: 1rem;
    background: var(--panel, rgba(18, 24, 38, .75));
}
.international-language-stats strong { display: block; font-size: 1.65rem; }
.international-language-stats span { display: block; margin-top: .25rem; opacity: .78; }
.international-language-table-wrap { overflow-x: auto; border: 1px solid var(--line, #2d3850); border-radius: 1rem; }
.international-language-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.international-language-table th,
.international-language-table td { padding: .8rem .9rem; border-bottom: 1px solid var(--line, #2d3850); text-align: left; vertical-align: top; }
.international-language-table thead th { position: sticky; top: 0; z-index: 1; background: var(--panel-solid, #111827); }
.international-language-table tbody tr:last-child td { border-bottom: 0; }
.international-language-table tbody tr:hover { background: rgba(255,255,255,.035); }
.international-language-table small { opacity: .72; }
.international-language-table tr[hidden] { display: none; }
@media (max-width: 820px) {
    .international-language-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .international-language-stats { grid-template-columns: 1fr; }
}


/* Shared responsive data-table treatment for research queues and future
   international evidence tables. Horizontal scrolling is contained inside the
   table region so a long country name, status, or evidence boundary never
   creates page-level overflow on narrow screens. */
.international-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border: 1px solid var(--line, #2d3850);
    border-radius: 1rem;
    -webkit-overflow-scrolling: touch;
}
.international-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}
.international-table th,
.international-table td {
    padding: .8rem .9rem;
    border-bottom: 1px solid var(--line, #2d3850);
    text-align: left;
    vertical-align: top;
}
.international-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--panel-solid, #111827);
}
.international-table tbody tr:last-child td { border-bottom: 0; }
.international-table tbody tr:hover { background: rgba(255,255,255,.035); }
.international-table small { opacity: .72; }
