:root{--es-bg:#f3f4f6;--es-surface:#fff;--es-border:#d9dce2;--es-text:#1d1f23;--es-text-muted:#8f959e;--es-accent:#722b90;--es-accent-hover:#60247a;--es-highlight:#f8c633;--es-highlight-hover:#ebbc31;--es-radius-sm:10px;--es-radius-md:12px;--es-radius-lg:14px;--es-shadow:0 1px 2px rgba(16,24,40,.06),0 8px 20px rgba(16,24,40,.06)}*{box-sizing:border-box}body,html{width:100%;min-height:100%;margin:0;overflow:hidden;background:var(--es-bg)}body{color:var(--es-text);font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif}.map-shell-home{min-height:100dvh;padding:2rem;display:grid;grid-gap:.75rem;gap:.75rem;place-content:center;background:var(--es-bg)}.map-shell-home h1{margin:0;font-size:2rem}.map-shell-home p{margin:0;color:var(--es-text-muted)}.map-shell-home code{background:var(--es-surface);border:1px solid var(--es-border);padding:.5rem .75rem}.map-shell-home a,.map-shell-home code{border-radius:var(--es-radius-sm);width:-moz-fit-content;width:fit-content}.map-shell-home a{border:1px solid var(--es-accent);background:var(--es-accent);color:var(--es-highlight);text-decoration:none;font-weight:600;padding:.65rem .95rem}.map-shell-root{position:relative;width:100%;height:100dvh;min-height:100dvh;overflow:hidden;background:var(--es-bg)}.map-frame{position:absolute;inset:0;background:#dde2ea}.map-shell-iframe{width:100%;height:100%;border:0;display:block;background:#dde2ea}.map-shell-skeleton{position:absolute;inset:0;display:grid;place-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(180deg,#edf0f4,#e5e9ee);color:var(--es-text-muted);text-align:center;padding:1rem}.map-shell-skeleton p{margin:0;font-size:.95rem;font-weight:600}.map-shell-skeleton-spinner{width:34px;height:34px;border-radius:999px;border:3px solid rgba(107,43,189,.2);border-top:3px solid var(--es-accent);animation:spin .9s linear infinite}.map-shell-skeleton--error{color:#8c2133;background:#f7e7ea}.es-back-button{position:absolute;top:1rem;right:1rem;z-index:3;display:inline-flex;align-items:center;gap:.5rem;height:40px;max-width:180px;padding:0 .75rem;border-radius:999px;border:1px solid var(--es-accent);background:var(--es-highlight);color:var(--es-accent);text-decoration:none;font-size:.82rem;font-weight:700;box-shadow:var(--es-shadow);transition:border-color .2s ease,box-shadow .2s ease;white-space:nowrap;overflow:hidden}.es-back-button:focus-visible,.es-back-button:hover{border-color:var(--es-accent);background:var(--es-highlight-hover);box-shadow:0 2px 10px rgba(16,24,40,.12)}.es-back-button img{height:22px;width:auto;flex-shrink:0}.overlay-panel{position:absolute;top:1rem;left:1rem;z-index:2;width:min(420px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:.75rem;border-radius:var(--es-radius-lg);background:rgba(243,244,246,.94);border:1px solid rgba(217,220,226,.9);box-shadow:var(--es-shadow);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overlay-panel-inner{display:grid;grid-gap:.75rem;gap:.75rem;max-height:calc(100dvh - 4rem);overflow:hidden}.es-drag-handle{display:none}.es-mode-toggle-card{background:var(--es-surface);border:1px solid var(--es-border);border-radius:var(--es-radius-md);padding:.5rem}.es-mode-toggle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.45rem;gap:.45rem}.es-mode-toggle{min-height:44px;border:1px solid transparent;border-radius:var(--es-radius-sm);background:transparent;color:var(--es-text-muted);font-size:.92rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.es-mode-toggle:hover{color:var(--es-text)}.es-mode-toggle.is-active{color:var(--es-accent);background:var(--es-highlight);border-color:var(--es-highlight)}.es-nav-card,.es-search-card{background:var(--es-surface);border:1px solid var(--es-border);border-radius:var(--es-radius-md)}.es-search-card{display:grid;overflow:hidden}.es-search-form{border-bottom:1px solid rgba(217,220,226,.7)}.es-search-control{height:56px;display:grid;grid-template-columns:1fr 56px}.es-search-input{width:100%;border:0;background:var(--es-surface);color:var(--es-text);font-size:1.01rem;padding:0 1rem}.es-search-input::placeholder{color:var(--es-text-muted)}.es-search-input:focus{outline:none}.es-search-button{border:0;background:var(--es-accent);color:var(--es-highlight);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.es-search-button:focus-visible,.es-search-button:hover{background:var(--es-accent-hover)}.es-category-row{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem .75rem;scrollbar-width:none;scroll-snap-type:x mandatory}.es-category-row::-webkit-scrollbar{display:none}.es-category-chip{flex-shrink:0;height:34px;padding:0 .85rem;border-radius:999px;border:1px solid var(--es-border);background:var(--es-surface);color:var(--es-text);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;scroll-snap-align:start;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.es-category-chip:hover{border-color:rgba(107,43,189,.4);color:var(--es-accent)}.es-category-chip.is-active{background:var(--es-accent);border-color:var(--es-accent);color:var(--es-highlight)}.es-results-shell{min-height:160px;max-height:40dvh;overflow:hidden;padding:.75rem;mask-image:linear-gradient(180deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.es-results-list{max-height:calc(40dvh - 1.5rem);overflow:auto;display:grid;grid-gap:.75rem;gap:.75rem;padding:2px .2rem 2px 0}.es-results-empty{min-height:140px;display:grid;place-items:center;color:var(--es-text-muted);font-size:.92rem}.es-result-card{width:100%;border:1px solid var(--es-border);border-radius:var(--es-radius-md);background:var(--es-surface);overflow:hidden;padding:0;text-align:left;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.es-result-card:focus-visible,.es-result-card:hover{transform:translateY(-1px);border-color:rgba(107,43,189,.4);box-shadow:0 4px 14px rgba(16,24,40,.12)}.es-result-image-wrap{width:100%;height:148px;background:#eceef2}.es-result-image{width:100%;height:100%;display:block;object-fit:cover}.es-result-image-placeholder{background:linear-gradient(135deg,#eceef2,#e4e7ed)}.es-result-content{padding:.9rem .95rem 1rem}.es-result-title{margin:0;font-size:1.15rem;line-height:1.25;font-weight:800;color:var(--es-text)}.es-result-subtitle{margin:.52rem 0 0;display:flex;align-items:center;gap:.38rem;font-size:.95rem;color:var(--es-text)}.es-result-pin{color:var(--es-accent);display:inline-flex;align-items:center;justify-content:center}.es-nav-card{padding:.95rem;box-shadow:var(--es-shadow)}.es-nav-header h2{margin:0;font-size:1.05rem;line-height:1.2}.es-nav-rows{margin-top:.7rem;border-top:1px solid rgba(217,220,226,.7);border-bottom:1px solid rgba(217,220,226,.7)}.es-nav-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.68rem 0}.es-nav-row+.es-nav-row{border-top:1px solid rgba(217,220,226,.5)}.es-nav-row-label{font-size:.85rem;color:var(--es-text-muted);font-weight:700}.es-nav-row-value{font-size:.95rem;text-align:right;color:var(--es-text)}.es-nav-row-value--strong{font-weight:800}.es-nav-controls{margin-top:.78rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.es-nav-primary,.es-nav-secondary{min-height:44px;border-radius:var(--es-radius-sm);font-size:.92rem;font-weight:700}.es-nav-secondary{border:1px solid var(--es-border);background:var(--es-surface);color:var(--es-text);cursor:pointer}.es-nav-secondary:focus-visible,.es-nav-secondary:hover{border-color:var(--es-accent);background:rgba(248,198,51,.18);color:var(--es-accent)}.es-nav-primary{margin-top:.55rem;width:100%;border:1px solid var(--es-accent);background:var(--es-accent);color:var(--es-highlight);cursor:pointer}.es-nav-primary:focus-visible,.es-nav-primary:hover{background:var(--es-accent-hover);border-color:var(--es-accent-hover)}.es-nav-primary:disabled,.es-nav-secondary:disabled{cursor:not-allowed;opacity:.5}.es-nav-status{margin:.62rem 0 0;color:var(--es-text-muted);font-size:.82rem}.es-quality-card{background:var(--es-surface);border:1px solid var(--es-border);border-radius:var(--es-radius-md);padding:.8rem .9rem}.es-quality-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.es-quality-header h2{margin:0;font-size:.95rem;font-weight:800}.es-quality-source{font-size:.75rem;color:var(--es-text-muted);text-transform:uppercase;letter-spacing:.02em}.es-quality-grid{margin:.65rem 0 0;display:grid;grid-gap:.45rem;gap:.45rem}.es-quality-row{margin:0;display:flex;justify-content:space-between;align-items:baseline;gap:.8rem}.es-quality-row dt{color:var(--es-text-muted);font-size:.82rem;font-weight:700}.es-quality-row dd{margin:0;font-size:.85rem;font-weight:700;color:var(--es-text);text-align:right}.es-quality-empty,.es-quality-meta{margin:.55rem 0 0;color:var(--es-text-muted);font-size:.8rem}.es-quality-warning{margin:.62rem 0 0;color:#8c2133;font-size:.78rem}.es-fullscreen-button{min-height:44px;width:100%;border-radius:var(--es-radius-sm);border:1px solid var(--es-accent);background:var(--es-highlight);color:var(--es-accent);font-size:.92rem;font-weight:700;cursor:pointer}.es-fullscreen-button:focus-visible,.es-fullscreen-button:hover{border-color:var(--es-accent);background:var(--es-highlight-hover);color:var(--es-accent)}@keyframes spin{to{transform:rotate(1turn)}}button:focus-visible,input:focus-visible{outline:2px solid rgba(114,43,144,.5);outline-offset:2px}@media (max-width:900px){.overlay-panel{width:min(390px,calc(100% - 2rem))}.es-results-shell{max-height:34dvh}.es-results-list{max-height:calc(34dvh - 1.5rem)}}@media (max-width:768px){.es-back-button{max-width:140px}.overlay-panel{top:auto;left:0;right:0;bottom:0;width:100%;border-radius:18px 18px 0 0;border-left:0;border-right:0;border-bottom:0;padding:0 .8rem calc(.8rem + env(safe-area-inset-bottom));transition:max-height .3s cubic-bezier(.32,.72,0,1);overscroll-behavior:contain}.es-drag-handle{display:flex;align-items:center;justify-content:center;padding:.6rem 0 .4rem;cursor:-webkit-grab;cursor:grab;touch-action:none}.es-drag-handle-bar{width:36px;height:4px;border-radius:2px;background:var(--es-border)}.overlay-panel[data-sheet=peek]{max-height:120px}.overlay-panel[data-sheet=peek] .overlay-panel-inner{max-height:80px}.overlay-panel[data-sheet=peek] .es-category-row,.overlay-panel[data-sheet=peek] .es-fullscreen-button,.overlay-panel[data-sheet=peek] .es-mode-toggle-card,.overlay-panel[data-sheet=peek] .es-nav-card,.overlay-panel[data-sheet=peek] .es-quality-card,.overlay-panel[data-sheet=peek] .es-results-shell{display:none}.overlay-panel[data-sheet=half]{max-height:45dvh}.overlay-panel[data-sheet=half] .overlay-panel-inner{max-height:calc(45dvh - 2.4rem)}.overlay-panel[data-sheet=half] .es-results-shell{max-height:22dvh}.overlay-panel[data-sheet=half] .es-results-list{max-height:calc(22dvh - 1.5rem)}.overlay-panel[data-sheet=half] .es-fullscreen-button,.overlay-panel[data-sheet=half] .es-nav-card,.overlay-panel[data-sheet=half] .es-quality-card{display:none}.overlay-panel[data-sheet=full]{max-height:85dvh}.overlay-panel[data-sheet=full] .overlay-panel-inner{max-height:calc(85dvh - 2.4rem);overflow-y:auto}.overlay-panel[data-sheet=full] .es-results-shell{max-height:40dvh}.overlay-panel[data-sheet=full] .es-results-list{max-height:calc(40dvh - 1.5rem)}.es-result-image-wrap{height:136px}.es-search-input{font-size:1rem}}@media (max-width:480px){.es-result-image-wrap{height:100px}.es-result-title{font-size:1rem}}@media (max-height:500px){.es-result-image-wrap{height:80px}.es-results-shell{max-height:30dvh}}