:root { color-scheme: dark; font-family: Arial, "Microsoft YaHei", sans-serif; background: #05040b; color: #f8fafc; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.night-bg { min-height: 100svh; background: linear-gradient(90deg,rgba(5,8,18,.96),rgba(7,10,24,.76) 48%,rgba(5,4,12,.58)), linear-gradient(180deg,rgba(5,4,12,.18),rgba(5,4,12,.96)), radial-gradient(circle at 76% 18%,rgba(20,184,166,.22),transparent 24%), radial-gradient(circle at 74% 58%,rgba(236,72,153,.34),transparent 30%), url("nightclub-bg.jpg") center/cover fixed; }
.site-shell { padding: 16px 16px calc(96px + env(safe-area-inset-bottom)); overflow-x: hidden; }
.liquid-glass { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.035)),rgba(6,10,24,.56); box-shadow: inset 0 1px rgba(255,255,255,.28), inset 0 -1px rgba(255,255,255,.06), 0 24px 80px rgba(0,0,0,.42); backdrop-filter: blur(24px) saturate(155%); }
.liquid-glass::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.72; background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.34),transparent 26%),radial-gradient(circle at 88% 14%,rgba(125,211,252,.18),transparent 30%),linear-gradient(120deg,rgba(255,255,255,.13),transparent 45%); }
.liquid-content { position:relative; z-index:1; }
.hero-panel { height:180px; border-radius:28px; overflow:visible; background:linear-gradient(90deg,rgba(4,8,20,.18),rgba(5,12,30,.2),rgba(5,12,30,.42)),linear-gradient(180deg,rgba(0,0,0,.02),rgba(5,4,12,.46)),url("hero.png") center/cover; }
.hero-content { display:flex; height:100%; align-items:flex-end; justify-content:center; padding:20px; }
.search-wrap { position:relative; z-index:10; width:100%; max-width:576px; }
.search-box { display:flex; align-items:center; gap:12px; min-height:52px; border-radius:999px; padding:0 16px; cursor:text; }
.search-icon { color:#e2e8f0; font-size:23px; transform:rotate(-20deg); }
.search-box input { min-width:0; flex:1; border:0; outline:0; background:transparent; color:#fff; font-size:14px; }
.search-box input::placeholder { color:rgba(203,213,225,.72); }
.search-results { position:absolute; top:calc(100% + 8px); right:0; left:0; z-index:20; max-height:min(300px,calc(100svh - 260px)); overflow-y:scroll; border-radius:16px; padding:8px 0; scrollbar-width:thin; scrollbar-color:#fbbf24 rgba(255,255,255,.12); }
.search-results::after { content:"\9884 \8bbe \5730 \70b9"; display:block; position:absolute; top:11px; left:20px; color:rgba(254,243,199,.85); font-size:12px; font-weight:700; pointer-events:none; }
.search-results::-webkit-scrollbar { width:8px; }
.search-results::-webkit-scrollbar-thumb { border-radius:999px; background:linear-gradient(#fbbf24,#ec4899); }
.search-result { display:block; width:100%; border:0; padding:12px 20px; padding-left:20px; background:transparent; color:#fff; text-align:left; cursor:pointer; }
.search-result:first-child { margin-top:30px; }
.search-result:hover { background:rgba(255,255,255,.08); }
.search-result small { display:block; margin-top:4px; color:#cbd5e1; font-size:13px; }
.map-wrap { width:100%; max-width:1152px; margin:16px auto 0; }
.map-night-panel { height:52svh; min-height:360px; border-radius:28px; overflow:hidden; touch-action:none; background:radial-gradient(circle at 74% 18%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 38% 58%,rgba(236,72,153,.18),transparent 34%),linear-gradient(135deg,rgba(8,12,24,.94),rgba(2,4,10,.96)); }
.map-stage { position:absolute; inset:0; overflow:hidden; }
.map-card { position:absolute; inset:0; transform-origin:top left; background:linear-gradient(120deg,rgba(8,12,24,.64),rgba(4,8,18,.72)),url("map.svg") center/cover; opacity:.92; transition:transform .2s; }
.map-controls { position:absolute; z-index:5; top:12px; right:12px; display:flex; overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(0,0,0,.35); box-shadow:0 0 20px rgba(236,72,153,.28); backdrop-filter:blur(24px); }
.map-controls button { display:flex; align-items:center; justify-content:center; width:40px; height:40px; border:0; border-right:1px solid rgba(255,255,255,.1); background:transparent; color:white; font-size:22px; cursor:pointer; }
.map-controls button:nth-child(2) { min-width:48px; font-size:19px; }
.map-controls button:last-child { border-right:0; }
#zoom-value { display:none; margin-left:5px; font-size:12px; font-weight:700; }
.marker { position:absolute; z-index:3; width:40px; height:40px; padding:0; border:0; background:transparent; transform:translate(-50%,-50%); cursor:pointer; }
.marker-dot { position:absolute; top:50%; left:50%; width:20px; height:20px; border:2px solid white; border-radius:50%; background:#ef4444; box-shadow:0 0 18px rgba(239,68,68,.95); transform:translate(-50%,-50%); }
.marker-dot::before { content:""; position:absolute; inset:-10px; border-radius:50%; background:rgba(239,68,68,.25); filter:blur(4px); }
.marker.small .marker-dot { width:14px; height:14px; }
.marker:hover .marker-dot, .marker:focus-visible .marker-dot { transform:translate(-50%,-50%) scale(1.18); }
.marker-label { position:absolute; left:50%; bottom:calc(50% + 19px); z-index:4; display:none; max-width:150px; padding:5px 8px; border:1px solid rgba(255,255,255,.25); border-radius:6px; background:rgba(0,0,0,.65); color:white; font-size:11px; font-weight:700; line-height:1.2; white-space:nowrap; transform:translateX(-50%); backdrop-filter:blur(10px); }
.marker-label.below { top:calc(50% + 19px); bottom:auto; }
.map-card.zoomed .marker-label { display:block; }
.map-credit { margin:16px 0 0; text-align:center; color:rgba(203,213,225,.75); font-size:11px; }
.contact-action { position:fixed; z-index:10; right:16px; bottom:calc(16px + env(safe-area-inset-bottom)); left:16px; display:flex; justify-content:center; pointer-events:none; }
.contact-button { display:flex; align-items:center; gap:8px; min-height:50px; padding:1px; border:0; border-radius:999px; background:linear-gradient(90deg,#fcd34d,#ec4899,#d946ef); box-shadow:0 0 28px rgba(236,72,153,.55); color:white; font-size:16px; font-weight:800; cursor:pointer; pointer-events:auto; }
.contact-button::after { content:""; position:absolute; inset:1px; z-index:-1; border-radius:inherit; background:rgba(0,0,0,.45); backdrop-filter:blur(20px); }
.contact-button span { margin-left:22px; color:#fef3c7; }
.contact-button { padding-right:22px; }
.sheet-modal[hidden] { display:none; }
.sheet-modal { position:fixed; z-index:20; inset:0; display:grid; align-items:end; }
.modal-backdrop { position:absolute; inset:0; border:0; background:rgba(0,0,0,.58); backdrop-filter:blur(6px); }
.place-sheet, .contact-sheet { z-index:1; width:100%; max-width:560px; margin:0 auto; padding:22px 20px calc(20px + env(safe-area-inset-bottom)); border-radius:28px 28px 0 0; }
.contact-sheet { max-width:390px; }
.modal-close { position:absolute; top:15px; right:16px; display:grid; width:34px; height:34px; place-items:center; border:1px solid rgba(255,255,255,.15); border-radius:50%; background:rgba(255,255,255,.08); color:white; font-size:24px; cursor:pointer; }
.place-meta, .contact-kicker { margin:0; color:#f9a8d4; font-size:12px; font-weight:700; }
.place-sheet h1, .contact-sheet h2 { margin:8px 38px 8px 0; font-size:23px; }
.place-description { margin:0; color:rgba(226,232,240,.82); font-size:14px; line-height:1.7; }
.detail-button { display:inline-block; margin-top:17px; padding:11px 19px; border-radius:999px; background:linear-gradient(90deg,#ec4899,#8b5cf6); color:white; text-decoration:none; font-size:14px; font-weight:700; }
.contact-kicker { color:rgba(254,243,199,.85); letter-spacing:.18em; }
.contact-qr-wrap { margin-top:18px; padding:12px; border-radius:24px; background:white; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.contact-qr-wrap img { display:block; width:100%; height:auto; border-radius:18px; }
.contact-note { margin:15px 0 0; color:rgba(226,232,240,.78); text-align:center; font-size:14px; }
.feed-page { height:100svh; overflow:hidden; background:#000; }
.video-feed { height:100svh; overflow-y:auto; scroll-snap-type:y mandatory; background:#000; }
.video-section { position:relative; display:flex; height:100svh; align-items:center; justify-content:center; scroll-snap-align:start; background:#000; }
.video-section video { width:100%; height:100%; background:#000; object-fit:cover; }
.feed-top { position:fixed; z-index:8; top:0; right:0; left:0; padding:calc(14px + env(safe-area-inset-top)) 16px 80px; background:linear-gradient(rgba(0,0,0,.78),transparent); pointer-events:none; }
.feed-top > * { pointer-events:auto; }
.back-button { display:inline-block; padding:9px 14px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(0,0,0,.36); color:#fff; text-decoration:none; font-size:14px; backdrop-filter:blur(16px); }
.feed-subtitle { margin:15px 0 0; color:rgba(253,242,248,.85); font-size:12px; }
.feed-title { margin:4px 0 0; color:#fff; font-size:22px; line-height:1.2; }
.video-caption { position:absolute; right:0; bottom:0; left:0; padding:100px 20px calc(24px + env(safe-area-inset-bottom)); background:linear-gradient(transparent,rgba(0,0,0,.86)); pointer-events:none; }
.video-caption h2 { margin:0; color:#fff; font-size:21px; }
.video-caption p { margin:8px 0 0; color:rgba(226,232,240,.9); font-size:14px; line-height:1.5; }
.empty-feed { display:grid; min-height:100svh; place-items:center; padding:24px; color:#e2e8f0; text-align:center; }
.empty-feed a { color:#fff; }
@media (min-width:768px) { .site-shell { padding:28px 40px 112px; } .hero-panel { height:300px; max-width:1152px; margin:auto; } .hero-content { padding:28px; } .search-box { min-height:64px; padding:0 20px; } .search-box input { font-size:16px; } .map-wrap { margin-top:24px; } .map-night-panel { height:650px; min-height:520px; } .sheet-modal { align-items:center; padding:24px; } .place-sheet, .contact-sheet { border-radius:24px; } .place-sheet { margin-bottom:22px; } #zoom-value { display:inline; } }
