[v-cloak] { display: none !important; }

.map-list-page { --map-accent: #2563eb; }
.map-hero {
    position: relative;
    overflow: hidden;
    min-height: 132px;
    border: 1px solid #edf0f4;
    border-radius: 6px;
    background: linear-gradient(115deg, #ffffff 0%, #f7fbff 58%, #eef7ff 100%);
    margin-bottom: 10px;
}
.map-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 132px;
    align-items: center;
    gap: 16px;
    padding: 20px 28px;
}
.map-hero-icon {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    box-shadow: none;
}
.map-hero-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.map-hero::after {
    content: "";
    position: absolute;
    right: -45px;
    top: -75px;
    width: 330px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, .20), rgba(37, 99, 235, 0) 67%);
    pointer-events: none;
}
.dark .map-hero { border-color: #2a2a2a; background: linear-gradient(115deg, #191b20, #171c26 58%, #172131); }
.map-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 150px 128px 112px auto;
    gap: 8px;
    align-items: center;
}
.map-filter-groups {
    display: grid;
    gap: 11px;
    margin-top: 14px;
    padding: 0 1px 1px;
}
.map-filter-panel { margin-bottom: 10px; }
.map-panel { border: 1px solid #edf0f4; border-radius: 6px; background: #fff; }
.dark .map-panel { border-color: #2a2a2a; background: #191919; }
.map-filter-row { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: 10px; }
.map-filter-label { padding-top: 6px; color: #64748b; font-size: 12px; line-height: 20px; }
.map-chips { display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.map-chip {
    display: inline-flex; align-items: center; min-height: 31px; padding: 5px 11px;
    border: 1px solid #edf0f4; border-radius: 6px; background: #fff;
    color: #475569; font-size: 12px; font-weight: 400; line-height: 18px; transition: .15s ease;
}
.map-chip:hover { border-color: #93b4ea; color: #1d4ed8; }
.map-chip.is-active { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; }
.dark .map-chip { border-color: #2a2a2a; background: #1c1d21; color: #c4c9d2; }
.dark .map-chip:hover, .dark .map-chip.is-active { border-color: #60a5fa; background: rgba(37, 99, 235, .16); color: #93c5fd; }
.map-list-table { width: 100%; min-width: 1120px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.map-list-table th { height: 42px; padding: 0 12px; border-bottom: 1px solid #edf0f4; background: #f8fafc; color: #64748b; font-size: 12px; font-weight: 500; text-align: left; }
.map-sort-button {
    display: inline-flex;
    width: fit-content;
    height: 42px;
    align-items: center;
    gap: 5px;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    white-space: nowrap;
}
.map-sort-button:hover, .map-sort-button.is-active { color: #2563eb; }
.map-sort-button-right { width: 100%; justify-content: flex-end; }
.map-sort-arrows { display: inline-flex; flex-direction: column; gap: 0; color: #cbd5e1; font-size: 7px; line-height: 7px; }
.map-sort-arrows i { height: 7px; font-style: normal; }
.map-sort-arrows i.is-current { color: #2563eb; }
.dark .map-sort-button:hover, .dark .map-sort-button.is-active { color: #93c5fd; }
.dark .map-sort-arrows { color: #4b5563; }
.dark .map-sort-arrows i.is-current { color: #60a5fa; }
.map-list-table td { padding: 10px 12px; border-bottom: 1px solid #edf0f4; color: #334155; font-size: 13px; vertical-align: middle; }
.map-list-table tbody tr { transition: background .15s ease; }
.map-list-table tbody tr:hover { background: #f7fbff; }
.map-list-table tbody tr:last-child td { border-bottom: 0; }
.dark .map-list-table th { border-color: #31343c; background: #202125; color: #9ca3af; }
.dark .map-list-table td { border-color: #2b2d33; color: #d7d9df; }
.dark .map-list-table tbody tr:hover { background: #1e2530; }
.map-preview { display: flex; width: 64px; height: 48px; align-items: center; justify-content: center; border: 1px solid #edf0f4; border-radius: 6px; background: #fff; }
.dark .map-preview { border-color: #2a2a2a; background: #111; }
.map-preview img { max-width: 58px; max-height: 42px; object-fit: contain; image-rendering: auto; }
.map-name-link { display: inline-block; width: fit-content; max-width: 100%; overflow: hidden; color: #0f3f86; font-size: 14px; font-weight: 500; line-height: 21px; text-overflow: ellipsis; white-space: nowrap; }
.map-name-link:hover { color: #2563eb; text-decoration: underline; }
.dark .map-name-link { color: #93c5fd; }
.map-subline { margin-top: 3px; overflow: hidden; color: #8793a5; font-size: 11px; line-height: 17px; text-overflow: ellipsis; white-space: nowrap; }
.map-tag { display: inline-flex; align-items: center; height: 21px; padding: 0 6px; border-radius: 5px; background: #f1f5f9; color: #64748b; font-size: 11px; font-weight: 400; }
.map-tag.is-town { background: #ecfdf5; color: #047857; }
.map-tag.is-hunting { background: #fff7ed; color: #c2410c; }
.dark .map-tag { background: #2a2d34; color: #bac1cc; }
.dark .map-tag.is-town { background: rgba(16, 185, 129, .14); color: #6ee7b7; }
.dark .map-tag.is-hunting { background: rgba(249, 115, 22, .14); color: #fdba74; }
.map-mob-stack { display: flex; align-items: center; }
.map-mob-icon { display: inline-flex; width: 34px; height: 34px; margin-left: -5px; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 50%; background: #f7f9fc; }
.map-mob-icon:first-child { margin-left: 0; }
.map-mob-icon img { max-width: 27px; max-height: 27px; object-fit: contain; }
.dark .map-mob-icon { border-color: #191919; background: #282a30; }
.map-stat-main { color: #1e293b; font-size: 14px; font-weight: 500; line-height: 20px; }
.dark .map-stat-main { color: #e5e7eb; }
.map-stat-sub { margin-top: 2px; color: #94a3b8; font-size: 11px; line-height: 16px; }
.map-exp { color: #047857; font-variant-numeric: tabular-nums; }
.dark .map-exp { color: #6ee7b7; }
.map-list-summary {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    border: 1px solid #edf0f4;
    border-radius: 6px;
    padding: 7px 12px;
    background: #fff;
}
.map-list-summary-main,
.map-list-summary-count,
.map-list-summary-page,
.map-list-summary-note {
    display: inline-flex;
    align-items: center;
}
.map-list-summary-main { min-width: 0; gap: 9px; }
.map-list-summary-count {
    gap: 6px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
}
.map-list-summary-count > span { color: #2563eb; font-size: 17px; }
.map-list-summary-page {
    height: 25px;
    gap: 3px;
    border-radius: 5px;
    padding: 0 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
}
.map-list-summary-page b { color: #2563eb; font-weight: 600; }
.map-list-summary-note {
    gap: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    background: #f8fafc;
    color: #94a3b8;
    font-size: 11px;
}
.map-list-summary-note > span { color: #64748b; font-size: 14px; }
.dark .map-list-summary { border-color: #2a2a2a; background: #191919; }
.dark .map-list-summary-count { color: #e5e7eb; }
.dark .map-list-summary-page,
.dark .map-list-summary-note { background: #242424; color: #9ca3af; }
.dark .map-list-summary-note > span { color: #9ca3af; }
@media (max-width: 760px) {
    .map-hero-inner { min-height: 118px; align-items: flex-start; gap: 12px; padding: 18px; }
    .map-hero-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 6px; }
    .map-hero-icon svg { width: 25px; height: 25px; }
    .map-filter-row { grid-template-columns: 1fr; gap: 4px; }
    .map-filter-label { padding-top: 0; }
    .map-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
    .map-chip { flex: 0 0 auto; }
    .map-list-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
    .map-list-summary-note { width: 100%; }
}
@media (max-width: 1050px) {
    .map-toolbar { grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(110px, 150px)); }
    .map-toolbar > button { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
    .map-toolbar { grid-template-columns: 1fr 1fr; }
    .map-toolbar > label { grid-column: 1 / -1; }
    .map-toolbar > select:nth-of-type(1) { grid-column: 1 / -1; }
    .map-toolbar > select:nth-of-type(3) { grid-column: 1 / -1; }
}
