:root{color:#171817;background:#f4f6f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;letter-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.68}a{color:inherit;text-decoration:none}main{min-height:100vh}.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:0 max(18px,calc((100vw - 1220px)/2));border-bottom:1px solid #dfe4e1;background:#f4f6f5f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-size:1.35rem;font-weight:900}nav{display:flex;align-items:center;gap:18px;color:#4b504c;font-weight:800}.link-button{padding:0;color:#c03b2d;background:transparent;font-weight:900}.masthead{position:relative;min-height:310px;display:flex;align-items:flex-end;overflow:hidden;background:#10110f}.masthead-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.68}.masthead:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080a09db,#080a092e)}.masthead-content{position:relative;z-index:1;width:min(1220px,calc(100% - 32px));margin:0 auto;padding:64px 0 34px;color:#fff}.eyebrow{margin:0 0 8px;color:#e7bb36;font-size:.78rem;font-weight:900;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:12px;font-size:3rem;line-height:1.02}h2{margin-bottom:0;font-size:1.45rem}h3{margin-bottom:8px;font-size:1.18rem}.lede{max-width:560px;margin-bottom:0;color:#f1f5f2;font-size:1.06rem;line-height:1.55}.shell{width:min(1220px,calc(100% - 32px));margin:24px auto 64px;display:grid;grid-template-columns:310px minmax(0,1fr);gap:22px;align-items:start}.country-panel{position:sticky;top:84px;max-height:calc(100vh - 104px);overflow:auto;padding-right:4px}.country-panel-heading{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-bottom:14px}.country-panel-heading span,.stat{padding:8px 10px;border-radius:8px;color:#fff;background:#171817;font-weight:900;white-space:nowrap}.country-search{margin-bottom:12px}.country-list{display:grid;gap:8px}.country-row{width:100%;min-height:72px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #dfe4e1;border-radius:8px;color:#171817;background:#fff;text-align:left}.country-row.selected{border-color:#18865b;background:#edf8f2}.country-row small,.signed-in span,.activity-card small{display:block;margin-top:4px;color:#646a65;line-height:1.35}.country-score{min-width:42px;padding:7px 9px;border-radius:8px;color:#fff;background:#18865b;text-align:center;font-weight:900}.country-score.quiet{color:#5c635f;background:#e8ece9}.rankings{min-width:0}.section-heading{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:14px}.heading-actions{display:flex;gap:10px;align-items:center}.heading-actions button,.stacked-form button{min-height:42px;padding:0 14px;border-radius:8px;color:#fff;background:#c03b2d;font-weight:900}.notice,.error,.empty{margin-bottom:14px;padding:13px 15px;border-radius:8px;background:#edf8f2;color:#12633f;font-weight:800}.error{background:#fff0ec;color:#9f2619}.empty{background:#fff;color:#4b504c}.join-panel,.add-panel{margin-bottom:12px;border:1px solid #dfe4e1;border-radius:8px;background:#fff}.join-panel summary,.add-panel summary{min-height:46px;display:flex;align-items:center;padding:0 14px;color:#4b504c;font-weight:900;cursor:pointer}.join-panel[open] summary,.add-panel[open] summary{border-bottom:1px solid #dfe4e1}.signed-in,.stacked-form{padding:14px}.stacked-form{display:grid;gap:13px}.compact-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}label{display:grid;gap:6px;color:#4b504c;font-size:.9rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #cdd5d0;border-radius:8px;padding:11px 12px;color:#171817;background:#fff}textarea{resize:vertical}.activity-list{display:grid;gap:12px}.activity-card{display:grid;grid-template-columns:70px minmax(0,1fr) 92px;gap:16px;align-items:center;min-height:142px;padding:18px;border:1px solid #dfe4e1;border-radius:8px;background:#fff}.rank{color:#c03b2d;font-size:1.45rem;font-weight:900}.activity-topline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.activity-topline span{padding:5px 8px;border-radius:8px;background:#eaf1ec;color:#365d47;font-size:.78rem;font-weight:900}.activity-card p{margin-bottom:0;color:#454b46;line-height:1.55}.vote-button{display:grid;justify-items:center;align-content:center;min-height:82px;border-radius:8px;color:#fff;background:#18865b;font-weight:900}.vote-button strong{font-size:1.25rem}.two-field-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:10px}@media(max-width:980px){.shell{grid-template-columns:1fr}.country-panel{position:static;max-height:none}.country-list{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-form{grid-template-columns:1fr 1fr}}@media(max-width:720px){.topbar{min-height:58px}nav{gap:12px;font-size:.9rem}.masthead{min-height:300px}h1{font-size:2.25rem}.country-list,.compact-form,.two-field-grid{grid-template-columns:1fr}.section-heading{display:grid;align-items:start}.heading-actions{flex-wrap:wrap}.activity-card{grid-template-columns:1fr}.vote-button{min-height:56px;grid-auto-flow:column;gap:8px}}
