*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f7f7f7}.app{min-height:100vh}.navbar{background:#fff;border-bottom:1px solid #ddd;padding:1rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.navbar-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 1rem}.logo{text-decoration:none;color:#acc756}.logo h2{margin:0;font-size:1.5rem}.nav-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav-links a{text-decoration:none;color:#333;font-weight:500;padding:.5rem;white-space:nowrap}.nav-links a:hover{color:#acc756}.nav-links span{color:#666;font-size:.9rem}.nav-links button{background:#acc756;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s}.nav-links button:hover{background:#135e31}.container{max-width:1400px;margin:0 auto;padding:1rem}@media(min-width:768px){.container{padding:2rem}}.properties-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media(min-width:640px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:968px){.properties-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.properties-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.property-card{text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.property-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000026}.property-image{width:100%;height:220px;overflow:hidden;background:#f0f0f0}@media(min-width:768px){.property-image{height:250px}}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image img{transform:scale(1.05)}.property-info{padding:1rem}.property-info h3{margin-bottom:.5rem;font-size:1rem;font-weight:600;color:#222}@media(min-width:768px){.property-info h3{font-size:1.1rem}}.property-info p{color:#717171;font-size:.9rem;margin-bottom:.25rem}.price{font-weight:600;color:#222;margin-top:.5rem;font-size:1rem}.price span{color:#acc756}.auth-form{max-width:500px;margin:1rem auto;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media(min-width:768px){.auth-form{margin:3rem auto;padding:2.5rem}}.auth-form h1{margin-bottom:1.5rem;color:#222;font-size:1.5rem}@media(min-width:768px){.auth-form h1{font-size:1.8rem}}.auth-form label{display:block;margin-bottom:.5rem;color:#222;font-weight:500;font-size:.9rem}.auth-form input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.auth-form input:focus{outline:none;border-color:#acc756}.auth-form button{width:100%;padding:.875rem;background:#acc756;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:1rem;font-weight:600;font-size:1rem;transition:background .2s}.auth-form button:hover{background:#135e31}.auth-form p{text-align:center;margin-top:1rem;color:#717171}.auth-form p a{color:#acc756;text-decoration:none;font-weight:500}.auth-form p a:hover{text-decoration:underline}.error{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.property-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:1024px){.property-content{grid-template-columns:1.5fr 1fr}}.property-main h2{font-size:1.3rem;margin-bottom:1rem;color:#222}@media(min-width:768px){.property-main h2{font-size:1.5rem}}.property-main h3{font-size:1.1rem;margin:1.5rem 0 1rem;color:#222}.property-main p{color:#717171;line-height:1.6;margin-bottom:1rem}.property-main ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:640px){.property-main ul{grid-template-columns:repeat(2,1fr)}}.property-main ul li{padding:.5rem;color:#222}.property-images{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}@media(min-width:640px){.property-images{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.property-images{grid-template-columns:repeat(3,1fr)}}.property-images img{width:100%;height:200px;object-fit:cover;border-radius:12px}@media(min-width:768px){.property-images img{height:250px}}.booking-card{background:#fff;border:1px solid #ddd;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media(min-width:1024px){.booking-card{position:sticky;top:6rem}}.booking-card h3{font-size:1.3rem;margin-bottom:1rem;color:#222}.booking-card label{display:block;margin-top:1rem;margin-bottom:.5rem;font-weight:500;color:#222;font-size:.9rem}.booking-card input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.booking-card input:focus{outline:none;border-color:#acc756}.booking-card button{width:100%;padding:.875rem;margin-top:1rem;background:#acc756;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .2s}.booking-card button:hover{background:#135e31}.booking-card p{text-align:center;color:#717171;padding:1rem}.bookings-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.bookings-list .booking-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #ddd;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}@media(min-width:640px){.bookings-list .booking-card{flex-direction:row;padding:1.5rem}}.bookings-list .booking-card:hover{box-shadow:0 4px 12px #00000026}.booking-image{width:100%;height:200px;flex-shrink:0}@media(min-width:640px){.booking-image{width:250px;height:180px}}.booking-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.booking-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.booking-info h3{font-size:1.1rem;margin-bottom:.25rem;color:#222}@media(min-width:768px){.booking-info h3{font-size:1.2rem}}.booking-info a{text-decoration:none;color:inherit}.booking-info a:hover{color:#acc756}.booking-info p{color:#717171;font-size:.9rem;margin:.25rem 0}#aebb87 .booking-info button{margin-top:1rem;padding:.5rem 1rem;background:#135e31;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;align-self:flex-start;transition:background .2s}.booking-info button:hover{background:#acc756}.status-pending{color:#ff9800;font-weight:600;text-transform:uppercase;font-size:.85rem}.status-confirmed{color:#4caf50;font-weight:600;text-transform:uppercase;font-size:.85rem}.status-cancelled{color:#f44336;font-weight:600;text-transform:uppercase;font-size:.85rem}.status-completed{color:#2196f3;font-weight:600;text-transform:uppercase;font-size:.85rem}@media(max-width:640px){.logo h2{font-size:1.3rem}.nav-links{gap:.5rem;font-size:.85rem}.nav-links span{display:none}.nav-links a{padding:.4rem}.nav-links button{padding:.4rem .8rem;font-size:.85rem}}.container h1{font-size:1.8rem;color:#222;margin-bottom:1rem}@media(min-width:768px){.container h1{font-size:2.2rem}}.container>div{text-align:center;color:#717171}.home-header{background:#fff;border-bottom:1px solid #ddd;margin-bottom:2rem}.search-bar-container{margin:1.5rem 0}.search-bar{display:grid;grid-template-columns:1fr;gap:1rem;background:#fff;padding:1rem;border:1px solid #ddd;border-radius:40px;box-shadow:0 2px 4px #0000001a}@media(min-width:640px){.search-bar{grid-template-columns:2fr 1fr 1fr 1fr auto;gap:0}}.search-field{display:flex;flex-direction:column;padding:.5rem 1rem;border-right:1px solid #ddd}.search-field:last-of-type{border-right:none}@media(max-width:639px){.search-field{border-right:none;border-bottom:1px solid #ddd}.search-field:last-of-type{border-bottom:none}}.search-field label{font-size:.75rem;font-weight:600;margin-bottom:.25rem;color:#222}.search-field input{border:none;outline:none;font-size:.9rem;padding:0;color:#717171}.search-button{background:#acc756;color:#fff;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;align-self:center}@media(max-width:639px){.search-button{width:100%;border-radius:24px;height:48px;gap:.5rem}}.search-button:hover{background:#135e31}.search-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:4}.category-tabs{display:flex;gap:2rem;padding:1rem 0;border-bottom:1px solid #ddd;overflow-x:auto}.category-tab{background:none;border:none;padding:.75rem 0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#717171;font-weight:500;font-size:.875rem;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.category-tab:hover{color:#222;border-bottom-color:#ddd}.category-tab.active{color:#222;border-bottom-color:#222}.category-tab svg{width:24px;height:24px;fill:currentColor}.favorite-button{position:absolute;top:.75rem;right:.75rem;background:#ffffffe6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.favorite-button:hover{transform:scale(1.1);background:#fff}.favorite-button svg{width:20px;height:20px;fill:none;stroke:#222;stroke-width:2}.favorite-button.active svg{fill:#acc756;stroke:#acc756}.property-image{position:relative}.property-favorite{opacity:0;transition:opacity .2s}.property-card:hover .property-favorite,.property-card-wrapper:hover .property-favorite{opacity:1}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;text-decoration:none;color:#222;font-weight:500;border-radius:24px;transition:background .2s}.nav-link:hover{background:#f7f7f7}.nav-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.nav-link-text{display:none}@media(min-width:768px){.nav-link-text{display:inline}}.nav-link-primary{background:#acc756;color:#fff;padding:.5rem 1rem;border-radius:24px;text-decoration:none;font-weight:500;transition:background .2s}.nav-link-primary:hover{background:#135e31}.auth-buttons{display:flex;gap:.5rem;align-items:center}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:.75rem;padding:.375rem .75rem;background:#fff;border:1px solid #ddd;border-radius:24px;cursor:pointer;transition:box-shadow .2s}.user-menu-button:hover{box-shadow:0 2px 4px #0000002e}.user-menu-button svg:first-child{width:16px;height:16px}.user-menu-button svg:last-child{width:30px;height:30px;fill:#717171}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #ddd;border-radius:12px;min-width:240px;box-shadow:0 4px 12px #00000026;padding:.5rem 0;z-index:1000}.user-menu-dropdown a,.user-menu-dropdown button{display:block;width:100%;padding:.75rem 1rem;text-align:left;text-decoration:none;color:#222;background:none;border:none;cursor:pointer;font-size:.875rem;transition:background .2s}.user-menu-dropdown a:hover,.user-menu-dropdown button:hover{background:#f7f7f7}.user-menu-dropdown hr{border:none;border-top:1px solid #ddd;margin:.5rem 0}.no-results{text-align:center;padding:3rem 1rem}.no-results h2{font-size:1.5rem;margin-bottom:1rem;color:#222}.no-results p{color:#717171;margin-bottom:2rem}.cta-button{display:inline-block;background:#acc756;color:#fff;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.cta-button:hover{background:#135e31}.loading{text-align:center;padding:3rem 1rem;color:#717171}.landing-page{width:100%}.hero-section{position:relative;height:90vh;min-height:600px;background:linear-gradient(135deg,#667eea,#764ba2);background-image:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1600&h=900&fit=crop),linear-gradient(135deg,#667eeacc,#764ba2cc);background-size:cover;background-position:center;background-blend-mode:overlay;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-overlay{position:absolute;inset:0;background:#0000004d}.hero-content{position:relative;z-index:1;max-width:900px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary{background:#acc756;color:#fff;box-shadow:0 4px 15px #38ff8866}.btn-primary:hover{background:#135e31;transform:translateY(-2px);box-shadow:0 6px 20px #38ffb380}.btn-secondary{background:#fff;color:#667eea;box-shadow:0 4px 15px #ffffff4d}.btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}.features-section{padding:6rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#222}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:40px;height:40px;fill:#fff}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#222}.feature-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.feature-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.feature-link:hover{color:#764ba2}.stats-section{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.host-cta-section{padding:6rem 0;background:#fff}.host-cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.host-cta-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#222}.host-cta-text p{font-size:1.2rem;color:#666;line-height:1.8;margin-bottom:2rem}.host-benefits{list-style:none;padding:0;margin:2rem 0}.host-benefits li{padding:.5rem 0;font-size:1.1rem;color:#444}.btn-host{background:#acc756;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600}.btn-host:hover{background:#135e31;transform:translateY(-2px)}.host-cta-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0003}.host-cta-image img{width:100%;height:auto;display:block}.testimonials-section{padding:6rem 0;background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.testimonial-rating{color:gold;font-size:1.2rem;margin-bottom:1rem}.testimonial-text{font-style:italic;color:#444;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#222}.testimonial-author span{color:#888;font-size:.9rem}.footer-cta{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.footer-cta h2{font-size:2.5rem;margin-bottom:1rem}.footer-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-large{padding:1.2rem 3rem;font-size:1.2rem;background:#fff;color:#667eea}.btn-large:hover{background:#f8f9fa;transform:translateY(-2px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.host-cta-content{grid-template-columns:1fr}.host-cta-image{order:-1}.testimonials-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:.8rem 1.5rem;font-size:1rem}.stats-grid{grid-template-columns:1fr}}.footer{background-color:#f7f7f7;border-top:1px solid #e0e0e0;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2.5rem}.footer-column{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;color:#667eea;margin:0 0 .75rem}.footer-description{color:#666;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#667eea;color:#fff;border-radius:50%;transition:background-color .3s ease,transform .2s ease}.footer-social a:hover{background-color:#764ba2;transform:translateY(-2px)}.footer-column-title{font-size:1rem;font-weight:600;color:#222;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li{margin:0}.footer-links a{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:inline-block}.footer-links a:hover{color:#667eea}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e0e0e0;color:#666;font-size:.85rem}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links span{color:#666}@media(max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:2rem 0 1rem;margin-top:3rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem}}@media(max-width:480px){.footer-container{padding:0 1rem}.footer-social{justify-content:flex-start}}
