:root{
  color-scheme:dark;
  --bg:#0f0e13;
  --surface:#17151e;
  --surface-2:#211e2a;
  --surface-3:#2b2736;
  --line:#353141;
  --text:#f7f5ff;
  --muted:#a9a3b5;
  --purple:#9b7cff;
  --purple-2:#7658dd;
  --gold:#e8bd74;
  --danger:#ff6e7b;
  --safe-bottom:env(safe-area-inset-bottom,0px);
  --nav-h:calc(68px + var(--safe-bottom));
}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden;background:var(--bg);color:var(--text);font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.topbar{position:fixed;z-index:50;top:0;left:0;right:0;height:62px;display:flex;align-items:center;padding:10px 16px;background:rgba(15,14,19,.94);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.brand{width:176px;height:42px;border:0;background:transparent;padding:2px 0;display:flex;align-items:center}
.brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.searchbar{position:fixed;z-index:50;top:62px;left:0;right:0;height:62px;padding:9px 12px;display:flex;gap:8px;background:rgba(15,14,19,.94);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.searchfield{flex:1;min-width:0;height:44px;border:1px solid var(--line);background:var(--surface-2);border-radius:14px;display:flex;align-items:center;padding:0 12px;gap:8px}
.searchfield span{font-size:24px;line-height:1;color:var(--muted);transform:rotate(-20deg)}
.searchfield input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:15px}
.searchfield input::placeholder{color:#7e788b}
.searchbar>button{width:62px;border:0;border-radius:14px;background:var(--purple);color:#fff;font-weight:800}
#map{position:fixed;z-index:1;top:124px;left:0;right:0;bottom:var(--nav-h);background:#19171f}
#map:after{content:"";position:absolute;z-index:9;inset:0;pointer-events:none;background:rgba(11,8,17,.2);mix-blend-mode:multiply}
.maps-marker{z-index:10}
.map-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;background:radial-gradient(circle at 50% 35%,#2b2442 0,#16141c 46%,#0f0e13 100%);color:var(--text)}
.map-fallback span{font-size:13px;color:var(--muted)}
.map-loader{width:34px;height:34px;border-radius:50%;border:3px solid rgba(155,124,255,.2);border-top-color:var(--purple);animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.map-actions{position:fixed;z-index:45;right:14px;bottom:calc(var(--nav-h) + 18px);display:flex;flex-direction:column;gap:10px}
.round-action{width:52px;height:52px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(24,22,31,.94);box-shadow:0 8px 24px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px)}
.filter-action{flex-direction:column;gap:0}.filter-action span{font-size:22px;line-height:17px;color:var(--purple)}.filter-action em{font-style:normal;font-size:10px;color:#d9d4e6}
.roadview-action{flex-direction:column;gap:1px}.roadview-action span{font-size:20px;line-height:18px;color:var(--gold)}.roadview-action em{font-style:normal;font-size:9px;color:#e6deec}
.location-pin{position:relative;width:19px;height:19px;border:3px solid var(--purple);border-radius:50%;box-shadow:0 0 0 3px rgba(155,124,255,.15)}
.location-pin:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:var(--purple);transform:translate(-50%,-50%)}
.bottom-nav{position:fixed;z-index:60;left:0;right:0;bottom:0;height:var(--nav-h);display:grid;grid-template-columns:repeat(4,1fr);padding:5px 5px var(--safe-bottom);background:rgba(18,16,23,.98);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -10px 30px rgba(0,0,0,.22)}
.nav-item{border:0;background:transparent;color:#827c8e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:14px}
.nav-item span{font-size:22px;line-height:22px;font-weight:400}.nav-item em{font-style:normal;font-size:11px;font-weight:700}
.nav-item.active{color:var(--purple);background:rgba(155,124,255,.08)}
.result-notice{position:fixed;z-index:40;top:136px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);padding:9px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(23,21,30,.92);box-shadow:0 6px 22px rgba(0,0,0,.25);font-size:12px;white-space:nowrap}
.gps-location-dot{width:17px;height:17px;border:4px solid #fff;border-radius:50%;background:#34a7ff;box-shadow:0 0 0 7px rgba(52,167,255,.2),0 4px 12px rgba(0,0,0,.35)}
.selected-location-marker{position:relative;width:32px;height:32px;border:3px solid #fff;border-radius:50% 50% 50% 5px;background:var(--purple);box-shadow:0 6px 16px rgba(0,0,0,.42);transform:rotate(-45deg)}
.selected-location-marker:after{content:"";position:absolute;left:50%;top:50%;width:9px;height:9px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}
.roadview-panel{position:fixed;z-index:70;top:124px;left:0;right:0;bottom:var(--nav-h);background:#0f0e13}.roadview{width:100%;height:100%}.roadview-close{position:absolute;z-index:2;top:14px;right:14px;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(20,18,26,.9);color:#fff;font-size:29px;box-shadow:0 7px 20px rgba(0,0,0,.38)}
.backdrop{position:fixed;z-index:80;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(2px)}
.sheet{position:fixed;z-index:90;left:0;right:0;bottom:0;max-height:calc(100dvh - 32px);background:var(--surface);border:1px solid rgba(255,255,255,.08);border-bottom:0;border-radius:25px 25px 0 0;box-shadow:0 -22px 65px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:hidden;animation:sheetIn .2s ease-out}
@keyframes sheetIn{from{transform:translateY(18px);opacity:.5}to{transform:translateY(0);opacity:1}}
.sheet-handle{flex:0 0 auto;width:42px;height:5px;margin:9px auto 2px;border-radius:99px;background:#45404f}
.sheet-head{flex:0 0 auto;min-height:66px;padding:11px 18px 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}
.sheet-head.compact{min-height:48px;padding-top:5px}.sheet-head small{display:block;color:var(--purple);font-size:11px;font-weight:800;margin-bottom:3px}.sheet-head h2{font-size:22px;margin:0;letter-spacing:-.5px}
.icon-close{width:38px;height:38px;border-radius:50%;border:0;background:var(--surface-2);color:#c5bfce;font-size:25px;line-height:1}
.sheet-scroll{overflow:auto;overscroll-behavior:contain;padding:18px;padding-bottom:26px}
.sheet-actions{flex:0 0 auto;padding:12px 16px calc(12px + var(--safe-bottom));border-top:1px solid rgba(255,255,255,.07);background:rgba(23,21,30,.98);display:grid;gap:10px}.sheet-actions.two{grid-template-columns:1fr 2fr}.sheet-actions.place-actions{grid-template-columns:1fr 1.4fr}
.primary,.secondary{min-height:48px;border-radius:14px;font-weight:850;border:0}.primary{background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;box-shadow:0 8px 20px rgba(118,88,221,.25)}.secondary{background:var(--surface-2);color:#e4dfec;border:1px solid var(--line)}.full{width:100%}
.filter-sheet{max-height:75dvh}.filter-content{display:flex;flex-direction:column;gap:24px}.filter-content fieldset{padding:0;margin:0;border:0}.filter-content legend{font-size:14px;font-weight:850;margin-bottom:12px}.chip-group{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:#b8b2c3;padding:10px 13px;font-size:13px}.chip.active{border-color:var(--purple);background:rgba(155,124,255,.16);color:#dcd2ff}
.horror-subfilters{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;padding:11px;border:1px solid rgba(155,124,255,.24);border-radius:15px;background:rgba(155,124,255,.07)}.horror-subfilters:before{content:"공포 세부 선택";flex-basis:100%;color:#b8adc8;font-size:10px;font-weight:800}.horror-subfilters .chip{padding:8px 10px;font-size:11px}
.check-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:14px}.check-row input{width:21px;height:21px;accent-color:var(--purple)}
.filter-content select,.app-form select{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);padding:0 12px;outline:0}
.place-sheet{height:min(85dvh,780px)}.place-content{padding-top:0}.verified-badge{display:inline-block;padding:6px 9px;border-radius:999px;background:rgba(155,124,255,.14);color:#c9baff;font-size:11px;font-weight:800}
.place-hero{height:168px;margin:0 -18px 18px;overflow:hidden;background:linear-gradient(145deg,#332947,#1d1925)}.place-hero img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:950;letter-spacing:-2px;color:rgba(255,255,255,.19);background:radial-gradient(circle at 68% 25%,rgba(232,189,116,.25),transparent 26%),radial-gradient(circle at 28% 65%,rgba(155,124,255,.3),transparent 31%)}
.place-title-row{display:flex;gap:12px;align-items:flex-start}.place-title-row>div{flex:1;min-width:0}.place-type{color:var(--gold);font-size:12px;font-weight:800}.place-title-row h2{margin:5px 0 5px;font-size:24px}.place-title-row p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.favorite{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--surface-2);color:#d8d2e0;font-size:25px}.favorite.active{color:#ff7a94}
.rating-row{display:flex;align-items:center;gap:9px;margin:14px 0}.rating-row b{color:var(--gold)}.rating-row span{font-size:12px;color:var(--muted)}.place-summary{padding:14px;border-radius:14px;background:var(--surface-2);color:#d3cedb;font-size:13px;line-height:1.6}
.info-section{margin-top:25px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.section-head h3{margin:0;font-size:16px}.section-head button{border:0;background:transparent;color:var(--purple);font-size:12px;font-weight:800}
.price-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:15px;overflow:hidden}.price-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px;background:var(--surface-2);border-bottom:1px solid var(--line);font-size:13px}.price-item:last-child{border-bottom:0}.price-item span{color:#c9c3d1}.price-item b{white-space:nowrap;color:var(--gold)}
.review-list{display:flex;flex-direction:column;gap:9px}.review-card{padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.review-card header{display:flex;justify-content:space-between;gap:10px}.review-card strong{font-size:13px}.review-card em{font-style:normal;color:var(--gold);font-size:12px}.review-card p{margin:9px 0 0;color:#cbc6d2;font-size:13px;line-height:1.55;white-space:pre-wrap}.review-card small{display:block;margin-top:9px;color:#777183}.empty-state{text-align:center;padding:30px 15px;color:var(--muted);font-size:13px}
.form-sheet,.list-sheet{height:min(88dvh,780px)}.app-form{display:flex;flex-direction:column;gap:16px}.app-form label>span{display:block;font-size:12px;font-weight:800;margin-bottom:7px;color:#cfc9d7}.app-form label b{color:var(--purple)}.app-form input,.app-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);padding:13px;outline:0}.app-form input{height:48px}.app-form textarea{resize:vertical;line-height:1.55}.app-form input:focus,.app-form textarea:focus,.app-form select:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(155,124,255,.12)}
.inline-input{display:flex;gap:7px}.inline-input input{flex:1;min-width:0}.inline-input button{flex:0 0 78px;border:1px solid var(--line);border-radius:13px;background:var(--surface-3);color:#d5cfdf;font-size:12px;font-weight:800}
.selected-coordinate{display:block;margin-top:7px;color:var(--purple);font-size:10px;line-height:1.4}
.segmented{display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:14px;background:var(--surface-2)}.segmented label{margin:0}.segmented input{display:none}.segmented span{margin:0!important;text-align:center;padding:11px 5px;border-radius:11px;color:var(--muted)!important}.segmented input:checked+span{background:var(--surface-3);color:var(--text)!important;box-shadow:0 4px 12px rgba(0,0,0,.25)}
.form-note{margin:0;color:#8f8998;font-size:11px;line-height:1.5}.selected-place{padding:14px;border-radius:14px;background:rgba(155,124,255,.1);border:1px solid rgba(155,124,255,.25)}.selected-place strong{display:block}.selected-place span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.photo-field span{display:flex!important;align-items:center;justify-content:space-between}.photo-field span small{color:var(--muted);font-size:10px}.photo-field input{height:auto!important;padding:10px!important}.photo-field em{display:block;margin-top:6px;color:#827b8e;font-size:10px;font-style:normal}.photo-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.photo-preview img{display:block;width:100%;aspect-ratio:1;border-radius:12px;object-fit:cover;border:1px solid var(--line)}
.review-stars{display:flex;gap:3px}.review-stars button{border:0;background:transparent;padding:2px;color:#4e4957;font-size:31px}.review-stars button.active{color:var(--gold)}
.list-content{display:flex;flex-direction:column;gap:10px}.list-card{border:1px solid var(--line);border-radius:16px;background:var(--surface-2);padding:15px}.list-card header{display:flex;justify-content:space-between;gap:10px}.list-card strong{font-size:15px}.list-card em{font-style:normal;color:var(--gold);font-size:12px}.list-card p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.list-card button{margin-top:12px;width:100%;height:40px;border:1px solid var(--line);border-radius:11px;background:var(--surface-3);font-weight:750}
.list-card.clickable{cursor:pointer}.list-card.clickable:active{transform:scale(.99);border-color:var(--purple)}
.post-sheet{height:min(90dvh,820px)}.post-content{padding-top:14px}.post-content h2{margin:6px 0;font-size:25px;letter-spacing:-.5px}.post-address{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.post-images{display:flex;gap:8px;margin:15px 0 0;overflow-x:auto;scroll-snap-type:x mandatory}.post-images img{flex:0 0 min(82%,360px);width:min(82%,360px);aspect-ratio:1;border-radius:16px;object-fit:cover;scroll-snap-align:start;background:var(--surface-2)}.post-body{min-height:90px;margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2);font-size:14px;line-height:1.7;white-space:pre-wrap}.post-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.post-actions button{min-width:0;height:64px;padding:6px 2px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.post-actions button span{font-size:19px;line-height:20px}.post-actions button em{font-style:normal;color:#c9c3d1;font-size:10px}.post-actions button b{color:var(--purple);font-size:10px}.post-actions button.active{border-color:var(--purple);background:rgba(155,124,255,.15)}.post-actions button.active span{color:#ff8299}.comment-section{margin-top:25px}.comment-section .section-head span{color:var(--muted);font-size:11px}.comment-form{display:flex;flex-direction:column;gap:7px;padding:11px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.comment-form>input{height:36px;width:150px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-3);font-size:12px;outline:0}.comment-form>div{display:flex;gap:7px}.comment-form textarea{flex:1;min-width:0;resize:none;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-3);font-size:12px;line-height:1.45;outline:0}.comment-form button{flex:0 0 54px;border:0;border-radius:11px;background:var(--purple);font-size:12px;font-weight:850}.comment-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.comment-card{padding:12px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.comment-card header{display:flex;justify-content:space-between;gap:8px}.comment-card strong{font-size:12px}.comment-card time{color:#777183;font-size:10px}.comment-card p{margin:7px 0 0;color:#d0cad8;font-size:12px;line-height:1.55;white-space:pre-wrap}.maps-marker.pending{opacity:.88}.maps-marker.pending .marker-symbol{filter:grayscale(.3)}
.auth-panel{display:flex;flex-direction:column;gap:18px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:14px;background:var(--surface-2)}.auth-tabs button{height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-weight:800}.auth-tabs button.active{background:var(--surface-3);color:var(--text)}.auth-form{gap:13px}.text-button{border:0;background:transparent;color:var(--purple);font-size:12px;font-weight:750}.account-card{border-color:rgba(155,124,255,.35);background:linear-gradient(135deg,rgba(155,124,255,.13),var(--surface-2))}.account-card .account-email{word-break:break-all}.search-result-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.search-result-card:after{content:"›";color:var(--purple);font-size:25px}
.toast{position:fixed;z-index:120;left:50%;bottom:calc(var(--nav-h) + 18px);transform:translateX(-50%);max-width:calc(100% - 32px);padding:11px 16px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#2b2735;box-shadow:0 10px 30px rgba(0,0,0,.45);font-size:13px;text-align:center;animation:toastIn .2s ease-out}@keyframes toastIn{from{transform:translate(-50%,8px);opacity:0}to{transform:translate(-50%,0);opacity:1}}
.maps-marker{position:relative;width:48px;height:52px;padding:0;border:0;background:transparent;filter:drop-shadow(0 5px 7px rgba(0,0,0,.55));display:flex;align-items:flex-start;justify-content:center;color:#fff;transform-origin:center bottom}.maps-marker:after{content:"";position:absolute;left:50%;bottom:0;width:8px;height:8px;border-radius:50%;background:#fff;border:2px solid #2e273a;transform:translateX(-50%)}.maps-marker.external{filter:grayscale(.25) drop-shadow(0 5px 7px rgba(0,0,0,.42))}.maps-marker.active{transform:scale(1.16);filter:drop-shadow(0 7px 10px rgba(0,0,0,.5))}.marker-symbol{position:relative;display:block;width:42px;height:42px}.marker-flag:before{content:"";position:absolute;left:6px;top:2px;width:3px;height:39px;border-radius:2px;background:#202020}.marker-flag:after{content:"";position:absolute;left:9px;top:3px;width:30px;height:25px;border:2px solid #161616;border-radius:2px 6px 6px 2px;background:#fff;clip-path:polygon(0 0,100% 0,84% 50%,100% 100%,0 100%)}.marker-flag i{position:absolute;z-index:1;left:17px;top:7px;color:#050505;font-style:normal;font-size:16px;font-weight:950;line-height:18px}.marker-shaman-flags{display:flex;align-items:flex-start;justify-content:center;gap:2px;padding-top:2px}.marker-shaman-flags i{position:relative;display:block;width:18px;height:38px;filter:drop-shadow(0 1px 0 #1b1514);transform-origin:50% 100%}.marker-shaman-flags i:before{content:"";position:absolute;top:1px;width:3px;height:37px;border-radius:2px;background:#231a17}.marker-shaman-flags i:after{content:"";position:absolute;top:3px;width:16px;height:20px}.marker-shaman-flags i:first-child{transform:rotate(-5deg)}.marker-shaman-flags i:first-child:before{right:0}.marker-shaman-flags i:first-child:after{right:2px;background:#fff;clip-path:polygon(100% 0,0 50%,100% 100%)}.marker-shaman-flags i:last-child{transform:rotate(5deg)}.marker-shaman-flags i:last-child:before{left:0}.marker-shaman-flags i:last-child:after{left:2px;background:#ef1820;clip-path:polygon(0 0,100% 50%,0 100%)}.marker-five-elements{border:3px solid #fff;border-radius:50%;background:#17151a;box-shadow:0 0 0 2px #161116}.marker-five-elements i{position:absolute;display:flex;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid #111;border-radius:50%;color:#101010;font-size:9px;font-style:normal;font-weight:950;left:12px;top:-1px}.marker-five-elements i:nth-child(1){background:#28b94d}.marker-five-elements i:nth-child(2){background:#ff342e;left:26px;top:10px}.marker-five-elements i:nth-child(3){background:#ffd52b;left:21px;top:26px}.marker-five-elements i:nth-child(4){background:#fff;left:4px;top:26px}.marker-five-elements i:nth-child(5){background:#1686ff;left:-1px;top:10px;color:#fff}.marker-five-elements b{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.marker-tarot i{position:absolute;top:5px;width:23px;height:31px;border:2px solid #f4d89b;border-radius:4px;background:#4d347f}.marker-tarot i:nth-child(1){left:1px;transform:rotate(-13deg)}.marker-tarot i:nth-child(2){right:1px;transform:rotate(13deg)}.marker-tarot i:nth-child(3){left:9px;background:linear-gradient(145deg,#806ac2,#3b2865)}.marker-tarot b{position:absolute;z-index:2;left:16px;top:12px;color:#f5d47f;font-size:12px}.marker-obang{display:flex;align-items:flex-start;justify-content:center;gap:1px;padding-top:2px}.marker-obang i{position:relative;display:block;width:7px;height:33px;border:1px solid #1a1a1a;border-radius:1px 1px 4px 4px;clip-path:polygon(0 0,100% 0,100% 76%,50% 100%,0 76%)}.marker-obang i:nth-child(1){background:#1269e8}.marker-obang i:nth-child(2){background:#fff}.marker-obang i:nth-child(3){background:#f21f24}.marker-obang i:nth-child(4){background:#ffd51e}.marker-obang i:nth-child(5){background:#1eb34d}.marker-horror{font-size:34px;line-height:42px;filter:drop-shadow(0 2px 0 #fff) drop-shadow(0 0 5px #8b36ff)}.marker-default{display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--purple)}.maps-cluster{position:relative;width:54px;height:54px;padding:0;border:5px solid #fff;border-radius:50%;background:linear-gradient(145deg,#8f40ff,#4b12ad);box-shadow:0 7px 20px rgba(26,10,62,.68),0 0 0 6px rgba(131,60,255,.34);color:#fff;font-weight:950}.maps-cluster span{font-size:17px;text-shadow:0 2px 3px rgba(0,0,0,.45)}.maps-cluster.report-cluster{background:linear-gradient(145deg,#ff4b55,#bd102a);box-shadow:0 7px 20px rgba(70,0,12,.62),0 0 0 6px rgba(255,56,73,.3)}.maps-cluster:active{transform:scale(.94)}
@media(min-width:720px){.topbar,.searchbar,.bottom-nav{left:50%;right:auto;width:min(100%,520px);transform:translateX(-50%)}#map,.roadview-panel{left:50%;right:auto;width:min(100%,520px);transform:translateX(-50%);border-left:1px solid var(--line);border-right:1px solid var(--line)}.map-actions{right:calc(50% - min(50%,260px) + 14px)}.sheet{left:50%;right:auto;width:min(100%,520px);transform:translateX(-50%)}@keyframes sheetIn{from{transform:translate(-50%,18px);opacity:.5}to{transform:translate(-50%,0);opacity:1}}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 15%,#2b2440,transparent 34%),radial-gradient(circle at 80% 80%,#221e31,transparent 35%),var(--bg)}}
@media(max-height:670px){.topbar{height:54px}.searchbar{top:54px;height:58px}.searchfield{height:40px}.searchbar>button{height:40px}#map{top:112px}.place-hero{height:135px}}
