@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";#root{width:100%;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1f2937;background-color:#fff;margin:0;padding:0;box-sizing:border-box}*{box-sizing:border-box}.error-container{max-width:600px;margin:100px auto;padding:2rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;color:#b91c1c;text-align:center;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}*{font-family:Montserrat,sans-serif}.header{background:#fffc;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid rgba(99,102,241,.1);box-shadow:0 4px 30px #0000000d,0 1px 3px #6366f11a;position:sticky;top:0;z-index:100;padding:1rem 0;transition:all .3s ease}.header-container{max-width:95%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;gap:1.5rem}.logo{flex-shrink:0;position:relative}.logo a{text-decoration:none;display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:2rem;color:#4f46e5;margin-right:-.25rem}.logo h1{font-size:1.8rem;font-weight:700;margin:0;background:linear-gradient(135deg,#4f46e5,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.logo span{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search-container{flex-grow:1;max-width:500px;position:relative}.search-container form{display:flex;position:relative}.search-input{width:100%;padding:.8rem 3rem .8rem 1.2rem;background:#ffffffe6;border:1px solid rgba(99,102,241,.2);border-radius:12px;font-size:.95rem;transition:all .2s ease;color:#1f2937;box-shadow:0 2px 4px #00000005}.search-input:hover{border-color:#6366f166;box-shadow:0 3px 6px #0000000a}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 4px 8px #6366f11a,0 0 0 3px #6366f11a;background:#fff}.search-input::placeholder{color:#9ca3af}.search-button{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6366f1;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px}.search-button svg{transition:transform .2s ease}.search-button:hover svg{transform:scale(1.1)}.nav{flex-shrink:0}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav a{text-decoration:none;color:#4b5563;font-weight:500;font-size:.95rem;transition:all .2s ease;position:relative;padding:.5rem 0;display:flex;align-items:unset;gap:.5rem}.nav a svg{font-size:1.25rem;transition:transform .2s ease}.nav a:hover svg{transform:scale(1.1)}.nav a:hover{color:#4f46e5}.nav a:hover:after,.nav a.active:after{width:100%}.nav a.active{color:#4f46e5;font-weight:600}.nav a.active svg{color:#4f46e5}.wallet-info{display:flex;align-items:center;flex-shrink:0;gap:1rem}.connect-button{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;display:flex;align-items:center;gap:.5rem;letter-spacing:.01em}.connect-button svg{font-size:1.25rem;transition:transform .2s ease}.connect-button:hover svg{transform:scale(1.1)}.connect-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.connect-button:hover:before{left:100%}.connect-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d,0 0 0 1px #6366f133;background:linear-gradient(135deg,#5850ec,#4338ca)}.account-display{display:flex;align-items:center;background:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.6rem 1.2rem;border-radius:12px;gap:.75rem;border:1px solid rgba(99,102,241,.2);box-shadow:0 2px 4px #00000005,0 0 0 1px #6366f10d;transition:all .2s ease}.account-display:hover{box-shadow:0 4px 8px #0000000a,0 0 0 1px #6366f11a;transform:translateY(-1px)}.account-address{font-family:Roboto Mono,monospace;font-weight:500;color:#1f2937;font-size:.9rem;letter-spacing:-.01em}.connection-indicator{width:8px;height:8px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 0 0 2px #10b98133;position:relative}.connection-indicator:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);opacity:.15;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.15}50%{transform:scale(1.6);opacity:0}to{transform:scale(1);opacity:.15}}@media (max-width: 1024px){.header-container{padding:0 1rem}.nav ul{gap:1.5rem}.search-container{max-width:400px}}@media (max-width: 768px){.header-container{flex-wrap:wrap}.search-container{order:3;max-width:100%;margin-top:.5rem}.nav{order:2}.wallet-info{order:1}.nav a span{font-size:.9rem}.nav a svg{font-size:1.1rem}.logo-icon{font-size:1.75rem}}@media (max-width: 640px){.nav ul{gap:1rem}.nav a{gap:.35rem}.nav a span{font-size:.85rem}.nav a svg{font-size:1rem}.logo-icon{font-size:1.5rem}.connect-button{padding:.6rem 1rem;font-size:.9rem}.connect-button svg{font-size:1.1rem}.account-address{font-size:.85rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:100%;width:100%;margin:0;padding:2%}.hero{background:linear-gradient(135deg,#f6443b,#120b23,#ec4899);color:#fff;padding:2rem 1rem;border-radius:16px;margin-bottom:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:70vh}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://plus.unsplash.com/premium_photo-1680721444845-66364722d019?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;opacity:.15;z-index:0}.hero-content{position:relative;z-index:1;max-width:700px}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:#fbbf24}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.primary-button,.secondary-button{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.primary-button{background-color:#fff;color:#4f46e5;border:none}.primary-button:hover{background-color:#f9fafb;transform:translateY(-2px)}.secondary-button{background-color:transparent;color:#fff;border:2px solid white}.secondary-button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;position:relative;z-index:1}.stat-item{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700}.stat-label{color:#fff!important;font-size:1rem;opacity:.8}@media (max-width: 768px){.hero{padding:3rem 1.5rem}.hero-title{font-size:2.2rem}.hero-buttons{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:1.5rem}}.property-card{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 4px 16px #0000000d;height:100%;display:flex;flex-direction:column;flex-wrap:wrap;padding:16px}.property-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.property-image{position:relative;border-radius:24px;overflow:hidden}.property-image img{object-fit:cover}.property-badge{position:absolute;top:16px;left:16px;background:#6366f1;color:#fff;padding:8px 24px;border-radius:100px;font-size:16px;font-weight:500}.property-content{display:flex;flex-direction:column}.property-header{display:flex;flex-direction:column;gap:8px}.property-title{font-size:32px;font-weight:600;color:#1e293b;line-height:1.3}.property-location{color:#64748b;font-size:18px}.property-features{display:flex;justify-content:flex-start;gap:48px;padding:15px 0;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0}.feature{display:flex;flex-direction:column;align-items:center;gap:4px}.feature-value{font-size:24px;font-weight:600;color:#1e293b}.feature-label{font-size:16px;color:#64748b}.property-price{font-size:40px;font-weight:600;color:#6366f1}.property-actions{display:flex;gap:12px;margin-top:16px}.view-button{flex:1;padding:.6rem 1.2rem;border-radius:16px;font-size:16px;font-weight:500;text-align:center;transition:all .2s ease;background:#f1f5f9;color:#1e293b;border:none}.action-button{flex:1;padding:16px;border-radius:16px;font-size:16px;font-weight:500;text-align:center;transition:all .2s ease;background:#6366f1;color:#fff;border:none}.action-button:hover{background:#4f46e5}.view-button:hover{background:#e2e8f0}@media (min-width: 768px){.property-image{aspect-ratio:16/9;max-height:300px}.property-card{flex-direction:row}.property-image{flex:0 0 45%}.property-content{flex:1}}.property-list-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:#1e293b}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.no-properties{background-color:#f8fafc;padding:3rem;text-align:center;border-radius:24px;color:#64748b}@media (max-width: 1200px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.property-list{padding:0 20px}.property-grid{grid-template-columns:1fr;gap:24px}.property-list-title{font-size:1.75rem;margin-bottom:2rem}}.featured-properties{margin-bottom:4rem}.featured-header{text-align:center;max-width:700px;margin:0 auto 3rem}.featured-title{font-size:2.2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.featured-subtitle{font-size:1.1rem;color:#6b7280;line-height:1.6}.featured-cta{text-align:center;margin-top:2rem}.view-all-button{background-color:#f3f4f6;color:#4f46e5;border:1px solid #e5e7eb;padding:.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-all-button:hover{background-color:#e5e7eb}.how-it-works{padding:4rem 0;background-color:#f9fafb;border-radius:16px;margin-bottom:4rem}.how-header{text-align:center;max-width:700px;margin:0 auto 3rem}.how-title{font-size:2.2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.how-subtitle{font-size:1.1rem;color:#6b7280;line-height:1.6}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.step-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;position:relative;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.step-icon{font-size:2.5rem;margin-bottom:1.5rem}.step-number{position:absolute;top:1rem;right:1rem;background-color:#4f46e5;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.8rem}.step-description{color:#6b7280;line-height:1.6}@media (max-width: 768px){.how-it-works{padding:3rem 1rem}.steps-container{grid-template-columns:1fr}}.benefits-section{padding:5rem 2rem;background-color:#f8fafc;width:100%;margin-bottom:0}.benefits-header{text-align:center;max-width:700px;margin:0 auto 3rem}.benefits-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.benefits-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start;border-top:4px solid #4f46e5}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.benefit-icon{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#fff}.benefit-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.benefit-description{color:#64748b;line-height:1.6}@media (max-width: 768px){.benefits-section{padding:3rem 1.5rem}.benefits-title{font-size:2rem}.benefits-grid{grid-template-columns:1fr}}.testimonials-section{padding:5rem 2rem;margin-bottom:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);width:100%;overflow:hidden}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 3rem}.testimonials-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonials-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6}.testimonials-carousel{max-width:800px;margin:0 auto;position:relative;overflow:hidden}.testimonials-container{display:flex;transition:transform .5s ease}.testimonial-card{min-width:100%;padding:0 1rem}.testimonial-content{background-color:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 25px #0000001a;position:relative}.quote-icon{position:absolute;top:1.5rem;left:1.5rem;font-size:4rem;color:#4f46e5;opacity:.2;font-family:Georgia,serif;line-height:1}.testimonial-quote{font-size:1.2rem;line-height:1.8;color:#1e293b;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center}.author-image{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-right:1rem;border:3px solid #4f46e5}.author-name{font-weight:600;color:#1e293b;margin:0 0 .25rem}.author-role{color:#64748b;margin:0}.carousel-dots{display:flex;justify-content:center;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background-color:#cbd5e1;border:none;margin:0 .5rem;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background-color:#4f46e5;transform:scale(1.2)}@media (max-width: 768px){.testimonials-section{padding:3rem 1.5rem}.testimonials-title{font-size:2rem}.testimonial-content{padding:2rem}.testimonial-quote{font-size:1rem}}.stats-section{padding:5rem 2rem;margin-bottom:0;background-color:#1e293b;width:100%;position:relative;overflow:hidden;color:#fff}.stats-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1560520031-3a4dc4e9de0c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1073&q=80);background-size:cover;background-position:center;opacity:.15;z-index:0}.stats-content{position:relative;z-index:1;text-align:center}.stats-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stats-subtitle{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto 3rem;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.stat-box:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003;background:#ffffff1a}.stat-value{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:1.1rem;opacity:.8}@media (max-width: 768px){.stats-section{padding:3rem 1.5rem}.stats-title{font-size:2rem}.stats-grid{grid-template-columns:1fr 1fr}.stat-value{font-size:2.5rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.partners-section{padding:5rem 2rem;margin-bottom:0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);width:100%}.partners-header{text-align:center;max-width:700px;margin:0 auto 3rem}.partners-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.partners-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.partner-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}.partner-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.partner-logo-container{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.partner-logo{max-width:100%;max-height:100%;object-fit:contain}.partner-name{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.partner-description{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width: 768px){.partners-section{padding:3rem 1.5rem}.partners-title{font-size:2rem}.partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.partners-grid{grid-template-columns:1fr}}.faq-section{padding:5rem 2rem;margin-bottom:0;background-color:#fff;width:100%}.faq-header{text-align:center;max-width:700px;margin:0 auto 3rem}.faq-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:1rem;cursor:pointer}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.faq-question h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0}.faq-icon{font-size:1.5rem;color:#4f46e5;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer p{color:#64748b;line-height:1.6;margin:0;padding:0}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1.5rem}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-cta{text-align:center;margin-top:3rem}.faq-cta p{font-size:1.1rem;color:#64748b;margin-bottom:1rem}.contact-button{background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}@media (max-width: 768px){.faq-section{padding:3rem 1.5rem}.faq-title{font-size:2rem}.faq-question h3{font-size:1.1rem}}.newsletter-section{padding:5rem 2rem;margin-bottom:0;background:linear-gradient(135deg,#4f46e5,#7c3aed);width:100%;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center}.newsletter-content{position:relative;z-index:2;text-align:center;max-width:600px}.newsletter-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.newsletter-description{font-size:1.2rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.newsletter-form{width:100%}.form-group{display:flex;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a;border-radius:8px;overflow:hidden}.form-group input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;outline:none}.form-group input.error{border:1px solid #ef4444}.form-group button{background-color:#1e293b;color:#fff;border:none;padding:0 1.5rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.form-group button:hover{background-color:#0f172a}.error-message{color:#fecaca;font-size:.9rem;margin-top:.5rem;text-align:left}.privacy-note{font-size:.8rem;opacity:.7;margin-top:1rem}.success-message{background-color:#ffffff1a;border-radius:8px;padding:2rem;display:flex;flex-direction:column;align-items:center;animation:fadeIn .5s ease}.success-message svg{color:#a5f3fc;margin-bottom:1rem;width:48px;height:48px}.success-message p{font-size:1.2rem;font-weight:600}.newsletter-decoration{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:#ffffff1a}.circle-1{width:300px;height:300px;top:-150px;right:-100px}.circle-2{width:200px;height:200px;bottom:-50px;left:-50px}.circle-3{width:150px;height:150px;top:50%;right:10%;transform:translateY(-50%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.newsletter-section{padding:3rem 1.5rem}.newsletter-title{font-size:2rem}.form-group{flex-direction:column}.form-group input{width:100%;border-radius:8px 8px 0 0}.form-group button{width:100%;padding:1rem;border-radius:0 0 8px 8px}}.section-divider{height:4rem;width:100%}.footer{background-color:#0f172a;color:#e2e8f0;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:3rem}.footer-brand{flex:1;min-width:250px}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{font-size:1rem;opacity:.8;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#1e293b;color:#e2e8f0;transition:all .3s ease}.social-link:hover{background-color:#4f46e5;transform:translateY(-3px)}.footer-links-container{display:flex;flex-wrap:wrap;gap:3rem;flex:2}.footer-links{min-width:150px}.footer-links-title{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#a5b4fc}.footer-bottom{padding-top:2rem;border-top:1px solid #1e293b;text-align:center}.copyright{font-size:.9rem;opacity:.7;margin-bottom:.5rem}.disclaimer{font-size:.8rem;opacity:.5}@media (max-width: 768px){.footer-top{flex-direction:column;gap:2rem}.footer-links-container{gap:2rem}.footer-links{min-width:120px}}.home-page{width:100%;position:relative;overflow:hidden}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;gap:4rem;padding:8rem 2rem;background:linear-gradient(135deg,#6366f1,#4f46e5);overflow:hidden;width:100%}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.1) 0%,transparent 70%);z-index:1}.hero-section:after{content:"";position:absolute;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1;animation:slide 20s linear infinite;pointer-events:none}@keyframes slide{0%{transform:translate(0) rotate(0)}to{transform:translate(-50%,-50%) rotate(45deg)}}.hero-content{flex:1;max-width:1200px;position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.75rem 1.25rem;border-radius:100px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a}.hero-title{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-title span{background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}.hero-description{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-cta{display:flex;gap:1rem}.primary-button{background:#fff;color:#4f46e5;padding:1rem 2.5rem;border-radius:14px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;box-shadow:0 4px 12px #0000001a,0 0 0 1px #ffffff1a}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026,0 0 0 2px #fff3;background:#fffffff2}.secondary-button{background:#ffffff1a;color:#fff;padding:1rem 2.5rem;border-radius:14px;font-weight:600;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.secondary-button:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #00000026;border-color:#ffffff4d}.hero-stats{display:flex;gap:4rem;margin-top:4rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative}.stat-value:after{content:"+";position:absolute;font-size:1.5rem;top:0;right:-1rem;color:#fff9}.stat-label{color:#ffffffb3;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.hero-image{flex:1;max-width:500px}.hero-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a}.features-section{padding:6rem 0;text-align:center}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#4f46e51a;color:#4f46e5;padding:.5rem 1rem;border-radius:100px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-description{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto 4rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:left;transition:all .2s ease;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#4f46e51a;color:#4f46e5}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.feature-description{color:#6b7280;line-height:1.6}.properties-section{padding:6rem 0;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#111827);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-description{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.property-card{background:#fffffff2;border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.property-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6366f11a,#4f46e51a);opacity:0;transition:opacity .3s ease}.property-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #0000001a,0 0 0 1px #6366f11a}.property-card:hover:before{opacity:1}.property-image{position:relative;padding:50%;overflow:hidden;z-index:-1}.property-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.property-badge{position:absolute;top:1rem;left:1rem;background:#ffffffe6;padding:.5rem 1rem;border-radius:100px;font-size:.875rem;font-weight:500;color:#1f2937}.property-content{padding:.6rem;z-index:1}.property-title{font-size:1.25rem;font-weight:600;color:#1f2937}.property-location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.property-price{font-size:1.5rem;font-weight:700;color:#1f2937}.property-button{width:100%;background:#4f46e51a;color:#4f46e5;padding:.75rem;border-radius:12px;font-weight:600;transition:all .2s ease;text-align:center}.property-button:hover{background:#4f46e5;color:#fff}.steps-section{padding:6rem 0;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.step-card{background:#fffffff2;padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid rgba(99,102,241,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #4f46e51a,0 0 0 2px #6366f133}.step-number{width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin:0 auto 1.5rem}.step-icon{width:64px;height:64px;background:#6366f11a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#4f46e5;transition:all .3s ease}.step-card:hover .step-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#6366f133,#4f46e533)}.step-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6;font-size:.95rem}.testimonials-section{padding:6rem 0;text-align:center;background:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;text-align:left;transition:all .2s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.testimonial-content{color:#1f2937;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{flex:1}.author-name{font-weight:600;color:#1f2937;margin-bottom:.25rem}.author-title{color:#6b7280;font-size:.875rem}.testimonial-rating{display:flex;gap:.25rem;color:#fbbf24;margin-bottom:1rem}.stats-section{padding:4rem 0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{padding:1.5rem}.stat-card-value{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-card-label{color:#6b7280;font-size:1rem}.cta-section{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:24px;color:#fff;margin:4rem 0}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-primary{background:#fff;color:#4f46e5;padding:.875rem 2rem;border-radius:12px;font-weight:600;transition:all .2s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.cta-secondary{background:transparent;color:#fff;padding:.875rem 2rem;border-radius:12px;font-weight:600;transition:all .2s ease;border:1px solid rgba(255,255,255,.2)}.cta-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;text-align:center;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(99,102,241,.1)}.loading-spinner{width:50px;height:50px;border:4px solid rgba(79,70,229,.1);border-top:4px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.error-message{background:#fee2e2e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#b91c1c;padding:2rem;border-radius:16px;text-align:center;margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto;border:1px solid rgba(185,28,28,.1);box-shadow:0 8px 24px #b91c1c1a}@media (max-width: 1024px){.hero-section{flex-direction:column;text-align:center;padding:4rem 1.5rem}.hero-content{max-width:100%}.hero-cta,.hero-stats{justify-content:center}.hero-title{font-size:3rem}.steps-grid,.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-cta{flex-direction:column}.hero-stats{flex-direction:column;gap:2rem;align-items:center}.steps-grid,.properties-grid{grid-template-columns:1fr}.step-card{padding:1.5rem}.home-page{padding:1rem}.hero-section{margin:-1rem -1rem 2rem;padding:3rem 1rem;border-radius:0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:500px;overflow:hidden;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.close-button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem;line-height:1;padding:0;transition:color .3s ease}.close-button:hover{color:#1f2937}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.cancel-button,.confirm-button{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.confirm-button{background-color:#4f46e5;color:#fff;border:none}.confirm-button:hover{background-color:#4338ca}.confirm-button.rent{background-color:#10b981}.confirm-button.rent:hover{background-color:#059669}.confirm-button:disabled{background-color:#9ca3af;cursor:not-allowed}.property-summary{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.property-image{width:80px;height:80px;border-radius:8px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover}.property-info{flex:1}.property-info h3{font-size:1.1rem;font-weight:600;margin:0 0 .3rem;color:#1f2937}.property-info p{font-size:.9rem;color:#6b7280;margin:0}.transaction-details{background-color:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-row:last-child{margin-bottom:0;padding-top:.5rem;border-top:1px solid #e5e7eb;font-weight:600}.detail-label{color:#6b7280}.detail-value{font-weight:500;color:#1f2937}.rent-days-input{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.rent-days-input label{font-weight:500;color:#4b5563}.rent-days-input input{width:80px;padding:.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;text-align:center}.loading-spinner-small{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem;display:inline-block}.property-detail-container{margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;overflow:hidden}.property-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.back-button{display:flex;align-items:center;gap:.5rem;background-color:#f3f4f6;color:#4b5563;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.back-button:hover{background-color:#e5e7eb}.property-badges{display:flex;gap:.5rem}.property-badge{background-color:#4f46e5;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.property-badge.not-listed{background-color:#9ca3af}.property-badge.rented{background-color:#10b981}.property-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:0}.property-detail-image{height:100%;overflow:hidden}.property-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.property-detail-info{padding:2rem}.property-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.property-location{color:#6b7280;font-size:1.1rem;margin-bottom:1.5rem;display:flex;align-items:center}.property-price{margin:0}.price{font-size:2rem;font-weight:700;color:#4f46e5}.price-period{font-size:1.2rem;color:#6b7280;margin-left:.5rem}.property-features{display:flex;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.feature{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon{font-size:1.5rem;margin-bottom:.5rem}.feature-value{font-weight:700;font-size:1.2rem;color:#1f2937}.feature-label{font-size:.9rem;color:#6b7280}.property-description h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.property-description p{color:#4b5563;line-height:1.6;margin-bottom:2rem}.property-actions{display:flex;gap:1rem}.buy-button,.rent-button{flex:1;height:auto;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-align:center;border:none}.buy-button{background-color:#4f46e5;color:#fff}.buy-button:hover{background-color:#4338ca}.rent-button{background-color:#10b981;color:#fff}.rent-button:hover{background-color:#059669}.list-button{background-color:#f59e0b;color:#fff;border:none;padding:1rem 0;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-align:center;margin-top:1rem}.list-button:hover{background-color:#d97706}.not-listed-info,.rental-info,.ownership-info{background-color:#f3f4f6;padding:1rem;border-radius:8px}.not-listed-info p,.rental-info p,.ownership-info p{margin:0;color:#4b5563}.ownership-info{border-top:1px solid #e5e7eb}@media (max-width: 768px){.property-detail-content{grid-template-columns:1fr}.property-detail-image{height:300px}.property-detail-info{padding:1.5rem}.property-title,.price{font-size:1.8rem}}.dashboard-page{position:relative;overflow:hidden}.dashboard-header{text-align:center;margin-bottom:3rem;position:relative;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-header h1{font-size:2.75rem;font-weight:800;color:#1f2937;margin-bottom:.75rem;letter-spacing:-.025em;background:linear-gradient(135deg,#1f2937,#111827);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dashboard-header p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem;margin-bottom:3rem}.stat-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:1.75rem;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4f46e5,#f59e0b);opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.stat-card:hover:before{opacity:1}.stat-value{font-size:2.75rem;font-weight:800;margin-bottom:.75rem}.stat-label{color:#000!important;font-size:1.1rem;font-weight:500}.dashboard-actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.list-property-button,.admin-button{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.75rem;border-radius:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #0000001a}.list-property-button{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;border:none}.list-property-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;color:#ffffffe2}.admin-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none}.admin-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;color:#ffffffe2}.dashboard-tabs{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.tab-buttons{display:flex;border-bottom:1px solid #e5e7eb}.tab-button{flex:1;padding:1.25rem;background:none;border:none;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease;border-bottom:2px solid transparent;position:relative}.tab-button:hover{color:#4f46e5;background-color:#4f46e50d}.tab-button.active{color:#4f46e5;border-bottom-color:#4f46e5;background-color:#4f46e50d}.tab-content{padding:2.5rem}.tab-header{margin-bottom:2.5rem}.tab-header h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;letter-spacing:-.025em}.tab-header p{color:#6b7280;font-size:1.1rem}.empty-state{background-color:#f9fafb;padding:3.5rem;text-align:center;border-radius:16px;color:#6b7280;border:1px dashed #e5e7eb}.action-button{display:inline-block;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:14px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.action-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.error-message{background-color:#fee2e2;color:#b91c1c;padding:1.75rem;border-radius:16px;text-align:center;margin:2.5rem 0;max-width:600px;margin-left:auto;margin-right:auto;border:1px solid #fecaca;box-shadow:0 4px 12px #0000000d}.warning-message{background-color:#fef3c7;color:#92400e;padding:1.75rem;border-radius:16px;text-align:center;margin:2.5rem 0;max-width:800px;margin-left:auto;margin-right:auto;border:1px solid #fde68a;box-shadow:0 4px 12px #0000000d}.welcome-message{background-color:#f0f9ff;color:#0369a1;padding:1.75rem;border-radius:16px;text-align:center;margin:2.5rem 0;max-width:800px;margin-left:auto;margin-right:auto;border:1px solid #bae6fd;box-shadow:0 4px 12px #0000000d}@media (max-width: 768px){.dashboard-page{padding:1.5rem 1rem}.dashboard-header h1{font-size:2.25rem}.dashboard-header p{font-size:1.1rem}.dashboard-stats{grid-template-columns:1fr;gap:1.25rem}.stat-card{padding:1.5rem}.stat-value{font-size:2.25rem}.tab-buttons{flex-direction:column}.tab-button{padding:1rem;border-bottom:1px solid #e5e7eb;border-left:3px solid transparent;text-align:left}.tab-button.active{border-bottom-color:#e5e7eb;border-left-color:#4f46e5;background-color:#4f46e50d}.tab-content{padding:1.5rem}.tab-header h2{font-size:1.75rem}.empty-state{padding:2.5rem 1.5rem}.list-property-button,.admin-button,.action-button{width:100%;justify-content:center}}@media (max-width: 480px){.dashboard-header h1,.stat-value{font-size:2rem}.tab-header h2{font-size:1.5rem}}.list-property-page{min-height:100vh}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.8rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.025em}.page-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.form-container{max-width:900px;margin:0 auto;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 15px -3px #0000001a}.property-form{padding:2.5rem}.form-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:2px solid #f1f5f9}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#0f172a;display:flex;align-items:center;gap:.75rem}.form-group{display:block!important;margin-bottom:2rem!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:#334155;font-size:1.05rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .2s ease;background-color:#fff;color:#1e293b}.form-group input[type=text]:hover,.form-group input[type=number]:hover,.form-group textarea:hover,.form-group select:hover{border-color:#cbd5e1}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444;background-color:#fef2f2}.error-message{display:block;color:#dc2626;font-size:.9rem;margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.form-hint{display:block;color:#64748b;font-size:.9rem;margin-top:.75rem}.checkbox-group{margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border-radius:10px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#334155;padding:.5rem;transition:all .2s ease}.checkbox-label:hover{background-color:#f1f5f9;border-radius:6px}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:#6366f1;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:2px solid #f1f5f9}.cancel-button,.submit-button{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.75rem}.cancel-button{background-color:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.cancel-button:hover{background-color:#e2e8f0;color:#334155}.submit-button{background-color:#6366f1;color:#fff;border:none;position:relative;overflow:hidden}.submit-button:hover{background-color:#4f46e5;transform:translateY(-1px)}.submit-button:active{transform:translateY(1px)}.submit-button:disabled,.cancel-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.transaction-status{margin-top:1.5rem;padding:1.25rem;border-radius:12px;font-weight:500;display:flex;align-items:center;gap:1rem}.status-pending{background-color:#fef3c7;color:#92400e;border:2px solid #fde68a}.status-success{background-color:#dcfce7;color:#166534;border:2px solid #bbf7d0}.status-error{background-color:#fee2e2;color:#991b1b;border:2px solid #fecaca}.loading-spinner-small{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.list-property-page{padding:1rem}.page-header h1{font-size:2.2rem}.property-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column-reverse;gap:1rem}.cancel-button,.submit-button{width:100%;justify-content:center}}.filter-bar{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;padding:1rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-section h3{font-size:1rem;font-weight:600;margin-bottom:.8rem;color:#1f2937}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#4b5563}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#4f46e5}.select-input{width:100%;padding:.6rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#4b5563;background-color:#f9fafb;cursor:pointer;transition:border-color .3s ease}.select-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.reset-button{background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;padding:.6rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-end;margin-top:auto}.reset-button:hover{background-color:#e5e7eb;color:#1f2937}@media (max-width: 768px){.filter-bar{grid-template-columns:1fr;gap:1rem}}.all-properties-page{padding:0}.page-header{text-align:center;margin-bottom:1rem}.page-header h1{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.no-properties-message{background-color:#f9fafb;padding:3rem;text-align:center;border-radius:8px;color:#6b7280}.reset-filters-button{margin-top:1rem;background-color:#4f46e5;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.reset-filters-button:hover{background-color:#4338ca}.search-results-page{padding:2rem 0}.search-header{text-align:center;margin-bottom:2rem}.search-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.search-header p{font-size:1.1rem;color:#6b7280}.search-query{color:#4f46e5;font-weight:600}.no-results-message{background-color:#f9fafb;padding:3rem;text-align:center;border-radius:8px;color:#6b7280}.search-suggestions{max-width:500px;margin:2rem auto 0;text-align:left}.search-suggestions h3{font-size:1.2rem;color:#4b5563;margin-bottom:1rem}.search-suggestions ul{list-style-type:disc;padding-left:1.5rem}.search-suggestions li{margin-bottom:.5rem;color:#6b7280}.admin-mint-page{padding:2rem 0}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.page-header p{font-size:1.1rem;color:#6b7280}.form-container{max-width:800px;margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;overflow:hidden}.property-form{padding:2rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4b5563}.form-group input[type=text],.form-group input[type=number],.form-group textarea{width:100%;padding:.8rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.error-message{display:block;color:#ef4444;font-size:.9rem;margin-top:.5rem}.form-hint{display:block;color:#6b7280;font-size:.9rem;margin-top:.5rem}.use-current-button{display:inline-block;margin-top:.5rem;background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease}.use-current-button:hover{background-color:#e5e7eb;color:#1f2937}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-button,.submit-button{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.cancel-button{background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.cancel-button:hover{background-color:#e5e7eb}.submit-button{background-color:#4f46e5;color:#fff;border:none;display:flex;align-items:center;gap:.5rem}.submit-button:hover{background-color:#4338ca}.submit-button:disabled,.cancel-button:disabled{opacity:.7;cursor:not-allowed}.transaction-status{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:500}.status-pending{background-color:#fef3c7;color:#92400e}.status-success{background-color:#d1fae5;color:#065f46}.status-error{background-color:#fee2e2;color:#b91c1c}.loading-spinner-small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#fff}html,body{height:100%;width:100%}body{min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:#4f46e5;transition:color .3s ease}a:hover{color:#4338ca}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em;letter-spacing:-.02em}h1{font-size:2.5rem;font-weight:800}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem;font-weight:400}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit;font-weight:500}button,input[type=submit],input[type=reset]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}input,textarea,select{font-family:inherit;font-weight:400}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
