@keyframes spin{to{transform:rotate(360deg)}}@keyframes kenBurnsZoomIn{0%{transform:scale(1) translate(0)}to{transform:scale(1.14) translate(-2%,-2%)}}@keyframes kenBurnsZoomOut{0%{transform:scale(1.14) translate(2%,2%)}to{transform:scale(1) translate(0)}}@keyframes kenBurnsPanLeft{0%{transform:scale(1.1) translate(4%)}to{transform:scale(1.1) translate(-4%)}}@keyframes kenBurnsPanRight{0%{transform:scale(1.1) translate(-4%)}to{transform:scale(1.1) translate(4%)}}.postKenBurns{animation:kenBurnsZoomIn 9s ease-in-out infinite alternate;will-change:transform}.experienceCard{display:flex;flex-direction:column;height:100%;min-height:0}@media(max-width:600px){.experienceCard{min-height:0;height:100%;border-radius:0}.experienceCard .carousel{min-height:60vh;max-height:70vh;height:60vh}.experienceCard .overlay{margin-top:auto;padding-bottom:22px;padding-right:96px;position:relative;background:linear-gradient(0deg,#00000061,#0000)}}.photosRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.photoThumb{position:relative;width:72px;height:72px;border-radius:10px;overflow:hidden;background:#f4f6fb;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.photoThumb img{width:100%;height:100%;object-fit:cover;display:block}.photoThumb .removeBtn{position:absolute;top:2px;right:2px;background:#00000080;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.photoThumb.uploading{display:flex;align-items:center;justify-content:center;color:#888;font-size:13px;background:#e5e7eb}:root{--bg: #f4f6fb;--card: #ffffff;--text: #0f172a;--muted: #64748b;--line: rgba(15, 23, 42, .12);--brand: #0066ff;--shadow: 0 10px 30px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body{height:100%}#root{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}.appShell{min-height:100vh;display:flex;justify-content:center;padding:18px 12px}.phone{width:min(520px,100%);background:#fff9;border:1px solid var(--line);border-radius:18px;overflow:clip;box-shadow:var(--shadow);display:flex;flex-direction:column}html.savedSnapActive{scroll-snap-type:y mandatory}.topBar{position:sticky;top:0;z-index:10;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px;background:#ffffffeb;overflow-x:hidden;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brandRow{display:flex;gap:10px;align-items:center;min-width:0;flex:1 1 auto}.brandName{margin:0;font-weight:900;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logoPin{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;position:relative;background:#0066ff14;border:1px solid rgba(0,102,255,.2)}.pinDot{width:14px;height:14px;border-radius:999px;background:#ff2d2d}.pinTail{position:absolute;width:12px;height:6px;background:#ff2d2d;border-radius:0 0 10px 10px;transform:translate(8px,10px) rotate(20deg);opacity:.95}.small{font-size:13px}.dim{color:#ffffffd9}.topBar .dim{color:var(--muted)}.modeSwitch{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}.profileBtn{flex:0 0 auto}.btnPrimary{width:100%;border:0;background:var(--brand);color:#fff;padding:12px;border-radius:14px;font-weight:900}.btnGhost{border:1px solid var(--line);background:#ffffffe6;padding:10px;border-radius:14px;font-weight:900}.pillBtn{background:none;border:none;color:#222;font-size:15px;font-weight:400;padding:0 8px 6px;border-radius:0;position:relative;transition:color .18s,border-color .18s;outline:none;box-shadow:none;margin:0 2px;height:36px;display:flex;align-items:center;background-color:transparent;border-bottom:2.5px solid transparent;cursor:pointer}.becomeHostLink{color:#222;font-size:15px;font-weight:400;background:none;border:none;padding:0 8px 6px;border-radius:0;border-bottom:2.5px solid transparent;cursor:pointer;transition:color .18s,border-color .18s;text-decoration:none}.becomeHostLink:hover,.becomeHostLink:focus{color:#f60;border-bottom:2.5px solid #ff6600;text-decoration:none}.pillOn{color:#06f;border-bottom:2.5px solid #0066ff;background:none}.pillBtn:not(.pillOn):hover{color:#f60;border-bottom:2.5px solid #ff6600}.pillBtn:not(.pillOn){border-bottom:2.5px solid transparent;color:#222}.tabUnderline{display:none}.screen{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:12px}.screenNoPad{flex:1 1 auto;min-height:0;padding:0}#mainScroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.hero{padding:18px 8px 8px}.card{background:#ffffffeb;border:1px solid var(--line);border-radius:16px;padding:12px;margin:10px 0;box-shadow:0 10px 22px #0000000f}.cardLite{background:#ffffffbf;border:1px solid var(--line);border-radius:16px;padding:12px;margin:10px 0}.field{display:grid;gap:6px;margin:10px 0}.field>span{font-size:13px;color:var(--muted);font-weight:900}input,textarea,select{width:100%;border:1px solid var(--line);background:#ffffffe6;padding:10px;border-radius:12px;outline:none;font:inherit}textarea{resize:vertical}button{cursor:pointer}.seg{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.segBtn{border:1px solid var(--line);background:#ffffffe6;padding:10px;border-radius:14px;font-weight:900}.segOn{border-color:#0066ff80;background:#0066ff1f}.rowBetween{display:flex;justify-content:space-between;align-items:center;gap:10px}.h2{font-weight:950;font-size:18px;margin:0 0 6px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);background:#ffffffe6;padding:8px 10px;border-radius:999px;font-weight:900}.chipOn{border-color:#0066ff80;background:#0066ff1f}.tabs4{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.tab{border:1px solid var(--line);background:#ffffffe6;padding:10px;border-radius:14px;font-weight:900;font-size:11.9px}.tabOn{border-color:#0066ff80;background:#0066ff1f}.subTop{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;background:#ffffffeb;border-bottom:1px solid var(--line)}.subTabs{display:flex;gap:8px;align-items:center}.subTabsCentered{justify-content:center;width:100%;margin:0 auto 4px}.feed{flex:1 1 auto;min-height:0;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:12px}.pageBody{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.snap{scroll-snap-align:start;margin-bottom:12px}.feedCard{position:relative;border-radius:0;overflow:hidden;border:1px solid var(--line);background:#e5e7eb;box-shadow:0 18px 40px #00000014;display:flex;flex-direction:column;height:100%;min-height:100vh;max-height:100vh}.carousel{flex:1 1 auto;height:60vh;min-height:60vh;max-height:70vh;background:#e5e7eb}@media(max-width:600px){.feedCard{min-height:100vh;max-height:100vh;height:100vh;border-radius:0}.carousel{min-height:60vh;max-height:70vh;height:60vh}.overlay{margin-top:auto;padding-bottom:22px;padding-right:96px;position:relative;background:linear-gradient(0deg,#00000061,#0000)}}.heroImg{width:100%;height:100%;object-fit:cover;display:block}.carControls{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.carBtn{border:0;background:#ffffffe0;width:38px;height:38px;border-radius:999px;font-weight:950;font-size:20px}.dots{flex:1;display:flex;justify-content:center;gap:6px}.dot{width:7px;height:7px;border-radius:999px;background:#ffffff80}.dotOn{background:#fffffff2}.overlay{position:absolute;left:0;right:0;bottom:0;padding:12px;background:linear-gradient(to top,#0f172ad1,#0f172a33,#0f172a00);color:#fff}.title{font-weight:950;font-size:18px}.sub{font-weight:800;font-size:13px;opacity:.92;margin-top:2px}.caption{margin-top:10px;font-weight:650;line-height:1.35}.status{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff24;font-weight:950;font-size:12px}.status.ACTIVE{background:#22c55e38}.status.INACTIVE{background:#ef444433}.status.PREVIEW{background:#fbbf2438}.tagRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.18);font-weight:900;font-size:12px}.actions4{margin-top:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.btnGhost{text-align:center;text-decoration:none}.btnGhost.on{border-color:#0066ff80;background:#0066ff38;color:#fff}.list{display:grid;gap:10px;margin-top:10px}.listItem{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ffffffeb}.liTitle{font-weight:950}.liBtns{display:flex;gap:8px;flex-wrap:wrap}.empty{padding:20px 12px;text-align:center}.emptyTitle{font-weight:500;font-size:18px;margin-bottom:6px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:#0f172aeb;color:#fff;padding:10px 14px;border-radius:999px;font-weight:900;z-index:1100;max-width:92vw;text-align:center}.modalBg{position:fixed;inset:0;background:#0f172a8c;display:grid;place-items:center;z-index:999;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))}.modal{width:min(520px,100%);max-height:calc(100dvh - 28px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fffffff2;border:1px solid var(--line);border-radius:18px;padding:12px}.hostProfileScreen{background:radial-gradient(circle at top left,rgba(255,122,24,.14),transparent 34%),radial-gradient(circle at top right,rgba(0,102,255,.14),transparent 30%),linear-gradient(180deg,#f6f7fb,#eef3f8)}.hostHeroCard{position:relative;min-height:420px;border-radius:0;overflow:hidden;margin-bottom:18px;background:#0f172a;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px #0f172a24}.hostHeroImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hostHeroShade{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a2e,#0f172a7a 40%,#0f172ae0),linear-gradient(135deg,rgba(255,122,24,.18),transparent 45%)}.hostHeroTopRow{position:relative;z-index:2;display:flex;justify-content:space-between;gap:10px;padding:16px}.hostGlassBtn{border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#fff;padding:10px 14px;border-radius:999px;font-weight:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hostHeroContent{position:relative;z-index:2;display:grid;align-content:end;gap:14px;min-height:420px;padding:22px}.hostKicker{color:#ffffffc7;font-size:12px;font-weight:900;letter-spacing:.16em}.hostIdentityRow{display:flex;gap:14px;align-items:flex-end}.hostProfileAvatar{width:86px;height:86px;border-radius:24px;object-fit:cover;background:#ffffff24;border:2px solid rgba(255,255,255,.38);box-shadow:0 10px 28px #0f172a47;flex-shrink:0}.hostIdentityMeta{min-width:0;color:#fff}.hostProfileName{font-size:clamp(28px,6vw,38px);line-height:.96;font-weight:950;letter-spacing:-.03em}.hostProfileHandle{margin-top:6px;color:#ffffffd1;font-size:13px;font-weight:800}.hostProfileBio{margin-top:10px;max-width:560px;color:#ffffffeb;font-size:14px;line-height:1.45}.hostStatsRow{display:flex;gap:10px;flex-wrap:wrap}.hostStatPill{min-width:92px;padding:10px 12px;border-radius:18px;background:#ffffff24;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.hostStatPill strong{display:block;font-size:18px;font-weight:950}.hostStatPill span{display:block;margin-top:2px;font-size:12px;color:#ffffffc7;font-weight:800}.hostProfileActions{display:flex;gap:10px}.hostHeroVibes{display:flex;gap:8px;flex-wrap:wrap}.hostHeroChip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:900}.hostSectionBlock{margin-top:10px}.hostFeatureStay{position:relative;width:100%;min-height:340px;border:0;border-radius:0;overflow:hidden;padding:0;background:#dbe4ef;text-align:left;box-shadow:0 18px 42px #0f172a1f}.hostFeatureStayImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hostFeatureStayShade{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a1a,#0f172abf 78%,#0f172aeb)}.hostFeatureStayContent{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:end;min-height:340px;padding:18px;color:#fff}.hostFeatureStayMeta{font-size:12px;font-weight:900;letter-spacing:.1em;opacity:.84}.hostFeatureStayTitle{margin-top:8px;font-size:clamp(24px,5.8vw,34px);line-height:1;font-weight:950;letter-spacing:-.03em}.hostFeatureStayCopy{margin-top:10px;max-width:540px;font-size:14px;line-height:1.5;color:#ffffffe0}.hostFeatureStayFooter{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}.hostFeatureStayPrice{font-size:13px;font-weight:900;color:#fff}.hostMomentsRow{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:12px;overflow-x:auto;padding-bottom:4px}.hostMomentCard{position:relative;min-height:220px;border-radius:0;overflow:hidden;background:#dbe4ef;box-shadow:0 14px 34px #0f172a1a}.hostMomentImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hostMomentShade{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a0a,#0f172ab3)}.hostMomentCaption{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:14px;color:#fff;font-size:13px;font-weight:700;line-height:1.35}.hostListingRow{box-shadow:0 10px 26px #0f172a0f}.hostMiniStayGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hostMiniStayCard{border:1px solid var(--line);border-radius:0;overflow:hidden;padding:0 0 12px;background:#ffffffeb;text-align:left;box-shadow:0 12px 30px #0f172a14}.hostMiniStayImage{width:100%;height:160px;object-fit:cover;display:block;background:#dbe4ef}.hostMiniStayMeta,.hostMiniStayTitle{padding-left:12px;padding-right:12px}.hostMiniStayMeta{padding-top:10px;font-size:12px;font-weight:900;color:#64748b}.hostMiniStayTitle{padding-top:4px;font-size:15px;font-weight:900;color:#0f172a}.bottomNav{position:sticky;bottom:0;z-index:50;display:flex;flex-direction:column;background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 4px env(safe-area-inset-bottom,4px);flex-shrink:0}.bottomNavRow{display:flex;align-items:stretch;width:100%}.bottomNavLinks{display:flex;justify-content:center;align-items:center;gap:16px;padding:4px 0 5px;border-top:1px solid #f1f5f9}.bottomNavLinks a{font-size:10px;color:#9ca3af;text-decoration:none;font-weight:500;letter-spacing:.2px}.bottomNavLinks a:hover{color:#6b7280}.bottomNavTab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px;padding:10px 0 6px;background:none;border:none;cursor:pointer;color:#aaa;font-size:10px;font-weight:600;letter-spacing:.2px;transition:color .15s;line-height:1}.bottomNavTab.navActive{color:#06f}.bottomNavTab svg{width:22px;height:22px;flex-shrink:0;margin-bottom:1px}.bottomNavCreateBtn{width:30px;height:30px;background:#06f;border-radius:9px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0066ff59;margin-bottom:1px;transition:transform .12s,box-shadow .12s}.bottomNavCreateBtn:active{transform:scale(.93);box-shadow:0 1px 6px #0066ff4d}.bottomNavCreateBtn svg{width:22px;height:22px;color:#fff}@media(max-width:600px){.appShell{padding:0!important;min-height:100vh}.phone{max-width:100vw!important;border-radius:0!important;box-shadow:none!important;border:none!important;height:100dvh;max-height:100dvh}.topBar{padding:8px!important;gap:6px!important}.card,.cardLite{margin:6px 0!important;padding:8px!important;border-radius:10px!important}.field{margin:6px 0!important;gap:4px!important}input,textarea,select{font-size:15px!important;padding:8px!important}.btnPrimary,.btnGhost{padding:10px!important;font-size:11.9px!important;border-radius:10px!important}.pillBtn{flex:1 1 0;white-space:nowrap;margin:0;min-height:auto!important;padding:0 0 6px!important;font-size:11px!important;line-height:1.15;border-radius:0!important;text-align:center;justify-content:center}.subTop{padding:8px!important}.subTabs{gap:0}.brandName{font-size:18px!important}.logoPin{width:24px!important;height:24px!important}.hostHeroCard{min-height:460px;border-radius:0}.hostHeroContent{min-height:460px;padding:18px}.hostIdentityRow,.hostProfileActions{flex-direction:column;align-items:stretch}.hostProfileAvatar{width:78px;height:78px;border-radius:20px}.hostMiniStayGrid{grid-template-columns:1fr}.hostFeatureStay,.hostFeatureStayContent{min-height:300px}.hostMomentsRow{grid-auto-columns:74%}}@media(max-width:420px){.topBar{gap:8px!important}.brandRow{gap:8px}.brandRow>div{min-width:0}.topBar .small{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modeSwitch{gap:6px;flex-wrap:nowrap}.modeSwitch .pillBtn{font-size:12px!important;padding:0 0 6px!important;white-space:nowrap}.profileBtn{margin-left:4px!important;width:34px!important;height:34px!important}.profileBtn img{width:30px!important;height:30px!important}}
