:root {
  --bg: #0a0d0b;
  --surface: #111612;
  --surface-2: #171d18;
  --line: rgba(255,255,255,.10);
  --text: #f4f7f3;
  --muted: #8f9a91;
  --lime: #c7ff42;
  --lime-soft: rgba(199,255,66,.14);
  --danger: #ff6b6b;
  --radius: 22px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); font-family: Manrope, system-ui, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.noise { pointer-events:none; position:fixed; inset:0; opacity:.025; z-index:20; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.app-shell { width:min(100%,760px); margin:auto; padding:0 18px 112px; }
.topbar { height:70px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:10px; font-size:19px; font-weight:800; letter-spacing:-.04em; }
.brand-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:11px; color:#0a0d0b; background:var(--lime); font-weight:900; transform:rotate(-4deg); }
.lang { border:1px solid var(--line); color:var(--muted); background:var(--surface); border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; }
.view { display:none; animation:appear .24s ease; }
.view.active { display:block; }
@keyframes appear { from { opacity:0; transform:translateY(6px); } }
.hero { position:relative; overflow:hidden; margin:10px 0 22px; padding:30px 24px; min-height:252px; border:1px solid var(--line); border-radius:30px; background:radial-gradient(circle at 90% 0%,rgba(199,255,66,.17),transparent 42%),linear-gradient(145deg,#172018,#0c100d 64%); }
.hero:after { content:""; position:absolute; width:240px; height:240px; right:-68px; bottom:-90px; border:2px solid rgba(199,255,66,.22); border-radius:50%; box-shadow:0 0 0 25px rgba(199,255,66,.035),0 0 0 55px rgba(199,255,66,.025); }
.eyebrow,.section-kicker { color:var(--lime); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.live-dot { display:inline-block; width:7px; height:7px; margin-right:7px; background:var(--lime); border-radius:50%; box-shadow:0 0 0 5px rgba(199,255,66,.08); }
.hero h1,.page-title h1 { position:relative; z-index:1; margin:18px 0 12px; font-size:clamp(38px,11vw,65px); line-height:.94; letter-spacing:-.065em; }
.hero h1 em { color:var(--lime); font-style:normal; }
.hero p { position:relative; z-index:1; max-width:390px; margin:0; color:#a8b1aa; line-height:1.55; font-size:14px; }
.search-panel { position:sticky; top:0; z-index:5; padding:8px 0 14px; background:linear-gradient(var(--bg) 80%,transparent); }
.searchbox { height:54px; display:flex; align-items:center; gap:11px; padding:0 16px; background:var(--surface); border:1px solid var(--line); border-radius:18px; }
.searchbox span { color:var(--lime); font-size:25px; transform:rotate(-15deg); }
.searchbox input { flex:1; border:0; outline:0; background:transparent; color:var(--text); font-size:15px; }
.filters { display:flex; gap:8px; overflow:auto; padding:11px 1px 3px; scrollbar-width:none; }
.filters::-webkit-scrollbar { display:none; }
.chip { flex:none; border:1px solid var(--line); background:var(--surface); color:#aeb6b0; border-radius:999px; padding:8px 13px; font-size:12px; font-weight:700; }
.chip.active { background:var(--lime); color:#10150f; border-color:var(--lime); }
.section-head { display:flex; align-items:end; justify-content:space-between; margin:20px 2px 14px; }
.section-head h2,.page-title h1 { margin:5px 0 0; font-size:28px; letter-spacing:-.045em; }
.result-count { min-width:34px; height:34px; display:grid; place-items:center; color:var(--lime); background:var(--lime-soft); border-radius:50%; font-size:12px; font-weight:800; }
.venue-list { display:grid; gap:14px; }
.venue-card { overflow:hidden; border:1px solid var(--line); background:var(--surface); border-radius:var(--radius); transition:.2s ease; }
.venue-card:active { transform:scale(.988); }
.venue-photo { position:relative; height:190px; background:#182019 center/cover; }
.venue-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 40%,rgba(8,11,9,.9)); }
.live-badge { position:absolute; z-index:1; left:12px; top:12px; padding:7px 10px; border:1px solid rgba(255,255,255,.14); background:rgba(8,11,9,.72); backdrop-filter:blur(12px); border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.05em; }
.format-badge { position:absolute; z-index:1; right:12px; top:12px; padding:7px 10px; background:var(--lime); color:#10150f; border-radius:10px; font-size:11px; font-weight:900; }
.venue-body { padding:16px; }
.venue-title { display:flex; justify-content:space-between; align-items:start; gap:12px; }
.venue-title h3 { margin:0 0 5px; font-size:19px; letter-spacing:-.035em; }
.venue-title p { margin:0; color:var(--muted); font-size:12px; }
.rating { color:#fff; font-size:12px; font-weight:800; white-space:nowrap; }
.rating i { color:var(--lime); font-style:normal; }
.amenities { display:flex; gap:6px; overflow:hidden; margin:14px 0; }
.amenities span { flex:none; padding:6px 9px; border-radius:9px; background:var(--surface-2); color:#9da69f; font-size:10px; }
.contact-line { display:flex; justify-content:space-between; gap:12px; margin:0 0 14px; color:var(--muted); font-size:12px; }
.contact-line a,.detail-actions a { color:var(--lime); text-decoration:none; font-weight:800; }
.venue-footer { display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); padding-top:14px; }
.price b { display:block; font-size:18px; }
.price small { color:var(--muted); }
.arrow-btn { width:43px; height:43px; border:0; background:var(--lime); color:#0a0d0b; border-radius:14px; font-size:22px; font-weight:900; }
.bottom-nav { position:fixed; z-index:10; left:50%; bottom:calc(12px + var(--safe-bottom)); transform:translateX(-50%); width:min(calc(100% - 28px),520px); display:grid; grid-template-columns:repeat(3,1fr); padding:7px; border:1px solid rgba(255,255,255,.12); background:rgba(17,22,18,.92); backdrop-filter:blur(20px); border-radius:22px; box-shadow:0 20px 60px #000; }
.nav-item { border:0; background:transparent; color:#778079; min-height:56px; border-radius:16px; display:grid; place-items:center; align-content:center; gap:2px; }
.nav-item span { font-size:20px; line-height:1; }
.nav-item small { font-size:10px; font-weight:800; }
.nav-item.active { background:var(--lime-soft); color:var(--lime); }
.page-title { padding:24px 3px; }
.bookings-list { display:grid; gap:12px; }
.booking-card,.profile-card,.info-card { border:1px solid var(--line); background:var(--surface); border-radius:var(--radius); padding:17px; }
.booking-card { display:grid; grid-template-columns:58px 1fr; gap:14px; }
.date-box { display:grid; place-items:center; align-content:center; background:var(--lime-soft); color:var(--lime); border-radius:15px; font-size:11px; font-weight:800; }
.date-box b { font-size:22px; }
.booking-card h3 { margin:0 0 4px; font-size:16px; }
.booking-card p { margin:2px 0; color:var(--muted); font-size:12px; }
.booking-actions { display:flex; justify-content:space-between; align-items:center; margin-top:11px; }
.status { color:var(--lime); font-size:10px; font-weight:900; text-transform:uppercase; }
.text-btn { border:0; padding:5px; background:transparent; color:var(--danger); font-size:11px; }
.empty { padding:50px 20px; text-align:center; color:var(--muted); border:1px dashed var(--line); border-radius:var(--radius); }
.profile-card { display:flex; align-items:center; gap:14px; }
.profile-card h3 { margin:0 0 4px; }
.profile-card p { margin:0; color:var(--muted); font-size:12px; }
.avatar { width:52px; height:52px; display:grid; place-items:center; background:var(--lime); color:#0b0f0c; border-radius:17px; font-weight:900; font-size:20px; }
.info-card { margin-top:14px; }
.info-card div { display:flex; justify-content:space-between; gap:15px; padding:13px 0; border-bottom:1px solid var(--line); font-size:12px; }
.info-card div:last-child { border:0; }
.info-card span { color:var(--muted); }
.info-card b { text-align:right; }
.legal,.form-note { color:#677068; font-size:10px; line-height:1.6; text-align:center; padding:12px; }
.modal { position:fixed; z-index:30; inset:0; display:none; align-items:flex-end; justify-content:center; background:rgba(0,0,0,.72); backdrop-filter:blur(6px); }
.modal.open { display:flex; animation:fade .2s ease; }
@keyframes fade { from { opacity:0; } }
.sheet { position:relative; width:min(100%,760px); max-height:92vh; overflow:auto; padding:0 0 calc(22px + var(--safe-bottom)); background:var(--surface); border:1px solid var(--line); border-radius:28px 28px 0 0; animation:up .26s ease; }
.sheet.compact { padding:26px 20px calc(22px + var(--safe-bottom)); }
@keyframes up { from { transform:translateY(35px); opacity:.5; } }
.close { position:absolute; z-index:3; right:15px; top:15px; width:38px; height:38px; border:1px solid rgba(255,255,255,.15); border-radius:50%; background:rgba(5,8,6,.72); color:#fff; font-size:24px; }
.detail-photo { height:260px; background:center/cover; position:relative; }
.detail-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 35%,var(--surface)); }
.detail-content { position:relative; margin-top:-48px; padding:0 20px; }
.detail-content h2 { margin:0; font-size:28px; letter-spacing:-.05em; }
.detail-content>p { color:var(--muted); font-size:13px; }
.detail-actions { display:flex; gap:8px; margin:14px 0; }
.detail-actions a { flex:1; padding:11px 10px; text-align:center; border:1px solid rgba(199,255,66,.25); background:var(--lime-soft); border-radius:12px; font-size:12px; }
.detail-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:18px 0; }
.detail-meta div { padding:12px 8px; background:var(--surface-2); border-radius:14px; text-align:center; }
.detail-meta b { display:block; font-size:13px; }
.detail-meta small { color:var(--muted); font-size:9px; }
.date-strip { display:flex; gap:8px; overflow:auto; scrollbar-width:none; }
.date-pill { min-width:59px; padding:10px 6px; border:1px solid var(--line); border-radius:15px; background:transparent; color:var(--muted); }
.date-pill b,.date-pill small { display:block; }
.date-pill b { color:var(--text); font-size:17px; }
.date-pill small { font-size:9px; text-transform:uppercase; }
.date-pill.active { border-color:var(--lime); background:var(--lime-soft); color:var(--lime); }
.slots { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:15px 0 8px; }
.slot { border:1px solid var(--line); background:var(--surface-2); color:var(--text); border-radius:12px; padding:11px 4px; font-size:12px; font-weight:800; }
.slot:disabled { opacity:.25; text-decoration:line-through; cursor:not-allowed; }
.slot:not(:disabled):active { background:var(--lime); color:#0a0d0b; }
.booking-head h2 { margin:5px 0 20px; }
.booking-summary { padding:15px; margin-bottom:18px; background:var(--lime-soft); border:1px solid rgba(199,255,66,.2); border-radius:16px; }
.booking-summary b { display:block; margin-bottom:5px; }
.booking-summary span { color:#b6c0b7; font-size:12px; }
form label { display:block; margin:12px 0; color:#a7afa9; font-size:11px; font-weight:700; }
form input { width:100%; margin-top:7px; border:1px solid var(--line); outline:0; background:#0c100d; color:#fff; border-radius:14px; padding:14px; }
form input:focus { border-color:var(--lime); }
.primary-btn { width:100%; border:0; border-radius:15px; padding:15px; background:var(--lime); color:#0a0d0b; font-weight:900; margin-top:8px; }
.toast { position:fixed; z-index:50; left:50%; bottom:100px; transform:translate(-50%,20px); max-width:calc(100% - 32px); padding:12px 16px; border:1px solid var(--line); background:#202720; color:#fff; border-radius:14px; box-shadow:0 15px 45px #000; opacity:0; pointer-events:none; transition:.25s; font-size:12px; }
.toast.show { opacity:1; transform:translate(-50%,0); }
.loader { padding:35px; text-align:center; color:var(--muted); }
@media(min-width:680px) {
  .venue-list { grid-template-columns:1fr 1fr; }
  .hero { min-height:300px; padding:42px; }
  .sheet { border-radius:28px; margin-bottom:18px; max-height:88vh; }
  .modal { align-items:center; }
}
