.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}.dlivesearch{position:relative;z-index:20;width:100%}.dlivesearch .search-d__form{position:relative;margin:0}.dlivesearch .search-d__field{position:relative}.dlivesearch .search-d__field:before{content:"";position:absolute;left:16px;top:50%;width:17px;height:17px;transform:translateY(-50%);border:2px solid #9ca3af;border-radius:50%;box-sizing:border-box;pointer-events:none}.dlivesearch .search-d__field:after{content:"";position:absolute;left:30px;top:50%;width:8px;height:2px;background:#9ca3af;transform:translateY(6px) rotate(45deg);border-radius:2px;pointer-events:none}.dlivesearch .search-d__field input[name="dlivesearchword"]{width:100%;min-height:38px;padding:10px 16px 10px 46px;border:1px solid #e5e7eb;background:#fff;outline:none;transition:border-color 0.2s,box-shadow 0.2s}.dlivesearch .search-d__field input[name="dlivesearchword"]:focus{border-color:#c53c12}.dlivesearch .js_dlivesearch_result{display:block;position:absolute;left:0;right:0;top:100%;z-index:999;background:#fff;border:1px solid #dfdfdf;border-radius:.25rem;box-shadow:0 8px 24px rgba(0,0,0,.12);overflow:hidden;margin-top:.41667rem}.dlivesearch-panel{padding:18px;max-height:var(--dlivesearch-panel-max-height,520px);overflow:auto;background:#fff;scrollbar-width:thin}.dlivesearch-panel--compact{padding:12px}.dlivesearch-panel--compact .dlivesearch-block{margin-bottom:12px}.dlivesearch-panel--compact .dlivesearch-chip,.dlivesearch-panel--compact .dlivesearch-category-chip{min-height:28px;padding:5px 10px;font-size:13px}.dlivesearch-block{margin:0 0 18px}.dlivesearch-block:last-child{margin-bottom:0}.dlivesearch-block__title{font-weight:700;font-size:15px;line-height:1.25;margin:0 0 10px;color:#111827;display:flex;align-items:center;gap:8px}.dlivesearch-panel--icons .dlivesearch-block__title:before{content:"";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:.25rem;background:#f3f3f3;color:#c53c12;flex:0 0 22px}.dlivesearch-panel--icons .dlivesearch-block_popular .dlivesearch-block__title:before{content:"★";font-size:12px}.dlivesearch-panel--icons .dlivesearch-block_categories .dlivesearch-block__title:before{content:"⌘";font-size:12px}.dlivesearch-panel--icons .dlivesearch-block_elements .dlivesearch-block__title:before{content:"▦";font-size:12px}.dlivesearch-chips,.dlivesearch-category-chips{display:flex;flex-wrap:wrap;gap:8px}.dlivesearch-chip,.dlivesearch-category-chip{display:inline-flex;align-items:center;min-height:32px;padding:7px 13px;border-radius:0;text-decoration:none;font-size:14px;line-height:1.2;cursor:pointer;border-radius:.25rem;transition:background 0.18s,color 0.18s,border-color 0.18s,transform 0.18s}.dlivesearch-chip:hover,.dlivesearch-category-chip:hover{text-decoration:none}.dlivesearch-element-list{display:block}.dlivesearch-element-list .element-d,.dlivesearch-element-list .shop_list__item{border:1px solid #eef0f4;border-radius:.25rem;padding:10px;margin:8px 0;background:#fff;transition:background 0.18s,border-color 0.18s}.dlivesearch-element-list .element-d:hover,.dlivesearch-element-list .shop_list__item:hover{background:#fafafa;border-color:#dfdfdf}.dlivesearch-highlight{background:#fff3a3;color:inherit;padding:0 2px;border-radius:3px}.dlivesearch-empty{padding:18px;border:1px dashed #dfdfdf;border-radius:.25rem;background:#f7f7f7;color:#6b7280;text-align:center;font-size:14px}.dlivesearch-all-wrap{padding-top:14px;text-align:center;border-top:1px solid #eef0f4;margin-top:14px}.dlivesearch-all{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:210px;font-weight:600}@media (max-width:767px){.dlivesearch .js_dlivesearch_result{position:fixed;left:10px;right:10px;top:100px;max-height:calc(100vh - 90px);overflow:auto;border-radius:0}.dlivesearch-panel{max-height:none;padding:14px}.dlivesearch-all{width:100%}.dlivesearch .search-d__field input[name="dlivesearchword"]{min-height:44px}}.dlivesearch-cards{display:flex;flex-direction:column;gap:8px}.dlivesearch-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid #eef0f4;border-radius:.25rem;background:#fff;color:#111827;text-decoration:none;text-align:left!important;transition:background 0.18s,border-color 0.18s,transform 0.18s,box-shadow 0.18s}.dlivesearch-card:hover{background:#fafafa;border-color:#c53c12;text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.08)}.dlivesearch-card__image{width:64px;height:64px;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 64px}.dlivesearch-card__image img{display:block;width:100%;height:100%;object-fit:cover}.dlivesearch-card__image-placeholder{display:block;width:28px;height:28px;border-radius:.25rem;background:linear-gradient(135deg,#e9e9e9,#f7f7f7)}.dlivesearch-card__body{display:flex;flex-direction:column;min-width:0;gap:4px}.dlivesearch-card__title{font-weight:700;font-size:14px;line-height:1.25;color:#111827}.dlivesearch-card__meta,.dlivesearch-card__anons{font-size:12px;line-height:1.3;color:#6b7280}.dlivesearch-card__anons{max-width:100%}.dlivesearch-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:5px;min-width:92px}.dlivesearch-card__price{font-weight:800;font-size:14px;color:#111827;white-space:nowrap}.dlivesearch-card__status{display:inline-flex;align-items:center;background:#e8f7ee;color:#1a7f37;font-size:11px;font-weight:700;white-space:nowrap}.dlivesearch-card__status.is-muted{background:#f3f4f6;color:#6b7280}.dlivesearch-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;font-size:12px;font-weight:600;white-space:nowrap}.dlivesearch-panel--compact .dlivesearch-card{grid-template-columns:48px minmax(0,1fr) auto;padding:8px;gap:9px}.dlivesearch-panel--compact .dlivesearch-card__image{width:48px;height:48px;flex-basis:48px}.dlivesearch-panel--compact .dlivesearch-card__title{font-size:13px}.dlivesearch-panel--compact .dlivesearch-card__side{min-width:76px}@media (max-width:560px){.dlivesearch-card{grid-template-columns:54px minmax(0,1fr);align-items:start}.dlivesearch-card__image{width:54px;height:54px}.dlivesearch-card__side{grid-column:2;align-items:flex-start;min-width:0;flex-direction:row;flex-wrap:wrap}.dlivesearch-card__button{display:none}}.dlivesearch-debug-panel{clear:both;margin:20px;padding:14px;max-height:650px;overflow:auto;position:relative;z-index:2147483647;border:3px solid #ff9800;background:#111;color:#ddd;font:12px/1.35 monospace;text-align:left;white-space:pre-wrap}.dlivesearch-debug-panel__title{color:#ffcc80}.dlivesearch-debug-panel__content{margin:8px 0 0;color:#ddd;white-space:pre-wrap}.dlivesearch--block-live{position:relative;z-index:30}.dlivesearch--block-live .js_dlivesearch_result{top:100%}.dvideo{width:100%;margin:1.2em auto;box-sizing:border-box}.dvideo_frame{position:relative;width:100%;height:0;padding-bottom:var(--dvideo-ratio,56.25%);overflow:hidden;border-radius:16px;background:#10131a;box-shadow:0 8px 30px rgba(18,29,53,.12)}.dvideo_preview,.dvideo_player{position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0}.dvideo_preview{display:block;cursor:pointer;background:#111827;color:#fff;overflow:hidden;text-align:left}.dvideo_preview:focus-visible{outline:3px solid currentColor;outline-offset:-5px}.dvideo_poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:dvideoPosterIn .18s ease-out}@keyframes dvideoPosterIn{from{opacity:.25}to{opacity:1}}.dvideo_placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#344766 0,#1c293b 42%,#111827 100%)}.dvideo_placeholder_provider{position:absolute;left:50%;top:26%;transform:translateX(-50%);font-size:clamp(14px,2vw,22px);font-weight:700;letter-spacing:.04em;opacity:.72}.dvideo_placeholder_icon{font-size:clamp(34px,7vw,72px);opacity:.12;transform:translateX(4%)}.dvideo_preview_shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.02) 58%)}.dvideo_play{position:absolute;z-index:3;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:72px;height:72px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:#111827;font-size:28px;line-height:1;padding-left:5px;box-shadow:0 8px 24px rgba(0,0,0,.24);transition:transform .18s ease,box-shadow .18s ease}.dvideo_preview:hover .dvideo_play{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 10px 30px rgba(0,0,0,.3)}.dvideo_provider{position:absolute;z-index:3;left:14px;top:14px;padding:5px 9px;border-radius:999px;background:rgba(8,13,24,.72);color:#fff;font-size:12px;font-weight:700;line-height:1;backdrop-filter:blur(6px)}.dvideo_title{position:absolute;z-index:3;left:20px;right:20px;bottom:16px;font-size:16px;font-weight:700;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.45)}.dvideo_lightbox_enabled .dvideo_title{right:128px}.dvideo_open_hint{position:absolute;z-index:3;right:16px;bottom:17px;padding:4px 8px;border-radius:7px;background:rgba(8,13,24,.72);font-size:11px;font-weight:600;white-space:nowrap}.dvideo_caption{margin-top:8px;color:#606978;font-size:.94em;line-height:1.5}.dvideo_error{padding:12px 14px;border:1px solid #e2a7a7;border-radius:10px;background:#fff5f5;color:#8d2727}.dvideo_vertical{margin-left:auto;margin-right:auto}.dvideo_lightbox_shell{width:calc(100vw - 36px);box-sizing:border-box;background:#0c1018;padding:10px;border-radius:16px}.dvideo_lightbox_shell .dvideo_frame{box-shadow:none;border-radius:10px}.fancybox-slide--html .dvideo_lightbox_shell{margin:0}.dvideo_gallery{width:100%;margin:1.5em 0;box-sizing:border-box}.dvideo_gallery_title{margin:0 0 14px;font-size:clamp(20px,2.6vw,30px);line-height:1.2}.dvideo_gallery_caption{margin-top:12px;color:#606978;line-height:1.55}.dvideo_gallery .dvideo{margin-top:0;margin-bottom:0}.dvideo_gallery_grid{display:grid;grid-template-columns:repeat(var(--dvideo-gallery-columns,3),minmax(0,1fr));gap:18px}.dvideo_gallery_grid_item{min-width:0}.dvideo_gallery_grid_item .dvideo_frame{border-radius:12px}.dvideo_gallery_grid_item .dvideo_title{font-size:14px}.dvideo_gallery_stage{min-width:0}.dvideo_gallery_panel[hidden]{display:none!important}.dvideo_gallery_thumbs{display:grid;grid-template-columns:repeat(var(--dvideo-gallery-columns,3),minmax(0,1fr));gap:10px;margin-top:12px}.dvideo_gallery_thumb{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:center;width:100%;min-width:0;padding:8px;border:1px solid #dde2ea;border-radius:12px;background:#fff;color:#222;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dvideo_gallery_thumb:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(18,29,53,.08)}.dvideo_gallery_thumb.is-active{border-color:#7a8ba8;box-shadow:0 0 0 2px rgba(87,109,145,.12)}.dvideo_gallery_thumb:focus-visible{outline:3px solid #4b6ea8;outline-offset:2px}.dvideo_gallery_thumb_media{position:relative;display:block;width:112px;height:64px;overflow:hidden;border-radius:8px;background:#172033}.dvideo_gallery_thumb_media img{width:100%;height:100%;object-fit:cover;display:block}.dvideo_gallery_thumb_placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;opacity:.72}.dvideo_gallery_thumb_text{display:flex;min-width:0;flex-direction:column;gap:4px}.dvideo_gallery_thumb_text b{display:block;overflow:hidden;color:#1f2937;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.dvideo_gallery_thumb_text span{color:#7a8494;font-size:11px;line-height:1.25}@media(max-width:980px){.dvideo_gallery_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dvideo_gallery_thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dvideo_frame{border-radius:12px}.dvideo_play{width:58px;height:58px;font-size:23px}.dvideo_title{left:14px;right:14px;bottom:12px;font-size:14px}.dvideo_provider{left:10px;top:10px}.dvideo_open_hint{display:none}.dvideo_lightbox_enabled .dvideo_title{right:14px}.dvideo_gallery_grid{grid-template-columns:1fr;gap:14px}.dvideo_gallery_thumbs{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.dvideo_gallery_thumb{grid-template-columns:96px 130px;flex:0 0 242px;scroll-snap-align:start}.dvideo_gallery_thumb_media{width:96px;height:56px}.dvideo_lightbox_shell{width:calc(100vw - 16px);padding:6px;border-radius:10px}}