html,body{--field-font:"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;height:100%;margin:0;padding:0}*,:before,:after{box-sizing:border-box}img,svg,video,canvas,button,input,textarea,select{max-width:100%}input,textarea,select{font-family:var(--field-font);font-weight:400}input::placeholder,textarea::placeholder{font-family:var(--field-font);font-weight:300}#root{flex-direction:column;min-height:100vh;display:flex}.app-content{flex-direction:column;flex:1 0 auto;min-height:0;display:flex}.site-header{z-index:1100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e6ecf2;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:.85rem 2rem;display:grid;position:sticky;top:0;box-shadow:0 8px 28px #1018280f}main{flex:1;padding-bottom:60px}footer{text-align:center;background-color:#fff;flex-shrink:0;width:100%;min-height:60px;padding:1rem;font-size:.9rem;box-shadow:inset 0 1px 2px #0000000d}body{color:#333;background-color:#f9f9f9;font-family:Poppins,sans-serif;overflow-x:hidden}.header-logo{justify-self:start;align-items:center;gap:.75rem;display:flex}.header-logo img{vertical-align:middle;width:34px;height:34px;display:block}.brand-button{color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.brand-mark{background:#eef5ff;border:1px solid #d7e7ff;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.brand-copy{flex-direction:column;gap:.1rem;display:flex}.brand-copy strong{font-size:1.2rem;line-height:1}.brand-copy span{color:#697586;font-size:.78rem;line-height:1.2}header nav a{color:#007bff;margin-left:1rem;font-weight:500;text-decoration:none}header nav a:hover{text-decoration:underline}.nav-button{color:#1f2937;cursor:pointer;font:inherit;background:#fff;border:1px solid #d7dee8;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:.55rem 1rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.nav-button:hover{background:#f7f9fc;border-color:#b8c7d9;text-decoration:none}.nav-button-primary{color:#fff;background:#007bff;border-color:#007bff}.nav-button-primary:hover{background:#0056b3;border-color:#0056b3}.nav-button-secondary{color:#0056b3;background:#eef5ff;border-color:#cfe2ff}.nav-button-with-badge{gap:.45rem;position:relative}.nav-badge{color:#fff;background:#e11d48;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;min-height:22px;padding:0 .35rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.nav-button-danger{color:#b42318;background:#fff;border-color:#f1b8b4}.nav-button-danger:hover{color:#912018;background:#fff1f0;border-color:#e48b84}.nav-button-auth{color:#fff;background:#0b72e7;border-color:#0b72e7;min-width:124px;box-shadow:0 8px 18px #0b72e72e}.nav-button-auth:hover{color:#fff;background:#085fbe;border-color:#085fbe}.search-container{text-align:center;margin-top:.75rem;padding:0 1rem}.home-brand{flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1.15rem;display:flex}.home-brand-logo{filter:drop-shadow(0 8px 18px #0b72e72e);width:82px;height:82px;display:block}.home-brand h1{color:#113b67;margin:0;font-size:2.35rem;font-weight:800;line-height:1}.home-brand p{color:#697586;margin:0;font-size:.98rem;line-height:1.4}.search-and-filters{background:#fff;border:1px solid #d7dee8;border-radius:10px;grid-template-columns:minmax(280px,1fr) auto;align-items:stretch;gap:.65rem;width:min(100%,780px);margin:0 auto;padding:.5rem;display:grid;box-shadow:0 14px 34px #1018281f}.search-box{box-sizing:border-box;background:#f7fbff;border:2px solid #007bff;border-radius:8px;align-items:center;width:100%;min-height:58px;padding:0 .95rem;display:flex}.search-icon{color:#007bff;flex:none;margin-right:.7rem;font-size:1.35rem;font-weight:800;line-height:1}#autocomplete{color:#333;min-width:0;font-family:var(--field-font);box-shadow:none;background:0 0;border:none;flex:1;padding:0;font-size:1rem;font-weight:300;line-height:1.3;transition:all .3s}#autocomplete:focus{outline:none}.filter-toggle{color:#333;cursor:pointer;min-height:58px;font-family:var(--field-font);background:#f8fafc;border:1px solid #d7dee8;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:0 1rem;font-size:1rem;font-weight:300;line-height:1.3;display:inline-flex}.filter-toggle:hover,.filter-toggle[aria-expanded=true]{background:#f7fbff;border-color:#007bff}.home-filters{opacity:0;pointer-events:none;background:#f8fafc;border:1px solid #e3e9f1;border-radius:8px;grid-column:1/-1;grid-template-columns:1.1fr .9fr .9fr;align-items:stretch;gap:0;max-height:0;transition:max-height .2s,opacity .2s,transform .2s;display:grid;overflow:hidden;transform:translateY(-4px)}.home-filters.open{opacity:1;pointer-events:auto;max-height:120px;transform:translateY(0)}.home-filters label{color:#333;font-family:var(--field-font);letter-spacing:0;text-align:left;box-sizing:border-box;border-left:1px solid #e3e9f1;flex-direction:column;justify-content:center;gap:.2rem;min-height:58px;padding:.45rem .75rem;font-size:1rem;font-weight:300;line-height:1.3;display:flex}.home-filters label:first-child{border-left:none}.home-filters input,.home-filters select{box-sizing:border-box;color:#333;width:100%;min-height:26px;font-family:var(--field-font);background:0 0;border:none;border-radius:0;padding:0;font-size:1rem;font-weight:300;line-height:1.3}.home-filters input:focus,.home-filters select:focus{box-shadow:none;outline:none}@media (width<=600px){main{padding:1rem}footer{height:auto;position:static}.search-container{margin-top:.5rem}.home-brand{margin-bottom:1rem}.home-brand-logo{width:62px;height:62px}.home-brand h1{font-size:1.8rem}.home-brand p{max-width:280px;font-size:.9rem}.search-and-filters{grid-template-columns:1fr;gap:.6rem;width:95%;padding:.45rem}.search-box{width:100%;min-height:54px}.filter-toggle{width:100%;min-height:48px}.home-filters{grid-template-columns:1fr}.home-filters.open{max-height:260px}.home-filters label,.home-filters label:first-child{border-top:1px solid #e3e9f1;border-left:none}.home-filters label:first-child{border-top:none}#autocomplete{min-height:48px;font-size:16px}}#map{background-image:url(/assets/anuncio1.jpg);background-position:50%;background-size:cover;border:1px solid #ccc;border-radius:8px;width:90%;height:calc(60vh - 100px);margin:2rem auto 0;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}#map:before{content:"";background:inherit;filter:blur(8px)brightness(.7);opacity:.6;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}#map>div{z-index:2;position:relative}@media (width<=600px){#map{width:95%;height:42vh;min-height:280px;margin-top:1rem}}.slider{background-color:#fff;border:1px solid #ccc;border-radius:8px;width:85%;margin:2rem auto;padding:2rem;box-shadow:0 2px 8px #0000001a}.slider h2{margin-bottom:1.5rem;font-size:1.25rem}.cards{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;display:grid}.card{background-color:#fff;border:1px solid #ddd;border-radius:5px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.card img{object-fit:cover;width:100%;height:150px}.card p{text-align:center;padding:.75rem}.menu-toggle{cursor:pointer;background:#f7f9fc;border:1px solid #d7dee8;border-radius:10px;font-size:1.5rem;display:none}header nav{justify-self:end;align-items:center;gap:.65rem;display:flex}header nav a{text-align:right;margin-left:0;padding:.5rem 0}.language-switcher{background:#fff;border:1px solid #d7dee8;border-radius:999px;justify-self:center;align-items:center;gap:.35rem;margin-left:0;margin-right:0;padding:.2rem;display:flex}.language-switcher button{color:#475467;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.3rem;min-height:34px;padding:.25rem .55rem;font-weight:400;display:inline-flex}.language-switcher button:hover,.language-switcher button.active{color:#0056b3;background:#eef5ff;text-decoration:none}@media (width<=640px){.site-header{grid-template-columns:minmax(0,1fr) auto minmax(44px,1fr);padding:.75rem 1rem}.brand-copy strong{font-size:1.05rem}.brand-copy span{display:none}.brand-mark{width:40px;height:40px}.menu-toggle{justify-self:end;min-width:44px;min-height:44px;display:block}header nav{background:#fff;border:1px solid #e6ecf2;border-radius:12px;flex-direction:column;align-items:stretch;margin-top:.5rem;padding:.85rem;display:none;position:absolute;top:64px;left:1rem;right:1rem;box-shadow:0 14px 30px #10182829}header nav.open{display:flex}header nav a{text-align:right;margin-left:0;padding:.7rem 0}.nav-button{text-align:center;width:100%;padding:.7rem 1rem}.user-menu{flex-direction:column;align-items:stretch}}.register-container{background:#fff;border-radius:12px;width:100%;max-width:500px;margin:50px auto;padding:30px;box-shadow:0 4px 12px #0000001a}.register-container h2{text-align:center;margin-bottom:30px;font-size:1.8rem}.register-form{flex-direction:column;display:flex}.register-form label{font-family:var(--field-font);flex-direction:column;margin-bottom:20px;font-weight:300;display:flex}.register-form input{box-sizing:border-box;width:100%;font-family:var(--field-font);border:1px solid #ccc;border-radius:6px;margin-top:5px;padding:12px;font-weight:300}.register-form button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:6px;padding:12px;font-weight:500;transition:background-color .3s}.register-form button:hover{background-color:#0056b3}.register-form button:disabled{cursor:not-allowed;opacity:.7}.modal-open{overflow:hidden}.modal-backdrop{z-index:2000;background:#00000073;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.register-modal{background:#fff;border-radius:8px;width:min(100%,460px);max-height:calc(100vh - 2.5rem);padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000038}.register-modal h2{text-align:center;margin:0 0 1.25rem;font-size:1.5rem}.modal-close{color:#333;cursor:pointer;background:#f2f2f2;border:none;border-radius:50%;width:32px;height:32px;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:#e4e4e4}.modal-google-login{justify-content:center;display:flex}.modal-divider{color:#777;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.9rem;display:flex}.modal-divider:before,.modal-divider:after{content:"";background:#ddd;flex:1;height:1px}.modal-message{text-align:center;color:#333;margin:1rem 0 0}@media (width<=640px){.register-container{margin:20px;padding:20px}.register-modal{padding:1.5rem}}.dashboard-layout{flex-direction:column;min-height:100vh;display:flex}.dashboard-main{background-color:#f9f9f9;flex:1;display:flex}.sidebar{background-color:#fff;border-right:1px solid #ddd;width:220px;padding:20px;box-shadow:0 0 10px #0000000d}.sidebar h3{margin-bottom:10px;font-size:18px}.sidebar ul{margin:0;padding:0;list-style:none}.sidebar li{margin:10px 0}.sidebar a{color:#333;font-weight:500;text-decoration:none;transition:color .2s}.sidebar a:hover{color:#007bff}.logout-button{color:#c00;cursor:pointer;background-color:#0000;border:none;margin-top:20px;font-weight:500}.logout-button:hover{text-decoration:underline}main{flex:1;padding:30px}@media (width<=768px){.dashboard-main{flex-direction:column}.sidebar{width:100%;box-shadow:none;border-bottom:1px solid #ddd;border-right:none;padding:10px 15px}.sidebar ul{flex-wrap:wrap;justify-content:space-around;display:flex}.sidebar li{margin:8px 0}main{padding:20px 15px}}.logout-btn{color:#fff;background:#e74c3c;border-radius:6px;padding:5px}.user-menu{align-items:center;gap:.5rem;display:flex;position:relative}.user-menu-btn{cursor:pointer;background:#fff;border:1px solid #d7dee8;border-radius:999px;min-height:42px;padding:.55rem .85rem;font-size:14px}.user-menu-btn:hover{background:#f5f5f5}.dashboard-loading{padding:2rem}.dashboard-shell{background:#f4f6f8;grid-template-columns:240px minmax(0,1fr);min-height:calc(100vh - 120px);display:grid}.dashboard-sidebar{background:#fff;border-right:1px solid #dde3ea;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.dashboard-sidebar h2,.dashboard-topbar h1,.section-heading h2,.summary-panel h2{margin:0}.dashboard-sidebar button{color:#28323c;cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:1px solid #0000;border-radius:8px;padding:.75rem .85rem;font-weight:400}.dashboard-sidebar button:hover,.dashboard-sidebar button.active{color:#0056b3;background:#eef5ff;border-color:#cfe2ff}.dashboard-content{padding:1.5rem}.dashboard-topbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-eyebrow{color:#697586;text-transform:uppercase;margin:0 0 .35rem;font-size:.82rem;font-weight:500}.dashboard-stat-row{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.dashboard-stat-row span{background:#fff;border:1px solid #dde3ea;border-radius:999px;padding:.45rem .75rem;font-size:.9rem}.dashboard-grid{grid-template-columns:minmax(320px,520px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.dashboard-card{background:#fff;border:1px solid #dde3ea;border-radius:8px;padding:1.25rem;box-shadow:0 1px 2px #1018280a}.section-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.property-form{flex-direction:column;gap:1rem;display:flex}.property-form label{color:#344054;font-family:var(--field-font);flex-direction:column;gap:.4rem;font-weight:300;display:flex}.property-form input,.property-form textarea,.property-form select{box-sizing:border-box;width:100%;font-family:var(--field-font);border:1px solid #cfd8e3;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:300}.property-form input[readonly]{color:#667085;background:#f7f9fc}.property-form textarea{resize:vertical}.form-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.location-fieldset{background:#f7fbff;border:1px solid #cfe2ff;border-radius:8px;flex-direction:column;gap:1rem;min-width:0;margin:.25rem 0;padding:1rem;display:flex}.location-fieldset legend{color:#0056b3;padding:0 .4rem;font-size:.95rem;font-weight:500}.field-label{color:#344054;font-family:var(--field-font);margin:0 0 .5rem;font-weight:300}.amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.privacy-option{font-family:var(--field-font);background:#f5f9ff;border:1px solid #cfe2ff;border-radius:8px;align-items:center;padding:.75rem;flex-direction:row!important;gap:.6rem!important;font-weight:300!important;display:flex!important}.privacy-option input{width:auto;margin:0}.privacy-note{color:#697586;margin:-.5rem 0 0;font-size:.9rem}.photo-upload-field{flex-direction:column;gap:.75rem;display:flex}.photo-upload-field input[type=file]{cursor:pointer;padding:.65rem}.photo-preview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}.photo-preview-grid img{aspect-ratio:1;object-fit:cover;background:#f7f9fc;border:1px solid #dde3ea;border-radius:8px;width:100%}.map-info-window{color:#263142;gap:.45rem;min-width:240px;max-width:280px;font-family:Poppins,sans-serif;display:grid}.map-info-carousel{background:#eef2f7;border-radius:8px;position:relative;overflow:hidden}.map-info-photo{aspect-ratio:1.45;object-fit:cover;width:100%;display:block}.map-carousel-button{color:#123c69;cursor:pointer;background:#ffffffeb;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.35rem;font-weight:700;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.map-carousel-button[data-carousel-action=prev]{left:.45rem}.map-carousel-button[data-carousel-action=next]{right:.45rem}.map-carousel-counter{background:#0f172ab8;border-radius:999px;padding:.15rem .45rem;position:absolute;bottom:.45rem;right:.45rem;color:#fff!important;font-size:.72rem!important}.map-info-window strong{color:#123c69;font-size:.95rem}.map-info-window span{color:#64748b;font-size:.82rem}.map-info-actions{align-items:center;gap:.65rem;margin-top:.35rem;display:flex}.map-detail-link{color:#fff;background:#007bff;border-radius:8px;align-items:center;min-height:40px;padding:0 .85rem;font-size:.82rem;font-weight:500;text-decoration:none;display:inline-flex}.map-favorite-button{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin-top:.25rem;padding:0;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;display:inline-flex}.map-favorite-button.active{color:#e11d48;background:#fff;border-color:#fecdd3}.amenity-option{font-family:var(--field-font);border:1px solid #dde3ea;border-radius:8px;align-items:center;padding:.55rem .65rem;flex-direction:row!important;gap:.5rem!important;font-weight:300!important;display:flex!important}.amenity-option input{width:auto}.primary-action,.property-actions button,.text-button{cursor:pointer;font:inherit;border:none;border-radius:8px}.primary-action{color:#fff;background:#007bff;justify-content:center;align-items:center;padding:.85rem 1rem;font-weight:500;text-decoration:none;display:inline-flex}.primary-action:disabled{cursor:not-allowed;opacity:.7}.text-button{color:#007bff;background:0 0;padding:.25rem 0;font-weight:500}.dashboard-message{color:#344054;margin:0}.map-panel .map-canvas{min-height:460px;width:100%!important;margin:0!important}.map-panel-large .map-canvas{min-height:620px}.property-list{flex-direction:column;gap:.85rem;display:flex}.property-row{border:1px solid #e6ecf2;border-radius:8px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.75rem;display:grid}.property-row img{object-fit:cover;border-radius:8px;width:120px;height:84px}.property-row h3{margin:0 0 .35rem}.property-row p{color:#697586;margin:.15rem 0}.property-actions{gap:.5rem;display:flex}.property-actions button{color:#0056b3;background:#eef5ff;padding:.55rem .75rem}.property-actions .danger-button{color:#b42318;background:#fff1f0}.property-detail-page{background:#f6f8fb;gap:1.25rem;padding:1.5rem;display:grid}.property-detail-hero,.property-detail-grid,.property-detail-map,.property-detail-empty,.property-detail-status{width:100%;max-width:1180px;margin:0 auto}.property-detail-hero{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1.25rem;display:grid}.property-detail-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.property-detail-gallery img{aspect-ratio:1.2;object-fit:cover;background:#eaf0f7;border-radius:8px;width:100%}.property-detail-gallery img:first-child{aspect-ratio:1.6;grid-column:span 4}.property-detail-summary,.property-detail-grid article,.property-detail-map,.property-detail-empty{background:#fff;border:1px solid #e0e7ef;border-radius:8px;box-shadow:0 16px 40px #10182814}.property-detail-summary{align-content:start;gap:.9rem;padding:1.25rem;display:grid}.property-detail-summary h1,.property-detail-grid h2,.property-detail-map h2,.property-detail-empty h1{color:#123c69;margin:0}.property-detail-summary h1{font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.05}.property-detail-summary p,.property-detail-grid p{color:#5f6f85;margin:0}.property-detail-price{color:#007bff;font-size:1.7rem;font-weight:700}.property-detail-tags,.property-detail-amenities{flex-wrap:wrap;gap:.55rem;display:flex}.property-detail-tags span,.property-detail-amenities span{color:#174a7c;background:#eef5ff;border:1px solid #d7e8ff;border-radius:999px;padding:.45rem .7rem;font-size:.9rem}.property-detail-actions{flex-wrap:wrap;gap:.65rem;display:flex}.detail-favorite-button{color:#334155;cursor:pointer;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.45rem;padding:.85rem 1rem;font-weight:500;display:inline-flex}.detail-favorite-button span{color:#94a3b8;font-size:1.2rem}.detail-favorite-button.active{border-color:#fecdd3}.detail-favorite-button.active span{color:#e11d48}.property-detail-grid{grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr) minmax(220px,.6fr);gap:1rem;display:grid}.property-detail-grid article,.property-detail-map,.property-detail-empty{padding:1.25rem}.property-detail-grid article{align-content:start;gap:.75rem;display:grid}.property-detail-map{gap:1rem;display:grid}.property-detail-map .map-canvas{width:100%!important;height:460px!important;margin:0!important}.property-detail-empty,.property-detail-status{text-align:center}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.summary-grid div{border:1px solid #dde3ea;border-radius:8px;padding:1rem}.summary-grid strong{font-size:1.8rem;display:block}.summary-grid span{color:#697586}@media (width<=980px){.dashboard-shell,.dashboard-grid{grid-template-columns:1fr}.dashboard-sidebar{z-index:900;scrollbar-width:none;border-bottom:1px solid #dde3ea;border-right:none;grid-template-columns:repeat(4,minmax(max-content,1fr));padding:.75rem;display:grid;position:sticky;top:0;overflow-x:auto}.dashboard-sidebar::-webkit-scrollbar{display:none}.dashboard-sidebar>div{grid-column:1/-1}.dashboard-sidebar button{text-align:center;white-space:nowrap;min-width:max-content;min-height:44px}.dashboard-topbar{flex-direction:column}.dashboard-stat-row{justify-content:flex-start}}@media (width<=680px){.user-menu{flex-direction:column;align-items:stretch}.user-menu-btn{width:100%}.dashboard-content{padding:1rem}.dashboard-shell{min-height:auto}.dashboard-sidebar h2,.dashboard-eyebrow{display:none}.dashboard-topbar h1{font-size:1.35rem}.dashboard-stat-row{width:100%}.dashboard-stat-row span{text-align:center;flex:120px}.dashboard-card{padding:1rem}.form-two-columns,.amenity-grid,.location-fieldset,.photo-preview-grid,.summary-grid{grid-template-columns:1fr}.property-form input,.property-form textarea,.property-form select{min-height:46px;font-size:16px}.property-form textarea{min-height:120px}.privacy-option,.amenity-option{min-height:44px}.primary-action{min-height:48px}.map-panel .map-canvas,.map-panel-large .map-canvas{min-height:320px;height:42vh!important}.property-row{grid-template-columns:1fr}.property-row img{width:100%;height:180px}.property-actions{flex-wrap:wrap}.property-actions button{flex:120px;min-height:44px}}@media (width<=420px){.dashboard-content{padding:.75rem}.dashboard-card{border-left:none;border-right:none;border-radius:0;margin-left:-.75rem;margin-right:-.75rem}.section-heading{flex-direction:column;align-items:flex-start}.register-modal{width:100%;max-height:calc(100vh - 1rem);padding:1.25rem}.modal-backdrop{padding:.5rem}}.home-page,.dashboard-layout,.app-content>*{min-width:0}.home-main{flex-direction:column;flex:1;gap:1rem;padding:0 1rem 1.5rem;display:flex}.map-wrapper{width:100%;min-width:0}.map-canvas{min-height:320px;max-height:680px;width:min(100%,1200px)!important;height:50vh!important;margin:1rem auto!important}.dashboard-layout{flex:1;min-height:0}.dashboard-shell{flex:1}.dashboard-content,.dashboard-card,.register-container,.register-modal,.search-and-filters,.property-row,.summary-grid>div,.property-row>*,.dashboard-topbar>*,.section-heading>*{min-width:0}.property-row h3,.property-row p,.dashboard-topbar h1{overflow-wrap:anywhere}@media (width<=1180px){.site-header{padding-left:1.25rem;padding-right:1.25rem}.dashboard-grid{grid-template-columns:minmax(300px,480px) minmax(0,1fr)}}@media (width<=900px){.property-detail-page{padding:1rem}.property-detail-hero,.property-detail-grid{grid-template-columns:1fr}.search-and-filters{grid-template-columns:1fr;width:min(100%,720px)}.filter-toggle{width:100%}.photo-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-row{grid-template-columns:96px minmax(0,1fr)}.property-actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=640px){main{padding-bottom:1rem}.home-main{padding:0 .75rem 1rem}.site-header{gap:.75rem}.brand-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:58vw;overflow:hidden}.nav-button,.language-switcher button,.dashboard-sidebar button,.primary-action,.property-actions button{min-height:44px}.map-canvas,.map-panel .map-canvas,.map-panel-large .map-canvas{min-height:300px;max-height:520px;width:100%!important;height:48vh!important}.dashboard-sidebar{top:69px}.dashboard-sidebar button{white-space:normal;min-width:auto}.dashboard-stat-row span{flex:140px}.photo-preview-grid,.property-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.property-detail-gallery img:first-child{grid-column:span 2}.property-detail-summary,.property-detail-grid article,.property-detail-map,.property-detail-empty{padding:1rem}.property-detail-actions>*{width:100%}}@media (width<=480px){.site-header{padding-left:.75rem;padding-right:.75rem}header nav{left:.75rem;right:.75rem}.search-and-filters{width:100%}.dashboard-stat-row span,.property-actions button{flex-basis:100%}.property-row img{height:160px}}
