.xh-region-dashboard{position:relative;max-width:1480px;margin:0 auto;padding:20px;color:var(--system-text)}
.xh-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin-bottom:18px}
.xh-stat-card{position:relative;overflow:hidden;min-height:118px;padding:20px;border:1px solid var(--system-border);border-radius:18px;background:linear-gradient(145deg,var(--system-surface),var(--system-soft));box-shadow:var(--system-shadow)}
.xh-stat-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:3px;background:var(--card-color,var(--system-accent));box-shadow:0 0 16px var(--card-color,var(--system-accent))}
.xh-stat-head{display:flex;justify-content:space-between;align-items:center;color:var(--system-muted);font-size:13px}.xh-stat-head i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:var(--card-color,var(--system-accent));background:color-mix(in srgb,var(--card-color,var(--system-accent)) 16%,transparent)}
.xh-stat-value{margin-top:10px;color:var(--system-text);font-size:34px;font-weight:900;letter-spacing:-1px}.xh-stat-unit{margin-left:4px;color:var(--system-muted);font-size:13px;font-weight:600}
.xh-region-card{overflow:hidden;border:1px solid var(--system-border);border-radius:20px;background:var(--system-surface);box-shadow:var(--system-shadow)}
.xh-region-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;border-bottom:1px solid var(--system-border);background:linear-gradient(90deg,var(--system-soft),transparent)}
.xh-region-title{display:flex;align-items:center;gap:10px;margin:0;color:var(--system-text);font-size:19px;font-weight:900}.xh-region-title i{color:var(--system-accent)}.xh-region-note{margin-top:5px;color:var(--system-muted);font-size:12px}
.xh-days{display:flex;gap:7px;padding:5px;border:1px solid var(--system-border);border-radius:11px;background:var(--system-bg)}.xh-days button{border:0;border-radius:8px;padding:8px 13px;background:transparent;color:var(--system-muted);font-weight:700;cursor:pointer}.xh-days button.active{background:var(--system-accent);color:var(--system-accent-contrast);box-shadow:0 6px 16px var(--system-accent-soft)}
.xh-region-body{display:grid;grid-template-columns:minmax(620px,1.7fr) minmax(240px,.65fr);gap:20px;padding:22px}
.xh-map{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--system-border);border-radius:16px;background:radial-gradient(circle at 50% 45%,var(--system-accent-soft),transparent 56%),linear-gradient(145deg,var(--system-soft),var(--system-bg))}
.xh-map-caption{position:absolute;z-index:3;left:18px;top:16px;color:var(--system-muted);font-size:12px;letter-spacing:2px;pointer-events:none}
.xh-map-svg{position:absolute;inset:45px 14px 14px;width:calc(100% - 28px);height:calc(100% - 59px);overflow:visible}
.xh-map-sea{fill:url(#xh-map-sea);stroke:color-mix(in srgb,var(--system-border) 50%,transparent);stroke-width:1}
.xh-map-region{fill:color-mix(in srgb,var(--system-accent) 9%,var(--system-soft));stroke:color-mix(in srgb,var(--system-accent) 48%,var(--system-border));stroke-width:1.25;vector-effect:non-scaling-stroke;cursor:default;transition:fill .2s ease,filter .2s ease,stroke .2s ease}
.xh-map-region.has-data{fill:color-mix(in srgb,var(--heat) var(--alpha),var(--system-soft));stroke:color-mix(in srgb,var(--heat) 86%,#fff);filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}
.xh-map-region:hover{fill:color-mix(in srgb,var(--heat,#d5aa3b) 72%,var(--system-soft));stroke:var(--system-text);filter:brightness(1.16) drop-shadow(0 4px 9px rgba(0,0,0,.3))}
.xh-map-label{pointer-events:none}.xh-map-label text{fill:color-mix(in srgb,var(--system-text) 72%,var(--system-muted));font-size:11px;font-weight:700;paint-order:stroke;stroke:var(--system-bg);stroke-width:3px;stroke-linejoin:round}.xh-map-label.has-data text{fill:var(--system-text);font-size:12px;font-weight:900}
.xh-map-inset{fill:none;stroke:color-mix(in srgb,var(--system-border) 75%,transparent);stroke-width:1;stroke-dasharray:5 4}.xh-map-inset-title{fill:var(--system-muted);font-size:10px;letter-spacing:1px}
.xh-map-legend{position:absolute;z-index:3;left:18px;bottom:14px;display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid var(--system-border);border-radius:9px;background:color-mix(in srgb,var(--system-bg) 86%,transparent);color:var(--system-muted);font-size:10px;backdrop-filter:blur(6px)}.xh-map-legend i{display:block;width:16px;height:8px;border-radius:2px}.xh-map-legend .lv1{background:#38bdf8}.xh-map-legend .lv2{background:#d5aa3b}.xh-map-legend .lv3{background:#f59e0b}.xh-map-legend .lv4{background:#ef4444}.xh-map-legend small{font-size:10px;color:var(--system-muted)}
.xh-region-ranking{min-height:520px;padding:14px;border:1px solid var(--system-border);border-radius:16px;background:var(--system-soft)}.xh-ranking-title{display:flex;justify-content:space-between;align-items:center;margin:2px 3px 12px;color:var(--system-text);font-weight:900}.xh-ranking-title small{color:var(--system-muted);font-weight:500}.xh-ranking-list{display:flex;flex-direction:column;gap:8px;max-height:460px;overflow:auto;padding-right:4px}.xh-rank-item{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:9px;padding:9px;border:1px solid var(--system-border);border-radius:10px;background:var(--system-surface)}.xh-rank-no{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:var(--system-accent-soft);color:var(--system-accent);font-size:11px;font-weight:900}.xh-rank-name{min-width:0;color:var(--system-text);font-size:13px}.xh-rank-bar{display:block;height:3px;margin-top:6px;border-radius:3px;background:linear-gradient(90deg,var(--heat) var(--width),var(--system-border) var(--width))}.xh-rank-count{color:var(--system-text);font-size:15px;font-weight:900}
.xh-dashboard-error{padding:70px 20px;text-align:center;color:var(--system-muted)}.xh-dashboard-error i{display:block;margin-bottom:13px;color:var(--system-accent);font-size:38px}.xh-dashboard-error button{margin-top:16px;border:1px solid var(--system-accent);border-radius:9px;padding:9px 18px;background:var(--system-accent-soft);color:var(--system-accent);cursor:pointer}
@media(max-width:1100px){.xh-stat-grid{grid-template-columns:repeat(3,1fr)}.xh-region-body{grid-template-columns:1fr}.xh-region-ranking{min-height:auto}.xh-ranking-list{max-height:320px}}
@media(max-width:720px){.xh-region-dashboard{padding:12px}.xh-stat-grid{grid-template-columns:1fr 1fr}.xh-region-toolbar{align-items:flex-start;flex-direction:column}.xh-region-body{padding:12px}.xh-map{min-height:430px}.xh-map-svg{inset:48px 4px 34px;width:calc(100% - 8px);height:calc(100% - 82px)}.xh-map-label:not(.has-data){display:none}.xh-map-legend{left:10px;bottom:8px}}
