@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary-color:#1b75d0;--secondary-green:#0087db;--bg-color:#f8f9fa;--card-bg:#fff;--text-dark:#2d3436;--text-light:#636e72;--danger:#e74c3c;--success:#27ae60;--border-radius-lg:20px;--border-radius-sm:12px;--shadow-sm:0 4px 6px #0000000a;--shadow-md:0 10px 30px #00000014;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-dark);width:100%;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{margin-bottom:1rem;font-weight:600}p{color:var(--text-light)}a{transition:var(--transition);text-decoration:none}::-webkit-scrollbar{display:none!important}*{scrollbar-width:none!important;-ms-overflow-style:none!important}.container{max-width:1250px;margin:0 auto;padding:0 1.5rem 5%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem!important}.mt-1{margin-top:1rem!important}.mt-2{margin-top:2rem!important}.mt-h{margin-top:.5rem!important}.ml-h{margin-left:.5rem!important}.px-1{padding-left:1rem!important;padding-right:1rem!important}.px-h{padding-left:.5rem!important;padding-right:.5rem!important}.p-1{padding:1rem!important}.w-full{width:100%!important}.w-60{width:60px!important}.flex{display:flex!important}.flex-1{flex:1!important}.flex-col{flex-direction:column!important;display:flex!important}.flex-between{justify-content:space-between!important;align-items:center!important;display:flex!important}.gap-h{gap:.5rem!important}.pill{border-radius:50px!important}.hidden{display:none!important}.opacity-7{opacity:.7!important}.border-primary{border:2px solid var(--primary-color)!important}.text-small{font-size:.75rem!important}.text-primary{color:var(--primary-color)!important}.text-success{color:var(--success)!important}.font-bold{font-weight:700!important}.font-xl{font-size:1.5rem!important}#splash-screen{z-index:2000;background:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.splash-logo{height:80px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}header{height:60px;position:absolute;top:0;z-index:2000!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;transition:all .3s!important;display:flex!important;left:0!important;right:0!important}.header-container{justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:1250px!important;margin:0 auto!important;padding:0 1.5rem!important;display:flex!important}.header-transparent{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important}.header-solid{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 4px 20px #0000001a!important}@media (width>=992px){.header-scrolled{-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;background:#000000f2!important;border-bottom:1px solid #ffffff14!important;box-shadow:0 8px 32px #0000004d!important}.header-scrolled .nav-link,.header-scrolled .user-name{color:#fff!important}.header-scrolled .user-avatar{border-color:#fff3!important}}.logo-img{height:30px}.nav-links{align-items:center;gap:.4rem;display:flex}.desktop-nav{align-items:center!important;gap:1.2rem!important;margin-right:1rem!important;display:flex!important}.nav-link{color:var(--text-dark)!important;font-weight:600!important;text-decoration:none!important;transition:color .2s!important}.nav-link.transparent{color:#fff!important;text-shadow:0 1px 4px #0003!important}.auth-section{align-items:center!important;gap:.8rem!important;display:flex!important}.admin-badge-container{position:relative!important}.admin-pending-badge{background:var(--danger)!important;color:#fff!important;z-index:2!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:18px!important;height:18px!important;font-size:.65rem!important;font-weight:800!important;display:flex!important;position:absolute!important;top:-5px!important;right:-5px!important;box-shadow:0 2px 5px #0003!important}.user-info{color:var(--text-dark)!important;align-items:center!important;gap:.5rem!important;font-weight:700!important;text-decoration:none!important;display:flex!important}.user-info.transparent{color:#fff!important;text-shadow:0 1px 4px #0000004d!important}.user-avatar{object-fit:cover!important;border-radius:50%!important;width:32px!important;height:32px!important}.user-avatar.border-light{border:1px solid #fff6!important}.user-avatar.border-primary{border:2px solid var(--primary-color)!important}.nav-btn{transition:var(--transition);border-radius:50px;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:flex!important}.login-btn{background:var(--primary-color)!important;color:#fff!important;padding:.45rem 1.2rem!important}.nav-btn-admin{color:#7b1fa2!important}.user-avatar-mini{object-fit:cover!important;border-radius:50%!important;width:24px!important;height:24px!important}.bottom-nav{display:none!important}@media (display-mode:standalone){.bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2500;width:100%;padding-top:.4rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom));background:#fffffff2;border-top:1px solid #0000000d;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #00000014;display:flex!important}.bottom-nav-item{color:#94a3b8;flex-direction:column;align-items:center;gap:.2rem;min-width:60px;padding:.2rem;font-size:.65rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.bottom-nav-item i{font-size:1.25rem;transition:transform .2s,filter .2s}.bottom-nav-item.active{color:var(--primary-color)}.bottom-nav-item.active i{filter:drop-shadow(0 4px 8px #1b75d04d);transform:translateY(-2px)scale(1.1)}.bottom-nav-item:active i{transform:scale(.9)}}.search-section{background:#fff;border:1px solid #00000008;border-radius:15px;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:2.5rem;padding:.25rem;display:flex;box-shadow:0 5px 20px #0000000a;position:relative!important}.search-actions{z-index:20!important;align-items:center!important;gap:.8rem!important;display:flex!important;position:absolute!important;bottom:-45px!important;left:50%!important;transform:translate(-50%)!important}.btn-primary{background:var(--primary-color)!important;color:#fff!important;cursor:pointer!important;transition:var(--transition)!important;border:none!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;padding:.6rem 1.4rem!important;font-weight:700!important;display:flex!important}.btn-primary:hover{filter:brightness(1.1)!important;transform:translateY(-2px)!important}.btn-search{color:#fff!important;cursor:pointer!important;transition:var(--transition)!important;background:#f39c12!important;border:none!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;padding:.6rem 1.6rem!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 12px #f39c124d!important}.btn-search:hover{background:#e67e22!important;transform:translateY(-2px)!important;box-shadow:0 6px 15px #f39c1266!important}.btn-light{color:#64748b!important;cursor:pointer!important;transition:var(--transition)!important;background:#f1f5f9!important;border:none!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;padding:.6rem 1.4rem!important;font-weight:700!important;display:flex!important}.btn-light:hover{color:#1e293b!important;background:#e2e8f0!important;transform:translateY(-2px)!important}.btn-light.active{background:var(--primary-color)!important;color:#fff!important;box-shadow:0 4px 12px #1b75d04d!important}.btn-call{color:#fff!important;cursor:pointer!important;background:#27ae60!important;border:none!important;border-radius:50px!important;align-items:center!important;gap:10px!important;padding:.8rem 1.5rem!important;font-weight:700!important;transition:all .2s!important;display:inline-flex!important;box-shadow:0 4px 12px #27ae6033!important}.btn-call:hover{filter:brightness(1.05)!important;transform:translateY(-2px)!important}.btn-whatsapp{color:#fff!important;cursor:pointer!important;background:#25d366!important;border:none!important;border-radius:50px!important;align-items:center!important;gap:10px!important;padding:.8rem 1.5rem!important;font-weight:700!important;transition:all .2s!important;display:inline-flex!important;box-shadow:0 4px 12px #25d36633!important}.btn-whatsapp:hover{filter:brightness(1.05)!important;transform:translateY(-2px)!important}.btn-outline{color:var(--primary-color)!important;cursor:pointer!important;background:#fff!important;border:2px solid #e2e8f0!important;border-radius:50px!important;align-items:center!important;gap:10px!important;padding:.8rem 1.5rem!important;font-weight:700!important;transition:all .2s!important;display:inline-flex!important}.btn-outline:hover{border-color:var(--primary-color)!important;background:#f8fafc!important}.btn-owner-whatsapp{color:#fff!important;cursor:pointer!important;background:#25d366!important;border:none!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:800!important;transition:all .3s!important;display:flex!important}.btn-owner-whatsapp:hover{background:#1da851!important;transform:translateY(-2px)!important}.btn-owner-call{background:var(--primary-color)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:50px!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:800!important;transition:all .3s!important}.btn-owner-call:hover{background:#155fa8!important;transform:translateY(-2px)!important}.btn-danger{background:var(--danger)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:50px!important;padding:.6rem 1.2rem!important;font-weight:700!important;transition:all .2s!important}.btn-danger:hover{filter:brightness(1.1)!important;box-shadow:0 4px 12px #e74c3c33!important}.btn-success{background:var(--success)!important;color:#fff!important;border:none!important;border-radius:50px!important}.btn-sm{padding:.4rem .8rem!important;font-size:.75rem!important}.btn-google{color:#5f6368!important;cursor:pointer!important;background:#fff!important;border:1px solid #dadce0!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;padding:.8rem 1.5rem!important;font-weight:700!important;transition:all .2s!important;display:flex!important}.btn-google:hover{background:#f8f9fa!important;border-color:#d2d2d2!important}.btn-full-map{color:#1e293b!important;cursor:pointer!important;background:#f1f5f9!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;padding:.6rem!important;font-size:.85rem!important;font-weight:700!important;display:flex!important}.search-action-btn{background:var(--primary-color)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:50px!important;padding:.6rem 1.5rem!important;font-weight:700!important;box-shadow:0 4px 12px #1b75d033!important}.search-group{flex:1;align-items:center;min-width:180px;display:flex;position:relative}.search-group i{color:var(--primary-color);opacity:.7;pointer-events:none;z-index:5;font-size:.7rem;position:absolute;left:.6rem}.search-input{width:100%;color:var(--text-dark);background:#f8fafc;border:1px solid #edf2f7;border-radius:6px;outline:none;padding:.45rem .6rem .45rem 1.8rem;font-family:inherit;font-size:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input:focus{border-color:var(--primary-color);background:#fff;transform:translateY(-1px);box-shadow:0 0 0 4px #1b75d01a}.card{background:var(--card-bg);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-10px)}.card-img-container{cursor:pointer;border-radius:12px 12px 0 0;position:relative;overflow:hidden}.card-img{object-fit:cover;width:100%;height:220px;transition:transform .5s}.card-img-container:hover .card-img{transform:scale(1.1)}.heart-icon{color:#ccc;cursor:pointer;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:transform .2s,color .2s;display:flex;position:absolute;top:15px;right:15px}.heart-icon.active{color:var(--danger)}.card-img-dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.card-img-dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:all .3s;box-shadow:0 1px 3px #0000004d}.card-img-dot.active{background:#fff;border-radius:10px;width:14px}.mobile-hint{opacity:1;pointer-events:none;z-index:4;transition:opacity .2s;position:absolute;inset:0;color:#fff!important;background:#0000004d!important;justify-content:center!important;align-items:center!important;font-size:1.2rem!important;display:flex!important}.hint-text{text-shadow:0 2px 4px #00000080!important;margin-left:.5rem!important;font-size:.85rem!important;font-weight:600!important}.card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.card-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.2rem}.price{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.address-line{color:#64748b!important;align-items:center!important;gap:6px!important;margin-bottom:.5rem!important;font-size:.8rem!important;display:flex!important}.address-line i{color:var(--primary-color)}.details{color:var(--text-light);grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:grid}.details span{align-items:center;gap:.5rem;display:flex}.details i{color:var(--primary-color);width:16px}.triple-action{grid-template-columns:repeat(3,1fr)!important;gap:.4rem!important;margin-top:1rem!important;display:grid!important}.footer-btn{cursor:pointer!important;border:1px solid #0000!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:.45rem .2rem!important;font-size:.72rem!important;font-weight:700!important;text-decoration:none!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:flex!important}.footer-btn i{font-size:.8rem!important}.footer-btn.btn-call{color:#2563eb!important;background:#eff6ff!important;border-color:#dbeafe!important}.footer-btn.btn-whatsapp{color:#16a34a!important;background:#f0fdf4!important;border-color:#dcfce7!important}.footer-btn.btn-location{color:#e11d48!important;background:#fff1f2!important;border-color:#ffe4e6!important}.footer-btn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #00000014!important}.footer-btn.btn-call:hover{color:#fff!important;background:#2563eb!important}.footer-btn.btn-whatsapp:hover{color:#fff!important;background:#16a34a!important}.footer-btn.btn-location:hover{color:#fff!important;background:#e11d48!important}.main-footer{color:#475569!important;background:#fff!important;border-top:1px solid #e2e8f0!important;padding:5rem 0 0!important;position:relative!important;overflow:hidden!important}.main-footer:before{content:""!important;opacity:1!important;background:linear-gradient(90deg,#0000,#e2e8f0,#0000)!important;width:100%!important;height:1px!important;position:absolute!important;top:0!important;left:0!important}.main-footer:after{content:""!important;pointer-events:none!important;background:radial-gradient(circle,#3b82f608 0%,#0000 70%)!important;width:400px!important;height:400px!important;position:absolute!important;top:-150px!important;right:-100px!important}.footer-content{grid-template-columns:1.2fr .8fr .8fr 1.2fr!important;gap:3rem!important;max-width:1250px!important;margin:0 auto!important;padding:0 1.5rem 4rem!important;display:grid!important}.footer-section h4{color:#1e293b!important;text-transform:uppercase!important;letter-spacing:1.2px!important;margin-bottom:2rem!important;font-size:1.05rem!important;font-weight:800!important;position:relative!important}.footer-section h4:after{content:""!important;background:var(--primary-color)!important;border-radius:2px!important;width:30px!important;height:2px!important;position:absolute!important;bottom:-8px!important;left:0!important}.footer-brand .footer-logo-main{filter:drop-shadow(0 4px 6px #0003)!important;height:44px!important;margin-bottom:1.8rem!important}.footer-brand p{opacity:.8!important;font-size:.92rem!important;line-height:1.7!important}.contact-list{padding:0!important;list-style:none!important}.contact-item{align-items:center!important;gap:1rem!important;margin-bottom:1.2rem!important;transition:transform .2s!important;display:flex!important}.contact-item:hover{color:#1e293b!important;transform:translate(5px)!important}.contact-item i{color:var(--primary-color)!important;font-size:1rem!important}.footer-social-links{gap:1.2rem!important;display:flex!important}.social-icon{color:#1e293b!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important}.social-icon:hover{background:var(--primary-color)!important;color:#fff!important;border-color:#0000!important;transform:translateY(-5px)rotate(8deg)!important;box-shadow:0 10px 20px #0000000d!important}.parent-footer-block{background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:24px!important;margin-top:-1rem!important;padding:2rem!important}.parent-identity-footer{align-items:center!important;gap:1rem!important;margin-top:1rem!important;margin-bottom:1.5rem!important;display:flex!important}.parent-logo-wrap{width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;justify-content:center!important;align-items:center!important;display:flex!important}.footer-parent-img{object-fit:contain!important;width:36px!important}.parent-meta{flex-direction:column!important;display:flex!important}.parent-name{color:#1e293b!important;letter-spacing:-.3px!important;margin-top:5px!important;margin-bottom:2px!important;font-size:1.25rem!important;font-weight:900!important}.parent-description{color:#64748b!important;letter-spacing:.8px!important;text-transform:uppercase!important;font-size:.68rem!important;font-weight:600!important}.parent-extra-details{margin-top:1.5rem!important;padding:0!important;list-style:none!important}.parent-extra-details li{color:#475569!important;align-items:center!important;gap:.8rem!important;margin-bottom:1rem!important;font-size:.82rem!important;font-weight:500!important;display:flex!important}.parent-extra-details li i{color:var(--primary-color)!important;text-align:center!important;width:18px!important;font-size:.9rem!important}.parent-extra-details a{color:#2563eb!important;text-decoration:none!important;transition:color .2s!important}.parent-extra-details a:hover{color:var(--primary-color)!important}.footer-bottom{text-align:center!important;background:#f8fafc!important;border-top:1px solid #f1f5f9!important;padding:2.5rem 0!important}.footer-bottom p{letter-spacing:.5px!important;opacity:.8!important;color:#64748b!important;margin:0!important;font-size:.8rem!important;font-weight:600!important}@media (width<=1100px){.footer-content{grid-template-columns:1fr 1fr!important;gap:4rem!important}}@media (width<=650px){.footer-content{text-align:center!important;grid-template-columns:1fr!important}.footer-section h4:after{margin-left:-15px!important;left:50%!important}.footer-social-links,.contact-item{justify-content:center!important}.parent-footer-block{margin-top:0!important}}.hero-section{color:#fff;background-image:linear-gradient(#00000080,#0009),url(/img/hero_bg.png);background-position:50%;background-size:cover;border-radius:0 0 30px 30px;width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;box-shadow:0 15px 40px #0000001a}.hero-section.home-centered{text-align:center;padding:16rem 1rem 12rem}.hero-content{max-width:1250px;margin:0 auto;padding:0 1.5rem}.hero-cta-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 10px 25px #1b75d066}.hero-cta-btn:hover{background:#155fa8;transform:scale(1.05)}.benefits-section{max-width:1250px;margin:0 auto;padding:6rem 1rem}.benefits-title{text-align:center;color:#1e293b;margin-bottom:3.5rem;font-size:2.2rem;font-weight:800}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.benefit-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:25px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 10px 30px #0000000d}.benefit-card:hover{transform:translateY(-10px)}.benefit-icon{margin-bottom:1.5rem;font-size:2.5rem}.benefit-title{margin-bottom:.8rem;font-size:1.4rem;font-weight:800}.benefit-desc{color:#64748b!important;font-size:1rem!important}.discover-section{text-align:center;background:#f8fafc;border-radius:40px;margin:2rem 1rem;padding:4rem 1rem}.discover-title{margin-bottom:1rem;font-size:1.8rem;font-weight:800}.discover-btn{background:var(--text-dark);color:#fff;cursor:pointer;border-radius:50px;padding:.8rem 2rem;font-weight:700;transition:opacity .2s}.discover-btn:hover{opacity:.9}.hero-section.find-left{text-align:left;background-image:linear-gradient(#0006,#00000080),url(/img/hero_bg.png);background-position:50%;background-size:cover;margin-bottom:6rem;border-radius:0 0 40px 40px!important;flex-direction:column!important;justify-content:center!important;height:200px!important;padding:0 1.5rem!important;display:flex!important}.find-typewriter{color:#fff!important;text-shadow:0 4px 15px #0006!important;margin-top:100px!important;font-size:2.2rem!important;font-weight:800!important}.cursor-blink{color:#f39c12!important;margin-left:5px!important;animation:.8s infinite blink!important}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.search-container{z-index:10;max-width:1250px;margin:5rem auto 0;padding:0 1rem;position:relative}.typing-header{margin-bottom:2rem}.view-toggle-container{justify-content:space-between!important;align-items:center!important;margin-bottom:1.5rem!important;display:flex!important}.view-toggle-btn{color:var(--text-light);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .2s;display:flex}.view-toggle-btn.active{background:var(--primary-color)!important;color:#fff!important;border-color:var(--primary-color)!important}.map-view-hero{border-radius:25px;height:70vh;margin-top:1rem;overflow:hidden;box-shadow:0 10px 40px #0000001a}.no-results-box{text-align:center;background:#fff;border-radius:20px;padding:4rem 2rem;box-shadow:0 4px 6px #0000000a}.no-results-box i{color:#e2e8f0;margin-bottom:1rem;font-size:3rem}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2500;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content-wrapper{background:#fff;border-radius:25px;flex-direction:column;width:100%;max-width:850px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 30px 60px #00000080}.modal-close-btn{cursor:pointer;z-index:100;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:20px;right:20px}.modal-carousel{flex-shrink:0;width:100%;height:400px;min-height:300px;position:relative}.modal-carousel-img{object-fit:cover;width:100%;height:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.modal-details-body{color:#1a202c;padding:1.5rem 2.2rem}.modal-header-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.units-details-section{background:0 0;border:none;border-radius:0;margin-bottom:2rem;padding:0}.units-title{text-transform:uppercase;color:#64748b;border-bottom:1px solid #e2e8f0;margin-bottom:.8rem;padding-bottom:.5rem;font-size:.8rem;font-weight:800}.unit-row{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;display:flex}.modal-grid{background:0 0;border:none;grid-template-columns:repeat(2,1fr);gap:.8rem 2rem;margin-bottom:1.5rem;padding:1.2rem 0;display:grid}.modal-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:4px;font-size:1.5rem;font-weight:800}.modal-location{color:#64748b!important;align-items:center!important;gap:6px!important;font-size:.85rem!important;display:flex!important}.modal-location i{color:var(--primary-color)}.modal-price-display{color:var(--primary-color);justify-content:flex-end;align-items:baseline;gap:4px;font-size:1.4rem;font-weight:800;display:flex}.best-pricing-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.rent-cap{color:#94a3b8;text-transform:uppercase;font-size:.75rem;font-weight:600}.modal-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:20px;right:25px}.modal-dots .dot{opacity:.4;cursor:pointer;background:#fff;border-radius:10px;width:6px;height:6px;transition:all .4s}.modal-dots .dot.active{opacity:1;width:20px}.nav-arrow{color:#fff;cursor:pointer;z-index:10;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.nav-arrow:hover{background:#0009}.nav-arrow.left{left:15px}.nav-arrow.right{right:15px}.detail-item{align-items:center;gap:12px;display:flex}.detail-icon{color:var(--primary-color);opacity:.8;font-size:.85rem}.detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.65rem;font-weight:700}.detail-value{color:#1e293b;font-size:.85rem;font-weight:700}.modal-actions-triple{gap:.6rem!important;margin-top:2rem!important;display:flex!important}.modal-action-btn{cursor:pointer!important;border:none!important;border-radius:12px!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:.8rem .5rem!important;font-size:.85rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .2s!important;display:flex!important}.modal-action-btn:active{transform:scale(.95)!important}.modal-action-btn.call-btn{background:var(--primary-color)!important;color:#fff!important}.modal-action-btn.whatsapp-btn{color:#fff!important;background:#25d366!important}.modal-action-btn.maps-btn{color:#1e293b!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}.listing-form-overlay{max-width:800px;margin:0 auto;background:#fff!important;border-radius:30px!important;padding:1rem!important;box-shadow:0 20px 50px #0000001a!important}.form-header{justify-content:space-between!important;align-items:center!important;margin-bottom:2rem!important;display:flex!important}.form-header h2{color:#1e293b!important;font-size:1.5rem!important;font-weight:800!important}.form-header .close-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:2rem;transition:color .2s}.form-header .close-btn:hover{color:#1e293b}.form-section-title{display:block;color:#64748b!important;text-transform:uppercase!important;margin-bottom:1.2rem!important;font-size:.9rem!important;font-weight:700!important}.unit-row-manager{background:#fff!important;border-radius:12px!important;grid-template-columns:2fr 1.5fr 1.5fr 45px!important;align-items:flex-end!important;gap:1rem!important;margin-bottom:1rem!important;padding:1rem!important;display:grid!important;box-shadow:0 2px 8px #00000005!important}.remove-unit-btn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;justify-content:center;align-items:center;height:42px;transition:background .2s;display:flex}.remove-unit-btn:hover{background:#fecaca}.loc-method-toggle{background:#f1f5f9!important;border-radius:15px!important;gap:10px!important;margin-bottom:1.5rem!important;padding:6px!important;display:flex!important}.loc-method-btn{color:#64748b;background:0 0;cursor:pointer!important;border:none!important;border-radius:10px!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:.8rem!important;font-weight:700!important;transition:all .2s!important;display:flex!important}.loc-method-btn.active{color:var(--primary-color)!important;background:#fff!important;box-shadow:0 4px 12px #0000000d!important}.image-upload-zone{text-align:center!important;cursor:pointer!important;background:#f8fafc!important;border:2px dashed #cbd5e1!important;border-radius:20px!important;padding:2.5rem!important;transition:all .2s!important}.image-upload-zone:hover{border-color:var(--primary-color)!important;background:#f1f5f9!important}.image-preview-list{flex-wrap:wrap!important;gap:12px!important;margin-top:1.5rem!important;display:flex!important}.preview-thumb{width:80px!important;height:80px!important;position:relative!important}.preview-thumb img{object-fit:cover!important;border-radius:12px!important;width:100%!important;height:100%!important}.preview-badge{color:#fff!important;background:#10b981!important;border:2px solid #fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:22px!important;height:22px!important;font-size:10px!important;display:flex!important;position:absolute!important;bottom:-5px!important;right:-5px!important}.preview-remove-btn{color:#fff!important;cursor:pointer!important;background:#ef4444!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;display:flex!important;position:absolute!important;top:-8px!important;right:-8px!important;box-shadow:0 2px 4px #0000001a!important}.status-indicator{text-align:center!important;border-radius:12px!important;margin-top:1.5rem!important;padding:1rem!important;font-weight:700!important}.status-indicator.pending{color:#854d0e!important;background:#fef9c3!important}.status-indicator.success{color:#166534!important;background:#dcfce7!important}.status-indicator.error{color:#991b1b!important;background:#fee2e2!important}.add-btn-small{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:transform .2s}.add-btn-small:hover{transform:scale(1.05)}.page-hero-banner{background-image:linear-gradient(#0000004d,#0006),url(/img/hero_bg.png);background-position:50%;background-size:cover;border-radius:0 0 40px 40px!important;align-items:flex-end!important;width:100vw!important;height:200px!important;margin-bottom:0!important;margin-left:-50vw!important;margin-right:-50vw!important;padding:0!important;display:flex!important;position:relative!important;left:50%!important;right:50%!important}.page-banner-content{justify-content:space-between!important;align-items:flex-end!important;width:100%!important;max-width:1250px!important;margin:0 auto!important;padding:0 1.5rem!important;display:flex!important}.profile-identity-group{align-items:flex-end!important;gap:2rem!important;display:flex!important;transform:translateY(50%)!important}.profile-text-group{padding-bottom:4rem;text-align:left!important}.profile-banner-actions{gap:1rem!important;padding-bottom:5.5rem!important;display:flex!important}.page-hero-banner .profile-img{background:#fff!important;border:3px solid #fff!important;width:150px!important;height:150px!important;box-shadow:0 10px 30px #00000026!important}.page-hero-banner .profile-img.contact-support-img{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.page-hero-banner .profile-name{color:#fff!important;text-shadow:0 4px 15px #0006!important;margin-bottom:.5rem!important;font-size:1.8rem!important;font-weight:900!important}.profile-info-pills{flex-wrap:wrap!important;gap:.8rem!important;display:flex!important}.info-pill-single{color:#1e293b!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffffb3!important;border:1px solid #ffffff80!important;border-radius:50px!important;flex-wrap:wrap!important;align-items:center!important;gap:1rem!important;padding:.5rem 1.5rem!important;font-size:.85rem!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 4px 15px #0000000d!important}.info-item{align-items:center!important;gap:.6rem!important;display:flex!important}.info-divider{opacity:.4!important;font-weight:300!important}.fav-browse-item{cursor:pointer!important;transition:opacity .2s!important}.fav-browse-item:hover{opacity:.7!important}@media (width<=767px){.page-banner-content{padding:0 .5rem!important}.profile-identity-group{gap:.8rem!important;transform:translateY(50%)!important}.info-divider{opacity:.2!important;margin:0 1px!important;display:inline!important}.info-pill-single{text-align:center!important;border-radius:50px!important;flex-flow:row!important;gap:.3rem!important;width:fit-content!important;margin:0 auto!important;padding:.4rem .6rem!important;font-size:.58rem!important}.info-item{white-space:nowrap!important;gap:2px!important}.profile-page{padding:0!important}}.profile-page{z-index:10;max-width:1250px;padding:0 1.5rem;position:relative;margin:4.5rem auto 0!important}.profile-standalone-actions{flex-wrap:wrap!important;justify-content:center!important;gap:1rem!important;margin-bottom:2rem!important;display:flex!important}.profile-action-btn{cursor:pointer!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:50px!important;align-items:center!important;gap:.6rem!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:700!important;text-decoration:none!important;transition:all .2s!important;display:flex!important}.profile-action-btn.admin-btn{color:#fff!important;background:#ffffff1a!important;border:1px solid #fff3!important}.profile-action-btn.logout-btn{color:#f99!important;background:#dc262626!important;border:1px solid #dc262633!important}.profile-action-btn:hover{color:#fff!important;background:#ffffff40!important;transform:translateY(-2px)!important}.profile-card{box-shadow:var(--shadow-md);text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:30px;padding:2.2rem 2.5rem!important}.contact-title{text-align:center!important;margin-top:-.5rem!important;margin-bottom:2rem!important}.contact-subtitle{color:#64748b!important;text-align:center!important;margin-top:-1.5rem!important;margin-bottom:2.5rem!important;font-size:.95rem!important}.card-bg-icon{opacity:.03!important;pointer-events:none!important;font-size:8rem!important;position:absolute!important;top:-20px!important;right:-20px!important;transform:rotate(-15deg)!important}.profile-menu-card{border-radius:20px!important;max-width:500px!important;margin:0 auto!important;padding:1.5rem!important}.profile-img-container{margin-bottom:2rem;display:inline-block;position:relative}.profile-img{object-fit:cover;width:120px;height:120px;box-shadow:var(--shadow-sm);border:4px solid #f1f5f9;border-radius:50%}.profile-status-dot{background:#27ae60;border:4px solid #fff;border-radius:50%;width:24px;height:24px;position:absolute;bottom:8px;right:8px;box-shadow:0 2px 5px #0000001a}.profile-name{color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.profile-info{color:#64748b;margin-bottom:2.5rem;font-size:.9rem;font-weight:500}.profile-menu{flex-direction:column!important;gap:1.2rem!important;width:100%!important;display:flex!important}.profile-menu-item{border:1px solid #0000;border-radius:18px;align-items:center;gap:1rem;padding:1.2rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.profile-menu-item i{text-align:center;width:24px;font-size:1.3rem}.profile-menu-item:hover{transform:translate(8px)}.search-item{color:#0284c7;background:#f0f9ff;border-color:#e0f2fe}.owner-item{color:#1e40af;background:#eff6ff;border-color:#dbeafe}.admin-item{color:#e11d48;background:#fff1f2;border-color:#ffe4e6}.help-item,.feedback-item{color:#334155;background:#f8fafc;border-color:#f1f5f9}.logout-item{color:#dc2626;cursor:pointer;background:#fef2f2;border-color:#fee2e2}.search-item:hover{background:#e0f2fe}.owner-item:hover{background:#dbeafe}.admin-item:hover{background:#ffe4e6}.logout-item:hover{background:#fee2e2}.profile-contact-cards{gap:1rem;margin-top:3rem;display:grid}.profile-contact-card{text-align:left;border:1px solid #0000;border-radius:20px;align-items:center;gap:1.2rem;padding:1.2rem;display:flex}.profile-contact-card i{font-size:1.5rem}.profile-contact-card .contact-details{flex:1}.profile-listings-container{margin-top:4rem!important;margin-bottom:4rem!important}.profile-listings-header{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:1.5rem!important;margin-bottom:2rem!important;display:flex!important}.profile-listings-header .section-title{margin:0!important;font-size:2rem!important;font-weight:800!important}.profile-listings-header .header-actions{align-items:center!important;gap:1.2rem!important;display:flex!important}.count-badge{color:#64748b!important;background:#f1f5f9!important;border-radius:50px!important;padding:.6rem 1.2rem!important;font-size:.9rem!important;font-weight:800!important}.post-btn{border-radius:50px!important;padding:.7rem 1.5rem!important;font-size:1rem!important;font-weight:700!important}.card-img-container{position:relative!important}.profile-contact-card h4{color:#1e293b;margin:0;font-size:.95rem;font-weight:800}.profile-contact-card p{color:#64748b;margin:0;font-size:.8rem;font-weight:500}.status-tag{color:#fff!important;text-transform:uppercase!important;border-radius:6px!important;padding:4px 10px!important;font-size:.7rem!important;font-weight:800!important;box-shadow:0 2px 4px #0000001a!important}.status-tag.approved{background:var(--success)!important}.status-tag.pending{background:#f39c12!important}.status-tag.rejected{background:var(--danger)!important}.status-tag.update{background:#3498db!important}.contact-action{border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:opacity .2s}.contact-action:hover{opacity:.8}.profile-contact-card.whatsapp{background:#f0fdf4;border-color:#dcfce7}.profile-contact-card.whatsapp .contact-action{color:#fff;background:#22c55e}.profile-contact-card.email{background:#f0f9ff;border-color:#e0f2fe}.profile-contact-card.email .contact-action{color:#fff;background:#0284c7}.listings-container{margin-top:1rem!important;padding:0 1rem 5%!important}.listings-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem;margin-top:.5rem;display:grid}.profile-contact-cards{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;margin-top:2rem!important;display:grid!important}.profile-contact-card{text-align:left!important;background:#fff!important;border:1px solid #f1f5f9!important;border-radius:20px!important;flex-direction:column!important;min-height:180px!important;padding:1.8rem!important;transition:all .3s!important;display:flex!important;position:relative!important;overflow:hidden!important}.profile-contact-card:hover{border-color:var(--primary-color)!important;transform:translateY(-8px)!important;box-shadow:0 20px 40px #00000014!important}.profile-contact-card i{opacity:.9!important;margin-bottom:1.2rem!important;font-size:2.2rem!important}.profile-contact-card.whatsapp i{color:#25d366!important}.profile-contact-card.email i{color:#3b82f6!important}.contact-details h4{color:#1e293b!important;margin-bottom:.4rem!important;font-size:1.15rem!important}.contact-details p{color:#64748b!important;margin-bottom:1.5rem!important;font-size:.85rem!important}.contact-action{color:#1e293b!important;background:#f8fafc!important;border-radius:12px!important;width:fit-content!important;margin-top:auto!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:700!important;transition:all .2s!important}.profile-contact-card:hover .contact-action{background:var(--primary-color)!important;color:#fff!important}.sarql-logo-box{background:#fff!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;width:64px!important;height:64px!important;display:flex!important;box-shadow:0 4px 15px #0000000d!important}.sarql-logo-img{object-fit:contain!important;width:40px!important}.sarql-header-text h2{color:#0f172a!important;letter-spacing:-.5px!important;margin:0!important;font-size:1.8rem!important}.sarql-tagline{color:var(--primary-color)!important;margin:0!important;font-size:.9rem!important;font-weight:600!important}.sarql-split-wrapper{grid-template-columns:1fr 1.2fr!important;display:grid!important}.sarql-left-data{background:#fff!important;flex-direction:column!important;gap:1.8rem!important;padding:2.5rem!important;display:flex!important}.sarql-detail-item{align-items:center!important;gap:1.2rem!important;display:flex!important}.detail-icon-wrap{width:44px!important;height:44px!important;color:var(--primary-color)!important;background:#eff6ff!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;font-size:1.1rem!important;display:flex!important}.detail-info label{color:#94a3b8!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:2px!important;font-size:.75rem!important;font-weight:700!important;display:block!important}.detail-info a,.detail-info span{color:#1e293b!important;font-size:1rem!important;font-weight:600!important;text-decoration:none!important}.sarql-right-story{background:#fafafa!important;border-left:1px solid #f1f5f9!important;padding:2.5rem!important}.sarql-right-story h3{color:#0f172a!important;margin-bottom:1.5rem!important;font-size:1.4rem!important}.sarql-right-story p{color:#475569!important;font-size:.95rem!important;line-height:1.8!important}.story-stat{background:#fff!important;border-radius:20px!important;align-items:center!important;gap:1rem!important;margin-top:2rem!important;padding:1.2rem!important;display:flex!important;box-shadow:0 4px 12px #00000008!important}.story-stat i{color:#f59e0b!important;font-size:1.2rem!important}.story-stat span{color:#1e293b!important;font-size:.85rem!important;font-weight:700!important}.sarql-card-footer{color:#94a3b8!important;background:#f8fafc!important;border-top:1px solid #f1f5f9!important;padding:1.2rem 2.5rem!important;font-size:.8rem!important;font-weight:600!important}@media (width<=900px){.profile-contact-cards,.sarql-split-wrapper{grid-template-columns:1fr!important}.sarql-right-story{border-top:1px solid #f1f5f9!important;border-left:none!important}}@media (width>=1024px){.listings-grid{grid-template-columns:repeat(3,1fr)}.container{max-width:1250px}}@media (width>=768px) and (width<=1023px){.listings-grid{grid-template-columns:repeat(2,1fr)}}.form-grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.form-group.span-2{grid-column:span 2}.mobile-menu-toggle{cursor:pointer;z-index:1001;color:var(--text-dark);font-size:1.5rem;display:none}.header-transparent .mobile-menu-toggle{color:#fff}@media (width<=767px){body{font-size:14px;padding-bottom:64px!important}header{height:64px!important;padding:0 1rem!important}.mobile-menu-toggle{margin-right:.5rem;display:block}.hide-mobile{display:flex!important}.desktop-nav{display:none!important}.desktop-nav.menu-open{z-index:1000;background:#fff;flex-direction:column;padding:2rem 1.5rem;position:absolute;top:64px;left:0;right:0;box-shadow:0 15px 30px #00000026;align-items:center!important;gap:1.5rem!important;display:flex!important}.header-scrolled .desktop-nav.menu-open,.header-transparent .desktop-nav.menu-open{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000f2}.desktop-nav.menu-open .nav-link{text-align:center;border-bottom:1px solid #8080801a;width:100%;padding:.5rem!important;font-size:1.1rem!important}.header-transparent .desktop-nav.menu-open .nav-link,.header-scrolled .desktop-nav.menu-open .nav-link{border-bottom:1px solid #ffffff0d;color:#fff!important}.nav-link{padding:0 .1rem!important;font-size:.75rem!important}.user-name{display:none!important}.desktop-nav.menu-open .auth-section{border-top:1px solid #8080801a;flex-direction:column;width:100%;padding-top:1.5rem;align-items:center!important;gap:1.2rem!important}.header-transparent .desktop-nav.menu-open .auth-section,.header-scrolled .desktop-nav.menu-open .auth-section{border-top:1px solid #ffffff1a}.desktop-nav.menu-open .user-name{font-size:1.1rem!important;display:block!important}.desktop-nav.menu-open .user-info{justify-content:center;width:100%;flex-direction:row!important;gap:1rem!important}.desktop-nav.menu-open .mobile-profile-actions,.desktop-nav.menu-open .show-only-mobile{justify-content:center;width:100%;margin-bottom:.5rem;flex-direction:row!important;gap:1.5rem!important;display:flex!important}.desktop-nav.menu-open .login-btn{justify-content:center;width:100%;padding:.8rem!important;font-size:1.1rem!important}.user-avatar{width:28px!important;height:28px!important}.login-btn{padding:.35rem .8rem!important;font-size:.75rem!important}.container{padding:0 .8rem 4%!important}.hero-section.find-left{margin-bottom:10rem;padding-bottom:5rem!important}.search-section{border-radius:15px;grid-template-columns:1fr 1fr;gap:.6rem;padding:.5rem;display:grid;box-shadow:0 4px 15px #00000014;margin-top:2rem!important}.find-typewriter{margin-top:250px!important;font-size:25px!important}.search-section .search-group{grid-column:span 1;width:100%;min-width:0}.search-actions{margin-top:0!important;position:absolute!important;bottom:-45px!important;left:50%!important;transform:translate(-50%)!important}.listings-grid{margin-top:.5rem;grid-template-columns:1fr 1fr!important;gap:.6rem!important;padding:0 .4rem!important}.card-img{height:120px!important}.card-content{padding:.6rem!important}.card-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;height:38px!important;margin-bottom:.3rem!important;font-size:.85rem!important;font-weight:700!important;display:-webkit-box!important;overflow:hidden!important}.price{margin-bottom:.4rem!important;font-size:.95rem!important}.card .details{grid-template-columns:1fr 1fr;gap:.3rem!important;margin-bottom:.8rem!important;font-size:.65rem!important;display:grid!important}.card .details i{width:10px!important}.footer-btn{gap:3px!important;padding:.4rem 0!important;font-size:.62rem!important}.footer-btn i{font-size:.7rem!important}.find-room-page .listings-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.find-room-page .card-img{height:180px!important}.find-room-page .card-title{-webkit-line-clamp:unset!important;line-clamp:unset!important;height:auto!important;font-size:1.1rem!important}.find-room-page .price{font-size:1.15rem!important}.find-room-page .card .details{gap:.5rem!important;font-size:.75rem!important}.find-room-page .footer-btn{padding:.5rem!important;font-size:.8rem!important}.profile-card,.login-card,.contact-card{border-radius:12px!important;max-width:100%!important;margin:1rem auto!important;padding:1.2rem 1rem!important}.form-grid{grid-template-columns:1fr!important;gap:.8rem!important}}@media (width<=768px){.typing-title-span{margin-top:5px;display:block}.typing-header h1{font-size:2rem!important}}@media (width>=1800px){.container{max-width:1400px!important}header{max-width:1300px!important}.hero-section h1{font-size:3.5rem!important}}@media (width<=350px){.logo{font-size:1.1rem!important}.hero-section h1{font-size:1.6rem!important}}.show-only-mobile{display:none!important}@media (display-mode:standalone){.show-only-mobile{align-items:center!important;gap:.8rem!important;display:flex!important}.mobile-menu-toggle,.hide-mobile,.desktop-nav{display:none!important}}.header-mobile-btn{cursor:pointer!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:1rem!important;transition:all .2s!important;display:flex!important}.header-transparent .header-mobile-btn{color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff1a!important;border:1px solid #fff3!important}.header-solid .header-mobile-btn{color:#1e293b!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}.header-mobile-btn.logout-link{color:var(--danger)!important}.header-transparent .header-mobile-btn.logout-link{color:#f99!important}.fav-hero-img{color:#ff5a5f!important;background:#fff!important;border:7px solid #fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:150px!important;height:150px!important;font-size:4rem!important;display:flex!important;box-shadow:0 10px 30px #0000001a!important}.sarql-elegant-card{box-shadow:var(--shadow-md)!important;background:#fff!important;border:1px solid #f1f5f9!important;border-radius:30px!important;margin-top:3rem!important;overflow:hidden!important}.sarql-card-header{background:linear-gradient(90deg,#f8fafc,#fff)!important;border-bottom:1px solid #f1f5f9!important;align-items:center!important;gap:1.5rem!important;padding:2.5rem!important;display:flex!important}.custom-type-grid{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px!important;grid-template-columns:1.2fr 1.5fr 1fr 1fr auto!important;align-items:flex-end!important;gap:.8rem!important;margin-bottom:1rem!important;padding:1rem!important;display:grid!important}.unit-row-manager label{color:#64748b!important;margin-bottom:4px!important;font-weight:700!important}.remove-unit-btn{color:#ef4444!important;cursor:pointer!important;background:#fee2e2!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;transition:all .2s!important;display:flex!important}.remove-unit-btn:hover{background:#fecaca!important;transform:scale(1.05)!important}@media (width<=768px){.custom-type-grid{grid-template-columns:1fr 1fr!important}.remove-unit-btn{grid-column:span 2!important;width:100%!important}}.unit-row-display{background:#fff!important;border-bottom:1px solid #f1f5f9!important;justify-content:space-between!important;align-items:center!important;margin-bottom:.2rem!important;padding:.8rem 0!important;transition:transform .2s!important;display:flex!important}.unit-row-display:hover{background:#f1f5f9!important;transform:translate(4px)!important}.unit-type-badge{color:#1e293b!important;align-items:center!important;gap:.8rem!important;font-size:.95rem!important;display:flex!important}.unit-type-badge i{color:var(--primary-color)!important}.unit-pricing-pill{color:#64748b!important;gap:1.2rem!important;font-size:.85rem!important;display:flex!important}.unit-pricing-pill b{color:#0f172a!important;font-weight:800!important}@media (width<=600px){.unit-row-display{flex-direction:column!important;align-items:flex-start!important;gap:.6rem!important;padding:1rem!important}}@media (display-mode:standalone){header{padding-top:env(safe-area-inset-top)!important;-webkit-backdrop-filter:blur(10px)!important;background:#fffffffa!important;border-bottom:1px solid #00000005!important;position:fixed!important;box-shadow:0 4px 15px #0000000d!important}header .nav-link,header .user-name{color:#1a202c!important}header .logo-img{filter:none!important}.desktop-nav{display:none!important}html,body{touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;scroll-behavior:smooth;background:#f8f9fa!important}body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;padding-top:calc(60px + env(safe-area-inset-top))!important;padding-bottom:calc(65px + env(safe-area-inset-bottom))!important}.address-line,.card-title,.modal-title,.price,.detail-value,.unit-pricing-pill{-webkit-user-select:text!important;user-select:text!important}html{scroll-behavior:smooth;overscroll-behavior-y:contain}.header-scrolled{background:#fffffffa!important}}
