:root,[data-theme=template1]{--primary:#c5a059;--bg-dark:#0a0c0e;--bg-card:#15181c;--text-main:#fff;--text-muted:#94a3b8;--glass:#ffffff08;--glass-border:#ffffff1a}[data-theme=template2]{--primary:#2563eb;--bg-dark:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--glass:#00000005;--glass-border:#0000000d}[data-theme=template3]{--primary:#059669;--bg-dark:#f1f5f9;--bg-card:#fff;--text-main:#1e293b;--text-muted:#475569;--glass:#fff9;--glass-border:#00000014}[data-theme=template4]{--primary:#e11d48;--bg-dark:#111113;--bg-card:#1c1c1f;--text-main:#f4f4f5;--text-muted:#a1a1aa;--glass:#ffffff05;--glass-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:Outfit,sans-serif;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:3000;background:linear-gradient(135deg,#090a0f 0%,#1a1c24 100%);border-bottom:1px solid #ffffff14;width:100%;padding:1rem 0;transition:all .4s;position:fixed;top:0;left:0;box-shadow:0 4px 20px #00000080}.navbar.scrolled{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(135deg,#090a0ff2 0%,#1a1c24f2 100%);border-bottom:1px solid #ffffff1f;padding:.8rem 0;box-shadow:0 6px 25px #0009}.nav-wrapper{justify-content:space-between;align-items:center;gap:2rem;display:flex}.nav-left{flex:1;justify-content:flex-start;display:flex}.nav-logo{cursor:pointer;align-items:center;gap:.8rem;display:flex}.nav-logo .logo-text{letter-spacing:4px;color:#fff;font-size:1.5rem;font-weight:800}.nav-center{justify-content:center;display:flex}.nav-search-bar{background:var(--glass);border:1px solid var(--glass-border);border-radius:100px;align-items:center;gap:.8rem;width:350px;padding:.5rem 1.2rem;transition:all .3s;display:flex}.nav-search-bar:focus-within{border-color:var(--primary);background:#ffffff0d;width:400px}.nav-search-bar input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.nav-right{justify-content:flex-end;align-items:center;gap:2rem;display:flex}.nav-links{gap:2rem;display:flex}.nav-links span{text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;color:#ffffffb3;font-size:.8rem;font-weight:700;transition:color .3s}.nav-links span:hover{color:var(--primary)}.nav-login-icon{background:var(--glass);border:1px solid var(--glass-border);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.nav-login-icon:hover{background:var(--primary);color:#000;border-color:var(--primary)}.hero-section{background:#000;align-items:center;width:100%;height:90vh;min-height:750px;display:flex;position:relative;overflow:visible}.hero-video{object-fit:cover;z-index:1;filter:brightness(.9);width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:2;background:linear-gradient(#0000000d 0%,#0000004d 100%);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-content{animation:1s ease-out fadeInUp}.hero-badge{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--primary);text-transform:uppercase;letter-spacing:2px;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-main-title{margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.hero-main-title span{color:var(--primary)}.hero-description{color:#fffc;max-width:650px;margin-bottom:3.5rem;font-size:1.25rem;line-height:1.6}.hero-search-large{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);background:#ffffff1a;border-radius:20px;align-items:center;gap:1rem;max-width:700px;padding:.6rem;display:flex}.hero-search-large input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding-left:1rem;font-size:1.1rem}.hero-search-btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:15px;padding:1rem 2rem;font-weight:700;transition:all .3s}.hero-search-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #c5a0594d}.stats-bar{background:var(--bg-card);border-bottom:1px solid var(--glass-border);padding:4rem 0}.stats-flex{justify-content:center;align-items:center;gap:5rem;display:flex}.stat-item{text-align:center;flex:1}.stat-num{color:#fff;font-size:2.5rem;font-weight:800;display:block}.stat-divider{background:var(--glass-border);width:1px;height:40px}.section-tag{color:var(--primary);text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem;font-size:.8rem;font-weight:700}.section-title{margin-bottom:3rem;font-size:2.5rem;font-weight:800}.properties-section{background:#fff;padding:60px 0 100px}.features-section{background:radial-gradient(circle at 100% 0,#c5a0590d 0%,#0000 40%);padding:40px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.feature-card{text-align:center;padding:2rem;transition:all .4s}.feature-icon{background:var(--glass);border:1px solid var(--glass-border);width:80px;height:80px;color:var(--primary);border-radius:24px;justify-content:center;align-items:center;margin:0 auto 2rem;transition:all .4s;display:flex}.feature-card:hover .feature-icon{background:var(--primary);color:#000;transform:rotateY(180deg)}.feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.feature-card p{color:var(--text-muted);max-width:300px;margin:0 auto;font-size:1rem;line-height:1.7}.property-carousel{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:3rem;padding-bottom:2rem;display:flex;overflow-x:auto}.property-carousel::-webkit-scrollbar{display:none}.carousel-item{flex:none;min-width:400px}.carousel-nav-btn{color:var(--primary);cursor:pointer;z-index:10;background:#fff;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #00000026}.carousel-nav-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 6px 25px #c5a05966}.carousel-nav-btn.left{left:-25px}.carousel-nav-btn.right{right:-25px}.property-card{cursor:pointer;background:#f1f5f9f2;border:1px solid #0000001a;border-radius:12px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.property-card:hover{border-color:var(--primary);transform:translateY(-15px);box-shadow:0 30px 60px #0006}.card-image-container{height:160px;position:relative;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.property-card:hover .card-image{transform:scale(1.1)}.card-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.property-card:hover .card-overlay{opacity:1}.view-details-btn{color:#000;background:#fff;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .4s;display:flex;transform:translateY(20px)}.property-card:hover .view-details-btn{transform:translateY(0)}.card-price-tag{background:var(--primary);color:#000;border-radius:7px;padding:.5rem 1.2rem;font-size:1.1rem;font-weight:800;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 10px 20px #0003}.card-featured-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid var(--glass-border);background:#ffffff1a;border-radius:7px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem}.card-body{padding:1.5rem}.card-category{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.card-title{color:#0f172a;margin-bottom:.8rem;font-size:1.5rem;font-weight:700;line-height:1.2}.card-location{color:#475569;align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:.9rem;display:flex}.card-footer{border-top:1px solid #0000001a;gap:1.5rem;padding-top:1.5rem;display:flex}.card-spec-item{color:#1e293b;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.cta-section{background:var(--primary);color:#000;align-items:center;width:100%;height:30vh;min-height:250px;display:flex;position:relative;overflow:hidden}.cta-overlay{text-align:center;background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cta-section h2{color:#000;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.cta-section p{color:#000c;font-weight:500}.cta-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;margin-top:2rem;padding:1.2rem 3rem;font-weight:700;transition:all .3s}.cta-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.dashboard-page{min-height:100vh;padding-top:80px}.dashboard-layout{min-height:calc(100vh - 80px);display:flex}.dashboard-sidebar{background:var(--bg-card);border-right:1px solid var(--glass-border);flex-direction:column;gap:2rem;width:280px;padding:2rem;display:flex}.role-switcher{background:#0000004d;border-radius:12px;gap:.4rem;padding:.4rem;display:flex}.role-switcher button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.role-switcher button.active{background:var(--glass);color:var(--primary);box-shadow:0 4px 12px #0003}.side-nav{flex-direction:column;gap:.5rem;display:flex}.side-item{color:var(--text-muted);cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:1rem;font-weight:600;transition:all .3s;display:flex}.side-item:hover,.side-item.active{color:var(--primary);background:#c5a0591a}.dashboard-main{flex:1;padding:3rem;overflow-y:auto}.main-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.header-content h1{margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.header-content p{color:var(--text-muted)}.add-btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-weight:700;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:20px;padding:2rem}.stat-value{color:var(--primary);font-size:2.5rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.table-wrapper{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;overflow:hidden}.properties-table{border-collapse:collapse;width:100%}.properties-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;background:#ffffff05;padding:1.5rem;font-size:.8rem}.properties-table td{border-top:1px solid #334155;padding:1.5rem}.properties-table tbody tr{background:#f8fafc;border-bottom:1px solid #334155;transition:all .2s}.properties-table tbody tr:hover{background:#f1f5f9;transform:translateY(-1px)}.table-thumb{object-fit:cover;border-radius:12px;width:60px;height:60px}.table-title{font-size:1rem;font-weight:700}.table-location{color:var(--text-muted);font-size:.8rem}.badge-online{color:#22c55e;background:#22c55e1a;border-radius:100px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.table-actions{gap:.8rem;display:flex}.action-btn{border:1px solid var(--glass-border);background:var(--glass);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.action-btn.view:hover{color:#fff;background:#3b82f6;border-color:#3b82f6}.action-btn.edit:hover{background:var(--primary);color:#000;border-color:var(--primary)}.action-btn.delete:hover{color:#fff;background:#ef4444;border-color:#ef4444}.premium-form{background:0 0;flex-direction:column;gap:1.8rem;width:100%;padding:2.5rem 3rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#334155;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background:#fff;border:1px solid #00000026;border-radius:12px;outline:none;padding:.65rem 1rem;font-size:.95rem;font-weight:500;transition:all .3s;box-shadow:inset 0 2px 4px #00000008}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #c5a05933}.save-btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 25px #c5a05966}.save-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #c5a05999}.modal-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:4000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.property-form-modal{background:#f8fafc;border:1px solid #0000001a;border-radius:28px;flex-direction:column;width:100%;max-width:960px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 25px 70px #0009}.modal-header{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f1f5f9;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:2.5rem 3rem;display:flex;position:sticky;top:0}.modal-header h2{color:#0f172a;font-size:1.8rem;font-weight:800}.close-icon{cursor:pointer;color:#64748b;transition:color .3s}.close-icon:hover{color:#0f172a}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem;display:grid}.full-width{grid-column:span 2}.specs-row{background:#f1f5f9;border:1px solid #00000014;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.8rem;display:grid}.images-preview-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.image-input-container{flex-direction:column;gap:.8rem;display:flex}.image-preview-box{background:#fff;border:1px solid #00000026;border-radius:16px;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.image-preview-box img{object-fit:cover;width:100%;height:100%}.remove-img-overlay{color:#fff;cursor:pointer;opacity:0;background:#ef4444;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .3s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 4px 10px #ef444466}.image-input-container:hover .remove-img-overlay{opacity:1}.add-img-card{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #0003;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:140px;transition:all .3s;display:flex}.add-img-card:hover{border-color:var(--primary);color:var(--primary);background:#c5a0590d}.form-actions{background:#f1f5f9;border-top:1px solid #00000014;justify-content:flex-end;gap:1.5rem;padding:2.5rem 3rem;display:flex}.cancel-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #0003;border-radius:16px;padding:1.2rem 2.5rem;font-weight:700;transition:all .3s}.cancel-btn:hover{color:#0f172a;background:#e2e8f0}.detail-page{padding-top:80px}.detail-hero{align-items:flex-end;width:100%;height:60vh;min-height:500px;padding-bottom:4rem;display:flex;position:relative}.hero-bg{object-fit:cover;z-index:-1;filter:brightness(.85);width:100%;height:100%;position:absolute;top:0;left:0}.detail-hero .hero-overlay{background:linear-gradient(#0000 0%,#000c 100%);align-items:flex-end;padding-bottom:4rem}.back-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid var(--glass-border);cursor:pointer;z-index:10;background:#00000080;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s;display:flex;position:absolute;top:2rem;left:2rem}.back-btn:hover{background:var(--primary);color:#000}.detail-badge{background:var(--primary);color:#000;text-transform:uppercase;letter-spacing:2px;border-radius:100px;padding:.4rem 1rem;font-size:.8rem;font-weight:800}.detail-title{white-space:nowrap;text-overflow:ellipsis;margin:1rem 0;font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:800;line-height:1.1;overflow:hidden}.detail-location{color:var(--text-muted);align-items:center;gap:.5rem;font-size:1.2rem;display:flex}.detail-bottom-bg{color:#000;z-index:10;background:#fff;border-radius:7px;margin-top:1.5rem;margin-bottom:6rem;padding:4rem;position:relative;box-shadow:0 30px 60px #00000080}.detail-bottom-bg .info-section h2,.detail-bottom-bg .section-header h2{color:#000!important}.detail-bottom-bg .info-section p{color:#333!important}.detail-bottom-bg .gallery-item,.detail-bottom-bg .panorama-viewer,.detail-bottom-bg .video-wrapper{box-shadow:0 10px 30px #00000014;border:1px solid #0000001a!important}.detail-content{grid-template-columns:2fr 1fr;gap:4rem;padding:4rem 0;display:grid}@media (width<=900px){.detail-content{grid-template-columns:1fr}}.detail-main{flex-direction:column;gap:4rem;display:flex}.info-section h2,.section-header h2{color:#fff;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800}.info-section p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.detail-specs-grid{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem;display:grid}.spec-item{color:#fff;flex-direction:column;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:600;display:flex}.spec-item svg{color:var(--primary)}.section-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.section-header svg{color:var(--primary)}.photo-gallery{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.gallery-item{aspect-ratio:16/9;border:1px solid var(--glass-border);cursor:pointer;border-radius:7px;width:100%;height:auto;position:relative;overflow:hidden}.gallery-item.large{aspect-ratio:16/9;grid-column:span 2;height:auto}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.panorama-viewer{aspect-ratio:16/9;border:1px solid var(--glass-border);border-radius:7px;width:100%;height:auto;overflow:hidden}.video-wrapper{aspect-ratio:16/9;border:1px solid var(--glass-border);border-radius:7px;justify-content:center;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}.property-video{width:100%;display:block}.price-card{background:var(--bg-card);border:1px solid var(--glass-border);text-align:center;border-radius:32px;padding:3rem 2rem;position:sticky;top:100px}.price-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem}.price-value{color:var(--primary);margin-bottom:2rem;font-size:3rem;font-weight:800}.contact-btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:16px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:transform .3s}.contact-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #c5a0594d}.lightbox-overlay{z-index:5000;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1.1rem;display:flex;position:absolute;top:2rem;left:2rem}.lightbox-content{max-width:90vw;max-height:80vh;position:relative}.lightbox-content img{object-fit:contain;border-radius:12px;max-width:100%;max-height:80vh}.nav-arrow{color:#fff;cursor:pointer;opacity:.5;background:0 0;border:none;transition:opacity .3s;position:absolute;top:50%;transform:translateY(-50%)}.nav-arrow:hover{opacity:1}.nav-arrow.left{left:2rem}.nav-arrow.right{right:2rem}.lightbox-info{text-align:center;width:100%;color:var(--text-muted);position:absolute;bottom:-3rem;left:0}.chatbot-wrapper{z-index:9000;position:fixed;bottom:2rem;right:2rem}.chat-bubble{background:var(--primary);color:#000;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;box-shadow:0 10px 20px #c5a05966}.chat-bubble:hover{transform:scale(1.1)}.chat-window{background:#fff;border:1px solid #0000001a;border-radius:24px;flex-direction:column;width:380px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}.chat-header{background:var(--primary);color:#000;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.chat-header-info{align-items:center;gap:.8rem;font-weight:700;display:flex}.online-indicator{background:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #22c55e}.close-chat{cursor:pointer;color:#0009;transition:color .3s}.close-chat:hover{color:#000}.chat-messages{flex-direction:column;gap:1rem;height:480px;padding:1.5rem;display:flex;overflow-y:auto}.message{letter-spacing:.3px;border-radius:16px;max-width:80%;padding:1rem;font-size:.85rem;font-weight:300;line-height:1.5}.message.bot{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px;align-self:flex-start}.message.user{color:#fff;background:#64748b;border-bottom-right-radius:4px;align-self:flex-end}.chat-input{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem;display:flex}.chat-input input{color:#000;background:0 0;border:none;outline:none;flex:1;padding:.5rem}.chat-input button{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.chat-input button{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:transform .3s}.chat-input button:hover{transform:scale(1.1)}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.footer-simple{text-align:center;color:#ffffff80;border-top:1px solid var(--glass-border);padding:4rem 0;font-size:.9rem}.view-all-btn{color:var(--primary);border:1px solid var(--primary);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex}.view-all-btn:hover{background:var(--primary);color:#000}.view-all-btn svg{transition:transform .3s}.view-all-btn:hover svg{transform:translate(4px)}[data-theme=template2] .properties-section .container{max-width:1400px}[data-theme=template2] .property-card{border:none;border-radius:24px;box-shadow:0 4px 20px #00000008}[data-theme=template2] .hero-section{display:block}[data-theme=template3] .property-card{border-radius:4px;box-shadow:0 2px 10px #0000000d}[data-theme=template3] .property-card-image-container{border-radius:4px 4px 0 0}[data-theme=template3] .btn-primary{border-radius:4px}[data-theme=template4] .properties-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem;display:grid}[data-theme=template4] .property-card{background:0 0;border:none;border-radius:0}[data-theme=template4] .property-card-image-container{border-radius:0;height:400px}
