*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#1f2937}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff;display:flex;align-items:center}.logo-img{height:55px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.logo h1{margin:0;font-size:1.5rem;font-weight:700}.nav{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.nav-link:hover{background-color:#ffffff1a}.btn-primary{background-color:#fbbf24;color:#1f2937;font-weight:600}.btn-primary:hover{background-color:#f59e0b}.user-info{display:flex;gap:1rem;align-items:center;margin-left:1rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.3)}.user-name{font-weight:500}.btn-logout{background-color:#fff3;color:#fff;border:1px solid white;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .3s}.btn-logout:hover{background-color:#fff;color:#667eea}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;background-color:#f9fafb;padding:2rem 0}.footer{background-color:#1f2937;color:#fff;padding:1.5rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer p{margin:0;font-size:.875rem}.home{height:100vh;overflow:auto;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 2rem 1.5rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:2rem;margin:0 0 .5rem;font-weight:700}.hero-subtitle{font-size:1rem;margin:0 0 1rem;opacity:.9}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary-large{background-color:#fbbf24;color:#1f2937;font-size:1rem}.btn-primary-large:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary-large{background-color:transparent;color:#fff;border:2px solid white;font-size:1rem}.btn-secondary-large:hover{background-color:#fff;color:#667eea}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.features{padding:1.5rem 2rem;background-color:#fff;flex:1}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature-card{text-align:center;padding:1rem;border-radius:8px;background-color:#f9fafb;transition:transform .3s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature-card h3{margin:0 0 .3rem;color:#1f2937;font-size:1rem}.feature-card p{margin:0;color:#6b7280;font-size:.85rem;line-height:1.3}.benefits{padding:1.5rem 2rem;background-color:#f9fafb}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.benefit-item{text-align:center;padding:.5rem}.benefit-item h3{margin:0 0 .3rem;color:#667eea;font-size:1rem}.benefit-item p{margin:0;color:#6b7280;font-size:.85rem;line-height:1.3}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;text-align:center}.cta-content h2{font-size:1.5rem;margin:0 0 .5rem}.cta-content p{font-size:.95rem;margin:0 0 1rem;opacity:.9}@media(min-width:1025px)and (max-height:900px){.hero{padding:1.5rem 2rem 1rem}.hero h1{font-size:1.8rem}.features,.benefits,.cta{padding:1.2rem 2rem}.section-title{font-size:1.3rem;margin-bottom:.8rem}}@media(max-width:1024px){.features-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home{height:auto;overflow:auto}.hero h1{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.2rem}.features-grid,.benefits-grid{grid-template-columns:1fr}}.about-us{min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.about-container{width:100%;max-width:1200px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding-top:3vh}.about-header{text-align:center;color:#fff;margin-bottom:15px}.about-header h1{font-size:2rem;margin-bottom:8px;font-weight:700}.about-header .tagline{font-size:1rem;opacity:.95}.about-content{background:#fff;border-radius:12px;padding:18px 25px 15px;box-shadow:0 8px 32px #0003;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#667eea #f1f1f1}.about-content::-webkit-scrollbar{width:6px}.about-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.about-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.about-content::-webkit-scrollbar-thumb:hover{background:#5568d3}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.about-card{padding:15px;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea}.about-card h2{color:#667eea;font-size:1.1rem;margin-bottom:8px}.about-card p{font-size:.9rem;line-height:1.5;color:#555;margin:0}.features-section{margin-bottom:15px}.features-section h2{color:#667eea;font-size:1.1rem;text-align:center;margin-bottom:10px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature{text-align:center;padding:12px 10px;background:#f8f9fa;border-radius:8px;transition:transform .3s ease}.feature:hover{transform:translateY(-3px);background:#e8f0fe}.feature .icon{font-size:1.5rem;display:block;margin-bottom:6px}.feature h3{font-size:.9rem;margin-bottom:5px;color:#333}.feature p{font-size:.8rem;color:#666;margin:0;line-height:1.3}.who-section{text-align:center;padding:10px 15px;background:#e8f0fe;border-radius:8px;margin-bottom:12px}.who-section h2{color:#667eea;font-size:1.1rem;margin-bottom:5px}.who-section p{font-size:.9rem;color:#555;margin:0}.cta-section{display:flex;gap:12px;justify-content:center;margin-bottom:10px}.cta-section .btn{padding:10px 30px;font-size:.95rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block;min-width:160px;text-align:center}.cta-section .btn-primary{background:#667eea;color:#fff;border:2px solid #667eea}.cta-section .btn-primary:hover{background:#5568d3;transform:translateY(-2px)}.cta-section .btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.cta-section .btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-us{height:auto;overflow:auto}.about-header h1{font-size:2rem}.about-header .tagline{font-size:1rem}.about-content{padding:25px}.about-grid{grid-template-columns:1fr;gap:20px}.features-grid{grid-template-columns:1fr}.common-contact-details{flex-direction:column;gap:1rem}.cta-section{flex-direction:column}.cta-section .btn{width:100%}}.step-form{padding:1rem 0}.step-heading{font-size:1.5rem;color:#1f2937;margin:0 0 .5rem}.step-description{color:#6b7280;margin:0 0 2rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s}.help-text{font-size:.875rem;color:#6b7280;margin-top:.25rem}.error-text{font-size:.875rem;color:#dc2626;margin-top:.25rem;font-weight:500}.info-box{background-color:#dbeafe;border-left:4px solid #3b82f6;padding:1rem;margin-bottom:1.5rem;border-radius:4px}.info-box.important{background-color:#fef3c7;border-left-color:#f59e0b}.info-box p{margin:0;color:#1f2937}.info-box ol{margin:.5rem 0 0;padding-left:1.5rem}.info-box li{margin-bottom:.5rem;color:#374151}.section-divider{grid-column:1 / -1;height:1px;background-color:#e5e7eb;margin:1rem 0}.subsection-title{grid-column:1 / -1;font-size:1.125rem;color:#1f2937;margin:1rem 0 .5rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.room-card{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s}.room-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.room-card.selected{border-color:#667eea;background-color:#eef2ff}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.room-header h4{margin:0;color:#1f2937}.room-type{background-color:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;text-transform:capitalize}.room-details p{margin:.5rem 0;color:#4b5563;font-size:.875rem}.room-rent{color:#667eea;font-size:1rem}.room-amenities{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.amenity-tag{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;color:#6b7280}.beds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.bed-card{border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s}.bed-card:hover{border-color:#667eea}.bed-card.selected{border-color:#667eea;background-color:#eef2ff}.bed-number{font-weight:600;color:#1f2937;margin-bottom:.5rem}.bed-status{font-size:.75rem;color:#10b981;text-transform:capitalize}.no-rooms{background-color:#f9fafb;padding:2rem;text-align:center;border-radius:8px;color:#6b7280}.selection-summary{background-color:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:1rem;margin-top:1.5rem}.selection-summary h4{margin:0 0 .75rem;color:#166534}.selection-summary p{margin:.25rem 0;color:#166534}.summary-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.summary-section:last-of-type{border-bottom:none}.summary-heading{font-size:1.125rem;color:#1f2937;margin:0 0 1rem}.summary-grid{display:grid;gap:1rem}.summary-item{display:grid;grid-template-columns:150px 1fr;gap:1rem}.summary-label{font-weight:500;color:#6b7280}.summary-value{color:#1f2937}.warning-text{color:#dc2626;background-color:#fee2e2;padding:.75rem;border-radius:4px}@media(max-width:768px){.form-grid,.rooms-grid{grid-template-columns:1fr}.summary-item{grid-template-columns:1fr;gap:.25rem}}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.property-card{border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s}.property-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.property-card.selected{border-color:#667eea;background-color:#eef2ff}.property-card-image{width:100%;height:140px;overflow:hidden}.property-card-image img{width:100%;height:100%;object-fit:cover}.property-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e7ff,#ede9fe);display:flex;align-items:center;justify-content:center;font-size:2.5rem}.property-card-content{padding:1rem 1.25rem}.property-desc-snippet{color:#6b7280;font-size:.8rem;line-height:1.4}.property-card-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:.5rem}.property-view-link{color:#667eea;font-size:.8rem;font-weight:600;text-decoration:none;white-space:nowrap}.property-view-link:hover{text-decoration:underline}.property-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.property-header h4{margin:0;color:#1f2937;font-size:1.125rem}.availability-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.availability-badge.available{background-color:#d1fae5;color:#065f46}.availability-badge.full{background-color:#fee2e2;color:#991b1b}.property-details p{margin:.5rem 0;color:#4b5563;font-size:.875rem}.availability-info{color:#059669;font-weight:600;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.amenity-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.amenity-checkbox{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s}.amenity-checkbox:hover{border-color:#667eea;background-color:#f9fafb}.amenity-checkbox input[type=checkbox]:checked+.amenity-icon{transform:scale(1.2)}.amenity-checkbox input[type=checkbox]:checked~.amenity-label{color:#667eea;font-weight:600}.amenity-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.amenity-icon{font-size:1.5rem;transition:transform .3s}.amenity-label{flex:1;color:#374151;font-size:.875rem}@media(max-width:768px){.properties-grid,.amenities-grid{grid-template-columns:1fr}}.availability-badge.limited{background-color:#fef3c7;color:#92400e}.bed-stats{font-size:.875rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.registration-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.registration-note small{color:#059669;font-weight:500}.checkbox-wrapper{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s;margin-bottom:.5rem}.checkbox-wrapper:hover{border-color:#667eea;background-color:#eef2ff}.checkbox-input{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.checkbox-label{flex:1;font-weight:500;color:#374151;cursor:pointer;margin:0}.checkbox-input:checked~.checkbox-label{color:#667eea;font-weight:600}.form-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.7}.property-thumbs-row{display:flex;gap:.4rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid #e5e7eb}.property-thumb{width:48px;height:36px;border-radius:4px;overflow:hidden;border:1px solid #d1d5db;padding:0;cursor:pointer;transition:border-color .2s;background:none}.property-thumb:hover{border-color:#667eea}.property-thumb img{width:100%;height:100%;object-fit:cover}.property-thumb-more{display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#667eea;font-size:.7rem;font-weight:700}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;z-index:9999;display:flex;align-items:center;justify-content:center}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-image{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:6px}.lightbox-close{position:absolute;top:-2rem;right:-1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;z-index:10}.lightbox-close:hover{color:#f87171}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:.5rem .75rem;border-radius:6px;line-height:1;transition:background .2s}.lightbox-nav:hover{background:#ffffff4d}.lightbox-prev{left:-3.5rem}.lightbox-next{right:-3.5rem}.lightbox-caption{color:#fffc;font-size:.875rem;margin-top:.75rem;text-align:center}.lightbox-counter{color:#fff9;font-size:.8rem;margin-top:.5rem}@media(max-width:768px){.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-nav{font-size:2rem;padding:.25rem .5rem;background:#00000080}.lightbox-close{top:.5rem;right:.5rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{margin-top:1rem;color:#6b7280;font-size:1rem}.register-container{max-width:900px;margin:0 auto;padding:2rem}.register-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001a}.register-title{text-align:center;color:#1f2937;margin:0 0 2rem;font-size:2rem}.steps-indicator{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.step-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:all .3s;z-index:1}.step-number.active{background-color:#667eea;color:#fff}.step-number.completed{background-color:#10b981;color:#fff}.step-title{font-size:.875rem;color:#6b7280;text-align:center}.step-connector{position:absolute;top:20px;left:50%;right:-50%;height:2px;background-color:#e5e7eb;z-index:0}.step-content{min-height:400px;margin-bottom:2rem}.step-actions{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-primary{background-color:#667eea;color:#fff;margin-left:auto}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary:hover:not(:disabled){background-color:#d1d5db}@media(max-width:768px){.register-container{padding:1rem}.register-card{padding:1.5rem}.steps-indicator{flex-wrap:wrap}.step-title{font-size:.75rem}.step-connector{display:none}}.otp-verification-container{max-width:500px;margin:0 auto;padding:2rem;text-align:center}.otp-info{margin-bottom:2rem}.otp-info h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.otp-info p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.otp-note{font-size:.875rem;font-style:italic;color:#9ca3af}.otp-input{width:100%;max-width:300px;padding:1rem;font-size:1.5rem;text-align:center;letter-spacing:.5rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .3s;font-weight:600;color:#1f2937;margin:0 auto;display:block}.otp-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.otp-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.btn-full-width{width:100%;margin-top:1.5rem}.resend-container{margin-top:1.5rem}.btn-link{background:none;border:none;color:#3b82f6;font-size:1rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .3s}.btn-link:hover{color:#2563eb}.btn-link:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.resend-timer{color:#6b7280;font-size:.875rem;margin:0}.email-display{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:8px;border:2px solid #667eea}.email-display strong{color:#667eea;font-size:1.1rem;word-break:break-all}.btn-edit-email{background-color:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .3s;font-weight:600;white-space:nowrap}.btn-edit-email:hover:not(:disabled){background-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.btn-edit-email:disabled{background-color:#9ca3af;cursor:not-allowed}.email-help-box{background-color:#eff6ff;border-left:4px solid #3b82f6;padding:1rem;margin-top:1.5rem;border-radius:6px;text-align:left}.email-help-box p{color:#1e40af;font-size:.95rem;margin-bottom:.75rem;font-weight:600}.help-list{margin:0;padding-left:1.5rem;color:#1e40af;font-size:.875rem}.help-list li{margin:.5rem 0;line-height:1.5}@media(max-width:480px){.email-display{flex-direction:column;gap:.75rem}.email-display strong{font-size:.95rem}}.success-container{max-width:700px;margin:0 auto;padding:2rem}.success-card{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a;text-align:center}.success-icon{width:80px;height:80px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{color:#1f2937;margin:0 0 1rem;font-size:1.75rem}.success-subtitle{color:#6b7280;margin:0 0 1rem;font-size:1.125rem}.email-confirmation-note{background-color:#ecfdf5;border-left:4px solid #10b981;padding:1rem;margin:1rem auto 2rem;border-radius:6px;max-width:90%}.email-confirmation-note p{margin:0;color:#065f46;font-size:.95rem;line-height:1.5}.success-content{text-align:left;margin-top:2rem}.success-content h3{color:#1f2937;margin-bottom:1rem}.success-steps{padding-left:1.5rem;margin:1rem 0}.success-steps li{margin-bottom:1.5rem;color:#374151}.success-steps strong{color:#1f2937;display:block;margin-bottom:.25rem}.success-steps p{margin:0;padding:0;color:#6b7280;line-height:1.6}.success-steps ul{margin:.5rem 0;padding-left:1.5rem}.info-box{background-color:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;margin:1.5rem 0;border-radius:4px}.info-box p{margin:0;color:#78350f}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn{padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer}.btn-secondary{background-color:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background-color:#667eea;color:#fff}@media(max-width:768px){.success-card{padding:2rem 1rem}.action-buttons{flex-direction:column}}.card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.card-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#1f2937}.check-status-container{max-width:700px;margin:0 auto;padding:2rem}.status-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.btn{padding:.75rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;border:none;font-size:1rem;width:100%}.btn-primary:hover:not(:disabled){background-color:#5568d3}.btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#fee2e2;color:#dc2626;padding:1rem;border-radius:6px;margin-top:1rem;text-align:center}.status-result{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.status-result h3{margin:0 0 1rem;color:#1f2937}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;margin-bottom:1.5rem;font-size:.875rem}.status-pending{background-color:#fef3c7;color:#92400e}.status-approved{background-color:#d1fae5;color:#065f46}.status-rejected{background-color:#fee2e2;color:#991b1b}.status-payment{background-color:#dbeafe;color:#1e40af}.status-active{background-color:#d1fae5;color:#065f46}.status-booked{background-color:#e8daef;color:#6c3483}.detail-grid{display:grid;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.detail-item .label{font-weight:500;color:#6b7280}.detail-item .value{color:#1f2937;font-weight:600}.status-message{padding:1rem;border-radius:6px;margin-top:1rem}.status-message.info{background-color:#dbeafe;border-left:4px solid #3b82f6}.status-message.success{background-color:#d1fae5;border-left:4px solid #10b981}.status-message.error{background-color:#fee2e2;border-left:4px solid #ef4444}.status-message p{margin:.5rem 0;color:#1f2937}.status-message button{margin-top:1rem}.success-message{background-color:#d1fae5;color:#065f46;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center;font-weight:500}.button-group{display:flex;gap:1rem;margin-top:1rem}.button-group .btn{flex:1}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.help-text{display:block;margin-top:.25rem;font-size:.875rem;color:#6b7280}.info-box{background-color:#dbeafe;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border-left:4px solid #3b82f6}.info-box p{margin:0;color:#1e40af}.muted-text{color:#6b7280!important;font-size:.875rem;font-style:italic;margin-top:.5rem!important}.admin-notes{background-color:#f3f4f6;padding:.75rem;border-radius:4px;margin-top:.5rem!important;color:#4b5563!important;border-left:3px solid #667eea}.status-result h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.detail-item:last-child{border-bottom:none}.detail-item .value{text-align:right;max-width:60%;word-wrap:break-word}.status-message a{color:#667eea;text-decoration:none;font-weight:600}.status-message a:hover{text-decoration:underline}.status-message strong{color:#1f2937}@media(max-width:768px){.check-status-container{padding:1rem}.detail-item{flex-direction:column;gap:.25rem;align-items:flex-start}.detail-item .value{text-align:left;max-width:100%}.button-group{flex-direction:column}}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#1f2937;margin:0 0 .5rem;font-size:2rem}.dashboard-header p{color:#6b7280;margin:0}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.dashboard-card{min-height:200px}.info-item:last-child{border-bottom:none}.info-label{font-weight:500;color:#6b7280}.info-value{color:#1f2937;font-weight:600}.payment-summary{display:flex;flex-direction:column;gap:1rem}.payment-amount{padding:1rem;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.payment-amount.pending{background-color:#fef3c7}.payment-label{font-weight:600;color:#78350f}.payment-value{font-size:1.5rem;font-weight:700;color:#78350f}.complaints-summary{display:flex;flex-direction:column;gap:1rem}.complaints-summary p{margin:0;color:#4b5563}.btn{padding:.5rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;text-align:center;border:none;cursor:pointer}.btn-primary-small{background-color:#667eea;color:#fff;padding:.75rem 1.5rem}.btn-secondary-small{background-color:#e5e7eb;color:#1f2937;padding:.75rem 1.5rem}.btn-secondary-small:hover{background-color:#d1d5db}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.action-btn{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background-color:#f9fafb;border-radius:8px;text-decoration:none;color:#1f2937;transition:all .3s}.action-btn:hover{background-color:#eef2ff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-btn span:first-child{font-size:2rem;margin-bottom:.5rem}.action-btn span:last-child{font-size:.875rem;font-weight:500}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}}.payments-container{max-width:1000px;margin:0 auto;padding:2rem}.payments-container h1{color:#1f2937;margin:0 0 2rem}.pending-card{border-left:4px solid #f59e0b}.payment-list{display:flex;flex-direction:column;gap:1rem}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:6px;background-color:#fef3c7}.payment-info{display:flex;flex-direction:column;gap:.25rem}.payment-type{font-weight:600;color:#1f2937}.payment-due{font-size:.875rem;color:#78350f}.payment-actions{display:flex;align-items:center;gap:1rem}.payment-amount{font-size:1.25rem;font-weight:700;color:#78350f}.btn-primary-small{background-color:#667eea;color:#fff;padding:.5rem 1.5rem;border-radius:6px;border:none;font-weight:600;cursor:pointer}.btn-primary-small:hover{background-color:#5568d3}.payment-table{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background-color:#f9fafb}th{padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}td{padding:.75rem;border-bottom:1px solid #f3f4f6;color:#1f2937}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.paid{background-color:#d1fae5;color:#065f46}@media(max-width:768px){.payment-item{flex-direction:column;align-items:flex-start;gap:1rem}.payment-actions{width:100%;justify-content:space-between}}.profile-container{max-width:800px;margin:0 auto;padding:2rem}.profile-container h1{color:#1f2937;margin:0 0 2rem}.profile-section{padding:1rem 0}.info-grid{display:grid;gap:1rem;margin-bottom:1.5rem}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.info-item .label{font-weight:500;color:#6b7280}.info-item .value{color:#1f2937;font-weight:600}.edit-form{padding:1rem 0}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-actions{display:flex;gap:1rem}.btn-secondary{background-color:#e5e7eb;color:#1f2937}.btn-secondary:hover{background-color:#d1d5db}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.complaints-container{max-width:1000px;margin:0 auto;padding:2rem}.complaints-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.complaints-header h1{color:#1f2937;margin:0}.complaint-form{padding:1rem 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:500;color:#374151;margin-bottom:.5rem}.required{color:#dc2626}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:.75rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;border:none;font-size:1rem}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover{background-color:#5568d3}.complaints-list{display:flex;flex-direction:column;gap:1rem}.complaint-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:box-shadow .3s}.complaint-card:hover{box-shadow:0 4px 12px #0000001a}.complaint-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.complaint-header h3{margin:0 0 .5rem;color:#1f2937;font-size:1.125rem}.complaint-category{background-color:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.badges{display:flex;gap:.5rem;flex-wrap:wrap}.status-badge,.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-open{background-color:#dbeafe;color:#1e40af}.status-progress{background-color:#fef3c7;color:#92400e}.status-resolved{background-color:#d1fae5;color:#065f46}.status-closed{background-color:#f3f4f6;color:#6b7280}.priority-low{background-color:#dbeafe;color:#1e40af}.priority-medium{background-color:#fef3c7;color:#92400e}.priority-high{background-color:#fee2e2;color:#991b1b}.complaint-description{color:#4b5563;margin:1rem 0;line-height:1.5}.complaint-footer{border-top:1px solid #f3f4f6;padding-top:.75rem}.complaint-date{font-size:.875rem;color:#6b7280}.no-data{text-align:center;color:#6b7280;padding:2rem}@media(max-width:768px){.complaints-header{flex-direction:column;gap:1rem;align-items:flex-start}.form-grid{grid-template-columns:1fr}.complaint-header{flex-direction:column;gap:.75rem}}.payment-container{max-width:800px;margin:40px auto;padding:20px}.payment-details{padding:20px 0}.payment-details h3{color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px}.summary-item{display:flex;flex-direction:column;gap:5px}.summary-item .label{font-size:.9em;color:#666;font-weight:500}.summary-item .value{font-size:1.1em;color:#2c3e50;font-weight:600}.summary-item .value.amount{font-size:1.5em;color:#27ae60}.payment-form{margin-top:30px;padding:25px;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.payment-form h3{color:#2c3e50;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:500}.form-group .required{color:#e74c3c}.form-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:1em;transition:border-color .3s}.form-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.help-text{display:block;margin-top:5px;font-size:.85em;color:#7f8c8d}.button-group{display:flex;gap:15px;margin-top:25px}.btn{padding:12px 30px;font-size:1em;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.btn-primary{background:#27ae60;color:#fff;flex:1}.btn-primary:hover:not(:disabled){background:#229954;transform:translateY(-2px);box-shadow:0 4px 12px #27ae604d}.btn-primary:disabled{background:#95a5a6;cursor:not-allowed}.btn-secondary:hover:not(:disabled){background:#7f8c8d}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.payment-instructions{margin-top:30px;padding:20px;background:#fff3cd;border:1px solid #ffc107;border-radius:6px}.payment-instructions h4{color:#856404;margin-bottom:15px}.payment-instructions ol{margin-left:20px;color:#856404}.payment-instructions ol li{margin-bottom:8px}.info-box{padding:15px;background:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;margin:20px 0}.info-box p{margin:0;color:#1565c0}.error-message{padding:12px;background:#ffebee;border:1px solid #ef5350;border-radius:6px;color:#c62828;margin:15px 0}@media(max-width:768px){.payment-container{padding:10px}.summary-grid{grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%}}.payment-success-container{max-width:700px;margin:40px auto;padding:20px}.success-content{text-align:center;padding:20px}.success-icon{width:80px;height:80px;margin:0 auto 20px;background:#27ae60;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-title{color:#27ae60;font-size:2em;margin:20px 0 10px}.success-subtitle{color:#7f8c8d;font-size:1.1em;margin-bottom:30px}.payment-summary{text-align:left;margin:30px 0;padding:25px;background:#f8f9fa;border-radius:8px}.payment-summary h3{color:#2c3e50;margin-bottom:20px;text-align:center}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-item .label{font-size:.9em;color:#666;font-weight:500}.detail-item .value{font-size:1.1em;color:#2c3e50;font-weight:600}.detail-item .value.amount{font-size:1.3em;color:#27ae60}.next-steps{text-align:left;margin:30px 0;padding:25px;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.next-steps h3{color:#2c3e50;margin-bottom:20px}.next-steps ol{margin-left:20px}.next-steps ol li{margin-bottom:20px;color:#2c3e50}.next-steps ol li strong{display:block;margin-bottom:5px;color:#3498db}.next-steps ol li p{margin:0;color:#7f8c8d;font-size:.95em}.info-box{padding:15px;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;margin:25px 0;text-align:left}.info-box p{margin:0;color:#856404}.action-buttons{display:flex;gap:15px;margin-top:30px;justify-content:center}.btn{padding:12px 30px;font-size:1em;font-weight:500;border:none;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .3s;display:inline-block}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}@media(max-width:768px){.payment-success-container{padding:10px}.success-title{font-size:1.5em}.detail-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.properties-page{min-height:100vh;background-color:#f9fafb}.properties-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 2rem 1.5rem;text-align:center}.properties-hero h1{font-size:2rem;margin:0 0 .5rem;font-weight:700}.properties-hero p{font-size:1rem;margin:0;opacity:.9}.properties-container{max-width:1200px;margin:0 auto;padding:2rem}.properties-error,.properties-empty{text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;color:#6b7280}.btn-retry{margin-top:1rem;padding:.5rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem}.btn-retry:hover{background:#5a6fd6}.properties-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.property-listing-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s,border-color .3s}.property-listing-card:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea26}.property-image-section{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.property-image{width:100%;height:100%;object-fit:cover}.property-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e7ff,#ede9fe);display:flex;align-items:center;justify-content:center;font-size:3rem}.booking-badge-overlay{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}.booking-badge-overlay.open{background-color:#d1fae5;color:#065f46}.booking-badge-overlay.full{background-color:#fee2e2;color:#991b1b}.property-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.property-card-title{margin:0;font-size:1.125rem;color:#1f2937}.booking-badge{padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}.booking-badge.open{background-color:#d1fae5;color:#065f46}.booking-badge.full{background-color:#fee2e2;color:#991b1b}.property-listing-location{display:flex;align-items:center;gap:.35rem;color:#6b7280;font-size:.875rem}.location-icon{font-size:1rem}.property-listing-description{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0}.property-amenities-row{display:flex;flex-wrap:wrap;gap:.4rem}.amenity-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;background:#f3f4f6;border-radius:14px;font-size:.7rem;color:#4b5563;font-weight:500}.amenity-chip-icon{font-size:.8rem}.common-contact-section{margin-top:2.5rem;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem}.common-contact-section h2{margin:0 0 .5rem;font-size:1.4rem;color:#1f2937}.common-contact-section>p{margin:0 0 1.25rem;color:#6b7280;font-size:.95rem}.common-contact-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.common-contact-item{display:flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.common-contact-item:hover{color:#5a6fd6;text-decoration:underline}.common-contact-icon{font-size:1.1rem}.btn-view-details{display:inline-block;text-align:center;padding:.6rem 1.25rem;background:#667eea;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:background .3s;margin-top:auto}.btn-view-details:hover{background:#5a6fd6}.detail-breadcrumb{max-width:1200px;margin:0 auto;padding:1rem 2rem;font-size:.875rem;color:#6b7280}.detail-breadcrumb a{color:#667eea;text-decoration:none}.detail-breadcrumb a:hover{text-decoration:underline}.detail-container{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.detail-gallery{margin-bottom:1.5rem;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.gallery-main{width:100%;max-height:500px;display:flex;align-items:center;justify-content:center;background:#f9fafb}.gallery-main-image{width:100%;max-height:500px;object-fit:contain}.gallery-thumbnails{display:flex;gap:.5rem;padding:.75rem;background:#fff;overflow-x:auto}.gallery-thumb{width:72px;height:52px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;flex-shrink:0;transition:border-color .2s}.gallery-thumb.active{border-color:#667eea}.gallery-thumb:hover{border-color:#a5b4fc}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:250px;background:linear-gradient(135deg,#e0e7ff,#ede9fe);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.gallery-placeholder-icon{font-size:4rem}.gallery-placeholder p{margin:0;color:#6b7280;font-size:.95rem}.detail-amenities-grid{display:flex;flex-wrap:wrap;gap:.75rem}.detail-amenity-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px;font-size:.875rem;color:#374151;font-weight:500}.detail-amenity-icon{font-size:1.1rem}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:10px;border:1px solid #e5e7eb;margin-bottom:1.5rem}.detail-title-section h1{margin:0 0 .5rem;font-size:1.75rem;color:#1f2937}.detail-location{display:flex;align-items:center;gap:.35rem;color:#6b7280;font-size:1rem}.detail-section{background:#fff;padding:1.5rem;border-radius:10px;border:1px solid #e5e7eb;margin-bottom:1.5rem}.detail-section h2{margin:0 0 1rem;font-size:1.25rem;color:#1f2937}.detail-description{color:#4b5563;line-height:1.6;margin:0}.no-rooms-message{color:#6b7280;text-align:center;padding:1rem}.rooms-table-wrapper{overflow-x:auto}.rooms-table{width:100%;border-collapse:collapse;font-size:.875rem}.rooms-table th{background:#f9fafb;padding:.75rem 1rem;text-align:left;color:#6b7280;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid #e5e7eb}.rooms-table td{padding:.75rem 1rem;color:#374151;border-bottom:1px solid #f3f4f6}.rooms-table tbody tr:hover{background:#f9fafb}.room-status{padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.room-status.available{background-color:#d1fae5;color:#065f46}.room-status.full{background-color:#fee2e2;color:#991b1b}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.8rem;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.03em}.contact-item a{color:#667eea;text-decoration:none;font-size:.95rem}.contact-item a:hover{text-decoration:underline}.detail-cta{display:flex;gap:1rem;margin-top:.5rem}.btn-register-now{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:opacity .3s,transform .2s}.btn-register-now:hover{opacity:.9;transform:translateY(-1px)}.btn-back-outline,.btn-back{padding:.75rem 2rem;border:2px solid #667eea;color:#667eea;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .3s,color .3s}.btn-back-outline:hover,.btn-back:hover{background:#667eea;color:#fff}@media(max-width:768px){.properties-listing-grid{grid-template-columns:1fr}.detail-header{flex-direction:column}.detail-title-section h1{font-size:1.4rem}.detail-cta{flex-direction:column}.btn-register-now,.btn-back-outline{text-align:center}.rooms-table{font-size:.8rem}.rooms-table th,.rooms-table td{padding:.5rem}.gallery-main,.gallery-main-image{max-height:300px}.gallery-placeholder{height:160px}.gallery-placeholder-icon{font-size:3rem}.common-contact-details{flex-direction:column;align-items:center;gap:1rem}}.card-map-link{display:block;position:relative;border-radius:8px;overflow:hidden;text-decoration:none;cursor:pointer;margin-top:.75rem;box-shadow:0 1px 4px #0000001a;transition:box-shadow .2s,transform .2s}.card-map-link:hover{box-shadow:0 3px 12px #667eea4d;transform:translateY(-1px)}.card-map-container{width:100%;height:140px;z-index:0}.card-map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#00000080);padding:1.2rem .75rem .5rem;display:flex;justify-content:center;pointer-events:none}.card-map-overlay-text{display:inline-flex;align-items:center;gap:.35rem;color:#fff;font-size:.75rem;font-weight:600;background:#764ba2d9;padding:.25rem .75rem;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.property-map-link{display:block;position:relative;border-radius:12px;overflow:hidden;text-decoration:none;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.property-map-link:hover{box-shadow:0 4px 16px #0000002e}.property-map-container{width:100%;height:250px;z-index:0}.property-map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0000008c);padding:1.5rem 1rem .75rem;display:flex;justify-content:center;pointer-events:none}.map-overlay-text{color:#fff;font-size:.875rem;font-weight:500;background:#764ba2d9;padding:.35rem 1rem;border-radius:20px}
