:root{color-scheme:dark;--bg: #101116;--panel: #171923;--panel-2: #1d2130;--text: #f5f7fb;--muted: #afb6c9;--border: rgba(255, 255, 255, .08);--theatrical: #f59e0b;--theatrical-fill: rgba(245, 158, 11, .24);--theatrical-fill-strong: rgba(245, 158, 11, .4);--neutral-country: #394053;--neutral-country-stroke: #5b657c;--shadow: 0 20px 45px rgba(0, 0, 0, .3);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,rgba(245,158,11,.12),transparent 28%),var(--bg);color:var(--text)}a{color:#ffd08a}button{font:inherit}.page-shell{min-height:100vh;display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.sidebar{border-right:1px solid var(--border);background:#171923f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.info-panel{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:#ffd08a}.info-panel h1,.info-panel h2,.map-error h2,.country-detail__title{margin:0}.lede,.source-line,.map-stage__note,.country-detail__body{color:var(--muted)}.count-pill{display:inline-flex;width:fit-content;padding:.4rem .75rem;border-radius:999px;background:#f59e0b24;color:#ffd08a;margin:0}.legend{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem .9rem;border-radius:.9rem;border:1px solid var(--border);background:var(--panel-2)}.legend__swatch{width:1rem;height:1rem;border-radius:.25rem;display:inline-block}.legend__swatch--theatrical{background:var(--theatrical-fill-strong);border:1px solid var(--theatrical)}.country-list{display:flex;flex-direction:column;gap:.45rem;margin-top:.9rem}.country-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;padding:.78rem .95rem;border:1px solid var(--border);border-radius:.85rem;background:var(--panel-2);color:var(--text);text-align:left;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.country-row:hover,.country-row:focus-visible,.country-row.is-active,.country-row.is-selected{border-color:#f59e0b8c;background:#f59e0b1f;transform:translateY(-1px)}.country-row__iso2{color:#ffd08a;font-size:.85rem}.country-detail{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--panel-2)}.map-stage{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.map-stage__header{display:flex;justify-content:space-between;align-items:center}.map-surface,.map-error{flex:1;min-height:70vh;border:1px solid var(--border);border-radius:1.3rem;background:linear-gradient(180deg,#171923f2,#101116fa);box-shadow:var(--shadow)}.map-surface{display:grid;place-items:center;overflow:hidden;padding:1rem}.map-loading,.map-error{display:grid;place-items:center;padding:2rem}.world-map-artifact{width:100%;height:auto;max-height:min(78vh,820px)}.world-map-artifact .map-country,.world-map-artifact .map-country path,.world-map-artifact path[id]{fill:var(--neutral-country);stroke:var(--neutral-country-stroke);stroke-width:.85;transition:fill .12s ease,opacity .12s ease,stroke .12s ease,transform .12s ease}.world-map-artifact .map-country--theatrical,.world-map-artifact .map-country--theatrical path{fill:var(--theatrical-fill);stroke:#f59e0bf2}.world-map-artifact .map-country.is-active,.world-map-artifact .map-country.is-active path,.world-map-artifact .map-country.is-selected,.world-map-artifact .map-country.is-selected path{fill:var(--theatrical-fill-strong);stroke:#ffd08a;stroke-width:1.15}.world-map-artifact .map-country:focus-visible,.world-map-artifact .map-country:hover{outline:none;filter:brightness(1.08)}@media(max-width:1024px){.page-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border)}.map-stage{padding-top:.5rem}.map-surface{min-height:55vh}}
