.territory-map{--tm-orange:var(--brand,#e87522);--tm-cream:var(--cream,#fffaf2);display:flex;flex-direction:column;min-height:360px;height:100%;color:#453425;background:var(--tm-cream);border:1px solid #eadcca;border-radius:16px;overflow:hidden;font:14px/1.4 system-ui,'Microsoft YaHei',sans-serif}
.tm-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #eadcca}.tm-breadcrumb{font-weight:700;white-space:nowrap}.tm-tools{display:flex;gap:4px}.tm-tools button,.tm-unmatched{border:1px solid #dfcdbb;border-radius:7px;background:#fff;color:#674931;cursor:pointer;padding:5px 9px;font:inherit}.tm-tools button img{width:15px;height:15px;vertical-align:-3px;margin-right:3px}.tm-tools button[data-action=plus] img,.tm-tools button[data-action=home] img{margin-right:0}.tm-tools button[data-action=back] img{transform:rotate(180deg)}.tm-tools button:disabled{opacity:.45;cursor:default}.tm-tools button:hover:not(:disabled),.tm-unmatched:hover{border-color:var(--tm-orange);color:var(--tm-orange)}
.tm-stage{position:relative;flex:1;min-height:260px;overflow:hidden;background:radial-gradient(circle at 50% 42%,#fffefb,#fff7ed)}.tm-stage svg{display:block;width:100%;height:100%;touch-action:none}.tm-loading{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);padding:12px 16px;background:#fffdf9;border:1px solid #eadcca;border-radius:9px;box-shadow:0 6px 22px #8d59331c;text-align:center;max-width:80%}.tm-loading[hidden]{display:none}
.tm-area{cursor:pointer;outline:none}.tm-area path{fill:#ffe4c8;stroke:#db9a66;stroke-width:.85;vector-effect:non-scaling-stroke;transition:fill .15s}.tm-area:nth-child(even) path{fill:#fff0dc}.tm-area:hover path,.tm-area:focus path{fill:#ffc48e;stroke:#e87522;stroke-width:1.6}.tm-marker{pointer-events:none}.tm-marker circle{fill:#a48e77;stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}.tm-area[data-grade=S] .tm-marker circle{fill:#c74725}.tm-area[data-grade=A] .tm-marker circle{fill:#e87522}.tm-area[data-grade=B] .tm-marker circle{fill:#e6a63c}.tm-area[data-grade=C] .tm-marker circle{fill:#6b9078}.tm-marker text{fill:#fff;font:700 12px system-ui,sans-serif;text-anchor:middle;dominant-baseline:middle;paint-order:stroke}.tm-marker .tm-place-name{fill:#55351e;font:700 11px system-ui,'Microsoft YaHei',sans-serif;paint-order:stroke;stroke:#fffaf2;stroke-width:3px;stroke-linejoin:round}
.tm-store-point{fill:#fff;stroke:#71371a;stroke-width:2;vector-effect:non-scaling-stroke;cursor:pointer}.tm-store-point:hover,.tm-store-point:focus{fill:#71371a;stroke:#fff;outline:none}
.tm-foot{padding:9px 12px;border-top:1px solid #eadcca}.tm-legend{display:flex;flex-wrap:wrap;gap:6px 12px;margin-bottom:6px}.tm-legend span{display:inline-flex;align-items:center;gap:4px;font-size:12px}.tm-legend i{display:inline-block;width:9px;height:9px;border-radius:50%;background:#a48e77}.tm-legend .tm-s{background:#c74725}.tm-legend .tm-a{background:#e87522}.tm-legend .tm-b{background:#e6a63c}.tm-legend .tm-c{background:#6b9078}.tm-legend .tm-store{box-sizing:border-box;background:#fff;border:2px solid #71371a}.tm-status{font-size:12px;margin-bottom:3px}.tm-unmatched{padding:1px 5px;font-size:12px}.tm-foot small{display:block;color:#8a7767;font-size:10px;line-height:1.4}
@media(max-width:480px){.tm-head{padding:7px}.tm-tools button{padding:5px 7px}.tm-stage{min-height:260px}.tm-foot{padding:7px}}
