:root{--sea: #a8c4d4;--land: #e8e4da;--land-hover: #d7d0c0;--stroke: #ffffff}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{background:#0f172a}.country{fill:var(--land);stroke:var(--stroke);stroke-width:.5;vector-effect:non-scaling-stroke}.country:hover{fill:var(--land-hover)}.suggestion:hover,.suggestion:active{background:#1e293b}
