@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Outfit:wght@400;600;700;800&display=swap";.login-container{height:100vh;width:100vw;background:url(/build/bg.png) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:relative;font-family:Instrument Sans,sans-serif;overflow:hidden}.login-content{display:flex;width:100%;max-width:1300px;justify-content:space-between;align-items:center;gap:20px;padding:20px 40px;height:100%;position:relative;margin-top:100px}.login-left{margin-left:50px;flex:1.2;display:flex;flex-direction:column;justify-content:center;margin-top:100px}.login-right{flex:.8;display:flex;justify-content:flex-end;height:100%;align-items:center;margin-top:-90px}.glass-card{width:490px;background:#eaeaeaa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:32px;padding:35px 30px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.auth-tabs{display:flex;background:#ffffff80;border-radius:12px;padding:5px;margin-bottom:25px;width:100%}.auth-tab{flex:1;text-align:center;padding:10px 0;font-size:15px;font-weight:600;color:#4a4a4a;text-decoration:none;border-radius:8px;transition:all .3s ease}.card-title{font-size:32px;font-weight:500;margin:0 0 8px;color:#1a1a1a;letter-spacing:-.5px}.card-subtitle{font-size:15px;color:#4a4a4a;margin-bottom:24px}.login-form{width:100%;background:#ffffffe6;border-radius:28px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 10px #00000008}.toggle-container{display:flex;background:#f5f5f5;border-radius:8px;padding:4px;margin-bottom:5px}.input-container{display:flex;flex-direction:column;gap:12px;width:100%}.input-group{position:relative;width:100%}.input-with-icon{width:100%;padding:14px 40px;border:1px solid #E0E0E0;border-radius:12px;font-size:14px;outline:none;font-family:inherit}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#888;display:flex;align-items:center}.send-otp-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:1px solid #B20D0D;color:#b20d0d;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer}.btn-primary{background:#a80d0d;color:#fff;border:none;border-radius:12px;padding:14px;font-size:18px;font-weight:600;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.social-btns{display:flex;gap:10px;width:100%}.btn-social{flex:1;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s}.btn-social:hover{background:#f9f9f9}.create-account{font-size:13px;color:#1a1a1a;margin:5px 0;font-weight:500}.create-account a{color:#b20d0d;text-decoration:none;font-weight:700}.footer-links{display:flex;justify-content:center;gap:15px;margin-top:10px}@media (max-width: 1100px){.login-container{height:auto;min-height:100vh;overflow-y:auto}.login-content{flex-direction:column;align-items:center;text-align:center;padding:60px 20px}.brand-logo{position:static;margin-bottom:20px}.login-left{margin-top:0;align-items:center;margin-bottom:40px}.hero-heading{font-size:40px;margin:0 auto 12px}.login-right{justify-content:center;width:100%}.glass-card{width:100%;max-width:500px;padding:40px 20px}}.toast{position:fixed;top:20px;right:20px;z-index:1000;min-width:250px;padding:12px 20px;border-radius:8px;color:#fff;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;display:flex;align-items:center}.toast-success{background:linear-gradient(135deg,#28a745,#20c997)}.toast-error{background:linear-gradient(135deg,#dc3545,#fd7e14)}.toast-warning{background:linear-gradient(135deg,#ffc107,#fd7e14)}.toast-content{display:flex;justify-content:space-between;align-items:center;width:100%}.toast-message{font-size:14px;font-weight:500}.toast-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;margin-left:15px;line-height:1}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.signup-container{height:100vh;width:100vw;background:url(/build/bg.png) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:relative;font-family:Instrument Sans,sans-serif;overflow:hidden}.signup-content{display:flex;width:100%;max-width:1300px;justify-content:space-between;align-items:center;gap:20px;padding:0 40px;height:100%;position:relative;margin-top:100px}.brand-logo{position:absolute;top:-65px;left:-220px}.brand-logo img{width:580px;height:120px;object-fit:contain}.brand-name{display:none}.signup-left{margin-left:50px;flex:1.2;display:flex;flex-direction:column;justify-content:center;margin-top:100px}.hero-heading{font-weight:500;font-size:55px;line-height:1.1;color:#1a1a1a;max-width:500px;margin:0;letter-spacing:-1px}.hero-subtext{font-size:17px;color:#2a2929;margin-bottom:24px;font-weight:500}.swap-match-img{width:100%;max-width:550px;margin-left:-40px;margin-top:-20px}.signup-right{flex:.8;display:flex;justify-content:flex-end;height:100%;align-items:center;margin-top:-90px}.glass-card{width:580px;background:#eaeaeaa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:32px;padding:50px 25px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.auth-tabs{display:flex;background:#ffffff80;border-radius:12px;padding:3px;margin-bottom:12px;width:100%}.auth-tab{flex:1;text-align:center;padding:8px 0;font-size:15px;font-weight:600;color:#4a4a4a;text-decoration:none;border-radius:8px;transition:all .3s ease}.auth-tab.active{background:#fff;color:#1a1a1a;box-shadow:0 2px 8px #0000000d}.card-title{font-size:28px;font-weight:500;margin:0 0 4px;color:#1a1a1a;letter-spacing:-.5px}.card-subtitle{font-size:14px;color:#4a4a4a;margin-bottom:10px}.signup-form{width:100%;background:#ffffffe6;border-radius:28px;padding:25px 20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 10px #00000008}.toggle-container{display:flex;background:#f5f5f5;border-radius:8px;padding:4px;margin-bottom:2px}.toggle-item{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:14px;font-weight:500;color:#666;padding:8px 0;border-radius:6px;transition:all .2s ease}.toggle-item.active{background:#fff;color:#1a1a1a;box-shadow:0 1px 3px #0000001a}.toggle-item input{display:none}.signup-form-inputs{display:flex;flex-direction:column;gap:8px;width:100%;text-align:left}.input-group-signup{display:flex;flex-direction:column;gap:4px}.input-label{font-size:13px;color:#666;font-weight:500}.signup-input,.signup-input-with-icon{width:100%;padding:10px 14px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;outline:none;font-family:inherit}.input-with-button{position:relative;width:100%}.signup-input-with-icon{padding-left:40px;padding-right:80px}.input-icon-signup{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#888;display:flex;align-items:center}.send-otp-btn-signup{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:1px solid #B20D0D;color:#b20d0d;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer}.social-divider{text-align:center;position:relative;margin:4px 0}.social-divider:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid #e0e0e0;z-index:1}.social-divider span{background:#fff;padding:0 10px;color:#888;font-size:13px;position:relative;z-index:2}.otp-verification-view{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.back-btn{align-self:flex-start;display:flex;align-items:center;gap:4px;font-size:14px;color:#666;cursor:pointer;margin-bottom:12px;transition:color .2s}.back-btn:hover{color:#1a1a1a}.otp-segmented-container{display:flex;gap:10px;justify-content:center;margin:10px 0 20px}.otp-segment-input{width:45px;height:50px;border:1px solid #E0E0E0;border-radius:8px;font-size:24px;font-weight:600;text-align:center;outline:none;transition:all .2s;background:#fff}.otp-segment-input:focus{border-color:#a80d0d;box-shadow:0 0 0 2px #a80d0d1a}.resend-timer-section{margin-bottom:20px;text-align:center}.timer-text{font-size:14px;color:#666;margin:0}.timer-text span{font-weight:600;color:#a80d0d}.resend-text{font-size:14px;color:#666;margin:0}.resend-link{color:#a80d0d;font-weight:600;cursor:pointer}.resend-link:hover{text-decoration:underline}.btn-primary-signup{background:#a80d0d;color:#fff;border:none;border-radius:12px;padding:10px;font-size:17px;font-weight:600;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:2px}.social-btns-signup{display:flex;gap:10px;width:100%}.btn-social-signup{flex:1;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s}.btn-social-signup:hover{background:#f9f9f9}.login-link-text{font-size:13px;color:#1a1a1a;margin:5px 0;font-weight:500}.login-link-text a{color:#b20d0d;text-decoration:none;font-weight:700}.footer-links-signup{display:flex;justify-content:center;gap:15px;margin-top:10px}.footer-link{font-size:11px;color:#888;text-decoration:none;font-weight:500}@media (max-width: 1100px){.signup-container{height:auto;min-height:100vh;overflow-y:auto}.signup-content{flex-direction:column;align-items:center;text-align:center;padding:60px 20px}.brand-logo{position:static;margin-bottom:20px}.signup-left{margin-top:0;align-items:center;margin-bottom:40px}.hero-heading{font-size:40px;margin:0 auto 12px}.signup-right{justify-content:center;width:100%}.glass-card{width:100%;max-width:500px;padding:40px 20px}}.list-property-container{min-height:100vh;background-color:#f8fafc;font-family:Outfit,sans-serif;color:#333;padding-bottom:2rem}.list-property-content{max-width:1200px;margin:0 auto;padding:2rem 2.5rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 3rem;margin-bottom:1rem;position:relative;z-index:10}.brand-logo-small{display:flex;align-items:center;gap:8px;text-decoration:none}.brand-logo-small img{height:60px}.nav-links{display:flex;gap:24px}.nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:.9rem}.form-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0}.stepper-layout{display:flex;min-height:600px}.stepper-sidebar{width:300px;background:#fbfbfc;border-right:1px solid #e2e8f0;padding:3rem 2rem;flex-shrink:0}.stepper-content-area{flex-grow:1;display:flex;flex-direction:column;padding:3rem;background:#fff;max-width:800px}.mobile-only{display:none}.stepper{display:flex;flex-direction:column;gap:0}.step-item{display:flex;align-items:flex-start;gap:16px;position:relative;padding-bottom:30px}.step-item:last-child{padding-bottom:0}.step-marker{width:32px;height:32px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#64748b;background:#fbfbfc;z-index:2;transition:all .3s ease}.step-item.active .step-marker{border-color:#f97316;color:#f97316}.step-item.completed .step-marker{background:#f97316;border-color:#f97316;color:#fff}.step-label{font-size:.9rem;font-weight:500;color:#64748b;margin-top:6px;transition:color .3s ease}.step-item.active .step-label{color:#333;font-weight:600}.step-item.completed .step-label{color:#333}.step-connector{position:absolute;top:32px;left:15px;width:2px;height:calc(100% - 32px);background-image:linear-gradient(to bottom,#cbd5e1 50%,transparent 50%);background-size:2px 8px;z-index:1}.step-item.completed .step-connector{background-image:none;background-color:#f97316}.step-content h3{font-size:1.5rem;font-weight:700;margin:0 0 4px;color:#333}.step-desc{font-size:.9rem;color:#64748b;margin:0 0 2rem}.form-body{padding:0;flex-grow:1}.form-row{margin-bottom:1.5rem}.form-row label{display:block;font-weight:600;font-size:.85rem;margin-bottom:8px;color:#444}.type-tags{display:flex;gap:12px;flex-wrap:wrap}.type-tag{padding:8px 20px;background:#f1f5f9;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent;color:#64748b}.type-tag.active{background:#fccd34;color:#333;box-shadow:0 2px 8px #fccd344d}.input-field{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box;background:#f8fafc}.input-field:focus{outline:none;border-color:#fccd34;background:#fff}.input-with-icon-wrapper{position:relative;display:flex;align-items:center}.input-with-icon-wrapper .icon-right{position:absolute;right:12px;color:#f97316}.input-with-icon-wrapper .icon-left{position:absolute;left:12px;color:#64748b}.input-with-icon-wrapper.left-icon .input-field{padding-left:40px}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.config-item{display:flex;flex-direction:column}.config-item label{font-size:.85rem;font-weight:600;margin-bottom:6px;color:#444}.select-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px;color:#666}.select-field.has-value{color:#333}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.photo-thumb{aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:#f1f5f9;position:relative}.photo-thumb img{width:100%;height:100%;object-fit:cover}.remove-photo-btn{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;background:#0009;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:background .2s}.remove-photo-btn:hover{background:#ef4444e6}.amenities-chip-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:1rem}.amenity-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#f1f5f9;border:none;border-radius:30px;font-size:.9rem;font-weight:500;color:#334155;cursor:pointer;transition:all .2s ease;font-family:inherit}.amenity-chip:hover{background:#e2e8f0}.amenity-chip.active{background:#f97316;color:#fff;box-shadow:0 4px 12px #f973164d}.chip-close{font-size:1.1rem;line-height:1;margin-left:4px;font-weight:300}.step-footer{padding:2rem 0 0;border-top:1px solid #e2e8f0;margin-top:2rem}.nav-buttons{display:flex;justify-content:flex-end;gap:16px;width:100%}.back-btn{padding:12px 24px;background:#fff;border:1px solid #cbd5e1;color:#64748b;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.back-btn:hover{background:#f8fafc;color:#333}.continue-btn{padding:12px 32px;background:#af0505;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;min-width:120px}.continue-btn:hover{background:#8b0404}.continue-btn.disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.stepper-layout{flex-direction:column}.stepper-sidebar{width:100%;padding:1.5rem;border-right:none;border-bottom:1px solid #e2e8f0}.stepper{flex-direction:row;overflow-x:auto;padding-bottom:8px}.step-item{padding-bottom:0;padding-right:40px;flex-direction:column;align-items:center;min-width:max-content}.step-connector{top:15px;left:32px;width:calc(100% + 8px);height:2px;background-image:linear-gradient(to right,#cbd5e1 50%,transparent 50%);background-size:8px 2px}.stepper-content-area{padding:1.5rem}.config-grid,.photo-grid{grid-template-columns:1fr}.mobile-only{display:block;margin-bottom:1.5rem}.mobile-only h1{font-size:1.2rem;margin:0}.mobile-only p{font-size:.8rem;margin:4px 0 0;color:#64748b}.nav-buttons{justify-content:space-between}}.ownership-card{background:#af0505;border-radius:40px;padding:30px;box-shadow:0 4px 4px #00000040;max-width:550px;margin:0 auto;width:100%}.shield-header-box{background:linear-gradient(180deg,#fecd34,#fff);border-radius:40px;padding:30px;text-align:center;margin-bottom:25px}.ownership-divider:before,.ownership-divider:after{content:"";position:absolute;top:50%;width:25%;height:1px;background:#fff}.ownership-divider span{color:#fff;font-weight:700;font-size:1.1rem}.property-img{width:140px;height:110px;object-fit:cover}.property-details h4{margin:0;font-size:.9rem;color:#333}.property-details .price{color:#af0505;font-weight:700;margin:5px 0;font-size:1rem}.property-meta{display:flex;gap:12px;font-size:.7rem;color:#666;flex-wrap:wrap}.ownership-label{color:#fff;font-size:.95rem;text-align:center;margin-bottom:15px}.browse-btn-yellow{background:#fecd34;color:#333;border:none;padding:8px 30px;border-radius:10px;font-weight:700;cursor:pointer;font-family:inherit}.submit-btn-yellow{width:100%;background:#fecd34;color:#333;border:none;padding:12px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px #d4ae2b;font-family:inherit;transition:all .2s}.submit-btn-yellow:active{transform:translateY(2px);box-shadow:0 2px #d4ae2b}.success-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin-top:-80px;margin-bottom:20px}.verification-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:40px;margin-top:-70px}.identity-card{background:#fff;border-radius:40px;padding:30px;box-shadow:0 4px 4px #00000040;position:relative;overflow:hidden}.identity-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;pointer-events:none}.ownership-card{background:#af0505;border-radius:40px;padding:30px;box-shadow:0 4px 4px #00000040}@media (max-width: 900px){.verification-grid{grid-template-columns:1fr}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin-bottom:20px}.identity-card{background:#fff;border-radius:40px;padding:30px;box-shadow:0 4px 4px #00000040;position:relative;overflow:hidden;max-width:800px;width:100%}.identity-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.aadhaar-header-box{background:linear-gradient(180deg,#f2bb97,#ede460);border-radius:30px;padding:20px;text-align:center;margin-bottom:25px}.aadhaar-logo{width:150px;margin-bottom:10px}.aadhaar-header-box h2{font-size:1.5rem;color:#333;margin:5px 0}.aadhaar-header-box p{font-size:.8rem;color:#555;margin:0}.aadhaar-header-box .verification-notice{font-size:.9rem;color:#333;font-weight:500;margin-bottom:10px;line-height:1.4}.aadhaar-header-box .mandatory-label{font-size:.85rem;color:#d32f2f;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#d32f2f1a;display:inline-block;padding:4px 12px;border-radius:12px}.section-divider{text-align:center;position:relative;margin:20px 0}.section-divider:before{content:"";position:absolute;top:50%;left:0;width:30%;height:1px;background:#6d4c41}.section-divider:after{content:"";position:absolute;top:50%;right:0;width:30%;height:1px;background:#6d4c41}.section-divider span{color:#6d4c41;font-weight:700;font-size:1.2rem}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;font-size:1.1rem;color:#333}.aadhaar-input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;background:#f9f9f9}.aadhaar-hint{font-size:.75rem;color:#666;margin-top:5px;display:flex;align-items:center;gap:5px}.upload-zone{border:1px dashed #ccc;border-radius:30px;padding:20px;text-align:center;background:#ffffff80}.upload-icon{font-size:2rem;margin-bottom:10px;color:#666}.browse-btn{background:#6d4c41;color:#fff;border:none;padding:8px 20px;border-radius:15px;cursor:pointer;font-size:.9rem;margin-bottom:10px}.file-info{display:flex;justify-content:space-between;font-size:.75rem;color:#888}.confirm-check{display:flex;gap:10px;align-items:flex-start;margin-top:20px;font-size:.85rem;color:#333}.submit-btn-brown{width:100%;background:#6d4c41;color:#fff;border:none;padding:15px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:20px}.success-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#f2bb97,#ede460);border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;color:#6d4c41;box-shadow:0 10px 20px #ede4604d}.login-btn-popup{background:#6d4c41;color:#fff;border:none;padding:12px 40px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.login-btn-popup:hover{background:#5d3e35;transform:translateY(-2px);box-shadow:0 5px 15px #6d4c414d}.verification-container{padding:20px;background-color:#f5f5f5;min-height:100vh;font-family:Inter,sans-serif}.verification-content{max-width:1400px;margin:0 auto}.navbar{display:flex;justify-content:space-between;align-items:center;padding:40px 0 20px;margin-bottom:20px}.brand-logo-small img{height:120px}.nav-links{display:flex;gap:20px}.nav-links a{text-decoration:none;color:#333;font-weight:500}.verification-centered-grid{display:flex;justify-content:center;align-items:center;padding-bottom:40px}.ownership-card{background:#af0505;border-radius:40px;padding:30px;box-shadow:0 4px 4px #00000040;max-width:600px;width:100%}.shield-header-box{background:linear-gradient(180deg,#6080db,#fff);border-radius:40px;padding:30px;text-align:center;margin-bottom:25px}.shield-logo{width:120px;margin-bottom:15px}.shield-header-box h2{color:#333;font-size:1.5rem;margin:10px 0}.shield-header-box p{color:#666;font-size:.8rem;max-width:80%;margin:0 auto}.ownership-divider{text-align:center;position:relative;margin:25px 0}.ownership-divider:before,.ownership-divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background:#fff}.ownership-divider:before{left:0}.ownership-divider:after{right:0}.ownership-divider span{color:#fff;font-weight:700;font-size:1.2rem}.property-sample{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:25px;display:flex;box-shadow:0 4px 10px #0000001a}.property-img{width:150px;height:110px;object-fit:cover}.property-details{padding:10px 15px;flex:1}.property-details h4{margin:0;font-size:.95rem}.property-details .price{color:#af0505;font-weight:700;margin:5px 0}.property-meta{display:flex;gap:15px;font-size:.75rem;color:#666;flex-wrap:wrap}.ownership-label{color:#fff;font-size:1.1rem;text-align:center;margin-bottom:15px}.upload-zone-white{background:#fff;border-radius:20px;padding:20px;text-align:center;margin-bottom:20px}.browse-btn-yellow{background:#fecd34;color:#333;border:none;padding:8px 30px;border-radius:10px;font-weight:700;cursor:pointer}.submit-btn-yellow{width:100%;background:#fecd34;color:#333;border:none;padding:15px;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 4px #d4ae2b}.success-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.success-popup-box{background:#fff;padding:40px;border-radius:30px;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 40px #0003;animation:popupScale .3s ease-out}@keyframes popupScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.success-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#fecd34,#fff);border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;color:#af0505;box-shadow:0 10px 20px #fecd344d}.success-popup-box h3{margin-bottom:15px;font-size:1.8rem;color:#333}.success-popup-box p{color:#666;margin-bottom:25px;font-size:1.1rem;line-height:1.5}.popup-btn{background:#af0505;color:#fff;border:none;padding:12px 40px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.popup-btn:hover{background:#8e0404;transform:translateY(-2px);box-shadow:0 5px 15px #af05054d}.dream-property-container{min-height:100vh;background:#fff;padding:0;display:flex;justify-content:center;align-items:flex-start;font-family:Inter,sans-serif}.dream-property-container .dream-property-wrapper{width:100%;max-width:1300px;padding:0 4rem;display:flex;flex-direction:column}.dream-property-container .navbar{display:flex;justify-content:space-between;align-items:center;padding:4rem 0 5rem;margin-bottom:1rem;position:relative;z-index:10}.dream-property-container .brand-logo-small img{height:120px}.dream-property-container .nav-links a{text-decoration:none;color:#333;font-size:1.1rem;margin-left:30px;font-weight:500}.dream-property-container .dream-property-content{margin-top:-80px;width:100%;background:#fff;border-radius:40px;overflow:visible;box-shadow:0 20px 50px #00000014;border:1px solid #eef2f6;margin-bottom:4rem}.dream-property-container .dream-header{background:#fccd3440;padding:15px 40px;border-bottom:1px solid rgba(252,205,52,.1);border-radius:40px 40px 0 0}.dream-property-container .dream-header h1{font-size:1.8rem;color:#000;margin:0;font-weight:700}.dream-property-container .dream-header p{font-size:.95rem;color:#666;margin:10px 0 0}.dream-property-container .dream-image-wrapper{position:relative;width:100%;height:400px;overflow:hidden}.dream-property-container .dream-image{width:100%;height:100%}.dream-property-container .dream-form{padding:40px 50px 300px;min-height:800px}.dream-property-container .form-row{margin-bottom:30px}.dream-property-container .form-label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:12px}.dream-property-container .input-with-icon{position:relative;display:flex;align-items:center}.dream-property-container .location-input{width:100%;padding:12px 50px 12px 16px;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem}.dream-property-container .location-icon{position:absolute;right:20px;color:#28a745}.dream-property-container .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:30px}.dream-property-container .select-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;color:#666}.dream-property-container .type-buttons{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:30px}.dream-property-container .type-btn{padding:8px 20px;border:1px solid #f0f0f0;border-radius:10px;background:#f8f9fa;font-size:.9rem;color:#444;cursor:pointer;transition:all .2s}.dream-property-container .type-btn.active{background:#af0505;color:#fff;border-color:#af0505}.dream-property-container .section-title{font-size:1.15rem;font-weight:700;color:#000;margin:30px 0 20px}.dream-property-container .config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.dream-property-container .config-item label{display:block;font-size:.9rem;color:#666;margin-bottom:10px}.dream-property-container .text-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem}.dream-property-container .textarea-input{width:100%;padding:15px;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem;min-height:120px;resize:vertical;color:#af0505}.dream-property-container .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.dream-property-container .price-input-wrapper{position:relative;display:flex;align-items:center}.dream-property-container .currency-symbol{position:absolute;left:12px;color:#666;font-size:.9rem}.dream-property-container .price-input-wrapper .text-input{padding-left:25px}.dream-property-container .continue-btn{width:100%;padding:14px;background:#af0505;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:30px;transition:transform .2s,background .3s}.dream-property-container .continue-btn:hover{background:#8e0404;transform:translateY(-2px)}@media (max-width: 992px){.dream-property-container .dream-property-wrapper{padding:0 2rem}.dream-property-container .config-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.dream-property-container .form-grid,.dream-property-container .config-grid{grid-template-columns:1fr}}.verified-home-container{width:100%;min-height:100vh;display:flex;flex-direction:column;font-family:Outfit,sans-serif;position:relative;overflow-x:hidden;scroll-behavior:smooth!important}#discover-properties,#support-section{scroll-margin-top:100px}.bg-layer-1{position:absolute;top:0;left:0;width:100%;height:800px;background-image:url(/build/bg1.png);background-size:cover;background-position:center 100%;background-repeat:no-repeat;z-index:-1}.bg-layer-2{position:absolute;top:600px;left:0;width:100%;height:500px;background-image:url(/build/bg2.png);background-size:cover;background-position:top center;background-repeat:no-repeat;z-index:-2}.verified-home-container .v-navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:80px;background:linear-gradient(90deg,#579bf327 37.68%,#ffffff3d);box-shadow:0 4px 4px #00000040;z-index:1000;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(10px)}.verified-home-container .v-navbar.scrolled{background:linear-gradient(135deg,#0735b499,#1e40af66);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 32px #0000005e;border-bottom:1px solid rgba(255,255,255,.18)}.verified-home-container .v-navbar.scrolled:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s infinite linear}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.v-nav-links{display:flex;gap:2.5rem;align-items:center}.v-nav-links a{text-decoration:none;color:#1a1a1a;font-weight:600;font-size:1rem;transition:color .3s ease;font-family:Times New Roman,Times,serif}.verified-home-container .v-nav-links a{color:#fff}.v-nav-links a.active{color:#000!important;position:relative;text-shadow:none!important;font-weight:700}.v-nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#000!important;box-shadow:none!important}.v-nav-actions{display:flex;gap:2.5rem;align-items:center}.v-search-bar{display:flex;align-items:center;background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);border-radius:50px;padding:8px 18px;width:100%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v-search-bar:focus-within{background:#ffffff40;border-color:#fff9;box-shadow:0 0 20px #ffffff26;width:320px;transform:translate(-20px)}.v-search-bar svg{color:#fffc;margin-right:12px;flex-shrink:0}.v-search-bar input{background:transparent;border:none;outline:none;color:#fff;width:100%;font-size:.95rem;font-weight:500;font-family:Outfit,sans-serif}.v-search-bar input::placeholder{color:#fff9}.v-search-suggestions{position:absolute;top:calc(100% + 12px);left:-20px;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 10px 40px #0003;overflow:hidden;padding:8px 0;animation:slideDown .3s ease-out;border:1px solid rgba(255,255,255,.5);min-width:320px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.v-navbar.scrolled .v-search-bar{background:#ffffff1a}.v-navbar.scrolled .v-search-bar:focus-within{background:#fff3}.v-icon{cursor:pointer;font-size:1.2rem;color:#1a1a1a}.verified-home-container .v-icon{color:#fff}.v-profile-img{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 4px #000}.v-nav-user{display:flex;align-items:center;gap:.75rem}.v-user-name{font-size:1rem;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.v-hero-section{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 5% 0;height:calc(100vh - 80px);max-width:1400px;margin:0 auto;position:relative}.v-hero-content{flex:1;max-width:600px;margin-top:-3.5rem}.v-hero-content h1{font-size:3.2rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.v-hero-content p{font-size:1.25rem;color:#fff;opacity:.9;margin-bottom:3rem;line-height:1.6}.v-get-started-btn{padding:1rem 3rem;font-size:1.5rem;font-weight:700;background:#ffd24d;color:#000;border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #0003}.v-get-started-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.v-hero-image-container{flex:1;display:flex;justify-content:flex-end;align-items:center;margin-top:-3.5rem}.v-hero-image{max-width:100%;height:auto;border-radius:24px}.v-feature-bar-container{width:80%;max-width:1000px;margin:250px auto 4rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;z-index:10;position:relative}.v-feature-bar{display:flex;align-items:center;justify-content:space-around;padding:20px 30px}.v-feature-item{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}.v-feature-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.v-feature-text h4{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 3px}.v-feature-text p{font-size:12px;color:#888;margin:0;font-weight:400;max-width:200px}.v-feature-divider{width:1px;height:40px;background:#e0e0e0;flex-shrink:0}@media (max-width: 768px){.v-feature-bar{flex-direction:column;gap:16px;padding:20px}.v-feature-divider{width:80%;height:1px}.v-feature-item{justify-content:flex-start;width:100%}}.v-bottom-labels{position:absolute;top:700px;width:100%;display:flex;justify-content:space-between;padding:0 14%;color:#fff;font-size:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:5}@media (max-width: 1024px){.v-hero-section{flex-direction:column;padding-top:1rem;height:auto;text-align:center}.v-hero-content{margin-bottom:3rem}.v-hero-content h1{font-size:2.5rem}.v-hero-image-container{justify-content:center}}.v-discoveries-section{padding:2rem 3% 5rem;max-width:2000px;margin:30px auto 0;position:relative;z-index:20}.v-discoveries-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;margin-bottom:3.5rem;color:#111}.v-properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.v-property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column}.v-property-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001a}.v-property-image-container{position:relative;height:270px}.v-property-image{width:100%;height:100%;object-fit:cover}.v-premium-tag{position:absolute;top:15px;left:15px;background:linear-gradient(90deg,#ede460,#b08802);color:#fff;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;box-shadow:0 4px 10px #0003}.v-wishlist-btn{position:absolute;top:15px;right:15px;background:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;color:#555;transition:all .2s}.v-wishlist-btn:hover{color:#ff5a5f;transform:scale(1.1)}.v-image-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px}.v-image-dots .dot{width:10px;height:10px;border-radius:50%;background:#fff;opacity:.8;box-shadow:0 1px 3px #0003}.v-image-dots .dot.active{background:#f60;opacity:1}.v-property-info{padding:.6rem 1.8rem;flex:1;display:flex;flex-direction:column}.v-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.v-price{font-size:2rem;font-weight:800;color:#c53030}.v-verified-badge{display:flex;align-items:center;gap:6px;color:#ff5a5f;font-weight:700;border:1.5px solid #FF5A5F;padding:4px 14px;border-radius:20px;font-size:.8rem;background:#fff}.v-property-title{font-size:1.2rem;font-weight:700;line-height:1.35;margin-bottom:.4rem;color:#333;height:3.2em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.v-property-specs{display:flex;gap:1.8rem;margin-bottom:.6rem}.spec-item{display:flex;align-items:center;gap:8px;color:#4a5568;font-size:1.1rem;font-weight:600}.spec-item svg{color:#ed8936}.v-status-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-top:1px solid #eee;margin-top:auto;margin-bottom:.6rem}.v-status-badge{display:flex;align-items:center;gap:8px;background:#fff9e6;color:#d97706;padding:8px 15px;border-radius:8px;font-weight:700;font-size:.9rem}.status-dot{width:8px;height:8px;background:#f59e0b;border-radius:50%}.v-updated-text{color:#999;font-size:.9rem}.v-card-actions{display:flex;gap:1rem}.v-request-btn,.v-save-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:.6rem;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;background:#fff;border:1.2px solid #D2D6DC;color:#1a1a1a}.v-request-btn:hover,.v-save-btn:hover{background:#f9fafb;border-color:#b2b7bf}.v-request-btn.sent{background-color:#f0f0f0;color:#666;cursor:not-allowed;border-color:#ddd}.v-request-btn.sent svg{color:#666}@media (max-width: 1280px){.v-properties-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.v-properties-grid{grid-template-columns:1fr}.v-discoveries-header h2{font-size:2.5rem}.v-footer-tagline{font-size:1.2rem}}.v-how-it-works-section{padding:0rem 1% 1rem;max-width:1400px;margin:0 auto;position:relative;z-index:20}.v-how-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.v-how-header h2{font-family:Outfit,sans-serif;font-weight:700;font-size:40px;color:#111;white-space:nowrap}.v-header-line{flex:1;height:1.5px;background:#3c3c3c;border-radius:2px}.v-how-it-works-grid{margin-top:-50px;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.v-step-card{padding:1.5rem 2rem;border-radius:24px;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.v-step-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.v-step-submit{background:linear-gradient(180deg,#23d3ff2e,#2e23ff2e)}.v-step-match{background:linear-gradient(180deg,#23d3ff2e,#50da492e)}.v-step-swap{background:linear-gradient(180deg,#ffffff2e,#38bdde2e)}.v-step-icon{flex-shrink:0}.v-step-content{flex:1}.v-step-content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.v-step-content p{font-size:1rem;color:#4a5568;line-height:1.5;font-weight:500}@media (max-width: 1024px){.v-how-it-works-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.v-how-header h2{font-size:2rem}.v-step-card{padding:2rem 1.5rem}}.v-recommendations-section{padding:2rem 3% 5rem;max-width:2000px;margin:4rem auto 0;position:relative;z-index:20}.v-recommendations-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;margin-bottom:3.5rem;color:#111}.v-compatibility-bar{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;border-radius:50px;margin-bottom:1.2rem}.v-compatibility-bar.high{background:linear-gradient(90deg,#f97316c7 48.56%,#fccd34c7);color:#920101}.v-compatibility-bar.low{background:#f7fafc;color:#4a5568;border:1px solid #E2E8F0}.v-comp-content{display:flex;align-items:center;gap:.8rem}.v-comp-check{width:24px;height:24px;background:#920101;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.v-compatibility-bar.low .v-comp-check{background:#cbd5e0}.v-comp-content span{font-weight:700;font-size:1rem}.v-comp-percent{font-weight:800;font-size:1rem}.v-explore-videos-section{padding:1rem 3% 3rem;max-width:1400px;margin:6rem auto 2rem;background:linear-gradient(180deg,#fccd3447,#fff);border-radius:78px;position:relative;z-index:20}.v-explore-header{text-align:center;margin-bottom:3.5rem}.v-explore-header h2{font-family:Outfit,sans-serif;font-weight:700;font-size:48px;color:#000}.v-videos-container-wrapper{position:relative;max-width:1300px;margin:0 auto;padding:0 50px}.v-videos-grid{display:flex;overflow-x:auto;gap:2.5rem;padding-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.v-videos-grid::-webkit-scrollbar{display:none}.v-video-card{flex:0 0 calc(33.333% - 1.7rem);min-width:350px;border-radius:40px;overflow:hidden;position:relative;aspect-ratio:9/12;box-shadow:0 10px 30px #0000001a}.v-video-image-wrapper{position:relative;width:100%;height:100%}.v-video-thumbnail{width:100%;height:100%;object-fit:cover}.v-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.v-play-button-circle{width:70px;height:70px;background:#ffffff4d;border:3px solid #FFFFFF;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.v-watch-reels-btn{position:absolute;bottom:25px;left:50%;transform:translate(-50%);background:#f97316e8;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;white-space:nowrap;z-index:3;transition:transform .2s}.v-watch-reels-btn:hover{transform:translate(-50%) scale(1.05)}.v-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffd24d;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 15px #0003;transition:all .3s ease;color:#000}.v-slider-arrow:hover{background:#000;color:#ffd24d;transform:translateY(-50%) scale(1.1)}.v-slider-arrow.v-left{left:-10px}.v-slider-arrow.v-right{right:-10px}@media (max-width: 1024px){.v-video-card{flex:0 0 calc(50% - 1.25rem)}}@media (max-width: 768px){.v-videos-container-wrapper{padding:0 20px}.v-video-card{flex:0 0 85%}.v-slider-arrow{display:none}}.video-player-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:3000}.video-player-container{position:relative;width:60vh;height:90vh;background:#000;border-radius:20px;overflow:hidden}.reel-video-element{width:100%;height:100%;object-fit:cover}.video-controls-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(transparent,#000c);display:flex;flex-direction:column;gap:15px}.video-info h4{color:#fff;margin:0;font-size:1.2rem}.video-actions{display:flex;gap:15px}.view-property-btn{flex:1;background:#f97316;color:#fff;border:none;padding:12px;border-radius:10px;font-weight:700;cursor:pointer}.close-video-btn{position:absolute;top:20px;right:20px;background:#fff3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;z-index:10}.property-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:4000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.property-modal-content{background:#fff;width:90%;max-width:900px;border-radius:30px;overflow:hidden;position:relative;animation:modalPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-close-icon{position:absolute;top:20px;right:20px;background:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003;z-index:10}.modal-body{display:grid;grid-template-columns:1fr 1fr;height:600px}.modal-image-section img{width:100%;height:100%;object-fit:cover}.modal-details-section{padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.modal-price{font-size:2.5rem;font-weight:800;color:#af0505}.modal-specs{grid-template-columns:repeat(2,1fr)!important}@media (max-width: 800px){.modal-body{grid-template-columns:1fr;height:auto}.modal-image-section{height:250px}}@media (max-width: 768px){.v-videos-grid{grid-template-columns:1fr}.v-explore-header h2{font-size:32px}}.v-cities-section{padding:4rem 5%;max-width:1400px;margin:0 auto}.v-cities-header{text-align:center;margin-bottom:3.5rem}.v-cities-header h2{font-family:Outfit,sans-serif;font-weight:700;font-size:48px;color:#000}.v-app-promotion-section{padding:1rem 5% 5rem;max-width:1400px;margin:4rem auto 0;position:relative;overflow:hidden}.v-app-promo-container{display:flex;align-items:center;gap:4rem;justify-content:center;position:relative}.v-app-promo-left{flex:1;position:relative;max-width:500px;display:flex;justify-content:center;align-items:center}.v-orange-blob{position:absolute;background:#f97316;border-radius:50%;z-index:-1}.blob-1{width:200px;height:200px;top:-20px;left:-60px}.blob-2{width:150px;height:150px;bottom:-60px;right:-20px;background:#f97316}.v-phone-frame{width:280px;height:auto;border:6.97px solid #000000;border-radius:40px;overflow:hidden;background:#fff;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:2}.v-phone-inner{width:100%;height:100%;overflow:hidden}.v-phone-img{width:100%;display:block;object-fit:cover;object-position:left top;height:550px}@media (max-width: 768px){.v-cities-grid{grid-template-columns:1fr}.v-cities-header h2{font-size:32px}.v-city-card{padding:1rem}}.v-app-promo-right{flex:1;max-width:600px}.v-promo-title{font-family:Outfit,sans-serif;font-size:42px;font-weight:800;color:#000;margin-bottom:2rem}.v-rating-box{display:flex;gap:2rem;background:#fdfdfd;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000000d;margin-bottom:3rem;max-width:450px}.v-rating-summary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.v-rating-score{font-size:72px;font-weight:800;color:#333;line-height:1}.v-rating-stars{display:flex;gap:2px}.v-rating-count{display:flex;align-items:center;gap:5px;color:#666;font-size:1.1rem;font-weight:600}.v-rating-bars{flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}.v-bar-item{display:flex;align-items:center;gap:10px}.v-bar-label{width:15px;font-weight:700;color:#666}.v-bar-track{flex:1;height:12px;background:#eee;border-radius:10px;overflow:hidden}.v-bar-fill{height:100%;border-radius:10px}.v-qr-download{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.v-qr-text{font-size:1.5rem;font-weight:800;color:#000}.v-qr-img{width:200px;height:200px;object-fit:contain}@media (max-width: 1024px){.v-app-promo-container{flex-direction:column;text-align:center}.v-qr-download{align-items:center}.v-rating-box{margin:0 auto 3rem}}.v-cities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.v-city-card{background:#fccd3421;border:1px solid #F97316;border-radius:30px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .2s}.v-city-card:hover{transform:translateY(-5px)}.v-city-image-container{width:120px;height:120px;flex-shrink:0;border-radius:20px;overflow:hidden}.v-city-image{width:100%;height:100%;object-fit:cover}.v-city-info{flex:1}.v-city-name{font-size:1.7rem;font-weight:700;color:#000;margin-bottom:.2rem}.v-city-desc{font-size:.95rem;color:#444;line-height:1.4;font-weight:500}@media (max-width: 1100px){.v-cities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.v-cities-grid{grid-template-columns:1fr}.v-cities-header h2{font-size:32px}.v-city-card{padding:1rem}.v-city-image-container{width:100px;height:100px}}.v-footer{background-color:#000;color:#fff;padding:2rem 5% 1.5rem;width:100%;position:relative;z-index:20}.v-footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;gap:4rem}.v-footer-left{flex:1;max-width:450px}.v-footer-logo{margin-bottom:.5rem;height:120px;display:flex;align-items:center}.v-footer-logo img{height:120px;width:auto;object-fit:contain;margin-left:-10px}.v-footer-tagline{font-size:1.1rem;font-weight:500;line-height:1.4;color:#a0aec0;margin-bottom:1rem}.v-footer-subscribe{display:flex;align-items:center;background:#d1d5db;border-radius:10px;padding:.3rem .8rem;margin-bottom:1.5rem;max-width:350px}.v-footer-subscribe input{flex:1;background:transparent;border:none;outline:none;padding:.8rem;font-size:1.25rem;color:#1a1a1a;font-weight:500}.v-footer-subscribe input::placeholder{color:#4a5568}.v-subscribe-btn{background:transparent;border:none;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem}.v-footer-disclaimer{font-size:.7rem;color:#718096;line-height:1.5;margin-bottom:1.5rem;max-width:400px}.v-footer-disclaimer a{color:#718096;text-decoration:underline}.v-footer-socials{display:flex;gap:1.5rem;align-items:center}.v-footer-socials a{color:#fff;transition:transform .2s,opacity .2s}.v-footer-socials a:hover{transform:translateY(-3px);opacity:.8}.v-footer-right{display:flex;gap:6rem;padding-bottom:0}.v-footer-links-col{display:flex;flex-direction:column}.v-footer-links-col h4{font-family:Inter,sans-serif;font-weight:600;font-size:1.35rem;color:#fff;cursor:pointer;transition:color .2s;margin:30px 0 0}.v-footer-links-col h4:hover{color:#ffd24d}@media (max-width: 1024px){.v-footer-container{flex-direction:column;gap:4rem}.v-footer-right{gap:4rem}}@media (max-width: 768px){.v-footer{padding:4rem 1.5rem}.v-footer-right{flex-direction:column;gap:2rem}.v-footer-tagline{font-size:1.2rem}}.matches-page-container{padding-top:80px;background-color:#fcfcfc;min-height:100vh}.matches-banner{background:linear-gradient(90deg,#fffffffc,#fccd34fc 88.46%);height:180px;display:flex;justify-content:space-between;padding:0 5%;align-items:center;margin-bottom:30px}.banner-content h1{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.banner-content p{font-size:14px;color:#4a4a4a;max-width:400px}.banner-image img{height:150px}.matches-content{padding:0 5%}.tabs-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.tabs{display:flex;gap:20px}.tab-btn{background:#fff;border:1px solid #eee;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;color:#1a1a1a;box-shadow:0 2px 4px #0000000d}.tab-btn.active{background:#b00000;color:#fff;border-color:#b00000}.compatibility-filter{background:#fff8e1;padding:8px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;color:#ffb300;font-weight:600;cursor:pointer}.compatibility-select{border:none;outline:none;background:transparent;font-size:14px;color:#ffb300;font-weight:600;cursor:pointer}.filters-row{display:flex;gap:20px;margin-bottom:30px}.filter-item{background:#fff;border:1px solid #FFCDD2;border-radius:8px;padding:8px 12px;display:flex;flex-direction:column;min-width:150px}.filter-item label{font-size:12px;color:#b00000;font-weight:700;margin-bottom:4px}.filter-item select{border:none;outline:none;font-size:14px;color:#666;background:transparent}.filter-item.budget{min-width:300px}.budget-range{font-size:14px;color:#666;padding:4px 0;display:flex;align-items:center;gap:8px}.budget-input{border:1px solid #ddd;border-radius:6px;padding:5px 10px;font-size:13px;color:#333;width:120px;outline:none;background:#fafafa}.budget-input:focus{border-color:#b00000;background:#fff}.budget-input::placeholder{color:#aaa;font-size:12px}.budget-separator{color:#999;font-weight:600}.no-results-msg{color:#999;font-size:14px;text-align:center;padding:30px 0;width:100%}.budget-input::-webkit-outer-spin-button,.budget-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.budget-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.matches-list-section{margin-bottom:40px}.matches-list-section h2{font-size:24px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.match-card{background:#fff;border-radius:12px;border:1px solid #e0e0e0;display:flex;padding:15px;gap:15px;box-shadow:0 2px 8px #0000000d;margin-bottom:20px;min-height:240px;overflow:hidden}.card-image-container{width:220px;min-width:220px;height:210px;position:relative;border-radius:12px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover}.compatibility-tag{position:absolute;top:10px;left:50%;transform:translate(-50%);background:#ffca28;color:#fff;padding:4px 15px;border-radius:12px;font-size:11px;font-weight:700;white-space:nowrap}.interest-tag-container{margin-top:8px;display:flex;justify-content:center}.interest-tag{background:#fff9c4;color:#f9a825;padding:4px 15px;border-radius:8px;font-size:11px;font-weight:600}.card-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.card-row-1,.card-row-2,.card-row-3,.card-row-4,.card-row-5,.card-row-6{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.card-row-2{margin-bottom:12px}.card-row-3{margin-bottom:8px}.card-title{font-size:24px;font-weight:700;color:#1a1a1a}.card-header-right{display:flex;align-items:center;gap:15px}.verified-status{display:flex;align-items:center;gap:6px;color:#1a1a1a;font-size:16px;font-weight:600}.verified-status.pending{color:#ffb300}.check-circle{background:#2e7d32;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.verified-status.pending .check-circle{background:#ffb300}.stars{color:#fbc02d;display:flex;gap:4px;font-size:18px}.location{font-size:16px;color:#4a4a4a;margin:0}.row-2-right{display:flex;align-items:center;gap:15px}.matched-stats{display:flex;align-items:center;gap:6px;font-size:13px;color:#4a4a4a}.view-direction-btn{background:#2e7d32;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.price{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.secure-chat-btn,.card-btn-primary{background:#b00000;color:#fff;border:none;padding:8px 30px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;min-width:160px}.specs{display:flex;gap:20px;font-size:15px;font-weight:600;color:#1a1a1a}.furnishing-tag{border:1px solid #FFD54F;color:#f57f17;padding:2px 12px;border-radius:6px;font-size:13px}.amenities{display:flex;gap:25px}.amenity{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a4a4a;font-weight:600}.directions{font-size:13px;color:#4a4a4a;display:flex;gap:15px}.listed-days{display:flex;align-items:center;gap:6px;font-size:13px;color:#9e9e9e}.skip-btn{background:#f0f0f0;color:#555;border:none;padding:6px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.status-badge{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:700;text-align:center;min-width:100px}.status-badge.pending{background-color:#ffecb3;color:#ff8f00}.status-badge.accepted{background-color:#c8e6c9;color:#2e7d32}.chat-btn{background-color:#fff!important;color:#b00000!important;border:1px solid #B00000!important;font-size:14px!important;padding:6px 15px!important;min-width:120px!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.request-modal{background:#fff;padding:30px;border-radius:15px;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column}.request-modal h3{margin-bottom:10px;color:#1a1a1a}.request-modal p{color:#666;margin-bottom:20px}.property-selector{overflow-y:auto;margin-bottom:20px;flex:1}.selector-item{display:flex;align-items:center;padding:10px;border:1px solid #eee;border-radius:10px;margin-bottom:10px;cursor:pointer;transition:all .2s;background:#fff}.selector-item:hover{background:#f9f9f9}.selector-item.selected{border-color:#b00000;background:#b000000d}.selector-img{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:15px;flex-shrink:0}.selector-img img{width:100%;height:100%;object-fit:cover}.selector-info{flex:1}.selector-info h4{font-size:14px;margin:0 0 4px;color:#1a1a1a}.selector-info p{font-size:12px;margin:0;color:#666}.selector-check{color:#b00000;font-weight:700;font-size:18px;margin-left:10px}.modal-actions{display:flex;justify-content:flex-end;gap:15px;padding-top:10px;border-top:1px solid #eee}.cancel-btn{background:#f5f5f5;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn{background:#b00000;color:#fff;border:none;padding:10px 25px;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.message-popup-overlay{position:fixed;bottom:30px;right:30px;z-index:3000}.message-popup-content{background:#fff;padding:15px 25px;border-radius:10px;box-shadow:0 5px 15px #0003;display:flex;align-items:center;gap:15px;border-left:5px solid #2e7d32}.message-popup-overlay.error .message-popup-content{border-left-color:#c62828}.popup-close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#999}.match-card-wrapper{margin-bottom:20px;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s,transform .2s;background:#fff}.match-card-wrapper:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.match-card-wrapper.expanded{box-shadow:0 8px 30px #0000001f}.match-card-wrapper .match-card{border:none;box-shadow:none;margin-bottom:0;border-radius:0}.match-property-details-expand{border-top:1px solid #F0F0F0;padding:25px;background:#fff;animation:matchSlideDown .4s ease-out}@keyframes matchSlideDown{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.match-details-tabs{display:flex;gap:15px;margin-bottom:30px}.match-detail-tab-btn{padding:12px 30px;border-radius:12px;border:none;background:#f4f4f4;color:#666;font-weight:600;cursor:pointer;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1)}.match-detail-tab-btn.active{background:#ffd54f;color:#000;box-shadow:0 4px 15px #ffd54f4d}.match-overview-content{animation:matchFadeInScale .4s ease-out}@keyframes matchFadeInScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.match-section-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 15px}.match-about-text{color:#555;font-size:14.5px;line-height:1.7;margin-bottom:30px;background:#fafafa;padding:20px;border-radius:15px}.match-amenities-full-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.match-full-amenity-item{display:flex;align-items:center;gap:15px;padding:12px;background:#fff;border:1px solid #F0F0F0;border-radius:12px;transition:transform .2s}.match-full-amenity-item:hover{transform:translate(5px);border-color:#ffd54f}.match-full-amenity-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff8e1;border-radius:10px}.match-property-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px}.match-detail-thumb{width:100%;height:140px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #0000000d}.empty-preferences-container{padding:60px 20px;display:flex;justify-content:center;align-items:center;width:100%}.empty-preferences-card{background:#fff;padding:50px 40px;border-radius:24px;text-align:center;max-width:500px;box-shadow:0 15px 35px #00000014;border:1px solid rgba(176,0,0,.1);display:flex;flex-direction:column;align-items:center}.empty-icon-box{width:120px;height:120px;background:#b000000a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;transition:transform .3s ease}.empty-preferences-card:hover .empty-icon-box{transform:scale(1.05) rotate(2deg)}.empty-preferences-card h2{font-size:28px;color:#1a1a1a;margin-bottom:15px;font-weight:800}.empty-preferences-card p{color:#666;font-size:16px;line-height:1.6;margin-bottom:30px}.add-dream-property-btn{background:#b00000;color:#fff;border:none;padding:14px 40px;border-radius:50px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px #b0000033}.add-dream-property-btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #b000004d;background:#8b0000}.retry-btn{background:#1a1a1a;color:#fff;border:none;padding:8px 20px;border-radius:8px;margin-top:15px;cursor:pointer;font-weight:600}.chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.chat-modal-container{width:95%;max-width:450px;height:80vh;background:#f0f2f5;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.chat-modal-header{background:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}.partner-info{display:flex;align-items:center;gap:12px}.partner-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover}.partner-text h3{margin:0;font-size:16px;color:#1a1a1a}.partner-text p{margin:0;font-size:12px;color:#4caf50;font-weight:600}.close-chat-btn{background:none;border:none;font-size:30px;color:#666;cursor:pointer;line-height:1}.chat-messages-area{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-repeat:repeat;background-size:contain}.message-wrapper{display:flex;align-items:flex-end;gap:8px;max-width:85%}.message-wrapper.mine{align-self:flex-end}.message-wrapper.theirs{align-self:flex-start}.msg-avatar{width:28px;height:28px;border-radius:50%}.message-bubble{padding:8px 12px;border-radius:12px;position:relative;box-shadow:0 1px 2px #0000001a}.mine .message-bubble{background:#dcf8c6;border-bottom-right-radius:2px}.theirs .message-bubble{background:#fff;border-bottom-left-radius:2px}.message-text{margin:0;font-size:14px;color:#333;line-height:1.4;word-wrap:break-word}.message-file img{max-width:100%;max-height:200px;border-radius:8px;margin-bottom:5px}.message-time{display:flex;justify-content:flex-end;align-items:center;gap:4px;font-size:10px;color:#888;margin-top:4px}.read-status{color:#34b7f1;font-weight:700}.chat-input-area{background:#fff;padding:10px 15px;display:flex;align-items:center;gap:10px;border-top:1px solid #e0e0e0}.message-input{flex:1;padding:12px 18px;border:1px solid #e0e0e0;border-radius:25px;font-size:14px;outline:none;background:#f0f2f5}.attach-btn,.send-msg-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center}.send-msg-btn{background:#008069;color:#fff;width:40px;height:40px;border-radius:50%;padding-left:3px}.send-msg-btn:disabled{opacity:.6}.selected-file-preview{font-size:12px;color:#008069;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-download-link{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#0000000d;border-radius:8px;text-decoration:none;color:#333;margin-bottom:5px;transition:background .2s}.file-download-link:hover{background:#0000001a}.file-icon{font-size:24px}.file-name{font-size:13px;word-break:break-all;color:#1a73e8}.v-navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:80px;background:linear-gradient(90deg,#fccd343d 37.68%,#ffffff3d);box-shadow:0 4px 4px #00000040;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.my-property-container{padding-top:80px;width:100%;min-height:100vh;background-color:#f8f9fa;font-family:Outfit,sans-serif}.v-nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:16px;padding-bottom:5px}.v-icon{cursor:pointer;color:#333}.v-profile-img{width:35px;height:35px;border-radius:50%}.my-property-banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#fffffffc,#fccd34fc 88.46%);padding:20px 5%;position:relative;overflow:hidden}.banner-content h1{font-size:32px;color:#000;margin:0;font-weight:700}.banner-content p{font-size:13px;color:#333;margin-top:5px;max-width:400px}.banner-image img{height:140px;border-top-left-radius:70px;border-bottom-left-radius:70px;object-fit:cover}.my-property-actions{display:flex;justify-content:flex-end;gap:15px;padding:20px 5%}.action-btn{display:flex;align-items:center;gap:10px;background-color:#b00000;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;font-size:15px;transition:background .3s}.action-btn:hover{background-color:#8c0000}.my-property-list{padding:0 5% 40px;display:flex;flex-direction:column;gap:30px}.my-property-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;position:relative;border:1px solid #EEE}.card-header{padding:12px 20px;display:flex;justify-content:space-between;align-items:flex-start}.header-left .title-row{display:flex;align-items:center;gap:10px}.header-left h3{margin:0;font-size:22px;font-weight:700;color:#1a1a1a}.verified-badge{display:flex;align-items:center;gap:5px;color:#4caf50;font-weight:600;font-size:14px}.verified-badge.pending{color:#ffb300}.verified-icon{background:#4caf50;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px}.verified-badge.pending .verified-icon{background:#ffb300}.location-text{color:#666;font-size:16px;margin-top:5px}.edit-btn{background:#b00000;color:#fff;border:none;padding:8px 25px;border-radius:6px;font-weight:600;cursor:pointer}.card-body{padding:0 20px 20px}.stats-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #F0F0F0;margin-bottom:12px}.stat-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#333}.stat-item svg{width:18px;height:18px;color:#333}.price-text{font-weight:700;font-size:16px}.furnishing-badge{background:#fff9e6;color:#d97706;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:500}.compatibility-badge{background:#fff5f5;color:#f87171;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:500}.details-grid{display:grid;grid-template-columns:240px 1fr;gap:20px}.card-main-image{width:100%;height:140px;border-radius:10px;object-fit:cover}.amenities-section{display:flex;flex-direction:column;gap:15px}.amenities-row{display:flex;gap:30px}.amenity-item{display:flex;align-items:center;gap:10px;font-size:16px;color:#333}.amenity-name{font-weight:500}.amenity-dist{color:#666}.orientations-row{display:flex;gap:20px;font-size:15px;color:#333;flex-wrap:wrap}.orientation-item span{font-weight:600}.listed-profile{display:flex;align-items:center;gap:10px;color:#666;font-size:15px;margin-top:10px}@media (max-width: 900px){.details-grid{grid-template-columns:1fr}.my-property-banner{flex-direction:column;text-align:center;gap:20px}.banner-image img{border-radius:20px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.reel-modal{background:#fff;width:90%;max-width:500px;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0003;animation:modalSlide .3s ease-out}@keyframes modalSlide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.reel-modal h2{margin:0 0 20px;color:#1a1a1a;font-size:24px;border-bottom:2px solid #B00000;padding-bottom:10px}.modal-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333}.form-group select,.form-group input{padding:12px;border:1px solid #DDD;border-radius:8px;font-size:15px}.modal-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:20px}.cancel-btn{padding:10px 20px;background:#eee;border:none;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn{padding:10px 25px;background:#b00000;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.reels-section{padding:0 5% 60px;margin-top:40px}.section-header{margin-bottom:25px;border-left:4px solid #B00000;padding-left:15px}.section-header h2{font-size:28px;margin:0;color:#1a1a1a}.section-header p{color:#666;margin:5px 0 0}.reels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.reel-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000000d;border:1px solid #EEE;transition:transform .3s ease}.reel-card:hover{transform:translateY(-5px)}.reel-video-container{position:relative;aspect-ratio:9/16;background:#000;display:flex;align-items:center;justify-content:center}.reel-video-container video{width:100%;height:100%;object-fit:contain}.delete-reel-btn{position:absolute;top:10px;right:10px;background:#ffffffe6;color:#b00000;border:none;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000001a;transition:all .2s;opacity:0}.reel-card:hover .delete-reel-btn{opacity:1}.delete-reel-btn:hover{background:#b00000;color:#fff}.reel-info{padding:12px}.property-tag{background:#f0f0f0;color:#444;font-size:12px;padding:4px 10px;border-radius:20px;font-weight:500;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-reels-box{background:#fff;padding:40px;text-align:center;border-radius:20px;border:2px dashed #DDD}.no-reels-box p{color:#666;margin-bottom:20px}.upload-prompt-btn{background:#b00000;color:#fff;border:none;padding:10px 25px;border-radius:8px;font-weight:600;cursor:pointer}@media (max-width: 600px){.reels-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.message-popup-overlay{position:fixed;top:100px;right:20px;z-index:3000;animation:popupFadeIn .3s ease-out}@keyframes popupFadeIn{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}.message-popup-content{background:#fff;padding:15px 25px;border-radius:12px;box-shadow:0 5px 25px #00000026;display:flex;align-items:center;gap:15px;min-width:300px;border-left:5px solid #666}.message-popup-overlay.success .message-popup-content{border-left-color:#4caf50}.message-popup-overlay.error .message-popup-content{border-left-color:#f44336}.message-popup-overlay.info .message-popup-content{border-left-color:#2196f3}.popup-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.success .popup-icon{background:#e8f5e9;color:#4caf50}.error .popup-icon{background:#ffebee;color:#f44336}.info .popup-icon{background:#e3f2fd;color:#2196f3}.message-popup-content p{margin:0;font-weight:500;color:#333;flex-grow:1}.popup-close-btn{background:none;border:none;font-size:20px;color:#999;cursor:pointer;line-height:1;padding:5px}.popup-close-btn:hover{color:#333}.confirm-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:3500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirm-popup-content{background:#fff;padding:30px;border-radius:20px;width:90%;max-width:400px;text-align:center;box-shadow:0 15px 40px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.confirm-icon-box{width:60px;height:60px;background:#fff5f5;color:#b00000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.confirm-popup-content h3{margin:0 0 10px;font-size:22px;color:#1a1a1a}.confirm-popup-content p{color:#666;margin:0 0 25px;font-size:15px}.confirm-actions{display:flex;gap:15px}.confirm-actions button{flex:1;padding:12px;border-radius:10px;font-weight:600;cursor:pointer;font-size:15px}.confirm-cancel-btn{background:#f0f0f0;border:none;color:#333}.confirm-delete-btn{background:#b00000;border:none;color:#fff}.confirm-delete-btn:hover{background:#8c0000}.property-details-expand{border-top:1px solid #F0F0F0;padding:25px;background:#fff;animation:slideDown .4s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.details-tabs{display:flex;gap:15px;margin-bottom:30px}.detail-tab-btn{padding:12px 30px;border-radius:12px;border:none;background:#f4f4f4;color:#666;font-weight:600;cursor:pointer;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1)}.detail-tab-btn.active{background:#ffd54f;color:#000;box-shadow:0 4px 15px #ffd54f4d}.overview-content{animation:fadeInScale .4s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.section-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 15px}.about-text{color:#555;font-size:14.5px;line-height:1.7;margin-bottom:30px;background:#fafafa;padding:20px;border-radius:15px}.amenities-full-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.full-amenity-item{display:flex;align-items:center;gap:15px;padding:12px;background:#fff;border:1px solid #F0F0F0;border-radius:12px;transition:transform .2s}.full-amenity-item:hover{transform:translate(5px);border-color:#ffd54f}.full-amenity-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff8e1;border-radius:10px}.tab-empty-state{text-align:center;padding:60px 20px;color:#999;background:#f9f9f9;border-radius:20px;border:1px dashed #DDD}.property-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px}.detail-thumb{width:100%;height:140px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #0000000d}.my-property-card{transition:transform .3s,box-shadow .3s}.my-property-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001a}.clickable-area{cursor:pointer}.requests-tab-content{padding-top:20px}.requests-grid{display:flex;flex-direction:column;gap:20px}.request-card-horizontal{background:#fdfdfd;border:1px solid #eee;border-radius:12px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:20px}.request-user-info{display:flex;align-items:center;gap:12px;min-width:200px}.requester-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover}.user-details h4{margin:0;font-size:14px;color:#1a1a1a}.user-details span{font-size:11px;color:#888}.request-status-tag{background:#ffecb3;color:#ff8f00;font-size:11px;font-weight:700;padding:3px 10px;border-radius:10px;margin-left:auto}.request-property-preview{display:flex;align-items:center;gap:15px;flex:1;background:#fff;padding:10px;border-radius:10px;border:1px solid #f0f0f0}.request-property-preview img{width:80px;height:60px;border-radius:6px;object-fit:cover}.req-prop-info h5{margin:0 0 4px;font-size:14px}.req-prop-info p{margin:0;font-size:12px;color:#666}.req-prop-price{font-weight:700;color:#1a1a1a!important;margin-top:4px!important}.request-actions{display:flex;gap:10px}.request-actions button{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;min-width:90px}.ignore-btn{background:#f5f5f5;border:1px solid #ddd;color:#666}.accept-btn{background:#ffcd34;border:none;color:#000}.loading-text{text-align:center;color:#666;padding:20px}.request-status-tag{padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;margin-left:auto}.request-status-tag.pending{background:#fff9e6;color:#d97706}.request-status-tag.accepted{background:#e6fffa;color:#047857}.request-status-tag.rejected{background:#fff5f5;color:#c53030}.sent-request{border-left:4px solid #3182CE!important}.sent-request .request-status-tag{background:#ebf8ff!important;color:#2b6cb0!important}.request-status-info{color:#666;font-style:italic;font-size:14px;padding:10px}.request-card-horizontal.sent-request{background:#f8fafc}.accepted-request-card{border-left:4px solid #4CAF50!important;background:#f6fff8!important}.contact-info{display:block;font-size:11px;color:#555;margin-top:2px}.chat-btn{background:#000;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-btn:hover{background:#333}.v-search-bar svg{color:#00000080;margin-right:12px;flex-shrink:0}.suggestion-item svg{color:#af0505;opacity:0;transition:all .2s ease;transform:translate(-5px)}.v-nav-user{display:flex;align-items:center;gap:12px;padding-left:10px;border-left:1px solid rgba(0,0,0,.1)}.v-user-name{font-size:14px;font-weight:600;color:#333}.plans-page-container{min-height:100vh;background-color:#fff;padding-bottom:80px}.plans-page-container .v-navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 5%;background:linear-gradient(90deg,#fccd343d 37.68%,#ffffff3d);position:sticky;top:0;z-index:1000}.plans-page-container .v-logo img{height:120px;cursor:pointer}.plans-page-container .v-nav-links{display:flex;gap:30px}.plans-page-container .v-nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:16px;transition:color .3s}.plans-page-container .v-nav-links a:hover,.plans-page-container .v-nav-links a.active{color:#000!important;font-weight:700!important;position:relative}.plans-page-container .v-nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#000!important}.plans-page-container .v-nav-actions{display:flex;align-items:center;gap:40px}.plans-page-container .v-icon{cursor:pointer;color:#b00000}.v-flag-icon{width:20px;height:20px;border-radius:50%;object-fit:cover}.plans-page-container .v-profile-img{width:35px;height:35px;border-radius:50%;border:2px solid #4CAF50}.plans-header{height:180px;background:linear-gradient(90deg,#fffffffc,#fccd34fc 88.46%);display:flex;justify-content:space-between;align-items:center;padding:0 8%;overflow:hidden}.plans-header-content h1{font-size:32px;color:#333;margin-bottom:8px;font-weight:700}.plans-header-content p{font-size:14px;color:#666}.plans-header-image img{height:180px;object-fit:contain;margin-top:20px}.plans-duration-toggle{display:flex;justify-content:center;gap:12px;margin:30px 0}.plans-duration-toggle button{padding:8px 30px;border:none;border-radius:8px;font-size:16px;font-weight:600;background:#f3f4f6;color:#333;cursor:pointer;transition:all .3s}.plans-duration-toggle button.active{background:#b00000;color:#fff;box-shadow:0 4px 12px #b0000033}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1300px;margin:100px auto;padding:0 20px;align-items:start}.plan-card{background:#fff;border-radius:20px;padding:0;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 10px 30px #0000000d;transition:transform .3s;border:1px solid #eee;overflow:hidden}.plan-card:hover{transform:translateY(-5px)}.plan-card.popular{transform:scale(1.05);z-index:2;border:2px solid #FF8A00}.plan-card.popular:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{background:#ff8a00;width:100%;color:#fff;text-align:center;padding:6px 0;font-weight:600;font-size:12px}.plan-card-header{width:100%;padding:15px 0;text-align:center;background:#f8f8f8;position:relative}.plan-card.blue .plan-card-header{background:#3b5998;color:#fff}.plan-card.orange .plan-card-header{background:#ff8a00;color:#fff}.plan-card.dark-blue .plan-card-header{background:#1a237e;color:#fff}.plan-card-header h3{margin:0;font-size:16px;font-weight:600}.ultimate-icon{position:absolute;top:35px;left:50%;transform:translate(-50%)}.plan-price-section{padding:20px 15px 15px;text-align:center;width:100%}.plan-name-display{font-size:20px;color:#8b4513;margin-bottom:8px;font-family:serif}.plan-price{display:flex;justify-content:center;align-items:baseline;gap:2px;color:#333}.currency{font-size:20px;font-weight:700}.amount{font-size:28px;font-weight:800}.period{font-size:14px;color:#666}.billed-text{font-size:11px;color:#999;margin-top:4px}.choose-plan-btn{width:80%;padding:12px 0;border:none;border-radius:8px;font-weight:700;cursor:pointer;margin:10px 0;transition:opacity .3s}.choose-plan-btn.top{margin-bottom:20px}.choose-plan-btn.bottom{margin-top:auto;margin-bottom:20px}.choose-plan-btn.blue{background:#3b5998;color:#fff}.choose-plan-btn.orange{background:#ff8a00;color:#fff}.choose-plan-btn.dark-blue{background:#1a237e;color:#fff}.choose-plan-btn:hover{opacity:.9}.plan-features{width:100%;padding:15px 20px;text-align:left}.feature-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;color:#444}.check-icon{margin-top:2px;color:#4caf50;flex-shrink:0}.plan-card.blue{background:#eef2ff}.plan-card.orange{background:#fff7ed}.plan-card.dark-blue{background:#f8fafc}@media (max-width: 1024px){.plans-grid{grid-template-columns:1fr;max-width:500px}.plan-card.popular{transform:none}}.profile-page-container{min-height:100vh;background-color:#fff;font-family:Inter,sans-serif}.v-navbar{position:fixed;top:0;left:0;right:0;height:80px;background:linear-gradient(90deg,#fccd343d 37.68%,#ffffff3d);box-shadow:0 4px 4px #00000040;display:flex;align-items:center;justify-content:space-between;padding:0 5%;z-index:1000}.v-nav-links{display:flex;gap:30px}.v-nav-actions{display:flex;align-items:center;gap:40px}.v-nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:16px;padding-bottom:5px;transition:all .3s ease}.v-nav-links a.active{color:#000!important;position:relative;font-weight:700!important}.v-nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#000!important}.v-logo img{height:120px;width:auto;object-fit:contain;flex-shrink:0}.profile-content{max-width:600px;margin:40px auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.profile-header{text-align:center;margin-bottom:40px}.profile-avatar-container{position:relative;width:120px;height:120px;margin-bottom:20px;margin-top:100px}.profile-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}.camera-badge{position:absolute;bottom:0;right:0;background-color:#b00000;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.profile-name{font-size:24px;font-weight:600;color:#111;margin:0 0 4px}.profile-email{font-size:14px;color:#666;margin:0}.profile-menu{width:100%;display:flex;flex-direction:column;gap:16px}.menu-item-container{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;transition:all .2s ease;cursor:pointer}.menu-item-container:hover{background-color:#f9fafb;border-color:#d1d5db}.menu-item{display:flex;align-items:center;justify-content:space-between}.menu-item-left{display:flex;align-items:center;gap:16px}.menu-icon{color:#b00000;display:flex;align-items:center}.menu-label{font-size:16px;font-weight:500;color:#111}.menu-item-right{color:#666;display:flex;align-items:center}.v-profile-img.active{border:2px solid #AF0505}.menu-item.active{border-color:#af0505;background-color:#fff8f8}.menu-item.active .menu-label,.menu-item.danger .menu-label{color:#af0505}.expanded-section-content{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.loading-text,.empty-text{text-align:center;color:#666;padding:20px 0}.profile-properties-list{display:flex;flex-direction:column;gap:12px}.profile-prop-card{display:flex;gap:12px;padding:8px;background:#fdfdfd;border-radius:8px;border:1px solid #efefef;transition:transform .2s}.profile-prop-card:hover{transform:scale(1.01)}.profile-prop-card img{width:80px;height:80px;border-radius:6px;object-fit:cover}.profile-prop-info{flex:1;display:flex;flex-direction:column;justify-content:center}.profile-prop-info h4{margin:0 0 4px;font-size:14px;color:#333}.profile-prop-info p{margin:0;font-size:14px;font-weight:600;color:#af0505}.profile-prop-info .p-addr{font-weight:400;color:#777;font-size:11px;margin-top:2px;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.v-search-container{position:relative;width:280px;z-index:1001}.v-search-bar{display:flex;align-items:center;background:#fff6;border:1.5px solid rgba(0,0,0,.1);border-radius:50px;padding:8px 18px;width:100%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v-search-bar:focus-within{background:#fffc;border-color:#0003;box-shadow:0 0 20px #0000001a;width:320px;transform:translate(-20px)}.v-search-bar svg{color:#b00000;margin-right:12px;flex-shrink:0}.v-search-bar input{background:transparent;border:none;outline:none;color:#333;width:100%;font-size:.95rem;font-weight:500}.v-search-bar input::placeholder{color:#0006}.v-search-suggestions{position:absolute;top:calc(100% + 12px);left:-20px;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 10px 40px #0003;overflow:hidden;padding:8px 0;animation:searchSlideDown .3s ease-out;border:1px solid rgba(255,255,255,.5);min-width:320px}@keyframes searchSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;cursor:pointer;transition:all .2s ease;color:#333}.suggestion-item:hover{background:#0735b414}.suggestion-info{display:flex;flex-direction:column;gap:2px}.suggestion-name{font-weight:600;font-size:1rem;color:#111}.suggestion-type{font-size:.75rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.suggestion-item svg{color:#b00000;opacity:0;transition:all .2s ease;transform:translate(-5px)}.suggestion-item:hover svg{opacity:1;transform:translate(0)}.v-profile-img{width:35px;height:35px;border-radius:50%;cursor:pointer}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;background:#f5f5f5}#root{min-height:100vh}
