/* WhatDew World — Phase 2 location menus */
.world-location-dialog{width:min(560px,calc(100vw - 30px));max-width:none;padding:0;border:0;border-radius:28px;background:transparent;color:#244237;box-shadow:none;overflow:visible}.world-location-dialog::backdrop{background:rgba(24,50,40,.34);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.world-location-sheet{position:relative;display:grid;gap:14px;padding:22px;border:1px solid rgba(43,88,66,.2);border-radius:28px;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(244,252,242,.96));box-shadow:0 34px 90px rgba(21,55,39,.28)}.world-location-sheet-handle{display:none}.world-location-sheet-header{display:flex;align-items:start;justify-content:space-between;gap:14px}.world-location-sheet-title-wrap{display:flex;min-width:0;align-items:center;gap:12px}.world-location-sheet-title-wrap h2,.world-location-sheet-title-wrap p,.world-location-sheet-description,.world-location-sheet-footnote{margin:0}.world-location-sheet-title-wrap h2{margin-top:2px;font-size:clamp(1.45rem,4.2vw,2rem);line-height:1.05;color:#183f31}.world-location-sheet-icon{display:grid;width:50px;height:50px;flex:0 0 auto;place-items:center;border-radius:17px;background:#eefaf1;box-shadow:inset 0 0 0 1px rgba(40,104,68,.12);font-size:1.6rem}.world-location-sheet-close{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid rgba(58,91,75,.16);border-radius:50%;background:rgba(255,255,255,.82);color:#4f675b;font:700 1.5rem/1 system-ui;cursor:pointer}.world-location-sheet-close:hover,.world-location-sheet-close:focus-visible{background:#fff;outline:3px solid rgba(76,29,149,.22);outline-offset:2px}.world-location-sheet-description{color:#506d60;font-weight:650;line-height:1.5}.world-location-sheet-actions{display:grid;gap:9px}.world-location-action{display:flex;min-height:62px;padding:11px 13px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(52,91,71,.16);border-radius:17px;color:#244237;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.world-location-action>span:first-child{display:grid;gap:2px;min-width:0}.world-location-action strong{font-size:.9rem}.world-location-action small{color:#60776d;font-size:.7rem;font-weight:650;line-height:1.35}.world-location-action-arrow{flex:0 0 auto;font-size:1.1rem;font-weight:900}.world-location-action.primary{border-color:rgba(25,110,71,.22);background:linear-gradient(135deg,#e9f9e8,#dbf3de);color:#175f38}.world-location-action.secondary{background:#fff}.world-location-action.ghost{background:rgba(240,246,241,.65)}.world-location-action:hover,.world-location-action:focus-visible{transform:translateY(-2px);border-color:rgba(45,102,72,.32);box-shadow:0 12px 26px rgba(35,74,53,.12);outline:none}.world-location-action:focus-visible{outline:3px solid rgba(76,29,149,.24);outline-offset:2px}.world-location-sheet-footnote{padding-top:2px;color:#71867c;font-size:.67rem;line-height:1.45}.world-location-dialog[data-location="theater"] .world-location-sheet-icon{background:#f8ecf7}.world-location-dialog[data-location="wheel"] .world-location-sheet-icon{background:#fff2dd}.world-location-dialog[data-location="dewcade"] .world-location-sheet-icon{background:#eee9ff}.world-location-dialog[data-location="bank"] .world-location-sheet-icon{background:#eef1f4}.world-location-dialog[data-location="town-square"] .world-location-sheet-icon{background:#fff5d8}.world-location-dialog[data-location="cafe"] .world-location-sheet-icon{background:#fff0ee}.world-location-sheet-open{overflow:hidden}
@media(max-width:720px){.world-location-dialog{position:fixed;inset:auto 0 0;width:100%;max-height:min(78dvh,680px);margin:0;padding:0;border-radius:26px 26px 0 0;overflow:auto}.world-location-sheet{min-height:0;padding:9px max(16px,env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-right:0;border-bottom:0;border-left:0;border-radius:26px 26px 0 0}.world-location-sheet-handle{display:block;width:46px;height:5px;margin:0 auto 3px;border-radius:999px;background:rgba(73,99,86,.2)}.world-location-action{min-height:58px}.world-location-sheet-close{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){.world-location-action{transition:none}}
