:root {
  color-scheme: light;
  --bg: #f4f0e8;
  --surface: #fffdf9;
  --surface-2: #ece7dc;
  --text: #17342f;
  --muted: #71807b;
  --line: rgba(23, 52, 47, .12);
  --primary: #174b43;
  --primary-2: #27695e;
  --accent: #d96842;
  --gold: #e6b45d;
  --shadow: 0 18px 50px rgba(25, 46, 41, .14);
  --font: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; background: #173c36; color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid rgba(217, 104, 66, .45); outline-offset: 2px; }
.icon-sprite { position: fixed; width: 0; height: 0; overflow: hidden; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.concept-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(430px, 1fr) minmax(460px, .95fr); overflow: hidden; position: relative; }
.concept-shell::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.concept-panel { background: #174b43; color: #f7f1e6; padding: 7vh 7vw 6vh; display: flex; flex-direction: column; position: relative; }
.concept-panel::after { content: ""; position: absolute; width: 410px; height: 410px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; right: -180px; bottom: -110px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.brand-lockup { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .17em; font-size: 14px; z-index: 1; }
.prototype-roles { display: inline-flex; gap: 5px; margin-top: 28px; padding: 5px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; width: max-content; z-index: 2; }
.prototype-roles a { color: rgba(255,255,255,.58); text-decoration: none; font-size: 10px; font-weight: 700; padding: 8px 11px; border-radius: 9px; transition: .18s ease; }
.prototype-roles a:hover, .prototype-roles a.active { background: rgba(255,255,255,.11); color: white; }
.brand-mark { width: 39px; height: 39px; border-radius: 13px 13px 13px 4px; display: inline-grid; place-items: center; background: var(--accent); color: white; font-size: 20px; font-weight: 800; letter-spacing: -.06em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.brand-mark.small { width: 36px; height: 36px; font-size: 17px; flex: 0 0 auto; }
.concept-copy { margin: auto 0 7vh; z-index: 1; max-width: 620px; }
.eyebrow { font-size: 10px; line-height: 1.3; letter-spacing: .18em; font-weight: 800; color: var(--accent); }
.concept-copy .eyebrow { color: #e5b45f; }
.concept-copy h1 { font-size: clamp(54px, 6.4vw, 96px); line-height: .92; letter-spacing: -.065em; margin: 28px 0 32px; font-weight: 650; }
.concept-copy h1 em { font-family: Georgia, serif; font-weight: 400; color: #e5b45f; }
.concept-copy p { max-width: 520px; color: rgba(247,241,230,.68); font-size: 18px; line-height: 1.55; margin: 0; }
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); z-index: 1; }
.concept-grid div { padding: 20px 18px 21px 0; min-width: 0; }
.concept-grid div + div { border-left: 1px solid rgba(255,255,255,.15); padding-left: 18px; }
.concept-grid span { display: block; color: #e5b45f; font-size: 10px; font-weight: 800; margin-bottom: 13px; }
.concept-grid strong { display: block; font-size: 13px; margin-bottom: 5px; }
.concept-grid small { color: rgba(247,241,230,.48); line-height: 1.35; display: block; }
.palette { display: flex; gap: 8px; margin-top: 24px; z-index: 1; }
.palette span { width: 28px; height: 10px; border-radius: 99px; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }

.phone-wrap { background: #e9e1d4; display: grid; place-items: center; align-content: center; padding: 26px 30px; position: relative; }
.phone-top-note, .phone-bottom-note { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 800; color: rgba(23,52,47,.48); margin: 0 0 12px; }
.phone-bottom-note { margin: 12px 0 0; }
.device { width: 402px; height: min(874px, calc(100vh - 92px)); min-height: 690px; border-radius: 48px; padding: 10px; background: #10211e; box-shadow: 0 30px 80px rgba(20,43,38,.32), inset 0 0 0 1px rgba(255,255,255,.14); position: relative; }
.device::before { content: ""; position: absolute; right: -3px; top: 160px; width: 3px; height: 72px; background: #10211e; border-radius: 0 3px 3px 0; }
.app { height: 100%; background: var(--bg); border-radius: 39px; overflow: hidden; position: relative; transition: background .25s ease, color .25s ease; }
.app[data-theme="dark"] { color-scheme: dark; --bg:#10211e; --surface:#18302b; --surface-2:#213b35; --text:#f4efe6; --muted:#9aaba6; --line:rgba(255,255,255,.11); --primary:#7db6a8; --primary-2:#9dcabe; --accent:#ee865f; --gold:#e8ba65; --shadow:0 18px 50px rgba(0,0,0,.32); }
.app-header { position: absolute; z-index: 20; top: 10px; left: 0; right: 0; height: 62px; padding: 8px 18px 8px 20px; display: flex; align-items: center; background: linear-gradient(var(--bg) 72%, transparent); }
.location-button, .avatar-button, .icon-button { border: 0; background: transparent; cursor: pointer; }
.location-button { display: flex; align-items: center; padding: 6px 8px 6px 0; min-width: 0; margin-right: auto; }
.location-button > svg { color: var(--accent); width: 18px; margin-right: 8px; }
.location-button span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.08; }
.location-button small { color: var(--muted); font-size: 9px; }
.location-button strong { font-size: 13px; }
.location-button .chevron { width: 15px; margin: 8px 0 0 2px; color: var(--muted); }
.avatar-button { width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--primary); font-size: 11px; font-weight: 800; display: grid; place-items: center; overflow: hidden; }
.avatar-button img, .telegram-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.icon-button { width: 40px; height: 40px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--surface); color: var(--text); box-shadow: 0 4px 14px rgba(20,45,39,.08); }
.icon-button svg { width: 19px; height: 19px; }
.theme-button { background: transparent; box-shadow: none; margin-right: 3px; }
.icon-moon { display: none; }
.app[data-theme="dark"] .icon-moon { display: block; }
.app[data-theme="dark"] .icon-sun { display: none; }

.screens, .screen { position: absolute; inset: 0; }
.screen { display: none; padding-top: 72px; padding-bottom: 72px; }
.screen.active { display: block; animation: screen-in .28s cubic-bezier(.2,.7,.2,1); }
.scroll-content { height: 100%; overflow-y: auto; scrollbar-width: none; padding: 10px 18px 34px; -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; touch-action: pan-y; }
.scroll-content::-webkit-scrollbar { display: none; }
.greeting { padding: 2px 2px 18px; }
.greeting h2, .simple-screen h2, .map-header h2 { font-size: 31px; line-height: 1.03; letter-spacing: -.05em; margin: 8px 0 0; }
.greeting h2 em { font-family: Georgia, serif; color: var(--accent); font-weight: 400; }
.promo-carousel { margin: 0 0 18px; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.promo-track { height: 176px; position: relative; }
.promo-slide { position: absolute; inset: 0; width: 100%; border: 0; border-radius: 24px; padding: 0; overflow: hidden; text-align: left; color: white; cursor: pointer; opacity: 0; transform: translateX(10px) scale(.985); pointer-events: none; transition: opacity .28s ease, transform .28s ease; }
.promo-slide.active { opacity: 1; transform: none; pointer-events: auto; }
.promo-copy { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; padding: 18px; }
.promo-copy small { font-size: 8px; letter-spacing: .13em; font-weight: 800; color: var(--gold); }
.promo-copy strong { font-size: 22px; line-height: 1.05; letter-spacing: -.04em; margin: 10px 0 4px; }
.promo-copy > span { font-size: 9px; color: rgba(255,255,255,.68); }
.promo-copy i { margin-top: auto; font-size: 9px; font-style: normal; font-weight: 700; display: flex; align-items: center; gap: 2px; }
.promo-copy i svg { width: 13px; height: 13px; }
.sbp-slide { background: linear-gradient(125deg, #174b43 0%, #23665a 100%); }
.sbp-slide::after { content: ""; position: absolute; width: 210px; height: 210px; right: -90px; bottom: -100px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.035), 0 0 0 52px rgba(255,255,255,.025); }
.promo-qr { position: absolute; z-index: 3; width: 92px; height: 92px; right: 18px; top: 23px; background-color: #fff; border-radius: 18px; padding: 11px; box-shadow: 0 14px 30px rgba(5,23,19,.22); background-image: linear-gradient(90deg, #102f2a 8px, transparent 8px), linear-gradient(#102f2a 8px, transparent 8px); background-size: 15px 15px; background-position: 11px 11px; border: 7px solid white; }
.promo-qr b { position: absolute; width: 22px; height: 22px; border: 5px solid #102f2a; background: white; }
.promo-qr b:nth-child(1) { left: 7px; top: 7px; }.promo-qr b:nth-child(2) { right: 7px; top: 7px; }.promo-qr b:nth-child(3) { left: 7px; bottom: 7px; }
.promo-qr i { position: absolute; width: 14px; height: 14px; right: 10px; bottom: 10px; background: var(--accent); border-radius: 4px; }
.bonus-slide { background: linear-gradient(120deg, #d96842 0%, #c95534 100%); }
.bonus-slide .promo-copy small { color: #ffe0a5; }.bonus-slide .promo-copy>span{color:rgba(255,255,255,.78)}
.bonus-orbit { position: absolute; width: 120px; height: 120px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); right: -14px; top: 23px; box-shadow: 0 0 0 19px rgba(255,255,255,.05), 0 0 0 39px rgba(255,255,255,.035); display: grid; place-items: center; }
.bonus-orbit b { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #f7f0e4; color: var(--accent); font-size: 18px; transform: rotate(-8deg); box-shadow: 0 12px 25px rgba(93,32,15,.2); }
.rest-slide .hero-image { background-position: 100% 50%; }.rest-slide .promo-copy{position:relative}.rest-slide .promo-copy small{background:var(--accent);color:white;padding:6px 8px;border-radius:99px;letter-spacing:.06em}.rest-slide .hero-scrim{background:linear-gradient(90deg,rgba(10,29,25,.84),rgba(10,29,25,.17))}
.iphone-slide { background: linear-gradient(125deg, #f1c46f 0%, #df744d 100%); color: #17342f; }
.iphone-slide::after { content: ""; position: absolute; width: 155px; height: 155px; right: -48px; top: -52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 0 0 24px rgba(255,255,255,.08), 0 0 0 49px rgba(255,255,255,.045); }
.iphone-slide .promo-copy { padding-right: 102px; }
.iphone-slide .promo-copy small { color: var(--primary); }
.iphone-slide .promo-copy > span { color: rgba(23,52,47,.7); max-width: 190px; }
.iphone-slide .iphone-shape { position: absolute; z-index: 2; right: 31px; top: 30px; width: 58px; height: 116px; transform: rotate(8deg); }
.promo-dots { display: flex; justify-content: center; gap: 5px; padding-top: 9px; }
.promo-dots button { width: 5px; height: 5px; border-radius: 99px; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: width .2s, background .2s; }
.promo-dots button.active { width: 19px; background: var(--accent); }
.search-row { display: flex; gap: 8px; margin-bottom: 18px; }
.search-box { height: 48px; flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; padding: 0 14px; color: var(--muted); }
.search-box svg { width: 19px; flex: 0 0 auto; }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 12px; padding: 0 9px; }
.search-box input::placeholder { color: var(--muted); opacity: .8; }
.filter-button { width: 48px; height: 48px; border-radius: 16px; border: 0; background: var(--primary); color: white; display: grid; place-items: center; position: relative; cursor: pointer; }
.filter-button svg { width: 19px; }
.filter-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); right: 7px; top: 7px; border: 2px solid var(--primary); }
.category-scroll { display: flex; overflow-x: auto; gap: 16px; padding: 0 2px 18px; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; touch-action: pan-x; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-scroll > * { scroll-snap-align: start; }
.category { flex: 0 0 56px; padding: 0; border: 0; background: transparent; display: grid; gap: 7px; justify-items: center; color: var(--muted); font-size: 10px; cursor: pointer; }
.category-icon { width: 51px; height: 51px; border-radius: 18px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); position: relative; color: var(--primary); transition: .2s ease; }
.category.active { color: var(--text); font-weight: 700; }
.category.active .category-icon { background: var(--primary); color: white; border-color: var(--primary); }
.steam-icon { grid-template-columns: repeat(3, 4px); gap: 3px; }
.steam-icon i { width: 4px; height: 20px; border: 1.5px solid currentColor; border-top: 0; border-bottom: 0; border-radius: 50%; transform: skewY(-20deg); }
.ripple-icon i { width: 24px; height: 14px; border: 1.6px solid currentColor; border-radius: 50%; box-shadow: 0 5px 0 -1px var(--surface), 0 6.5px 0 -1px currentColor; }
.category.active .ripple-icon i { box-shadow: 0 5px 0 -1px var(--primary), 0 6.5px 0 -1px currentColor; }
.heat-icon i { width: 21px; height: 27px; border: 1.6px solid currentColor; border-radius: 50% 0 50% 50%; transform: rotate(-40deg); }
.stone-icon i { position: absolute; width: 26px; height: 13px; border: 1.6px solid currentColor; border-radius: 50%; transform: rotate(-9deg); }
.stone-icon i + i { width: 20px; transform: translateY(-7px) rotate(8deg); }
.pine-icon i { width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 27px solid currentColor; transform: translateY(-3px); }
.pine-icon i::after { content: ""; position: absolute; width: 3px; height: 9px; background: currentColor; transform: translate(-1.5px, 24px); }

.hero-card { width: 100%; height: 218px; padding: 0; border: 0; border-radius: 25px; overflow: hidden; display: block; position: relative; text-align: left; color: white; cursor: pointer; box-shadow: var(--shadow); }
.hero-image, .venue-image, .mini-image, .saved-image, .venue-hero, .review-photo { background-image: url("assets/venues-triptych.png"); background-repeat: no-repeat; background-size: 300% 100%; }
.hero-image { position: absolute; inset: 0; background-position: 100% 50%; background-size: 310% 100%; transition: transform .5s ease; }
.hero-card:hover .hero-image { transform: scale(1.03); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,29,25,.82) 0%, rgba(10,29,25,.48) 55%, rgba(10,29,25,.05) 100%); }
.hero-content { position: relative; z-index: 1; height: 100%; padding: 18px; display: flex; flex-direction: column; align-items: flex-start; }
.promo-pill { background: var(--accent); color: white; font-size: 9px; font-weight: 800; padding: 7px 9px; border-radius: 999px; }
.hero-content strong { font-size: 23px; line-height: 1.06; letter-spacing: -.04em; margin: auto 0 5px; }
.hero-content > span:nth-of-type(2) { font-size: 10px; color: rgba(255,255,255,.78); }
.hero-link { display: inline-flex; align-items: center; gap: 3px; font-size: 10px; font-weight: 700; margin-top: 15px; }
.hero-link svg { width: 14px; height: 14px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin: 25px 2px 13px; }
.section-heading h3 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.04em; }
.section-heading button { border: 0; background: transparent; color: var(--accent); font-size: 10px; font-weight: 700; display: flex; align-items: center; cursor: pointer; padding: 8px 0; }
.section-heading button svg { width: 13px; }
.venue-list { display: grid; gap: 14px; }
.venue-card { background: var(--surface); border-radius: 23px; border: 1px solid var(--line); overflow: hidden; }
.venue-card[hidden] { display: none; }
.venue-image { width: 100%; height: 180px; border: 0; display: block; position: relative; cursor: pointer; }
.venue-image-open { position: absolute; inset: 0; z-index: 1; width: 100%; border: 0; background: transparent; cursor: pointer; }
.venue-image-1 { background-position: 0 50%; }
.venue-image-2 { background-position: 50% 50%; }
.venue-image-3 { background-position: 100% 50%; }
.discount-tag, .verified-tag { position: absolute; left: 12px; top: 12px; z-index: 2; background: var(--accent); color: white; border-radius: 999px; padding: 7px 9px; font-size: 9px; font-weight: 800; }
.verified-tag { display: flex; align-items: center; gap: 4px; background: rgba(255,253,249,.94); color: var(--primary); }
.verified-tag svg { width: 13px; height: 13px; }
.heart-button { border: 0; background: rgba(255,253,249,.92); color: var(--primary); width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; cursor: pointer; }
.venue-image > .heart-button { position: absolute; right: 11px; top: 11px; z-index: 3; }
.heart-button svg { width: 18px; height: 18px; }
.heart-button.active svg { fill: var(--accent); stroke: var(--accent); }
.venue-info { width: 100%; border: 0; background: transparent; text-align: left; padding: 13px 15px 15px; cursor: pointer; }
.venue-topline { display: flex; justify-content: space-between; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.rating { display: flex; align-items: center; color: var(--text); letter-spacing: 0; }
.rating svg { width: 12px; height: 12px; fill: var(--gold); stroke: var(--gold); margin-right: 3px; }
.venue-info > strong { display: block; font-size: 18px; margin: 5px 0 3px; }
.venue-meta { color: var(--muted); font-size: 10px; }
.venue-features { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.venue-features i { font-style: normal; font-size: 8px; padding: 6px 8px; border-radius: 99px; background: var(--surface-2); color: var(--primary); }
.empty-search { display: none; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.5; padding: 30px 20px; }
.empty-search.visible { display: block; }
.community-heading { margin-top: 28px; }
.review-scroll { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; margin: 0 -18px; padding: 0 18px 8px; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; touch-action: pan-x; }
.review-scroll::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 292px; background: var(--surface); border: 1px solid var(--line); border-radius: 21px; overflow: hidden; scroll-snap-align: start; }
.review-photo { display: block; width: 100%; height: 112px; border: 0; background-size: 300% 100%; position: relative; cursor: pointer; }
.review-photo > span { position: absolute; right: 10px; bottom: 10px; background: rgba(10,29,25,.64); color: white; padding: 6px 8px; border-radius: 99px; font-size: 8px; font-weight: 700; }
.review-content { padding: 12px; }
.review-author { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; }
.review-avatar { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #dcece7; color: var(--primary); font-size: 10px; font-weight: 800; }.review-avatar.alt{background:#f5dfd5;color:var(--accent)}
.review-author > span:nth-child(2) { display: flex; flex-direction: column; padding-left: 7px; }.review-author strong{font-size:10px}.review-author small{font-size:7px;color:var(--muted);margin-top:2px}.review-stars{display:flex;align-items:center;font-size:9px;font-weight:800}.review-stars svg{width:11px;height:11px;fill:var(--gold);stroke:var(--gold);margin-right:2px}
.review-content p { font-size: 9px; line-height: 1.45; margin: 10px 0; color: var(--text); }
.map-source { display: flex; align-items: center; gap: 3px; font-size: 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }.map-source svg{width:11px;height:11px;color:#3a9078}

.map-screen { height: 100%; display: flex; flex-direction: column; position: relative; padding-bottom: 0; }
.map-header { display: flex; justify-content: space-between; padding: 14px 20px 8px; align-items: center; }
.map-header h2 { font-size: 27px; margin-top: 5px; }
.map-search { margin: 6px 18px 10px; flex: 0 0 46px; z-index: 3; box-shadow: 0 8px 22px rgba(20,45,39,.1); }
.map-canvas { flex: 1; margin-top: -66px; padding-top: 66px; position: relative; overflow: hidden; background-color: #e8e4d8; background-image: linear-gradient(28deg, transparent 47%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.8) 51%, transparent 52%), linear-gradient(-20deg, transparent 46%, rgba(255,255,255,.7) 47%, rgba(255,255,255,.7) 49%, transparent 50%); background-size: 160px 130px, 210px 170px; }
.google-map-layer, .map-fallback { position: absolute; inset: 0; }
.google-map-layer { z-index: 1; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.map-canvas.google-ready .google-map-layer { opacity: 1; pointer-events: auto; }
.map-canvas.google-ready .map-fallback { visibility: hidden; }
.app[data-theme="dark"] .map-fallback { filter: brightness(.72) saturate(.7); }
.map-api-status { position: absolute; z-index: 4; top: 78px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 36px); padding: 7px 11px; border-radius: 99px; background: rgba(255,253,249,.92); color: #49645d; box-shadow: 0 5px 18px rgba(20,45,39,.12); font-size: 8px; font-weight: 700; white-space: nowrap; }
.map-canvas.google-ready .map-api-status { display: none; }
.river { position: absolute; height: 560px; width: 120px; background: #bed9d6; left: 40%; top: -60px; transform: rotate(19deg); border-radius: 50%; }
.road { position: absolute; height: 3px; background: rgba(197,171,134,.7); transform-origin: left; }
.road-1 { width: 430px; top: 43%; left: -30px; transform: rotate(-16deg); }.road-2{width:380px;top:58%;left:20px;transform:rotate(33deg)}.road-3{width:320px;top:29%;left:90px;transform:rotate(76deg)}.road-4{width:280px;top:75%;left:80px;transform:rotate(-57deg)}
.map-label { position: absolute; color: rgba(23,52,47,.43); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }.label-1{left:28px;top:35%}.label-2{right:36px;top:53%}.label-3{left:68px;bottom:27%}
.map-pin { position: absolute; z-index: 2; border: 2px solid white; background: var(--surface); color: var(--primary); box-shadow: 0 7px 17px rgba(20,45,39,.2); padding: 8px 10px; font-size: 9px; font-weight: 800; border-radius: 14px 14px 14px 3px; cursor: pointer; }.map-pin.active{background:var(--primary);color:white;transform:scale(1.12)}.pin-1{left:24%;top:44%}.pin-2{right:15%;top:34%}.pin-3{right:22%;bottom:23%}
.user-pin { position: absolute; left: 46%; top: 61%; width: 19px; height: 19px; background: white; border-radius: 50%; box-shadow: 0 0 0 7px rgba(217,104,66,.18); display:grid;place-items:center}.user-pin i{width:9px;height:9px;border-radius:50%;background:var(--accent)}
.map-venue-card { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 12px; min-height: 92px; border: 0; border-radius: 22px; background: var(--surface); padding: 10px; display: grid; grid-template-columns: 78px 1fr 20px; align-items: center; text-align: left; box-shadow: var(--shadow); cursor: pointer; }
.mini-image { width: 78px; height: 70px; border-radius: 15px; background-size: 300% 100%; }
.map-venue-card > span:nth-child(2) { display: flex; flex-direction: column; padding-left: 10px; gap: 3px; }
.map-venue-card small { font-size: 7px; font-weight: 800; color: var(--accent); letter-spacing: .08em; }.map-venue-card strong{font-size:15px}.map-venue-card span span{font-size:9px;color:var(--muted)}.map-venue-card b{color:var(--text)}.map-venue-card>svg{width:15px;color:var(--muted)}

.simple-screen { padding-top: 12px; }
.simple-screen > h2 { margin: 7px 0 8px; }
.simple-screen > p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.5; max-width: 280px; }
.saved-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 9px; display: grid; grid-template-columns: 82px 1fr 38px; align-items: center; position: relative; }
.saved-image { height: 79px; border: 0; border-radius: 16px; cursor: pointer; }
.saved-card > div { display: flex; flex-direction: column; padding: 0 9px; min-width: 0; }
.saved-card small { font-size: 7px; color: var(--accent); font-weight: 800; letter-spacing: .08em; }.saved-card strong{font-size:14px;margin:5px 0}.saved-card span{font-size:9px;color:var(--muted)}
.saved-card .heart-button { background: transparent; }
.saved-empty { display: none; text-align: center; padding: 70px 20px; }
.saved-empty.visible { display: block; }
.empty-mark { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); color: var(--accent); margin: 0 auto 18px; }.empty-mark svg{width:27px;height:27px}.saved-empty strong{font-size:16px}.saved-empty p{font-size:11px;color:var(--muted)}.saved-empty button{border:0;background:var(--primary);color:white;padding:11px 16px;border-radius:13px;font-size:10px;font-weight:700;cursor:pointer}
.booking-card { display: grid; grid-template-columns: 56px 1fr 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 13px; }
.booking-date { height: 58px; display: grid; place-items: center; align-content: center; background: var(--primary); color: white; border-radius: 16px; }.booking-date strong{font-size:21px;line-height:1}.booking-date small{font-size:7px;margin-top:4px;letter-spacing:.1em}
.booking-copy { display:flex;flex-direction:column;padding-left:12px}.booking-copy small{font-size:7px;color:#39967e;font-weight:800;letter-spacing:.1em}.booking-copy strong{font-size:14px;margin:5px 0}.booking-copy span{font-size:9px;color:var(--muted)}.booking-card>svg{width:15px;color:var(--muted)}
.member-card { min-height: 185px; background: var(--primary); color: white; border-radius: 25px; margin-top: 18px; padding: 22px; overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: flex-start; }.member-pattern{position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-56px;top:-70px;box-shadow:0 0 0 35px rgba(255,255,255,.04),0 0 0 70px rgba(255,255,255,.03)}.member-card .eyebrow{color:var(--gold);z-index:1}.member-card>strong{font-size:22px;margin-top:auto;z-index:1}.member-card p{font-size:10px;color:rgba(255,255,255,.65);margin:5px 0 12px;z-index:1}.member-number{font-size:11px;letter-spacing:.15em;z-index:1}
.profile-screen { padding-bottom: 38px; }
.telegram-profile { display: grid; grid-template-columns: 48px 1fr 40px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 19px; padding: 11px; margin: 17px 0 12px; }
.telegram-profile[data-auth-state="loading"] { opacity: .78; }
.telegram-profile[data-auth-state="error"] small { color: var(--accent); }
.telegram-avatar { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: white; font-weight: 800; font-size: 12px; overflow: hidden; }
.telegram-profile > span:nth-child(2) { display: flex; flex-direction: column; padding-left: 10px; }.telegram-profile strong{font-size:13px}.telegram-profile small{display:flex;align-items:center;color:var(--muted);font-size:8px;margin-top:4px}.telegram-profile small svg{width:11px;height:11px;color:#39a486;margin-right:3px}.telegram-profile .icon-button{box-shadow:none;background:transparent}.telegram-profile .icon-button svg{width:14px}
.bonus-balance-card { min-height: 168px; border-radius: 24px; background: var(--primary); color: white; padding: 20px; overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.bonus-balance-card .eyebrow { color: var(--gold); z-index: 1; }.bonus-balance-card>strong{font-size:32px;letter-spacing:-.05em;margin-top:23px;z-index:1}.bonus-balance-card>strong small{font-size:11px;letter-spacing:0}.bonus-balance-card p{font-size:9px;color:rgba(255,255,255,.68);margin:5px 0;z-index:1}.bonus-rate{font-size:8px;background:rgba(255,255,255,.11);padding:6px 8px;border-radius:99px;margin-top:auto;z-index:1}
.iphone-shape { position:relative;width:55px;height:104px;border-radius:16px;background:#1e302c;display:block;transform:rotate(-8deg);box-shadow:0 12px 22px rgba(20,42,36,.2)}.iphone-shape::before{content:"";position:absolute;inset:4px;border-radius:12px;background:radial-gradient(circle at 50% 70%,#dd7b54 0,transparent 32%),linear-gradient(155deg,#315e58,#e3af59)}.iphone-shape::after{content:"";position:absolute;width:24px;height:6px;left:50%;top:7px;transform:translateX(-50%);border-radius:0 0 7px 7px;background:#1e302c}
.profile-section-title { display: flex; align-items: flex-end; justify-content: space-between; margin: 18px 2px 10px; }.profile-section-title h3{font-size:17px;letter-spacing:-.03em;margin:4px 0 0}.profile-section-title button{border:0;background:transparent;color:var(--accent);font-size:9px;font-weight:700;cursor:pointer}
.bonus-history { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 2px 12px; }
.bonus-history > div { min-height: 59px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; }.bonus-history>div+div{border-top:1px solid var(--line)}.history-mark{width:36px;height:36px;border-radius:11px;background-size:300% 100%}.bonus-history>div>span:nth-child(2){display:flex;flex-direction:column;padding-left:9px}.bonus-history strong{font-size:10px}.bonus-history small{font-size:7px;color:var(--muted);margin-top:3px}.bonus-history b{color:#3b967e;font-size:11px}
.business-entry { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 17px; padding: 13px 14px; }.business-entry>span{display:flex;flex-direction:column}.business-entry small{font-size:7px;color:var(--accent);font-weight:800;letter-spacing:.1em}.business-entry strong{font-size:11px;margin-top:3px}.business-entry svg{width:14px;color:var(--muted)}

.bottom-nav { position: absolute; z-index: 21; left: 0; right: 0; bottom: 0; height: 73px; padding: 9px 13px 12px; background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(18px); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.bottom-nav button { border: 0; background: transparent; color: var(--muted); display: grid; justify-items: center; align-content: center; gap: 4px; font-size: 8px; position: relative; cursor: pointer; }
.bottom-nav svg { width: 21px; height: 21px; }
.bottom-nav button.active { color: var(--primary); font-weight: 800; }
.bottom-nav button.active svg { fill: currentColor; stroke-width: 1.5; }
.nav-notice { position:absolute;width:6px;height:6px;border-radius:50%;background:var(--accent);top:7px;right:24px;border:1px solid var(--surface)}

.sheet-backdrop { position: absolute; z-index: 30; inset: 0; background: rgba(6,18,15,.56); opacity: 0; visibility: hidden; transition: .25s ease; backdrop-filter: blur(2px); }
.sheet-backdrop.visible { opacity: 1; visibility: visible; }
.bottom-sheet { position: absolute; z-index: 31; left: 0; right: 0; bottom: 0; background: var(--surface); border-radius: 29px 29px 0 0; padding: 8px 18px 22px; transform: translateY(105%); visibility: hidden; max-height: calc(100% - 30px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; touch-action: pan-y; transition: transform .34s cubic-bezier(.2,.75,.2,1), visibility .34s; box-shadow: 0 -20px 50px rgba(4,18,14,.2); }
.bottom-sheet.open { transform: translateY(0); visibility: visible; }
.sheet-handle { width: 42px; height: 4px; background: var(--line); border-radius: 99px; margin: 2px auto 14px; }
.sheet-title { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
.sheet-title h3 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.04em; }
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }.city-grid button,.choice-row button,.time-row button{border:1px solid var(--line);background:var(--bg);padding:13px 9px;border-radius:14px;font-size:10px;cursor:pointer}.city-grid button.active,.choice-row button.active,.time-row button.active{background:var(--primary);color:white;border-color:var(--primary);font-weight:700}
.primary-button { border: 0; border-radius: 16px; background: var(--accent); color: white; height: 50px; padding: 0 20px; font-size: 11px; font-weight: 800; cursor: pointer; width: 100%; transition: opacity .2s; }.primary-button:active{opacity:.82}
.field-label { display: block; font-size: 10px; font-weight: 800; margin: 17px 0 9px; }.choice-row,.time-row{display:flex;gap:7px}.choice-row button,.time-row button{flex:1}.choice-row.wrap{flex-wrap:wrap}.choice-row.wrap button{flex:0 0 calc(33.333% - 5px)}
.range-box { background:var(--bg);border-radius:15px;padding:14px 13px 17px;display:flex;justify-content:space-between;position:relative;font-size:9px;color:var(--muted)}.range-box i{position:absolute;left:14px;right:14px;bottom:8px;height:3px;background:var(--line);border-radius:3px}.range-box b{position:absolute;left:10%;right:22%;height:100%;background:var(--accent);border-radius:3px}.range-box b::before,.range-box b::after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--accent);top:-3.5px}.range-box b::before{left:-2px}.range-box b::after{right:-2px}

.venue-sheet { padding: 0; border-radius: 0; height: 100%; max-height: 100%; }
.venue-hero { height: 43%; min-height: 300px; position: relative; background-size: 300% 100%; }
.venue-actions { position:absolute;left:14px;right:14px;top:18px;display:flex;justify-content:space-between}.venue-actions>span{display:flex;gap:7px}.venue-actions .icon-button{background:rgba(255,253,249,.92);color:#17342f}.venue-actions .heart-button{position:static}.image-count{position:absolute;right:14px;bottom:13px;color:white;background:rgba(10,25,21,.58);font-size:8px;padding:6px 9px;border-radius:99px}
.venue-detail-content { padding: 18px 18px 105px; }.venue-detail-content h3{font-size:27px;letter-spacing:-.04em;margin:7px 0 7px}.venue-detail-content>p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}
.detail-features { display:grid;grid-template-columns:repeat(3,1fr);background:var(--bg);border-radius:18px;margin:17px 0;padding:13px 5px}.detail-features span{display:grid;justify-items:center}.detail-features span+span{border-left:1px solid var(--line)}.detail-features i{font-style:normal;font-weight:800;font-size:12px}.detail-features small{font-size:8px;color:var(--muted);margin-top:3px}
.discount-line,.detail-address{display:flex;align-items:center;gap:10px;padding:13px 0;border-top:1px solid var(--line)}.discount-line>span:nth-child(2),.detail-address>span{display:flex;flex-direction:column;flex:1}.discount-line strong,.detail-address strong{font-size:10px}.discount-line small,.detail-address small{font-size:8px;color:var(--muted);margin-top:3px}.discount-line>b{color:var(--accent);font-size:15px}.detail-address>svg{width:18px;color:var(--accent)}.detail-address>svg:last-child{width:14px;color:var(--muted)}
.sticky-cta { position:absolute;left:0;right:0;bottom:0;min-height:80px;padding:12px 18px 16px;background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.35fr;gap:12px;align-items:center}.sticky-cta>span{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px}.sticky-cta strong{font-size:16px}.sticky-cta small{font-size:8px;color:var(--muted)}.sticky-cta .primary-button{height:48px}
.date-row{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.date-row button{border:1px solid var(--line);background:var(--bg);border-radius:15px;padding:9px 4px;display:grid;justify-items:center;gap:4px;cursor:pointer}.date-row small{font-size:7px;color:var(--muted)}.date-row strong{font-size:13px}.date-row button.active{background:var(--primary);color:white;border-color:var(--primary)}.date-row button.active small{color:rgba(255,255,255,.66)}
.guest-stepper{height:46px;background:var(--bg);border-radius:14px;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;text-align:center}.guest-stepper button{height:100%;border:0;background:transparent;font-size:19px;cursor:pointer}.guest-stepper strong{font-size:14px}
.price-summary{background:var(--bg);border-radius:16px;padding:13px;margin:17px 0 12px}.price-summary>span{display:flex;justify-content:space-between;font-size:9px;padding:5px 0}.price-summary .saving{color:#398b75}.price-summary .total{border-top:1px solid var(--line);margin-top:5px;padding-top:10px;font-size:12px}

.success-overlay { position:absolute;z-index:35;inset:0;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;transform:translateY(100%);visibility:hidden;transition:.4s cubic-bezier(.2,.8,.2,1)}.success-overlay.open{transform:translateY(0);visibility:visible}.success-mark{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:white;margin-bottom:25px;box-shadow:0 0 0 12px color-mix(in srgb,var(--primary) 12%, transparent)}.success-mark svg{width:34px;height:34px;stroke-width:2.4}.success-overlay h3{font-size:28px;letter-spacing:-.04em;margin:8px 0}.success-overlay p{font-size:11px;line-height:1.6;color:var(--muted);margin:0 0 26px}.success-overlay .primary-button{max-width:220px}
.toast { position:absolute;z-index:50;left:50%;bottom:86px;transform:translate(-50%,20px);background:#10211e;color:white;padding:10px 14px;border-radius:99px;font-size:9px;font-weight:700;opacity:0;visibility:hidden;transition:.2s;white-space:nowrap}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

@keyframes screen-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

@media (max-width: 900px) {
  body { background: var(--bg); }
  .concept-shell { display: block; min-height: 100dvh; }
  .concept-panel, .phone-top-note, .phone-bottom-note { display: none; }
  .phone-wrap { display: block; padding: 0; min-height: 100dvh; background: transparent; }
  .device { width: 100%; height: 100dvh; min-height: 600px; border-radius: 0; padding: 0; background: transparent; box-shadow: none; }
  .device::before { display: none; }
  .app { border-radius: 0; }
  .app-header { top: env(safe-area-inset-top); }
  .screen { padding-top: calc(62px + env(safe-area-inset-top)); padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .bottom-nav { height: calc(72px + env(safe-area-inset-bottom)); padding-bottom: calc(11px + env(safe-area-inset-bottom)); }
  .venue-actions { top: calc(14px + env(safe-area-inset-top)); }
}

@media (max-height: 760px) and (min-width: 901px) {
  .device { height: 710px; min-height: 0; border-radius: 42px; }
  .app { border-radius: 33px; }
  .app-header { top: 8px; }
  .screen { padding-top: 70px; }
}
