:root{
  color-scheme:light;
  --green:#0b493e;--green-2:#126354;--green-3:#dff1eb;--gold:#e0a432;--ink:#17231f;
  --muted:#69756f;--line:#e4e8e5;--paper:#fffdf8;--surface:#fff;--soft:#f4f5f1;
  --danger:#b83e3e;--ok:#287b58;--shadow:0 16px 42px rgba(20,51,43,.12);
  --safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);
  --bottom-nav-base:67px;--visual-height:100vh;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;width:100%;height:100%;min-height:0;background:var(--paper);color:var(--ink);overscroll-behavior:none;overflow:hidden}
body{position:relative}
button,input,select,textarea{font:inherit;color:inherit}button{border:0;background:none;padding:0;cursor:pointer}a{color:inherit}
[hidden]{display:none!important}
.app-splash{position:fixed;inset:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#f0dfbd,#e5c996);color:var(--green);transition:opacity .34s ease,visibility .34s ease;padding:30px}.app-splash.hide{opacity:0;visibility:hidden;pointer-events:none}.splash-logo-card{width:122px;height:122px;border-radius:28px;display:grid;place-items:center;background:#fff;box-shadow:0 18px 45px rgba(76,57,28,.18);border:1px solid rgba(255,255,255,.85)}.splash-logo-card img{width:88px;height:88px;object-fit:contain;filter:none}.app-splash strong{font-size:36px;margin-top:18px;color:var(--green)}.app-splash span{font-size:14px;color:#6f644f;margin-top:6px}
.desktop-guard{min-height:100dvh;padding:48px 24px;display:grid;place-content:center;text-align:center;background:var(--paper)}.desktop-guard img{width:92px;margin:auto}.desktop-guard h1{font-size:28px;margin:18px 0 8px}.desktop-guard p{color:var(--muted);line-height:1.55;max-width:420px}.desktop-guard a{display:inline-flex;margin:18px auto 0;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border-radius:15px;background:var(--green);color:#fff;text-decoration:none;font-weight:800}
.native-app{position:fixed;inset:0;width:100%;height:auto;min-height:0;display:flex;flex-direction:column;background:var(--paper);max-width:760px;margin:auto;overflow:hidden}
.network-pill{position:fixed;z-index:90;top:calc(var(--safe-top) + 7px);left:50%;transform:translateX(-50%);padding:6px 11px;background:#3b2b23;color:#fff;border-radius:999px;font-size:11px;font-weight:800;box-shadow:var(--shadow)}
.app-header{height:calc(59px + var(--safe-top));padding:var(--safe-top) 14px 0;display:flex;align-items:center;gap:8px;background:rgba(255,253,248,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,232,229,.8);z-index:35;flex:0 0 auto}
.brand-button{display:flex;align-items:center;gap:9px;min-width:0;text-align:left;flex:1}.brand-button img{width:34px;height:34px;object-fit:contain}.brand-button>span{display:flex;flex-direction:column;min-width:0}.brand-button b{font-size:20px;line-height:1}.brand-button b span{color:var(--gold)}.brand-button small{font-size:10px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.header-actions{display:flex;gap:5px}.icon-button{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:600}.icon-button:active{background:var(--soft)}.header-back{font-size:35px;line-height:1}.notification-button{position:relative;font-size:23px}.notification-button i{position:absolute;right:8px;top:8px;width:8px;height:8px;border-radius:50%;background:#db4d3f;border:2px solid var(--paper)}
.app-main{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.screen{position:absolute;inset:0;overflow-y:auto;overscroll-behavior-y:contain;padding:0 0 calc(var(--bottom-nav-base) + var(--safe-bottom) + 12px);display:none;scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.screen.active{display:block}.detail-screen{background:var(--paper);padding-bottom:calc(28px + var(--safe-bottom))}
.bottom-nav{position:absolute;z-index:40;left:0;right:0;bottom:0;height:calc(var(--bottom-nav-base) + var(--safe-bottom));padding:6px 7px max(var(--safe-bottom),8px);display:grid;grid-template-columns:repeat(var(--bottom-nav-items,5),minmax(0,1fr));background:rgba(255,255,255,.97);backdrop-filter:blur(20px);border-top:1px solid var(--line)}.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7b837f;border-radius:13px}.bottom-nav button span{font-size:23px;line-height:1}.bottom-nav button b{font-size:10px}.bottom-nav button.active{color:var(--green);background:#edf6f2}.bottom-nav button.active span{transform:translateY(-1px)}
.hero-mobile{padding:24px 16px 12px}.hero-card{min-height:250px;border-radius:27px;padding:22px 19px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(8,67,55,.96),rgba(24,91,75,.76)),url('assets/stay-fallback.jpg') center/cover;box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-65px;top:-55px}.hero-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#e6c778}.hero-card h1{font-size:31px;line-height:1.08;margin:8px 0 10px;max-width:280px}.hero-card p{font-size:14px;line-height:1.45;opacity:.87;margin:0;max-width:310px}.search-launch{position:absolute;left:18px;right:18px;bottom:17px;min-height:61px;background:#fff;color:var(--ink);border-radius:18px;padding:10px 12px;display:flex;align-items:center;gap:10px;text-align:left;box-shadow:0 12px 30px rgba(0,0,0,.16)}.search-launch .search-icon{width:39px;height:39px;border-radius:13px;background:var(--green-3);display:grid;place-items:center;font-size:21px}.search-launch span{display:flex;flex-direction:column;min-width:0}.search-launch b{font-size:15px}.search-launch small{color:var(--muted);font-size:11px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section{padding:15px 16px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.section-head h2{font-size:21px;margin:0;letter-spacing:-.02em}.section-head p{font-size:12px;color:var(--muted);margin:4px 0 0}.section-head button{font-size:12px;font-weight:800;color:var(--green)}
.chip-row{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:39px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:750;display:flex;align-items:center;gap:6px}.chip.active{background:var(--green);border-color:var(--green);color:#fff}.chip .dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.horizontal-cards{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.horizontal-cards::-webkit-scrollbar{display:none}.stay-card{flex:0 0 min(78vw,310px);scroll-snap-align:start;background:var(--surface);border-radius:21px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 22px rgba(25,56,48,.07);text-align:left}.stay-card.compact{flex-basis:250px}.stay-image{height:174px;background:#e5ebe7;position:relative;overflow:hidden}.stay-image img{width:100%;height:100%;object-fit:cover;display:block}.stay-badge{position:absolute;left:10px;top:10px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);font-size:10px;font-weight:900}.favorite-button{position:absolute;right:9px;top:9px;width:39px;height:39px;border-radius:50%;background:rgba(255,255,255,.93);display:grid;place-items:center;font-size:23px;box-shadow:0 5px 15px rgba(0,0,0,.12)}.favorite-button.active{color:#be3f4d}.stay-body{padding:13px}.stay-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.stay-body h3{font-size:17px;line-height:1.25;margin:6px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stay-location{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stay-price{margin-top:10px;display:flex;align-items:baseline;gap:4px}.stay-price b{font-size:18px}.stay-price span{font-size:11px;color:var(--muted)}
.list-stack{display:grid;gap:12px}.stay-row{display:grid;grid-template-columns:122px 1fr;min-height:124px;background:#fff;border:1px solid var(--line);border-radius:19px;overflow:hidden;text-align:left;position:relative}.stay-row img{width:100%;height:100%;object-fit:cover;min-height:124px}.stay-row .row-content{padding:12px 11px;min-width:0}.stay-row h3{font-size:15px;margin:5px 31px 4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stay-row .favorite-button{width:31px;height:31px;font-size:18px;top:8px;right:8px}.row-tags{display:flex;gap:5px;margin-top:7px}.row-tags span{font-size:9px;background:var(--soft);padding:4px 6px;border-radius:7px;color:#5e6964}.skeleton{background:linear-gradient(90deg,#eef0ed 25%,#f8f9f7 40%,#eef0ed 60%);background-size:300% 100%;animation:shimmer 1.2s infinite;border-radius:17px;height:160px}@keyframes shimmer{to{background-position:-100% 0}}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.feature-card{min-height:142px;border-radius:20px;padding:15px;text-align:left;position:relative;overflow:hidden;border:1px solid var(--line);background:#fff}.feature-card.dark{background:var(--green);color:#fff;border-color:transparent}.feature-card.gold{background:#fff7e8}.feature-card .feature-icon{font-size:28px}.feature-card h3{font-size:16px;margin:13px 0 4px}.feature-card p{font-size:11px;line-height:1.4;color:var(--muted);margin:0}.feature-card.dark p{color:rgba(255,255,255,.72)}
.map-screen-wrap{height:100%;display:flex;flex-direction:column}.map-toolbar{padding:12px 14px;background:var(--paper);display:flex;gap:8px;z-index:3}.map-search{height:46px;flex:1;border:1px solid var(--line);background:#fff;border-radius:15px;padding:0 13px;display:flex;align-items:center;gap:8px;text-align:left;box-shadow:0 5px 16px rgba(20,50,42,.06)}.map-search span{font-size:13px;font-weight:750}.map-filter{width:46px;border-radius:15px;background:var(--green);color:#fff;font-size:19px}.map-canvas{position:relative;flex:1;min-height:390px;overflow:hidden;background:#dce8e1}.map-canvas:before{content:"";position:absolute;inset:-20px;background:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.1)),url('assets/dagestan-map.svg') center/cover;filter:saturate(.6) contrast(.9)}.map-canvas:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 15%,rgba(11,73,62,.06) 80%);pointer-events:none}.map-marker{position:absolute;z-index:2;transform:translate(-50%,-50%);min-width:53px;height:34px;padding:0 9px;border-radius:12px;background:#fff;border:2px solid var(--green);color:var(--green);font-size:11px;font-weight:900;box-shadow:0 6px 18px rgba(16,48,40,.2)}.map-marker.active{background:var(--green);color:#fff;transform:translate(-50%,-50%) scale(1.08)}.map-location{position:absolute;right:14px;bottom:92px;z-index:4;width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:var(--shadow);font-size:23px}.map-preview{position:absolute;z-index:5;left:12px;right:12px;bottom:13px;background:#fff;border-radius:19px;box-shadow:0 15px 44px rgba(15,43,36,.25);padding:9px;display:grid;grid-template-columns:92px 1fr;gap:11px;text-align:left}.map-preview img{width:92px;height:82px;object-fit:cover;border-radius:14px}.map-preview h3{margin:6px 0 3px;font-size:14px}.map-preview p{font-size:11px;color:var(--muted);margin:0}.map-preview b{display:block;margin-top:7px;font-size:13px}
.empty-state{padding:54px 24px;text-align:center}.empty-state .empty-icon{width:72px;height:72px;border-radius:24px;background:var(--green-3);display:grid;place-items:center;margin:auto;font-size:32px}.empty-state h2{font-size:22px;margin:16px 0 7px}.empty-state p{color:var(--muted);font-size:13px;line-height:1.5;margin:0 auto;max-width:310px}.primary-button,.secondary-button,.danger-button{min-height:50px;padding:0 18px;border-radius:15px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button{background:var(--green);color:#fff}.secondary-button{background:#fff;border:1px solid var(--line);color:var(--green)}.danger-button{background:#fff0f0;color:var(--danger)}.full-button{width:100%}.empty-state .primary-button{margin-top:18px}
.screen-title{padding:19px 16px 10px}.screen-title h1{font-size:29px;margin:0;letter-spacing:-.03em}.screen-title p{font-size:13px;color:var(--muted);margin:6px 0 0;line-height:1.45}.segmented{margin:9px 16px 14px;padding:4px;background:#eef1ee;border-radius:14px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:3px}.segmented button{height:38px;border-radius:11px;font-size:12px;font-weight:800;color:var(--muted)}.segmented button.active{background:#fff;color:var(--green);box-shadow:0 3px 10px rgba(20,50,42,.09)}
.trip-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.trip-card-top{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:10px}.trip-card img{width:100px;height:95px;border-radius:14px;object-fit:cover}.trip-card h3{font-size:15px;margin:5px 0}.trip-card p{font-size:11px;color:var(--muted);margin:4px 0}.status-badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;background:#f2ead8;color:#7a5a1f}.status-badge.confirmed,.status-badge.completed{background:#e3f3eb;color:#21704f}.status-badge.cancelled_by_guest,.status-badge.declined_by_host{background:#f8e5e5;color:#9a3a3a}.trip-card-actions{display:flex;border-top:1px solid var(--line)}.trip-card-actions button{flex:1;min-height:43px;font-size:11px;font-weight:800;color:var(--green)}.trip-card-actions button+button{border-left:1px solid var(--line)}
.profile-hero{margin:14px 16px;padding:18px;border-radius:23px;background:linear-gradient(135deg,#0b493e,#206655);color:#fff;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.avatar{width:58px;height:58px;border-radius:19px;background:#f0d399;color:var(--green);display:grid;place-items:center;font-size:24px;font-weight:900}.profile-hero h2{font-size:19px;margin:0}.profile-hero p{font-size:11px;opacity:.75;margin:5px 0 0}.profile-menu{margin:0 16px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.menu-row{width:100%;min-height:57px;display:grid;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;padding:0 14px;text-align:left;border-bottom:1px solid var(--line)}.menu-row:last-child{border-bottom:0}.menu-icon{width:34px;height:34px;border-radius:11px;background:var(--soft);display:grid;place-items:center}.menu-row b{font-size:13px}.menu-row small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.menu-arrow{font-size:22px;color:#9da5a1}.profile-section-label{margin:22px 20px 8px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#8b938f}
.detail-gallery{height:285px;position:relative;background:#e7ebe8;overflow:hidden}.detail-gallery-track{height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.detail-gallery-track::-webkit-scrollbar{display:none}.detail-gallery img{min-width:100%;height:100%;object-fit:cover;scroll-snap-align:start}.gallery-count{position:absolute;right:13px;bottom:13px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:10px}.detail-favorite{position:absolute;right:14px;top:14px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.93);font-size:25px}.detail-content{padding:18px 16px 118px}.detail-kicker{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.detail-content h1{font-size:26px;line-height:1.15;margin:9px 0 8px}.detail-location{font-size:13px;color:var(--muted)}.facts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:17px 0}.fact{background:var(--soft);border-radius:14px;padding:11px 7px;text-align:center}.fact b{display:block;font-size:15px}.fact span{font-size:9px;color:var(--muted)}.detail-section{padding:18px 0;border-top:1px solid var(--line)}.detail-section h2{font-size:18px;margin:0 0 10px}.detail-section p{font-size:13px;line-height:1.58;color:#4f5d57;margin:0}.amenity-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.amenity{font-size:12px;display:flex;align-items:center;gap:8px}.amenity:before{content:"✓";width:25px;height:25px;border-radius:8px;background:var(--green-3);color:var(--green);display:grid;place-items:center;font-weight:900}.host-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:13px}.host-card .avatar{width:45px;height:45px;border-radius:15px}.host-card h3{font-size:14px;margin:0}.host-card p{font-size:10px;margin:4px 0 0}.booking-bar{position:absolute;z-index:30;left:0;right:0;bottom:0;padding:10px 14px calc(10px + var(--safe-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.25fr;gap:12px;align-items:center}.booking-price b{font-size:19px}.booking-price span{font-size:10px;color:var(--muted);display:block;margin-top:2px}
.guide-hero{margin:14px 16px 0;border-radius:24px;padding:22px 18px;background:linear-gradient(135deg,#0b493e,#2d6d5d);color:#fff}.guide-hero.audio{background:linear-gradient(135deg,#553a26,#a46b30)}.guide-hero small{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#e8cf92;font-weight:900}.guide-hero h1{font-size:27px;margin:8px 0}.guide-hero p{font-size:12px;line-height:1.5;opacity:.8}.guide-list{padding:15px 16px;display:grid;gap:10px}.place-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;display:grid;grid-template-columns:85px 1fr;gap:11px;text-align:left}.place-card img{width:85px;height:85px;border-radius:13px;object-fit:cover}.place-card h3{font-size:14px;margin:5px 0}.place-card p{font-size:10px;color:var(--muted);line-height:1.4;margin:0}.place-card .place-actions{display:flex;gap:8px;margin-top:8px}.place-card .place-actions button{font-size:9px;font-weight:900;color:var(--green);background:var(--green-3);padding:6px 8px;border-radius:8px}
.sheet-layer{position:absolute;z-index:100;inset:0;min-height:0;visibility:hidden}.sheet-layer.open{visibility:visible}.sheet-backdrop{position:absolute;inset:0;background:rgba(12,27,23,.44);opacity:0;transition:opacity .22s}.sheet-layer.open .sheet-backdrop{opacity:1}.bottom-sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(calc(100% - 8px),760px);background:var(--paper);border-radius:26px 26px 0 0;transform:translateY(102%);transition:transform .25s cubic-bezier(.2,.8,.2,1);padding-bottom:var(--safe-bottom);box-shadow:0 -20px 55px rgba(13,42,35,.19);display:flex;flex-direction:column}.sheet-layer.open .bottom-sheet{transform:translateY(0)}.sheet-handle{width:43px;height:5px;border-radius:999px;background:#cdd3cf;margin:9px auto 3px}.sheet-header{display:flex;align-items:center;justify-content:space-between;padding:9px 16px 12px;border-bottom:1px solid var(--line)}.sheet-header small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:900}.sheet-header h2{font-size:21px;margin:4px 0 0}.sheet-close{width:39px;height:39px;border-radius:50%;background:var(--soft);font-size:26px}.sheet-body{overflow-y:auto;padding:16px;overscroll-behavior:contain}.form-stack{display:grid;gap:13px}.field{display:grid;gap:6px}.field span{font-size:11px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:50px;border:1px solid #dce2de;background:#fff;border-radius:14px;padding:0 13px;outline:none}.field textarea{min-height:92px;padding-top:12px;resize:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(11,73,62,.08)}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.legal-check{display:flex;gap:9px;align-items:flex-start;font-size:10px;color:var(--muted);line-height:1.4}.legal-check input{margin-top:1px}.otp-code{letter-spacing:.27em;text-align:center;font-size:24px;font-weight:850}.form-note{font-size:10px;color:var(--muted);line-height:1.45}.quote-box{background:var(--soft);border-radius:16px;padding:13px;display:grid;gap:8px}.quote-line{display:flex;justify-content:space-between;font-size:12px}.quote-line.total{padding-top:9px;border-top:1px solid #dce1dd;font-size:15px;font-weight:900}.sheet-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px}.sheet-card h3{font-size:14px;margin:0 0 6px}.sheet-card p{font-size:11px;color:var(--muted);line-height:1.45;margin:0}.error-text{color:var(--danger);font-size:11px;min-height:15px}.success-panel{text-align:center;padding:24px 6px}.success-panel .success-icon{width:66px;height:66px;border-radius:22px;background:#e1f4ea;color:var(--ok);display:grid;place-items:center;font-size:31px;margin:auto}.success-panel h3{font-size:21px;margin:15px 0 7px}.success-panel p{font-size:12px;color:var(--muted);line-height:1.5}
.toast{position:absolute;z-index:130;left:18px;right:18px;bottom:calc(82px + var(--safe-bottom));background:#20312b;color:#fff;padding:12px 14px;border-radius:14px;font-size:12px;font-weight:700;box-shadow:var(--shadow);transform:translateY(25px);opacity:0;pointer-events:none;transition:.22s}.toast.show{transform:none;opacity:1}
.host-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:14px 16px}.summary-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}.summary-card b{font-size:23px;display:block}.summary-card span{font-size:10px;color:var(--muted)}
@media(min-width:600px){.native-app{box-shadow:0 0 0 1px var(--line),0 20px 80px rgba(0,0,0,.1)}.stay-card{flex-basis:330px}.hero-card{min-height:280px}.hero-card h1{font-size:38px}.section{padding-left:22px;padding-right:22px}.hero-mobile{padding-left:22px;padding-right:22px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
:root{--keyboard-height:0px}.keyboard-open .app-main{min-height:0}.keyboard-open .bottom-sheet{max-height:min(calc(var(--visual-height) - 8px),760px)}.keyboard-open .bottom-nav{transform:translateY(120%)}
.photo-picker{display:grid;gap:10px;padding:13px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.photo-picker>b{font-size:13px}.photo-picker>div:first-of-type{display:flex;gap:8px}.host-photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.host-photo-preview>div{position:relative;aspect-ratio:1;border-radius:11px;overflow:hidden;background:#dfe6e2}.host-photo-preview img{width:100%;height:100%;object-fit:cover}.host-photo-preview button{position:absolute;right:3px;top:3px;width:24px;height:24px;border-radius:50%;background:rgba(17,31,27,.75);color:#fff;font-size:17px}

/* v11.0.0: polished SVG icons, searchable destinations, remote media and Yandex map */
.icon-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none}
.ui-icon,.nav-icon{display:inline-block;width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.nav-icon{width:23px;height:23px;margin-bottom:4px;stroke-width:1.8}.bottom-nav button.active .nav-icon{stroke-width:2.25}
.icon-button .ui-icon,.circle-button .ui-icon{width:21px;height:21px}.sheet-close .ui-icon{width:19px;height:19px}.feature-icon .ui-icon{width:28px;height:28px}.menu-icon .ui-icon{width:22px;height:22px}.menu-arrow .ui-icon{width:17px;height:17px}.empty-icon .ui-icon{width:34px;height:34px}.primary-button .ui-icon,.secondary-button .ui-icon{width:19px;height:19px;vertical-align:middle;margin-right:6px}
.favorite-button .heart-icon,.detail-favorite .heart-icon{fill:transparent;transition:fill .16s ease,transform .16s ease}.favorite-button.active .heart-icon,.detail-favorite.active .heart-icon{fill:currentColor}.favorite-button:active .heart-icon,.detail-favorite:active .heart-icon{transform:scale(.9)}
.city-picker{display:grid;gap:11px}.city-current{min-height:50px;border:1px solid #dce2de;background:#eef5f1;border-radius:14px;padding:0 12px;display:flex;align-items:center;gap:9px;font-size:13px;font-weight:850;color:var(--green)}.city-current .ui-icon{width:20px;height:20px}.city-query{height:48px;border:1px solid #dce2de;background:#fff;border-radius:14px;padding:0 12px;display:flex;align-items:center;gap:9px}.city-query .ui-icon{width:19px;height:19px;color:var(--muted)}.city-query input{border:0!important;box-shadow:none!important;padding:0!important;min-height:0!important;height:100%;font-size:16px;background:transparent;outline:none}.city-options{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:min(46vh,420px);overflow:auto;padding:1px}.city-option{min-height:44px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:8px 9px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;text-align:left;font-size:11px;font-weight:800}.city-option .ui-icon{width:17px;height:17px;color:var(--green)}.city-option.active{border-color:rgba(11,73,62,.35);background:var(--green-3);color:var(--green)}.city-empty{grid-column:1/-1;padding:24px;text-align:center;color:var(--muted);font-size:12px}
.map-canvas{background:#e7ecea;overflow:hidden}.map-canvas:before,.map-canvas:after{display:none!important;content:none!important}.yandex-map-shell,.yandex-map-frame{position:absolute;inset:0;width:100%;height:100%}.yandex-map-frame{z-index:1;border:0;background:#e8eee9}.map-status{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;text-align:center;background:linear-gradient(180deg,#edf2ef,#dfe8e3);color:var(--muted);font-size:12px}.map-status b,.map-status strong{font-size:16px;color:var(--ink)}.map-status.error{background:#fff5f2;color:#8d3d2f}.map-spinner{width:32px;height:32px;border:3px solid rgba(11,73,62,.16);border-top-color:var(--green);border-radius:50%;animation:airdag-map-spin .8s linear infinite}@keyframes airdag-map-spin{to{transform:rotate(360deg)}}.map-toolbar,.map-location,#map-preview-slot{z-index:4}.map-search .ui-icon,.map-filter .ui-icon,.map-location .ui-icon{width:20px;height:20px}.map-preview{z-index:5}
.stay-image img,.stay-row>img,.trip-card img,.detail-gallery img,.place-card img,.map-preview img{background:#e3e9e5}
@media(max-width:390px){.nav-icon{width:22px;height:22px}.city-options{grid-template-columns:1fr}}


/* v11.0.0: reliable map diagnostics and complete mobile host workflow */
.map-status span{max-width:310px;line-height:1.45}.map-status button{min-height:42px;padding:0 16px;border-radius:13px;background:var(--green);color:#fff;font-weight:850}
.host-listing-card{display:grid;grid-template-columns:104px 1fr;gap:11px;padding:10px;border:1px solid var(--line);border-radius:19px;background:#fff}.host-listing-card>img{width:104px;height:112px;border-radius:14px;object-fit:cover;background:#e3e9e5}.host-listing-copy{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.host-listing-title h3{font-size:15px;margin:6px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-listing-title p{font-size:10px;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-listing-actions{display:flex;gap:6px;overflow-x:auto;margin-top:9px;padding-bottom:2px;scrollbar-width:none}.host-listing-actions button{flex:0 0 auto;min-height:34px;padding:0 10px;border-radius:10px;background:var(--soft);font-size:9px;font-weight:850;color:var(--green);display:flex;align-items:center;gap:5px}.host-listing-actions .ui-icon{width:14px;height:14px}.host-listing-actions .danger-action{background:#fff0ee;color:var(--danger)}
.bottom-sheet.wizard-sheet{max-height:calc(100% - var(--safe-top));height:calc(100% - var(--safe-top));border-radius:22px 22px 0 0}.wizard-sheet .sheet-body{padding-bottom:calc(100px + var(--safe-bottom))}.host-wizard-form{gap:15px}.mobile-wizard-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;position:sticky;top:-16px;z-index:4;background:var(--paper);padding:5px 0 11px}.mobile-wizard-progress button{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:8px;font-weight:800}.mobile-wizard-progress b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--soft);font-size:10px}.mobile-wizard-progress button.active{color:var(--green)}.mobile-wizard-progress button.active b{background:var(--green);color:#fff}.host-wizard-step{display:grid;gap:13px}.host-wizard-step h3{font-size:19px;margin:3px 0}.host-wizard-actions{position:sticky;bottom:calc(-16px - var(--safe-bottom));z-index:5;display:grid;grid-template-columns:1fr 1.4fr;gap:9px;padding:13px 0 calc(13px + var(--safe-bottom));background:linear-gradient(180deg,rgba(255,253,248,0),var(--paper) 18%)}.host-wizard-actions button:only-child,.host-wizard-actions button[hidden]+button:last-child{grid-column:1/-1}.mobile-check-grid{border:1px solid var(--line);border-radius:16px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-check-grid legend{font-size:11px;font-weight:850;padding:0 5px}.mobile-check-grid label{display:flex;align-items:center;gap:7px;min-height:38px;padding:7px;border-radius:10px;background:var(--soft);font-size:10px}.geocode-mobile-status{padding:10px 12px;border-radius:12px;background:var(--soft);color:var(--muted);font-size:10px;line-height:1.4}.geocode-mobile-status.success{background:#e5f5ec;color:var(--ok)}.geocode-mobile-status.error{background:#fff0ee;color:var(--danger)}.host-existing-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.existing-host-photo{position:relative;aspect-ratio:1;border-radius:13px;overflow:hidden;background:#e3e9e5}.existing-host-photo img{width:100%;height:100%;object-fit:cover}.existing-host-photo>button{position:absolute;top:4px;right:4px;width:27px;height:27px;border-radius:50%;background:rgba(18,28,25,.76);color:#fff;font-size:17px}.existing-host-photo .cover-photo{left:4px;right:auto;top:auto;bottom:4px;width:auto;height:25px;padding:0 7px;border-radius:8px;font-size:8px;font-weight:850}.existing-host-photo>span{position:absolute;left:4px;bottom:4px;padding:5px 7px;border-radius:8px;background:rgba(11,73,62,.9);color:#fff;font-size:8px;font-weight:850}
@media(max-width:390px){.host-listing-card{grid-template-columns:88px 1fr}.host-listing-card>img{width:88px;height:106px}.mobile-check-grid{grid-template-columns:1fr}}

.calendar-manage-list{display:grid;gap:7px}.calendar-manage-list h3{font-size:14px;margin:0 0 3px}.calendar-manage-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:11px}.calendar-manage-row button{padding:7px 10px;border-radius:9px;background:var(--soft);color:var(--green);font-size:9px;font-weight:850}

/* AirDag v11.0.0 account deletion */
.danger-menu-row{color:var(--danger)}
.danger-menu-row .menu-icon{background:#fff0ee;color:var(--danger)}
.account-delete-panel{padding:18px;border:1px solid #efceca;border-radius:19px;background:#fff4f2;color:#592a26;text-align:center}
.account-delete-panel.compact{padding:14px;margin-bottom:13px}
.account-delete-icon{width:58px;height:58px;margin:0 auto 12px;border-radius:18px;background:#ffe2de;color:var(--danger);display:grid;place-items:center}
.account-delete-icon .ui-icon{width:28px;height:28px}
.account-delete-panel h3{margin:0 0 8px;font-size:19px}
.account-delete-panel p{margin:0;color:#79504c;font-size:11px;line-height:1.55}
.account-delete-panel ul{margin:13px 0 0;padding-left:20px;text-align:left;color:#79504c;font-size:10px;line-height:1.5}

/* v11.0.0: iOS full-height viewport and single safe-area ownership */
.native-runtime .native-app{inset:0}
@supports(height:100svh){.desktop-guard{min-height:100svh}}

/* AirDag v11.0.0 - аренда авто и единые поездки */
.trip-mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#eaf2ef;border-radius:14px;padding:4px}.trip-mode-switch button{border:0;background:transparent;border-radius:11px;padding:11px;font-weight:800;color:#64756f}.trip-mode-switch button.active{background:#fff;color:#0b493e;box-shadow:0 3px 12px #173f3718}.car-hero-mobile .hero-card{background:linear-gradient(145deg,#0b493e,#1b7667)}.car-package-scroll{display:flex;gap:10px;overflow:auto;padding:12px 2px 4px;scrollbar-width:none}.car-package-scroll button{min-width:220px;text-align:left;border:1px solid #dce9e5;background:#fff;border-radius:16px;padding:14px}.car-package-scroll b,.car-package-scroll small{display:block}.car-package-scroll small{color:#687b75;margin-top:5px}.mobile-car-card{background:#fff;border:1px solid #dce9e5;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #173f3712}.mobile-car-image{height:190px;position:relative;background:#edf3f1}.mobile-car-image img{width:100%;height:100%;object-fit:cover}.mobile-car-image>span,.mobile-car-image>i{position:absolute;top:11px;left:11px;background:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.mobile-car-image>i{left:auto;right:11px;background:#8b3530;color:#fff;font-style:normal}.mobile-car-copy{padding:15px}.mobile-car-title{display:flex;justify-content:space-between;gap:9px}.mobile-car-title h3,.mobile-car-title p{margin:0}.mobile-car-title p{color:#687b75;margin-top:4px;font-size:13px}.mobile-car-title>b{text-align:right;color:#0b493e;white-space:nowrap}.mobile-car-title small{display:block;font-size:10px;color:#71817d}.mobile-car-specs,.mobile-car-routes{display:flex;gap:6px;overflow:auto;margin:11px 0;scrollbar-width:none}.mobile-car-specs span,.mobile-car-routes span{white-space:nowrap;border-radius:999px;background:#eef5f3;padding:6px 9px;font-size:11px}.mobile-car-routes span{background:#fff5df;color:#75551e}.mobile-car-card.compact .mobile-car-image{height:145px}.mobile-car-detail>img{width:100%;max-height:240px;object-fit:cover;border-radius:17px;background:#edf3f1}.mobile-car-detail-price{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin:14px 0}.mobile-car-detail-price h3{margin:0}.mobile-car-detail-price b{color:#0b493e;white-space:nowrap}.car-route-list-mobile{display:grid;gap:8px;margin:10px 0 18px}.car-route-list-mobile div{border:1px solid #dfe9e6;border-radius:13px;padding:11px}.car-route-list-mobile b,.car-route-list-mobile small{display:block}.car-route-list-mobile small{color:#687b75;margin-top:4px}.native-info-card{display:flex;gap:12px;align-items:flex-start;background:linear-gradient(135deg,#eaf6f2,#fff7e8);border:1px solid #dbe9e5;border-radius:17px;padding:14px}.native-info-card>span{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#0b493e;color:#fff;display:grid;place-items:center}.native-info-card b,.native-info-card p{display:block;margin:0}.native-info-card p{color:#64766f;margin-top:4px}.car-stay-offer .secondary-button{margin-top:10px}.car-booking-check b,.car-booking-check small{display:block}.car-booking-check small{color:#687b75;margin-top:3px}.car-trip-card{border-left:3px solid #d6a643}
.bundle-trip-media{display:grid;grid-template-columns:1fr 34px 1fr;align-items:center;gap:6px;margin-bottom:12px}.bundle-trip-media img{width:100%;height:92px;object-fit:cover;border-radius:16px}.bundle-trip-media span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f2ef;color:#0b493e}.bundle-trip-card small{display:block;margin-top:6px;color:#667873;line-height:1.35}

/* AirDag v11.0.0: calmer car screens and real-photo management */
.car-hero-mobile.compact .hero-card{min-height:0;padding-bottom:18px}.car-hero-mobile.compact .hero-card h1{font-size:27px}.compact-car-toolbar{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center}.compact-car-toolbar .secondary-button{white-space:nowrap}.mobile-car-image{display:block;width:100%;padding:0;border:0;text-align:left}.mobile-car-routes{display:none}.mobile-car-specs{margin:10px 0}.mobile-car-card .primary-button{margin-top:2px}.partner-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.partner-mobile-head>div{text-align:right}.partner-mobile-head b,.partner-mobile-head span{display:block}.partner-mobile-head b{font-size:24px}.partner-mobile-head span{font-size:10px;color:var(--muted)}.partner-mobile-section{border:1px solid var(--line);border-radius:16px;margin:10px 0;overflow:hidden}.partner-mobile-section summary{padding:13px 14px;background:#f3f7f5;font-weight:850;cursor:pointer}.partner-mobile-section>.list-stack{padding:10px}.car-partner-mobile-card.needs-photo{border-color:#d9a745;background:#fffaf0}.mobile-car-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.mobile-car-photo-grid article{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.mobile-car-photo-grid img{width:100%;height:120px;object-fit:cover;background:#edf3f1}.mobile-car-photo-grid article>div{display:flex;gap:6px;align-items:center;justify-content:space-between;padding:8px}.mobile-car-photo-grid b{font-size:10px;color:var(--green)}.mobile-car-photo-grid button{font-size:9px;color:var(--green);font-weight:850}.car-package-list-mobile{display:grid;gap:10px}.car-package-list-mobile button{text-align:left;border:1px solid var(--line);border-radius:15px;padding:14px;background:#fff}.car-package-list-mobile b,.car-package-list-mobile small{display:block}.car-package-list-mobile small{margin-top:4px;color:var(--muted)}
@media(max-width:370px){.compact-car-toolbar{grid-template-columns:1fr}.compact-car-toolbar .secondary-button{width:100%}.mobile-car-photo-grid{grid-template-columns:1fr}}
.mobile-car-gallery{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.mobile-car-gallery img{flex:0 0 88%;width:88%;height:235px;object-fit:cover;border-radius:17px;background:#edf3f1;scroll-snap-align:start}


/* AirDag v11.0.0: native car screen, compact and consistent with AirDag. */
.car-mobile-screen{padding-top:10px}.car-mode-switch{margin-bottom:12px}.mobile-car-intro{display:grid;gap:14px;padding:18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#fbf8f2,#fff)}.mobile-car-intro>div>span{display:block;color:#c46b42;font-size:10px;font-weight:900;letter-spacing:1.6px}.mobile-car-intro h1{margin:6px 0 8px;font-family:Georgia,serif;font-size:29px;font-weight:400;line-height:1.08;color:var(--ink)}.mobile-car-intro p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.mobile-car-services{display:flex!important;gap:8px}.mobile-car-services>span{display:flex!important;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--green);font-size:11px}.mobile-car-services .ui-icon{width:18px;height:18px;color:var(--gold)}
.mobile-car-filter-launch{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-align:left}.mobile-car-filter-launch>.ui-icon:first-child{width:21px;height:21px;color:var(--green)}.mobile-car-filter-launch>.ui-icon:last-child{width:17px;height:17px;color:var(--muted)}.mobile-car-filter-launch span{display:grid;gap:2px}.mobile-car-filter-launch b{font-size:13px}.mobile-car-filter-launch small{color:var(--muted);font-size:10px}.mobile-car-list-head{margin-top:20px}.mobile-car-list{gap:13px}
.mobile-car-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:none}.mobile-car-card.compact{border-radius:16px}.mobile-car-image{display:block;width:100%;height:190px;padding:0;border:0;border-radius:0;background:#ece9e2;overflow:hidden;text-align:left}.mobile-car-card.compact .mobile-car-image{height:154px}.mobile-car-image img{display:block;width:100%;height:100%;object-fit:cover;border:0!important;border-radius:0!important;box-shadow:none!important}.mobile-car-image>span{top:10px;left:10px;padding:6px 9px;background:rgba(255,255,255,.94);color:var(--ink);font-size:10px}.mobile-car-copy{padding:13px}.mobile-car-title{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.mobile-car-title h3{font-size:17px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-car-title p{font-size:11px}.mobile-car-title>b{font-size:15px;color:var(--green)}.mobile-car-title small{font-size:9px}
.mobile-car-specs{display:flex;gap:6px;margin:11px 0 8px;overflow:hidden}.mobile-car-specs span{padding:6px 8px;background:#f4f0e8;color:#53615c;font-size:9px}.mobile-car-pickup{display:flex;gap:8px;margin-bottom:11px;color:var(--green);font-size:10px;font-weight:850}.mobile-car-pickup span+span:before{content:'·';margin-right:8px;color:var(--gold)}.mobile-car-actions{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:8px}.mobile-car-actions button{min-width:0;width:100%;height:40px;margin:0;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.mobile-car-actions .primary-button{background:var(--green);color:#fff}.mobile-car-actions .secondary-button{border:1px solid var(--line);background:#fff;color:var(--green)}
.mobile-car-filter-options{display:grid;gap:8px}.mobile-car-filter-options .legal-check{margin:0}.mobile-car-detail>img,.mobile-car-gallery img{border:0!important;box-shadow:none!important}.car-package-list-mobile,.car-package-scroll{display:none!important}
@media(min-width:700px){.mobile-car-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mobile-car-card{min-width:0}}
@media(max-width:370px){.mobile-car-intro{padding:15px}.mobile-car-intro h1{font-size:26px}.mobile-car-services{display:grid!important}.mobile-car-actions{grid-template-columns:1fr}}

/* AirDag v11.0.0: rental chat and compact moderation center */
.car-chat-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid #d7e7e1;border-radius:14px;background:#edf6f2;color:var(--green);font-size:12px;line-height:1.45}.car-chat-notice .ui-icon{width:22px;height:22px;flex:0 0 22px}.mobile-car-chat{display:grid;gap:8px;max-height:42vh;overflow-y:auto;padding:12px 0}.car-chat-bubble{max-width:88%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#f1f3ef;border:1px solid var(--line)}.car-chat-bubble.mine{justify-self:end;border-radius:15px 15px 4px 15px;background:#e1f1eb;border-color:#cce2da}.car-chat-bubble b,.car-chat-bubble small{display:block}.car-chat-bubble p{margin:4px 0 5px;white-space:pre-wrap;overflow-wrap:anywhere}.car-chat-bubble small{font-size:9px;color:var(--muted)}
.mobile-moderation-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.mobile-moderation-overview button{min-width:0;padding:15px 8px;border:1px solid var(--line);border-radius:15px;background:#fff;text-align:center}.mobile-moderation-overview b,.mobile-moderation-overview span{display:block}.mobile-moderation-overview b{font-size:24px;color:var(--green)}.mobile-moderation-overview span{margin-top:4px;font-size:10px;color:var(--muted);line-height:1.3}.danger-text{color:var(--danger)!important}.trip-card-actions{flex-wrap:wrap}.trip-card-actions button{min-width:0;white-space:nowrap}.status-badge.blocked{background:#fde9e7;color:#9e322d}.status-badge.paused{background:#f4efe1;color:#775b1f}.status-badge.active{background:#e3f2eb;color:#256a50}
@media(max-width:380px){.mobile-moderation-overview{grid-template-columns:1fr}.mobile-moderation-overview button{text-align:left;display:flex;align-items:center;gap:12px}.mobile-moderation-overview span{margin:0}}
.moderation-add-car{margin-bottom:12px}

/* AirDag v11.0.0: fail-safe startup and sand splash */
.boot-recovery{min-height:100%;display:grid;place-content:center;text-align:center;padding:38px 24px;background:var(--paper)}.boot-recovery-logo{width:92px;height:92px;margin:0 auto 18px;border-radius:24px;display:grid;place-items:center;background:#fff;box-shadow:var(--shadow)}.boot-recovery-logo img{width:68px;height:68px;object-fit:contain}.boot-recovery h1{font-size:24px;margin:0 0 8px}.boot-recovery p{max-width:330px;margin:0 auto 20px;color:var(--muted);line-height:1.5}.boot-recovery button{min-height:48px;padding:0 22px;border-radius:14px;background:var(--green);color:#fff;font-weight:850}

.inline-empty{min-width:100%;padding:34px 14px}.diagnostic-code{display:block;margin:-8px 0 18px;color:var(--muted);font-size:11px;word-break:break-word}

.api-status-section{padding-top:4px;padding-bottom:4px}.api-status-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid #e7c2b8;border-radius:16px;background:#fff6f2;color:var(--ink)}.api-status-card>.ui-icon{width:25px;height:25px;color:#a84639}.api-status-card div{display:grid;gap:2px;min-width:0}.api-status-card b{font-size:12px}.api-status-card span,.api-status-card small{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-status-card button{min-height:34px;padding:0 10px;border-radius:10px;background:var(--green);color:#fff;font-size:10px;font-weight:850}@media(max-width:360px){.api-status-card{grid-template-columns:30px 1fr}.api-status-card button{grid-column:1/-1;width:100%}}


/* AirDag v11.0.0: partner roles, moderation and car calendar */
.partner-mobile-role{margin:-4px 0 10px;color:var(--muted);font-size:10px;font-weight:800}.partner-member-mobile-form{padding:12px}.mobile-car-calendar{display:grid;gap:15px;margin-bottom:15px}.mobile-car-calendar>section{display:grid;gap:8px}.mobile-car-calendar h3{margin:0 0 2px;font-size:14px}.mobile-car-calendar .sheet-card{display:grid;gap:5px}.mobile-car-calendar .sheet-card button{justify-self:start;min-height:34px;padding:0 11px;border-radius:10px;background:var(--soft);color:var(--green);font-size:9px;font-weight:850}.status-badge.pending_review{background:#fff0cf;color:#825c08}.car-partner-mobile-card .danger-button{background:#fff0ee;color:var(--danger)}

/* AirDag v11.0.0: complete trip, payment, support and rental lifecycle */
.trip-payment-mobile{display:grid;gap:6px;margin-top:10px;padding:10px;border-radius:14px;background:var(--surface-soft,#f7f4ef)}.trip-payment-mobile p{display:flex;justify-content:space-between;gap:12px;margin:0}.trip-payment-mobile span{font-size:12px;color:var(--muted,#716b63);text-align:right}.trip-problem-note{margin-top:9px;padding:9px 11px;border-radius:12px;background:#fff2e7;color:#7a3d13;font-size:13px}.linked-car-mobile{display:flex;justify-content:space-between;gap:10px;margin-top:8px;padding:8px 10px;border-radius:11px;background:var(--surface-soft,#f7f4ef)}.mobile-request-details{margin:0 14px 10px}.mobile-request-details summary{font-weight:700;cursor:pointer}.mobile-request-details .sheet-card{margin-top:8px}.support-mobile-ticket,.mobile-notification{width:100%;text-align:left}.support-mobile-ticket b,.mobile-notification h3{display:block;margin:5px 0}.support-mobile-new{margin-top:16px}.support-mobile-new>summary{font-weight:800;margin-bottom:12px}.support-mobile-conversation{display:grid;gap:10px;margin-bottom:14px}.support-mobile-conversation .mine{background:var(--surface-soft,#f7f4ef)}.mobile-notification.unread{outline:2px solid rgba(132,78,43,.25)}

/* AirDag v11.0.0: fixed mobile listing wizard viewport. */
.bottom-sheet.wizard-sheet{overflow:hidden;max-width:100%;}
.wizard-sheet .sheet-header{flex:0 0 auto;}
.wizard-sheet .sheet-body{flex:1 1 auto;min-height:0;width:100%;max-width:100%;padding:0;overflow:hidden;}
.wizard-sheet .host-wizard-form{display:flex;flex-direction:column;gap:0;height:100%;min-height:0;width:100%;max-width:100%;overflow:hidden;}
.wizard-sheet .mobile-wizard-progress{position:relative;top:auto;z-index:4;flex:0 0 auto;width:100%;min-width:0;padding:9px 14px 11px;border-bottom:1px solid var(--line);background:var(--paper);}
.wizard-sheet .host-wizard-step{flex:1 1 auto;min-height:0;width:100%;max-width:100%;padding:15px 16px 22px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none;}
.wizard-sheet .host-wizard-step::-webkit-scrollbar{display:none;}
.wizard-sheet #host-wizard-error{flex:0 0 auto;min-height:0;padding:0 16px;background:var(--paper);}
.wizard-sheet .host-wizard-actions{position:relative;bottom:auto;z-index:6;flex:0 0 auto;width:100%;margin:0;padding:12px 16px calc(12px + var(--safe-bottom));border-top:1px solid var(--line);background:rgba(255,253,248,.98);box-shadow:0 -8px 24px rgba(20,51,43,.08);}
.wizard-sheet .host-wizard-actions button{min-width:0;min-height:48px;}
.wizard-sheet,.wizard-sheet *{max-width:100%;}
.wizard-sheet .form-two{grid-template-columns:minmax(0,1fr) minmax(0,1fr);}
.wizard-sheet .form-two>*,.wizard-sheet .field,.wizard-sheet .field input,.wizard-sheet .field select,.wizard-sheet .field textarea{min-width:0;width:100%;}
.wizard-sheet input[type="date"],.wizard-sheet input[type="time"]{display:block;min-width:0;width:100%;max-width:100%;}
@media(max-width:480px){
  .wizard-sheet .host-wizard-time-row,.wizard-sheet .host-wizard-date-row{grid-template-columns:1fr;gap:12px;}
}
@media(max-width:360px){
  .wizard-sheet .mobile-wizard-progress{padding-left:8px;padding-right:8px;}
  .wizard-sheet .mobile-wizard-progress span{font-size:7px;}
  .wizard-sheet .host-wizard-actions{grid-template-columns:1fr 1.15fr;padding-left:12px;padding-right:12px;}
}

/* AirDag v11.0.0: lower-memory mobile lists and non-blocking host wizard. */
.host-listing-card,.trip-card,.place-card,.mobile-car-card,.sheet-card{
  content-visibility:auto;
  contain-intrinsic-size:auto 160px;
}
.host-photo-upload-status{margin:2px 0 0;padding:8px 10px;border-radius:10px;background:#eef5f2;color:var(--green);}
.host-photo-upload-status.loading::before{content:"";display:inline-block;width:10px;height:10px;margin-right:7px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-1px;animation:hostPhotoSpin .7s linear infinite;}
.host-photo-upload-status.error{background:#fff0ee;color:var(--danger);}
@keyframes hostPhotoSpin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.host-photo-upload-status.loading::before{animation:none}}

/* AirDag v11.0.0: streamlined mobile-first home while preserving the current visual language. */
.explore-mobile-intro{position:relative;overflow:hidden;padding:22px 16px 13px;background:linear-gradient(180deg,#f2e4c8 0,#fff8eb 58%,var(--paper) 100%)}
.explore-mobile-intro:after{content:"";position:absolute;right:-34px;top:-38px;width:152px;height:152px;opacity:.12;background:repeating-linear-gradient(45deg,transparent 0 12px,var(--green) 12px 14px);transform:rotate(10deg);pointer-events:none}
.explore-intro-copy{position:relative;z-index:1;padding:2px 2px 14px}.explore-intro-copy>span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#9a6d24}.explore-intro-copy h1{max-width:330px;margin:6px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:500;line-height:1.06;letter-spacing:-.025em;color:var(--green)}.explore-intro-copy p{max-width:350px;margin:0;color:#625f55;font-size:12px;line-height:1.5}
.explore-search-card{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px;border:1px solid rgba(20,78,65,.14);border-radius:20px;background:#fff;box-shadow:0 13px 30px rgba(65,49,26,.1);text-align:left}.explore-search-location{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding-bottom:11px;border-bottom:1px solid var(--line)}.explore-search-location>.ui-icon{width:22px;height:22px;color:var(--green)}.explore-search-location>span,.explore-search-details>span{display:grid;min-width:0;gap:2px}.explore-search-card small{color:var(--muted);font-size:9px;font-weight:700}.explore-search-card b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explore-search-details{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(64px,.45fr);gap:10px;min-width:0}.explore-search-details>span+span{padding-left:10px;border-left:1px solid var(--line)}.explore-search-cta{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:13px;background:var(--green);color:#fff;font-size:11px;font-weight:900;white-space:nowrap}.explore-search-cta .ui-icon{width:17px;height:17px}
.explore-mode-switch{position:relative;z-index:2;margin-top:10px;background:rgba(11,73,62,.08)}.explore-filter-section{padding-top:8px;padding-bottom:7px}.explore-chip-row{padding-right:12px}.explore-chip-row .chip{min-height:37px;background:#fffdf8}.explore-chip-row .filter-chip{border-color:#cfded8;color:var(--green);font-weight:850}.explore-chip-row .filter-chip .ui-icon{width:16px;height:16px}.explore-results-section{padding-top:7px}.explore-results-head{align-items:center}.explore-results-head button{display:flex;align-items:center;gap:5px;white-space:nowrap}.explore-results-head button .ui-icon{width:16px;height:16px}.mobile-stay-feed{display:grid;gap:13px}.mobile-stay-feed .stay-card{width:100%;max-width:none;min-width:0;flex:none;scroll-snap-align:none;border-radius:20px;box-shadow:none}.mobile-stay-feed .stay-image{height:194px}.mobile-stay-feed .stay-body{padding:13px 14px 15px}.mobile-stay-feed .stay-body h3{font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:500;color:var(--ink)}.mobile-stay-feed .stay-price{justify-content:space-between}.mobile-stay-feed .stay-price span{margin-left:auto}.journey-tools-section{padding-top:21px;padding-bottom:27px}.journey-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.journey-tools button{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:left}.journey-tools button>span{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--green-3);color:var(--green)}.journey-tools button>span .ui-icon{width:20px;height:20px}.journey-tools b{align-self:end;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journey-tools small{align-self:start;margin-top:2px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* More app-like detail and trip presentation. */
.detail-screen .detail-gallery{height:305px}.detail-content{position:relative;margin-top:-22px;padding:19px 16px 128px;border-radius:24px 24px 0 0;background:var(--paper);z-index:2}.detail-content h1{font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500;color:var(--green)}.facts-row{gap:7px}.fact{border:1px solid var(--line);background:#fff}.booking-bar{margin:0 10px 8px;border:1px solid rgba(11,73,62,.12);border-radius:18px;box-shadow:0 10px 28px rgba(20,51,43,.13)}
.screen[data-screen="trips"]>.screen-title{padding-bottom:4px}.screen[data-screen="trips"]>.screen-title h1{font-family:Georgia,"Times New Roman",serif;color:var(--green)}.screen[data-screen="trips"] .trip-card{box-shadow:none}.bundle-trip-card{padding:10px}.bundle-trip-card .trip-card-top{padding:0}.bundle-trip-card .trip-card-actions{margin:10px -10px -10px}.bundle-trip-media{margin-bottom:10px}.bundle-trip-media img{height:105px}.trip-payment-mobile{border:1px solid #ebe4d6;background:#fbf8f1}.trip-card-actions{background:#fff}.trip-card-actions button{padding:0 8px}.trip-card-actions button:first-child{border-left:0}

/* Refined listing wizard matching the simplified app shell. */
.wizard-sheet .mobile-wizard-progress{padding-top:11px}.wizard-sheet .mobile-wizard-progress button{position:relative}.wizard-sheet .mobile-wizard-progress button:not(:last-child):after{content:"";position:absolute;left:62%;top:13px;width:76%;height:1px;background:#dce3df;z-index:-1}.wizard-sheet .mobile-wizard-progress b{border:1px solid #dfe6e2;background:#fff}.wizard-sheet .mobile-wizard-progress button.active b{border-color:var(--green);box-shadow:0 0 0 4px rgba(11,73,62,.08)}.wizard-sheet .host-wizard-step h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;color:var(--green)}.wizard-sheet .photo-picker{padding:13px;border:1px solid var(--line);border-radius:17px;background:#fff}.wizard-sheet .host-existing-photos{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-sheet .host-wizard-actions{background:#fffdf8}

@media(max-width:370px){.explore-intro-copy h1{font-size:26px}.explore-search-card{grid-template-columns:1fr}.explore-search-cta{grid-column:1/-1}.journey-tools{grid-template-columns:1fr}.mobile-stay-feed .stay-image{height:180px}}
.trips-app-intro{padding:22px 16px 8px;background:linear-gradient(180deg,#f2e4c8 0,#fff8eb 66%,var(--paper) 100%)}.trips-app-copy>span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#9a6d24}.trips-app-copy h1{margin:6px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:500;line-height:1.08;color:var(--green)}.trips-app-copy p{margin:0 0 14px;color:#625f55;font-size:12px;line-height:1.5}.trips-overview-card{position:relative;height:205px;overflow:hidden;border-radius:21px;background:#dfe8e4;box-shadow:0 12px 28px rgba(65,49,26,.12)}.trips-overview-card>img{width:100%;height:100%;object-fit:cover}.trips-overview-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,27,23,.04),rgba(6,27,23,.76))}.trips-overview-overlay{position:absolute;z-index:2;left:15px;right:15px;bottom:14px;color:#fff}.trips-overview-overlay>span{display:inline-flex;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.88);color:var(--green);font-size:9px;font-weight:900}.trips-overview-overlay h2{margin:7px 0 3px;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500}.trips-overview-overlay p{margin:0;color:rgba(255,255,255,.82);font-size:11px}


/* AirDag v11.0.0: mobile filter, search-sheet, keyboard and host amenity fixes. */
.explore-chip-row .chip.active{background:var(--green);border-color:var(--green);color:#fff}
.explore-chip-row .chip.active .ui-icon{color:#fff}
.bottom-sheet,.sheet-body,.sheet-body>.form-stack,.city-picker,.city-query,.city-current,.city-options,.form-two,.phone-input-row{min-width:0;max-width:100%}
.bottom-sheet,.sheet-body{overflow-x:hidden}
.sheet-body input,.sheet-body select,.sheet-body textarea{max-width:100%;min-width:0}
.city-query{display:grid;grid-template-columns:auto minmax(0,1fr)}
.city-query input{width:100%}
.city-option{width:100%;min-width:0}
.city-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.phone-input-row{display:grid;grid-template-columns:minmax(116px,.9fr) minmax(0,1.4fr);gap:8px}
.phone-input-row select,.phone-input-row input{width:100%}
.apartment-only-fields{display:grid;gap:12px}.apartment-only-fields[hidden]{display:none!important}
.mobile-radio-group{margin:0;padding:12px;border:1px solid var(--line);border-radius:15px;background:#fff}.mobile-radio-group legend{padding:0 5px;font-size:12px;font-weight:850;color:var(--green)}.mobile-radio-group label{display:flex;align-items:center;gap:9px;min-height:40px}.mobile-radio-group input{width:18px;height:18px;accent-color:var(--green)}
@media(max-width:360px){.phone-input-row{grid-template-columns:1fr}.phone-input-row select{min-height:44px}}

/* AirDag 11.0.0: synchronized content and compact detail accordions. */
.mobile-detail-accordions details{border-top:1px solid rgba(24,73,61,.12);padding:14px 0}.mobile-detail-accordions details:last-child{border-bottom:1px solid rgba(24,73,61,.12)}.mobile-detail-accordions summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:750;color:var(--ink)}.mobile-detail-accordions details>div{padding-top:12px;color:var(--muted);line-height:1.55}.mobile-review-list article{padding:10px 0;border-top:1px solid rgba(24,73,61,.08)}.mobile-review-list article:first-child{border-top:0}.mobile-review-list p,.mobile-rules-list p{margin:5px 0}.mobile-rules-list ul{margin:10px 0 0;padding-left:18px}.mobile-inline-link{display:inline;border:0;background:none;color:var(--brand);padding:0;text-decoration:underline;font:inherit}.mobile-legal-copy{line-height:1.65}.legal-menu-mobile .menu-row{width:100%}
.mobile-sort{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px;font-size:11px;font-weight:800;color:var(--muted)}.mobile-sort select{flex:1;max-width:230px;min-height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--green);font:800 12px inherit;padding:0 34px 0 12px}
.host-primary-actions{display:grid;gap:9px}.mobile-guest-reputation{margin:10px 0 0;padding:12px;border:1px solid var(--line);border-radius:15px;background:#f6faf7;font-size:11px}.mobile-guest-reputation>div{display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between}.mobile-guest-reputation span{display:inline-flex;padding:5px 7px;border-radius:9px;background:#e9f3ee;color:var(--green);font-weight:800}.mobile-guest-reputation p{margin:8px 0 0;color:var(--muted);line-height:1.45}.host-finance-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.host-finance-summary article{padding:12px;border-radius:14px;background:#edf5f1}.host-finance-summary b,.host-finance-summary span{display:block}.host-finance-summary b{font-size:16px;color:var(--green)}.host-finance-summary span{font-size:10px;color:var(--muted)}.mobile-finance-list{display:grid;gap:10px;margin:12px 0}.mobile-finance-card dl{display:grid;grid-template-columns:1fr auto;gap:7px;font-size:11px}.mobile-finance-card dt,.mobile-finance-card dd{margin:0}.mobile-export-link{display:flex!important;align-items:center;justify-content:center;text-decoration:none}

.status-badge.ready{background:#dff0e9;color:#17644f}.status-badge.held{background:#fff0cf;color:#8a5b00}.host-finance-summary article:nth-child(5){grid-column:1/-1}

/* AirDag 11.0.0 compact host trust and payout setup */
.mobile-guest-reputation{min-width:0;overflow:hidden}.mobile-guest-person{display:flex!important;align-items:flex-start;justify-content:space-between!important;gap:8px}.mobile-guest-person small{display:block;font-size:8px;letter-spacing:.12em;color:var(--muted)}.mobile-guest-person>b,.mobile-guest-person div{min-width:0}.mobile-guest-person span{white-space:normal;text-align:center}.mobile-guest-person span.verified{background:#e2f3eb;color:#17644f}.mobile-guest-person span.unverified{background:#fff0cf;color:#8a5b00}.mobile-guest-stats{display:grid!important;grid-template-columns:1fr;gap:7px!important;margin-top:9px}.mobile-guest-stats span{display:block!important;min-width:0;white-space:normal}.mobile-payout-setup{min-width:0;max-width:100%;overflow:hidden;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.mobile-payout-setup h3{margin:10px 0 7px}.mobile-payout-setup>p,.mobile-payout-note p{line-height:1.5;color:var(--muted);overflow-wrap:anywhere}.mobile-payout-flow{display:grid;gap:8px;margin:13px 0}.mobile-payout-flow span{display:flex;align-items:center;gap:8px;min-width:0;padding:9px;border-radius:12px;background:#f2f7f4;overflow-wrap:anywhere}.mobile-payout-flow b{display:grid;place-items:center;flex:0 0 24px;height:24px;border-radius:50%;background:var(--green);color:#fff}.mobile-payout-note{min-width:0;padding:12px;border-radius:13px;background:#edf5f1}.mobile-payout-note p{margin:5px 0 0}.mobile-payout-setup>small{display:block;margin-top:11px;color:var(--muted);overflow-wrap:anywhere}.mobile-finance-card dl{min-width:0}.mobile-finance-card dd{max-width:55vw;text-align:right;overflow-wrap:anywhere}

/* AirDag 11.0.0: mobile layout and overlap fixes from visual audit. */
.app-header{
  background:var(--paper);
  backdrop-filter:none;
  box-shadow:0 1px 0 rgba(11,73,62,.04);
}
.screen{
  scroll-padding-top:12px;
  padding-bottom:calc(var(--bottom-nav-base) + var(--safe-bottom) + 24px);
}
.detail-screen{
  padding-bottom:calc(24px + var(--safe-bottom));
}

/* Intentional horizontal category rail: keep a safe end gutter and visual cue. */
.explore-filter-section{position:relative;overflow:hidden}
.explore-filter-section:after{
  content:"";
  position:absolute;
  z-index:2;
  top:14px;
  right:0;
  width:22px;
  height:44px;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,253,248,0),var(--paper) 82%);
}
.explore-chip-row{
  padding-right:30px;
  scroll-padding-inline:1px 30px;
}

/* Combined trip: no inherited 100px text column, no narrow payment box. */
.bundle-trip-card{padding:10px;min-width:0}
.bundle-trip-copy{min-width:0;padding:0 2px 2px}
.bundle-trip-title{
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);
  align-items:center;
  gap:8px;
  margin:10px 0 7px;
}
.bundle-trip-title b{
  min-width:0;
  font-size:15px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.bundle-trip-title>span{
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--green);
  background:var(--green-3);
}
.bundle-trip-title .ui-icon{width:14px;height:14px}
.bundle-trip-copy>p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}
.bundle-trip-statuses{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:9px;
}
.bundle-trip-statuses span{
  min-width:0;
  padding:6px 8px;
  border-radius:10px;
  background:var(--soft);
  color:#53645e;
  font-size:10px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.trip-payment-mobile{
  display:grid;
  gap:0;
  margin:12px 0 0;
  padding:0;
  border:1px solid #ebe4d6;
  border-radius:15px;
  overflow:hidden;
  background:#fbf8f1;
}
.trip-payment-mobile>div{
  display:grid;
  grid-template-columns:minmax(88px,.8fr) minmax(0,1.2fr);
  gap:12px;
  align-items:start;
  padding:11px 12px;
}
.trip-payment-mobile>div+div{border-top:1px solid #ebe4d6}
.trip-payment-mobile dt,.trip-payment-mobile dd{margin:0;min-width:0}
.trip-payment-mobile dt{font-size:11px;font-weight:800;color:#5f6d67}
.trip-payment-mobile dd{text-align:right}
.trip-payment-mobile dd b,.trip-payment-mobile dd small{display:block;overflow-wrap:anywhere}
.trip-payment-mobile dd b{font-size:12px;color:var(--ink)}
.trip-payment-mobile dd small{margin-top:3px;font-size:10px;line-height:1.35;color:var(--muted)}
.bundle-trip-card .trip-card-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:12px -10px -10px;
}
.bundle-trip-card .trip-card-actions button{
  min-width:0;
  min-height:46px;
  padding:7px 8px;
  white-space:normal;
  line-height:1.2;
  border-left:0;
  border-top:1px solid var(--line);
}
.bundle-trip-card .trip-card-actions button:nth-child(even){border-left:1px solid var(--line)}

/* Legal documents sheet: rows have text + arrow, not an empty icon column. */
.legal-menu-mobile .menu-row{
  grid-template-columns:minmax(0,1fr) 24px;
  gap:12px;
  min-height:64px;
  padding:10px 16px;
}
.legal-menu-mobile .menu-row>span{min-width:0}
.legal-menu-mobile .menu-row b{
  display:block;
  font-size:14px;
  line-height:1.3;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}
.legal-menu-mobile .menu-row>.ui-icon{
  width:20px;
  height:20px;
  justify-self:end;
  color:#87938e;
}

/* Host listing actions: explicit two-column grid, destructive action full width. */
.host-listing-card{
  grid-template-columns:104px minmax(0,1fr);
  align-items:start;
}
.host-listing-copy{min-width:0}
.host-listing-title h3{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  overflow-wrap:anywhere;
  line-height:1.25;
}
.host-listing-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:100%;
  margin-top:2px;
  padding:0;
  overflow:visible;
}
.host-listing-actions button{
  width:100%;
  min-width:0;
  min-height:42px;
  padding:7px 8px;
  justify-content:center;
  text-align:center;
  white-space:normal;
  line-height:1.15;
}
.host-listing-actions button span{min-width:0;overflow-wrap:anywhere}
.host-listing-actions .danger-action{grid-column:1/-1}

/* Listing price CTA belongs to the document flow and cannot cover amenities. */
.detail-content{
  padding-bottom:24px;
}
.booking-bar{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:auto;
  width:100%;
  margin:2px 0 18px;
  padding:12px;
  border:1px solid rgba(11,73,62,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,51,43,.10);
  backdrop-filter:none;
}
.booking-bar .primary-button{min-width:0;width:100%}

/* Profile and account rows stay readable with long labels. */
.profile-menu .menu-row>span:nth-child(2){min-width:0}
.profile-menu .menu-row b,.profile-menu .menu-row small{
  white-space:normal;
  overflow-wrap:anywhere;
}
.menu-icon .ui-icon{width:21px;height:21px}

@media(max-width:390px){
  .host-listing-card{grid-template-columns:88px minmax(0,1fr)}
  .bundle-trip-title{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:6px}
  .bundle-trip-title b{font-size:14px}
  .trip-payment-mobile>div{grid-template-columns:minmax(78px,.75fr) minmax(0,1.25fr);gap:8px;padding:10px}
  .booking-bar{grid-template-columns:minmax(90px,.75fr) minmax(0,1.25fr);gap:9px}
}

/* AirDag mobile: automatic system dark theme for iOS and Android. */
:root[data-theme="dark"]{
  color-scheme:dark;
  --green:#8ad9bf;
  --green-2:#a0e4cd;
  --green-3:#1c382f;
  --gold:#e6b857;
  --ink:#f2f6f3;
  --muted:#a8b6b0;
  --line:#2b3d37;
  --paper:#0d1714;
  --surface:#13211d;
  --soft:#1a2a25;
  --surface-soft:#182720;
  --brand:#8ad9bf;
  --danger:#ff9a9a;
  --ok:#78d3aa;
  --action:#1f7562;
  --action-strong:#278a73;
  --on-action:#fff;
  --shadow:0 18px 48px rgba(0,0,0,.36);
}
:root[data-theme="dark"] input,
:root[data-theme="dark"] select,
:root[data-theme="dark"] textarea{color-scheme:dark}
:root[data-theme="dark"] .app-splash{background:linear-gradient(160deg,#183027,#0d1714);color:var(--ink)}
:root[data-theme="dark"] .splash-logo-card{background:#172620;border-color:#34483f;box-shadow:0 18px 45px rgba(0,0,0,.34)}
:root[data-theme="dark"] .app-splash strong{color:var(--green)}
:root[data-theme="dark"] .app-splash span{color:var(--muted)}
:root[data-theme="dark"] .app-header{background:var(--paper);border-bottom-color:var(--line);box-shadow:0 1px 0 rgba(255,255,255,.025)}
:root[data-theme="dark"] .bottom-nav{background:rgba(13,23,20,.97);border-top-color:var(--line)}
:root[data-theme="dark"] .bottom-nav button{color:#93a49e}
:root[data-theme="dark"] .bottom-nav button.active{color:var(--green);background:#18372e}
:root[data-theme="dark"] .notification-button i{border-color:var(--paper)}
:root[data-theme="dark"] .desktop-guard a,
:root[data-theme="dark"] .chip.active,
:root[data-theme="dark"] .feature-card.dark,
:root[data-theme="dark"] .map-filter,
:root[data-theme="dark"] .map-marker.active,
:root[data-theme="dark"] .primary-button,
:root[data-theme="dark"] .map-status button,
:root[data-theme="dark"] .mobile-wizard-progress button.active b,
:root[data-theme="dark"] .mobile-car-actions .primary-button,
:root[data-theme="dark"] .boot-recovery button,
:root[data-theme="dark"] .api-status-card button,
:root[data-theme="dark"] .explore-search-cta,
:root[data-theme="dark"] .explore-chip-row .chip.active,
:root[data-theme="dark"] .mobile-payout-flow b{background:var(--action);border-color:var(--action);color:var(--on-action)}
:root[data-theme="dark"] .desktop-guard a:active,
:root[data-theme="dark"] .primary-button:active,
:root[data-theme="dark"] .explore-search-cta:active{background:var(--action-strong)}
:root[data-theme="dark"] .search-launch,
:root[data-theme="dark"] .chip,
:root[data-theme="dark"] .stay-row,
:root[data-theme="dark"] .feature-card,
:root[data-theme="dark"] .map-search,
:root[data-theme="dark"] .map-marker,
:root[data-theme="dark"] .map-location,
:root[data-theme="dark"] .map-preview,
:root[data-theme="dark"] .secondary-button,
:root[data-theme="dark"] .trip-card,
:root[data-theme="dark"] .profile-menu,
:root[data-theme="dark"] .host-card,
:root[data-theme="dark"] .place-card,
:root[data-theme="dark"] .field input,
:root[data-theme="dark"] .field select,
:root[data-theme="dark"] .field textarea,
:root[data-theme="dark"] .sheet-card,
:root[data-theme="dark"] .summary-card,
:root[data-theme="dark"] .city-query,
:root[data-theme="dark"] .city-option,
:root[data-theme="dark"] .host-listing-card,
:root[data-theme="dark"] .calendar-manage-row,
:root[data-theme="dark"] .car-package-scroll button,
:root[data-theme="dark"] .mobile-car-card,
:root[data-theme="dark"] .mobile-car-photo-grid article,
:root[data-theme="dark"] .car-package-list-mobile button,
:root[data-theme="dark"] .mobile-car-services>span,
:root[data-theme="dark"] .mobile-car-filter-launch,
:root[data-theme="dark"] .mobile-moderation-overview button,
:root[data-theme="dark"] .boot-recovery-logo,
:root[data-theme="dark"] .explore-search-card,
:root[data-theme="dark"] .journey-tools button,
:root[data-theme="dark"] .fact,
:root[data-theme="dark"] .trip-card-actions,
:root[data-theme="dark"] .wizard-sheet .mobile-wizard-progress b,
:root[data-theme="dark"] .wizard-sheet .photo-picker,
:root[data-theme="dark"] .mobile-radio-group,
:root[data-theme="dark"] .mobile-sort select,
:root[data-theme="dark"] .mobile-payout-setup,
:root[data-theme="dark"] .booking-bar{background:var(--surface);color:var(--ink)}
:root[data-theme="dark"] .stay-card{background:var(--surface);box-shadow:0 8px 24px rgba(0,0,0,.22)}
:root[data-theme="dark"] .bottom-sheet{background:var(--paper);box-shadow:0 -20px 55px rgba(0,0,0,.42)}
:root[data-theme="dark"] .sheet-handle{background:#52635d}
:root[data-theme="dark"] .stay-image,
:root[data-theme="dark"] .detail-gallery,
:root[data-theme="dark"] .host-photo-preview>div,
:root[data-theme="dark"] .existing-host-photo,
:root[data-theme="dark"] .mobile-car-image,
:root[data-theme="dark"] .mobile-car-detail>img,
:root[data-theme="dark"] .mobile-car-photo-grid img,
:root[data-theme="dark"] .mobile-car-gallery img,
:root[data-theme="dark"] .stay-image img,
:root[data-theme="dark"] .stay-row>img,
:root[data-theme="dark"] .trip-card img,
:root[data-theme="dark"] .detail-gallery img,
:root[data-theme="dark"] .place-card img,
:root[data-theme="dark"] .map-preview img,
:root[data-theme="dark"] .host-listing-card>img{background:#20312b}
:root[data-theme="dark"] .stay-badge,
:root[data-theme="dark"] .favorite-button,
:root[data-theme="dark"] .detail-favorite,
:root[data-theme="dark"] .mobile-car-image>span,
:root[data-theme="dark"] .trips-overview-overlay>span{background:rgba(13,23,20,.9);color:var(--ink);border:1px solid rgba(255,255,255,.12)}
:root[data-theme="dark"] .favorite-button.active{color:#ff9aa8}
:root[data-theme="dark"] .feature-card.gold{background:#2b2519}
:root[data-theme="dark"] .row-tags span,
:root[data-theme="dark"] .mobile-car-specs span,
:root[data-theme="dark"] .bundle-trip-statuses span{background:var(--soft);color:#c5d2cd}
:root[data-theme="dark"] .mobile-car-routes span{background:#352b18;color:#f0c76d}
:root[data-theme="dark"] .skeleton{background:linear-gradient(90deg,#182620 25%,#24352f 40%,#182620 60%);background-size:300% 100%}
:root[data-theme="dark"] .map-canvas{background:#172822}
:root[data-theme="dark"] .map-canvas:before{background:linear-gradient(rgba(4,12,9,.28),rgba(4,12,9,.28)),url('assets/dagestan-map.svg') center/cover;filter:saturate(.55) brightness(.62) contrast(1.08)}
:root[data-theme="dark"] .map-canvas:after{background:radial-gradient(circle at center,transparent 12%,rgba(2,13,10,.32) 84%)}
:root[data-theme="dark"] .map-marker{border-color:var(--green);color:var(--green);box-shadow:0 7px 20px rgba(0,0,0,.36)}
:root[data-theme="dark"] .secondary-button,
:root[data-theme="dark"] .segmented button.active,
:root[data-theme="dark"] .trip-card-actions button,
:root[data-theme="dark"] .mobile-car-actions .secondary-button{color:var(--green)}
:root[data-theme="dark"] .danger-button,
:root[data-theme="dark"] .host-listing-actions .danger-action,
:root[data-theme="dark"] .danger-menu-row .menu-icon,
:root[data-theme="dark"] .car-partner-mobile-card .danger-button,
:root[data-theme="dark"] .host-photo-upload-status.error,
:root[data-theme="dark"] .geocode-mobile-status.error{background:#321d1d;color:#ffaaa5;border-color:#5a302e}
:root[data-theme="dark"] .segmented,
:root[data-theme="dark"] .trip-mode-switch{background:#192923}
:root[data-theme="dark"] .segmented button.active,
:root[data-theme="dark"] .trip-mode-switch button.active{background:#24372f;color:var(--green);box-shadow:0 3px 12px rgba(0,0,0,.25)}
:root[data-theme="dark"] .trip-mode-switch button{color:var(--muted)}
:root[data-theme="dark"] .status-badge{background:#332b1c;color:#f0c76d}
:root[data-theme="dark"] .status-badge.confirmed,
:root[data-theme="dark"] .status-badge.completed,
:root[data-theme="dark"] .status-badge.ready,
:root[data-theme="dark"] .status-badge.active,
:root[data-theme="dark"] .mobile-guest-person span.verified{background:#183a2f;color:#8be0bc}
:root[data-theme="dark"] .status-badge.cancelled_by_guest,
:root[data-theme="dark"] .status-badge.declined_by_host,
:root[data-theme="dark"] .status-badge.blocked{background:#3a2020;color:#ffaaa5}
:root[data-theme="dark"] .status-badge.held,
:root[data-theme="dark"] .status-badge.pending_review,
:root[data-theme="dark"] .status-badge.paused,
:root[data-theme="dark"] .mobile-guest-person span.unverified{background:#382f1d;color:#f0c76d}
:root[data-theme="dark"] .profile-section-label,
:root[data-theme="dark"] .menu-arrow,
:root[data-theme="dark"] .legal-menu-mobile .menu-row>.ui-icon{color:#93a49e}
:root[data-theme="dark"] .detail-section p{color:#c5d2cd}
:root[data-theme="dark"] .booking-bar{border-color:var(--line);box-shadow:0 10px 28px rgba(0,0,0,.28)}
:root[data-theme="dark"] .field input:focus,
:root[data-theme="dark"] .field select:focus,
:root[data-theme="dark"] .field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(138,217,191,.14)}
:root[data-theme="dark"] .city-current,
:root[data-theme="dark"] .city-option.active,
:root[data-theme="dark"] .car-chat-notice,
:root[data-theme="dark"] .mobile-guest-reputation,
:root[data-theme="dark"] .host-finance-summary article,
:root[data-theme="dark"] .mobile-payout-note,
:root[data-theme="dark"] .mobile-payout-flow span,
:root[data-theme="dark"] .host-photo-upload-status,
:root[data-theme="dark"] .geocode-mobile-status.success{background:#172e27;color:var(--green);border-color:#2b5145}
:root[data-theme="dark"] .native-info-card{background:linear-gradient(135deg,#172f28,#2c2518);border-color:#39483f}
:root[data-theme="dark"] .native-info-card>span{background:var(--action);color:#fff}
:root[data-theme="dark"] .bundle-trip-media span{background:var(--green-3);color:var(--green)}
:root[data-theme="dark"] .partner-mobile-section summary{background:#172720}
:root[data-theme="dark"] .car-partner-mobile-card.needs-photo{background:#2c2719;border-color:#8f7437}
:root[data-theme="dark"] .mobile-car-intro{background:linear-gradient(145deg,#172620,#101a17)}
:root[data-theme="dark"] .car-chat-bubble{background:#1b2924}
:root[data-theme="dark"] .car-chat-bubble.mine{background:#18372e;border-color:#2c5a4b}
:root[data-theme="dark"] .api-status-card,
:root[data-theme="dark"] .account-delete-panel{background:#321f1e;border-color:#613431;color:#ffd2cd}
:root[data-theme="dark"] .account-delete-icon{background:#4a2624;color:#ffaaa5}
:root[data-theme="dark"] .account-delete-panel p,
:root[data-theme="dark"] .account-delete-panel ul{color:#e6b8b3}
:root[data-theme="dark"] .trip-payment-mobile{background:#211f19;border-color:#3f3a2d}
:root[data-theme="dark"] .trip-payment-mobile>div+div{border-top-color:#3f3a2d}
:root[data-theme="dark"] .trip-payment-mobile dt{color:#b9c5c0}
:root[data-theme="dark"] .trip-problem-note{background:#342417;color:#f0c090}
:root[data-theme="dark"] .explore-mobile-intro,
:root[data-theme="dark"] .trips-app-intro{background:linear-gradient(180deg,#2b2519 0,#171c17 62%,var(--paper) 100%)}
:root[data-theme="dark"] .explore-intro-copy>span,
:root[data-theme="dark"] .trips-app-copy>span{color:var(--gold)}
:root[data-theme="dark"] .explore-intro-copy p,
:root[data-theme="dark"] .trips-app-copy p{color:#c5c0b5}
:root[data-theme="dark"] .explore-chip-row .chip{background:var(--surface)}
:root[data-theme="dark"] .explore-chip-row .filter-chip{border-color:#3b5b50;color:var(--green)}
:root[data-theme="dark"] .wizard-sheet .host-wizard-actions{background:var(--paper);box-shadow:0 -8px 24px rgba(0,0,0,.28)}
:root[data-theme="dark"] .wizard-sheet .mobile-wizard-progress button:not(:last-child):after{background:#34473f}
:root[data-theme="dark"] .mobile-guest-reputation span{background:#1b382f;color:var(--green)}
:root[data-theme="dark"] .host-finance-summary b{color:var(--green)}
:root[data-theme="dark"] .explore-filter-section:after{background:linear-gradient(90deg,rgba(13,23,20,0),var(--paper) 82%)}
:root[data-theme="dark"] .network-pill,
:root[data-theme="dark"] .toast{background:#e7eee9;color:#17231f}
@media(prefers-color-scheme:dark){
  :root:not([data-theme]){color-scheme:dark;background:#0d1714}
  :root:not([data-theme]) body{background:#0d1714;color:#f2f6f3}
}
:root[data-theme="dark"] .map-status.error{background:#321d1d;color:#ffaaa5}
:root[data-theme="dark"] .car-package-scroll small,
:root[data-theme="dark"] .mobile-car-title p,
:root[data-theme="dark"] .mobile-car-title small,
:root[data-theme="dark"] .car-route-list-mobile small,
:root[data-theme="dark"] .native-info-card p,
:root[data-theme="dark"] .car-booking-check small,
:root[data-theme="dark"] .bundle-trip-card small{color:var(--muted)}
:root[data-theme="dark"] .mobile-car-intro>div>span{color:var(--gold)}
:root[data-theme="dark"] .api-status-card>.ui-icon{color:#ffaaa5}
:root[data-theme="dark"] ::placeholder{color:#879892;opacity:1}


/* AirDag mobile: Services replaces Map in the primary navigation. */
.services-screen{min-height:100%;background:var(--paper)}
.services-hero{padding:22px 16px 18px;background:linear-gradient(180deg,#f1dfba 0,#fff6e5 66%,var(--paper) 100%)}
.services-hero-copy>span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#966822}
.services-hero-copy h1{margin:7px 0 8px;max-width:330px;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500;line-height:1.08;color:var(--green)}
.services-hero-copy p{max-width:360px;margin:0 0 17px;color:#635f54;font-size:12px;line-height:1.55}
.service-featured-card{position:relative;width:100%;min-height:158px;display:grid;grid-template-columns:58px minmax(0,1fr) 22px;align-items:center;gap:13px;padding:17px;border-radius:23px;overflow:hidden;background:linear-gradient(135deg,#0b493e,#176b5b);color:#fff;text-align:left;box-shadow:0 15px 34px rgba(11,73,62,.22)}
.service-featured-card:after{content:"";position:absolute;right:-44px;top:-61px;width:148px;height:148px;border:1px solid rgba(255,255,255,.14);border-radius:50%}
.service-featured-icon{position:relative;z-index:1;width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.13)}
.service-featured-icon .ui-icon{width:31px;height:31px}
.service-featured-copy{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column}
.service-featured-copy small{font-size:9px;font-style:normal;font-weight:900;letter-spacing:.13em;color:#efcf7d}
.service-featured-copy b{margin-top:6px;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;line-height:1.1}
.service-featured-copy em{margin-top:5px;color:rgba(255,255,255,.75);font-size:11px;font-style:normal;line-height:1.35}
.service-featured-copy strong{margin-top:11px;font-size:11px;font-weight:850;color:#fff}
.service-featured-arrow{position:relative;z-index:1;display:grid;place-items:center}
.service-featured-arrow .ui-icon{width:22px;height:22px}
.services-catalog{padding-top:12px}
.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.service-category-card{position:relative;min-height:166px;display:flex;flex-direction:column;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:19px;background:var(--surface);text-align:left;box-shadow:0 7px 20px rgba(25,56,48,.055)}
.service-category-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--green-3);color:var(--green)}
.service-category-icon .ui-icon{width:23px;height:23px}
.service-category-card i{position:absolute;right:11px;top:12px;padding:5px 7px;border-radius:999px;background:#fff4d7;color:#8a6424;font-size:8px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.service-category-card b{margin-top:16px;font-size:14px;line-height:1.2}
.service-category-card small{margin-top:6px;color:var(--muted);font-size:10px;line-height:1.4}
.services-note{padding-top:5px;padding-bottom:27px}
.services-note>div{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid rgba(11,73,62,.12);border-radius:17px;background:#f4faf7;color:var(--green)}
.services-note .ui-icon{flex:0 0 auto;width:25px;height:25px}
.services-note span{display:flex;flex-direction:column;min-width:0}
.services-note b{font-size:11px}
.services-note small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4}
.services-inline-back{display:inline-flex;align-items:center;gap:5px;margin:0 0 12px;color:var(--green);font-size:12px;font-weight:850}
.services-inline-back .ui-icon{width:18px;height:18px}
.services-car-screen{padding-top:13px}
.service-coming-sheet{text-align:center}
.service-coming-sheet>span{width:68px;height:68px;display:grid;place-items:center;margin:2px auto 15px;border-radius:22px;background:var(--green-3);color:var(--green)}
.service-coming-sheet>span .ui-icon{width:34px;height:34px}
.service-coming-sheet h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500;color:var(--green)}
.service-coming-sheet>p{margin:9px auto 16px;max-width:330px;color:var(--muted);font-size:12px;line-height:1.55}
.service-coming-sheet>div{display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:11px 12px;border-radius:14px;background:var(--soft);text-align:left;color:var(--green)}
.service-coming-sheet>div .ui-icon{flex:0 0 auto;width:21px;height:21px}
.service-coming-sheet>div small{color:var(--muted);font-size:10px;line-height:1.4}
@media(max-width:350px){.services-grid{grid-template-columns:1fr}.service-category-card{min-height:128px}.service-featured-card{grid-template-columns:50px minmax(0,1fr) 18px;padding:14px}.service-featured-icon{width:50px;height:50px}.service-featured-copy b{font-size:19px}}
:root[data-theme="dark"] .services-hero{background:linear-gradient(180deg,#2a2419 0,#171c17 68%,var(--paper) 100%)}
:root[data-theme="dark"] .services-hero-copy>span{color:var(--gold)}
:root[data-theme="dark"] .services-hero-copy p{color:var(--muted)}
:root[data-theme="dark"] .service-featured-card{background:linear-gradient(135deg,#194f42,#176b5b);box-shadow:0 16px 36px rgba(0,0,0,.3)}
:root[data-theme="dark"] .service-category-card{background:var(--surface);box-shadow:0 8px 22px rgba(0,0,0,.18)}
:root[data-theme="dark"] .service-category-card i{background:#352c1a;color:#f0c76d}
:root[data-theme="dark"] .services-note>div{background:#14261f;border-color:var(--line)}

/* AirDag 11: native-feeling gestures and non-selectable controls. */
.bottom-nav,
.bottom-nav *,
button,
[role="button"],
.sheet-handle,
.sheet-header,
.mobile-tab {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.bottom-nav { touch-action: manipulation; }
.bottom-sheet.dragging { transition: none !important; will-change: transform; }
.sheet-handle { touch-action: none; cursor: grab; }
.sheet-header { touch-action: pan-y; }
.detail-gallery-track,
.mobile-car-gallery { touch-action: pan-x; scroll-snap-stop: always; }
.detail-gallery-track img,
.mobile-car-gallery img { scroll-snap-stop: always; }

/* AirDag 11.2.3 legal documents and separate consents */
.optional-legal-check{padding:10px 11px;border:1px dashed var(--line);border-radius:14px;background:var(--soft)}
.mobile-legal-copy{display:block;color:var(--ink);font-size:12px;line-height:1.65}.mobile-legal-copy h2{font-size:18px;margin:22px 0 8px}.mobile-legal-copy h3{font-size:15px;margin:18px 0 7px}.mobile-legal-copy p{margin:8px 0}.mobile-legal-copy ul,.mobile-legal-copy ol{padding-left:20px}.mobile-legal-copy li{margin:5px 0}.mobile-legal-copy a{color:var(--brand);font-weight:750;overflow-wrap:anywhere}.mobile-legal-copy dl{display:grid;gap:8px}.mobile-legal-copy dl>div{padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.mobile-legal-copy dt{font-size:9px;text-transform:uppercase;color:var(--muted);font-weight:850}.mobile-legal-copy dd{margin:3px 0 0}.mobile-legal-copy .legal-operator-card{padding:14px;border-radius:17px;background:var(--soft)}.legal-mobile-version{padding:9px 11px;margin-bottom:12px;border-radius:12px;background:var(--soft);font-size:10px;color:var(--muted);font-weight:800}.legal-required{color:var(--danger);font-weight:850}
@media(prefers-color-scheme:dark){.mobile-legal-copy dl>div{background:#1e2d27}.optional-legal-check,.mobile-legal-copy .legal-operator-card,.legal-mobile-version{background:rgba(255,255,255,.05)}}



.mobile-demo-banner{display:grid;gap:4px;padding:11px 12px;border-radius:12px;background:#fff1bd;color:#5d4300;font-size:12px;line-height:1.4;margin-bottom:12px}.mobile-demo-banner b{font-size:13px}.mobile-demo-banner span{font-weight:650}

/* Booking actions stay separated on narrow screens. */
.booking-trip-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));}
.booking-trip-actions button{min-width:0!important;min-height:46px;padding:7px 8px!important;white-space:normal!important;line-height:1.2;border-left:0!important;border-top:1px solid var(--line);}
.booking-trip-actions button:nth-child(even){border-left:1px solid var(--line)!important;}
.booking-trip-actions .trip-pay-action{background:var(--green);color:#fff;}
@media(max-width:340px){.booking-trip-actions{grid-template-columns:1fr}.booking-trip-actions button:nth-child(even){border-left:0!important;}}

/* AirDag 11.7.3: calmer combined-trip card. */
.bundle-trip-card{
  padding:12px;
  border-radius:20px;
}
.bundle-trip-card .bundle-trip-media{
  margin-bottom:12px;
}
.bundle-trip-heading{
  margin:9px 0 6px;
  color:var(--ink);
  font-size:17px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
.bundle-trip-meta{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.bundle-trip-card .bundle-trip-statuses{
  margin-top:10px;
}
.bundle-trip-card .trip-payment-mobile{
  margin-top:11px;
}
.bundle-trip-card .trip-card-actions{
  margin:12px -12px -12px;
}
@media(max-width:360px){
  .bundle-trip-card .trip-card-actions{
    grid-template-columns:1fr;
  }
  .bundle-trip-card .trip-card-actions button:nth-child(even){
    border-left:0;
  }
}

/* AirDag v12.4.2 - low-friction host onboarding shared by mobile web and native app. */
.host-onboarding-mobile{display:grid;gap:16px}.host-easy-note-mobile{padding:14px 15px;border-radius:17px;border:1px solid var(--line);background:#eef6f1}.host-easy-note-mobile b{display:block;color:var(--green);font-size:14px}.host-easy-note-mobile p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.host-easy-note-mobile.compact{padding:12px 13px}.host-assisted-mobile{display:grid;gap:10px;padding:15px;border-radius:18px;border:1px solid #ead8b8;background:#fff7e8}.host-assisted-mobile b{font-size:14px}.host-assisted-mobile p{margin:4px 0 0;font-size:11px;color:var(--muted);line-height:1.45}
.mobile-choice-fieldset{border:0;padding:0;margin:0;min-width:0}.mobile-choice-fieldset legend{margin-bottom:9px;font-size:12px;font-weight:850}.mobile-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-choice-grid.rent,.mobile-choice-grid.one{grid-template-columns:1fr}.mobile-choice-card{position:relative;display:grid;gap:4px;min-height:82px;padding:11px 10px 10px 34px;border:1px solid var(--line);border-radius:14px;background:#fff}.mobile-choice-card>input{position:absolute;left:10px;top:12px;width:17px;height:17px;accent-color:var(--green)}.mobile-choice-card>span{font-size:23px}.mobile-choice-card b{font-size:11px}.mobile-choice-card small{font-size:9px;line-height:1.35;color:var(--muted)}.mobile-choice-card:has(input:checked){border-color:var(--green);background:#f2f8f4;box-shadow:0 0 0 2px rgba(11,73,62,.08)}.mobile-choice-card.compact{min-height:68px}.mobile-host-step-title{display:grid;gap:4px;margin-bottom:3px}.mobile-host-step-title small{font-size:9px;letter-spacing:1.1px;color:var(--terracotta);font-weight:900}.mobile-host-step-title h3{margin:0!important}.mobile-host-step-title p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}
.wizard-sheet .mobile-wizard-progress{grid-template-columns:repeat(6,1fr)}.wizard-sheet .mobile-wizard-progress button{min-width:0}.wizard-sheet .mobile-wizard-progress b{width:25px;height:25px}.wizard-sheet .mobile-wizard-progress span{font-size:7px;white-space:nowrap}.wizard-sheet .mobile-wizard-progress button:not(:last-child):after{left:61%;width:78%;top:12px}
.mobile-inline-input{display:grid;grid-template-columns:1fr auto;gap:7px}.mobile-inline-input input{min-width:0}.mobile-check-helper{grid-column:1/-1;min-height:38px;padding:8px 10px;border:1px dashed var(--green);border-radius:10px;background:#f2f8f4;color:var(--green);font-size:10px;font-weight:850}.mobile-photo-guide{display:flex;flex-wrap:wrap;gap:6px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.mobile-photo-guide b{width:100%;font-size:11px}.mobile-photo-guide span{padding:6px 8px;border-radius:999px;background:var(--paper);font-size:9px}.mobile-host-advanced{padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.mobile-host-advanced summary{font-size:10px;font-weight:850;color:var(--green)}.mobile-host-advanced[open] summary{margin-bottom:10px}.mobile-host-price-guide{display:grid;gap:3px;padding:12px 13px;border:1px solid rgba(11,73,62,.15);border-radius:15px;background:#f0f7f3}.mobile-host-price-guide small{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted)}.mobile-host-price-guide b{font-size:19px;color:var(--green)}.mobile-host-price-guide span{font-size:9px;color:var(--muted)}.mobile-price-control{display:grid;grid-template-columns:44px 1fr 44px;gap:7px;align-items:center}.mobile-price-control button{min-height:45px;padding:0;font-size:22px}.mobile-price-control input{text-align:center;font-weight:850;font-size:17px}.mobile-host-review-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:10px 0}.mobile-host-review-card>div span{padding:9px 6px;border-radius:11px;background:var(--soft);text-align:center;font-size:8px}.mobile-host-review-card>div b{display:block;font-size:12px;color:var(--green)}.host-help-note{display:grid;gap:4px;padding:11px 12px;border-radius:12px;background:#f0f7f3;font-size:10px}.host-help-note span{color:var(--muted);line-height:1.4}
@media(max-width:360px){.mobile-choice-grid{grid-template-columns:1fr}.wizard-sheet .mobile-wizard-progress span{display:none}.wizard-sheet .mobile-wizard-progress b{width:28px;height:28px}}
:root[data-theme="dark"] .host-easy-note-mobile,:root[data-theme="dark"] .mobile-host-price-guide,:root[data-theme="dark"] .mobile-choice-card:has(input:checked),:root[data-theme="dark"] .host-help-note{background:#18322a}:root[data-theme="dark"] .host-assisted-mobile{background:#332a1c;border-color:#5a4a2d}

/* v12.4.2 — simplified host home */
.host-easy-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.host-easy-action-grid button{min-height:88px;text-align:left;display:flex;align-items:flex-start;gap:10px;padding:14px}
.host-easy-action-grid button>span{display:flex;flex-direction:column;gap:3px;min-width:0}
.host-easy-action-grid button b{font-size:15px;line-height:1.25}
.host-easy-action-grid button small{font-size:12px;line-height:1.3;opacity:.74;font-weight:500}
.host-help-link{width:100%;border:0;background:transparent;text-decoration:underline;text-underline-offset:3px;padding:13px 8px 0;font:inherit;font-weight:700;cursor:pointer}
#host-my-listings,#host-new-requests{scroll-margin-top:82px}
@media(max-width:390px){.host-easy-action-grid{grid-template-columns:1fr}.host-easy-action-grid button{min-height:72px}}

/* AirDag 12.5 marketplace trust and structured stay details */
.mobile-bed-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.mobile-bed-grid label{display:grid;gap:6px}.mobile-verified-object{display:inline-flex;margin:8px 0;padding:7px 10px;border-radius:999px;background:#edf8f3;color:#0b5b43;font-weight:800;font-size:13px}.mobile-rating-categories{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.mobile-rating-categories span{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:12px;background:var(--surface-soft,#f4f6f5)}.mobile-private-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.mobile-private-media-button{min-height:48px;padding:9px;border:1px solid var(--line);border-radius:12px;background:var(--paper);font:inherit;font-weight:800;color:var(--green)}.mobile-private-preview{display:block;width:100%;max-height:min(62vh,620px);object-fit:contain;border-radius:16px;background:#101412}.mobile-arrival-card{display:grid;gap:8px}.mobile-arrival-card hr{width:100%;border:0;border-top:1px solid var(--line,#e5e8e7)}
@media(max-width:370px){.mobile-bed-grid,.mobile-rating-categories{grid-template-columns:1fr}.mobile-private-media{grid-template-columns:1fr 1fr}}

/* v12.5.2 identity verification: two explicit private photos, no raw file input UI. */
.identity-verification-form{gap:14px}.identity-verification-intro{display:grid;gap:5px;padding:14px 15px;border:1px solid #d7e5e0;border-radius:16px;background:#f5faf8}.identity-verification-intro b{font-size:16px;color:var(--ink)}.identity-verification-intro span{font-size:13px;line-height:1.4;color:var(--muted)}.identity-upload-card{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:15px;border:1px solid var(--line);border-radius:18px;background:var(--surface);cursor:pointer;-webkit-tap-highlight-color:transparent}.identity-upload-card:focus-within{outline:3px solid rgba(11,73,62,.15);outline-offset:2px}.identity-upload-card.selected{border-color:#89b7a8;background:#f7fbf9}.identity-upload-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.identity-upload-number{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green-3);color:var(--green);font-size:16px;font-weight:900}.identity-upload-copy{display:grid;gap:6px;min-width:0}.identity-upload-copy>b{font-size:16px;color:var(--ink)}.identity-upload-copy>small{font-size:13px;line-height:1.42;color:var(--muted)}.identity-upload-action{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:3px;padding:9px 12px;border-radius:12px;background:var(--green);color:#fff;font-size:14px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-upload-card.selected .identity-upload-action{background:var(--green-3);color:var(--green)}.identity-privacy-note{margin:0;padding:12px 13px;border-radius:14px;background:#f4f5f1;color:#56635e;font-size:12.5px;line-height:1.42}
.staff-account-note{margin:12px 16px 0;padding:13px 14px;border:1px solid var(--line);border-radius:17px;background:var(--soft);color:var(--muted);font-size:11px;line-height:1.5}
:root[data-theme="dark"] .staff-account-note{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.09)}

.service-featured-card.staff-disabled{opacity:.72;cursor:not-allowed}.service-featured-card.staff-disabled .service-featured-arrow{color:var(--muted)}

/* Ownership/developer attribution: informational, not promotional. */
.app-about-summary{padding:16px 14px;border-bottom:1px solid var(--line);display:grid;gap:12px}
.app-about-summary strong{font-size:17px}.app-about-summary small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.app-about-summary dl{display:grid;gap:8px;margin:0}.app-about-summary dl>div{display:grid;grid-template-columns:minmax(110px,.85fr) minmax(0,1.15fr);gap:12px;align-items:start}
.app-about-summary dt{font-size:10px;color:var(--muted)}.app-about-summary dd{margin:0;font-size:11px;font-weight:750;text-align:right;overflow-wrap:anywhere}
.about-developer-link{display:inline;padding:0;border:0;background:none;color:var(--brand);font:inherit;font-weight:850;text-decoration:underline;text-underline-offset:2px}
:root[data-theme="dark"] .app-about-summary{border-color:#263a34}
