#nex-map-main-content{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.map-explorer-hub{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;min-width:0;max-width:100%;animation:.25s ease-out nex-fade-in;display:flex}@keyframes nex-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.map-explorer-hero{border-radius:var(--nex-radius-lg);box-sizing:border-box;background:linear-gradient(135deg,#6366f11f,#a855f714);border:1px solid #6366f140;min-width:0;max-width:100%;padding:24px 20px;position:relative;overflow:hidden}.map-explorer-title{color:var(--nex-text-bright);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:1.7rem;font-weight:700;display:flex}.map-explorer-title-icon{color:var(--nex-color-primary,#6366f1);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.map-explorer-desc{color:var(--nex-text-muted);max-width:650px;margin:0 0 16px;font-size:.92rem;line-height:1.5}.map-world-stats{flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;display:flex}.map-world-stat-item{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-full,9999px);color:var(--nex-text-muted);background:#ffffff0d;flex-shrink:0;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;display:inline-flex}.map-world-stat-item svg{color:var(--nex-color-primary,#6366f1);flex-shrink:0}.map-world-stat-item strong{color:var(--nex-text-bright);font-weight:600}.map-hub-section{background:var(--nex-bg-card);border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-lg);box-shadow:var(--nex-shadow-sm);box-sizing:border-box;min-width:0;max-width:100%;padding:20px 18px}.map-hub-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.map-hub-section-title{color:var(--nex-text-bright);align-items:center;gap:8px;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.map-hub-section-title svg{color:var(--nex-color-primary,#6366f1);flex-shrink:0}.map-recent-tray{scrollbar-width:thin;box-sizing:border-box;gap:8px;min-width:0;max-width:100%;padding-top:6px;padding-bottom:6px;display:flex;overflow-x:auto}.map-recent-chip{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-full,9999px);color:var(--nex-text-bright);white-space:nowrap;cursor:pointer;background:#ffffff08;flex-shrink:0;align-items:center;gap:6px;padding:5px 12px;font-family:inherit;font-size:.82rem;text-decoration:none;transition:all .2s;display:inline-flex}.map-recent-chip svg{color:var(--nex-text-muted);flex-shrink:0}.map-recent-chip:hover{border-color:var(--nex-color-primary);background:#6366f126;transform:translateY(-1px)}.map-recent-chip:hover svg{color:var(--nex-color-primary)}.map-major-towns-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;width:100%;min-width:0;display:grid}.map-town-card{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-md);cursor:pointer;box-sizing:border-box;background:#ffffff05;flex-direction:column;justify-content:space-between;gap:8px;min-width:0;padding:12px 14px;text-decoration:none;transition:all .2s;display:flex}.map-town-card:hover{border-color:var(--nex-color-primary);box-shadow:var(--nex-shadow-glow,0 0 15px #6366f133);background:#ffffff0f;transform:translateY(-2px)}.map-town-card-header{align-items:center;gap:10px;min-width:0;display:flex}.map-town-icon-box{border-radius:var(--nex-radius-sm);width:32px;height:32px;color:var(--nex-color-primary);background:#6366f11f;border:1px solid #6366f140;flex-shrink:0;justify-content:center;align-items:center;display:flex}.map-town-name{color:var(--nex-text-bright);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;overflow:hidden}.map-town-meta{color:var(--nex-text-muted);justify-content:space-between;align-items:center;gap:6px;font-size:.75rem;display:flex}.map-town-badge{color:var(--nex-color-success);white-space:nowrap;background:#10b98126;border:1px solid #10b9814d;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.68rem}.map-chapters-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;width:100%;min-width:0;display:grid}.map-chapter-card{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-md);box-sizing:border-box;background:#ffffff05;flex-direction:column;gap:10px;min-width:0;padding:14px 16px;transition:all .2s;display:flex}.map-chapter-card:hover{background:#ffffff0a;border-color:#6366f166}.map-chapter-card-top{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.map-chapter-card-title{color:var(--nex-text-bright);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3}.map-chapter-card-count{border-radius:var(--nex-radius-full,9999px);color:var(--nex-color-primary);white-space:nowrap;cursor:pointer;background:#6366f126;border:1px solid #6366f14d;flex-shrink:0;padding:2px 8px;font-family:inherit;font-size:.72rem;transition:all .2s}.map-chapter-card-count:hover{background:var(--nex-color-primary);color:#fff}.map-chapter-pills-list{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.map-chapter-quick-pill{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);color:var(--nex-text-bright);cursor:pointer;background:#ffffff0a;align-items:center;gap:4px;padding:3px 8px;font-family:inherit;font-size:.75rem;transition:all .2s;display:inline-flex}.map-chapter-quick-pill:hover{border-color:var(--nex-color-primary);color:var(--nex-color-primary);background:#6366f12e}.map-sidebar-filters{gap:6px;margin-bottom:12px;display:flex}.map-filter-chip{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-full,9999px);color:var(--nex-text-muted);cursor:pointer;white-space:nowrap;background:#ffffff08;align-items:center;gap:5px;padding:4px 10px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.map-filter-chip svg{color:currentColor;flex-shrink:0}.map-filter-chip:hover{color:var(--nex-text-bright);background:#ffffff14}.map-filter-chip.active{background:var(--nex-color-primary,#6366f1);color:#fff;border-color:var(--nex-color-primary,#6366f1);font-weight:600}.map-sidebar-item{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);cursor:pointer;text-align:left;box-sizing:border-box;background:#ffffff05;width:100%;min-width:0;max-width:100%;margin:3px 1px;padding:10px 14px;font-family:inherit;transition:all .2s}.map-sidebar-item:hover{background:color-mix(in srgb, var(--nex-color-primary) 4%, var(--nex-bg-card));border-color:var(--nex-color-primary)}.map-sidebar-item.active{background:color-mix(in srgb, var(--nex-color-primary) 8%, var(--nex-bg-card));border-color:var(--nex-color-primary)}.map-sidebar-name{color:var(--nex-text-bright);justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:600;display:flex}.map-sidebar-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.map-sidebar-badges{white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.map-mini-badge{white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;gap:3px;padding:2px 6px;font-size:.65rem;font-weight:600;line-height:1.2;display:inline-flex}.map-mini-badge svg{flex-shrink:0}.map-mini-badge.boss{color:var(--nex-color-danger,#ef4444);background:#ef44442e;border:1px solid #ef44444d}.map-mini-badge.chests{color:var(--nex-color-warning,#f59e0b);background:#f59e0b2e;border:1px solid #f59e0b4d}.map-mini-badge.town{color:var(--nex-color-success,#10b981);background:#10b9812e;border:1px solid #10b9814d}.map-sidebar-meta{color:var(--nex-text-muted);margin-top:3px;font-size:.74rem}.map-detail-card{background:var(--nex-bg-card);border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-lg);box-shadow:var(--nex-shadow-md);box-sizing:border-box;min-width:0;max-width:100%;margin-bottom:24px;padding:24px;animation:.2s ease-out nex-fade-in}.map-top-bar{border-bottom:1px solid var(--nex-border-color);justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:20px;padding-bottom:16px;display:flex}.map-back-btn{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);color:var(--nex-text-bright);cursor:pointer;background:#ffffff0a;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.map-back-btn svg{flex-shrink:0}.map-back-btn:hover{border-color:var(--nex-color-primary);color:var(--nex-color-primary);background:#6366f126}.map-quick-jump-wrap{align-items:center;gap:8px;min-width:0;display:flex}.map-quick-jump-select{background:var(--nex-bg-input,#ffffff0d);border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);color:var(--nex-text-bright);cursor:pointer;min-width:0;max-width:100%;padding:6px 10px;font-family:inherit;font-size:.82rem}.map-header-section{border-bottom:1px solid var(--nex-border-color);justify-content:space-between;align-items:flex-start;min-width:0;margin-bottom:20px;padding-bottom:18px;display:flex}.map-title{color:var(--nex-text-bright);word-break:break-word;margin:0;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:700}.map-subtitle{color:var(--nex-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:.9rem;display:flex}.map-parent-link{color:var(--nex-color-primary);font-weight:500;text-decoration:none}.map-parent-link:hover{text-decoration:underline}.map-stats-bar{flex-wrap:wrap;gap:8px;min-width:0;margin-top:12px;display:flex}.map-stat-badge{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);color:var(--nex-text-muted);white-space:nowrap;background:#ffffff08;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;display:inline-flex}.map-stat-badge svg{color:var(--nex-color-primary,#6366f1);flex-shrink:0}.map-stat-badge strong{color:var(--nex-text-bright)}.map-tag-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.map-tag{border-radius:var(--nex-radius-sm);color:var(--nex-color-primary);background:#6366f11a;border:1px solid #6366f133;padding:3px 8px;font-size:.72rem;font-weight:600}.map-grid-sections{grid-template-columns:1.15fr .85fr;gap:20px;min-width:0;display:grid}@media (width<=960px){.map-grid-sections{grid-template-columns:1fr}}.map-section-box{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-md);box-sizing:border-box;min-width:0;box-shadow:var(--nex-shadow-sm);background:#121624bf;padding:18px}.map-section-box h3{border-bottom:1px solid var(--nex-border-color);color:var(--nex-text-bright);align-items:center;gap:8px;margin-top:0;margin-bottom:14px;padding-bottom:8px;font-family:Outfit,sans-serif;font-size:1.1rem;display:flex}.map-section-box h3 svg{color:var(--nex-color-primary,#6366f1);flex-shrink:0}.map-tabs-header{border-bottom:1px solid var(--nex-border-color);scrollbar-width:none;gap:8px;margin-bottom:14px;padding-bottom:12px;display:flex;overflow-x:auto}.map-tab-btn{color:var(--nex-text-muted);cursor:pointer;border-radius:var(--nex-radius-sm);white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:6px 12px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.map-tab-btn:hover{color:var(--nex-text-bright);background:#ffffff0a}.map-tab-btn.active{color:var(--nex-color-primary,#6366f1);background:#6366f11f;border:1px solid #6366f140}.map-tab-content{min-width:0;display:none}.map-tab-content.active{display:block}.entity-list{flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.entity-card-wrap{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);box-sizing:border-box;background:#1a1e3073;min-width:0;transition:border-color .2s,background .2s;overflow:hidden}.entity-card-wrap:hover{background:#1e243ab3;border-color:#6366f180}.entity-item-main{justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:10px 14px;display:flex}.entity-left-meta{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.entity-name-text{color:var(--nex-text-bright);word-break:break-word;min-width:0;font-size:.92rem;font-weight:600}.entity-level-text{color:var(--nex-text-muted);white-space:nowrap;flex-shrink:0;font-size:.8rem}.entity-badge{text-transform:uppercase;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.68rem;font-weight:700}.entity-badge.boss{color:var(--nex-color-danger,#ef4444);background:#ef44442e;border:1px solid #ef44444d}.entity-badge.mini_boss{color:var(--nex-color-warning,#f59e0b);background:#f59e0b2e;border:1px solid #f59e0b4d}.entity-badge.normal{color:var(--nex-color-blue,#3b82f6);background:#3b82f62e;border:1px solid #3b82f64d}.entity-badge.npc{color:var(--nex-color-success,#10b981);background:#10b9812e;border:1px solid #10b9814d}.drop-toggle-btn{color:var(--nex-color-primary);border-radius:var(--nex-radius-sm);cursor:pointer;white-space:nowrap;background:#6366f114;border:1px solid #6366f133;flex-shrink:0;align-items:center;gap:4px;padding:4px 8px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.drop-toggle-btn svg{flex-shrink:0}.drop-toggle-btn:hover{border-color:var(--nex-color-primary);background:#6366f12e}.drop-toggle-btn .toggle-icon{transition:transform .2s;display:inline-block}.drop-toggle-btn.active .toggle-icon{transform:rotate(180deg)}.monster-drops-accordion{background:#0a0c1499;border-top:1px solid #0000;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.monster-drops-accordion.open{border-top-color:var(--nex-border-color);max-height:3500px}.drops-inner-list{flex-direction:column;gap:6px;margin:0;padding:10px 14px;list-style:none;display:flex}.drop-item-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:6px 10px;font-size:.82rem;display:flex}.drop-item-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.drop-category-badge{color:var(--nex-text-muted);white-space:nowrap;background:#ffffff0f;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:.65rem}.drop-category-badge.crysta{color:#fb7185;background:#f43f5e26;border:1px solid #f43f5e40}.drop-item-link{color:var(--nex-text-bright);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;text-decoration:none;overflow:hidden}.drop-item-link:hover{color:var(--nex-color-primary);text-decoration:underline}.npc-quest-link-btn{color:var(--nex-color-primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;font-family:inherit;font-size:.75rem;text-decoration:underline;display:inline-flex}.npc-quest-link-btn:hover{color:var(--nex-color-accent)}.portal-route-list{flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.portal-route-card{border:1px solid var(--nex-border-color);border-radius:var(--nex-radius-sm);color:inherit;cursor:pointer;box-sizing:border-box;background:#1a1e3073;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:10px 12px;text-decoration:none;transition:all .2s;display:flex}.portal-route-card:hover{border-color:var(--nex-color-primary);background:#1e243ab3;transform:translate(3px)}.portal-route-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.portal-route-name{color:var(--nex-color-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:600;overflow:hidden}.portal-route-meta{color:var(--nex-text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.74rem;overflow:hidden}.portal-route-arrow{color:var(--nex-color-primary);flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.portal-route-card:hover .portal-route-arrow{transform:translate(4px)}@media (width<=768px){.map-explorer-hero{padding:16px 14px}.map-explorer-title{font-size:1.35rem}.map-hub-section{padding:14px 12px}.map-major-towns-grid{grid-template-columns:repeat(2,1fr);gap:8px}.map-chapters-grid{grid-template-columns:1fr;gap:10px}.map-detail-card{padding:16px 12px}.map-top-bar{flex-wrap:wrap}.map-title{font-size:1.45rem}.map-town-card{padding:10px}}@media (width<=480px){.map-major-towns-grid{grid-template-columns:1fr}}html[data-theme=potum] .map-explorer-hero{background:linear-gradient(135deg,#0284c71f,#bae6fd59);border-color:#0284c74d}html[data-theme=potum] .map-detail-card,html[data-theme=potum] .map-hub-section{background:#fff;border-color:#bae6fd;box-shadow:0 4px 16px #0284c714}html[data-theme=potum] .map-section-box{background:#f0f7ff;border-color:#bae6fd;box-shadow:0 2px 8px #0284c70f}html[data-theme=potum] .map-section-box h3{color:#0369a1;border-bottom-color:#bae6fd}html[data-theme=potum] .entity-card-wrap,html[data-theme=potum] .portal-route-card,html[data-theme=potum] .map-town-card,html[data-theme=potum] .map-chapter-card{background:#fff;border-color:#bae6fd;box-shadow:0 1px 3px #0284c70a}html[data-theme=potum] .entity-card-wrap:hover,html[data-theme=potum] .portal-route-card:hover,html[data-theme=potum] .map-town-card:hover,html[data-theme=potum] .map-chapter-card:hover{background:#fff;border-color:#0284c7;box-shadow:0 4px 14px #0284c724}html[data-theme=potum] .map-recent-chip{color:#0c4a6e;background:#e0f0fe;border-color:#bae6fd}html[data-theme=potum] .map-recent-chip:hover{background:#bae6fd;border-color:#0284c7}html[data-theme=potum] .map-chapter-quick-pill{color:#0369a1;background:#e0f0fe;border-color:#bae6fd}html[data-theme=potum] .map-chapter-quick-pill:hover{color:#fff;background:#0284c7;border-color:#0284c7}html[data-theme=potum] .monster-drops-accordion{background:#e0f0fe;border-top-color:#bae6fd}html[data-theme=potum] .drop-item-row{background:#fff;border-color:#bae6fd}html[data-theme=potum] .map-back-btn{color:#0c4a6e;background:#e0f0fe;border-color:#bae6fd}html[data-theme=potum] .map-back-btn:hover{color:#fff;background:#0284c7;border-color:#0284c7}html[data-theme=potum] .map-stat-badge{color:#0369a1;background:#e0f0fe;border-color:#bae6fd}html[data-theme=potum] .map-stat-badge strong{color:#0c4a6e}html[data-theme=light] .map-explorer-hero{background:linear-gradient(135deg,#4f46e514,#f1f5f9cc);border-color:#4f46e540}html[data-theme=light] .map-detail-card,html[data-theme=light] .map-hub-section{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px #0000000a}html[data-theme=light] .map-section-box{background:#f8fafc;border-color:#e2e8f0;box-shadow:0 2px 6px #00000005}html[data-theme=light] .map-section-box h3{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .entity-card-wrap,html[data-theme=light] .portal-route-card,html[data-theme=light] .map-town-card,html[data-theme=light] .map-chapter-card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #00000008}html[data-theme=light] .entity-card-wrap:hover,html[data-theme=light] .portal-route-card:hover,html[data-theme=light] .map-town-card:hover,html[data-theme=light] .map-chapter-card:hover{background:#fff;border-color:#4f46e5;box-shadow:0 4px 12px #4f46e51a}html[data-theme=light] .map-recent-chip{color:#334155;background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .map-recent-chip:hover{color:#4f46e5;background:#e2e8f0;border-color:#4f46e5}html[data-theme=light] .map-chapter-quick-pill{color:#334155;background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .map-chapter-quick-pill:hover{color:#fff;background:#4f46e5;border-color:#4f46e5}html[data-theme=light] .monster-drops-accordion{background:#f1f5f9;border-top-color:#e2e8f0}html[data-theme=light] .drop-item-row{background:#fff;border-color:#e2e8f0}html[data-theme=light] .map-back-btn{color:#334155;background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .map-back-btn:hover{color:#fff;background:#4f46e5;border-color:#4f46e5}html[data-theme=light] .map-stat-badge{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .map-stat-badge strong{color:#0f172a}html[data-theme=sepia] .map-explorer-hero{background:linear-gradient(135deg,#b453091a,#f4ece1b3);border-color:#b4530940}html[data-theme=sepia] .map-detail-card,html[data-theme=sepia] .map-hub-section{background:#fcf9f2;border-color:#d3c2ad;box-shadow:0 4px 16px #4334220d}html[data-theme=sepia] .map-section-box{background:#f4ece1;border-color:#d3c2ad;box-shadow:0 2px 6px #4334220a}html[data-theme=sepia] .map-section-box h3{color:#2b1f0d;border-bottom-color:#d3c2ad}html[data-theme=sepia] .entity-card-wrap,html[data-theme=sepia] .portal-route-card,html[data-theme=sepia] .map-town-card,html[data-theme=sepia] .map-chapter-card{background:#fcf9f2;border-color:#d3c2ad}html[data-theme=sepia] .entity-card-wrap:hover,html[data-theme=sepia] .portal-route-card:hover,html[data-theme=sepia] .map-town-card:hover,html[data-theme=sepia] .map-chapter-card:hover{background:#fff;border-color:#b45309;box-shadow:0 4px 12px #b453091f}html[data-theme=sepia] .map-recent-chip{color:#433422;background:#eae0d0;border-color:#d3c2ad}html[data-theme=sepia] .map-recent-chip:hover{color:#b45309;background:#decbb7;border-color:#b45309}html[data-theme=sepia] .map-chapter-quick-pill{color:#433422;background:#eae0d0;border-color:#d3c2ad}html[data-theme=sepia] .map-chapter-quick-pill:hover{color:#fff;background:#b45309;border-color:#b45309}html[data-theme=sepia] .monster-drops-accordion{background:#eae0d0;border-top-color:#d3c2ad}html[data-theme=sepia] .drop-item-row{background:#fcf9f2;border-color:#d3c2ad}html[data-theme=sepia] .map-back-btn{color:#433422;background:#eae0d0;border-color:#d3c2ad}html[data-theme=sepia] .map-back-btn:hover{color:#fff;background:#b45309;border-color:#b45309}html[data-theme=sepia] .map-stat-badge{color:#7e6c55;background:#eae0d0;border-color:#d3c2ad}html[data-theme=sepia] .map-stat-badge strong{color:#2b1f0d}html[data-theme=midnight] .map-explorer-hero{background:linear-gradient(135deg,#818cf81f,#000000e6);border-color:#818cf84d}html[data-theme=midnight] .map-detail-card,html[data-theme=midnight] .map-hub-section{box-shadow:none;background:#08080a;border-color:#1e1e24}html[data-theme=midnight] .map-section-box{box-shadow:none;background:#0d0d10;border-color:#1e1e24}html[data-theme=midnight] .map-section-box h3{color:#fff;border-bottom-color:#1e1e24}html[data-theme=midnight] .entity-card-wrap,html[data-theme=midnight] .portal-route-card,html[data-theme=midnight] .map-town-card,html[data-theme=midnight] .map-chapter-card{background:#08080a;border-color:#1e1e24}html[data-theme=midnight] .entity-card-wrap:hover,html[data-theme=midnight] .portal-route-card:hover,html[data-theme=midnight] .map-town-card:hover,html[data-theme=midnight] .map-chapter-card:hover{background:#14141a;border-color:#818cf8}html[data-theme=midnight] .monster-drops-accordion{background:#040405;border-top-color:#1e1e24}html[data-theme=midnight] .drop-item-row{background:#08080a;border-color:#1a1a20}html[data-theme=midnight] .map-back-btn{color:#fff;background:#121215;border-color:#1e1e24}html[data-theme=midnight] .map-back-btn:hover{color:#818cf8;background:#1e1e24;border-color:#818cf8}html[data-theme=midnight] .map-stat-badge{color:#64748b;background:#121215;border-color:#1e1e24}html[data-theme=midnight] .map-stat-badge strong{color:#fff}
