.world-regions{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.world-regions>a{display:flex;gap:8px;align-items:center;padding:10px 13px;border:1px solid var(--border);background:var(--surface);border-radius:6px;font-size:12px}.world-regions small{font-size:10px;color:var(--muted)}.world-regions .active{background:var(--green-soft);border-color:var(--green);color:var(--green);font-weight:600}.world-topbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.world-finder{position:relative;flex:1;max-width:650px;min-width:0}.world-finder>label{display:block;font-size:12px;margin-bottom:8px}.world-finder>div:first-of-type{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:6px 7px 6px 12px}.world-finder input{flex:1;min-width:0;border:0;padding:8px 0;background:transparent;font-size:14px}.world-finder .button{font-size:12px;padding:10px 16px}.world-actions{display:flex;gap:8px}.world-actions .button{font-size:11px;padding:11px 13px}.world-search-results{position:absolute;z-index:35;top:100%;left:0;right:0;max-height:400px;overflow:auto;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);background:var(--surface);padding:7px;margin-top:6px}.world-search-results button{width:100%;border:0;background:none;color:var(--text);padding:10px;display:flex;align-items:center;gap:10px;text-align:left;border-radius:5px}.world-search-results button:hover,.world-search-results button:focus,.world-search-results [aria-selected=true]{background:var(--green-soft)}.world-search-results img{width:30px;height:30px;object-fit:contain;image-rendering:pixelated}.world-search-results strong{display:block;font-size:13px}.world-search-results small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.world-search-results>p{padding:12px;font-size:12px;color:var(--muted)}.world-filters{display:flex;align-items:center;flex-wrap:wrap;gap:13px 18px;padding:13px 16px;background:var(--surface);border:1px solid var(--border);border-radius:7px}.world-filters label{display:flex;align-items:center;gap:6px;font-size:11px;cursor:pointer}.world-filters input{width:14px;height:14px;min-height:0;padding:0;accent-color:var(--green)}.world-dot{width:7px;height:7px;background:#6ab387;border-radius:50%}.world-dot.town{background:#4c96d7}.world-dot.dungeon{background:#ce8039}.world-dot.other{background:#aa88cf}.world-status{font-size:12px;line-height:1.7;margin:13px 0;color:var(--muted);min-height:20px}.world-workspace{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.world-board{padding:0;overflow:hidden}.world-board-heading{display:flex;align-items:center;justify-content:space-between;background:var(--green-soft);padding:12px 16px;border-bottom:1px solid var(--border);font-size:13px}.world-board-heading>span{font-size:11px;color:var(--muted)}.world-viewport{height:620px;position:relative;overflow:hidden;background:#172a27;touch-action:none;cursor:grab;isolation:isolate}.world-viewport:active{cursor:grabbing}.world-scene{position:absolute;left:0;top:0;transform-origin:0 0;will-change:transform;--world-scale:1}.world-art{display:block;width:100%;height:100%;max-width:none;user-select:none;pointer-events:none}.world-lines{position:absolute;inset:0;pointer-events:none;overflow:visible}.world-lines line{stroke:#d8f4ef;stroke-width:calc(1.3px / var(--world-scale));opacity:.5}.world-lines [data-world-route-lines] line{stroke:#ffd364;stroke-width:calc(3px / var(--world-scale));opacity:1;stroke-dasharray:8 4}.world-marker{position:absolute;display:grid;place-items:center;width:var(--tile-width);height:var(--tile-height);min-width:calc(21px / var(--world-scale));min-height:calc(21px / var(--world-scale));transform:translate(-50%,-50%);color:#fff;border:calc(1px / var(--world-scale)) solid #eaf9f03d;background:#29553712;box-sizing:border-box;text-decoration:none}.world-marker:hover,.world-marker:focus-visible{background:#cfffe846;border-color:#fff;z-index:5;outline:calc(2px / var(--world-scale)) solid #144b3d}.world-marker.selected{background:#8effc56b;border-color:#fff;outline:calc(2px / var(--world-scale)) solid #134e3a;z-index:4}.world-marker.match{background:#ffc85d7d;border-color:#fff0a9}.world-marker.muted{opacity:.22}.world-marker.dungeon,.world-marker.town,.world-marker.other{width:calc(23px / var(--world-scale));height:calc(23px / var(--world-scale));border-radius:50%;background:#2b7196ed;border-color:#ecf9ff;box-shadow:0 0 0 calc(2px / var(--world-scale)) #13334855}.world-marker.dungeon{background:#8c4b24ef;border-radius:25%}.world-marker.other{background:#654889ed}.world-marker-glyph{font-size:calc(11px / var(--world-scale));line-height:1;pointer-events:none}.world-marker-name{position:absolute;left:50%;top:100%;transform:translateX(-50%);padding:calc(3px / var(--world-scale)) calc(5px / var(--world-scale));margin-top:calc(4px / var(--world-scale));border-radius:calc(3px / var(--world-scale));white-space:nowrap;font-size:calc(10px / var(--world-scale));line-height:1.3;font-weight:600;background:#112a24db;color:#f3fff8;pointer-events:none;max-width:calc(170px / var(--world-scale));overflow:hidden;text-overflow:ellipsis}.world-marker.field .world-marker-name,.world-scene.hide-labels .world-marker-name{display:none}.world-marker.dungeon .world-marker-name{display:none}.world-marker:hover .world-marker-name,.world-marker.selected .world-marker-name{display:block!important}.world-zoom{position:absolute;left:12px;top:12px;z-index:10;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:7px;overflow:hidden;box-shadow:0 4px 14px #0003}.world-zoom button{width:36px;height:36px;border:0;background:var(--surface);color:var(--text);font-size:22px;padding:0;display:grid;place-items:center}.world-zoom button:hover{background:var(--green-soft)}.world-zoom output{font-size:9px;text-align:center;padding:5px 2px;color:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.world-hover,.world-zoom-hint{position:absolute;bottom:12px;left:12px;right:12px;padding:9px 12px;background:#122a25ed;color:#fff;border:1px solid #dce9e140;border-radius:5px;font-size:11px;line-height:1.6;pointer-events:none}.world-hover{z-index:12}.world-zoom-hint{right:auto;font-size:10px}.world-board-note{padding:10px 14px;font-size:10px;color:var(--muted);border-top:1px solid var(--border)}.world-inspector{padding:20px;max-height:697px;overflow:auto;overscroll-behavior:contain}.world-inspector h2{font-size:20px;line-height:1.3;margin:8px 0}.world-inspector code{font-size:11px;color:var(--muted)}.world-inspector p{font-size:12px;line-height:1.7;margin:10px 0;color:var(--muted)}.world-detail-image{display:block;width:100%;height:180px;object-fit:contain;background:var(--soft);border:1px solid var(--border);border-radius:6px;margin:15px 0;image-rendering:pixelated}.world-inspector .button{font-size:11px;padding:10px 12px;justify-content:center}.world-detail-actions{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.world-detail-actions button{border:1px solid var(--border);border-radius:4px;font-size:10px;padding:7px;background:var(--surface);color:var(--green)}.world-inspector h3{font-size:13px;margin:20px 0 10px}.world-monster{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.world-monster>img{width:28px;height:28px;object-fit:contain;image-rendering:pixelated}.world-monster a{font-size:12px;font-weight:600}.world-monster small{display:block;font-size:10px;color:var(--muted);line-height:1.6;margin-top:3px}.world-monster>strong{font-size:11px}.world-monster.mvp a{color:var(--gold)}.world-exit,.world-floor,.world-location{display:block;width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);text-align:left;padding:8px 10px;font-size:11px;color:var(--text);margin:6px 0;line-height:1.6}.world-exit:hover,.world-floor:hover,.world-location:hover,.world-floor.active{border-color:var(--green);background:var(--green-soft)}.world-exit small,.world-floor small{display:block;color:var(--muted);font-size:10px}.world-route{padding:18px 22px;margin-top:20px}.world-route summary{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:13px}.world-route form{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:17px 0}.world-route label{display:flex;flex-direction:column;gap:6px;font-size:11px;color:var(--muted);flex:1;min-width:140px}.world-route input{font-size:13px;min-width:0;width:100%}.world-route .button{font-size:11px;min-height:39px}.world-route-result{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:10px 0}.world-route-result button{border:1px solid var(--border);background:var(--green-soft);padding:7px 9px;border-radius:4px;font-size:11px;color:var(--green)}.world-directory{padding:23px;margin-top:22px}.world-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 20px;margin-top:18px;max-height:440px;overflow:auto}.world-directory details{min-width:0;border-top:1px solid var(--border);padding-top:10px}.world-directory summary{font-size:12px;font-weight:600;cursor:pointer;line-height:1.5}.world-directory summary small{color:var(--muted);font-size:10px;font-weight:400;margin-left:5px}.world-directory a{display:block;font-size:11px;line-height:1.7;margin-top:7px;color:var(--green)}.world-directory code{display:block;color:var(--muted);font-size:10px}.world-credit{font-size:11px;line-height:1.8;color:var(--muted);margin:18px 0}.world-atlas [hidden]{display:none!important}.world-atlas:fullscreen{padding:18px;background:var(--bg);overflow:auto}.world-atlas:fullscreen .world-viewport{height:calc(100vh - 230px)}
@media(max-width:1150px){.world-workspace{grid-template-columns:minmax(0,1fr) 270px;gap:12px}.world-inspector{padding:16px}.world-viewport{height:550px}.world-inspector{max-height:627px}.world-actions .button{padding:10px;font-size:10px}.world-actions .icon{display:none}}
@media(max-width:900px){.world-workspace{grid-template-columns:1fr}.world-viewport{height:580px}.world-inspector{max-height:none}.world-inspector [data-world-detail]{min-height:180px}.world-detail-image{max-width:330px;height:210px}.world-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.world-topbar{align-items:stretch}.world-actions{flex-direction:column;justify-content:end}}
@media(max-width:550px){.world-regions{gap:5px;margin-bottom:15px}.world-regions>a{font-size:11px;padding:9px 10px}.world-regions small{font-size:9px}.world-topbar{flex-wrap:wrap;gap:9px}.world-finder{flex-basis:100%}.world-actions{flex-direction:row}.world-finder input{font-size:16px}.world-finder>div:first-of-type{gap:7px}.world-finder>div>.icon{width:16px;flex:none}.world-finder .button{padding:10px 11px}.world-filters{padding:12px;gap:12px}.world-filters label{font-size:10px}.world-filters input{width:16px;height:16px}.world-viewport{height:430px}.world-board-heading{padding:11px 13px}.world-zoom button{width:36px;height:36px}.world-board-note{font-size:9px;line-height:1.7}.world-status{font-size:11px}.world-inspector{padding:18px}.world-inspector h2{font-size:20px}.world-inspector p{font-size:12px}.world-monster{grid-template-columns:30px minmax(0,1fr) auto}.world-directory{padding:18px}.world-directory-grid{grid-template-columns:1fr;max-height:370px}.world-route{padding:16px}.world-route form{gap:10px}.world-route label{flex-basis:100%}.world-route input{font-size:16px}.world-route .button{min-height:42px}.world-region-note{font-size:11px}.world-atlas:fullscreen{padding:10px}.world-atlas:fullscreen .world-viewport{height:430px}}

.world-marker.muted:not(:hover):not(.selected) .world-marker-name{display:none}

.world-lines [data-world-exit-lines] line{stroke:#67dbff;stroke-width:calc(2px / var(--world-scale));opacity:.95;filter:drop-shadow(0 1px 1px #092e3b)}

/* Towns and dungeon entrances remain readable at every zoom level. */
.world-filters .icon{width:17px;height:17px;color:var(--muted)}
.world-marker.town,.world-marker.dungeon,.world-marker.other{width:calc(34px / var(--world-scale));height:calc(34px / var(--world-scale));min-width:0;min-height:0;padding:0;border-width:calc(2px / var(--world-scale));border-radius:calc(10px / var(--world-scale));box-shadow:0 calc(2px / var(--world-scale)) calc(6px / var(--world-scale)) #09242480;z-index:2;cursor:pointer}
.world-marker.town{background:#255c81;border-color:#ccecff;border-radius:50%;z-index:3}.world-marker.dungeon{background:#77432e;border-color:#ffe3b4}.world-marker.other{background:#604377;border-color:#e9d2ff}
.world-marker>.icon{width:calc(21px / var(--world-scale));height:calc(21px / var(--world-scale));pointer-events:none}
.world-marker.selected{z-index:8;outline:calc(3px / var(--world-scale)) solid #ffd55f;outline-offset:calc(2px / var(--world-scale))}.world-marker.match:not(.selected){outline:calc(2px / var(--world-scale)) solid #ffd55f}.world-marker:hover,.world-marker:focus-visible{z-index:9;filter:brightness(1.15)}
.world-place-count{position:absolute;right:calc(-7px / var(--world-scale));top:calc(-7px / var(--world-scale));min-width:calc(17px / var(--world-scale));height:calc(17px / var(--world-scale));padding:0 calc(3px / var(--world-scale));display:grid;place-items:center;border:calc(1px / var(--world-scale)) solid #ffedcc;border-radius:calc(9px / var(--world-scale));background:#493025;color:#fff4d6;font-size:calc(10px / var(--world-scale));line-height:1;font-weight:700;pointer-events:none;box-sizing:border-box}
.world-place-cluster .world-place-count{background:#f6d595;color:#362718}.world-place-cluster{box-shadow:0 0 0 calc(3px / var(--world-scale)) #fff5!important}
.world-marker .world-marker-name{left:calc(50% + var(--label-x,-40px) / var(--world-scale));top:calc(50% + var(--label-y,24px) / var(--world-scale));transform:none;margin:0;padding:calc(4px / var(--world-scale)) calc(7px / var(--world-scale));font-size:calc(11px / var(--world-scale));line-height:1.35;max-width:calc(188px / var(--world-scale));border-radius:calc(4px / var(--world-scale));box-sizing:border-box;background:#132d2bef;box-shadow:0 calc(1px / var(--world-scale)) calc(3px / var(--world-scale)) #0004}
.world-marker.dungeon .world-marker-name{display:block;background:#382a21ef;color:#ffe8ba}.world-scene.hide-labels .world-marker-name,.world-marker.name-hidden:not(:hover):not(:focus-visible) .world-marker-name{display:none!important}.world-scene.hide-labels .world-marker:hover .world-marker-name,.world-scene.hide-labels .world-marker:focus-visible .world-marker-name{display:block!important}
.world-place-chooser{position:absolute;z-index:20;top:12px;right:12px;width:min(310px,calc(100% - 76px));max-height:calc(100% - 24px);overflow:auto;overscroll-behavior:contain;touch-action:pan-y;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:12px;box-shadow:0 8px 28px #0005;cursor:default}
.world-place-chooser-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:13px}.world-place-chooser-heading button{border:0;background:transparent;color:var(--muted);font-size:24px;width:32px;height:32px;padding:0}
.world-place-choice{display:flex;align-items:center;gap:10px;padding:12px 7px;border-bottom:1px solid var(--border);border-radius:4px;color:var(--text);min-height:52px}.world-place-choice:hover,.world-place-choice:focus-visible{background:var(--green-soft);color:var(--green)}.world-place-choice>.icon{width:24px;height:24px;flex:none}.world-place-choice strong{display:block;font-size:12px}.world-place-choice small{display:block;font-size:10px;line-height:1.7;color:var(--muted);margin-top:2px}.world-place-chooser>.button{margin-top:12px;width:100%;font-size:11px}
.world-place-heading{display:flex;gap:9px;align-items:center}.world-place-heading>.icon{width:25px;height:25px;color:var(--green)}.world-place-heading.dungeon>.icon{color:var(--gold)}.world-inspector .world-place-subtitle{margin:5px 0;font-size:11px}.world-floors{display:grid;gap:6px}.world-floor{display:flex;gap:9px;align-items:center;padding:9px;margin:0;min-height:52px}.world-floor>span:nth-child(2){flex:1;min-width:0}.world-floor strong{font-size:11px;font-weight:500;display:block}.world-floor-number{display:grid;place-items:center;flex:none;width:26px;height:28px;border-radius:4px;background:var(--soft);color:var(--muted);font-size:12px;font-weight:600}.world-floor.active .world-floor-number{background:var(--green);color:#fff}.world-floor.active strong{font-weight:600}.world-floor-mvp{font-size:9px;letter-spacing:.03em;color:var(--gold);font-weight:700}.world-nearby{display:flex;width:100%;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--border);padding:11px 0;background:transparent;color:var(--text);text-align:left;font-size:11px;min-height:44px}.world-nearby:hover{color:var(--green)}.world-nearby>.icon{color:var(--gold);width:19px;height:19px;flex:none}.world-nearby>span{flex:1}.world-nearby small{font-size:10px;color:var(--muted)}

/* MVP clocks use the same records as the dedicated timer tool. */
.world-mvp-open{grid-column:2/-1;justify-self:start;border:1px solid var(--border);background:var(--green-soft);color:var(--green);border-radius:4px;font-size:11px;padding:8px 11px;min-height:34px}
.world-timers{margin-top:20px;padding:20px 22px;scroll-margin-top:90px}.world-timers-heading{display:flex;gap:15px;align-items:center;justify-content:space-between}.world-timers-heading h2{display:flex;gap:9px;align-items:center;font-size:17px;margin:0}.world-timers-heading h2>span{font-size:11px;font-weight:500;min-width:23px;text-align:center;background:var(--green-soft);color:var(--green);padding:4px 6px;border-radius:5px}.world-timers .button{font-size:11px;padding:9px 12px}.world-timer-storage,.world-timers [data-world-timer-empty]{font-size:11px;color:var(--muted);line-height:1.7;margin:10px 0}.world-timer-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:12px}.world-timer{border:1px solid var(--border);border-radius:8px;padding:15px;background:var(--surface)}.world-timer-heading{display:flex;gap:10px;align-items:center}.world-timer-heading>img{width:36px;height:36px;object-fit:contain;image-rendering:pixelated}.world-timer-heading h3{margin:0 0 4px;font-size:14px}.world-timer-heading a,.world-timer-heading small{display:block;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.world-timer-heading small{color:var(--muted)}.world-timer-countdown{display:flex;flex-direction:column;gap:5px;padding:14px 0 10px}.world-timer-countdown>span{font-size:11px;color:var(--muted)}.world-timer-countdown>strong{font-size:25px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em}.world-timer-countdown>small{font-size:10px;color:var(--muted)}.world-timer-countdown>small:empty{display:none}.world-timer[data-phase=window]{border-color:var(--green);background:var(--green-soft)}.world-timer[data-phase=window] .world-timer-countdown>strong{color:var(--green)}.world-timer[data-phase=overdue] .world-timer-countdown>strong{color:var(--gold)}.world-timer-window{font-size:10px;line-height:1.8;color:var(--muted);margin:0 0 12px}.world-timer-actions{display:flex;gap:7px;flex-wrap:wrap}.world-timer-feedback{display:flex;align-items:center;gap:10px;margin-top:10px}.world-timer-feedback p{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.world-timer-feedback:has(p:empty):has(button[hidden]){display:none}
.world-timer-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.world-timer-editor-heading h3{font-size:14px;margin:0}.world-timers [data-world-timer-editor]{padding:17px;border:1px solid var(--border);border-radius:7px;background:var(--soft);margin:18px 0}.world-timer-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:13px 18px;margin-top:16px}.world-timer-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;color:var(--muted);min-width:0}.world-timer-form input,.world-timer-form select{width:100%;min-width:0;font-size:13px}.world-timer-form>label:first-child,.world-timer-preset-note,.world-timer-error,.world-timer-form>.world-timer-actions,.world-timer-advanced{grid-column:1/-1}.world-timer-preset-note{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.world-timer-range{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}.world-timer-error{font-size:12px;line-height:1.7;color:#bf3d3d;margin:0}.world-timer-advanced{font-size:11px;line-height:1.7}
@media(max-width:550px){.world-timers{padding:17px}.world-timers-heading{align-items:start;flex-wrap:wrap;gap:10px}.world-timers-heading h2{font-size:16px}.world-timers [data-world-timer-editor]{padding:12px}.world-timer-form{grid-template-columns:minmax(0,1fr)}.world-timer-form input,.world-timer-form select{font-size:16px}.world-timer-editor-heading h3{font-size:13px}.world-mvp-open{min-height:40px}.world-place-choice{padding:10px 5px}}

.world-zoom-hint{max-width:calc(100% - 24px)}
.world-timers:has([data-world-timer-editor]:not([hidden])) [data-world-timer-empty]{display:none}
