:root{--primary: #4F46E5;--primary-hover: #4338CA;--secondary: #D4AF37;--accent: #818CF8;--bg-dark: #F1F5F9;--bg-card: rgba(255, 255, 255, .8);--bg-glass: rgba(255, 255, 255, .6);--text-main: #0F172A;--text-muted: #64748B;--border-glass: rgba(0, 0, 0, .05);--shadow-premium: 0 8px 32px 0 rgba(0, 0, 0, .05);--font-main: "Inter", sans-serif;--font-accent: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-main)}body{background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;overflow-x:hidden;max-width:100vw}html{overflow-x:hidden;max-width:100vw}.glass{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:16px;box-shadow:var(--shadow-premium)}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-glass);border-radius:20px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border:none;padding:.8rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:flex;align-items:center;gap:.5rem}.btn-primary:active{transform:scale(.95)}.btn-primary:hover{filter:brightness(1.1)}h1,h2,h3{font-family:var(--font-accent);letter-spacing:-.02em}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .5s ease forwards}select.glass{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230F172A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2rem;padding-right:3rem!important;color:var(--text-main)}select option{background-color:#fff;color:var(--text-main);padding:12px}select option:checked{background-color:var(--primary)!important;color:#fff}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.property-card{padding:0!important;display:flex;flex-direction:column}.property-image-container{width:100%;height:220px;overflow:hidden;position:relative;border-radius:20px 20px 0 0}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card:hover .property-image{transform:scale(1.08)}.property-badge{position:absolute;top:1rem;left:1rem;padding:.4rem .8rem;background:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;font-size:.75rem;font-weight:600;color:var(--secondary);border:1px solid var(--secondary);z-index:1}.property-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.property-price{font-size:1.5rem;color:var(--text-main);font-weight:700;font-family:var(--font-accent);margin-bottom:.5rem}.property-title{font-size:1.1rem;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-location{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.property-stats{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-glass);display:flex;justify-content:space-between;color:var(--text-muted);font-size:.85rem}.property-stat{display:flex;align-items:center;gap:.3rem}.animate-spin{animation:spin 1s linear infinite}@media(max-width:768px){.hero h1{font-size:2rem!important}.hero{padding:4rem 1rem!important}.property-grid{grid-template-columns:1fr;gap:1.5rem}.glass-card{padding:1.5rem}form[style*="rgba(255, 255, 255, 0.95)"]{flex-direction:column;gap:.5rem!important}form[style*="rgba(255, 255, 255, 0.95)"]>div,form[style*="rgba(255, 255, 255, 0.95)"]>button{width:100%!important;flex:1 1 100%!important;min-width:100%!important}section[style*="4rem 4rem"]{margin-left:1rem!important;margin-right:1rem!important}}@media(max-width:480px){.hero h1{font-size:1.75rem!important;margin-bottom:2rem!important}.property-price{font-size:1.25rem}.property-title{font-size:1rem}.hide-text-mobile{display:none!important}}.hide-text-sm,.hide-text-md{display:inline}@media(max-width:640px){.hide-text-sm{display:none}}@media(max-width:768px){.hide-text-md{display:none}}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;width:100%}@media(max-width:1024px){.property-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.property-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.property-grid>*{max-width:100%;min-width:0}.container{padding-left:1rem!important;padding-right:1rem!important}}@media(max-width:480px){.property-grid{grid-template-columns:minmax(250px,1fr)!important;gap:1rem;margin-top:1rem}.container{padding-left:.75rem!important;padding-right:.75rem!important}}.glass-card{max-width:100%;overflow:hidden}@media(max-width:768px){.property-image{width:100%;height:auto;object-fit:cover}*{max-width:100%;box-sizing:border-box}.home-page,.container,section{max-width:100vw!important;overflow-x:hidden!important;margin-left:0!important;margin-right:0!important;padding-left:1rem!important;padding-right:1rem!important}.property-grid,.glass-card,.property-card{max-width:100%!important;margin-left:0!important;margin-right:0!important}img{max-width:100%!important;height:auto!important}.glass{max-width:100%!important}nav img,header img{max-width:150px!important;height:auto!important}.glass,.glass-card{box-shadow:0 4px 8px #0000001a!important}}
