    .material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
      line-height: 1;
      vertical-align: middle;
      user-select: none;
    }

    @media (hover: none) and (pointer: coarse) {
      body.offline-shops-page .map-detail-tab-btn:not(.is-active):hover {
        color: var(--fdc-line-tab-text);
      }

      body.offline-shops-page .map-detail-tab-btn:not(.is-active):active {
        color: var(--fdc-line-tab-hover-text);
      }

      body.offline-shops-page .map-detail-inline-tab-btn:not(.is-active):hover {
        border-color: #d8e4f1;
        background: #fff;
        color: #68819b;
      }

      body.offline-shops-page .map-detail-inline-tab-btn:not(.is-active):active {
        border-color: color-mix(in srgb, var(--accent) 22%, white);
        background: color-mix(in srgb, var(--accent) 7%, white);
        color: var(--accent);
      }

      :root[data-theme='dark'] body.offline-shops-page .map-detail-inline-tab-btn:not(.is-active):hover {
        border-color: #314256;
        background: #0f172a;
        color: #94a3b8;
      }

      :root[data-theme='dark'] body.offline-shops-page .map-detail-inline-tab-btn:not(.is-active):active {
        border-color: rgba(var(--fdc-color-accent-emphasis-rgb, 147, 197, 253), 0.3);
        background: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.12);
        color: var(--fdc-color-accent-emphasis, #93c5fd);
      }
    }

    :root {
      color-scheme: light;
      --offline-shops-page-bg: var(--fdc-status-page-bg, var(--fdc-color-bg, #f8faff));
      --text-main: var(--fdc-color-text-main);
      --text-sub: var(--fdc-color-text-sub);
      --line: var(--fdc-color-border);
      --accent: var(--fdc-color-accent, #3b82f6);
      --accent-strong: var(--fdc-color-accent-strong, #2563eb);
      --accent-soft: var(--fdc-color-accent-soft);
      --accent-surface: color-mix(in srgb, var(--accent) 8%, transparent);
      --accent-surface-strong: color-mix(in srgb, var(--accent) 14%, transparent);
      --accent-line: color-mix(in srgb, var(--accent) 22%, transparent);
      --point: #ff6f00;
      --shadow: 0 14px 30px rgba(15, 30, 48, 0.22);
      --header-height: var(--fdc-header-height, 56px);
      --header-offset: var(--fdc-header-offset, var(--header-height));
      --panel-top-gap: calc(var(--header-height) + 18px);
      --viewport-bottom-gap: calc(env(safe-area-inset-bottom, 0px) + 36px);
      --mobile-global-nav-space: calc(73px + env(safe-area-inset-bottom, 0px));
      --side-panel-width: clamp(320px, 28vw, 410px);
      --panel-gap: 12px;
      --panel-collapsed-width: 0px;
      --side-rail-width: 58px;
      --side-rail-gap: 10px;
      --map-shell-left: calc(var(--side-rail-width) + var(--side-rail-gap));
      --left-panel-width: var(--side-panel-width);
      --detail-panel-width: var(--side-panel-width);
      --map-toolbar-margin-left: var(--map-shell-left);
      --map-toolbar-right-gap: 68px;
      --map-toolbar-min-width: 220px;
      --map-toolbar-max-width: 680px;
    }
    :root[data-theme='dark'] {
      color-scheme: dark;
      --offline-shops-page-bg: var(--fdc-status-page-bg, var(--fdc-color-bg, #0b1220));
      --offline-shops-panel-bg: #0f172a;
      --offline-shops-control-bg: #172235;
      --offline-shops-control-bg-hover: #1b2a40;
      --offline-shops-text-main: #edf4fd;
      --offline-shops-text-sub: #c8d6e8;
      --offline-shops-line: rgba(148, 170, 197, 0.48);
      --offline-shops-line-strong: rgba(176, 196, 222, 0.64);
      --text-main: var(--offline-shops-text-main);
      --text-sub: var(--offline-shops-text-sub);
      --line: var(--offline-shops-line);
      --accent: var(--fdc-color-accent);
      --accent-strong: var(--fdc-color-accent-strong);
      --accent-soft: var(--fdc-color-accent-soft);
      --accent-surface: color-mix(in srgb, var(--accent) 16%, transparent);
      --accent-surface-strong: color-mix(in srgb, var(--accent) 24%, transparent);
      --accent-line: color-mix(in srgb, var(--accent) 34%, transparent);
      --point: #ff9e5a;
      --shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      word-break: keep-all;
      font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 500;
      letter-spacing: -0.01em;
      color: var(--text-main);
      background: var(--offline-shops-page-bg);
      padding: 0;
    }

    html.offline-shops-document {
      scrollbar-gutter: auto;
    }

    html[data-theme='dark'],
    html[data-theme='dark'] body {
      background: var(--offline-shops-page-bg);
    }
    :root[data-theme='dark'] .panel-right {
      background: #0b1220;
    }
    :root[data-theme='dark'] .panel-left,
    :root[data-theme='dark'] .left-search,
    :root[data-theme='dark'] .search-input,
    :root[data-theme='dark'] .btn,
    :root[data-theme='dark'] #gameFilterBtn,
    :root[data-theme='dark'] #certFilterBtn,
    :root[data-theme='dark'] #sortBtn,
    :root[data-theme='dark'] #suggestFieldBtn,
    :root[data-theme='dark'] #gameFilterPanel,
    :root[data-theme='dark'] #certFilterPanel,
    :root[data-theme='dark'] #sortPanel,
    :root[data-theme='dark'] #suggestFieldPanel,
    :root[data-theme='dark'] .filter-search-input,
    :root[data-theme='dark'] .shop-card,
    :root[data-theme='dark'] .offline-shops-state-host,
    :root[data-theme='dark'] .map-footer,
    :root[data-theme='dark'] .shop-detail,
    :root[data-theme='dark'] .modal-card,
    :root[data-theme='dark'] .suggest-actions-wrap,
    :root[data-theme='dark'] .field-select,
    :root[data-theme='dark'] .field-area {
      background: #111827;
      border-color: var(--line);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-close,
    :root[data-theme='dark'] .map-detail-sheet-close {
      background: rgba(15, 23, 42, 0.68);
      border: 1px solid rgba(148, 163, 184, 0.34);
      color: var(--fdc-blue-100, #dbeafe);
    }
    :root[data-theme='dark'] .map-detail-close:hover,
    :root[data-theme='dark'] .map-detail-close:focus-visible,
    :root[data-theme='dark'] .map-detail-sheet-close:hover,
    :root[data-theme='dark'] .map-detail-sheet-close:focus-visible {
      background: color-mix(in srgb, var(--fdc-color-accent, #3B82F6) 22%, rgba(15, 23, 42, 0.82)) !important;
      color: var(--fdc-blue-50, #eff6ff);
      box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--fdc-color-accent, #3B82F6) 34%, transparent),
        0 0 0 3px color-mix(in srgb, var(--fdc-color-accent, #3B82F6) 18%, transparent) !important;
    }
    :root[data-theme='dark'] .btn.primary {
      background: var(--accent-strong);
      border-color: var(--accent-strong);
      color: #fff;
    }

    :root[data-theme='dark'] .btn.primary:hover:not(:disabled),
    :root[data-theme='dark'] .btn.primary:focus-visible,
    :root[data-theme='dark'] .btn.primary:active {
      background: var(--accent-strong);
      border-color: var(--accent-strong);
      color: #fff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }
    :root[data-theme='dark'] .data-disclaimer,
    :root[data-theme='dark'] .filter-empty,
    :root[data-theme='dark'] .map-empty {
      color: var(--text-sub);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .page-shell {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    body.offline-shops-page .fixed-brand-bar[data-shared-header] .fdc-shell-utility-cluster,
    body.offline-shops-page .top-strip[data-shared-header] .fdc-shell-utility-cluster {
      right: var(--fdc-header-padding-x, 16px) !important;
    }

    .layout {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .panel-right {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: var(--offline-shops-page-bg);
    }

      .map-stage {
        position: absolute;
      inset: 0;
      overflow: hidden;
      background: #ffffff;
    }

    .map-stage::before {
      content: none;
    }

    .map-canvas {
      position: absolute;
      inset: 0;
    }

    .map-canvas.is-covered {
      visibility: hidden;
      pointer-events: none;
    }

    .map-empty {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--text-sub);
      font-size: 14px;
      font-weight: 800;
      padding: 20px;
      z-index: 2;
      pointer-events: none;
      line-height: 1.45;
      letter-spacing: -0.01em;
    }

    .map-empty:not([hidden]) {
      display: flex;
    }

    .map-empty-copy {
      color: var(--text-sub);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
      text-align: center;
    }

    .map-empty-state.fdc-empty-state {
      width: 100%;
      max-width: none;
      min-height: 168px;
      padding: 20px 16px;
      border-style: solid;
      border-color: color-mix(in srgb, var(--line) 86%, white);
      background: color-mix(in srgb, var(--surface) 96%, white);
      box-shadow: none;
    }

    .map-stage[data-map-state='error'] .map-empty-state.fdc-empty-state {
      min-height: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .map-empty-state .fdc-empty-state-icon {
      color: var(--accent);
      font-size: 26px;
    }

    .map-empty-state .fdc-empty-state-title {
      color: var(--text-main);
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.4;
    }

    .map-empty-state .fdc-empty-state-copy {
      color: var(--text-sub);
      font-size: 0.86rem;
      line-height: 1.55;
    }

    .map-canvas .gm-err-container {
      display: grid !important;
      place-items: center !important;
      width: 100% !important;
      height: 100% !important;
      padding: 20px !important;
      background: transparent !important;
      text-align: center !important;
    }

    .map-canvas .gm-err-content {
      width: min(360px, calc(100% - 40px)) !important;
      min-height: 168px !important;
      padding: 20px 16px !important;
      border: 1px solid color-mix(in srgb, var(--line) 86%, white) !important;
      border-radius: 18px !important;
      background: color-mix(in srgb, var(--surface) 96%, white) !important;
      box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08) !important;
      display: grid !important;
      justify-items: center !important;
      align-content: center !important;
      gap: 10px !important;
    }

    .map-canvas .gm-err-icon {
      margin: 0 !important;
    }

    .map-canvas .gm-err-icon img {
      width: 26px !important;
      height: 26px !important;
      opacity: 0.92;
    }

    .map-canvas .gm-err-title {
      margin: 0 !important;
      color: var(--text-main) !important;
      font-size: 1rem !important;
      font-weight: 800 !important;
      line-height: 1.4 !important;
      letter-spacing: -0.02em !important;
    }

    .map-canvas .gm-err-message {
      margin: 0 !important;
      color: var(--text-sub) !important;
      font-size: 0.86rem !important;
      line-height: 1.55 !important;
    }

    .initial-loading-overlay {
      position: absolute;
      inset: 0;
      z-index: 8;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      padding: 24px;
    }

    body:not(.panels-collapsed) .initial-loading-overlay {
      left: calc(var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap));
    }

    body:not(.panels-collapsed):not(.detail-panel-collapsed) .initial-loading-overlay {
      right: calc(var(--detail-panel-width) + var(--panel-gap));
    }

    .initial-loading-overlay[hidden] {
      display: none;
    }

    .initial-loading-copy {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: var(--text-sub);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
      text-align: center;
    }

    .initial-loading-copy .loader {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16);
      border-top-color: var(--accent);
      border-radius: 999px;
      animation: spin 0.8s linear infinite;
      flex: 0 0 auto;
    }

    .map-notice {
      position: absolute;
      top: 68px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 7;
      width: min(540px, calc(100% - 24px));
      border: 1px solid #c9d9ea;
      background: rgba(255, 255, 255, 0.98);
      color: #37506a;
      border-radius: 12px;
      padding: 10px 12px;
      box-shadow: 0 8px 18px rgba(9, 22, 36, 0.16);
      font-size: 0.82rem;
      line-height: 1.45;
      word-break: keep-all;
      overflow-wrap: anywhere;
      text-align: center;
      pointer-events: none;
    }

    .map-filter-toolbar {
      position: absolute;
      top: var(--panel-top-gap);
      left: var(--map-toolbar-margin-left);
      right: 68px;
      z-index: 9;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 8px;
      pointer-events: none;
    }

    .map-filter-toolbar > * {
      pointer-events: auto;
    }

    .map-filter-toolbar .search-actions {
      margin-top: 0;
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px;
      overflow: visible;
    }

    .map-filter-toolbar .top-game-chips {
      margin-top: 0;
      flex: 1 1 100%;
      gap: 6px;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 1px 0 2px;
    }

    .map-filter-toolbar .sort-row {
      margin-top: 0;
      display: inline-flex;
      align-items: center;
      width: auto;
      min-width: 0;
      flex: 0 0 auto;
      gap: 6px;
    }

    .map-filter-toolbar .filter-trigger,
    .map-filter-toolbar .sort-trigger {
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--fdc-color-border, #d6e3f2);
      min-height: 44px;
      height: 44px;
      font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      line-height: 1.2;
      box-shadow: none;
    }

    .map-filter-toolbar .filter-trigger {
      padding: 6px 11px;
      border-radius: 999px;
    }

    .map-filter-toolbar #gameFilterDropdown,
    .map-filter-toolbar #certFilterDropdown,
    .map-filter-toolbar .sort-dropdown {
      flex: 0 0 108px;
      min-width: 108px;
      max-width: 108px;
    }

    .map-filter-toolbar #sortDropdown {
      --fdc-sort-trigger-fixed-width: 108px;
      --fdc-sort-panel-min-width: 0px;
      --fdc-sort-option-padding-left: 10px;
      --fdc-sort-option-padding-right: 8px;
    }

    .map-filter-toolbar #gameFilterDropdown .filter-trigger,
    .map-filter-toolbar #certFilterDropdown .filter-trigger {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      min-height: 44px;
      height: 44px;
      padding: 0 11px;
      justify-content: space-between;
      color: #294762;
    }

    .map-filter-toolbar #gameFilterDropdown .filter-trigger-label,
    .map-filter-toolbar #certFilterDropdown .filter-trigger-label {
      flex: 1 1 auto;
      min-width: 0;
      overflow: visible;
      text-overflow: clip;
    }

    .map-filter-toolbar .sort-trigger {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      min-height: 44px;
      height: 44px;
      padding: 0 11px;
      border-radius: 999px;
      width: 100%;
      border: 1px solid var(--fdc-color-border, #d6e3f2);
      color: #294762;
    }

    .map-filter-toolbar .toolbar-sort-button.sort-trigger {
      font-size: 0.78rem;
    }

    .map-filter-toolbar .toolbar-sort-button.sort-trigger .filter-trigger-label {
      min-width: 0;
    }

    .map-filter-toolbar .toolbar-sort-button.sort-trigger .sort-direction-indicator {
      flex: 0 0 auto;
      font-size: 13px;
    }

    .map-filter-toolbar .toolbar-sort-button.sort-trigger .filter-trigger-caret {
      font-size: 10px;
    }


    .sort-panel {
      width: auto;
      min-width: 0;
      max-width: none;
      padding: 5px;
      display: none;
      gap: 3px;
    }

    .sort-panel.open {
      display: grid;
    }

    .sort-panel .filter-option-btn {
      color: #2b4763;
      font-size: 0.79rem;
    }

    .sort-select-native {
      display: none !important;
    }

    .map-filter-toolbar .sort-meta {
      margin: 0;
      padding: 0 10px;
      flex: 0 1 auto;
      max-width: min(320px, calc(100% - 24px));
      font-size: 0.72rem;
      line-height: 1.35;
      color: #587088;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    }

    .modal-card-filter .map-filter-toolbar {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      z-index: auto;
      display: grid;
      gap: 14px;
      width: 100%;
      max-width: none;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
      pointer-events: auto;
    }

    .modal-card-filter .map-filter-toolbar > * {
      pointer-events: auto;
    }

    .modal-card-filter .map-filter-toolbar .search-actions {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 14px;
      width: 100%;
      max-width: none;
      overflow: visible;
    }

    .modal-card-filter .map-filter-toolbar .sort-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      width: 100%;
      max-width: none;
      gap: 14px;
      align-items: center;
    }

    .modal-card-filter .map-filter-toolbar #gameFilterDropdown,
    .modal-card-filter .map-filter-toolbar #certFilterDropdown,
    .modal-card-filter .map-filter-toolbar .sort-dropdown {
      width: 100%;
      min-width: 0;
      max-width: none;
      flex: none;
    }

    .modal-card-filter .map-filter-toolbar .sort-row > [aria-hidden='true'] {
      display: none;
    }

    .modal-card-filter #gameFilterBtn,
    .modal-card-filter #certFilterBtn,
    .modal-card-filter #sortBtn {
      min-height: 44px;
      height: 44px;
      padding: 0 14px;
      border-radius: 14px;
    }

    .modal-card-filter #gameFilterBtnLabel,
    .modal-card-filter #certFilterBtnLabel,
    .modal-card-filter #sortBtnLabel {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    @media (min-width: 761px) {
      .map-filter-toolbar {
        position: fixed;
        top: calc(var(--header-offset, 0px) + 12px);
        left: auto;
        right: calc(var(--fdc-header-padding-x, 12px) + 276px);
        width: auto;
        max-width: calc(100vw - 140px);
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        justify-content: flex-end;
        align-items: flex-start;
      }

      .map-filter-toolbar .search-actions,
      body.detail-visible .map-filter-toolbar .search-actions {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        justify-content: flex-end;
        flex: 0 1 auto;
        max-width: min(100%, 400px);
      }

      .map-filter-toolbar .search-actions::-webkit-scrollbar,
      body.detail-visible .map-filter-toolbar .search-actions::-webkit-scrollbar {
        display: none;
      }

      .map-filter-toolbar #gameFilterDropdown,
      .map-filter-toolbar #certFilterDropdown,
      body.detail-visible .map-filter-toolbar #gameFilterDropdown,
      body.detail-visible .map-filter-toolbar #certFilterDropdown {
        flex-basis: 108px;
        min-width: 108px;
      }

      .map-filter-toolbar .sort-dropdown,
      body.detail-visible .map-filter-toolbar .sort-dropdown {
        flex-basis: 108px;
        min-width: 108px;
      }

      .map-filter-toolbar .filter-trigger,
      .map-filter-toolbar .sort-trigger,
      body.detail-visible .map-filter-toolbar .filter-trigger,
      body.detail-visible .map-filter-toolbar .sort-trigger {
        padding: 6px 10px;
        font-size: 0.76rem;
      }

      .map-filter-toolbar #gameFilterDropdown .filter-trigger-label,
      .map-filter-toolbar #certFilterDropdown .filter-trigger-label,
      .map-filter-toolbar .sort-trigger .filter-trigger-label,
      body.detail-visible .map-filter-toolbar #gameFilterDropdown .filter-trigger-label,
      body.detail-visible .map-filter-toolbar #certFilterDropdown .filter-trigger-label,
      body.detail-visible .map-filter-toolbar .sort-trigger .filter-trigger-label {
        white-space: nowrap;
      }

      .map-filter-toolbar .sort-meta {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2px 0 0;
        text-align: right;
      }
    }

    .gm-advanced-pin {
      width: 24px;
      height: 34px;
      border: 0;
      background: transparent;
      color: var(--pin-color, #ef6c00);
      cursor: pointer;
      padding: 0;
      display: inline-flex;
      align-items: flex-end;
      justify-content: center;
      transition: transform .15s ease, color .15s ease;
    }

    .gm-advanced-pin-inner {
      position: relative;
      width: 24px;
      height: 34px;
      display: inline-flex;
      align-items: flex-end;
      justify-content: center;
    }

    .gm-advanced-pin svg {
      width: 24px;
      height: 34px;
      pointer-events: none;
    }

    .gm-advanced-pin-badge {
      position: absolute;
      top: 0;
      right: -1px;
      min-width: 14px;
      height: 14px;
      padding: 0 3px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 8px;
      font-weight: 900;
      line-height: 1;
      color: #fff;
      background: #0f766e;
      pointer-events: none;
    }

    .gm-advanced-pin:hover {
      transform: translateY(-1px);
    }

    .gm-advanced-pin.active {
      color: #ff1f1f;
      transform: translateY(-2px) scale(1.08);
    }

    .gm-advanced-pin.is-bookmarked .gm-advanced-pin-badge {
      background: #f59e0b;
    }

    .gm-advanced-pin:focus {
      outline: none;
    }
    .gm-advanced-pin:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color) !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--fdc-focus-ring-shadow) 92%, transparent) !important;
    }

    .gm-style .gm-style-iw-chr {
      display: none !important;
    }

    .gm-style .gm-style-iw-c {
      padding: 0 !important;
      border-radius: 999px !important;
      border: 0 !important;
      outline: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    .gm-style .gm-style-iw {
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }

    .gm-style .gm-style-iw-d {
      overflow: visible !important;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }

    .gm-style .gm-style-iw-tc {
      display: none !important;
    }

    .gm-style .gm-style-iw-t::after {
      display: none !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    .shop-pill-popup {
      min-width: 188px;
      max-width: 360px;
      border-radius: 999px;
      border: 1px solid #c9d9ea;
      outline: 0 !important;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 10px 20px rgba(12, 28, 45, 0.16);
      padding: 8px 12px;
      display: grid;
      gap: 3px;
      line-height: 1.25;
    }

    .shop-pill-popup:focus,
    .shop-pill-popup:focus-visible,
    .shop-pill-popup:active {
      outline: 0 !important;
      border-color: #c9d9ea;
      box-shadow: 0 10px 20px rgba(12, 28, 45, 0.16);
    }

    .shop-pill-name {
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--fdc-color-text-neutral-strong, rgb(75, 83, 96));
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .shop-pill-name .fdc-identity-display,
    .shop-pill-name .fdc-shop-name-display {
      color: inherit;
    }

    .shop-pill-address {
      font-size: 0.74rem;
      color: #516a84;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      word-break: keep-all;
      overflow-wrap: anywhere;
    }

    .shop-thumb-wrap {
      position: relative;
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      border-radius: 10px;
      border: 1px solid #d3e1ee;
      overflow: hidden;
      background: var(--fdc-shop-photo-surface, #eef4fa);
    }

    .shop-thumb-fallback {
      position: absolute;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      background: var(
        --fdc-shop-photo-fallback-surface,
        radial-gradient(circle at 24% 18%, rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.24), transparent 42%),
        linear-gradient(135deg, #eff6ff 0%, var(--fdc-color-accent-soft, #dbeafe) 100%)
      );
      color: var(--accent);
    }

    .shop-thumb-wrap.is-fallback .shop-thumb {
      display: none;
    }

    .shop-thumb-wrap.is-fallback .shop-thumb-fallback {
      display: flex;
    }

    .shop-photo-like-bar {
      position: absolute;
      left: 6px;
      right: 6px;
      bottom: 6px;
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .shop-photo-like-btn {
      flex: 1 1 auto;
      border: 1px solid #d0deec;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      color: #1f3a58;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      padding: 7px 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      cursor: pointer;
    }

    .shop-photo-like-btn.is-active {
      border-color: #ef4444;
      background: #ef4444;
      color: #fff;
    }

    .shop-photo-like-btn:disabled {
      opacity: 0.7;
      cursor: not-allowed;
    }

    .shop-photo-login-btn {
      min-height: 30px;
      padding: 6px 10px;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
    }

    .shop-thumb-fallback .shop-fallback-symbol {
      font-size: 38px;
      color: var(--accent);
      filter: drop-shadow(0 4px 8px rgba(18, 58, 95, 0.12));
    }

    .marker {
      position: absolute;
      transform: translate(-50%, -100%);
      min-width: 26px;
      height: 26px;
      border-radius: 999px;
      border: 2px solid #fff;
      background: var(--point);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 6px;
      box-shadow: 0 8px 14px rgba(255, 111, 0, 0.32);
      cursor: pointer;
      z-index: 2;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .marker::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -8px;
      width: 9px;
      height: 9px;
      transform: translateX(-50%) rotate(45deg);
      background: var(--point);
      border-radius: 1px;
      z-index: -1;
    }

    .marker:hover {
      transform: translate(-50%, -110%);
    }

    .marker.active {
      background: var(--accent);
      box-shadow: 0 10px 18px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.35);
    }

    .map-footer {
      --map-detail-panel-pad: 10px;
      position: absolute;
      top: var(--panel-top-gap);
      left: calc(var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap));
      bottom: var(--viewport-bottom-gap);
      width: min(
        var(--detail-panel-width),
        calc(100% - (var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap) + 12px))
      );
      max-width: calc(100% - (var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap) + 12px));
      z-index: 6;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: var(--shadow);
      padding: var(--map-detail-panel-pad);
      box-sizing: border-box;
      backdrop-filter: blur(8px);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: none;
    }

    .map-bottom-ad {
      position: absolute;
      left: calc(var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap));
      right: 24px;
      bottom: 18px;
      z-index: 5;
      pointer-events: none;
    }

    .map-bottom-ad .fdc-shared-ad-slot {
      width: min(100%, 336px);
      margin: 0 0 0 auto;
      pointer-events: auto;
    }

    .map-bottom-ad .fdc-shared-ad-slot__body {
      padding: 0;
    }

    .map-bottom-ad .fdc-shared-ad-slot__placeholder {
      min-height: 120px;
      border: 1px solid rgba(148, 163, 184, 0.22);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(10px);
    }

    .map-detail-scroll {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 0;
      overflow: visible;
      padding-right: 0;
    }

    .offline-shops-search-empty.fdc-empty-state,
    .map-detail-empty-state.fdc-empty-state {
      --offline-shops-empty-state-height: min(420px, calc(100vh - 260px));
      flex: 0 0 auto;
      width: 100%;
      min-height: var(--offline-shops-empty-state-height);
      display: grid;
      place-items: center;
      align-content: center;
      justify-items: center;
      padding: 28px 20px;
      border: 0;
      border-radius: 0;
      background: transparent;
      text-align: center;
    }

    .offline-shops-search-empty .fdc-empty-state-copy-stack,
    .map-detail-empty-state .fdc-empty-state-copy-stack {
      gap: 8px;
    }

    .offline-shops-search-empty .fdc-empty-state-icon,
    .map-detail-empty-state .fdc-empty-state-icon {
      font-size: 28px;
      color: var(--accent);
    }

    .offline-shops-search-empty .fdc-empty-state-title,
    .map-detail-empty-state .fdc-empty-state-title {
      color: var(--text-main);
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.55;
      letter-spacing: -0.02em;
    }

    .offline-shops-search-empty .fdc-empty-state-copy,
    .map-detail-empty-state .fdc-empty-state-copy {
      color: var(--text-sub);
      font-size: 0.88rem;
      font-weight: 600;
      line-height: 1.55;
    }

    .map-detail-empty-state--maintenance .fdc-empty-state-icon {
      color: color-mix(in srgb, var(--point) 68%, var(--text-sub));
    }

    .shop-detail-empty-state.fdc-empty-state {
      margin-top: 8px;
      border: 1px solid var(--line-soft);
      border-radius: 16px;
      padding: 26px 20px;
      background: color-mix(in srgb, var(--surface-muted) 86%, white 14%);
      text-align: center;
    }

    .shop-detail-empty-state .fdc-empty-state-icon {
      color: var(--accent);
      font-size: 28px;
    }

    .shop-detail-empty-state .fdc-empty-state-title {
      color: var(--text-main);
      font-size: 0.98rem;
      font-weight: 800;
      line-height: 1.5;
    }

    .shop-detail-empty-state .fdc-empty-state-copy {
      color: var(--text-sub);
      font-size: 0.86rem;
      line-height: 1.55;
    }

    .map-detail-body-scroll {
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      overscroll-behavior: contain;
      padding-right: 0;
      padding-bottom: 10px;
    }

    .map-detail-head {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 8px;
      margin-bottom: 10px;
    }

    .map-detail-head-left {
      min-width: 0;
      display: flex;
      align-items: flex-start;
      gap: 8px;
      flex: 1;
    }

    .map-detail-head-info {
      display: grid;
      gap: 8px;
    }

    .map-detail-head-name-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
    }

    .map-detail-title-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      flex: 1;
    }

    .map-detail-title-wrap .map-shop-verified-badge {
      flex-shrink: 0;
    }

    .map-profile-thumb-wrap {
      width: 34px;
      height: 34px;
      flex-shrink: 0;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #cfe0f0;
      background: var(--fdc-shop-photo-surface, #eef4fa);
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .map-detail-photo-profile {
      width: 100%;
      height: 100%;
      border-radius: 10px;
    }

    .map-profile-thumb-wrap.map-detail-photo-profile {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      border-radius: 10px;
      border-color: #d3e1ee;
    }

    .map-detail-photo-profile svg {
      width: 28px;
      height: 28px;
    }

    .map-profile-thumb-wrap svg {
      width: 20px;
      height: 20px;
      color: var(--accent);
    }

    .map-profile-thumb-wrap .shop-fallback-symbol {
      font-size: 20px;
      color: var(--accent);
      filter: drop-shadow(0 3px 6px rgba(18, 58, 95, 0.14));
    }

    .map-profile-thumb {
      width: 100%;
      height: 100%;
      border-radius: inherit;
      object-fit: cover;
      display: block;
      background: var(--fdc-shop-photo-surface, #eef4fa);
    }

    .map-profile-thumb--fallback {
      width: 100%;
      height: 100%;
      border-radius: inherit;
    }

    .map-profile-thumb.action-zoom-image,
    .map-profile-thumb-wrap.action-zoom-image,
    .list-profile-thumb.action-zoom-image,
    .map-detail-hero.action-zoom-image {
      cursor: zoom-in;
    }

    .map-detail-close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: rgba(255, 255, 255, 0.7) !important;
      backdrop-filter: blur(4px);
      border-radius: 999px;
      width: 34px;
      height: 34px;
      cursor: pointer;
      font-size: 24px;
      line-height: 1;
      color: #1c3046;
      border: 1px solid rgba(0, 0, 0, 0.1) !important;
      padding: 0;
      flex-shrink: 0;
      z-index: 10;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition:
        background-color 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
    }

    .map-detail-close:hover,
    .map-detail-close:focus-visible,
    .map-detail-sheet-close:hover,
    .map-detail-sheet-close:focus-visible {
      outline: none;
      text-decoration: none;
      cursor: pointer;
      background: var(--fdc-color-accent-soft, #dbeafe) !important;
      color: var(--primary, var(--fdc-shell-primary, var(--fdc-color-accent, #3B82F6)));
      box-shadow:
        inset 0 0 0 1px color-mix(
          in srgb,
          var(--primary, var(--fdc-shell-primary, var(--fdc-color-accent, #3B82F6))) 22%,
          transparent
        ) !important;
      transform: translateY(-1px);
    }

    .map-detail-close:focus-visible,
    .map-detail-sheet-close:focus-visible {
      box-shadow:
        inset 0 0 0 1px color-mix(
          in srgb,
          var(--primary, var(--fdc-shell-primary, var(--fdc-color-accent, #3B82F6))) 22%,
          transparent
        ),
        0 0 0 3px color-mix(
          in srgb,
          var(--primary, var(--fdc-shell-primary, var(--fdc-color-accent, #3B82F6))) 18%,
          transparent
        ) !important;
    }


    .map-detail-sheet-handle-wrap {
      display: none;
      position: relative;
    }

    .map-detail-sheet-close {
      display: none;
    }

    .map-detail-sheet-handle {
      border: 0;
      background: transparent;
      width: 100%;
      min-height: 44px;
      padding: 12px 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: ns-resize;
      touch-action: none;
    }

    .map-detail-sheet-grip {
      width: 44px;
      height: 5px;
      border-radius: 999px;
      background: rgba(129, 148, 168, 0.72);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.46);
    }

    .map-detail-gallery {
      margin: 0 !important;
      position: relative;
      overflow: hidden;
      border-radius: 0 !important;
      background: #e9f0f7;
      border: 0 !important;
    }

    .map-detail-hero-wrap {
      width: 100%;
      height: clamp(140px, 25vh, 200px);
      aspect-ratio: auto;
      border: 0 !important;
      border-radius: 0 !important;
      background: #e9f0f7;
      overflow: hidden;
      box-shadow: none !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .map-detail-hero-wrap.shop-thumb-wrap {
      border: 0 !important;
      border-radius: 0 !important;
      background: #e9f0f7;
      box-shadow: none !important;
    }

    .map-detail-hero {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
      background: var(--fdc-shop-photo-hero-surface, #e9f0f7);
    }

    .map-detail-hero--contain {
      object-fit: contain !important;
      object-position: center center !important;
    }

    .map-detail-hero-empty {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 !important;
      color: var(--accent);
      background: var(--fdc-shop-photo-hero-surface, #e9f0f7);
    }

    .map-detail-hero-fallback {
      --fdc-shop-avatar-radius: 0;
      --fdc-profile-avatar-radius: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 0 !important;
    }

    .map-detail-hero-fallback-inner {
      border-radius: 0 !important;
    }

    .map-detail-hero-empty .map-detail-hero-fallback .map-detail-hero-fallback-icon {
      font-size: 64px;
      color: var(--accent);
    }

    .map-detail-thumb-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 8px 8px;
      align-items: stretch;
    }

    .map-detail-thumb-row .shop-thumb-wrap {
      border-radius: 8px;
      border-color: #cfdeec;
    }

    .map-detail-top {
      margin:
        calc((var(--map-detail-panel-pad) + 1px) * -1)
        calc((var(--map-detail-panel-pad) + 1px) * -1)
        12px;
      border-radius: 16px 16px 0 0;
      overflow: hidden;
      border-bottom: 1px solid var(--line);
      position: relative;
    }

    .map-detail-top .shop-thumb-wrap {
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      background: #e9f0f7;
    }

    .map-detail-photo-more {
      border: 1px solid #c8d9ec;
      border-radius: 10px;
      background: #f4f8ff;
      color: #2c4f77;
      font-size: 0.82rem;
      font-weight: 800;
      cursor: pointer;
      min-height: 0;
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      text-align: center;
      padding: 8px;
    }

    .map-detail-photo-more-copy {
      display: block;
      font-size: 0.72rem;
      line-height: 1.3;
    }

    .map-detail-photo-more-count {
      display: block;
      font-size: 1rem;
      line-height: 1;
      font-weight: 900;
      color: var(--accent);
    }

    .map-detail-tabs {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 4px;
      margin-bottom: 12px;
      border-bottom: 1px solid var(--line);
      overflow-x: auto;
      scrollbar-width: none;
    }

    .map-detail-tabs::-webkit-scrollbar {
      display: none;
    }

    .map-detail-tab-btn {
      position: relative;
      flex: 0 0 auto;
      min-height: 44px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--text-main);
      font: inherit;
      font-size: 0.9rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
    }

    .map-detail-tab-btn::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 3px;
      border-radius: 999px 999px 0 0;
      background: transparent;
      transition: background-color .15s ease, opacity .15s ease;
    }

    .map-detail-tab-btn.is-active {
      color: var(--accent);
    }

    .map-detail-tab-btn.is-active::after {
      background: var(--accent);
    }

    .map-detail-tab-btn:hover,
    .map-detail-tab-btn:focus-visible {
      color: var(--accent);
      outline: none;
    }

    body.offline-shops-page .map-detail-tabs {
      align-items: center;
      gap: 16px;
      border-bottom: 1px solid var(--line);
    }

    body.offline-shops-page .map-detail-tab-btn {
      min-height: 44px;
      padding: 0;
      border: 0;
      border-bottom: 0;
      background: transparent;
      color: var(--text-main);
      font: inherit;
      font-size: 0.9rem;
      font-weight: 800;
      line-height: 1;
    }

    body.offline-shops-page .map-detail-tab-btn.is-active {
      border-bottom-color: transparent;
      color: var(--accent);
    }

    .map-detail-tab-count {
      border-radius: 999px;
      border: 1px solid #bfd6ef;
      background: #edf4ff;
      color: var(--accent);
      font-size: 0.66rem;
      font-weight: 800;
      min-width: 18px;
      height: 18px;
      padding: 0 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }

    .map-detail-tab-count-text {
      color: var(--text-sub);
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.01em;
    }

    .map-detail-tab-panel {
      display: none;
    }

    .map-detail-tab-panel.is-active {
      display: grid;
      gap: 16px;
    }

    .map-detail-tab-panel[data-tab-panel='reviews'],
    .map-detail-tab-panel[data-tab-panel='posts'] {
      gap: 0;
    }

    .map-detail-inline-tabs {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .map-detail-inline-tab-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      min-height: 36px;
      padding: 0 12px;
      border: 1px solid #d8e4f1;
      border-radius: 999px;
      background: #fff;
      color: #68819b;
      font-size: 0.76rem;
      font-weight: 800;
      line-height: 1;
      transition: border-color .15s ease, background-color .15s ease, color .15s ease;
    }

    .map-detail-inline-tab-btn.is-active,
    .map-detail-inline-tab-btn:hover {
      border-color: color-mix(in srgb, var(--accent) 22%, white);
      background: color-mix(in srgb, var(--accent) 7%, white);
      color: var(--accent);
    }

    .map-detail-inline-tab-btn:focus-visible {
      outline: none;
      border-color: var(--fdc-focus-ring-color);
      box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px var(--fdc-focus-ring-shadow);
    }

    .map-detail-inline-tab-count {
      color: inherit;
      font-size: 0.7rem;
      font-weight: 800;
    }

    .map-detail-inline-tab-panel {
      display: none;
    }

    .map-detail-inline-tab-panel.is-active {
      display: grid;
      gap: 12px;
    }

    .map-detail-block {
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      padding: 0;
      display: grid;
      gap: 12px;
    }

    .map-detail-tab-panel .map-detail-block + .map-detail-block {
      border-top: 1px solid #e2e8f0;
      padding-top: 14px;
    }

    .map-detail-block-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      min-height: 24px;
    }

    .map-detail-block-head-main {
      display: inline-flex;
      align-items: center;
      min-width: 0;
      flex: 1 1 auto;
    }

    .map-detail-block-head-actions {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
    }

    .map-detail-toggle {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      height: 24px;
      min-height: 24px;
      padding: 0 8px;
      border: 1px solid rgba(148, 163, 184, 0.28);
      border-radius: 999px;
      color: var(--fdc-color-accent-solid, #2563eb);
      font-size: 0.78rem;
      font-weight: 700;
      cursor: pointer;
      user-select: none;
    }

    .map-detail-toggle input {
      width: 14px;
      height: 14px;
      margin: 0;
      accent-color: var(--fdc-color-accent, #3b82f6);
    }

    .map-detail-toggle:has(input:checked) {
      border-color: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.34);
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.08);
      color: var(--fdc-color-accent-solid, #2563eb);
    }

    .map-detail-block-title {
      margin: 0;
      color: #1f344a;
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      display: inline-flex;
      align-items: center;
      line-height: 1.2;
    }

    .map-detail-block-title::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 16px;
      border-radius: 999px;
      background: var(--accent);
      margin-right: 9px;
      flex-shrink: 0;
    }

    .map-footer .map-detail-count-badge {
      border-color: #bfd6ef;
      background: #edf4ff;
      color: var(--accent);
      font-size: 0.72rem;
      font-weight: 800;
      height: 24px;
      padding: 0 10px;
    }

    .map-detail-chip-row {
      margin-top: 0;
      gap: 4px;
    }

    .map-detail-chip-cluster {
      display: inline-flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 4px;
      max-width: 100%;
      min-width: 0;
    }

    .map-detail-chip-row .fdc-content-chip {
      align-self: flex-start;
      width: fit-content;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      box-shadow: none;
    }

    .map-detail-section-divider {
      width: 100%;
      height: 1px;
      background: #e6edf5;
    }

    .map-detail-game-chip-row {
      margin-top: 0;
    }

    .map-detail-section-empty-state.fdc-empty-state {
      margin-top: 0;
      align-items: center;
      justify-items: center;
      padding: 20px 0 8px;
      border: 0;
      border-radius: 0;
      background: transparent;
      text-align: center;
    }

    .map-detail-section-empty-state .fdc-empty-state-icon {
      font-size: 24px;
      color: var(--accent);
      display: inline-block;
      transform: scaleY(-1);
    }

    .map-detail-section-empty-state .fdc-empty-state-title {
      color: #45617d;
      font-size: 0.82rem;
      font-weight: 700;
      line-height: 1.5;
    }

    .map-detail-links-row,
    .map-detail-photo-grid-wrap {
      margin-top: 0;
    }

    .map-detail-video-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .map-detail-video-card {
      display: block;
      min-width: 0;
      border-radius: 12px;
      overflow: hidden;
      background: #eef4fb;
      border: 1px solid rgba(148, 163, 184, 0.22);
      text-decoration: none;
      transition: border-color 0.16s ease, transform 0.16s ease;
    }

    .map-detail-video-card:hover,
    .map-detail-video-card:focus-visible {
      border-color: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.42);
      outline: none;
      transform: translateY(-1px);
    }

    .map-detail-video-thumb-wrap {
      position: relative;
      display: block;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #e2e8f0;
    }

    .map-detail-video-thumb {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .map-detail-video-play {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      color: #fff;
      background: rgba(15, 23, 42, 0.18);
    }

    .map-detail-video-play .material-symbols-outlined {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 999px;
      background: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.92);
      font-size: 24px;
      box-shadow: 0 8px 22px rgba(15, 23, 42, 0.2);
    }

    .map-detail-note {
      margin: 0 4px;
      color: #6a7f97;
      font-size: 0.75rem;
      line-height: 1.45;
      font-weight: 600;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .map-empty-text {
      margin: 0;
      color: var(--text-sub);
      font-size: 0.78rem;
      line-height: 1.45;
      font-weight: 700;
    }

    .map-detail-block-demo {
      padding-bottom: 4px;
    }


    .shop-detail-list {
      --shop-detail-card-title-size: 0.92rem;
      --shop-detail-card-title-line-height: 1.4;
      --shop-detail-card-title-weight: 800;
      --shop-detail-card-body-size: 0.82rem;
      --shop-detail-card-body-line-height: 1.58;
      --shop-detail-card-meta-size: 0.75rem;
      --shop-detail-card-meta-line-height: 1.3;
      --shop-detail-card-meta-weight: 700;
      --shop-detail-card-chip-size: 0.72rem;
      --shop-detail-card-chip-line-height: 1;
      --shop-detail-card-chip-weight: 800;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .shop-calendar-date-heading {
      margin: 4px 2px 0;
      color: #526b86;
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -0.01em;
    }

    .shop-detail-card {
      border: 1px solid #d8e4f0;
      border-radius: 16px;
      background: #ffffff;
      padding: 8px 10px;
    }

    .shop-detail-card-review.is-review-detail-enabled {
      cursor: pointer;
      transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    }

    .shop-detail-card-review.is-review-detail-enabled:hover,
    .shop-detail-card-review.is-review-detail-enabled:focus-visible {
      border-color: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.42);
      background: #fbfdff;
      box-shadow: 0 0 0 2px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.12);
      outline: none;
    }

    .shop-review-detail-modal-card {
      width: min(560px, calc(100vw - 32px));
    }

    .shop-review-detail-author {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .shop-review-detail-author .shop-detail-review-author-link {
      min-width: 0;
      max-width: min(100%, 360px);
    }

    .shop-review-detail-author .shop-detail-review-author {
      min-width: 0;
      font: inherit;
    }

    .shop-review-detail-author .shop-detail-card-title {
      color: #42566d;
      font-size: var(--shop-detail-card-title-size);
      line-height: var(--shop-detail-card-title-line-height);
      font-weight: var(--shop-detail-card-title-weight);
      letter-spacing: -0.01em;
    }

    .shop-review-detail-date {
      flex: 0 0 auto;
      color: #71839a;
      font-size: 12px;
      font-weight: 700;
    }

    .shop-review-detail-meta {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #71839a;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
    }

    .shop-review-detail-content {
      margin: 16px 0 0;
      color: var(--text-sub);
      font-size: 14px;
      line-height: 1.7;
      white-space: pre-line;
      overflow-wrap: anywhere;
    }

    .shop-review-detail-label {
      display: block;
      margin-top: 18px;
      color: var(--text-main);
      font-size: 13px;
      font-weight: 800;
    }

    .shop-review-detail-reply {
      width: 100%;
      margin-top: 8px;
    }

    .shop-review-detail-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 10px 16px;
      border: 0;
      border-radius: 10px;
      background: color-mix(in srgb, var(--accent) 13%, #ffffff);
      color: var(--accent);
      font-size: 0.88rem;
      font-weight: 800;
      line-height: 1.2;
      box-shadow: none;
    }

    .shop-review-detail-submit-btn:hover,
    .shop-review-detail-submit-btn:focus-visible {
      background: color-mix(in srgb, var(--accent) 18%, #ffffff);
      color: var(--accent-strong);
      outline: none;
    }

    .shop-detail-card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 6px;
    }

    .shop-detail-card-head-main {
      min-width: 0;
      flex: 1 1 auto;
      display: grid;
      gap: 5px;
    }

    .shop-detail-review-author {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }

    .shop-detail-review-author-link {
      justify-self: start;
      width: fit-content;
    }

    .shop-detail-review-avatar {
      width: 32px;
      height: 32px;
      min-width: 32px;
      min-height: 32px;
      --fdc-profile-avatar-radius: 999px;
    }

    .shop-detail-review-author-main {
      min-width: 0;
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .shop-detail-review-author-name-wrap {
      min-width: 0;
      max-width: 100%;
    }

    .shop-detail-review-author-badge {
      transform: translateY(0.5px);
    }

    .shop-detail-card-title {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
      color: #42566d;
      font-size: var(--shop-detail-card-title-size);
      line-height: var(--shop-detail-card-title-line-height);
      font-weight: var(--shop-detail-card-title-weight);
      letter-spacing: -0.01em;
      transition: color 0.16s ease;
    }

    .shop-detail-post-title-pin {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: var(--fdc-color-accent-strong, #2563eb);
      transform: translateY(-0.5px);
    }

    .shop-detail-post-title-pin .material-symbols-outlined {
      font-size: 16px;
      line-height: 1;
      font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 20;
    }

    .shop-detail-post-title-text {
      min-width: 0;
    }

    .shop-detail-card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      color: #6b7f95;
      font-size: var(--shop-detail-card-meta-size);
      line-height: var(--shop-detail-card-meta-line-height);
      font-weight: var(--shop-detail-card-meta-weight);
    }

    .shop-detail-review-chip-row {
      gap: 8px;
    }

    .shop-detail-review-chip {
      min-height: 24px;
      padding: 0 8px;
      border-radius: 6px;
      font-size: var(--shop-detail-card-chip-size);
      font-weight: var(--shop-detail-card-chip-weight);
      line-height: var(--shop-detail-card-chip-line-height);
      letter-spacing: 0;
    }

    .shop-detail-card-copy {
      margin: 0;
      color: #52667d;
      font-size: var(--shop-detail-card-body-size);
      line-height: var(--shop-detail-card-body-line-height);
      white-space: pre-line;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .shop-detail-card-post-detail {
      margin-bottom: 12px;
      border-color: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.2);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      box-shadow: 0 0 0 1px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.06);
    }

    .fdc-shop-post-tile--shop-surface,
    .fdc-shop-post-tile--shop-detail {
      --fdc-shop-post-tile-bg: #ffffff;
      --fdc-shop-post-tile-border: #d8e4f0;
      --fdc-shop-post-tile-title: #42566d;
      --fdc-shop-post-tile-copy: #52667d;
      --fdc-shop-post-tile-meta: #6b7f95;
      --fdc-shop-post-tile-title-size: var(--shop-detail-card-title-size);
      --fdc-shop-post-tile-title-line-height: var(--shop-detail-card-title-line-height);
      --fdc-shop-post-tile-title-weight: var(--shop-detail-card-title-weight);
      --fdc-shop-post-tile-copy-size: var(--shop-detail-card-body-size);
      --fdc-shop-post-tile-copy-line-height: var(--shop-detail-card-body-line-height);
      --fdc-shop-post-tile-meta-size: var(--shop-detail-card-meta-size);
      --fdc-shop-post-tile-meta-line-height: var(--shop-detail-card-meta-line-height);
      --fdc-shop-post-tile-meta-weight: var(--shop-detail-card-meta-weight);
    }

    .fdc-shop-post-tile--shop-surface {
      overflow: visible;
    }

    .fdc-shop-post-tile--shop-detail {
      border: 0;
      border-radius: 0;
      background: transparent;
      padding: 0;
      box-shadow: none;
      overflow: visible;
    }

    .fdc-shop-post-tile--shop-detail:hover,
    .fdc-shop-post-tile--shop-detail:focus-within {
      border-color: transparent;
      background: transparent;
      box-shadow: none;
    }

    .shop-detail-post-detail-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
    }

    .shop-detail-post-detail-eyebrow {
      color: #4b5563;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: -0.02em;
    }

    .shop-detail-post-detail-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      padding: 0 10px;
      border: 1px solid #d6e3f3;
      border-radius: 999px;
      background: #ffffff;
      color: var(--fdc-color-accent-solid, #2563eb);
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .shop-detail-post-detail-close:hover,
    .shop-detail-post-detail-close:focus-visible {
      border-color: var(--fdc-color-accent-soft-strong, #bfdbfe);
      background: #eef5ff;
      color: var(--fdc-color-accent-strong, #2563eb);
      outline: none;
    }

    .shop-detail-post-detail-body {
      display: grid;
      gap: 10px;
    }

    .shop-detail-post-detail-title {
      font-size: 16px;
      line-height: 1.45;
    }

    .fdc-shop-post-tile--shop-surface .fdc-shop-post-tile__media-grid,
    .fdc-shop-post-tile--shop-detail .fdc-shop-post-tile__media-grid {
      grid-template-columns: repeat(auto-fit, 56px);
      grid-auto-rows: 56px;
      justify-content: flex-start;
      width: max-content;
      max-width: 100%;
      margin-top: 10px;
    }

    .fdc-shop-post-tile--shop-surface .fdc-shop-post-tile__media-cell,
    .fdc-shop-post-tile--shop-detail .fdc-shop-post-tile__media-cell {
      display: block;
      width: 56px;
      height: 56px;
      border: 1px solid #d8e5f2;
      cursor: zoom-in;
    }

    .fdc-shop-post-tile--shop-surface .fdc-shop-post-tile__media-thumb,
    .fdc-shop-post-tile--shop-detail .fdc-shop-post-tile__media-thumb {
      border-radius: inherit;
    }

    .fdc-shop-post-tile__chip--category.fdc-content-chip--category {
      flex: 0 0 auto;
      cursor: pointer;
      transition: box-shadow 0.18s ease, filter 0.18s ease;
    }

    .fdc-shop-post-tile__chip--category.fdc-content-chip--category:hover,
    .fdc-shop-post-tile__chip--category.fdc-content-chip--category:focus-visible {
      box-shadow: inset 0 0 0 1px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.12);
      filter: brightness(0.98);
      outline: none;
    }

    .fdc-shop-post-tile__chip--category.fdc-content-chip--category.is-active-filter {
      box-shadow: inset 0 0 0 1px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.18);
    }

    .shop-detail-post-media-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, 56px);
      grid-auto-rows: 56px;
      justify-content: flex-start;
      width: max-content;
      max-width: 100%;
      gap: 6px;
      margin-top: 10px;
    }

    .shop-detail-review-media-grid {
      grid-template-columns: repeat(auto-fit, 40px);
      grid-auto-rows: 40px;
      justify-content: flex-start;
      width: max-content;
      max-width: 100%;
    }

    .shop-detail-review-media-grid .shop-detail-post-media-cell {
      width: 40px;
      height: 40px;
    }

    #shopReviewDetailModal .shop-detail-review-media-grid {
      grid-template-columns: repeat(auto-fit, 64px);
      grid-auto-rows: 64px;
      width: 100%;
      gap: 8px;
      margin-top: 14px;
    }

    #shopReviewDetailModal .shop-detail-review-media-grid .shop-detail-post-media-cell {
      width: 64px;
      height: 64px;
      border-radius: 12px;
    }

    .shop-detail-post-media-cell {
      position: relative;
      display: block;
      width: 56px;
      height: 56px;
      padding: 0;
      border: 1px solid #d8e5f2;
      border-radius: 10px;
      background: #eef4fa;
      overflow: hidden;
      cursor: zoom-in;
    }

    .shop-detail-post-media-cell:focus-visible {
      outline: 2px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
    }

    .shop-detail-post-media-thumb {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background: #eef4fa;
      border-radius: inherit;
    }

    .shop-detail-post-media-cell.is-overflow::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(15, 23, 42, 0.52);
      border-radius: inherit;
    }

    .shop-detail-post-media-overlay {
      position: absolute;
      inset: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .shop-detail-post-toolbar {
      display: grid;
      gap: 8px;
      margin-bottom: 0;
    }

    .shop-detail-head-icon-btn {
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      padding: 0;
      border-radius: 999px;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      color: #5f7690;
      font-size: 0;
    }

    .shop-detail-head-icon-btn .material-symbols-outlined {
      font-size: 15px;
      line-height: 1;
    }

    .shop-detail-head-icon-btn:hover,
    .shop-detail-head-icon-btn:focus-visible,
    .shop-detail-head-icon-btn.is-active {
      color: var(--fdc-color-accent-solid, #2563eb);
    }

    .shop-detail-head-filter-btn {
      color: var(--fdc-color-accent-solid, #2563eb);
    }

    .shop-detail-post-search {
      width: 100%;
    }

    .shop-detail-post-search-input {
      width: 100%;
    }

    .shop-detail-post-search-summary {
      margin: 0;
      color: #6b7f95;
      font-size: 0.74rem;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .shop-detail-list-sentinel {
      width: 100%;
      min-height: 8px;
    }

    .shop-calendar-past-load-sentinel {
      width: 100%;
      min-height: 8px;
      flex: 0 0 auto;
    }

    .shop-detail-card-menu {
      position: relative;
      flex: 0 0 auto;
    }

    .shop-detail-card-menu[open] {
      z-index: var(--fdc-action-menu-z-index, 1100);
    }

    .shop-detail-card-menu summary {
      list-style: none;
    }

    .shop-detail-card-menu summary::-webkit-details-marker {
      display: none;
    }

    .shop-detail-card-menu-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      min-width: 28px;
      height: 28px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #5c6f84;
      cursor: pointer;
      transition: background-color 0.18s ease, color 0.18s ease;
    }

    .shop-detail-post-media-cell.is-image-error::before {
      content: 'image_not_supported';
      position: absolute;
      inset: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #8da2b8;
      font-family: 'Material Symbols Outlined';
      font-size: 22px;
      font-weight: 400;
      line-height: 1;
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
      background: #eef4fa;
    }

    .shop-detail-card-menu-trigger[hidden] {
      display: none;
    }

    .shop-detail-card-menu-trigger.is-review-owner-action {
      width: 44px;
      min-width: 44px;
      height: 44px;
    }

    .shop-detail-card-menu-trigger:hover,
    .shop-detail-card-menu-trigger:focus-visible,
    .shop-detail-card-menu[open] .shop-detail-card-menu-trigger {
      background: var(--fdc-shared-menu-trigger-hover-bg, rgba(59, 130, 246, 0.08));
      color: var(--fdc-shared-menu-trigger-hover-text, var(--accent));
      outline: none;
    }

    .shop-detail-card-menu-trigger .material-symbols-outlined {
      width: 18px;
      height: 18px;
      font-size: 18px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    }

    .shop-detail-card-menu-panel {
      position: absolute;
      top: calc(100% + 6px);
      right: 0;
      min-width: var(--fdc-action-menu-min-width, 112px);
      width: max-content;
      max-width: var(--fdc-action-menu-max-width, min(184px, calc(100vw - 24px)));
      padding: 4px;
      border: 1px solid #d7e0ea;
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
      z-index: var(--fdc-action-menu-z-index, 1100);
    }

    .shop-detail-card-menu--post {
      --fdc-action-menu-min-width: 112px;
      --fdc-action-menu-max-width: min(160px, calc(100vw - 24px));
    }

    .shop-detail-card-menu--review {
      --fdc-action-menu-min-width: 112px;
      --fdc-action-menu-max-width: min(136px, calc(100vw - 24px));
    }

    .shop-detail-card-menu-item {
      width: 100%;
      min-height: var(--fdc-action-menu-item-height, 40px);
      padding: 0 10px;
      border: none;
      border-radius: 10px;
      background: transparent;
      color: #42566d;
      display: flex;
      align-items: center;
      gap: 8px;
      font: inherit;
      font-size: 0.8rem;
      font-weight: 700;
      white-space: nowrap;
      cursor: pointer;
      touch-action: manipulation;
      transition: background-color 0.18s ease, color 0.18s ease;
    }

    .shop-detail-card-menu-item:hover,
    .shop-detail-card-menu-item:focus-visible {
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.08);
      color: var(--fdc-color-accent-solid, #2563eb);
      outline: none;
    }

    .shop-detail-card-menu-item.is-danger {
      color: var(--account-logout-color, #dc2626);
    }

    .shop-detail-card-menu-item.is-danger:hover,
    .shop-detail-card-menu-item.is-danger:focus-visible {
      background: color-mix(in srgb, var(--account-logout-color, #dc2626) 13%, #ffffff);
      color: var(--account-logout-color, #dc2626);
    }

    .shop-detail-card-menu-item .material-symbols-outlined {
      font-size: 18px;
    }

    .shop-detail-review-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 12px;
    }

    .shop-detail-review-actions {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .shop-detail-review-like-meta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
      color: #5c6f84;
      font-size: var(--shop-detail-card-meta-size);
      font-weight: var(--shop-detail-card-meta-weight);
      line-height: var(--shop-detail-card-chip-line-height);
    }

    .shop-detail-review-action {
      width: 28px;
      height: 28px;
      padding: 0;
      border: 1px solid color-mix(in srgb, var(--accent, #2563eb) 22%, rgba(148, 163, 184, 0.62));
      border-radius: 999px;
      background: color-mix(in srgb, #ffffff 90%, #f8fbff);
      color: #5c6f84;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      cursor: pointer;
      box-shadow: none;
      transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
    }

    .shop-detail-review-action .material-symbols-outlined {
      font-size: 16px;
      line-height: 1;
    }

    .shop-detail-review-action:hover,
    .shop-detail-review-action:focus-visible {
      border-color: color-mix(in srgb, var(--accent, #2563eb) 38%, rgba(148, 163, 184, 0.62));
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.08);
      color: var(--fdc-color-accent-solid, #2563eb);
      box-shadow: 0 0 0 2px rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.08);
    }

    .shop-detail-review-action:active {
      transform: translateY(1px);
    }

    .shop-detail-review-action.is-active {
      border-color: color-mix(in srgb, var(--accent, #2563eb) 42%, rgba(148, 163, 184, 0.62));
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.1);
      color: var(--accent-strong);
    }

    .shop-detail-review-action:disabled {
      opacity: 1;
      cursor: default;
    }

    .shop-detail-review-date {
      color: #7d90a5;
      font-size: var(--shop-detail-card-meta-size);
      font-weight: 600;
      line-height: var(--shop-detail-card-meta-line-height);
      white-space: nowrap;
    }

    .shop-detail-review-visit {
      justify-self: start;
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 0 8px;
      border-radius: 999px;
      border: 1px solid rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.24);
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.08);
      color: var(--accent);
      font-size: var(--shop-detail-chip-size);
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.01em;
      white-space: nowrap;
    }

    .map-chip-row .map-empty-text {
      width: 100%;
      padding: 2px 2px 0;
    }

    .map-chip-toggle-row {
      display: flex;
      justify-content: flex-start;
      margin-top: 2px;
    }

    .map-chip-overflow-chip {
      cursor: pointer;
      text-decoration: none;
    }

    .map-chip-toggle-btn {
      border: 0;
      background: transparent;
      color: var(--accent);
      font-size: 0.76rem;
      line-height: 1.25;
      font-weight: 800;
      padding: 0;
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 2px;
    }


    .map-chip-toggle-btn:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
      border-radius: 4px;
    }

    .map-detail-photos-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
    }

    .map-detail-photos-grid .shop-thumb-wrap {
      border-radius: 10px;
      border-color: #cfe0f0;
    }

    button.map-detail-gallery-tile {
      padding: 0;
      border: 0;
      appearance: none;
      cursor: pointer;
      text-align: left;
      background: var(--fdc-shop-photo-surface, #eef4fa);
      box-shadow: none;
    }

    .map-detail-gallery-tile:focus-visible {
      outline: 2px solid rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.42);
      outline-offset: 2px;
    }

    .map-detail-gallery-count {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 24px;
      padding: 0 8px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.82);
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.01em;
    }

    .map-detail-photos-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }

    .map-detail-photos-head .preview-heading {
      margin: 0;
    }

    .map-photo-upload-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 24px;
      min-height: 24px;
      padding: 0 2px;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--accent);
      font-family: inherit;
      font-size: 0.8rem;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.01em;
      text-decoration-line: underline;
      text-decoration-thickness: 1.5px;
      text-underline-offset: 3px;
      box-shadow: none;
      white-space: nowrap;
      cursor: pointer;
      transition: color 0.16s ease, opacity 0.16s ease;
    }

    .map-photo-upload-action:hover,
    .map-photo-upload-action:focus-visible {
      background: transparent;
      color: color-mix(in srgb, var(--accent) 82%, var(--text-main));
      opacity: 1;
      outline: none;
    }

    .map-photo-header-upload-btn {
      flex: 0 0 auto;
      text-decoration: none;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
    }

    .map-photo-header-upload-btn:hover,
    .map-photo-header-upload-btn:focus-visible {
      text-decoration: underline;
    }

    .map-photo-empty-state.fdc-empty-state {
      width: 100%;
      min-height: 170px;
      border: 0;
      border-radius: 0;
      background: transparent;
      gap: 10px;
      padding: 20px 0 8px;
      box-sizing: border-box;
    }

    .map-photo-empty-state .fdc-empty-state-icon {
      color: var(--accent);
      font-size: 22px;
    }

    .map-photo-empty-state .fdc-empty-state-title {
      color: #2c4a69;
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: -0.01em;
    }

    .map-photo-empty-state .fdc-empty-state-copy {
      color: #68819b;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.45;
    }

    .map-photo-empty-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 4px;
    }

    .map-photo-grid-actions,
    .photos-modal-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }

    .map-photo-empty-upload-btn {
      min-height: 0;
      padding-inline: 0;
      color: var(--accent);
    }

    .map-detail-write-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 24px;
      min-height: 24px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--accent);
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.35;
      text-decoration: none;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
      cursor: pointer;
    }

    .map-detail-write-btn:hover,
    .map-detail-write-btn:focus-visible {
      color: var(--accent-strong);
      background: transparent;
      border-color: transparent;
      text-decoration: underline;
      outline: none;
    }

    .map-photo-header-upload-btn::after {
      bottom: 3px;
    }

    .photo-more-btn {
      position: absolute;
      right: 6px;
      bottom: 6px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.6);
      background: rgba(12, 23, 36, 0.76);
      color: #fff;
      font-size: 0.7rem;
      font-weight: 700;
      padding: 3px 7px;
      line-height: 1.2;
      cursor: pointer;
    }

    .map-shop-name {
      margin: 0;
      min-width: 0;
      flex: 1 1 auto;
      font-size: clamp(0.94rem, 0.9rem + 0.18vw, 1.03rem);
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: #50657c;
      white-space: normal;
      word-break: keep-all;
      overflow-wrap: anywhere;
    }

    .map-shop-address {
      margin: 0;
      color: var(--text-sub);
      font-size: clamp(0.79rem, 0.76rem + 0.14vw, 0.86rem);
      line-height: 1.45;
      word-break: keep-all;
      overflow-wrap: anywhere;
      min-width: 0;
    }

    .map-address-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      min-width: 0;
      flex-wrap: wrap;
    }

    .map-address-copy-btn {
      border: 0;
      background: transparent;
      color: #5a748f;
      border-radius: 0;
      width: auto;
      height: auto;
      padding: 1px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: color .15s ease, transform .12s ease, opacity .15s ease;
      cursor: pointer;
      flex-shrink: 0;
      opacity: 0.9;
    }

    .map-address-copy-icon {
      width: 15px;
      height: 15px;
      display: block;
      pointer-events: none;
    }


    .map-address-copy-btn:active {
      transform: translateY(1px);
    }

    .map-address-copy-btn.is-copied {
      background: transparent;
      color: #1d7f4f;
    }

    .map-address-copy-btn.is-error {
      background: transparent;
      color: #be123c;
    }

    .map-detail-utility-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 6px;
      flex-wrap: wrap;
    }

    .map-detail-action-row {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .map-detail-more-menu {
      position: relative;
      flex: 0 0 auto;
    }

    .map-detail-more-menu-trigger {
      width: auto;
      min-width: 0;
      height: auto;
      padding: 0 0 2px;
      border: 0;
      border-bottom: 1.5px solid currentColor;
      border-radius: 0;
      background: transparent;
      color: #5d7289;
      gap: 4px;
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .map-detail-more-menu-trigger:hover,
    .map-detail-more-menu-trigger:focus-visible,
    .map-detail-more-menu[open] .map-detail-more-menu-trigger {
      background: transparent;
      color: var(--accent);
      outline: none;
    }

    .map-detail-more-menu-trigger .material-symbols-outlined {
      width: 16px;
      height: 16px;
      font-size: 16px;
    }

    .map-detail-more-menu-panel {
      top: calc(100% + 8px);
      right: 0;
      min-width: 220px;
      z-index: 6;
    }

    .map-inline-action,
    .map-inline-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.18);
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.08);
      color: var(--accent-strong);
      font-size: 0.8rem;
      font-weight: 800;
      text-decoration: none;
      cursor: pointer;
    }

    .map-detail-visit-row {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .map-detail-date-input {
      min-height: 38px;
      padding: 0 12px;
      border-radius: 12px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.96);
      color: var(--text-main);
      font: inherit;
    }

    .map-detail-visit-count {
      color: var(--text-sub);
      font-size: 0.8rem;
      font-weight: 700;
    }

    .map-detail-link-row {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .map-detail-link-row:empty {
      display: none;
    }

    .map-detail-link-row .map-link-badges {
      margin-left: 0;
      justify-content: flex-start;
    }

    .map-suggest-link,
    .map-claim-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 24px;
      min-height: 0;
      padding: 0 0 2px;
      border: 0;
      border-bottom: 1.5px solid currentColor;
      border-radius: 0;
      background: transparent;
      font-family: inherit;
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1.2;
      cursor: pointer;
      text-decoration: none;
      box-shadow: none;
    }

    .map-suggest-link {
      color: #15803d;
    }

    .map-claim-btn {
      color: var(--accent);
    }

    .map-suggest-link:focus-visible,
    .map-claim-btn:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
      border-radius: 3px;
    }

    .map-section {
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }


    .map-meta-links {
      margin-top: 14px;
    }

    .map-meta-links .section-label {
      margin: 0;
    }

    .map-games-links-group {
      margin-top: 12px;
      padding: 12px 0;
      border-top: 1px solid #dce6f0;
      border-bottom: 1px solid #dce6f0;
    }

    .map-games-links-group > .map-section {
      margin-top: 0;
    }

    .map-games-links-group .map-meta-links {
      margin-top: 0;
    }

    .map-games-links-divider {
      margin: 12px 0;
      height: 1px;
      background: #dce6f0;
    }

    .map-chip-row {
      margin-top: 7px;
    }

    .map-links-row {
      margin-top: 7px;
    }

    .map-section-spacer {
      margin-top: 14px;
    }

    .map-side-rail {
      position: absolute;
      top: var(--panel-top-gap);
      left: 0;
      bottom: var(--viewport-bottom-gap);
      z-index: 11;
      width: var(--side-rail-width);
      border: 1px solid var(--line);
      border-left: 0;
      border-radius: 0 16px 16px 0;
      box-shadow: var(--shadow);
      background: rgba(251, 253, 255, 0.96);
      backdrop-filter: blur(8px);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 10px 7px;
      overflow: visible;
    }

    .rail-btn {
      width: 100%;
      aspect-ratio: 1 / 1;
      border: 1px solid #d6dde8;
      border-radius: 12px;
      background: #ffffff;
      color: var(--text-main);
      font-size: 0.66rem;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.01em;
      display: inline-flex;
      flex-direction: column;
      gap: 3px;
      align-items: center;
      justify-content: center;
      padding: 5px 3px;
      cursor: pointer;
      text-decoration: none;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
    }

    .rail-btn:hover,
    .rail-btn:focus-visible {
      background: var(--fdc-shared-button-hover-bg);
      border-color: color-mix(in srgb, var(--accent) 18%, #d6dde8);
      color: var(--fdc-shared-button-hover-text);
      outline: none;
    }

    .rail-btn-icon {
      font-size: 1.16rem;
      line-height: 1;
    }

    .rail-btn-label {
      font-size: 0.62rem;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -0.01em;
      text-align: center;
    }

    .rail-btn.is-active {
      background: var(--fdc-shared-button-hover-bg);
      border-color: color-mix(in srgb, var(--accent) 20%, #c7d0db);
      color: var(--fdc-shared-button-hover-text);
    }


    .mobile-panel-scrim {
      display: none;
      position: absolute;
      inset: 0;
      z-index: 9;
      border: 0;
      padding: 0;
      margin: 0;
      background: rgba(9, 20, 34, 0.34);
      backdrop-filter: blur(1px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .18s ease;
      cursor: pointer;
    }

    .panel-left {
      position: absolute;
      top: var(--panel-top-gap);
      left: var(--map-shell-left);
      bottom: var(--viewport-bottom-gap);
      z-index: 6;
      width: var(--left-panel-width);
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: var(--shadow);
      background: rgba(251, 253, 255, 0.97);
      backdrop-filter: blur(8px);
      display: flex;
      flex-direction: column;
      min-height: 0;
      overflow: visible;
      transition: none;
    }

    .left-search {
      position: sticky;
      top: 0;
      z-index: 2;
      padding: 12px;
      background: rgba(251, 253, 255, 0.98);
      border-radius: 16px 16px 12px 12px;
      overflow: visible;
      display: grid;
      gap: 8px;
    }

    .search-row {
      display: flex;
      gap: 8px;
      margin-bottom: 8px;
    }

    .mobile-search-back {
      display: none;
    }

    .search-row .fdc-search-shell {
      flex: 1 1 auto;
      min-width: 0;
    }

    .left-search .fdc-search-shell--surface:focus-within,
    .left-search .fdc-search-shell--surface:active {
      box-shadow: none !important;
    }

    :root[data-theme='dark'] .left-search .fdc-search-shell--surface {
      --fdc-search-shell-bg: var(--offline-shops-control-bg);
      --fdc-search-shell-hover-bg: var(--offline-shops-control-bg-hover);
      --fdc-search-shell-active-bg: var(--offline-shops-control-bg-hover);
      --fdc-search-shell-border: var(--offline-shops-line-strong);
      --fdc-search-shell-text: var(--text-main);
      --fdc-search-shell-icon-color: #d7e3f2;
      --fdc-search-shell-placeholder: #c6d4e5;
      border-color: var(--offline-shops-line-strong);
      background: var(--offline-shops-control-bg);
    }

    :root[data-theme='dark'] .left-search .fdc-search-shell--surface:hover,
    :root[data-theme='dark'] .left-search .fdc-search-shell--surface:focus-within,
    :root[data-theme='dark'] .left-search .fdc-search-shell--surface:active {
      border-color: rgba(199, 217, 239, 0.78);
      background: var(--offline-shops-control-bg-hover);
    }

    .search-input {
      width: 100%;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 12px;
      padding: 11px 12px;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--text-main);
    }

    .btn {
      border: 1px solid var(--line);
      border-radius: 12px;
      min-height: 44px;
      padding: 9px 11px;
      cursor: pointer;
      background: #fff;
      color: var(--text-main);
      font-weight: 600;
      white-space: nowrap;
    }


    .btn.primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 12px;
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    .btn.primary:hover:not(:disabled),
    .btn.primary:focus-visible,
    .btn.primary:active {
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    .left-search .btn.primary.fdc-search-submit {
      border-color: var(--fdc-shell-primary, var(--fdc-color-accent, #3b82f6));
      background: var(--fdc-shell-primary, var(--fdc-color-accent, #3b82f6));
    }


    .result-meta-row {
      display: grid;
      align-content: start;
      min-height: 17.5px;
    }

    .left-search:has(.result-meta-row:not([hidden])) {
      padding-bottom: 0;
    }

    .result-meta-row[hidden] {
      display: none !important;
    }

    .result-meta {
      margin: 0;
      color: var(--text-sub, #5b6675);
      font-family: var(--fdc-shell-dropdown-font-family, 'Pretendard', sans-serif);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      white-space: normal;
      line-height: 1.4;
    }

    :root[data-theme='dark'] .result-meta {
      color: #dbe7f6;
    }

    .data-disclaimer {
      margin: 8px 0 0;
      color: #5d7289;
      font-size: 0.76rem;
      line-height: 1.45;
      word-break: keep-all;
      overflow-wrap: anywhere;
    }

    .search-actions {
      margin-top: 8px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: stretch;
      gap: 8px;
      overflow: visible;
      padding-bottom: 0;
    }

    .sort-row {
      margin-top: 8px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
      align-items: center;
    }

    .search-icon-btn {
      width: 44px;
      min-width: 44px;
      height: 44px;
      min-height: 44px;
      padding: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      font-size: 0;
    }

    .search-icon-btn .material-symbols-outlined {
      font-size: 20px;
      line-height: 1;
    }

    .map-detail-block-head .shop-detail-head-icon-btn {
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      padding: 0;
    }

    .search-filter-btn {
      position: relative;
      color: #43607c;
    }

    .search-filter-btn-count {
      position: absolute;
      top: -4px;
      right: -4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 18px;
      height: 18px;
      padding: 0 5px;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-size: 0.66rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.01em;
      box-shadow: 0 0 0 2px #fff;
      pointer-events: none;
    }

    .search-filter-btn-count[hidden] {
      display: none;
    }

    .sort-trigger {
      min-height: 44px;
      font-size: 0.84rem;
      font-weight: 700;
      padding: 8px 11px;
    }

    .sort-meta {
      margin: 6px 0 0;
      color: #4b6280;
      font-size: 0.76rem;
      line-height: 1.35;
      word-break: keep-all;
      overflow-wrap: anywhere;
    }

    .privacy-actions {
      margin-top: 8px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .privacy-action-btn {
      border: 1px solid #c9d5e3;
      border-radius: 999px;
      background: #fff;
      color: #5d7289;
      font-size: 0.76rem;
      font-weight: 700;
      line-height: 1;
      padding: 7px 10px;
      cursor: pointer;
    }


    .filter-dropdown {
      position: relative;
      flex: 1 1 0;
      min-width: 0;
      z-index: 35;
    }

    .filter-dropdown.is-open {
      z-index: 80;
    }

    #gameFilterBtn,
    #certFilterBtn,
    #sortBtn,
    #suggestFieldBtn {
      width: 100%;
      min-height: 38px;
      padding: 8px 11px;
      font-size: 0.84rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      white-space: nowrap;
      border: 1px solid var(--fdc-color-border, #d6e3f2);
      border-radius: 10px;
      background: #fff;
      color: #294762;
      text-align: left;
      transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
    }


    #gameFilterBtn[aria-expanded='true'],
    #certFilterBtn[aria-expanded='true'],
    #sortBtn[aria-expanded='true'],
    #suggestFieldBtn[aria-expanded='true'] {
      border-color: var(--line);
      background: var(--panel);
      color: var(--text-main);
      box-shadow: none;
    }

    #gameFilterBtn.is-active,
    #certFilterBtn.is-active,
    #sortBtn.is-active,
    #suggestFieldBtn.is-active {
      border-color: var(--line);
      background: var(--panel);
      color: var(--text-main);
    }

    #sortBtn[aria-expanded='true'],
    #sortBtn.is-active {
      border-color: var(--fdc-color-border, #d6e3f2);
      background: #fff;
      color: #294762;
      box-shadow: none;
    }

    #gameFilterBtn[aria-expanded='true'],
    #certFilterBtn[aria-expanded='true'],
    #gameFilterBtn.is-active,
    #certFilterBtn.is-active {
      border-color: var(--fdc-color-border, #d6e3f2);
      background: #fff;
      color: #294762;
      box-shadow: none;
    }

    #sortBtn {
      min-height: 44px;
      height: 44px;
      padding: 0 11px;
      border-radius: 999px;
    }

    #gameFilterBtn,
    #certFilterBtn {
      border-radius: 999px;
    }

    #gameFilterBtnLabel,
    #certFilterBtnLabel,
    #sortBtnLabel,
    #suggestFieldBtnLabel {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
    }

    #gameFilterBtn .filter-trigger-caret,
    #certFilterBtn .filter-trigger-caret,
    #sortBtn .filter-trigger-caret,
    #suggestFieldBtn .filter-trigger-caret {
      color: var(--fdc-dropdown-caret-color);
      font-size: 0.72rem;
      line-height: 1;
      transition: transform .15s ease, color .15s ease;
    }

    #gameFilterBtn[aria-expanded='true'] .filter-trigger-caret,
    #certFilterBtn[aria-expanded='true'] .filter-trigger-caret,
    #sortBtn[aria-expanded='true'] .filter-trigger-caret,
    #suggestFieldBtn[aria-expanded='true'] .filter-trigger-caret {
      transform: rotate(180deg);
      color: var(--fdc-dropdown-caret-active-color);
    }

    #gameFilterPanel,
    #certFilterPanel {
      position: absolute;
      left: 0;
      right: auto;
      top: calc(100% + 5px);
      z-index: 40;
      width: max(100%, 360px);
      max-width: min(360px, calc(100vw - 24px));
      background: #fcfdff;
      border: 1px solid #c6d5e5;
      border-radius: 11px;
      box-shadow: 0 14px 24px rgba(12, 30, 50, 0.16);
      padding: 7px;
      display: none;
    }

    #suggestFieldPanel {
      position: absolute;
      left: 0;
      right: auto;
      top: calc(100% + 5px);
      z-index: 40;
      width: max(100%, 420px);
      max-width: min(760px, calc(100vw - 24px));
      background: #fcfdff;
      border: 1px solid #c6d5e5;
      border-radius: 11px;
      box-shadow: 0 14px 24px rgba(12, 30, 50, 0.16);
      padding: 7px;
      display: none;
    }

    #sortPanel {
      position: absolute;
      left: 0;
      right: auto;
      top: calc(100% + 5px);
      z-index: 40;
      min-width: 0;
      width: max-content;
      max-width: min(132px, calc(100vw - 24px));
      background: #fcfdff;
      border: 1px solid #c6d5e5;
      border-radius: var(--fdc-dropdown-panel-radius);
      box-shadow: 0 14px 24px rgba(12, 30, 50, 0.16);
      padding: 5px;
      display: none;
    }

    #gameFilterPanel.open,
    #certFilterPanel.open,
    #sortPanel.open,
    #suggestFieldPanel.open {
      display: block;
    }

    #gameFilterPanel,
    #certFilterPanel {
      overflow: visible !important;
    }

    .filter-mode-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
      margin-bottom: 7px;
    }

    .filter-mode-btn {
      min-height: 31px;
      border: 1px solid #c8d9ea;
      border-radius: 8px;
      background: #f5f9ff;
      color: #3f5f7f;
      font-size: 0.76rem;
      font-weight: 700;
      cursor: pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
    }


    .filter-mode-btn.is-active {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
      font-weight: 800;
    }

    .filter-search-field {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 8px;
      --fdc-search-shell-height: 44px;
      --fdc-search-shell-radius: 12px;
      --fdc-search-shell-bg: color-mix(in srgb, #eef3f9 82%, #ffffff);
      --fdc-search-shell-hover-bg: color-mix(in srgb, #eef3f9 88%, #ffffff);
      --fdc-search-shell-focus-border: var(--fdc-focus-ring-color, var(--accent));
      --fdc-search-shell-focus-ring: var(--fdc-focus-ring-shadow, 0 0 0 3px rgba(59, 130, 246, 0.18));
      --fdc-search-shell-active-border: var(--fdc-focus-ring-color, var(--accent));
      --fdc-search-shell-active-bg: #eff6ff;
      --fdc-search-shell-active-ring: var(--fdc-focus-ring-shadow, 0 0 0 3px rgba(59, 130, 246, 0.18));
      --fdc-search-shell-text: #4b5360;
      --fdc-search-shell-icon-color: #7b8798;
      --fdc-search-shell-placeholder: #8a96a8;
      --fdc-search-shell-input-size: 16px;
      --fdc-search-shell-input-weight: 700;
    }

    .filter-search-field.fdc-search-shell--surface:focus-within,
    .filter-search-field.fdc-search-shell--surface:active {
      box-shadow: none !important;
    }

    .filter-search-icon {
      color: var(--fdc-search-shell-icon-color);
      font-size: 18px;
      line-height: 1;
    }

    .filter-search-input {
      width: 100%;
      min-width: 0;
      font: inherit;
    }

    .filter-search-input::placeholder {
      color: var(--fdc-search-shell-placeholder);
      font-weight: 700;
    }

    .filter-options {
      max-height: 320px;
      overflow: auto;
      display: flex;
      flex-direction: column;
      gap: 3px;
      padding-inline: 0;
      background: transparent;
    }

    .filter-option {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 9px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 0.88rem;
      color: #2a435d;
      border: 1px solid transparent;
      transition: background .12s ease, border-color .12s ease;
      min-height: 44px;
    }

    .filter-option:hover,
    .filter-option:focus-within {
      background: var(--fdc-shared-option-hover-bg, #eef5ff);
      border-color: var(--fdc-shared-option-hover-border, #c3d4e8);
      color: #2a435d;
      outline: none;
    }

    .filter-option-text {
      display: block;
      min-width: 0;
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }


    .filter-option input {
      margin: 0;
      width: 14px;
      height: 14px;
      accent-color: var(--accent);
      flex-shrink: 0;
    }

    .filter-empty {
      margin: 0;
      color: #5e748b;
      font-size: 0.8rem;
      text-align: center;
      padding: 10px 6px;
    }

    @supports selector(.filter-option:has(input:checked)) {
      .filter-option:has(input:checked) {
        background: var(--fdc-shared-option-selected-bg, #dbeafe);
        border-color: var(--fdc-shared-option-selected-border, rgba(59, 130, 246, 0.28));
        color: var(--fdc-shared-option-selected-text, var(--accent));
        font-weight: 700;
      }
    }

    .filter-option input:checked + .filter-option-text {
      color: var(--accent);
      font-weight: 700;
    }

    #listScroll {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px 10px 18px;
      border-radius: 12px 12px 16px 16px;
      background: inherit;
    }

    @media (min-width: 761px) {
      .left-search {
        padding-bottom: 4px;
      }

      .search-row {
        margin-bottom: 0;
      }

      #listScroll {
        padding-top: 0;
      }
    }

    .offline-shops-state-host {
      margin: 6px 4px;
      color: var(--text-sub);
    }

    .offline-shops-state-host.offline-shops-state-host--plain {
      margin: 0;
    }

    .offline-shops-state-loading {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 112px;
    }

    #listScroll.has-state {
      display: flex;
      flex-direction: column;
    }

    #listScroll.has-state .offline-shops-state-host {
      display: flex;
      flex: 1 1 auto;
      align-items: center;
      justify-content: center;
      min-height: 0;
      margin: 0;
    }

    #listScroll.has-state .offline-shops-state-host--top-aligned {
      align-items: stretch;
      justify-content: flex-start;
      flex: 0 0 auto;
    }

    .map-footer > .map-detail-empty-state.fdc-empty-state {
      flex: 1 1 auto;
      min-height: 0;
    }

    .offline-shops-state-host .fdc-inline-state--boxed,
    .offline-shops-state-host .fdc-status-card {
      width: 100%;
    }

    .offline-shops-state-host .offline-shops-inline-state {
      padding: 18px 14px;
    }

    .offline-shops-state-host .fdc-inline-state-copy {
      font-size: 0.9rem;
      line-height: 1.6;
      word-break: keep-all;
    }

    :root[data-theme='dark'] .result-meta {
      color: #dbe7f6;
    }

    .offline-shops-state-host.offline-shops-state-host--error {
      --fdc-status-card-border: rgba(220, 38, 38, 0.32);
      --fdc-status-card-text-override: #b91c1c;
    }

    .offline-shops-state-host .loader {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16);
      border-top-color: var(--accent);
      border-radius: 999px;
      animation: spin 0.8s linear infinite;
      flex: 0 0 auto;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    .offline-shops-state-host.offline-shops-state-host--priority {
      margin-top: 0;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .panel-left.has-more-links-state .result-meta-row,
    .panel-left.has-more-links-state .offline-shops-state-host--priority {
      padding-top: 0;
    }

    .panel-left.has-more-links-state .result-meta-row {
      display: none;
    }

    #listScroll.has-priority-state {
      padding-top: 2px;
    }

    .bookmark-login-actions .fdc-google-signin-btn,
    .bookmark-login-actions .fdc-shell-auth-btn {
      width: auto;
      max-width: 100%;
      margin-left: 0;
      justify-content: center;
    }

    .rail-links-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 8px;
      text-align: left;
    }

    .rail-links-sections {
      display: grid;
      gap: 12px;
      text-align: left;
    }

    .rail-links-sections--more {
      margin-top: 0;
      padding-top: 0;
    }

    .rail-links-section {
      display: grid;
      gap: 8px;
    }

    .rail-links-section-title {
      margin: 0;
      color: #5b6675;
      font-family: var(--fdc-shell-dropdown-font-family, 'Pretendard', sans-serif);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      line-height: 1.4;
    }

    .rail-links-item {
      display: block;
      border: 1px solid #d6e2ef;
      border-radius: 10px;
      padding: 10px 12px;
      background: rgba(255, 255, 255, 0.96);
      color: #3a5471;
      font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 0.82rem;
      line-height: 1.3;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: -0.01em;
      text-align: left;
      appearance: none;
      -webkit-appearance: none;
    }

    button.rail-links-item {
      width: 100%;
      cursor: pointer;
    }


    .shop-list {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .offline-shops-list-ad {
      box-sizing: border-box;
      min-height: 154px;
      padding: 11px 10px;
    }

    .offline-shops-list-ad .fdc-shared-ad-slot--feed-inline {
      min-height: 132px;
      margin: 0;
    }

    .offline-shops-list-ad .fdc-shared-ad-slot__placeholder {
      min-height: 132px;
      border: 1px solid rgba(148, 163, 184, 0.22);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.94);
    }

    .offline-shops-list-ad:not(:has(> .fdc-shared-ad-slot[data-ad-state='rendered'])) {
      position: relative;
      height: 0;
      min-height: 0;
      margin: 0;
      padding: 0;
    }

    .offline-shops-list-ad > .fdc-shared-ad-slot:not([data-ad-state='rendered']) {
      position: absolute;
      inset: 0 0 auto;
      min-height: 0;
      margin: 0;
      pointer-events: none;
    }

    .shop-card {
      position: relative;
      background: transparent;
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      display: flex;
      flex-direction: column;
      gap: 9px;
      cursor: pointer;
      transition: background 0.18s ease, box-shadow 0.18s ease;
    }

    .shop-card + .shop-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      height: 1px;
      background: var(--line);
      pointer-events: none;
    }

    .shop-card:hover {
      background: #f8fbff;
    }

    .shop-card.active {
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.14);
      box-shadow: none;
    }

    .shop-thumb {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #eef4fa;
    }

    .shop-thumb.action-zoom-image {
      cursor: zoom-in;
    }

    .shop-thumb.action-zoom-image:focus-visible {
      outline: 2px solid var(--fdc-focus-ring-color);
      outline-offset: -2px;
    }

    .shop-photos {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
    }

    .shop-card .shop-photos {
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
    }

    .shop-card .shop-thumb-wrap {
      flex: 0 0 56px;
      width: 56px;
      height: 56px;
      aspect-ratio: auto;
    }

    .shop-card .action-shop-list-photos {
      display: block;
      padding: 0;
      appearance: none;
      cursor: pointer;
      text-align: left;
      color: inherit;
    }

    .shop-body {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
    }

    .shop-top {
      display: flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
    }

    .shop-top-name {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      flex: 1;
    }

    .shop-top-name .map-shop-verified-badge {
      flex-shrink: 0;
    }

    .list-profile-thumb {
      width: 30px;
      height: 30px;
    }

    .photo-more {
      position: absolute;
      right: 6px;
      bottom: 6px;
      border-radius: 999px;
      background: rgba(12, 23, 36, 0.76);
      color: #fff;
      font-size: 0.7rem;
      font-weight: 700;
      padding: 3px 7px;
      line-height: 1.2;
      pointer-events: none;
    }

    .shop-name {
      margin: 0;
      font-size: 1.02rem;
      line-height: 1.3;
      letter-spacing: -0.01em;
      font-weight: 800;
      color: #50657c;
      flex: 0 1 auto;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .shop-name-link {
      color: inherit;
      text-decoration: none;
    }

    .shop-name-link:hover,
    .shop-name-link:focus-visible {
      text-decoration: underline;
      text-underline-offset: 0.14em;
    }

    .map-link-badges {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      flex-shrink: 0;
      margin-left: auto;
    }

    .map-detail-mobile-action-menu {
      display: none;
      position: relative;
      flex: 0 0 auto;
    }

    .map-detail-mobile-action-menu summary {
      list-style: none;
    }

    .map-detail-mobile-action-menu summary::-webkit-details-marker {
      display: none;
    }

    .map-detail-mobile-action-menu-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #334155;
      cursor: pointer;
    }

    .map-detail-mobile-action-menu-panel {
      position: absolute;
      right: 0;
      top: calc(100% + 4px);
      bottom: auto;
      z-index: 1120;
      min-width: 164px;
      padding: 4px;
      border: 1px solid #d7e0ea;
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
    }

    .map-detail-mobile-action-menu.is-placement-top .map-detail-mobile-action-menu-panel {
      top: auto;
      bottom: calc(100% + 4px);
    }

    .map-detail-mobile-action-menu.is-placement-bottom .map-detail-mobile-action-menu-panel {
      top: calc(100% + 4px);
      bottom: auto;
    }

    .map-footer.is-mobile-action-menu-open,
    .map-detail-scroll.is-mobile-action-menu-open {
      overflow: visible !important;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      width: 100%;
      min-height: 44px;
      height: auto;
      padding: 0 12px;
      border: 0;
      border-radius: 8px;
      background: transparent !important;
      color: #334155;
      font: inherit;
      font-size: 0.84rem;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item:hover,
    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item:focus-visible {
      background: #eff6ff !important;
      color: var(--fdc-color-accent-solid);
      outline: none;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item .material-symbols-outlined {
      width: 20px;
      font-size: 20px;
      line-height: 1;
    }

    .map-detail-mobile-action-menu-icon-img {
      width: 20px;
      min-width: 20px;
      height: 20px;
      border-radius: 5px;
      object-fit: cover;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item.map-badge {
      width: 100%;
      min-width: 100%;
      max-width: none;
      min-height: 44px;
      height: auto;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item.map-badge::before {
      content: none !important;
      display: none !important;
    }

    .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item.map-badge :is(
      .map-badge-chat-icon,
      .map-badge-share-icon,
      .map-badge-notification-icon,
      .map-badge-bookmark-icon
    ) {
      width: 20px !important;
      min-width: 20px !important;
      max-width: 20px !important;
      height: 20px !important;
      min-height: 20px !important;
      max-height: 20px !important;
      flex-basis: 20px !important;
      font-size: 20px !important;
      line-height: 20px !important;
    }

    :root[data-theme='dark'] .map-detail-mobile-action-menu-trigger {
      color: #dce8f5;
    }

    :root[data-theme='dark'] .map-detail-mobile-action-menu-panel {
      border-color: #31445a;
      background: #182536;
      box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
    }

    :root[data-theme='dark'] .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item {
      color: #dce8f5;
    }

    :root[data-theme='dark'] .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item:hover,
    :root[data-theme='dark'] .map-detail-mobile-action-menu .map-detail-mobile-action-menu-item:focus-visible {
      background: rgba(var(--fdc-color-accent-strong-rgb), 0.14) !important;
      color: var(--fdc-color-accent-emphasis);
    }

    .map-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      padding: 0;
      box-sizing: border-box;
      border-radius: 999px;
      border: 0;
      background: transparent !important;
      text-decoration: none;
      line-height: 1;
      vertical-align: middle;
      overflow: visible;
      box-shadow: none;
      cursor: pointer;
      transition: opacity 0.15s ease;
    }

    .map-badge:hover {
      opacity: 0.9;
    }

    .map-badge:active {
      opacity: 0.84;
    }

    .map-badge:focus-visible {
      outline: 2px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
    }

    .map-badge.map-badge-kakao,
    .map-badge.map-badge-naver {
      position: relative;
      background: transparent !important;
      overflow: hidden;
      isolation: isolate;
    }

    .map-badge.map-badge-kakao {
      z-index: 2;
    }

    .map-badge.map-badge-naver {
      z-index: 1;
    }

    .map-badge.map-badge-chat,
    .map-badge.map-badge-share,
    .map-badge.map-badge-notification {
      border: 1px solid #d7e4f2;
      background: rgba(255, 255, 255, 0.94) !important;
      color: var(--fdc-color-text-sub, #64748b);
    }

    .map-badge.map-badge-bookmark {
      border: 1px solid #d7e4f2;
      background: rgba(255, 255, 255, 0.94) !important;
      color: #5b6f86;
    }

    .map-badge.map-badge-notification.is-disabled {
      border-color: #dfe7f0;
      background: rgba(248, 250, 252, 0.94) !important;
      color: #94a3b8;
      cursor: help;
    }

    .map-badge.map-badge-chat:hover,
    .map-badge.map-badge-chat:focus-visible,
    .map-badge.map-badge-chat:active,
    .map-badge.map-badge-share:hover,
    .map-badge.map-badge-share:focus-visible,
    .map-badge.map-badge-share:active,
    .map-badge.map-badge-notification:not(.is-disabled):hover,
    .map-badge.map-badge-notification:not(.is-disabled):focus-visible,
    .map-badge.map-badge-notification:not(.is-disabled):active,
    .map-badge.map-badge-bookmark:hover:not(:disabled),
    .map-badge.map-badge-bookmark:focus-visible:not(:disabled),
    .map-badge.map-badge-bookmark:active:not(:disabled) {
      border-color: #bfd6ef;
      background: #f6faff !important;
      color: #2f4f73;
    }

    .map-badge.map-badge-bookmark.is-active {
      border-color: var(--accent);
      background: var(--accent-soft) !important;
      color: var(--accent);
    }

    .map-badge.map-badge-bookmark:disabled {
      opacity: 0.62;
      cursor: wait;
    }

    .map-badge-chat-icon,
    .map-badge-share-icon,
    .map-badge-notification-icon,
    .map-badge-bookmark-icon {
      width: 15px !important;
      min-width: 15px !important;
      max-width: 15px !important;
      height: 15px !important;
      min-height: 15px !important;
      max-height: 15px !important;
      flex: 0 0 15px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
      font-family: 'Material Symbols Outlined', sans-serif !important;
      font-size: 15px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 15px !important;
      letter-spacing: normal !important;
      text-transform: none !important;
      white-space: nowrap !important;
      direction: ltr !important;
      vertical-align: middle !important;
      font-optical-sizing: none !important;
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20 !important;
      transform: none !important;
    }

    .map-badge-icon-img {
      width: 100%;
      height: 100%;
      border-radius: 999px;
      object-fit: cover;
      flex-shrink: 0;
      display: block;
      border: 0;
      outline: 0;
      box-shadow: none;
      transform: scale(1.22);
      transform-origin: center;
    }

    .shop-address {
      margin: 0;
      color: var(--text-sub);
      font-size: 0.84rem;
      line-height: 1.4;
      word-break: keep-all;
      overflow-wrap: anywhere;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .section-label {
      margin: 1px 0 0;
      color: #5d7085;
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0;
    }

    .section-link-btn {
      border: 0;
      background: transparent;
      padding: 0;
      font-family: inherit;
      cursor: pointer;
      text-align: left;
    }


    .chip-row {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
    }

    .chip:not(.fdc-content-chip) {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      border: 1px solid var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
      height: 22px;
      padding: 0 8px;
      font-size: 0.74rem;
      line-height: 1;
      vertical-align: middle;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .chip-action {
      cursor: pointer;
      font-weight: 700;
    }

    .quick-game-chip {
      border-color: #bdd3ea;
      background: rgba(255, 255, 255, 0.95);
      color: #2f4c68;
      min-height: 32px;
      height: 32px;
      padding: 0 12px;
      font-size: 0.76rem;
      font-weight: 700;
      flex: 0 0 auto;
    }


    .quick-game-chip.is-active {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
      box-shadow: 0 0 0 2px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.12);
    }

    .link-row,
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .link-chip {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
      border-radius: 999px;
      font-size: 0.73rem;
      height: 22px;
      padding: 0 8px;
      line-height: 1;
      vertical-align: middle;
      text-decoration: none;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .link-chip-with-favicon {
      gap: 5px;
      padding-left: 6px;
    }

    .link-chip-text {
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .link-favicon,
    .link-favicon-fallback {
      width: 14px;
      height: 14px;
      border-radius: 4px;
      flex: 0 0 auto;
    }

    .link-favicon {
      display: block;
    }

    .link-favicon-fallback {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0;
    }

    .link-favicon-fallback[hidden] {
      display: none;
    }

    .link-favicon-fallback--naver {
      background: #03c75a;
      color: #ffffff;
      font-family: Arial, sans-serif;
    }

    .map-footer .chip:not(.fdc-content-chip) {
      height: auto;
      min-height: 34px;
      padding: 8px 11px;
      border: 1px solid #dde7f2;
      background: #ffffff;
      color: #33485f;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.25;
      max-width: min(100%, 220px);
      white-space: normal;
      overflow: hidden;
      text-overflow: clip;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .chip[hidden] {
      display: none !important;
    }

    .map-footer .fdc-content-chip {
      align-self: flex-start;
      width: fit-content;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .map-footer .map-detail-chip-trigger {
      max-width: 100%;
    }

    .map-footer .map-detail-chip-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      appearance: none;
      border: 0;
      background: transparent;
      padding: 0;
      font: inherit;
      text-align: left;
      text-decoration: none;
    }

    .map-footer .map-detail-chip-trigger:hover,
    .map-footer .map-detail-chip-trigger:focus-visible {
      opacity: 1;
      box-shadow: none;
      transform: none;
      filter: none;
    }

    .map-footer .map-detail-chip-trigger:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
    }

    .map-footer .chip-action {
      border-color: #bfd6ef;
      background: #edf4ff;
      color: var(--accent);
      font-weight: 800;
      white-space: nowrap;
    }

    .map-footer .link-row {
      display: grid;
      gap: 8px;
    }

    .map-footer .link-chip {
      border: 1px solid #dce6f0;
      background: #ffffff;
      color: #33485f;
      border-radius: 12px;
      min-height: 42px;
      padding: 10px 12px;
      line-height: 1.35;
      font-size: 0.79rem;
      font-weight: 700;
      white-space: normal;
      overflow-wrap: anywhere;
      text-overflow: clip;
    }

    .map-footer button.link-chip {
      width: 100%;
      appearance: none;
      font: inherit;
      text-align: left;
      cursor: pointer;
      justify-content: flex-start;
    }

    .map-footer .map-home-link-more-btn {
      justify-content: center;
      color: var(--accent);
      font-weight: 800;
    }

    .map-detail-links-row .link-row {
      gap: 10px;
    }

    .map-detail-links-row .link-chip {
      min-height: 32px;
      padding: 6px 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--accent);
      text-decoration: none;
    }

    .map-detail-links-row .link-chip:hover,
    .map-detail-links-row .link-chip:focus-visible {
      text-decoration: underline;
      outline: none;
    }

    .muted {
      margin: 0;
      color: #7b8da2;
      font-size: 0.78rem;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .text-btn {
      border: 1px solid #cddcec;
      background: #fff;
      color: var(--accent);
      border-radius: 999px;
      font-family: inherit;
      font-size: 0.74rem;
      padding: 5px 9px;
      cursor: pointer;
      font-weight: 700;
    }


    .text-link-btn {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }

    .load-wrap {
      padding: 6px 12px 12px;
      border-top: 1px solid var(--line);
      background: rgba(251, 253, 255, 0.98);
    }

    .panel-toggle {
      position: absolute;
      top: 50%;
      z-index: 12;
      width: 10px;
      height: 36px;
      border: 1px solid var(--line);
      border-left: 0;
      border-radius: 0 8px 8px 0;
      background: rgba(255, 255, 255, 0.96);
      color: #1e3a5f;
      font-size: 0.58rem;
      font-weight: 800;
      cursor: pointer;
      box-shadow: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      transform: translateY(-50%);
      transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
    }

    .panel-toggle .material-symbols-outlined {
      font-size: 15px;
      line-height: 1;
    }


    .panel-toggle:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color);
      outline-offset: 1px;
    }

    .panel-toggle-main {
      left: calc(var(--map-shell-left) + var(--left-panel-width) - 1px);
    }

    body.detail-visible .panel-toggle-main {
      left: calc(var(--map-shell-left) + var(--left-panel-width) + var(--panel-gap) + var(--detail-panel-width) - 1px);
    }

    .panel-toggle-open {
      left: calc(var(--side-rail-width) - 1px);
      border-left: 0;
      border-right: 1px solid var(--line);
      border-radius: 0 8px 8px 0;
      width: 9px;
      display: none;
    }

    body.panels-collapsed .panel-toggle-main {
      display: none;
    }

    body.panels-collapsed .panel-toggle-open {
      display: inline-flex;
    }

    body.panels-collapsed {
      --left-panel-width: var(--panel-collapsed-width);
      --detail-panel-width: var(--panel-collapsed-width);
    }

    body.detail-panel-collapsed:not(.panels-collapsed) {
      --detail-panel-width: var(--panel-collapsed-width);
    }

    body.panels-collapsed .panel-left > * {
      display: none !important;
    }

    body.panels-collapsed .panel-left::before {
      display: none;
    }

    body.panels-collapsed .map-footer > *,
    body.detail-panel-collapsed .map-footer > * {
      display: none !important;
    }

    body.panels-collapsed .map-footer,
    body.detail-panel-collapsed .map-footer {
      padding: 0;
      justify-content: center;
      align-items: center;
      pointer-events: none;
    }

    body.panels-collapsed .map-footer::before,
    body.detail-panel-collapsed .map-footer::before {
      display: none;
    }

    body.panels-collapsed .panel-left,
    body.panels-collapsed .map-footer,
    body.detail-panel-collapsed .map-footer {
      border: 0;
      box-shadow: none;
      background: transparent;
    }

    body.mobile-list-open .map-bottom-ad,
    body.mobile-detail-hidden .map-bottom-ad,
    body.mobile-detail-full .map-bottom-ad,
    body.mobile-search-open .map-bottom-ad {
      display: none !important;
    }

    body.panel-transitioning .panel-left > *,
    body.panel-transitioning .map-footer > * {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .maintenance-lock {
      position: fixed;
      inset: 0;
      z-index: 40;
      display: grid;
      place-items: center;
      padding: 20px;
      background: rgba(9, 19, 30, 0.62);
      backdrop-filter: blur(4px);
    }

    .maintenance-lock[hidden] {
      display: none;
    }

    .offline-shops-maintenance-state {
      --fdc-status-tone: var(--accent, var(--fdc-color-accent, #3b82f6));
      --fdc-status-tone-strong: var(--primary, var(--fdc-color-accent-strong, #2563eb));
      --fdc-status-card-title-override: var(--text-main);
      --fdc-status-card-text-override: var(--text-sub);
      width: min(520px, 100%);
      padding: 24px 20px;
      box-shadow: none;
    }

    body.maintenance-active .panel-left,
    body.maintenance-active .map-footer {
      pointer-events: none;
      user-select: none;
      opacity: 0.6;
    }

    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(14, 23, 33, 0.46);
      backdrop-filter: none;
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 90;
      padding: 14px;
    }

    .modal-overlay.open {
      display: flex;
      animation: fade-in 0.2s ease;
    }

    .modal-card {
      width: min(560px, 100%);
      background: #fff;
      border-radius: 20px;
      border: 1px solid var(--line);
      box-shadow: 0 22px 42px rgba(7, 21, 36, 0.24);
      overflow: hidden;
      max-height: min(88vh, 700px);
      display: flex;
      flex-direction: column;
    }

    .modal-card-suggest {
      width: min(940px, 100%);
    }

    .modal-card-suggest .modal-body {
      min-height: min(72vh, 560px);
      padding: 0;
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      gap: 0;
      overflow: hidden;
    }

    .modal-card-list {
      width: min(760px, 100%);
      max-height: min(92vh, 860px);
    }

    .modal-card-list .modal-body {
      padding: 8px 20px 20px;
      max-height: calc(min(92vh, 860px) - 70px);
      scrollbar-gutter: stable;
    }

    .modal-card-filter {
      width: min(392px, calc(100vw - 24px));
      max-height: none;
      overflow: visible;
      border-radius: 16px;
    }

    .modal-card-filter .modal-body {
      padding: 14px 14px 16px;
      max-height: none;
      overflow: visible;
      scrollbar-gutter: stable;
    }

    .modal-card-filter .map-filter-toolbar {
      position: static;
      inset: auto;
      display: block;
      width: 100%;
    }

    #filterModal,
    #shopPostFilterModal,
    #shopCalendarFilterModal {
      background: rgba(14, 23, 33, 0.42);
    }

    .modal-card-shop-post-filter .modal-body {
      padding: 14px 14px 16px;
    }

    .modal-card-shop-post-filter .filter-modal-section .fdc-shared-select {
      z-index: 1;
    }

    .modal-card-shop-post-filter .filter-modal-section .fdc-shared-select.is-open {
      z-index: 8;
    }

    .modal-card-shop-post-filter .filter-modal-section .fdc-shared-select-panel {
      z-index: 9;
      max-height: min(220px, 34dvh);
    }

    .modal-card-shop-post-filter .filter-modal-section .fdc-shared-select--searchable .fdc-shared-select-panel {
      max-height: min(260px, 40dvh);
    }

    .modal-card-shop-post-filter .filter-modal-footer {
      position: relative;
      z-index: 2;
    }

    .shop-post-filter-modal-select {
      min-height: 42px;
      height: 42px;
      padding: 0 36px 0 12px;
      border-radius: 14px;
      font-size: 0.82rem;
      font-weight: 700;
      cursor: pointer;
    }

    .filter-modal-sections {
      display: grid;
      gap: 12px;
      width: 100%;
      margin: 0;
    }

    .filter-modal-section {
      position: relative;
      display: grid;
      gap: 8px;
      width: 100%;
      min-width: 0;
    }

    .modal-card-filter .filter-dropdown {
      position: relative;
      width: 100%;
      min-width: 0;
    }

    .modal-card-filter #gameFilterBtn,
    .modal-card-filter #certFilterBtn,
    .modal-card-filter #sortBtn {
      min-height: 42px;
      height: 42px;
      border-radius: 14px;
      padding: 0 12px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--fdc-color-text-main, #172033);
    }

    .modal-card-filter #gameFilterPanel,
    .modal-card-filter #certFilterPanel,
    .modal-card-filter #sortPanel {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: 0;
      width: auto;
      max-width: none;
      margin-top: 0;
      box-shadow: 0 14px 24px rgba(12, 30, 50, 0.16);
      z-index: 160;
    }

    .modal-card-filter #sortPanel {
      width: 100%;
    }

    .modal-card-filter .filter-options {
      max-height: 248px;
    }

    .filter-modal-section-head {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      min-width: 0;
    }

    .filter-modal-section-title {
      margin: 0;
      color: var(--fdc-color-text-main, #172033);
      font-size: 0.81rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      line-height: 1.3;
    }

    .modal-card-filter .filter-option-btn {
      color: var(--fdc-color-text-main, #172033);
    }

    .filter-modal-footer {
      position: relative;
      z-index: 170;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin-top: 14px;
      background: var(--fdc-color-surface, #ffffff);
    }

    .filter-modal-footer--map {
      justify-content: flex-end;
    }

    .filter-modal-heading {
      min-width: 0;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .filter-modal-heading .filter-modal-result-count {
      flex: 0 0 auto;
    }

    .filter-modal-result-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      margin: 0;
      padding: 4px 10px;
      border: 1px solid rgba(var(--fdc-color-accent-rgb), 0.24);
      border-radius: 999px;
      background: rgba(var(--fdc-color-accent-rgb), 0.1);
      color: var(--fdc-color-accent-solid);
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    :root[data-theme='dark'] .filter-modal-result-count {
      border-color: rgba(var(--fdc-color-accent-emphasis-rgb), 0.32);
      background: rgba(var(--fdc-color-accent-strong-rgb), 0.16);
      color: var(--fdc-color-accent-soft-strong);
    }

    .filter-modal-footer-actions {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
    }

    #filterModalResetBtn,
    #shopPostFilterModalResetBtn,
    #shopCalendarFilterModalResetBtn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 62px;
      height: 44px;
      padding: 0 16px;
      border-radius: 14px;
      font-size: 0.82rem;
      font-weight: 800;
      color: #4b647d;
      background: #fff;
      border-color: #d3deea;
    }

    #filterModalResetBtn:hover,
    #filterModalResetBtn:focus-visible,
    #filterModalResetBtn:active,
    #shopPostFilterModalResetBtn:hover,
    #shopPostFilterModalResetBtn:focus-visible,
    #shopPostFilterModalResetBtn:active,
    #shopCalendarFilterModalResetBtn:hover,
    #shopCalendarFilterModalResetBtn:focus-visible,
    #shopCalendarFilterModalResetBtn:active {
      color: var(--accent);
      border-color: #bfd6ef;
      background: #f6faff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    #filterModalDoneBtn,
    #shopPostFilterModalDoneBtn,
    #shopCalendarFilterModalDoneBtn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      height: 44px;
      padding: 0 18px;
      border-radius: 14px;
      font-size: 0.82rem;
      font-weight: 800;
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
    }

    #filterModalDoneBtn:hover,
    #filterModalDoneBtn:focus-visible,
    #filterModalDoneBtn:active,
    #shopPostFilterModalDoneBtn:hover,
    #shopPostFilterModalDoneBtn:focus-visible,
    #shopPostFilterModalDoneBtn:active,
    #shopCalendarFilterModalDoneBtn:hover,
    #shopCalendarFilterModalDoneBtn:focus-visible,
    #shopCalendarFilterModalDoneBtn:active {
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    .modal-card-filter .sort-trigger {
      gap: 8px;
    }

    .modal-card-filter .sort-trigger .filter-trigger-label {
      flex: 1 1 auto;
      min-width: 0;
    }

    .modal-card-filter .sort-trigger-trailing {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 7px;
      flex: 0 0 auto;
      margin-left: auto;
    }

    .modal-card-filter .sort-trigger .sort-direction-indicator {
      font-size: 12px;
      line-height: 1;
      color: var(--accent);
      flex: 0 0 auto;
    }

    .modal-card-filter .sort-trigger .filter-trigger-caret {
      font-size: 9px;
      line-height: 1;
      flex: 0 0 auto;
    }

    .modal-card-share {
      width: min(720px, 100%);
      max-height: min(78vh, 520px);
    }

    .modal-card-post-compose {
      width: min(680px, 100%);
    }

    #ownershipClaimModal {
      background: rgba(14, 23, 33, 0.58);
      backdrop-filter: none;
    }

    @media (max-width: 760px) {
      .modal-card-filter {
        max-height: calc(100dvh - 28px);
        overflow: hidden;
      }

      .modal-card-filter .modal-body {
        min-height: 0;
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto;
        overflow: hidden;
      }

      .modal-card-filter .modal-body > .map-filter-toolbar,
      .modal-card-filter .modal-body > .filter-modal-sections {
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-right: 4px;
      }

      .modal-card-filter #gameFilterPanel,
      .modal-card-filter #certFilterPanel,
      .modal-card-filter #sortPanel,
      .modal-card-shop-post-filter .filter-modal-section .fdc-shared-select-panel {
        position: static;
        inset: auto !important;
        width: 100% !important;
        margin-top: 6px;
      }

      .modal-card-filter .filter-options {
        max-height: min(220px, 34dvh);
      }

      .modal-card-shop-post-filter .fdc-shared-select-trigger {
        min-height: 44px;
        border-radius: 10px;
      }

      .shop-post-compose-grid,
      .shop-post-compose-schedule-form-grid {
        grid-template-columns: 1fr;
      }
    }

    .modal-head {
      padding: 18px 20px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .modal-head h2 {
      margin: 0;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -0.02em;
      min-width: 0;
    }

    .modal-head-actions {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .photos-modal-head-actions {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .modal-body {
      padding: 8px 20px 20px;
      display: grid;
      gap: 14px;
      overflow: auto;
    }

    .shop-post-compose-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .shop-post-compose-field {
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .shop-post-compose-game-picker-field {
      min-width: 0;
    }

    .shop-post-compose-selected-game-list {
      display: grid;
      gap: 8px;
      margin-top: 10px;
      max-height: 148px;
      min-height: 44px;
      padding-right: 4px;
    }

    .shop-post-compose-selected-game-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 44px;
      padding: 10px 12px;
      border: 1px solid #d8e4f0;
      border-radius: 12px;
      background: #f8fbff;
    }

    .shop-post-compose-selected-game-name {
      min-width: 0;
      color: #33485f;
      font-size: 0.84rem;
      font-weight: 700;
      line-height: 1.4;
    }

    .shop-post-compose-selected-game-remove {
      appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #6f8296;
      cursor: pointer;
    }

    .shop-post-compose-selected-game-remove .material-symbols-outlined {
      font-size: 18px;
      line-height: 1;
    }

    .shop-post-compose-field.is-wide {
      grid-column: 1 / -1;
    }

    .shop-post-compose-schedule-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .shop-post-compose-schedule-copy {
      display: grid;
      gap: 2px;
      min-width: 0;
    }

    .shop-post-compose-schedule-lock-note {
      margin: 0;
      color: #b45309;
      font-size: 0.76rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .shop-post-compose-schedule-list {
      display: grid;
      gap: 10px;
    }

    .shop-post-compose-schedule-empty.fdc-inline-state {
      justify-items: start;
      align-content: start;
      gap: 0;
      min-height: auto;
    }

    .shop-post-compose-schedule-empty .fdc-inline-state-copy {
      max-width: none;
      color: #6f86a0;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .shop-post-compose-schedule-row {
      display: grid;
      gap: 10px;
      padding: 14px;
      border: 1px solid #d8e4f0;
      border-radius: 14px;
      background: #fbfdff;
    }

    .shop-post-compose-schedule-row.is-locked {
      background: #f4f8fc;
    }

    .shop-post-compose-schedule-row-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }

    .shop-post-compose-schedule-row-meta {
      min-width: 0;
      display: grid;
      gap: 4px;
    }

    .shop-post-compose-schedule-row-label {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--fdc-color-accent-solid, #2563eb);
      font-size: 0.76rem;
      font-weight: 700;
      line-height: 1.3;
    }

    .shop-post-compose-schedule-row-label::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: currentColor;
    }

    .shop-post-compose-schedule-row-summary {
      color: #22384f;
      font-size: 0.84rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .shop-post-compose-schedule-row-description {
      color: #6f86a0;
      font-size: 0.78rem;
      font-weight: 600;
      line-height: 1.45;
    }

    .shop-post-compose-schedule-actions {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .shop-post-compose-schedule-action-btn,
    .shop-post-compose-schedule-add-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 14px;
      border: 1px solid transparent;
      border-radius: 12px;
      background: #f6f9fd;
      color: #22384f;
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1;
      cursor: pointer;
      transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
    }

    .shop-post-compose-schedule-add-btn {
      background: var(--accent);
      color: #fff;
    }

    .shop-post-compose-schedule-action-btn:hover,
    .shop-post-compose-schedule-action-btn:focus-visible,
    .shop-post-compose-schedule-action-btn:active {
      border-color: var(--fdc-color-accent-emphasis, #93c5fd);
      background: #eef5ff;
      color: var(--fdc-color-accent-strong, #2563eb);
      box-shadow: 0 0 0 3px rgba(70, 127, 233, 0.12);
      outline: none;
    }

    .shop-post-compose-schedule-add-btn:hover,
    .shop-post-compose-schedule-add-btn:focus-visible {
      background: color-mix(in srgb, var(--accent) 88%, #000 12%);
      color: #fff;
      box-shadow: 0 8px 18px rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.18);
      outline: none;
    }

    .shop-post-compose-schedule-add-btn:active {
      transform: translateY(1px);
    }

    .shop-post-compose-schedule-form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .shop-post-compose-schedule-photo-card {
      display: grid;
      gap: 10px;
    }

    .shop-post-compose-schedule-photo-preview {
      grid-template-columns: minmax(0, 1fr);
    }

    .shop-post-compose-schedule-photo-preview .fdc-upload-preview-grid-item {
      min-height: 176px;
    }

    .shop-post-compose-schedule-photo-actions {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .shop-post-compose-schedule-photo-status {
      margin: 0;
      color: #6f86a0;
      font-size: 0.76rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .shop-post-compose-select-wrap {
      position: relative;
      display: flex;
      align-items: center;
    }

    .shop-post-compose-category-picker {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .shop-post-compose-category-chip {
      transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease, filter .16s ease;
      opacity: 0.56;
      filter: saturate(0.72);
    }

    .shop-post-compose-category-chip:hover,
    .shop-post-compose-category-chip:focus-visible {
      opacity: 0.82;
      filter: saturate(0.88);
    }

    .shop-post-compose-category-chip.is-selected {
      opacity: 1;
      filter: none;
      box-shadow: inset 0 0 0 1px rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.12);
    }

    .shop-post-compose-select {
      width: 100%;
      min-height: 48px;
      padding: 0 42px 0 14px;
      border: 1px solid #cfe0f0;
      border-radius: 12px;
      background: #fff;
      color: #22384f;
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.4;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    .shop-post-compose-select:focus {
      outline: none;
      border-color: var(--fdc-color-accent-emphasis, #93c5fd);
      box-shadow: 0 0 0 3px rgba(70, 127, 233, 0.14);
    }

    .shop-post-compose-select-caret {
      position: absolute;
      right: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #6f86a0;
      pointer-events: none;
    }

    .shop-post-compose-select-caret .material-symbols-outlined {
      font-size: 18px;
      line-height: 1;
    }

    .shop-post-compose-title-input {
      width: 100%;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid #cfe0f0;
      border-radius: 12px;
      background: #fff;
      color: #22384f;
      font-size: 0.92rem;
      font-weight: 700;
      line-height: 1.4;
    }

    .shop-post-compose-title-input:focus {
      outline: none;
      border-color: var(--fdc-color-accent-emphasis, #93c5fd);
      box-shadow: 0 0 0 3px rgba(70, 127, 233, 0.14);
    }

    .shop-post-compose-checks {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .shop-post-compose-check {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 40px;
      padding: 0 12px;
      border: 1px solid #d7e3ef;
      border-radius: 999px;
      background: #fff;
      color: #476079;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.35;
      cursor: pointer;
    }

    .shop-post-compose-check input {
      margin: 0;
      accent-color: var(--accent);
    }

    .shop-post-compose-length {
      margin: 0;
      text-align: right;
      color: #7a8fa6;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.4;
    }

    .suggest-layout {
      flex: 1 1 auto;
      display: grid;
      grid-auto-rows: max-content;
      align-content: start;
      gap: 16px;
      min-height: 0;
      padding: 8px 20px 16px;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-gutter: stable;
    }

    .suggest-modal-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
    }

    .suggest-modal-title {
      margin: 0;
      color: var(--fdc-color-text-neutral-strong, rgb(75, 83, 96));
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.35;
    }

    .suggest-modal-title-inline {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
    }

    .suggest-modal-title-text,
    .suggest-modal-title-suffix {
      min-width: 0;
    }

    .suggest-modal-title-badge {
      flex: 0 0 auto;
    }

    .suggest-modal-subtitle {
      margin: 0;
      color: #64748b;
      font-size: 0.83rem;
      line-height: 1.55;
      word-break: keep-all;
      overflow-wrap: anywhere;
    }

    .suggest-field-block {
      display: grid;
      gap: 6px;
      min-height: 0;
      position: relative;
      overflow: visible;
    }

    .suggest-field-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      visibility: visible;
      opacity: 1;
    }

    .suggest-field-option-btn {
      width: 100%;
      min-height: 78px;
      border: 1px solid #ccd8e6;
      border-radius: 12px;
      background: #ffffff;
      color: #334a63;
      font: inherit;
      padding: 10px 8px;
      cursor: pointer;
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 6px;
      text-align: center;
      appearance: none;
      -webkit-appearance: none;
      visibility: visible;
      opacity: 1;
      transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
    }


    .suggest-field-option-btn:focus-visible {
      outline: none;
      border-color: var(--accent-line);
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
    }

    .suggest-field-option-btn.is-active {
      border-color: var(--accent-line);
      background: var(--accent-soft);
      color: var(--accent-strong);
    }

    .suggest-field-option-icon,
    .suggest-close-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .suggest-field-option-icon {
      width: 20px;
      height: 20px;
      color: #94a3b8;
      transition: color .15s ease;
    }

    .suggest-field-option-btn.is-active .suggest-field-option-icon {
      color: var(--accent-strong);
    }

    .suggest-field-option-icon .material-symbols-outlined,
    .suggest-close-icon .material-symbols-outlined {
      font-size: inherit;
      line-height: 1;
    }

    .suggest-field-option-icon .material-symbols-outlined.is-card-fan {
      transform: rotate(180deg);
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    }

    .suggest-field-option-icon svg,
    .suggest-close-icon svg {
      width: 100%;
      height: 100%;
      display: block;
      stroke: currentColor;
      fill: none;
    }

    .suggest-field-option-label {
      display: block;
      font-size: 0.8rem;
      font-weight: 700;
      line-height: 1.35;
      word-break: keep-all;
    }

    .suggest-field-block.suggest-field-grow {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      min-height: 0;
    }

    .suggest-field-block.suggest-field-grow .field-area {
      flex: 0 0 auto;
      min-height: 116px;
      max-height: min(34vh, 240px);
      background: #fafbfc;
    }

    .suggest-info-note {
      margin: 0;
      color: #64748b;
      font-size: 0.86rem;
      line-height: 1.52;
      word-break: keep-all;
    }

    .shop-preview {
      color: #3d5671;
      font-size: 0.85rem;
      line-height: 1.45;
      word-break: break-word;
      overflow-wrap: anywhere;
      display: grid;
      gap: 10px;
      min-height: 0;
    }

    .suggest-preview-section {
      display: grid;
      gap: 6px;
    }

    .preview-heading {
      margin: 0 0 6px;
      color: #3d5671;
      font-size: 0.9rem;
      font-weight: 700;
    }

    .preview-summary {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .preview-summary-field {
      display: grid;
      gap: 6px;
      align-content: start;
      min-height: 72px;
      padding: 10px 12px;
      border: 1px solid var(--accent-line);
      background: var(--accent-surface);
      border-radius: 12px;
    }

    .preview-summary-field.is-wide {
      grid-column: 1 / -1;
    }

    .preview-field-label {
      margin: 0;
      color: #35506a;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: -0.01em;
    }

    .plain-list-item.preview-summary-value {
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      color: #2f4962;
      font-size: 0.86rem;
      line-height: 1.45;
    }

    .plain-list-item.preview-summary-value.preview-summary-count {
      color: #234663;
      font-size: 0.98rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .inline-count {
      color: var(--accent);
      font-weight: 700;
    }

    .modal-meta-row {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-height: 18px;
      margin-top: -2px;
    }

    .count-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      border: 0;
      background: transparent;
      color: var(--accent);
      font-family: var(--fdc-shell-dropdown-font-family, 'Pretendard', sans-serif);
      font-size: var(--fdc-shell-dropdown-label-size, 0.76rem);
      font-weight: var(--fdc-shell-dropdown-label-weight, 700);
      letter-spacing: -0.01em;
      height: auto;
      padding: 0;
      line-height: 1.35;
      vertical-align: middle;
    }

    .plain-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 6px;
    }

    .plain-list-item {
      border: 1px solid var(--accent-line);
      background: var(--accent-surface);
      border-radius: 10px;
      padding: 8px 10px;
      font-size: 0.83rem;
      color: #37516d;
      line-height: 1.35;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .map-detail-copy {
      margin: 0;
      color: #304b65;
      font-size: 0.92rem;
      line-height: 1.62;
    }

    .map-detail-meta-list {
      display: grid;
      gap: 0;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
    }

    .map-detail-meta-row {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 12px;
      min-height: 32px;
      margin: 0;
      padding: 8px 0;
      align-items: start;
    }

    .map-detail-meta-row + .map-detail-meta-row {
      border-top: 1px solid var(--line);
    }

    .map-detail-meta-label {
      margin: 0;
      color: #688099;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: -0.01em;
      min-height: 32px;
      display: flex;
      align-items: center;
    }

    .map-detail-meta-value {
      display: flex;
      align-items: center;
      margin: 0;
      color: var(--fdc-color-text-neutral-strong, rgb(75, 83, 96));
      font-size: 0.88rem;
      font-weight: 600;
      line-height: 1.55;
      word-break: break-word;
      overflow-wrap: anywhere;
      min-height: 32px;
    }

    .map-detail-external-info {
      display: grid;
      gap: 12px;
      margin-top: 12px;
    }

    .map-detail-external-info.is-standalone {
      margin-top: 0;
    }

    .map-detail-external-info-copy {
      margin: 0;
      color: #688099;
      font-size: 0.82rem;
      font-weight: 500;
      line-height: 1.5;
      word-break: keep-all;
    }

    .map-detail-external-info-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .map-detail-external-info-link {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      gap: 4px;
      color: var(--accent-strong);
      font-size: 0.84rem;
      font-weight: 600;
      line-height: 1.35;
      text-decoration: none;
      transition: color 160ms ease;
    }

    .map-detail-external-info-link:hover {
      color: var(--fdc-color-accent-strong, #2563eb);
    }

    .map-detail-external-info-link:hover .map-detail-external-info-label,
    .map-detail-external-info-link:focus-visible .map-detail-external-info-label {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .map-detail-external-info-link:focus-visible {
      outline: 2px solid var(--fdc-focus-ring-color);
      outline-offset: 3px;
    }

    .map-detail-external-info-icon.material-symbols-outlined {
      flex: 0 0 auto;
      font-size: 1em;
      line-height: 1;
    }

    .map-detail-hours-list {
      display: grid;
      gap: 4px;
      min-width: 0;
    }

    .map-detail-hours-disclosure {
      width: 100%;
      min-width: 0;
    }

    .map-detail-hours-disclosure > summary {
      list-style: none;
    }

    .map-detail-hours-disclosure > summary::-webkit-details-marker {
      display: none;
    }

    .map-detail-hours-summary-card {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      position: relative;
      width: 100%;
      min-height: 32px;
      padding: 0 40px 0 0;
      box-sizing: border-box;
      border: 0;
      border-radius: 0;
      background: transparent;
      cursor: pointer;
    }

    .map-detail-hours-summary-main {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      flex: 0 0 auto;
      margin-left: auto;
    }

    .map-detail-hours-summary-side {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      min-width: 0;
      flex: 1 1 auto;
      padding-right: 36px;
    }

    .map-detail-hours-summary-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 0.79rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .map-detail-hours-summary-chip--open {
      background: #e6f9ee;
      color: #13804a;
    }

    .map-detail-hours-summary-chip--pending {
      background: #eef5ff;
      color: var(--fdc-color-accent, #3b82f6);
    }

    .map-detail-hours-summary-chip--closed,
    .map-detail-hours-summary-chip--neutral {
      background: #eef2f6;
      color: #41556b;
    }

    .map-detail-hours-summary-meta {
      color: inherit;
      font: inherit;
      text-align: left;
      white-space: nowrap;
      margin-right: auto;
    }

    .map-detail-hours-summary-card .map-detail-hours-summary-icon {
      display: grid;
      place-items: center;
      position: absolute;
      top: 50%;
      right: 0;
      width: 28px;
      height: 28px;
      border: 1px solid #d8e4f1;
      border-radius: 999px;
      background: #fff;
      color: #6f86a0;
      padding: 0;
      box-sizing: border-box;
      transition: transform 0.18s ease;
      transform: translateY(-50%);
      flex: 0 0 auto;
    }

    .map-detail-hours-summary-icon .material-symbols-outlined {
      display: block;
      width: 18px;
      height: 18px;
      font-size: 18px;
      line-height: 18px;
      text-align: center;
    }

    .map-detail-hours-disclosure[open] .map-detail-hours-summary-icon {
      transform: translateY(-50%) rotate(180deg);
    }

    .map-detail-hours-disclosure-panel {
      padding-top: 10px;
    }

    .map-detail-hours-row {
      display: grid;
      grid-template-columns: 42px 22px minmax(0, 1fr);
      gap: 8px;
      align-items: center;
    }

    .map-detail-hours-row.is-today .map-detail-hours-value {
      color: var(--fdc-color-text-main, #111827);
      font-weight: 800;
    }

    .map-detail-hours-today-slot {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      min-width: 0;
    }

    .map-detail-hours-day {
      color: #526a84;
      font-size: 0.8rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .map-detail-hours-day.is-saturday {
      color: var(--fdc-color-accent, #3b82f6);
    }

    .map-detail-hours-day.is-sunday {
      color: #e05757;
    }

    .map-detail-hours-today-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 22px;
      padding: 0 8px;
      border-radius: 999px;
      background: #eef5ff;
      color: var(--fdc-color-accent, #3b82f6);
      font-size: 0.7rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .map-detail-hours-value,
    .map-detail-hours-summary {
      color: var(--fdc-color-text-neutral-strong, rgb(75, 83, 96));
      font-size: 0.88rem;
      font-weight: 600;
      line-height: 1.5;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .map-detail-hours-value.is-modified {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px 6px;
    }

    .map-detail-hours-original {
      color: #94a3b8;
      text-decoration: line-through;
      text-decoration-thickness: 1px;
    }

    .map-detail-hours-effective {
      color: var(--fdc-color-text-main, #111827);
      font-weight: 800;
    }

    .map-detail-hours-change-chip {
      display: inline-flex;
      align-items: center;
      min-height: 20px;
      padding: 0 6px;
      border-radius: 999px;
      background: #e8f1ff;
      color: var(--fdc-color-accent-emphasis, #2563eb);
      font-size: 0.68rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .map-detail-exception-list {
      display: grid;
      gap: 10px;
    }

    .map-detail-exception-item {
      padding: 10px 12px;
      border: 1px solid #e3ebf5;
      border-radius: 12px;
      background: #fbfdff;
    }

    .map-detail-exception-copy {
      display: grid;
      gap: 3px;
    }

    .map-detail-exception-date,
    .map-detail-exception-value,
    .map-detail-exception-reason {
      margin: 0;
    }

    .map-detail-exception-date {
      color: #688099;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .map-detail-exception-value {
      color: #22374d;
      font-size: 0.88rem;
      font-weight: 800;
      line-height: 1.45;
    }

    .map-detail-exception-reason {
      color: #60778f;
      font-size: 0.8rem;
      font-weight: 600;
      line-height: 1.45;
    }

    .map-detail-amenity-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .map-detail-amenity-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 30px;
      padding: 5px 10px;
      border: 1px solid #d8e4f1;
      border-radius: 999px;
      background: #f8fbff;
      color: #405a73;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .map-detail-amenity-chip .material-symbols-outlined,
    .map-detail-link-icon {
      color: var(--accent);
      font-size: 16px;
      line-height: 1;
    }

    .map-footer .link-chip .map-detail-link-icon {
      margin-left: auto;
      flex: 0 0 auto;
    }

    .map-detail-filter-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0;
      border-top: 1px solid #e9eff6;
    }

    .map-detail-filter-list-item {
      border-bottom: 1px solid #e9eff6;
    }

    .map-detail-filter-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 11px 0;
      border: 0;
      background: transparent;
      color: #22374d;
      font: inherit;
      text-align: left;
      cursor: pointer;
    }

    .map-detail-filter-item:hover,
    .map-detail-filter-item:focus-visible {
      color: var(--accent-strong);
    }

    .map-detail-filter-item:focus-visible {
      outline: 3px solid var(--fdc-focus-ring-color);
      outline-offset: 2px;
      border-radius: 6px;
    }

    .map-detail-filter-item-label {
      min-width: 0;
      flex: 1 1 auto;
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.45;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .map-detail-filter-item-meta {
      flex: 0 0 auto;
      color: #6f86a0;
      font-size: 0.76rem;
      font-weight: 700;
      line-height: 1.3;
    }

    .game-item-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
    }

    .game-item-copy {
      min-width: 0;
      display: grid;
      gap: 6px;
    }

    .game-item-chip-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      min-width: 0;
    }

    .game-item-state-row {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .game-item-name-chip,
    .game-item-state-chip,
    .official-tag-chip {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .game-item-actions {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .game-item-link-btn {
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      border: 1px solid var(--accent-line);
      border-radius: 8px;
      background: #fff;
      color: #4a6886;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    }

    .game-item-link-btn--page {
      width: 24px;
      height: 24px;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #68819b;
    }

    .game-item-link-btn:hover,
    .game-item-link-btn:focus-visible,
    .game-item-link-btn--page:hover,
    .game-item-link-btn--page:focus-visible {
      color: var(--accent);
      border-color: color-mix(in srgb, var(--accent) 18%, white);
      background: color-mix(in srgb, var(--accent) 6%, white);
      outline: none;
    }

    .game-item-link-btn--page:hover,
    .game-item-link-btn--page:focus-visible {
      background: transparent;
      border-color: transparent;
    }


    .game-item-link-btn .material-symbols-outlined {
      font-size: 17px;
    }

    .game-item-link-btn--page .material-symbols-outlined {
      font-size: 18px;
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    }

    .game-official-link {
      color: var(--accent);
      text-decoration: none;
      font-weight: 700;
    }

    .related-link-anchor {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      max-width: 100%;
      vertical-align: middle;
    }

    .related-link-anchor > span {
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .official-list {
      display: grid;
      gap: 8px;
      margin-top: 2px;
      max-height: none;
      overflow: visible;
      padding-right: 0;
    }

    .shop-preview .official-list {
      max-height: min(42vh, 320px);
      overflow: auto;
      padding-right: 2px;
    }

    .official-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      min-width: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
    }

    .field-label {
      display: block;
      margin-bottom: 6px;
      color: #405873;
      font-weight: 700;
      font-size: 0.84rem;
    }

    .field-required-mark {
      color: var(--accent);
    }

    .field-input,
    .field-select,
    .field-area {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 11px 12px;
      font: inherit;
      color: var(--text-main);
      background: #fff;
    }

    .field-area {
      min-height: 190px;
      resize: vertical;
      line-height: 1.45;
    }

    .photo-file-picker {
      display: grid;
      gap: 8px;
    }

    #photoSuggestFileList {
      grid-template-columns: repeat(auto-fill, minmax(72px, 88px));
    }

    #photoSuggestFileList .fdc-upload-preview__remove {
      width: 28px;
      height: 28px;
      opacity: 1;
      transform: translateY(0);
    }

    #photoSuggestFileList .fdc-upload-preview__remove::before {
      content: '';
      position: absolute;
      inset: -8px;
    }

    #photoSuggestFileList .fdc-upload-preview__remove .material-symbols-outlined {
      font-size: 16px;
    }

    .photo-file-input-native {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .photo-file-pick-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: fit-content;
      min-height: 36px;
      padding: 8px 12px;
      border-color: var(--accent-line);
      background: var(--accent-soft);
      color: var(--accent);
      font-size: 0.82rem;
      font-weight: 700;
    }

    #shopReviewSubmitBtn.is-loading {
      cursor: wait;
    }

    #shopReviewSubmitBtn.is-loading::before {
      content: '';
      width: 14px;
      height: 14px;
      flex: 0 0 auto;
      border: 2px solid rgba(255, 255, 255, 0.38);
      border-top-color: #fff;
      border-radius: 999px;
      animation: suggest-submit-spin 0.72s linear infinite;
    }


    .photo-file-pick-summary {
      margin: 0;
      color: #5e7894;
      font-size: 0.76rem;
      font-weight: 600;
      line-height: 1.4;
    }

    .suggest-actions-wrap {
      flex: 0 0 auto;
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 12px 20px 16px;
      border-top: 0;
      background: #fff;
    }

    .suggest-actions-wrap .submit-status:empty {
      display: none;
    }

    .suggest-close-icon {
      width: 18px;
      height: 18px;
      color: currentColor;
    }

    .suggest-filter-native {
      display: none !important;
    }

    .modal-actions {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 10px;
      padding-top: 2px;
    }

    .modal-actions .btn {
      min-height: 42px;
      padding: 0 16px;
      border-radius: 12px;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
    }

    .fdc-modal-submit-btn {
      min-width: 144px;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 12px;
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
      position: relative;
      box-shadow: none;
      text-decoration: none;
    }

    .fdc-modal-submit-btn:hover:not(:disabled),
    .fdc-modal-submit-btn:focus-visible:not(:disabled),
    .fdc-modal-submit-btn:active:not(:disabled) {
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    .fdc-modal-submit-btn:disabled {
      opacity: 0.68;
      cursor: not-allowed;
    }

    .fdc-modal-submit-btn.is-loading,
    .fdc-modal-submit-btn[aria-busy='true'] {
      opacity: 0.74;
      cursor: wait;
    }

    .fdc-modal-submit-btn.is-loading::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 999px;
      border: 2px solid rgba(255, 255, 255, 0.38);
      border-top-color: #fff;
      animation: suggest-submit-spin 0.72s linear infinite;
      flex: 0 0 auto;
    }

    .modal-overlay.is-submit-locked {
      cursor: wait;
    }

    .modal-overlay.is-submit-locked :is(button, input, textarea, select):disabled:not(.fdc-modal-submit-btn) {
      opacity: 0.56;
      cursor: not-allowed;
    }

    .suggest-submit-btn {
      min-width: 124px;
      min-height: 42px;
      padding: 0 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      align-self: flex-end;
      border-radius: 12px;
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
      position: relative;
    }

    .suggest-submit-btn.btn.primary:hover:not(:disabled),
    .suggest-submit-btn.btn.primary:focus-visible,
    .suggest-submit-btn.btn.primary:active {
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
    }

    .suggest-submit-btn.is-loading {
      cursor: wait;
    }

    .suggest-submit-btn.is-loading::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 999px;
      border: 2px solid rgba(255, 255, 255, 0.38);
      border-top-color: #fff;
      animation: suggest-submit-spin 0.72s linear infinite;
      flex: 0 0 auto;
    }

    @keyframes suggest-submit-spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    #ownershipClaimSubmitBtn {
      min-width: 144px;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 12px;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
    }

    .ownership-claim-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      position: relative;
      flex: 0 0 auto;
      align-self: flex-end;
    }

    #ownershipClaimForm .modal-actions {
      width: 100%;
      margin-top: 10px;
      padding-top: 0;
      justify-content: flex-end;
    }

    #ownershipClaimSubmitBtn.btn.primary:hover:not(:disabled),
    #ownershipClaimSubmitBtn.btn.primary:focus-visible,
    #ownershipClaimSubmitBtn.btn.primary:active {
      border-color: var(--accent);
      background: var(--accent);
      color: #fff;
      box-shadow: none;
      text-decoration: none;
      opacity: 1;
    }

    .ownership-claim-submit-btn.is-loading {
      cursor: wait;
    }

    .ownership-claim-submit-btn.is-loading::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 999px;
      border: 2px solid rgba(255, 255, 255, 0.38);
      border-top-color: #fff;
      animation: suggest-submit-spin 0.72s linear infinite;
      flex: 0 0 auto;
    }

    .submit-status {
      margin: 0;
      font-size: 0.84rem;
      color: #2f4f73;
    }

    .review-compose-note {
      display: grid;
      gap: 6px;
    }

    .review-compose-shop-row {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      flex-wrap: wrap;
    }

    .review-compose-note strong {
      color: #284764;
      font-size: 0.88rem;
      line-height: 1.35;
    }

    .review-compose-visit {
      color: #64748b;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.35;
    }

    .review-compose-note > p {
      margin: 0;
      color: #5d7289;
      font-size: 0.8rem;
      line-height: 1.5;
      word-break: keep-all;
    }

    .review-highlight-field {
      display: grid;
      gap: 10px;
      min-width: 0;
    }

    .review-highlight-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }

    .review-highlight-count {
      color: var(--accent);
      font-size: 0.76rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .review-highlight-picker {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      position: static;
      min-height: 0;
      height: auto;
      overflow: visible;
    }

    .review-highlight-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid #d6e2ee;
      background: #fff;
      color: #5d7289;
      font: inherit;
      font-size: 0.8rem;
      font-weight: 700;
      cursor: pointer;
      transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    }

    .review-highlight-btn-emoji {
      flex: 0 0 auto;
      font-size: 0.92rem;
      line-height: 1;
    }

    .review-highlight-btn:hover,
    .review-highlight-btn:focus-visible,
    .review-highlight-btn.is-selected {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
    }

    .review-compose-length {
      margin-top: 8px;
      color: #7890a9;
      font-size: 0.76rem;
      line-height: 1.2;
      text-align: right;
    }

    #shopReviewModal .modal-body {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    #shopReviewModal .suggest-field-block {
      flex: 0 0 auto;
    }

    #shopReviewModal .suggest-field-grow {
      display: grid;
      gap: 6px;
    }

    .shop-review-photo-picker {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 12px;
    }

    .shop-review-photo-picker .photo-file-pick-summary {
      flex: 0 1 auto;
    }

    .photo-upload-note {
      margin: 0;
      color: #3f5f7f;
      font-size: 0.82rem;
      line-height: 1.5;
      font-weight: 600;
      word-break: keep-all;
    }

    .ownership-claim-guide {
      margin: 0;
      padding-left: 18px;
      color: #35506d;
      font-size: 0.8rem;
      line-height: 1.55;
      font-weight: 600;
      display: grid;
      gap: 4px;
    }

    .photo-upload-help {
      margin: 0;
      color: #5e7894;
      font-size: 0.76rem;
      line-height: 1.45;
    }

    :root[data-theme='dark'] .map-stage {
      background: #0f172a;
    }

    :root[data-theme='dark'] .map-stage::before {
      content: none;
    }

    :root[data-theme='dark'] .map-canvas > div[style] {
      background:
        radial-gradient(circle at 16% 14%, rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16) 0%, rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0) 36%),
        radial-gradient(circle at 88% 82%, rgba(14, 165, 233, 0.1) 0%, rgba(14, 165, 233, 0) 42%),
        linear-gradient(140deg, #0f172a 0%, #111827 100%) !important;
    }

    :root[data-theme='dark'] .map-canvas .gm-err-container {
      background: rgba(15, 23, 42, 0.92) !important;
    }

    :root[data-theme='dark'] .map-canvas .gm-err-content {
      border-color: #2b3a50 !important;
      background: rgba(15, 23, 42, 0.96) !important;
      box-shadow: 0 18px 34px rgba(2, 6, 23, 0.34) !important;
    }

    :root[data-theme='dark'] .map-canvas .gm-err-title,
    :root[data-theme='dark'] .map-canvas .gm-err-message {
      color: #e5edf8 !important;
    }

    :root[data-theme='dark'] .map-canvas .gm-err-icon img {
      filter: brightness(0.82) saturate(0.86);
      opacity: 0.9;
    }

    :root[data-theme='dark'] .map-empty:not([hidden]) {
      color: #b9c8db;
    }

    :root[data-theme='dark'] .map-empty-state.fdc-empty-state {
      border-color: #2b3a50;
      background: rgba(15, 23, 42, 0.96);
      box-shadow: none;
    }

    :root[data-theme='dark'] .map-stage[data-map-state='error'] .map-empty-state.fdc-empty-state {
      border: 0;
      background: transparent;
    }

    :root[data-theme='dark'] .shop-detail-empty-state.fdc-empty-state {
      border-color: #30445b;
      background: #0f172a;
    }

    :root[data-theme='dark'] .map-photo-empty-state.fdc-empty-state {
      border: 0;
      background: transparent;
    }

    :root[data-theme='dark'] .map-photo-empty-upload-btn {
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .map-detail-write-btn {
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-write-btn:hover,
    :root[data-theme='dark'] .map-detail-write-btn:focus-visible {
      color: var(--accent-strong);
    }

    :root[data-theme='dark'] .map-detail-more-menu-trigger {
      background: transparent;
      color: #9ab5d0;
    }

    :root[data-theme='dark'] .map-detail-more-menu-trigger:hover,
    :root[data-theme='dark'] .map-detail-more-menu-trigger:focus-visible,
    :root[data-theme='dark'] .map-detail-more-menu[open] .map-detail-more-menu-trigger {
      background: transparent;
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .shop-post-compose-note strong,
    :root[data-theme='dark'] .shop-post-compose-select,
    :root[data-theme='dark'] .shop-post-compose-title-input {
      color: #e7eef8;
    }

    :root[data-theme='dark'] .shop-post-compose-note p,
    :root[data-theme='dark'] .shop-post-compose-length,
    :root[data-theme='dark'] .shop-post-compose-select-caret,
    :root[data-theme='dark'] .shop-post-compose-check,
    :root[data-theme='dark'] .shop-post-compose-selected-game-remove {
      color: #a8b8ca;
    }

    :root[data-theme='dark'] .shop-post-compose-select,
    :root[data-theme='dark'] .shop-post-compose-title-input,
    :root[data-theme='dark'] .shop-post-compose-check,
    :root[data-theme='dark'] .shop-post-compose-selected-game-item {
      border-color: #3a4f67;
      background: #17253a;
    }

    :root[data-theme='dark'] .shop-post-compose-selected-game-name {
      color: #e7eef8;
    }

    :root[data-theme='dark'] .map-photo-empty-state .fdc-empty-state-icon {
      color: #9db6d1;
    }

    :root[data-theme='dark'] .map-photo-empty-title {
      color: #d5e4f5;
    }

    :root[data-theme='dark'] .map-photo-empty-desc {
      color: #90a7c0;
    }

    :root[data-theme='dark'] .photo-upload-note {
      color: #c0d0e4;
    }

    :root[data-theme='dark'] .ownership-claim-guide {
      color: #c8d7ea;
    }

    :root[data-theme='dark'] .review-compose-note strong {
      color: #d7e8f9;
    }

    :root[data-theme='dark'] .review-compose-visit {
      color: #9db5cd;
    }

    :root[data-theme='dark'] .review-compose-note > p,
    :root[data-theme='dark'] .review-compose-length {
      color: #9db5cd;
    }

    :root[data-theme='dark'] .review-highlight-btn {
      border-color: #30475d;
      background: rgba(15, 23, 42, 0.82);
      color: #b5cce3;
    }

    :root[data-theme='dark'] .review-highlight-btn:hover,
    :root[data-theme='dark'] .review-highlight-btn:focus-visible,
    :root[data-theme='dark'] .review-highlight-btn.is-selected {
      border-color: var(--fdc-color-accent-strong, #60a5fa);
      background: rgba(32, 79, 145, 0.22);
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .photo-upload-help {
      color: #98aac2;
    }

    :root[data-theme='dark'] .photo-file-pick-btn {
      background: #13263f;
      border-color: #2f4a67;
      color: var(--accent);
    }


    :root[data-theme='dark'] .map-suggest-link,
    :root[data-theme='dark'] .map-claim-btn {
      background: transparent;
    }

    :root[data-theme='dark'] .map-suggest-link {
      color: #86efac;
    }

    :root[data-theme='dark'] .map-claim-btn {
      color: var(--accent);
    }

    :root[data-theme='dark'] .photo-file-pick-summary {
      color: #98aac2;
    }

    :root[data-theme='dark'] .map-notice,
    :root[data-theme='dark'] .shop-pill-popup,
    :root[data-theme='dark'] .panel-toggle,
    :root[data-theme='dark'] .map-detail-photo-more,
    :root[data-theme='dark'] .photo-more-btn,
    :root[data-theme='dark'] .offline-shops-maintenance-state,
    :root[data-theme='dark'] .suggest-panel,
    :root[data-theme='dark'] .preview-summary-field,
    :root[data-theme='dark'] .plain-list-item,
    :root[data-theme='dark'] .official-item,
    :root[data-theme='dark'] .field-input,
    :root[data-theme='dark'] .filter-option,
    :root[data-theme='dark'] .text-btn {
      background: #111827;
      border-color: var(--line);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-tabs {
      border-bottom-color: var(--offline-shops-line-strong);
    }

    :root[data-theme='dark'] .map-detail-tab-btn {
      background: transparent;
      border-color: transparent;
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-tab-btn.is-active,
    :root[data-theme='dark'] .map-detail-tab-btn:hover,
    :root[data-theme='dark'] .map-detail-tab-btn:focus-visible {
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-tab-btn.is-active::after {
      background: var(--accent);
    }

    :root[data-theme='dark'] body.offline-shops-page .map-detail-tabs {
      border-bottom-color: var(--offline-shops-line-strong);
    }

    :root[data-theme='dark'] body.offline-shops-page .map-detail-tab-btn {
      border: 0;
      border-bottom: 0;
      background: transparent;
      color: var(--text-main);
    }

    :root[data-theme='dark'] body.offline-shops-page .map-detail-tab-btn.is-active,
    :root[data-theme='dark'] body.offline-shops-page .map-detail-tab-btn:hover,
    :root[data-theme='dark'] body.offline-shops-page .map-detail-tab-btn:focus-visible {
      border-bottom-color: transparent;
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-inline-tab-btn {
      border-color: #314256;
      background: #0f172a;
      color: #94a3b8;
    }

    :root[data-theme='dark'] .map-detail-inline-tab-btn.is-active,
    :root[data-theme='dark'] .map-detail-inline-tab-btn:hover {
      border-color: rgba(var(--fdc-color-accent-emphasis-rgb, 147, 197, 253), 0.3);
      background: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.12);
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .map-detail-inline-tab-btn:focus-visible {
      outline: none;
      border-color: var(--fdc-focus-ring-color);
      box-shadow:
        0 0 0 2px #0f172a,
        0 0 0 4px var(--fdc-focus-ring-shadow);
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }
    :root[data-theme='dark'] .game-item-link-btn {
      background: #0f172a;
      border-color: #314256;
      color: #a9bfd6;
    }

    :root[data-theme='dark'] .game-item-link-btn--page {
      color: #94a3b8;
    }

    :root[data-theme='dark'] .game-item-link-btn:hover,
    :root[data-theme='dark'] .game-item-link-btn:focus-visible,
    :root[data-theme='dark'] .game-item-link-btn--page:hover,
    :root[data-theme='dark'] .game-item-link-btn--page:focus-visible {
      color: var(--fdc-color-accent-emphasis, #93c5fd);
      border-color: rgba(var(--fdc-color-accent-emphasis-rgb, 147, 197, 253), 0.3);
      background: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.12);
    }

    :root[data-theme='dark'] .game-item-link-btn--page:hover,
    :root[data-theme='dark'] .game-item-link-btn--page:focus-visible {
      background: transparent;
      border-color: transparent;
    }


    :root[data-theme='dark'] .search-input,
    :root[data-theme='dark'] #gameFilterBtn,
    :root[data-theme='dark'] #certFilterBtn,
    :root[data-theme='dark'] #sortBtn,
    :root[data-theme='dark'] #suggestFieldBtn,
    :root[data-theme='dark'] #gameFilterPanel,
    :root[data-theme='dark'] #certFilterPanel,
    :root[data-theme='dark'] #sortPanel,
    :root[data-theme='dark'] #suggestFieldPanel,
    :root[data-theme='dark'] .filter-search-input,
    :root[data-theme='dark'] .filter-mode-btn,
    :root[data-theme='dark'] .offline-shops-state-host,
    :root[data-theme='dark'] .shop-card,
    :root[data-theme='dark'] .load-wrap,
    :root[data-theme='dark'] .left-search,
    :root[data-theme='dark'] .map-side-rail,
    :root[data-theme='dark'] .panel-left,
    :root[data-theme='dark'] .map-footer {
      background: var(--offline-shops-panel-bg);
      border-color: var(--line);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .offline-shops-list-ad .fdc-shared-ad-slot__placeholder,
    :root[data-theme='dark'] .map-bottom-ad .fdc-shared-ad-slot__placeholder {
      border-color: var(--offline-shops-line-strong);
      background: rgba(15, 23, 42, 0.92);
      color: var(--text-sub);
    }

    :root[data-theme='dark'] .rail-btn {
      background: #152033;
      border-color: var(--offline-shops-line-strong);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .rail-btn:hover,
    :root[data-theme='dark'] .rail-btn:focus-visible {
      background: var(--fdc-shared-button-hover-bg);
      border-color: color-mix(in srgb, var(--accent) 28%, #2a3b56);
      color: var(--fdc-shared-button-hover-text);
    }

    :root[data-theme='dark'] .rail-btn.is-active {
      background: var(--fdc-shared-button-hover-bg);
      border-color: color-mix(in srgb, var(--accent) 30%, #4b5563);
      color: var(--fdc-shared-button-hover-text);
    }

    :root[data-theme='dark'] .plain-list-item.preview-summary-value {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .plain-list-item.preview-summary-value.preview-summary-count {
      color: #e7f0fb;
    }

    :root[data-theme='dark'] .shop-pill-popup:focus,
    :root[data-theme='dark'] .shop-pill-popup:focus-visible,
    :root[data-theme='dark'] .shop-pill-popup:active {
      border-color: var(--line);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    :root[data-theme='dark'] .map-empty,
    :root[data-theme='dark'] .data-disclaimer,
    :root[data-theme='dark'] .filter-empty,
    :root[data-theme='dark'] .offline-shops-login-state .fdc-status-card-body,
    :root[data-theme='dark'] .shop-pill-address,
    :root[data-theme='dark'] .muted,
    :root[data-theme='dark'] .official-tag,
    :root[data-theme='dark'] .sort-meta,
    :root[data-theme='dark'] .submit-status,
    :root[data-theme='dark'] .offline-shops-maintenance-state .fdc-status-card-body {
      color: var(--text-sub);
    }

    :root[data-theme='dark'] .official-item {
      background: transparent;
      border-color: transparent;
    }

    :root[data-theme='dark'] .privacy-action-btn {
      background: #111827;
      border-color: var(--line);
      color: var(--text-sub);
    }

    :root[data-theme='dark'] .rail-links-item {
      background: #152033;
      border-color: var(--offline-shops-line-strong);
      color: var(--text-sub);
    }

    :root[data-theme='dark'] .rail-links-section-title {
      color: #dbe7f6;
    }


    .business-info-panel {
      display: grid;
      gap: 12px;
    }

    .business-info-note {
      margin: 0;
      color: #3f5f7f;
      font-size: 0.82rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .business-info-list {
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .business-info-list div {
      padding: 0;
      background: transparent;
    }

    .business-info-list dt {
      margin: 0;
      color: #405873;
      font-size: 0.84rem;
      font-weight: 700;
      text-transform: none;
    }

    .business-info-list dd {
      margin: 6px 0 0;
      color: #3f5f7f;
      font-size: 0.82rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .business-info-panel table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.82rem;
      color: #3f5f7f;
    }

    .business-info-panel th,
    .business-info-panel td {
      padding: 10px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
      line-height: 1.5;
    }

    .business-info-panel th {
      width: 34%;
      color: #405873;
      font-size: 0.84rem;
      font-weight: 700;
    }

    .business-info-panel td {
      color: #3f5f7f;
      font-size: 0.82rem;
      font-weight: 600;
    }

    .business-info-panel p,
    .business-info-panel li {
      margin: 0;
      color: #3f5f7f;
      font-size: 0.82rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .business-info-panel a {
      color: var(--accent-strong);
      font-size: 0.82rem;
      font-weight: 700;
      text-decoration: none;
      text-underline-offset: 2px;
    }

    .business-info-panel a:hover {
      color: var(--accent);
      text-decoration: underline;
    }

    .business-info-supplement {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      display: grid;
      gap: 8px;
    }

    .business-info-supplement p {
      margin: 0;
      color: #3f5f7f;
      font-size: 0.82rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .business-info-supplement strong {
      color: #405873;
      font-weight: 700;
      margin-right: 6px;
    }

    .business-info-panel ul {
      margin: 0;
      padding-left: 18px;
      display: grid;
      gap: 8px;
    }

    .business-info-panel > *:first-child {
      margin-top: 0;
    }

    .business-info-panel > *:last-child {
      margin-bottom: 0;
    }

    :root[data-theme='dark'] .shop-pill-name,
    :root[data-theme='dark'] .shop-name,
    :root[data-theme='dark'] .map-shop-name,
    :root[data-theme='dark'] .offline-shops-login-state .fdc-status-card-title,
    :root[data-theme='dark'] .offline-shops-maintenance-state .fdc-status-card-title,
    :root[data-theme='dark'] .suggest-modal-title,
    :root[data-theme='dark'] .suggest-section-title,
    :root[data-theme='dark'] .preview-heading,
    :root[data-theme='dark'] .preview-field-label {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .field-required-mark {
      color: var(--accent);
    }

    :root[data-theme='dark'] .suggest-modal-subtitle,
    :root[data-theme='dark'] .suggest-info-note {
      color: #9fb0c6;
    }

    :root[data-theme='dark'] .shop-detail-card {
      border-color: rgba(148, 163, 184, 0.22);
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.98));
    }

    :root[data-theme='dark'] .shop-detail-card-title {
      color: #e2ebf5;
    }

    :root[data-theme='dark'] .shop-detail-card-meta {
      color: #a9bdd3;
    }

    :root[data-theme='dark'] .shop-detail-card-copy {
      color: #c4d3e3;
    }

    :root[data-theme='dark'] .shop-detail-post-media-cell {
      border-color: rgba(148, 163, 184, 0.24);
      background: #182433;
    }

    :root[data-theme='dark'] .shop-detail-post-media-thumb {
      background: #182433;
    }

    :root[data-theme='dark'] .fdc-shop-post-tile--shop-detail,
    :root[data-theme='dark'] .fdc-shop-post-tile--shop-detail:hover,
    :root[data-theme='dark'] .fdc-shop-post-tile--shop-detail:focus-within {
      border-color: transparent;
      background: transparent;
      box-shadow: none;
    }

    :root[data-theme='dark'] .shop-post-compose-category-chip {
      opacity: 0.68;
      filter: saturate(0.84);
    }

    :root[data-theme='dark'] .shop-post-compose-category-chip:hover,
    :root[data-theme='dark'] .shop-post-compose-category-chip:focus-visible {
      opacity: 0.88;
      filter: saturate(0.94);
    }

    :root[data-theme='dark'] .shop-post-compose-category-chip.is-selected {
      opacity: 1;
      filter: none;
    }

    :root[data-theme='dark'] .shop-detail-post-title-pin {
      color: var(--fdc-color-accent-strong, #60a5fa);
    }

    :root[data-theme='dark'] .fdc-shop-post-tile__chip--category.fdc-content-chip--category {
      transition: box-shadow 0.18s ease, filter 0.18s ease;
    }

    :root[data-theme='dark'] .fdc-shop-post-tile__chip--category.fdc-content-chip--category:hover,
    :root[data-theme='dark'] .fdc-shop-post-tile__chip--category.fdc-content-chip--category:focus-visible {
      box-shadow: inset 0 0 0 1px rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.2);
      filter: brightness(1.04);
    }

    :root[data-theme='dark'] .fdc-shop-post-tile__chip--category.fdc-content-chip--category.is-active-filter {
      box-shadow: inset 0 0 0 1px rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.26);
    }

    :root[data-theme='dark'] .shop-detail-post-search-summary {
      color: #a9bdd3;
    }

    :root[data-theme='dark'] .map-detail-tab-panel:is([data-tab-panel='calendar'], [data-tab-panel='posts']) .shop-detail-post-search.fdc-search-shell--surface {
      --fdc-search-shell-bg: rgba(15, 23, 42, 0.96);
      --fdc-search-shell-hover-bg: rgba(22, 33, 52, 0.98);
      --fdc-search-shell-active-bg: rgba(22, 33, 52, 1);
      --fdc-search-shell-border: color-mix(in srgb, var(--text-main) 24%, transparent);
      --fdc-search-shell-hover-border: color-mix(in srgb, var(--text-main) 34%, transparent);
      --fdc-search-shell-focus-border: color-mix(in srgb, var(--accent) 58%, transparent);
      --fdc-search-shell-text: var(--text-main);
      --fdc-search-shell-placeholder: color-mix(in srgb, var(--text-main) 72%, transparent);
      --fdc-search-shell-icon-color: color-mix(in srgb, var(--text-main) 82%, transparent);
    }

    :root[data-theme='dark'] .modal-card-shop-post-filter .fdc-shared-select-search.fdc-search-shell--surface {
      --fdc-search-shell-bg: rgba(15, 23, 42, 0.96);
      --fdc-search-shell-hover-bg: rgba(22, 33, 52, 0.98);
      --fdc-search-shell-border: color-mix(in srgb, var(--text-main) 22%, transparent);
      --fdc-search-shell-focus-border: color-mix(in srgb, var(--accent) 58%, transparent);
      --fdc-search-shell-text: var(--text-main);
      --fdc-search-shell-placeholder: color-mix(in srgb, var(--text-main) 70%, transparent);
      --fdc-search-shell-icon-color: color-mix(in srgb, var(--text-main) 82%, transparent);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .shop-calendar-date-heading,
    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .shop-detail-head-icon-btn {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .map-detail-calendar-toggle {
      border-color: color-mix(in srgb, var(--text-main) 42%, transparent);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .map-detail-calendar-toggle:has(input:checked) {
      border-color: color-mix(in srgb, var(--accent) 48%, transparent);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .calendar-event-card {
      border-color: color-mix(in srgb, var(--text-main) 26%, transparent);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='calendar'] .calendar-event-card .fdc-content-chip--game {
      --fdc-content-chip-game-bg: color-mix(in srgb, var(--fdc-color-accent) 16%, #ffffff);
      --fdc-content-chip-game-border: color-mix(in srgb, var(--fdc-color-accent) 28%, transparent);
      --fdc-content-chip-game-text: var(--fdc-color-accent);
      background: var(--fdc-content-chip-game-bg);
      border-color: var(--fdc-content-chip-game-border);
      color: var(--fdc-content-chip-game-text);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='posts'] .shop-detail-head-icon-btn {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='posts'] .fdc-shop-post-tile--shop-surface {
      --fdc-shop-post-tile-bg: rgba(15, 23, 42, 0.92);
      --fdc-shop-post-tile-border: color-mix(in srgb, var(--text-main) 26%, transparent);
      --fdc-shop-post-tile-title: var(--text-main);
      --fdc-shop-post-tile-copy: var(--text-main);
      --fdc-shop-post-tile-meta: var(--text-main);
      --fdc-shop-post-tile-hover-bg: rgba(16, 26, 43, 0.98);
      --fdc-shop-post-tile-hover-border: color-mix(in srgb, var(--accent) 48%, transparent);
      --fdc-shop-post-tile-hover-ring: color-mix(in srgb, var(--accent) 14%, transparent);
    }

    :root[data-theme='dark'] .map-detail-tab-panel[data-tab-panel='posts'] .fdc-shop-post-tile__chip--game.fdc-content-chip--game {
      --fdc-content-chip-game-bg: color-mix(in srgb, var(--fdc-color-accent) 16%, #ffffff);
      --fdc-content-chip-game-border: color-mix(in srgb, var(--fdc-color-accent) 28%, transparent);
      --fdc-content-chip-game-text: var(--fdc-color-accent);
      background: var(--fdc-content-chip-game-bg);
      border-color: var(--fdc-content-chip-game-border);
      color: var(--fdc-content-chip-game-text);
    }

    :root[data-theme='dark'] .shop-detail-head-icon-btn {
      background: transparent;
      color: #8fa6c0;
    }

    :root[data-theme='dark'] .shop-detail-head-icon-btn:hover,
    :root[data-theme='dark'] .shop-detail-head-icon-btn:focus-visible,
    :root[data-theme='dark'] .shop-detail-head-icon-btn.is-active {
      color: var(--accent);
    }

    :root[data-theme='dark'] .shop-detail-card-menu-trigger {
      background: transparent;
      color: #d6e2f3;
    }

    :root[data-theme='dark'] .shop-detail-card-menu-trigger:hover,
    :root[data-theme='dark'] .shop-detail-card-menu-trigger:focus-visible,
    :root[data-theme='dark'] .shop-detail-card-menu[open] .shop-detail-card-menu-trigger {
      background: var(--fdc-shared-menu-trigger-hover-bg, rgba(59, 130, 246, 0.18));
      color: var(--fdc-shared-menu-trigger-hover-text, #93c5fd);
    }

    :root[data-theme='dark'] .shop-detail-card-menu-panel {
      border-color: rgba(148, 163, 184, 0.22);
      background: rgba(15, 23, 42, 0.98);
      box-shadow: 0 18px 28px rgba(0, 0, 0, 0.34);
    }

    :root[data-theme='dark'] .shop-detail-card-menu-item {
      color: #d6e2f3;
    }

    :root[data-theme='dark'] .shop-detail-card-menu-item:hover,
    :root[data-theme='dark'] .shop-detail-card-menu-item:focus-visible {
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.18);
      color: var(--fdc-color-accent-soft, #dbeafe);
    }

    :root[data-theme='dark'] .shop-detail-card-menu-item.is-danger {
      color: #fecaca;
    }

    :root[data-theme='dark'] .shop-detail-card-menu-item.is-danger:hover,
    :root[data-theme='dark'] .shop-detail-card-menu-item.is-danger:focus-visible {
      background: rgba(239, 68, 68, 0.24);
      color: #fee2e2;
    }

    :root[data-theme='dark'] .shop-detail-review-action {
      border-color: rgba(148, 163, 184, 0.34);
      background: color-mix(in srgb, #0f172a 90%, #111827);
      color: #d6e2f3;
    }

    :root[data-theme='dark'] .shop-detail-review-action:hover,
    :root[data-theme='dark'] .shop-detail-review-action:focus-visible {
      border-color: rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.4);
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16);
      color: var(--fdc-color-accent-soft, #dbeafe);
      box-shadow: 0 0 0 2px rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.14);
    }

    :root[data-theme='dark'] .shop-detail-review-action.is-active {
      border-color: rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.34);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .shop-detail-review-date {
      color: #9db2c9;
    }

    :root[data-theme='dark'] .shop-review-detail-meta,
    :root[data-theme='dark'] .shop-review-detail-date {
      color: #9db2c9;
    }

    :root[data-theme='dark'] .shop-detail-review-visit {
      border-color: rgba(var(--fdc-color-accent-strong-rgb, 96, 165, 250), 0.34);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .business-info-panel a {
      color: var(--accent);
    }

    :root[data-theme='dark'] .business-info-panel a:hover {
      color: var(--fdc-blue-100, #dbeafe);
    }

    :root[data-theme='dark'] .business-info-note,
    :root[data-theme='dark'] .business-info-list dd,
    :root[data-theme='dark'] .business-info-panel td,
    :root[data-theme='dark'] .business-info-panel p,
    :root[data-theme='dark'] .business-info-panel li,
    :root[data-theme='dark'] .business-info-supplement p {
      color: #c0d0e4;
    }

    :root[data-theme='dark'] .business-info-list dt,
    :root[data-theme='dark'] .business-info-panel th,
    :root[data-theme='dark'] .business-info-supplement strong {
      color: #e2ebf5;
    }

    :root[data-theme='dark'] .business-info-panel table {
      color: #c0d0e4;
    }

    :root[data-theme='dark'] .map-address-copy-btn {
      background: transparent;
      border: 0;
      color: #ffffff;
    }

    :root[data-theme='dark'] .map-address-copy-btn.is-copied {
      background: transparent;
      color: #86efac;
    }

    :root[data-theme='dark'] .map-address-copy-btn.is-error {
      background: transparent;
      color: #fecaca;
    }

    :root[data-theme='dark'] .map-games-links-group {
      border-top-color: #334155;
      border-bottom-color: #334155;
    }

    :root[data-theme='dark'] .map-games-links-divider {
      background: #334155;
    }

      border-bottom-color: var(--accent);
      color: var(--accent);
    }

    .rail-links-note {
      display: grid;
      gap: 6px;
      margin-top: 8px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
    }

    .rail-links-note-copy {
      margin: 0;
      color: var(--text-sub);
      font-size: 0.75rem;
      line-height: 1.6;
      letter-spacing: -0.01em;
      word-break: keep-all;
    }

    .rail-links-note-copy + .rail-links-note-copy {
      margin-top: 0;
    }

    .rail-links-note-email {
      margin-top: 6px;
    }

    :root[data-theme='dark'] .map-detail-tab-count,
    :root[data-theme='dark'] .map-footer .map-detail-count-badge {
      border-color: var(--accent-line);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-tab-count-text {
      color: #9fb2c8;
    }

    :root[data-theme='dark'] .map-detail-block {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

    :root[data-theme='dark'] .map-detail-block-title {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-copy {
      color: #d7e3f2;
    }

    :root[data-theme='dark'] .map-detail-meta-list {
      background: transparent;
      border-color: transparent;
    }

    :root[data-theme='dark'] .map-detail-meta-row + .map-detail-meta-row {
      border-color: var(--line);
    }

    :root[data-theme='dark'] .map-detail-video-card {
      background: rgba(15, 23, 42, 0.92);
      border-color: rgba(148, 163, 184, 0.22);
    }

    :root[data-theme='dark'] .map-detail-video-thumb-wrap {
      background: rgba(30, 41, 59, 0.95);
    }

    :root[data-theme='dark'] .map-detail-meta-label {
      color: #8fa4bb;
    }

    :root[data-theme='dark'] .map-detail-meta-value,
    :root[data-theme='dark'] .map-detail-filter-item {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-external-info-copy {
      color: #9fb2c8;
    }

    :root[data-theme='dark'] .map-detail-external-info-link {
      color: #7db4e8;
    }

    :root[data-theme='dark'] .map-detail-external-info-link:hover {
      color: #a9d3f5;
    }

    :root[data-theme='dark'] .map-detail-hours-day {
      color: #9fb2c8;
    }

    :root[data-theme='dark'] .map-detail-hours-value,
    :root[data-theme='dark'] .map-detail-hours-summary {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-hours-summary-card {
      background: transparent;
    }

    :root[data-theme='dark'] .map-detail-hours-summary-chip--open {
      background: rgba(35, 197, 94, 0.16);
      color: #8ce3ae;
    }

    :root[data-theme='dark'] .map-detail-hours-summary-chip--pending {
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16);
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .map-detail-hours-summary-chip--closed,
    :root[data-theme='dark'] .map-detail-hours-summary-chip--neutral {
      background: rgba(148, 163, 184, 0.18);
      color: #d3deea;
    }

    :root[data-theme='dark'] .map-detail-hours-summary-meta,
    :root[data-theme='dark'] .map-detail-hours-summary-icon,
    :root[data-theme='dark'] .map-detail-exception-date,
    :root[data-theme='dark'] .map-detail-exception-reason {
      color: var(--fdc-color-text-main, #eef2f7);
    }

    :root[data-theme='dark'] .map-detail-hours-summary-icon {
      border-color: rgba(148, 163, 184, 0.22);
      background: rgba(15, 23, 42, 0.72);
    }

    :root[data-theme='dark'] .map-detail-exception-item {
      border-color: rgba(148, 163, 184, 0.18);
      background: rgba(15, 23, 42, 0.72);
    }

    :root[data-theme='dark'] .map-detail-exception-value {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-hours-today-chip {
      background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.16);
      color: var(--fdc-color-accent-emphasis, #93c5fd);
    }

    :root[data-theme='dark'] .map-detail-amenity-chip {
      border-color: var(--line);
      background: rgba(30, 41, 59, 0.72);
      color: var(--text-main);
    }

    .map-detail-additional-chip .material-symbols-outlined {
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-links-row .link-chip {
      background: transparent;
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-filter-list {
      border-top-color: rgba(148, 163, 184, 0.18);
    }

    :root[data-theme='dark'] .map-detail-filter-list-item {
      border-bottom-color: rgba(148, 163, 184, 0.18);
    }

    :root[data-theme='dark'] .map-detail-filter-item:hover,
    :root[data-theme='dark'] .map-detail-filter-item:focus-visible {
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-detail-filter-item-meta {
      color: #8fa4bb;
    }

    :root[data-theme='dark'] .map-detail-tab-panel .map-detail-block + .map-detail-block,
    :root[data-theme='dark'] .map-detail-section-divider {
      border-color: var(--line);
      background: var(--line);
    }

    :root[data-theme='dark'] .map-featured-game-card {
      border-color: var(--line);
      background: rgba(15, 23, 42, 0.78);
    }

    :root[data-theme='dark'] .map-featured-game-card.is-official {
      border-color: var(--accent-line);
      background: color-mix(in srgb, var(--accent) 12%, rgba(15, 23, 42, 0.82));
    }

    :root[data-theme='dark'] .map-featured-game-name {
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-note {
      color: var(--text-sub);
    }


    :root[data-theme='dark'] .map-inline-action,
    :root[data-theme='dark'] .map-inline-link,
    :root[data-theme='dark'] .map-detail-date-input {
      background: rgba(15, 23, 42, 0.72);
      border-color: rgba(148, 163, 184, 0.24);
      color: #dbe8f8;
    }

    :root[data-theme='dark'] .map-footer .chip:not(.fdc-content-chip),
    :root[data-theme='dark'] .map-footer .link-chip {
      background: #111827;
      border-color: var(--line);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-footer .chip-action {
      border-color: var(--accent-line);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-footer .map-detail-chip-trigger .fdc-content-chip--game {
      --fdc-content-chip-game-bg: color-mix(in srgb, var(--fdc-color-accent) 16%, #ffffff);
      --fdc-content-chip-game-border: color-mix(in srgb, var(--fdc-color-accent) 28%, transparent);
      --fdc-content-chip-game-text: var(--fdc-color-accent);
      background: var(--fdc-content-chip-game-bg);
      border-color: var(--fdc-content-chip-game-border);
      color: var(--fdc-content-chip-game-text);
    }

    :root[data-theme='dark'] .quick-game-chip {
      background: rgba(15, 23, 42, 0.92);
      border-color: #475a70;
      color: #d3e1ef;
    }


    :root[data-theme='dark'] .quick-game-chip.is-active {
      border-color: var(--accent);
      background: var(--accent-surface-strong);
      color: var(--accent);
    }

    :root[data-theme='dark'] .map-filter-toolbar .sort-trigger {
      background: #0f172a;
      border-color: var(--line);
      color: #fff;
    }

    :root[data-theme='dark'] .map-filter-toolbar .sort-meta {
      color: var(--text-sub);
      text-shadow: none;
    }

    :root[data-theme='dark'] #filterModal,
    :root[data-theme='dark'] #shopPostFilterModal,
    :root[data-theme='dark'] #shopCalendarFilterModal {
      background: rgba(2, 6, 23, 0.42);
    }

    :root[data-theme='dark'] .filter-modal-section-title {
      color: #e5edf7;
    }

    :root[data-theme='dark'] #filterModalResetBtn,
    :root[data-theme='dark'] #shopPostFilterModalResetBtn,
    :root[data-theme='dark'] #shopCalendarFilterModalResetBtn {
      color: #d4dfec;
      background: rgba(15, 23, 42, 0.9);
      border-color: rgba(95, 121, 151, 0.54);
    }

    :root[data-theme='dark'] #filterModalResetBtn:hover,
    :root[data-theme='dark'] #filterModalResetBtn:focus-visible,
    :root[data-theme='dark'] #filterModalResetBtn:active,
    :root[data-theme='dark'] #shopPostFilterModalResetBtn:hover,
    :root[data-theme='dark'] #shopPostFilterModalResetBtn:focus-visible,
    :root[data-theme='dark'] #shopPostFilterModalResetBtn:active,
    :root[data-theme='dark'] #shopCalendarFilterModalResetBtn:hover,
    :root[data-theme='dark'] #shopCalendarFilterModalResetBtn:focus-visible,
    :root[data-theme='dark'] #shopCalendarFilterModalResetBtn:active {
      color: var(--fdc-color-accent-soft, #dbeafe);
      background: rgba(30, 41, 59, 0.94);
      border-color: rgba(112, 156, 199, 0.72);
    }

    :root[data-theme='dark'] .search-filter-btn {
      color: #d7e7f7;
    }

    :root[data-theme='dark'] .search-filter-btn-count {
      box-shadow: 0 0 0 2px #0f172a;
    }

    :root[data-theme='dark'] .map-toolbar-search-input {
      background: rgba(15, 23, 42, 0.94);
      border-color: var(--line);
      color: var(--text-main);
    }

    :root[data-theme='dark'] .map-detail-sheet-grip {
      background: rgba(148, 163, 184, 0.72);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
    }

    :root[data-theme='dark'] .sort-option-btn {
      color: #d0dded;
    }


    :root[data-theme='dark'] .sort-option-btn.is-active {
      background: var(--accent-surface-strong);
      border-color: var(--accent-line);
      color: var(--accent);
    }

    :root[data-theme='dark'] .suggest-field-option-btn {
      color: #d0dded;
      background: #111827;
      border-color: #314256;
    }


    :root[data-theme='dark'] .suggest-field-option-btn.is-active {
      background: var(--accent-surface-strong);
      border-color: var(--accent-line);
      color: var(--accent);
    }

    :root[data-theme='dark'] .suggest-field-option-icon {
      color: #88a3c2;
    }

    :root[data-theme='dark'] .suggest-field-option-btn.is-active .suggest-field-option-icon {
      color: var(--accent);
    }


    :root[data-theme='dark'] .map-detail-tab-count {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
    }

    :root[data-theme='dark'] .shop-card.active {
      background: rgba(var(--fdc-color-accent-solid-rgb, 37, 99, 235), 0.2);
      box-shadow: none;
    }

    :root[data-theme='dark'] .shop-thumb-wrap {
      border-color: #334155;
      background: #17253a;
    }

    :root[data-theme='dark'] .map-detail-gallery-count {
      background: rgba(15, 23, 42, 0.9);
      color: #e5eef8;
    }

    :root[data-theme='dark'] .shop-thumb,
    :root[data-theme='dark'] .map-profile-thumb {
      background: var(--fdc-shop-photo-surface, #17253a);
    }

    :root[data-theme='dark'] .shop-photo-like-btn {
      border-color: #3f536d;
      background: rgba(17, 24, 39, 0.9);
      color: #d6e2f3;
    }

    :root[data-theme='dark'] .map-profile-thumb-wrap {
      border-color: #3a4f67;
      background: var(--fdc-shop-photo-surface, #17253a);
    }

    :root[data-theme='dark'] .map-detail-top .shop-thumb-wrap {
      background: var(--fdc-shop-photo-surface, #17253a);
    }

    :root[data-theme='dark'] .shop-thumb-wrap,
    :root[data-theme='dark'] button.map-detail-gallery-tile,
    :root[data-theme='dark'] .map-detail-hero,
    :root[data-theme='dark'] .map-detail-hero-empty {
      --fdc-shop-photo-surface: #17253a;
      --fdc-shop-photo-hero-surface: #17253a;
      background-color: var(--fdc-shop-photo-surface);
    }

    :root[data-theme='dark'] .shop-thumb-fallback {
      --fdc-shop-photo-fallback-surface:
        radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 42%),
        linear-gradient(135deg, #1b2840 0%, #1d2f4c 100%);
      color: var(--accent);
    }

    :root[data-theme='dark'] .shop-thumb-fallback .shop-fallback-symbol,
    :root[data-theme='dark'] .map-profile-thumb-wrap .shop-fallback-symbol,
    :root[data-theme='dark'] .map-detail-hero-empty .shop-fallback-symbol {
      color: var(--accent);
    }

    :root[data-theme='dark'] .section-label,
    :root[data-theme='dark'] .field-label,
    :root[data-theme='dark'] .preview-field-label {
      color: var(--text-sub);
    }

    :root[data-theme='dark'] .link-chip,
    :root[data-theme='dark'] .chip:not(.fdc-content-chip) {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent);
    }

    :root[data-theme='dark'] .count-badge {
      color: var(--accent);
      background: transparent;
      border-color: transparent;
    }

    :root[data-theme='dark'] .map-badge.map-badge-chat,
    :root[data-theme='dark'] .map-badge.map-badge-share,
    :root[data-theme='dark'] .map-badge.map-badge-notification {
      border-color: rgba(148, 163, 184, 0.34);
      background: rgba(15, 23, 42, 0.94) !important;
      color: #cbd5e1;
    }

    :root[data-theme='dark'] .map-badge.map-badge-bookmark {
      border-color: rgba(148, 163, 184, 0.34);
      background: rgba(15, 23, 42, 0.94) !important;
      color: #cbd5e1;
    }

    :root[data-theme='dark'] .map-badge.map-badge-notification.is-disabled {
      border-color: rgba(100, 116, 139, 0.36);
      background: rgba(15, 23, 42, 0.78) !important;
      color: #64748b;
    }

    :root[data-theme='dark'] .map-badge.map-badge-chat:hover,
    :root[data-theme='dark'] .map-badge.map-badge-chat:focus-visible,
    :root[data-theme='dark'] .map-badge.map-badge-chat:active,
    :root[data-theme='dark'] .map-badge.map-badge-share:hover,
    :root[data-theme='dark'] .map-badge.map-badge-share:focus-visible,
    :root[data-theme='dark'] .map-badge.map-badge-share:active,
    :root[data-theme='dark'] .map-badge.map-badge-notification:not(.is-disabled):hover,
    :root[data-theme='dark'] .map-badge.map-badge-notification:not(.is-disabled):focus-visible,
    :root[data-theme='dark'] .map-badge.map-badge-notification:not(.is-disabled):active,
    :root[data-theme='dark'] .map-badge.map-badge-bookmark:hover:not(:disabled),
    :root[data-theme='dark'] .map-badge.map-badge-bookmark:focus-visible:not(:disabled),
    :root[data-theme='dark'] .map-badge.map-badge-bookmark:active:not(:disabled) {
      border-color: rgba(var(--fdc-color-accent-emphasis-rgb, 147, 197, 253), 0.3);
      background: rgba(30, 41, 59, 0.96) !important;
      color: #eef5ff;
    }

    :root[data-theme='dark'] .map-badge.map-badge-bookmark.is-active {
      border-color: var(--accent);
      background: var(--accent-soft) !important;
      color: var(--accent);
    }

    :root[data-theme='dark'] .filter-mode-btn.is-active,
    :root[data-theme='dark'] .filter-option:has(input:checked) {
      background: var(--accent-soft);
      border-color: var(--accent);
      color: var(--accent);
    }

    :root[data-theme='dark'] #gameFilterBtn[aria-expanded='true'],
    :root[data-theme='dark'] #certFilterBtn[aria-expanded='true'],
    :root[data-theme='dark'] #sortBtn[aria-expanded='true'],
    :root[data-theme='dark'] #suggestFieldBtn[aria-expanded='true'],
    :root[data-theme='dark'] #gameFilterBtn.is-active,
    :root[data-theme='dark'] #certFilterBtn.is-active,
    :root[data-theme='dark'] #sortBtn.is-active,
    :root[data-theme='dark'] #suggestFieldBtn.is-active {
      background: var(--panel);
      border-color: var(--line);
      color: var(--text-main);
      box-shadow: none;
    }

    :root[data-theme='dark'] #sortBtn[aria-expanded='true'],
    :root[data-theme='dark'] #sortBtn.is-active {
      background: #0f172a;
      border-color: var(--line);
      color: var(--text-main);
      box-shadow: none;
    }

    :root[data-theme='dark'] #gameFilterBtn[aria-expanded='true'],
    :root[data-theme='dark'] #certFilterBtn[aria-expanded='true'],
    :root[data-theme='dark'] #gameFilterBtn.is-active,
    :root[data-theme='dark'] #certFilterBtn.is-active {
      background: #0f172a;
      border-color: var(--line);
      color: var(--text-main);
      box-shadow: none;
    }

    :root[data-theme='dark'] body.panels-collapsed .panel-left::before,
    :root[data-theme='dark'] body.detail-panel-collapsed .map-footer::before {
      background: #111827;
    }

    @keyframes fade-in {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes card-in {
      from { opacity: 0; transform: translateY(5px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 1200px) {
      :root {
        --side-panel-width: clamp(260px, 32vw, 320px);
        --panel-gap: 10px;
      }
    }

    @media (max-width: 980px) {
      :root {
        --side-panel-width: clamp(248px, 31vw, 288px);
        --left-panel-width: clamp(292px, 35vw, 320px);
        --detail-panel-width: clamp(224px, 27vw, 256px);
        --panel-gap: 8px;
        --panel-top-gap: calc(var(--header-offset) + 16px);
        --viewport-bottom-gap: calc(env(safe-area-inset-bottom, 0px) + 52px);
      }
    }

    @media (max-width: 960px) {
      .suggest-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .suggest-field-block.suggest-field-grow .field-area {
        max-height: min(34vh, 240px);
      }

      .modal-card-suggest .modal-body {
        min-height: 0;
      }
    }

    @media (max-width: 760px) {
      :root {
        --side-rail-width: 60px;
        --side-rail-gap: 8px;
        --map-shell-left: 0;
        --map-toolbar-margin-left: 0;
      }

      .map-detail-inline-tab-btn {
        min-height: 44px;
        padding-inline: 14px;
      }

      .initial-loading-overlay {
        position: fixed;
        inset: 0;
        z-index: 100;
      }

      body .fixed-brand-bar[data-shared-header],
      body .top-strip[data-shared-header] {
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
      }

      .map-side-rail {
        display: none;
      }

      .rail-btn {
        flex: 0 0 52px;
        width: 52px;
        min-width: 52px;
        min-height: 52px;
        height: 52px;
        aspect-ratio: 1;
        border-radius: 16px;
        flex-direction: column;
        gap: 3px;
        padding: 4px 2px;
        font-size: 0.66rem;
        justify-content: center;
        box-shadow: 0 8px 18px rgba(13, 27, 44, 0.14);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }

      .rail-btn-icon {
        font-size: 1.18rem;
      }

      .rail-btn-label {
        font-size: 0.62rem;
        white-space: nowrap;
        text-align: center;
      }

      body.offline-shops-page .fixed-brand-bar[data-shared-header] .fdc-shell-utility-cluster,
      body.offline-shops-page .top-strip[data-shared-header] .fdc-shell-utility-cluster {
        right: 16px !important;
      }

      .panel-left {
        top: max(56px, calc(var(--header-offset, 0px) + 4px));
        left: 50%;
        right: auto;
        bottom: auto;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        height: auto;
        max-height: none;
        display: flex;
        transform: translateX(-50%);
        opacity: 1;
        pointer-events: auto;
        z-index: 15;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        overflow: visible;
        transition: opacity .2s ease;
      }

      .panel-left .left-search {
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      :root[data-theme='dark'] body.offline-shops-page:not(.mobile-list-open):not(.mobile-search-open) .panel-left,
      :root[data-theme='dark'] body.offline-shops-page:not(.mobile-list-open):not(.mobile-search-open) .panel-left .left-search {
        background: transparent;
      }

      .panel-left .list-scroll {
        display: none;
      }

      body.offline-shops-page:not(.mobile-list-open):not(.mobile-search-open) .panel-left #listScroll {
        display: none !important;
        pointer-events: none;
      }

      body.mobile-list-open .panel-left {
        top: auto;
        left: 8px;
        right: 8px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 78px);
        width: auto;
        height: min(72dvh, 620px);
        max-height: calc(100dvh - var(--header-offset, 0px) - 96px);
        z-index: 18;
        border: 1px solid var(--line);
        border-radius: 22px;
        box-shadow: 0 26px 54px rgba(15, 23, 42, 0.24);
        background: rgba(251, 253, 255, 0.98);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        overflow: hidden;
      }

      body.mobile-list-open .panel-left .left-search {
        padding: 12px;
        border-radius: 24px 24px 12px 12px;
        background: rgba(251, 253, 255, 0.98);
      }

      body.mobile-list-open .panel-left .list-scroll {
        display: block;
        flex: 1 1 auto;
        min-height: 0;
      }

      .mobile-panel-scrim {
        display: block;
        z-index: 13;
      }

      body.mobile-list-open .mobile-panel-scrim {
        opacity: 1;
        pointer-events: auto;
      }

      .map-footer {
        right: 12px;
        left: 12px;
        width: auto;
        top: auto;
        bottom: var(--mobile-global-nav-space);
        z-index: 14;
        min-height: 28vh;
        height: min(var(--mobile-detail-sheet-height, 52vh), calc(100dvh - var(--header-offset) - 24px));
        max-height: calc(100dvh - var(--header-offset) - 18px);
        border-radius: 20px;
        padding-top: 0;
        transition: transform .22s ease, opacity .22s ease, height .18s ease;
      }

      .map-bottom-ad {
        display: none;
      }

      body.mobile-list-open .map-footer {
        transform: translateY(calc(100% + 14px));
        opacity: 0;
        pointer-events: none;
      }

      body.mobile-detail-hidden .map-footer {
        transform: translateY(calc(100% + 14px));
        opacity: 0;
        pointer-events: none;
      }

      .map-filter-toolbar {
        position: fixed;
        top: max(16px, calc(var(--header-offset, 0px) + 16px));
        left: 8px;
        right: auto;
        width: min(360px, calc(100vw - 16px));
        max-width: calc(100vw - 16px);
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(209, 221, 234, 0.96);
        border-radius: 20px;
        background: rgba(251, 253, 255, 0.95);
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
        backdrop-filter: blur(14px);
      }

      .map-filter-toolbar .search-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex: 1 1 100%;
        min-width: 0;
        max-width: none;
        gap: 8px;
      }

      .map-detail-sheet-handle-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 12px 6px;
        margin:
          calc((var(--map-detail-panel-pad) + 1px) * -1)
          calc((var(--map-detail-panel-pad) + 1px) * -1)
          0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
        border-bottom: 1px solid rgba(215, 227, 239, 0.92);
        z-index: 2;
      }

      .map-detail-sheet-handle {
        padding: 4px 44px 2px;
      }

      .map-detail-sheet-grip {
        width: 52px;
        height: 6px;
        background: rgba(104, 128, 154, 0.9);
        box-shadow:
          inset 0 1px 1px rgba(255, 255, 255, 0.58),
          0 4px 10px rgba(107, 128, 150, 0.18);
      }

      .map-detail-sheet-close {
        position: absolute;
        top: 6px;
        right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 1px solid rgba(183, 198, 216, 0.95);
        background: rgba(255, 255, 255, 0.94);
        color: #20364f;
        font-size: 22px;
        line-height: 1;
        padding: 0;
        box-shadow: 0 8px 18px rgba(17, 34, 53, 0.12);
        transition:
          background-color 0.18s ease,
          color 0.18s ease,
          box-shadow 0.18s ease,
          transform 0.18s ease;
      }

      .map-detail-top {
        margin:
          0
          calc((var(--map-detail-panel-pad) + 1px) * -1)
          12px;
        border-radius: 0;
      }

      .map-detail-gallery .map-detail-close {
        display: none;
      }

      .map-filter-toolbar .sort-row {
        min-width: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        gap: 8px;
        width: 100%;
      }

      .map-notice {
        top: max(216px, calc(var(--header-offset, 0px) + 152px));
        width: min(540px, calc(100% - 20px));
      }

      .panel-toggle {
        display: none;
      }

      .map-filter-toolbar .filter-trigger,
      .map-filter-toolbar .sort-trigger {
        min-height: 48px;
        height: 48px;
        border-radius: 16px;
      }

      .map-filter-toolbar .filter-trigger,
      .map-filter-toolbar .sort-trigger {
        padding-inline: 14px;
      }

      body.mobile-list-open .map-side-rail {
        opacity: 0;
        pointer-events: none;
      }

      :root[data-theme='dark'] .map-side-rail,
      :root[data-theme='dark'] .map-filter-toolbar {
        background: rgba(15, 23, 42, 0.94);
        border-color: var(--offline-shops-line-strong);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
      }

      :root[data-theme='dark'] .map-side-rail {
        background: transparent;
        border-color: transparent;
        box-shadow: none;
      }

      :root[data-theme='dark'] .map-detail-sheet-handle-wrap {
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(11, 18, 32, 0.96));
        border-bottom-color: rgba(71, 85, 105, 0.76);
      }

      :root[data-theme='dark'] .rail-btn {
        background: rgba(18, 32, 50, 0.9);
        border-color: var(--offline-shops-line-strong);
        color: var(--text-main);
      }

      :root[data-theme='dark'] .rail-btn:hover,
      :root[data-theme='dark'] .rail-btn:focus-visible {
        background: var(--fdc-shared-button-hover-bg);
        border-color: color-mix(in srgb, var(--accent) 28%, rgba(90, 118, 148, 0.52));
        color: var(--fdc-shared-button-hover-text);
      }

      :root[data-theme='dark'] .rail-btn.is-active {
        background: var(--fdc-shared-button-hover-bg);
        border-color: color-mix(in srgb, var(--accent) 32%, rgba(112, 156, 199, 0.72));
        color: var(--fdc-shared-button-hover-text);
      }

      :root[data-theme='dark'] .map-side-rail {
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(11, 18, 32, 0.9));
        border-color: var(--offline-shops-line);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
      }

    }

    @media (max-width: 760px) {
      .modal-card-filter .map-filter-toolbar .search-actions {
        grid-template-columns: minmax(0, 1fr);
      }

      .map-filter-toolbar .search-actions {
        flex-wrap: nowrap;
        overflow: visible;
        padding-bottom: 0;
        scrollbar-width: auto;
      }

      .map-filter-toolbar .search-actions::-webkit-scrollbar {
        display: none;
      }

      .map-filter-toolbar #gameFilterDropdown,
      .map-filter-toolbar #certFilterDropdown {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
      }

      .map-filter-toolbar .sort-row {
        flex: 1 1 100%;
        width: 100%;
      }

      .map-filter-toolbar .sort-dropdown {
        --fdc-sort-trigger-fixed-width: 100%;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
      }

      .shop-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .map-detail-photos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .map-detail-thumb-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        padding: 6px 7px 7px;
      }

      .map-detail-hero-wrap {
        height: auto;
        aspect-ratio: 2 / 1;
      }

      .filter-dropdown {
        min-width: 0;
      }

      .map-detail-head .map-link-badges {
        display: none;
      }

      .map-detail-head .map-detail-mobile-action-menu {
        display: block;
      }

      .map-detail-head-name-row {
        align-items: center;
        gap: 4px;
      }

      .map-detail-title-wrap {
        align-items: center;
        gap: 8px;
      }

      .map-detail-title-wrap .map-shop-name {
        display: -webkit-box;
        min-height: 40px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        line-height: 1.28;
        max-height: 2.56em;
        word-break: break-word;
        align-content: center;
      }

      .map-badge {
        width: 44px;
        height: 44px;
      }

      .map-detail-head .map-profile-thumb-wrap {
        --fdc-shop-avatar-radius: 12px;
        --fdc-profile-avatar-radius: 12px;
        width: 40px;
        height: 40px;
        border-radius: var(--fdc-shop-avatar-radius);
      }

      .map-detail-head :is(
        .map-profile-thumb,
        .map-profile-thumb--fallback,
        .map-profile-thumb-fallback,
        .fdc-shared-shop-avatar,
        .fdc-shared-shop-avatar-fallback
      ) {
        border-radius: var(--fdc-shop-avatar-radius, 12px) !important;
      }

      .map-detail-head .map-badge.map-badge-chat,
      .map-detail-head .map-badge.map-badge-share,
      .map-detail-head .map-badge.map-badge-notification,
      .map-detail-head .map-badge.map-badge-bookmark {
        position: relative;
        border: 0;
        background: transparent !important;
        isolation: isolate;
      }

      .map-detail-head .map-badge.map-badge-chat::before,
      .map-detail-head .map-badge.map-badge-share::before,
      .map-detail-head .map-badge.map-badge-notification::before,
      .map-detail-head .map-badge.map-badge-bookmark::before {
        content: '';
        position: absolute;
        inset: 4px;
        z-index: -1;
        border: 1px solid #d7e4f2;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
      }

      .map-detail-head .map-badge.map-badge-bookmark.is-active::before {
        border-color: var(--accent);
        background: var(--accent-soft);
      }

      .map-detail-head .map-badge.map-badge-notification.is-disabled::before {
        border-color: #dfe7f0;
        background: rgba(248, 250, 252, 0.94);
      }

      .map-detail-head .map-badge-chat-icon,
      .map-detail-head .map-badge-share-icon,
      .map-detail-head .map-badge-notification-icon,
      .map-detail-head .map-badge-bookmark-icon {
        width: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
        height: 18px !important;
        min-height: 18px !important;
        max-height: 18px !important;
        flex-basis: 18px !important;
        font-size: 18px !important;
        line-height: 18px !important;
      }

      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-chat::before,
      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-share::before,
      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-notification::before,
      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-bookmark::before {
        border-color: rgba(148, 163, 184, 0.34);
        background: rgba(15, 23, 42, 0.94);
      }

      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-bookmark.is-active::before {
        border-color: var(--accent);
        background: var(--accent-soft);
      }

      :root[data-theme='dark'] .map-detail-head .map-badge.map-badge-notification.is-disabled::before {
        border-color: rgba(100, 116, 139, 0.36);
        background: rgba(15, 23, 42, 0.78);
      }

      .map-badge-icon-img {
        width: 30px;
        height: 30px;
        transform: none;
      }

      .fdc-shop-post-tile--shop-surface .fdc-shop-post-tile__media-grid,
      .fdc-shop-post-tile--shop-detail .fdc-shop-post-tile__media-grid {
        grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
        grid-auto-rows: auto;
        width: 100%;
        max-width: none;
      }

      .fdc-shop-post-tile--shop-surface .fdc-shop-post-tile__media-cell,
      .fdc-shop-post-tile--shop-detail .fdc-shop-post-tile__media-cell {
        width: 100%;
        height: auto;
      }
    }

    @media (max-width: 580px) {
      .sort-row {
        grid-template-columns: minmax(0, 1fr) auto;
      }

      .map-filter-toolbar {
        right: 8px;
      }

      .map-side-rail {
        right: 12px;
        width: 52px;
        max-width: 52px;
        gap: 10px;
        padding: 0;
      }

      .rail-btn {
        width: 52px;
        min-width: 52px;
        min-height: 52px;
        height: 52px;
        gap: 3px;
        padding: 4px 2px;
      }

      .rail-btn-label {
        font-size: 0.62rem;
      }

      .map-primary-search {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 5px;
      }

      .map-toolbar-search-input,
      .map-toolbar-search-btn,
      .map-filter-toolbar .filter-trigger,
      .map-filter-toolbar .sort-trigger {
        min-height: 44px;
        height: 44px;
      }

      .map-toolbar-search-input {
        padding: 6px 11px;
        font-size: 0.79rem;
      }

      .map-toolbar-search-btn {
        width: auto;
        min-width: 56px;
        padding: 6px 10px;
        font-size: 0.75rem;
      }

      .map-filter-toolbar .filter-trigger,
      .map-filter-toolbar .sort-trigger {
        padding: 6px 12px;
        font-size: 0.75rem;
      }

      .map-filter-toolbar #gameFilterDropdown,
      .map-filter-toolbar #certFilterDropdown {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
      }

      .map-filter-toolbar .sort-dropdown {
        --fdc-sort-trigger-fixed-width: 100%;
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
      }

      .map-filter-toolbar .sort-row {
        gap: 5px;
        width: 100%;
      }

      #gameFilterPanel,
      #certFilterPanel {
        width: min(320px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
      }

      .map-notice {
        top: max(212px, calc(var(--header-offset, 0px) + 148px));
      }

      .map-detail-hero-wrap {
        height: auto;
      }

      .map-detail-thumb-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        padding: 5px 6px 6px;
      }

      .suggest-field-block.suggest-field-grow .field-area {
        height: 128px;
        min-height: 120px;
        max-height: 168px;
      }

      .suggest-layout {
        padding: 8px 12px 12px;
      }

      .suggest-actions-wrap {
        padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px));
      }

      .suggest-actions-wrap .modal-actions,
      .suggest-submit-btn,
      .fdc-modal-submit-btn {
        width: 100%;
      }

      .suggest-actions-wrap .suggest-submit-btn,
      .fdc-modal-submit-btn {
        min-height: 44px;
      }

      .preview-summary {
        grid-template-columns: 1fr;
      }

      .preview-summary-field.is-wide {
        grid-column: auto;
      }

      .shop-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .map-detail-photos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
      }

      .modal-body,
      .modal-head {
        padding-left: 12px;
        padding-right: 12px;
      }

      .modal-card-suggest .modal-body {
        padding-left: 0;
        padding-right: 0;
      }
    }

    @media (max-width: 720px) {
      #filterModal .modal-card-filter,
      #shopPostFilterModal .modal-card-filter,
      #shopCalendarFilterModal .modal-card-filter {
        transform: translateY(clamp(-40px, -5vh, -24px));
      }

      body.offline-shops-page .fixed-brand-bar[data-shared-header],
      body.offline-shops-page .top-strip[data-shared-header] {
        display: none !important;
      }

      body.offline-shops-page {
        --header-offset: 0px;
      }

      body.offline-shops-page .fdc-mobile-global-nav {
        z-index: 90;
      }

      body.offline-shops-page .map-stage {
        inset: 0;
      }

      body.offline-shops-page .initial-loading-overlay {
        left: 0 !important;
        right: 0 !important;
        padding:
          max(24px, env(safe-area-inset-top, 0px) + 24px)
          24px
          calc(var(--mobile-global-nav-space) + 24px);
      }

      body.offline-shops-page .initial-loading-copy {
        width: 100%;
        min-height: calc(100dvh - var(--mobile-global-nav-space) - env(safe-area-inset-top, 0px) - 48px);
      }

      body.offline-shops-page .gm-bundled-control,
      body.offline-shops-page .gm-style-cc {
        transform: translateY(calc(-1 * (var(--mobile-global-nav-space) + 2px)));
      }

      body.offline-shops-page .map-canvas button[title*='키보드'],
      body.offline-shops-page .map-canvas button[aria-label*='키보드'],
      body.offline-shops-page .map-canvas button[title*='Keyboard'],
      body.offline-shops-page .map-canvas button[aria-label*='Keyboard'] {
        display: none !important;
      }

      body.offline-shops-page .map-footer {
        bottom: var(--mobile-global-nav-space);
        max-height: calc(100dvh - var(--header-offset) - var(--mobile-global-nav-space) - 18px);
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .fixed-brand-bar[data-shared-header],
      body.offline-shops-page:not(.mobile-detail-hidden) .top-strip[data-shared-header] {
        visibility: hidden;
        pointer-events: none;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-footer {
        top: auto !important;
        right: 0 !important;
        bottom: var(--mobile-global-nav-space) !important;
        left: 0 !important;
        width: auto;
        max-width: none;
        min-height: 0;
        height: min(var(--mobile-detail-sheet-height, 52vh), calc(100dvh - var(--header-offset) - var(--mobile-global-nav-space) - 24px));
        max-height: calc(100dvh - var(--header-offset) - var(--mobile-global-nav-space) - 24px);
        border: 1px solid var(--line);
        border-right: 0;
        border-left: 0;
        border-radius: 22px 22px 0 0;
        background: var(--fdc-color-surface, #ffffff);
        background-color: var(--fdc-color-surface, #ffffff);
        box-shadow: 0 26px 54px rgba(15, 23, 42, 0.24);
        padding: 0;
        z-index: 80;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        isolation: isolate;
        contain: layout paint;
        will-change: height;
      }

      body.offline-shops-page:not(.mobile-detail-hidden):not(.mobile-list-open):not(.mobile-search-open)::after {
        content: '';
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: var(--mobile-global-nav-space);
        background: var(--fdc-color-surface, #ffffff);
        background-color: var(--fdc-color-surface, #ffffff);
        pointer-events: none;
        z-index: 69;
      }

      body.offline-shops-page:not(.mobile-detail-hidden):not(.mobile-detail-full) .map-footer {
        border-bottom: 0;
      }

      body.offline-shops-page.mobile-detail-full .map-footer {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
      }

      .map-stage[data-map-state='error'] .map-empty {
        pointer-events: auto;
      }

      body.offline-shops-page:not(.mobile-detail-hidden):not(.mobile-detail-full) .map-detail-scroll,
      body.offline-shops-page.mobile-detail-full :is(.map-detail-sheet-handle-wrap, .map-detail-top, .map-detail-head) {
        touch-action: none;
      }

      body.offline-shops-page.mobile-detail-dragging .map-footer {
        top: auto !important;
        bottom: var(--mobile-global-nav-space) !important;
        height: min(var(--mobile-detail-sheet-height, 100dvh), calc(100dvh - var(--mobile-global-nav-space)));
        max-height: calc(100dvh - var(--mobile-global-nav-space));
        transition: none;
        background: var(--fdc-color-surface, #ffffff);
        background-color: var(--fdc-color-surface, #ffffff);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        isolation: isolate;
        contain: layout paint;
      }

      body.offline-shops-page.mobile-detail-dragging .map-footer::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background: var(--fdc-color-surface, #ffffff);
        pointer-events: none;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-top {
        max-height: 50vw;
        opacity: 1;
        transition: max-height 0.18s ease, margin-bottom 0.18s ease, opacity 0.14s ease;
      }

      body.offline-shops-page.mobile-detail-full .map-detail-top {
        max-height: 0;
        margin-bottom: 0;
        border-bottom: 0;
        opacity: 0;
        pointer-events: none;
      }

      body.offline-shops-page.mobile-detail-full .map-filter-toolbar,
      body.offline-shops-page.mobile-detail-full .map-side-rail,
      body.offline-shops-page.mobile-detail-full .panel-left {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
      }

      body.offline-shops-page.mobile-detail-full .map-detail-body-scroll {
        --mobile-detail-scroll-clearance: calc(var(--mobile-global-nav-space) + 16px);
        box-sizing: border-box;
        flex: 1 1 0;
        width: 100%;
        height: 0;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        padding-bottom: 0;
        scroll-padding-bottom: var(--mobile-detail-scroll-clearance);
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
      }

      body.offline-shops-page.mobile-detail-full .map-detail-body-scroll::after {
        content: '';
        display: block;
        width: 100%;
        height: var(--mobile-detail-scroll-clearance);
        pointer-events: none;
      }

      body.offline-shops-page.mobile-detail-drag-expanded .map-detail-scroll {
        height: 100%;
        min-height: 0;
        overflow: hidden;
        touch-action: auto;
      }

      body.offline-shops-page.mobile-detail-drag-expanded .map-detail-top {
        max-height: 0;
        margin-bottom: 0;
        border-bottom: 0;
        opacity: 0;
        pointer-events: none;
      }

      body.offline-shops-page.mobile-detail-drag-expanded .map-detail-body-scroll {
        box-sizing: border-box;
        flex: 1 1 0;
        width: 100%;
        height: 0;
        min-height: 0;
        overflow: hidden !important;
        padding-bottom: 0;
        touch-action: none;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) :is(.map-detail-scroll, .map-detail-body-scroll) {
        scrollbar-color: transparent transparent;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) :is(.map-detail-scroll, .map-detail-body-scroll)::-webkit-scrollbar-thumb {
        background: transparent;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) :is(.map-detail-scroll, .map-detail-body-scroll).is-scrollbar-active {
        scrollbar-color: var(--fdc-shared-scrollbar-thumb) transparent;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) :is(.map-detail-scroll, .map-detail-body-scroll).is-scrollbar-active::-webkit-scrollbar-thumb {
        background: linear-gradient(
          180deg,
          var(--fdc-scrollbar-thumb-start) 0%,
          var(--fdc-scrollbar-thumb-end) 100%
        );
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel:is([data-tab-panel='reviews'], [data-tab-panel='posts']) .map-detail-block-head-actions {
        padding-right: 6px;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel:is([data-tab-panel='calendar'], [data-tab-panel='posts']) .map-detail-block-head-actions {
        gap: 4px;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel .map-detail-block-head {
        min-height: 24px;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel[data-tab-panel='photos'] .map-photo-header-upload-btn {
        position: relative;
        height: 24px;
        min-height: 24px;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel[data-tab-panel='photos'] .map-photo-header-upload-btn::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        bottom: -10px;
        left: 0;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel[data-tab-panel='calendar'] .map-detail-calendar-toggle {
        position: relative;
        height: 24px;
        min-height: 24px;
        padding-block: 0;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel[data-tab-panel='calendar'] .map-detail-calendar-toggle::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        bottom: -10px;
        left: 0;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel:is([data-tab-panel='calendar'], [data-tab-panel='posts']) .shop-detail-head-icon-btn {
        position: relative;
        height: 24px;
        min-height: 24px;
        overflow: visible;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-tab-panel:is([data-tab-panel='calendar'], [data-tab-panel='posts']) .shop-detail-head-icon-btn::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        bottom: -10px;
        left: 0;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-scroll {
        overflow-x: hidden;
        overflow-y: hidden;
        overscroll-behavior: contain;
        position: relative;
        padding: 0 12px;
        box-sizing: border-box;
        touch-action: none;
      }

      body.offline-shops-page.mobile-detail-full .map-detail-scroll {
        height: 100%;
        min-height: 0;
        overflow: hidden;
        touch-action: auto;
      }

      body.offline-shops-page:not(.mobile-detail-full) .map-detail-body-scroll {
        flex: 0 0 0;
        width: 100%;
        height: 0;
        min-height: 0;
        overflow: hidden;
        padding-bottom: 0;
        touch-action: none;
      }

      body.offline-shops-page .map-detail-scroll > .map-detail-top,
      body.offline-shops-page .map-detail-scroll > .map-detail-head,
      body.offline-shops-page .map-detail-scroll > .map-detail-tabs {
        flex: 0 0 auto;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-sheet-handle-wrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        top: -6px;
        left: 0;
        width: 100%;
        height: 52px;
        box-sizing: border-box;
        margin: 0;
        padding: 0 12px;
        background: transparent;
        border-bottom: 0;
        pointer-events: none;
        z-index: 4;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-sheet-handle {
        display: inline-flex;
        width: min(152px, 48vw);
        min-height: 44px;
        padding: 0;
        pointer-events: auto;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-sheet-grip {
        width: 48px;
        height: 4px;
        background: color-mix(in srgb, var(--text-sub, #64748b) 42%, transparent);
        box-shadow: none;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-sheet-close {
        display: none;
      }

      body.offline-shops-page:not(.mobile-detail-hidden) .map-detail-top {
        margin: 0 -12px 12px;
        border-radius: 0;
        overflow: hidden;
      }

      body.offline-shops-page.mobile-list-open .panel-left {
        bottom: calc(var(--mobile-global-nav-space) + 8px);
      }

      body.offline-shops-page.mobile-search-open .fixed-brand-bar[data-shared-header],
      body.offline-shops-page.mobile-search-open .top-strip[data-shared-header],
      body.offline-shops-page.mobile-search-open .map-footer,
      body.offline-shops-page.mobile-search-open .mobile-panel-scrim {
        visibility: hidden;
        pointer-events: none;
      }

      body.offline-shops-page.mobile-search-open .map-footer,
      body.offline-shops-page.mobile-search-open .mobile-panel-scrim {
        display: none !important;
      }

      body.offline-shops-page.mobile-search-open .map-stage {
        visibility: hidden;
        pointer-events: none;
      }

      body.offline-shops-page.mobile-search-open .panel-left {
        position: fixed;
        inset: 0;
        width: 100vw;
        max-width: none;
        height: 100dvh;
        max-height: none;
        z-index: 80;
        display: flex;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(251, 253, 255, 0.99);
        overflow: hidden;
        transform: none;
      }

      body.offline-shops-page.mobile-search-open .panel-left .left-search {
        padding: max(12px, env(safe-area-inset-top, 0px) + 12px) 16px 6px;
        border-radius: 0;
        background: rgba(251, 253, 255, 0.99);
      }

      body.offline-shops-page.mobile-search-open .panel-left .search-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
        align-items: center;
        margin-bottom: 4px;
      }

      body.offline-shops-page.mobile-search-open .mobile-search-back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: transparent;
        color: #20364f;
        cursor: pointer;
      }

      body.offline-shops-page.mobile-search-open .mobile-search-back:hover,
      body.offline-shops-page.mobile-search-open .mobile-search-back:focus-visible {
        background: rgba(var(--fdc-color-accent-rgb, 59, 130, 246), 0.1);
        color: var(--accent);
      }

      body.offline-shops-page.mobile-search-open .panel-left .search-row .fdc-search-shell {
        min-width: 0;
        width: 100%;
      }

      body.offline-shops-page.mobile-search-open .panel-left .search-filter-btn {
        width: 44px;
        min-width: 44px;
      }

      body.offline-shops-page.mobile-search-open .panel-left #listScroll.list-scroll {
        display: block;
        flex: 1 1 auto;
        min-height: 0;
        padding-top: 4px;
        padding-bottom: max(12px, env(safe-area-inset-bottom, 0px) + 12px);
        scroll-padding-bottom: max(12px, env(safe-area-inset-bottom, 0px) + 12px);
      }

      .panel-left {
        top: max(12px, env(safe-area-inset-top, 0px) + 12px);
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
      }

      .panel-left .left-search {
        padding: 0;
      }

      .panel-left .search-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 8px;
        align-items: center;
        margin-bottom: 0;
      }

      .panel-left .result-meta-row {
        display: none;
        width: fit-content;
        min-height: 20px;
        margin-top: 4px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      body.offline-shops-page.mobile-search-open .panel-left .result-meta-row,
      body.mobile-list-open .panel-left .result-meta-row {
        display: grid;
        width: 100%;
        min-height: 20px;
        margin-top: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      body.mobile-list-open .panel-left .left-search {
        padding: 8px 12px 6px;
      }

      body.mobile-list-open .panel-left #listScroll.list-scroll {
        padding-top: 4px;
        padding-bottom: 10px;
        scroll-padding-bottom: 10px;
      }

      body.offline-shops-page.mobile-search-open .panel-left .result-meta-row,
      body.offline-shops-page.mobile-search-open .panel-left .result-meta,
      body.mobile-list-open .panel-left .result-meta-row,
      body.mobile-list-open .panel-left .result-meta {
        min-height: 18px;
        font-size: 0.78rem;
        font-weight: 800;
        line-height: 1.2;
      }

      body.offline-shops-page:is(.mobile-list-open, .mobile-search-open) .list-profile-thumb {
        --fdc-shop-avatar-radius: 10px;
        --fdc-profile-avatar-radius: 10px;
      }

      body.offline-shops-page:is(.mobile-list-open, .mobile-search-open) .list-profile-thumb > .fdc-shared-shop-avatar.map-profile-thumb--fallback {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: inherit;
        background: transparent;
      }

      body.offline-shops-page:is(.mobile-list-open, .mobile-search-open) .list-profile-thumb > .fdc-shared-shop-avatar.map-profile-thumb--fallback > .fdc-shared-shop-avatar-fallback {
        border-radius: inherit;
      }

      body.offline-shops-page.offline-shops-filter-open .panel-left .result-meta-row {
        display: none !important;
      }

      :root[data-theme='dark'] .panel-left .result-meta-row {
        border-color: transparent;
        background: transparent;
      }

      :root[data-theme='dark'] body.offline-shops-page.mobile-list-open .panel-left {
        background: rgba(15, 23, 42, 0.98);
        border-color: var(--offline-shops-line-strong);
        box-shadow: 0 26px 54px rgba(0, 0, 0, 0.38);
      }

      :root[data-theme='dark'] body.offline-shops-page.mobile-list-open .panel-left .left-search,
      :root[data-theme='dark'] body.offline-shops-page.mobile-search-open .panel-left,
      :root[data-theme='dark'] body.offline-shops-page.mobile-search-open .panel-left .left-search {
        background: var(--offline-shops-panel-bg);
      }

      :root[data-theme='dark'] body.offline-shops-page:is(.mobile-list-open, .mobile-search-open) .panel-left .result-meta {
        color: var(--text-sub);
      }
    }
