:root{color-scheme:light;--bg: #fff8ef;--panel: #ffffff;--panel-2: #fffdf9;--text: #18212f;--muted: #5f6b7a;--border: rgba(15, 23, 42, .12);--theatrical: #d97706;--theatrical-fill: rgba(245, 158, 11, .2);--theatrical-fill-strong: rgba(245, 158, 11, .34);--requestable: #16a34a;--requestable-fill: rgba(134, 239, 172, .24);--requestable-fill-strong: rgba(134, 239, 172, .38);--neutral-country: #dbe3ef;--neutral-country-stroke: #97a3b7;--shadow: 0 20px 45px rgba(148, 163, 184, .22);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,.16),transparent 28%),linear-gradient(180deg,var(--bg) 0%,#fffdf8 34%,#f4f7fb 100%);color:var(--text)}a{color:#b45309}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:#ffffffc7;-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:#b45309}.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:#b45309;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:#b45309;font-size:.85rem}.country-detail{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--panel-2);display:flex;flex-direction:column;gap:.85rem;min-height:13.5rem}.country-detail__vote-state,.country-detail__reserved-slot{margin:0}.country-detail__vote-action{width:fit-content;padding:.7rem 1rem;border:1px solid rgba(245,158,11,.5);border-radius:.8rem;background:#f59e0b2e;color:#b45309;cursor:pointer}.country-detail__vote-action:hover,.country-detail__vote-action:focus-visible{border-color:#f59e0bcc;background:#f59e0b42}.country-detail__vote-action:disabled{opacity:.7;cursor:wait}.country-detail__reserved-slot{color:var(--muted);font-size:.92rem}.map-stage{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.map-stage--full{min-height:100vh}.map-stage__header{position:relative;display:grid;gap:.9rem}.map-stage__header-main{position:relative;display:block;min-height:clamp(13rem,22vw,18rem);padding-right:clamp(10.5rem,17vw,14rem)}.map-stage__hero{max-width:min(48rem,100%);display:grid;gap:.85rem}.map-stage__hero h1{margin:0}.map-stage__hero>*{margin:0}.map-stage__poster{position:absolute;top:.1rem;right:0;width:clamp(10rem,16vw,13rem);z-index:1;pointer-events:none}.poster-card{width:100%;display:block;filter:drop-shadow(0 22px 44px rgba(148,163,184,.32))}.map-stage__meta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.map-surface,.map-error{flex:1;min-height:78vh;border-radius:1.3rem;background:linear-gradient(180deg,#fffffff5,#f4f7fbfa);box-shadow:var(--shadow)}.map-surface{display:grid;place-items:center;overflow:visible;padding:1rem;position:relative}.vote-leaderboard{padding:1.1rem 1.2rem;border:1px solid var(--border);border-radius:1.3rem;background:linear-gradient(180deg,#fffffff5,#f6f8fcfa);box-shadow:var(--shadow)}.vote-leaderboard__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.8rem}.vote-leaderboard__title,.vote-leaderboard__updated,.vote-leaderboard__status,.vote-leaderboard__list{margin:0}.vote-leaderboard__updated,.vote-leaderboard__status,.vote-leaderboard__iso2{color:var(--muted)}.vote-leaderboard__status{margin-top:.8rem}.vote-leaderboard__list{list-style:none;padding:0;margin-top:1rem;display:grid;gap:.75rem}.vote-leaderboard__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:1rem;background:#ffffffe6}.vote-leaderboard__rank{color:#b45309;font-weight:700}.vote-leaderboard__country{min-width:0;display:flex;flex-direction:column;gap:.15rem}.vote-leaderboard__name{font-weight:600}.vote-leaderboard__count{justify-self:end;padding:.4rem .75rem;border-radius:999px;background:#86efac29;color:#166534;font-weight:600}.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:#d97706e6}.world-map-artifact .map-country.is-active,.world-map-artifact .map-country.is-active path{fill:var(--requestable-fill-strong);stroke:none}.world-map-artifact .map-country--theatrical.is-active,.world-map-artifact .map-country--theatrical.is-active path,.world-map-artifact .map-country--theatrical.is-selected,.world-map-artifact .map-country--theatrical.is-selected path{fill:var(--theatrical-fill-strong);stroke:#b45309;stroke-width:1.15}.map-vote-overlay{position:absolute;z-index:10;width:min(22rem,calc(100% - 2.5rem));padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.12);border-radius:1rem;background:#fffffff5;box-shadow:0 24px 56px #94a3b83d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.map-vote-overlay:after{content:"";position:absolute;left:calc(var(--tail-left, 50%) - 11px);bottom:-10px;width:22px;height:22px;background:#fffffff5;transform:rotate(45deg);border-radius:.2rem}.map-vote-overlay__eyebrow,.map-vote-overlay__body,.map-vote-overlay__status,.map-vote-overlay__meta{margin:0}.map-vote-overlay__eyebrow{color:#15803d;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase}.map-vote-overlay__title{margin:.35rem 0 0}.map-vote-overlay__body,.map-vote-overlay__meta{color:var(--muted)}.map-vote-overlay__status{margin-top:.55rem}.map-vote-overlay__action{margin-top:.8rem;width:fit-content;padding:.75rem 1rem;border:1px solid rgba(22,163,74,.18);border-radius:.8rem;background:#86efac29;color:#166534;cursor:pointer}.map-vote-overlay__action:hover,.map-vote-overlay__action:focus-visible{background:#86efac3d;border-color:#16a34a47}.map-vote-overlay__action:disabled{opacity:.78;cursor:not-allowed}.map-vote-overlay__meta{margin-top:.75rem;font-size:.92rem}.world-map-artifact .map-country:focus,.world-map-artifact .map-country:focus-visible,.world-map-artifact .map-country:active,.world-map-artifact .map-country:hover{outline:none;box-shadow:none;filter:brightness(1.08)}.map-surface.has-vote-overlay .world-map-artifact .map-country,.map-surface.has-vote-overlay .world-map-artifact .map-country path,.map-surface.has-vote-overlay .world-map-artifact path[id],.map-surface.has-vote-overlay .world-map-artifact .map-country.is-active,.map-surface.has-vote-overlay .world-map-artifact .map-country.is-active path,.map-surface.has-vote-overlay .world-map-artifact .map-country.is-selected,.map-surface.has-vote-overlay .world-map-artifact .map-country.is-selected path,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical path,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical.is-active,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical.is-active path,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical.is-selected,.map-surface.has-vote-overlay .world-map-artifact .map-country--theatrical.is-selected path{stroke:none!important;stroke-width:0!important}.map-surface.has-vote-overlay .world-map-artifact .map-country:hover,.map-surface.has-vote-overlay .world-map-artifact .map-country:focus-visible{filter:none}@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-stage__header-main{display:block;min-height:0;padding-right:0}.map-stage__poster{position:static;width:min(10rem,42vw);margin-top:.35rem;pointer-events:auto}.poster-card{width:100%}.map-surface{min-height:55vh}.vote-leaderboard__item{grid-template-columns:auto 1fr}.vote-leaderboard__count{grid-column:2;justify-self:start}}
