.properties-page{min-height:100vh;padding-top:100px}.filters-bar{z-index:100;background:var(--bg-primary);border-bottom:1px solid #0000;margin-bottom:32px;padding:16px 0 8px;transition:border-color .2s,box-shadow .2s;position:sticky;top:72px}.filters-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.filter-search{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);min-width:200px;color:var(--text-primary);background:#ffffffb3;border:1px solid #fff6;outline:none;flex:1;padding:12px 20px;font-size:.95rem;transition:all .3s}.filter-search:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1b6b931a,var(--shadow-glow);background:#ffffffe6}.filter-search::placeholder{color:var(--text-muted)}.filter-group{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);background:#fff9;border:1px solid #fff6;gap:4px;padding:4px;display:flex}.filter-btn{color:var(--text-secondary);border-radius:var(--radius-full);background:0 0;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .25s}.filter-btn.active{background:var(--gradient-primary);color:#fff;box-shadow:0 2px 8px #1b6b9340}.filter-btn:hover:not(.active){color:var(--text-primary);background:#1b6b9314}.filter-select{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;background:#ffffffb3;border:1px solid #fff6;outline:none;padding:10px 16px;font-size:.85rem;transition:border-color .2s}.filter-select:focus{border-color:var(--primary)}.results-count{color:var(--text-muted);font-size:.9rem}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.property-card{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffffbf;border:1px solid #ffffff80;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.property-card:after{content:"";background:0 0;height:3px;transition:background .3s;position:absolute;top:0;left:0;right:0}.property-card:hover{border-color:#1b6b9333;transform:translateY(-6px);box-shadow:0 16px 48px #0000001a,0 0 0 1px #1b6b930d}.property-card:hover:after{background:linear-gradient(90deg,var(--primary),#0ea5e9)}.property-image{background:var(--bg-secondary);height:200px;position:relative;overflow:hidden}.property-image img{transition:transform .5s}.property-card:hover .property-image img{transform:scale(1.05)}.property-image-placeholder{opacity:.3;background:linear-gradient(135deg,#1b6b9314,#2d8b5c14);justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.property-badges{gap:6px;display:flex;position:absolute;top:12px;left:12px}.badge{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);padding:4px 10px;font-size:.75rem;font-weight:600}.badge-rent{color:#fff;background:#1b6b93d9}.badge-sale{color:#fff;background:#f59e0bd9}.badge-new{color:#fff;background:#10b981d9}.badge-featured{color:#fff;background:#fff3}.property-score{-webkit-backdrop-filter:blur(10px);background:#0009;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.property-content{padding:20px}.property-price{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:1.4rem;font-weight:800}.property-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:1rem;font-weight:600;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.property-card:hover .property-title{color:var(--primary-light)}.property-location{color:var(--text-muted);margin-bottom:8px;font-size:.85rem}.property-desc{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.property-meta{color:var(--text-secondary);gap:16px;margin-bottom:12px;font-size:.85rem;display:flex}.property-meta span{transition:color .2s}.property-card:hover .property-meta span{color:var(--text-primary)}.property-features{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.feature-tag{border-radius:var(--radius-sm);color:var(--primary-light);background:#1b6b930f;border:1px solid #1b6b931a;padding:3px 8px;font-size:.75rem;transition:all .2s}.property-card:hover .feature-tag{background:#1b6b931a;border-color:#1b6b9333}.feature-more{border-color:var(--border);color:var(--text-muted);background:#1b6b930a}.property-agent{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:12px;font-size:.8rem;display:flex}.agent-name{color:var(--text-primary);font-weight:500}.agent-company{color:var(--text-muted)}.trust-badge{color:#10b981;background:#10b9811f;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:3px;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.no-results{text-align:center;padding:64px 0}.no-results-icon{margin-bottom:16px;font-size:3rem}.no-results h3{color:var(--text-primary);margin-bottom:8px}.no-results p{color:var(--text-muted)}.chatbot-fab{z-index:1000;position:fixed;bottom:24px;right:24px}.chatbot-toggle{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #1b6b9333}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 28px #1b6b934d}.chatbot-panel{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);z-index:1000;background:#fffffff2;border:1px solid #fff6;flex-direction:column;width:380px;max-height:520px;animation:.3s fadeInUp;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.chatbot-header{background:var(--gradient-primary);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatbot-header h3{font-size:1rem;font-weight:600}.chatbot-header .close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:background .2s;display:flex}.chatbot-header .close-btn:hover{background:#ffffff4d}.chatbot-messages{flex-direction:column;flex:1;gap:12px;min-height:300px;max-height:360px;padding:16px;display:flex;overflow-y:auto}.chat-message{border-radius:var(--radius-md);max-width:85%;padding:10px 14px;font-size:.9rem;line-height:1.5}.chat-message.bot{color:var(--text-primary);background:#1b6b930f;border:1px solid #1b6b931a;align-self:flex-start}.chat-message.user{background:var(--gradient-primary);color:#fff;align-self:flex-end}.chat-message.typing{color:var(--text-muted);background:#1b6b930f;border:1px solid #1b6b931a;align-self:flex-start;animation:1.5s infinite pulse}.chatbot-input{border-top:1px solid #0000000f;gap:8px;padding:12px;display:flex}.chatbot-input input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-primary);outline:none;flex:1;padding:10px 16px;font-size:.9rem;transition:border-color .2s}.chatbot-input input:focus{border-color:var(--primary)}.chatbot-input input::placeholder{color:var(--text-muted)}.chatbot-input button{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.chatbot-input button:hover{opacity:.9;transform:translateY(-1px)}.chatbot-pulse{animation:2s ease-in-out infinite chatbot-glow}@keyframes chatbot-glow{0%,to{box-shadow:0 4px 20px #1b6b9333}50%{box-shadow:0 4px 20px #1b6b9333,0 0 0 8px #1b6b931f,0 0 0 16px #1b6b930f}}.quick-replies{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.quick-reply-btn{border-radius:var(--radius-full);color:var(--primary-light,#1b6b93);cursor:pointer;white-space:nowrap;background:#1b6b930f;border:1px solid #1b6b9333;padding:6px 12px;font-size:.78rem;font-weight:500;transition:all .2s}.quick-reply-btn:hover{background:#1b6b9324;border-color:#1b6b9359;transform:translateY(-1px)}@media (max-width:1024px){.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.properties-page{padding-top:80px}.properties-grid{grid-template-columns:1fr;gap:16px}.chatbot-panel{width:auto;max-height:70vh;bottom:84px;left:12px;right:12px}.chatbot-messages{min-height:200px;max-height:280px}.filters-bar{flex-direction:column!important;gap:8px!important;padding:8px 0!important;position:relative!important;top:auto!important}.filters-bar input,.filters-bar select{width:100%!important;min-width:unset!important;padding:10px 12px!important;font-size:.85rem!important}.advanced-filters-grid{grid-template-columns:1fr!important}.filters-row{flex-direction:column;gap:6px}.filter-search{width:100%}.property-image{height:220px}.property-content{padding:14px}.property-price{font-size:1.2rem}.property-title{font-size:.95rem}.property-meta{gap:10px;font-size:.8rem}.chatbot-toggle{width:52px;height:52px;font-size:1.3rem}.chatbot-fab{bottom:16px;right:16px}.container [style*=grid]{grid-template-columns:1fr 1fr!important}.container form{padding:16px!important}}@media (max-width:480px){.container [style*=grid]{grid-template-columns:1fr!important}.properties-page{padding-top:70px}.property-image{height:200px}.property-content{padding:12px}.property-price{font-size:1.1rem}.chatbot-panel{bottom:76px;left:8px;right:8px}.property-card{border-radius:16px}}@media (prefers-reduced-motion:reduce){.property-card,.filter-search,.filter-btn,.chatbot-toggle{transition:none}.property-card:hover .property-image img{transform:none}}
