.sd-location-switcher{display:inline-block;max-width:100%;font-family:inherit}.sd-location-switcher__toggle{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:10px 16px;border:1px solid #d7dce3;border-radius:14px;background:#fff;color:#111827;cursor:pointer;box-shadow:0 8px 24px rgba(17,24,39,.08);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;font:inherit;max-width:100%}.sd-location-switcher__toggle:hover,.sd-location-switcher__toggle:focus{border-color:#9ca3af;box-shadow:0 14px 32px rgba(17,24,39,.14)}.sd-location-switcher__toggle:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.18),0 14px 32px rgba(17,24,39,.14)}.sd-location-switcher__toggle-label{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.sd-location-switcher__toggle-caption{font-size:12px;line-height:1.2;color:#6b7280}.sd-location-switcher__toggle-value{font-size:15px;line-height:1.35;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.sd-location-switcher__toggle-icon{flex:0 0 auto;font-size:14px;color:#6b7280}.sd-location-switcher-modal[hidden]{display:none!important}.sd-location-switcher-modal{position:fixed;inset:0;z-index:9999}.sd-location-switcher-modal__backdrop{position:absolute;inset:0;background:rgba(17,24,39,.52);backdrop-filter:blur(2px)}.sd-location-switcher-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(960px,calc(100vw - 32px));max-height:min(88vh,860px);margin:40px auto;background:#fff;border-radius:24px;box-shadow:0 32px 90px rgba(17,24,39,.28);overflow:hidden}.sd-location-switcher-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 18px;border-bottom:1px solid #eef2f7}.sd-location-switcher-modal__title-wrap{min-width:0}.sd-location-switcher-modal__eyebrow{margin:0 0 6px 0;font-size:12px;line-height:1.25;font-weight:700;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}.sd-location-switcher-modal__title{margin:0;font-size:28px;line-height:1.15;font-weight:700;color:#111827}.sd-location-switcher-modal__subtitle{margin:8px 0 0 0;font-size:14px;line-height:1.5;color:#6b7280}.sd-location-switcher-modal__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827;cursor:pointer;font-size:22px;line-height:1;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.sd-location-switcher-modal__close:hover,.sd-location-switcher-modal__close:focus{outline:none;border-color:#cbd5e1;box-shadow:0 10px 24px rgba(17,24,39,.12);background:#f9fafb}.sd-location-switcher-modal__body{padding:20px 28px 28px;overflow:auto}.sd-location-switcher-modal__search{position:relative;margin:0 0 18px 0}.sd-location-switcher-modal__search-input{display:block;width:100%;height:54px;padding:0 18px;border:1px solid #d1d5db;border-radius:16px;background:#f9fafb;color:#111827;font:inherit;box-sizing:border-box}.sd-location-switcher-modal__search-input:focus{outline:none;border-color:#60a5fa;background:#fff;box-shadow:0 0 0 3px rgba(96,165,250,.18)}.sd-location-switcher-modal__search-hint{margin:10px 2px 0;font-size:12px;line-height:1.45;color:#6b7280}.sd-location-switcher__list-inner{padding:2px 0 0}.sd-location-switcher__summary{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 16px 0;padding:0 0 16px 0;border-bottom:1px solid #eef2f7}.sd-location-switcher__summary-current{font-size:13px;color:#111827}.sd-location-switcher__summary-count{font-size:12px;color:#6b7280}.sd-location-switcher__group+.sd-location-switcher__group{margin-top:18px}.sd-location-switcher__group-title{margin:0 0 12px 0;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.06em;color:#6b7280;text-transform:uppercase}.sd-location-switcher__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sd-location-switcher__item{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;color:#111827;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;min-height:72px;box-sizing:border-box}.sd-location-switcher__item:hover{border-color:#bfdbfe;box-shadow:0 14px 28px rgba(59,130,246,.12);transform:translateY(-1px)}.sd-location-switcher__item.is-active{border-color:#93c5fd;background:#eff6ff}.sd-location-switcher__item-main{display:flex;flex-direction:column;gap:6px;min-width:0}.sd-location-switcher__item-name{font-size:15px;line-height:1.35;font-weight:600;word-break:break-word}.sd-location-switcher__item-meta{font-size:12px;line-height:1.35;color:#6b7280}.sd-location-switcher__item-badge{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;white-space:nowrap}.sd-location-switcher__item-badge.is-muted{background:#f3f4f6;color:#6b7280}.sd-location-switcher__empty{padding:26px 18px;border:1px dashed #d1d5db;border-radius:18px;background:#f9fafb;text-align:center;color:#6b7280}.sd-location-switcher-modal-open{overflow:hidden}@media (max-width:900px){.sd-location-switcher__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.sd-location-switcher{display:block}.sd-location-switcher__toggle{width:100%;justify-content:space-between}.sd-location-switcher__toggle-value{max-width:100%}.sd-location-switcher-modal__dialog{width:100vw;max-height:100vh;height:100vh;margin:0;border-radius:0}.sd-location-switcher-modal__header{padding:18px 16px 14px}.sd-location-switcher-modal__title{font-size:22px}.sd-location-switcher-modal__body{padding:16px 16px 20px}.sd-location-switcher__items{grid-template-columns:1fr}}.sd-location-switcher__form{display:none}.dlocations-clear{clear:both}.sd-location-switcher{position:relative}.sd-location-switcher__detect[hidden]{display:none!important}.sd-location-switcher__detect{position:fixed;z-index:10050;top:calc(100% + 10px);left:0;min-width:320px;max-width:min(420px,calc(100vw - 24px));padding:14px 14px 12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(17,24,39,.18);color:#111827;text-align:left}.sd-location-switcher__detect:before{content:"";position:absolute;left:24px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.sd-location-switcher__detect-text{font-size:15px;line-height:1.4;margin:0 28px 12px 0;color:#111827}.sd-location-switcher__detect-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sd-location-switcher__detect-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;cursor:pointer;font:inherit;font-size:13px;line-height:1.2;text-decoration:none}.sd-location-switcher__detect-btn:hover,.sd-location-switcher__detect-btn:focus{outline:none;border-color:#9ca3af;box-shadow:0 6px 16px rgba(17,24,39,.1)}.sd-location-switcher__detect-btn--primary{border-color:#2563eb;background:#2563eb;color:#fff}.sd-location-switcher__detect-btn--primary:hover,.sd-location-switcher__detect-btn--primary:focus{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.sd-location-switcher__detect-close{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;font:inherit;font-size:18px;line-height:1}.sd-location-switcher__detect-close:hover,.sd-location-switcher__detect-close:focus{outline:none;background:#f3f4f6;color:#111827}@media (max-width:640px){.sd-location-switcher__detect{left:0;right:0;min-width:0;width:auto}.sd-location-switcher__detect-actions{align-items:stretch}.sd-location-switcher__detect-btn{flex:1 1 auto}}.sd-location-switcher__detect.is-visible{display:block!important;visibility:visible!important;opacity:1!important}.sd-location-switcher__list{transition:opacity .18s ease}.sd-location-switcher__list.is-loading{opacity:.55;pointer-events:none}