.place-map-page {
    margin: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #eef2fb;
}

.place-topbar {
    min-height: 58px;
    background: linear-gradient(135deg, #243061 0%, #2f3f80 55%, #364b98 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 8px 24px rgba(5, 12, 34, 0.25);
}

.place-mobile-intro {
    display: none;
}

.place-topbar-inner {
    min-height: 58px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.place-topbar-inner strong {
    font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI", sans-serif;
    font-size: clamp(0.9rem, 0.8rem + 0.45vw, 1.08rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 6px rgba(5, 12, 34, 0.28);
}

.place-topbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.place-topbar-primary-actions,
.place-topbar-kakao-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.place-admin-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.38);
    transition: all 0.2s ease;
}

.place-admin-login-btn:hover {
    background: rgba(255, 255, 255, 0.27);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(8, 17, 45, 0.25);
    cursor: pointer;
}

.place-map-layout {
    position: relative;
    width: 100%;
    flex: 1;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #dfe6f5;
}

.place-map-canvas {
    width: 100%;
    height: 100%;
    background: #dfe6f5;
}

.place-current-location-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: 1px solid #d7deec;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.place-current-location-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.place-map-overlay {
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 3;
    width: min(380px, calc(100% - 32px));
    max-height: calc(100% - 24px);
    overflow-y: auto;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    padding: 16px;
}

.place-map-header h1 {
    margin: 0;
    font-size: 1.4rem;
}

.place-map-header p {
    margin: 6px 0 0;
    color: #515660;
    font-size: 0.94rem;
}

.place-filter-group {
    margin-top: 14px;
    margin-bottom: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.place-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d5de;
    background: #fff;
    color: #303744;
    border-radius: 999px;
    min-height: 36px;
    padding: 0 14px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
}

.place-filter-btn.is-active {
    background: #28336a;
    color: #fff;
    border-color: #28336a;
}

.place-filter-btn[data-category="restaurant"] {
    background: #dff5b0;
    border-color: #b8dd78;
    color: #2f4f1f;
}

.place-filter-btn[data-category="cafe"] {
    background: #d8b08c;
    border-color: #ba8c64;
    color: #4b2f1d;
}

.place-filter-btn[data-category="restaurant"].is-active {
    background: #a6d85a;
    border-color: #8cbc44;
    color: #1f3814;
}

.place-filter-btn[data-category="cafe"].is-active {
    background: #9a6a45;
    border-color: #815636;
    color: #fff7ef;
}

.place-kakao-filter-trigger {
    position: absolute;
    top: 16px;
    right: 101px;
    z-index: 6;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(40, 51, 106, 0.16);
    background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
    color: #233153;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(40, 51, 106, 0.12);
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.place-kakao-region-trigger {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 6;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(121, 85, 52, 0.18);
    background: linear-gradient(180deg, #fffaf5 0%, #f7efe6 100%);
    color: #6a452d;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(106, 69, 45, 0.12);
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.place-kakao-filter-trigger[aria-expanded="true"] {
    background: linear-gradient(180deg, #2b376f 0%, #24305f 100%);
    border-color: #24305f;
    color: #fff;
    box-shadow: 0 12px 26px rgba(36, 48, 95, 0.26);
}

.place-kakao-region-trigger[aria-expanded="true"] {
    background: linear-gradient(180deg, #8f5d3b 0%, #744728 100%);
    border-color: #744728;
    color: #fffaf4;
    box-shadow: 0 12px 26px rgba(116, 71, 40, 0.26);
}

.place-kakao-dropdown-wrap {
    position: absolute;
    top: 58px;
    right: 94px;
    z-index: 8;
    width: min(340px, calc(100vw - 44px));
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(210, 220, 243, 0.92);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 44px rgba(12, 19, 42, 0.18);
    backdrop-filter: blur(14px);
}

.place-kakao-popup-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.place-kakao-popup-head strong {
    font-size: 0.92rem;
    color: #1d2b55;
    letter-spacing: -0.01em;
}

.place-kakao-popup-head span {
    font-size: 0.76rem;
    color: #66708a;
    line-height: 1.45;
}

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

.place-kakao-popup-grid-single {
    grid-template-columns: 1fr;
}

.place-kakao-dropdown-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.place-kakao-dropdown-label {
    font-size: 0.78rem;
    color: #33405f;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.place-kakao-dropdown-select {
    appearance: none;
    -webkit-appearance: none;
    min-height: 42px;
    border-radius: 14px;
    border: 1px solid #d8e1f2;
    background-color: #ffffff;
    background-image:
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.25 5.25 7 9l3.75-3.75' fill='none' stroke='%2350628d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: center, right 14px center;
    background-size: auto, 14px 14px;
    color: #233153;
    font-size: 0.83rem;
    font-weight: 700;
    padding: 0 42px 0 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 6px 16px rgba(26, 39, 79, 0.08);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    cursor: pointer;
}

.place-kakao-dropdown-select:hover {
    border-color: #bfcae4;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 20px rgba(26, 39, 79, 0.11);
}

.place-kakao-dropdown-select:focus {
    outline: none;
    border-color: #6f88d8;
    box-shadow:
        0 0 0 4px rgba(111, 136, 216, 0.18),
        0 12px 24px rgba(26, 39, 79, 0.14);
}

.place-kakao-dropdown-select option {
    color: #1f2a57;
    font-weight: 600;
}

.place-kakao-region-popup {
    position: absolute;
    top: 58px;
    right: 16px;
    z-index: 8;
    width: min(320px, calc(100vw - 44px));
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(232, 213, 197, 0.96);
    background: rgba(255, 250, 245, 0.98);
    box-shadow: 0 20px 44px rgba(60, 35, 20, 0.16);
    backdrop-filter: blur(14px);
}

.place-map-title-badge {
    padding: 2px 6px;
    border-radius: 6px;
    color: #1d2433;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

.place-map-title-badge.restaurant {
    background: rgba(196, 235, 125, 0.95);
    color: #274018;
}

.place-map-title-badge.cafe {
    background: rgba(176, 126, 91, 0.95);
    color: #fff8f1;
}

.place-list-section {
    margin-top: 18px;
    position: relative;
    border: 1px solid #dde3f1;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 360px;
}

.place-list-section h2 {
    margin: 0 0 8px;
    font-size: 0.95rem;
}

.place-list-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.place-list-header-row h2 {
    margin: 0;
}

.place-mobile-list-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8d2e8;
    border-radius: 7px;
    background: #eef2fb;
    color: #28336a;
    min-height: 36px;
    padding: 0 14px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin-top: 10px;
}

@media (min-width: 781px) {
    .place-mobile-list-toggle-btn {
        display: none !important;
    }

    .place-list-section {
        position: relative;
        margin-top: 48px;
    }

    .place-list-section .place-filter-group {
        position: absolute;
        left: 0;
        top: -42px;
        margin: 0;
        z-index: 2;
    }
}

.place-mobile-list-toggle-btn[aria-pressed="true"] {
    background: #28336a;
    border-color: #28336a;
    color: #fff;
}

.place-list-root {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
}

.place-list-folder-title {
    list-style: none;
    margin: 4px 0 0;
    padding: 2px 2px 0;
    color: #1d3f8c;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
}

.place-list-item {
    border: 1px solid #e6ebf5;
    border-radius: 8px;
    padding: 8px;
    background: #fbfcff;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.place-list-item:hover {
    background: #f4f7ff;
    border-color: #cfdaf5;
}

.place-list-item strong {
    display: block;
    font-size: 0.9rem;
    color: #1f2a57;
}

.place-list-item.is-selected {
    background: #edf3ff;
    border-color: #9db3e9;
}

.place-list-item.is-selected strong {
    color: #0f2457;
    font-weight: 800;
}

.place-list-item p {
    margin: 4px 0;
    font-size: 0.84rem;
    color: #4a5568;
}

.place-list-hours {
    display: block;
    margin-top: 6px;
    padding: 6px 8px;
    border-radius: 8px;
    background: #edf4ff;
    border: 1px solid #bfd6ff;
}

.place-list-hours-title {
    margin: 0;
    color: #1d3f8c;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.2;
}

.place-list-hours-text {
    margin: 4px 0 0 !important;
    color: #1d3f8c !important;
    font-size: 0.76rem !important;
    font-weight: 700;
    line-height: 1.45;
}

.place-list-item a {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.82rem;
    color: #28336a;
    font-weight: 600;
}

.place-info-card {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: min(360px, calc(100% - 32px));
    max-height: calc(100% - 24px);
    overflow-y: auto;
    border: 1px solid #e2e8f2;
    border-radius: 10px;
    background: rgba(248, 250, 255, 0.96);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    padding: 14px 14px 12px;
}

.place-info-card h2 {
    margin: 0 0 8px;
    font-size: 1.08rem;
}

.place-info-card p {
    margin: 3px 0;
    font-size: 0.9rem;
    color: #374056;
    line-height: 1.42;
}

.place-info-hours {
    display: block;
    margin-top: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    background: #edf4ff;
    border: 1px solid #bfd6ff;
    color: #1d3f8c !important;
    font-size: 0.8rem !important;
    font-weight: 700;
    line-height: 1.35;
    white-space: pre-line;
}

#placeInfoDesc {
    margin-top: 8px;
    padding: 9px 11px;
    border-radius: 4px;
    border-left: 4px solid #28336a;
    background: linear-gradient(180deg, #eef3ff 0%, #e7efff 100%);
    color: #1c2b52;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: inset 0 0 0 1px rgba(40, 51, 106, 0.12);
    white-space: pre-line;
    word-break: keep-all;
}

.place-info-card a {
    display: inline-block;
    margin-top: 8px;
    color: #28336a;
    font-weight: 600;
}

.place-info-actions {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.place-info-edit-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #cfd8ee;
    border-radius: 7px;
    background: #f3f6ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.place-info-edit-btn[hidden] {
    display: none !important;
}

.place-info-edit-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.place-admin-panel {
    margin-top: 16px;
    border-top: 1px solid #dce2ef;
    padding-top: 14px;
}

.place-admin-panel h2 {
    margin: 0;
    font-size: 1.05rem;
}

.place-admin-panel p {
    margin: 8px 0;
    font-size: 0.88rem;
}

.place-toggle-admin-btn {
    border: 1px solid #c8d2e8;
    border-radius: 8px;
    background: #eef2fb;
    color: #28336a;
    padding: 8px 10px;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
}

.place-admin-form {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.place-admin-form[hidden] {
    display: none !important;
}

.place-admin-form label {
    display: grid;
    gap: 4px;
    font-size: 0.86rem;
    color: #2d3748;
}

.place-admin-form label:has(#placeCategory) {
    margin-top: 2px;
    padding: 10px 12px;
    border: 1px solid #d7e0f5;
    border-radius: 10px;
    background: linear-gradient(180deg, #f7faff 0%, #eef3ff 100%);
    box-shadow: inset 0 0 0 1px rgba(40, 51, 106, 0.06);
}

.place-admin-form input,
.place-admin-form textarea,
.place-admin-form select {
    width: 100%;
    border: 1px solid #cfd6e3;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.9rem;
    font-family: inherit;
    box-sizing: border-box;
}

#placeCategory {
    border: 1px solid #bfcde9;
    background: #ffffff;
    color: #1f2a57;
    font-weight: 700;
    cursor: pointer;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #4b5f94 50%),
        linear-gradient(135deg, #4b5f94 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    background-position:
        calc(100% - 18px) calc(50% - 2px),
        calc(100% - 12px) calc(50% - 2px),
        0 0;
    background-size:
        6px 6px,
        6px 6px,
        100% 100%;
    background-repeat: no-repeat;
    padding-right: 34px;
}

#placeCategory:focus {
    outline: none;
    border-color: #7f97ce;
    box-shadow: 0 0 0 3px rgba(74, 99, 160, 0.2);
}

.place-admin-actions {
    display: flex;
    gap: 8px;
}

.place-admin-actions button {
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background: #28336a;
    min-width: 88px;
}

.place-admin-actions button[type="button"] {
    background: #6b7280;
}

.place-visible-row {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.place-visible-row input {
    width: auto;
}

.place-admin-message {
    min-height: 20px;
    color: #1d3f8c;
}

@media (max-width: 780px) {
    .place-map-page {
        background: #0d1224;
    }

    .place-topbar {
        min-height: 106px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        padding-top: max(6px, env(safe-area-inset-top));
        backdrop-filter: blur(10px);
    }

    .place-topbar-inner {
        min-height: 90px;
        padding: 8px 14px;
        gap: 8px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .place-topbar-inner strong {
        display: none;
    }

    .place-admin-login-btn {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.72rem;
    }

    .place-topbar-actions {
        gap: 6px;
        width: 100%;
        justify-content: flex-start;
        margin-top: 2px;
        order: 3;
    }

    .place-map-overlay {
        top: 118px;
        left: 0;
        right: 0;
        width: auto;
        max-height: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        padding: 10px 12px 0;
        overflow: visible;
        z-index: 15;
    }

    .place-map-header {
        display: none;
    }

    .place-mobile-intro {
        display: block;
        padding: 0;
        order: 1;
        width: 100%;
    }

    .place-mobile-intro h1 {
        margin: 0;
        font-size: 0.98rem;
        font-weight: 700;
        letter-spacing: -0.012em;
    }

    .place-mobile-intro p {
        margin: 4px 0 0;
        font-size: 0.72rem;
        color: rgba(255, 255, 255, 0.88);
        line-height: 1.4;
    }

    .place-filter-group {
        margin-top: 0;
        margin-bottom: 10px;
        gap: 7px;
        flex-wrap: wrap;
    }

    .place-topbar-actions {
        gap: 6px;
    }

    .place-filter-btn {
        background: #ffffff;
        border-color: #cfd7ec;
        color: #1f2a57;
        min-height: 34px;
        padding: 0 13px;
        font-size: 0.79rem;
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(7, 13, 32, 0.1);
    }

    .place-filter-btn[data-category="restaurant"],
    .place-filter-btn[data-category="cafe"] {
        background: #ffffff;
        color: #1f2a57;
        border-color: #cfd7ec;
    }

    .place-filter-btn.is-active {
        background: #28336a;
        border-color: #28336a;
        color: #fff;
        box-shadow: 0 4px 12px rgba(40, 51, 106, 0.28);
    }

    .place-kakao-filter-trigger {
        position: absolute;
        top: 12px;
        right: 88px;
        z-index: 7;
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.78rem;
    }

    .place-kakao-region-trigger {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 7;
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.78rem;
    }

    .place-kakao-dropdown-wrap {
        top: 52px;
        right: 88px;
        left: auto;
        width: min(300px, calc(100vw - 24px));
        padding: 12px;
        border-radius: 16px;
    }

    .place-kakao-region-popup {
        top: 52px;
        right: 12px;
        left: auto;
        width: min(300px, calc(100vw - 24px));
        padding: 12px;
        border-radius: 16px;
    }

    .place-kakao-popup-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .place-kakao-dropdown-label {
        font-size: 0.74rem;
    }

    .place-kakao-dropdown-select {
        min-height: 38px;
        font-size: 0.78rem;
        padding-left: 12px;
        padding-right: 38px;
        background-position: center, right 12px center;
    }

    .place-map-layout {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
    }

    .place-map-canvas {
        height: 100%;
        min-height: 100%;
    }

    .place-mobile-list-toggle-btn {
        display: inline-flex !important;
        margin-top: 8px;
        background: #ffffff;
        border-color: #d4dcf0;
        color: #1f2a57;
        min-height: 36px;
        padding: 0 14px;
        border-radius: 999px;
        font-weight: 700;
        letter-spacing: -0.01em;
        box-shadow: 0 4px 12px rgba(7, 13, 32, 0.14);
    }

    .place-list-section {
        display: none;
        position: fixed;
        left: 12px;
        right: 12px;
        top: 176px;
        margin-top: 0;
        height: auto;
        max-height: min(54vh, 500px);
        border-radius: 16px;
        border: 1px solid #dbe3f4;
        background: rgba(255, 255, 255, 0.985);
        z-index: 30;
        overflow-y: auto;
        box-shadow: 0 14px 34px rgba(8, 17, 45, 0.28);
        padding: 18px 12px max(12px, env(safe-area-inset-bottom));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-16px);
        transition: transform 0.24s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .place-list-section.is-collapsed {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-16px);
    }

    .place-map-page.mobile-list-open .place-list-section {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .place-map-page.mobile-list-open .place-list-section::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        border-radius: 999px;
        background: #c7d2ec;
    }

    .place-map-page.mobile-list-open .place-list-root {
        max-height: min(38vh, 340px);
        padding-right: 2px;
    }

    .place-list-item {
        border-radius: 12px;
        padding: 10px;
    }

    .place-list-item strong {
        font-size: 0.92rem;
    }

    .place-info-card {
        top: auto;
        right: 12px;
        left: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: auto;
        max-height: 46%;
        border-radius: 14px;
        padding: 14px;
        box-shadow: 0 18px 36px rgba(5, 12, 34, 0.28);
        z-index: 24;
    }

    .place-current-location-btn {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: 46px;
        height: 46px;
        box-shadow: 0 10px 20px rgba(7, 13, 32, 0.25);
        z-index: 18;
    }

    .place-mobile-list-toggle-btn {
        position: relative;
        z-index: 18;
    }

    .place-map-page.mobile-list-open .place-info-card {
        display: none;
    }

    .place-admin-panel {
        display: none !important;
    }
}
