body:has(.gmr-map) .entry-header,
body:has(.gmr-map) .page-header,
body:has(.gmr-map) .entry-title { display:none !important; }
body:has(.gmr-map) .site-content,
body:has(.gmr-map) .ast-container,
body:has(.gmr-map) .content-area,
body:has(.gmr-map) .site-main,
body:has(.gmr-map) article.page,
body:has(.gmr-map) .entry-content {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}
.gmr-map {
    --map-ink:#fbf8ff;
    --map-muted:#cdc1dc;
    --map-purple:#a958e8;
    --map-panel:#171027;
    --map-content-width:1200px;
    color:var(--map-ink);
    background:
        radial-gradient(circle at 80% 2%,rgba(126,53,177,.18),transparent 33%),
        linear-gradient(180deg,#0d0818,#130c21 60%,#0b0714);
    padding:18px clamp(14px,2.4vw,42px) 30px;
}
.gmr-map * { box-sizing:border-box; }
.gmr-map__hero {
    width:100%;
    max-width:var(--map-content-width);
    min-height:245px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0 auto;
    padding:clamp(28px,4vw,62px);
    border:1px solid rgba(185,105,237,.28);
    border-radius:24px;
    background:
        linear-gradient(90deg,rgba(7,4,16,.93),rgba(21,10,38,.76) 55%,rgba(30,14,49,.42)),
        radial-gradient(circle at 82% 50%,rgba(169,82,224,.28),transparent 32%);
    box-shadow:0 22px 54px rgba(0,0,0,.34);
}
.gmr-map__kicker { margin:0 0 8px;color:#cf8cff;font-size:13px;font-weight:900;letter-spacing:.15em;text-transform:uppercase; }
.gmr-map__hero h1 { margin:0;color:#fff;font:700 clamp(42px,5vw,72px)/1 Georgia,serif; }
.gmr-map__hero>p:last-child { max-width:760px;margin:18px 0 0;color:#ddd4e7;font-size:18px;line-height:1.55; }
.gmr-map__toolbar {
    width:100%;
    max-width:var(--map-content-width);
    display:grid;
    grid-template-columns:minmax(250px,1fr) minmax(220px,330px) auto;
    gap:12px;
    align-items:center;
    margin:15px auto;
    padding:14px;
    border:1px solid rgba(184,104,237,.22);
    border-radius:17px;
    background:rgba(24,14,41,.92);
}
.gmr-map__toolbar input,.gmr-map__toolbar select {
    width:100%;
    min-height:48px;
    padding:0 15px;
    border:1px solid rgba(192,120,242,.29);
    border-radius:12px;
    color:#fff;
    background:#0d0918;
    font-size:16px;
}
.gmr-map__toolbar select option { background:#110a1d;color:#fff; }
.gmr-map__count { padding:0 10px;color:#d6cbdc;white-space:nowrap; }
.gmr-map__count b { color:#c87eff;font-size:22px; }
.gmr-map__layout { width:100%;max-width:var(--map-content-width);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(340px,.7fr);gap:15px;margin:0 auto; }
.gmr-map__canvas {
    min-height:650px;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(180,103,231,.25);
    border-radius:22px;
    background:
        linear-gradient(rgba(190,129,230,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(190,129,230,.055) 1px,transparent 1px),
        radial-gradient(circle at 45% 45%,#241636,#0c0915 75%);
    background-size:40px 40px,40px 40px,auto;
    box-shadow:inset 0 0 70px rgba(0,0,0,.48);
}
.gmr-map__land {
    position:absolute;
    inset:12% 7% 14%;
    border:2px solid rgba(191,127,234,.24);
    border-radius:38% 50% 32% 42% / 35% 30% 48% 44%;
    transform:rotate(-3deg);
    background:radial-gradient(circle at 35% 38%,rgba(123,77,145,.42),rgba(45,31,60,.6) 64%,rgba(27,19,38,.6));
    box-shadow:inset 0 0 80px rgba(124,65,158,.16),0 0 36px rgba(70,36,91,.2);
}
.gmr-map__compass { position:absolute;z-index:2;top:22px;right:22px;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(203,135,246,.35);border-radius:50%;color:#d795ff;background:rgba(8,6,15,.7);font:700 18px Georgia,serif; }
.gmr-map__pin { position:absolute;z-index:3;width:25px;height:25px;margin:-12px 0 0 -12px;padding:0;border:2px solid #f1d7ff;border-radius:50% 50% 50% 0;background:#a74ce2;transform:rotate(-45deg);box-shadow:0 0 0 5px rgba(169,76,226,.15),0 8px 16px rgba(0,0,0,.45);cursor:pointer; }
.gmr-map__pin span { width:7px;height:7px;display:block;margin:7px;border-radius:50%;background:#fff; }
.gmr-map__pin:hover,.gmr-map__pin.is-active { z-index:5;background:#e69b52;transform:rotate(-45deg) scale(1.22); }
.gmr-map__results { max-height:650px;display:grid;gap:12px;overflow:auto;padding-right:5px;scrollbar-color:#6e3a8d #100b1a; }
.gmr-map-card { overflow:hidden;border:1px solid rgba(182,107,232,.25);border-radius:18px;background:linear-gradient(145deg,#1b112c,#100a1b);box-shadow:0 12px 27px rgba(0,0,0,.2); }
.gmr-map-card.is-active { border-color:#d18bff;box-shadow:0 0 0 2px rgba(186,98,239,.18),0 16px 30px rgba(0,0,0,.3); }
.gmr-map-card>img { width:100%;height:165px;display:block;object-fit:cover; }
.gmr-map-card__body { padding:17px; }
.gmr-map-card__region { color:#cb86f3;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase; }
.gmr-map-card h2 { margin:5px 0 8px;color:#fff;font:700 25px/1.08 Georgia,serif; }
.gmr-map-card p { color:#d3c9dc;line-height:1.5; }
.gmr-map-card dl { display:grid;gap:7px;margin:14px 0; }
.gmr-map-card dl div { display:grid;grid-template-columns:74px 1fr;gap:10px;padding-top:7px;border-top:1px solid rgba(255,255,255,.06); }
.gmr-map-card dt { color:#ad9bb9;font-size:12px;font-weight:800;text-transform:uppercase; }
.gmr-map-card dd { margin:0;color:#ede7f2;font-size:14px; }
.gmr-map-card__details { width:100%;min-height:42px;border:1px solid rgba(198,121,245,.34);border-radius:10px;color:#fff;background:#552078;font-weight:800;cursor:pointer; }
.gmr-map-card__full { margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);color:#d9cfdf; }
.gmr-map-card__full a { color:#d78cff; }
.gmr-map__notice { width:100%;max-width:var(--map-content-width);display:flex;gap:10px;margin:15px auto 0;padding:16px 19px;border:1px solid rgba(222,173,94,.22);border-radius:14px;color:#d9cfdf;background:rgba(46,30,29,.55); }
.gmr-map__notice strong { color:#f1c17c;white-space:nowrap; }
.gmr-map__empty-map { position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#d8cede; }
.gmr-map__empty-map>span { color:#bd73ec;font-size:64px; }
.gmr-map__empty-map strong { margin:12px 0 4px;color:#fff;font:700 25px Georgia,serif; }
.gmr-map__empty-list { padding:30px;border:1px solid rgba(184,104,237,.22);border-radius:18px;background:#171026; }
.gmr-map__empty-list h2 { margin-top:0;color:#fff;font:700 27px Georgia,serif; }
.gmr-map__no-results { padding:24px;text-align:center;color:#d8cfdf;border:1px solid rgba(184,104,237,.2);border-radius:15px;background:#171025; }
@media(max-width:1000px) {
    .gmr-map__layout { grid-template-columns:1fr; }
    .gmr-map__canvas { min-height:500px; }
    .gmr-map__results { max-height:none;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible; }
}
@media(max-width:680px) {
    .gmr-map { padding:10px; }
    .gmr-map__hero { min-height:210px;padding:28px 22px;border-radius:18px; }
    .gmr-map__toolbar { grid-template-columns:1fr; }
    .gmr-map__layout,.gmr-map__results { grid-template-columns:1fr; }
    .gmr-map__canvas { min-height:380px; }
    .gmr-map__notice { flex-direction:column; }
}
