:root{--green:#e63323;--ink:#111;--line:#d8d8d8;--paper:#fff}
body{background:#fff;color:#111}
header{height:64px;padding:0 28px;border-bottom:1px solid #111;background:#fff;position:sticky;top:0;z-index:1100}
.brand{font-size:20px;letter-spacing:-.7px}.brand b{background:#111;border-radius:0}.brand small{color:#777;font-weight:500}
header button{border:0;border-bottom:1px solid #111;border-radius:0;padding:7px 0;color:#111;background:#fff;font-size:11px}
header button:hover{color:#e63323;border-color:#e63323}
main{display:flex;flex-direction:column;height:auto;min-height:calc(100vh - 64px)}
.map-wrap{order:-1;width:100%;height:58vh;min-height:480px;border-bottom:1px solid #111;background:#ecece8}
#map{filter:grayscale(1) contrast(.95) brightness(1.04)}
.hint{top:18px;border:1px solid #111;border-radius:0;background:#fff;color:#111;box-shadow:none}
aside{width:100%;max-width:760px;margin:0 auto;padding:34px 28px 80px;border:0;background:#fff;overflow:visible}
.eyebrow{color:#e63323;font-size:8px;letter-spacing:1.7px}.sub{color:#555}
h1{font-family:Arial,sans-serif;font-size:46px;line-height:.96;font-weight:700;letter-spacing:-2.8px}
.coords input{border:1px solid #111;border-radius:0;background:#fff;color:#111}.coords button{border-radius:0;background:#111;color:#fff}.coords button:hover{background:#e63323}
.range-head strong{color:#e63323}#radius{accent-color:#e63323}
.primary{border:1px solid #111;border-radius:0;background:#111;color:#fff;text-transform:uppercase;letter-spacing:1px}.primary:hover{border-color:#e63323;background:#e63323}
.title{border-top:1px solid #111;padding-top:14px}.title em{color:#e63323}
.metrics{gap:1px;background:#111}.metrics article{border:0;border-radius:0;background:#fff}.metrics span{text-transform:uppercase;letter-spacing:.5px}.metrics b{font-family:Arial,sans-serif;font-weight:700}.metrics article:first-child b{color:#e63323}
.method{border:1px solid #111;border-radius:0;background:#f5f5f2}.method b{color:#e63323}
.leaflet-bar{border-radius:0!important;box-shadow:none!important}.leaflet-bar a{border-color:#111!important;border-radius:0!important;color:#111!important}.leaflet-control-attribution{font-size:8px!important}
@media(max-width:800px){header{height:58px;padding:0 14px}.brand{font-size:18px}.brand small{display:none}header button{display:block;font-size:10px}.map-wrap{height:48vh;min-height:350px}aside{padding:26px 18px 80px}h1{font-size:34px;letter-spacing:-2px}.coords{grid-template-columns:1fr 1fr}.coords button{grid-column:1/-1}.metrics{grid-template-columns:1fr 1fr}}
