:root{--brand:#5e17eb;--text-heading:#0f172a;--text-muted:#64748b;--border:#e8e4f0;--surface:#fff;--bg:#fff;--input-bg:#fff;--code-bg:#f4f2fb;--accent:var(--brand);--accent-border:#5e17eb59;--accent-bg:#5e17eb14;--danger:#dc2626;--shadow:0 10px 15px -3px #5e17eb14, 0 4px 6px -2px #0f172a0a;color:var(--text-muted);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:var(--bg);-webkit-tap-highlight-color:transparent;min-height:100dvh;margin:0}#root{min-height:100svh}h1{letter-spacing:-.03em;color:var(--text-heading);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}a{color:inherit}.page-hero{text-align:center;padding:2rem 0 3rem}.page-hero h1{margin-bottom:.75rem}.lead{color:var(--text-muted);max-width:36rem;margin:0 auto;line-height:1.5}.lead a{color:var(--accent)}.page-narrow{max-width:420px;margin:0 auto}.page-narrow.wide{max-width:560px}.page-narrow h1,.page-narrow.wide h1{margin-top:0}.form-card{text-align:left;flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.phone-form{gap:1.25rem}.phone-form-label{margin:0}.phone-form-continue{margin-top:.25rem}.link-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.link-button:hover{color:var(--text-heading)}.form-card label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.form-card input,.form-card select,.form-card textarea{border:1px solid var(--border);background:var(--input-bg);color:var(--text-heading);font:inherit;border-radius:8px;padding:.6rem .75rem}.form-card textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.optional{opacity:.8;font-weight:400}.form-error{color:var(--danger);margin:0;font-size:.9rem}.filters{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.filters label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.filters input{border:1px solid var(--border);background:var(--input-bg);min-width:120px;color:var(--text-heading);font:inherit;border-radius:8px;padding:.5rem .65rem}.filter-actions{gap:.5rem;display:flex}.listing-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.listing-card{color:inherit;border:1px solid var(--border);background:var(--surface);border-radius:12px;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:block;overflow:hidden}.listing-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow)}.listing-card-image{aspect-ratio:4/3;background:var(--code-bg)}.listing-card-image img{object-fit:cover;width:100%;height:100%;display:block}.listing-card-placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.listing-card-body{text-align:left;padding:1rem}.listing-card-body h2{color:var(--text-heading);margin:0 0 .35rem;font-size:1.05rem}.listing-meta,.listing-host{color:var(--text-muted);margin:0;font-size:.88rem}.listing-detail .back-link{color:var(--accent);margin-bottom:1rem;font-size:.95rem;text-decoration:none;display:inline-block}.listing-detail h1{margin:0 0 .5rem}.listing-detail-price{color:var(--text-heading);margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.listing-detail-price .per{color:var(--text-muted);font-size:1rem;font-weight:400}.listing-detail-loc{color:var(--text-muted);margin:0 0 1.5rem}.listing-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:2rem;display:grid}.listing-gallery img{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:100%;height:180px}.listing-description h2,.contact-card h2{margin:0 0 .5rem;font-size:1.1rem}.description-text{white-space:pre-wrap;color:var(--text-muted);line-height:1.55}.contact-card{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;margin-top:2rem;padding:1.25rem}.contact-list{color:var(--text-muted);margin:0;padding-left:1.1rem}.contact-list a{color:var(--accent)}.btn{font:inherit;cursor:pointer;box-sizing:border-box;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.55rem 1rem;font-size:.95rem;text-decoration:none;display:inline-flex}.btn.full{width:100%}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.primary:hover{filter:brightness(1.05)}.btn.primary:disabled{opacity:.65;cursor:not-allowed}.btn.secondary{color:var(--accent);border-color:var(--accent-border);background:0 0}.btn.secondary:hover{background:var(--accent-bg)}.btn.ghost{color:var(--text-muted);border-color:var(--border);background:0 0}.btn.ghost:hover{color:var(--text-heading);border-color:var(--text-muted)}.profile-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.profile-card{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;margin-top:1.5rem;padding:1.25rem}.profile-label{color:var(--text-muted);margin:1rem 0 .25rem;font-size:.8rem}.profile-card .profile-label:first-child{margin-top:0}.profile-value{color:var(--text-heading);margin:0;font-size:1rem}.capitalize{text-transform:capitalize}.profile-logout{margin-top:1.5rem}.profile-page.page-narrow,.profile-page.page-narrow.wide{margin-left:0;margin-right:auto}.profile-page .profile-menu{margin-left:0;margin-right:0}.profile-page h1{text-align:left}.info-back{margin:0 0 1rem;font-size:.9rem}.info-back a{color:var(--accent);text-decoration:none}.info-back a:hover{text-decoration:underline}.info-body{color:var(--text-muted);margin-top:1rem;line-height:1.6}.info-body a{color:var(--accent)}.faq-list{margin:0}.faq-list dt{color:var(--text-heading);margin-top:1.25rem;font-weight:600}.faq-list dt:first-child{margin-top:0}.faq-list dd{margin:.35rem 0 0}.layout-body{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.site-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:100;padding:.75rem clamp(1rem,4vw,2rem);position:sticky;top:0}.header-top{align-items:center;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.brand{flex-shrink:0;align-items:center;line-height:0;text-decoration:none;display:inline-flex}.header-nav{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem 1.25rem;display:flex}.header-nav a{color:var(--text-muted);align-items:center;padding:.35rem 0;font-size:.95rem;text-decoration:none;display:inline-flex}.header-nav a:hover,.header-nav a.active{color:var(--accent)}.auth-slot{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.user-name{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.9rem;overflow:hidden}.muted{color:var(--text-muted)}.profile-menu{text-align:left;align-self:flex-start;width:100%;margin-top:1.5rem}.profile-menu-items{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.profile-menu-item{width:100%;margin:0}.profile-menu-link{width:100%;min-height:56px;color:var(--text-heading);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:.875rem;padding:.625rem .5rem .625rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.profile-menu-link:hover,.profile-menu-link:focus-visible{background:var(--accent-bg);color:var(--accent)}.profile-menu-icon{background:var(--accent-bg);width:2.5rem;height:2.5rem;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.profile-menu-link:hover .profile-menu-icon,.profile-menu-link:focus-visible .profile-menu-icon{background:var(--surface);color:var(--accent)}.profile-menu-label{flex:1;min-width:0;line-height:1.3}.profile-menu-chevron{color:var(--text-muted);flex-shrink:0}.profile-menu-link:hover .profile-menu-chevron,.profile-menu-link:focus-visible .profile-menu-chevron{color:var(--accent)}.bottom-nav{z-index:90;min-height:calc(3.5rem + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background:var(--surface);border-top:1px solid var(--border);justify-content:space-around;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0f172a0f}.bottom-nav-item{letter-spacing:.02em;min-height:3.25rem;color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.4rem .25rem;font-size:.7rem;font-weight:600;text-decoration:none;display:flex}.bottom-nav-item>span:last-child{line-height:1.1}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-icon-wrap{width:2.5rem;height:2.5rem;color:var(--text-muted);justify-content:center;align-items:center;transition:color .15s;display:flex}.bottom-nav-item.active .bottom-nav-icon-wrap{color:var(--accent)}.bottom-nav-icon{flex-shrink:0;display:block}.bottom-nav-icon-stroke path,.bottom-nav-icon-stroke circle{fill:none}.bottom-nav-icon-fill{display:none}.bottom-nav-icon-fill path{fill:currentColor}.bottom-nav-item.active .bottom-nav-icon-stroke{display:none}.bottom-nav-item.active .bottom-nav-icon-fill{display:block}.platform-mobile .page-hero{text-align:left;padding:1.5rem 0 2.5rem}.platform-mobile .page-hero h1{font-size:1.65rem;line-height:1.25}.platform-mobile .filters{flex-direction:column;align-items:stretch;gap:.875rem;padding:1rem .875rem}.platform-mobile .filters label{width:100%}.platform-mobile .filters input{width:100%;min-width:0;min-height:48px;font-size:16px}.platform-mobile .filter-actions{width:100%;margin-top:.25rem}.platform-mobile .filter-actions .btn{flex:1;min-height:48px}.platform-mobile .listing-grid{grid-template-columns:1fr;gap:1rem;max-width:32rem;margin-left:auto;margin-right:auto}.platform-mobile .form-row{grid-template-columns:1fr}.platform-mobile .form-card input,.platform-mobile .form-card select,.platform-mobile .form-card textarea{min-height:48px;font-size:16px}.platform-mobile .form-card textarea{min-height:140px}.platform-mobile .listing-detail{max-width:32rem;margin:0 auto}.platform-mobile .listing-detail h1{font-size:1.35rem}.platform-mobile .listing-gallery{grid-template-columns:1fr;max-width:32rem;margin-left:auto;margin-right:auto}.platform-mobile .listing-gallery img{height:min(50vw,240px);max-height:280px}.platform-mobile .btn{min-height:48px}.platform-mobile .profile-page.page-narrow,.platform-mobile .profile-page.page-narrow.wide{width:100%;max-width:none;margin-left:0;margin-right:0}.platform-mobile .profile-page h1{text-align:left}.platform-mobile .profile-menu-link{min-height:56px}.app-shell{flex-direction:column;min-height:100svh;display:flex}.layout-body{width:100%;min-width:0;min-height:0;padding-bottom:calc(3.5rem + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex}.site-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:100;padding:.75rem clamp(.75rem,4vw,1.25rem);padding-top:max(.75rem, env(safe-area-inset-top));padding-left:max(.75rem, env(safe-area-inset-left));padding-right:max(.75rem, env(safe-area-inset-right));position:sticky;top:0}.header-top{justify-content:center;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.brand{align-items:center;min-width:0;line-height:0;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:12rem;height:2.75rem;display:block}.site-main{box-sizing:border-box;flex:1;width:100%;max-width:1100px;margin:0 auto;padding:clamp(1rem,4vw,1.25rem) clamp(1rem,4vw,1.25rem) 1.5rem}.site-footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:1.25rem 1rem;font-size:.85rem}.site-footer p{margin:0}
