.geo-map{--geo-accent:var(--acid);position:relative;width:calc(100% - 36px);max-width:var(--maxw);margin:60px auto 0;background:rgba(255,255,255,.025);color:var(--text);border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;font-family:Manrope,Arial,sans-serif}.geo-map *{box-sizing:border-box}.geo-map__head{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;justify-content:space-between;gap:32px;padding:40px 48px 0}.geo-map__eyebrow{color:var(--indigo-lt);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px}.geo-map h2{font-size:clamp(23px,3vw,38px);line-height:1.2;font-weight:600;margin:0;letter-spacing:-.03em}.geo-map__stats{display:flex;gap:38px;align-items:flex-start}.geo-map__stats div{max-width:125px}.geo-map__stats strong{display:block;font-size:54px;font-weight:500;line-height:1.1;letter-spacing:-.06em}.geo-map__stats span{display:block;color:var(--text-muted);font-size:11px;line-height:1.5;margin-top:7px}.geo-map__canvas{position:relative;margin-top:0}.geo-map__svg{display:block;width:100%;height:auto;min-height:310px;overflow:hidden;touch-action:pan-y}.geo-map__land{fill:url(#geo-land);stroke:var(--indigo);stroke-width:1;vector-effect:non-scaling-stroke;stroke-linejoin:round}.geo-map__routes path{fill:none;stroke:var(--indigo-lt);stroke-width:.75;opacity:.23;vector-effect:non-scaling-stroke}.geo-map__routes path.is-active{stroke:var(--text);stroke-width:1.8;opacity:.95}.geo-map__point{cursor:pointer;outline:none}.geo-map__halo{fill:var(--indigo);opacity:.55;filter:url(#geo-glow)}.geo-map__dot{fill:var(--text);stroke:var(--indigo-lt);stroke-width:1;vector-effect:non-scaling-stroke}.geo-map__label{font-size:10px;fill:var(--text-mid);paint-order:stroke;stroke:var(--bg);stroke-width:3px;stroke-linejoin:round;display:none;pointer-events:none}.geo-map__point.is-labeled .geo-map__label,.geo-map__point.is-active .geo-map__label,.geo-map__point:focus .geo-map__label{display:block}.geo-map__point.is-active .geo-map__dot,.geo-map__point:focus .geo-map__dot{fill:var(--geo-accent);stroke:var(--geo-accent)}.geo-map__point.is-active .geo-map__label{fill:#fff;font-weight:700}.geo-map__office{pointer-events:none}.geo-map__office circle:first-child{fill:none;stroke:var(--geo-accent);opacity:.6}.geo-map__office circle:nth-child(2){fill:var(--geo-accent)}.geo-map__office text{font-size:10px;font-weight:700;fill:var(--geo-accent);paint-order:stroke;stroke:var(--bg);stroke-width:3px}.geo-map__controls{position:absolute;right:25px;bottom:22px;display:flex;gap:6px}.geo-map__controls button{font:24px Arial;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--text);cursor:pointer}.geo-map button:focus-visible,.geo-map summary:focus-visible,.geo-map input:focus-visible{outline:2px solid var(--geo-accent);outline-offset:3px}.geo-map__info{position:absolute;bottom:30px;left:48px;display:flex;align-items:center;gap:10px;max-width:70%;font-size:12px;color:var(--text-mid);pointer-events:none}.geo-map__info-dot{background:var(--geo-accent);width:6px;height:6px;border-radius:50%;flex-shrink:0}.geo-map__directory{margin:0 48px;border-top:1px solid var(--line-soft)}.geo-map__directory summary{padding:20px 0;cursor:pointer;font-size:13px}.geo-map__directory summary>span{font-size:11px;color:var(--text-muted);margin-left:10px}.geo-map__search{display:block;font-size:12px;color:var(--text-mid);margin:4px 0 20px}.geo-map__search input{display:block;margin-top:8px;max-width:460px;width:100%;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:12px 15px;font:inherit;color:#fff}.geo-map__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 25px;max-height:360px;overflow:auto;padding:0 5px 15px}.geo-map__list button{display:flex;justify-content:space-between;gap:10px;text-align:left;border:0;border-bottom:1px solid var(--line-soft);background:none;color:var(--text);padding:12px 0;cursor:pointer;font:12px Manrope,Arial,sans-serif}.geo-map__list button:hover,.geo-map__list button.is-active{color:var(--geo-accent)}.geo-map__list small{display:block;font-size:10px;color:var(--text-muted);margin-top:5px;font-weight:400}.geo-map__list b{font-weight:500;text-align:right}.geo-map__credit{font-size:10px;color:var(--text-muted);padding:0 48px 20px;margin:12px 0 0}.geo-map__credit a{color:inherit;text-decoration:none}.geo-map__empty{font-size:13px;color:var(--text-muted)}.geo-map [hidden]{display:none!important}@media(max-width:800px){.geo-map{margin:40px auto 0;border-radius:16px}.geo-map__head{padding:26px 24px 0;gap:25px}.geo-map__stats{gap:20px}.geo-map__stats strong{font-size:39px}.geo-map__stats span{font-size:10px}.geo-map__canvas{margin-top:0}.geo-map__info{left:24px;bottom:18px;font-size:11px;max-width:65%}.geo-map__directory{margin:0 24px}.geo-map__list{grid-template-columns:repeat(2,minmax(0,1fr))}.geo-map__credit{padding:0 24px 16px}.geo-map__controls{bottom:12px;right:16px}.geo-map__controls button{width:34px;height:36px}}@media(max-width:520px){.geo-map__head{position:relative;flex-direction:column;gap:22px}.geo-map h2{font-size:27px}.geo-map__stats{gap:35px}.geo-map__stats div{max-width:150px}.geo-map__stats strong{font-size:40px}.geo-map__svg{min-height:265px}.geo-map__info{position:static;min-height:55px;padding:0 24px 18px;max-width:none}.geo-map__controls{top:14px;bottom:auto;right:12px;flex-direction:column}.geo-map__list{grid-template-columns:1fr}.geo-map__label{font-size:12px}.geo-map__directory summary{min-height:48px}}@media(prefers-reduced-motion:no-preference){.geo-map__dot{transition:fill .15s}.geo-map__routes path{transition:opacity .15s}}
@media(max-width:520px){.geo-map__point .geo-map__label{display:none!important}.geo-map__halo{display:none}.geo-map__dot{r:2.5px}}

@media(min-width:521px) and (max-width:800px){.geo-map__head{position:relative}}
