.my-bookings-page{padding:2rem 0}.my-bookings-page h1{margin-bottom:2rem;font-size:2rem;font-weight:700}.no-bookings{text-align:center;padding:4rem 2rem}.no-bookings p{font-size:1.125rem;color:#666;margin-bottom:1.5rem}.bookings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.booking-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.booking-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.booking-image{position:relative;height:200px;overflow:hidden}.booking-image img{width:100%;height:100%;object-fit:cover}.booking-status{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:.875rem;font-weight:600;background:#fff;box-shadow:0 2px 4px #0000001a}.status-confirmed{background:#10b981;color:#fff}.status-pending{background:#f59e0b;color:#fff}.status-cancelled{background:#ef4444;color:#fff}.booking-content{padding:1.25rem}.booking-title{text-decoration:none;color:#222}.booking-title h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;transition:color .3s ease}.booking-title:hover h3{color:#667eea}.booking-location{color:#666;margin:0 0 1rem;font-size:.9rem}.booking-dates{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7f9fc;border-radius:8px;margin-bottom:1rem}.date-item{display:flex;flex-direction:column;gap:.25rem;flex:1}.date-label{font-size:.75rem;color:#666;text-transform:uppercase;font-weight:600}.date-value{font-size:.9rem;font-weight:600;color:#222}.date-divider{color:#667eea;font-size:1.25rem;font-weight:600}.booking-details{margin-bottom:1rem}.booking-details p{margin:.5rem 0;font-size:.9rem;color:#444}.booking-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-review{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.btn-review:hover{opacity:.9}.btn-cancel{background:#ef4444;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.btn-cancel:hover{opacity:.9}.share-buttons{display:flex;gap:.5rem;justify-content:center}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#666;cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.modal-close:hover{background:#f3f4f6}.modal-content h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.modal-subtitle{color:#666;margin:0 0 1.5rem;font-size:1rem}.review-form{display:flex;flex-direction:column;gap:1.5rem}.rating-input label,.comment-input label{display:block;font-weight:600;margin-bottom:.5rem;color:#222}.stars{display:flex;gap:.5rem;margin-bottom:.5rem}.star{background:none;border:none;font-size:2rem;color:#d1d5db;cursor:pointer;transition:color .2s ease,transform .2s ease;padding:0;line-height:1}.star:hover{transform:scale(1.1)}.star.active{color:#fbbf24}.rating-text{font-size:.875rem;color:#666}.comment-input textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9375rem;resize:vertical;transition:border-color .3s ease}.comment-input textarea:focus{outline:none;border-color:#667eea}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions .btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.modal-actions .btn-secondary{background:#f3f4f6;color:#374151}.modal-actions .btn-secondary:hover:not(:disabled){background:#e5e7eb}.modal-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-actions .btn-primary:hover:not(:disabled){opacity:.9}.modal-actions .btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.bookings-grid{grid-template-columns:1fr}.booking-dates{flex-direction:column;align-items:stretch}.date-divider{display:none}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media(max-width:480px){.my-bookings-page h1{font-size:1.5rem}.booking-card{border-radius:8px}.booking-image{height:180px}}.account-page{padding:2rem 0;max-width:800px}.account-page h1{margin-bottom:2rem;font-size:2rem;font-weight:700}.account-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab-button{padding:1rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:600;color:#666;cursor:pointer;position:relative;transition:color .3s ease}.tab-button:hover,.tab-button.active{color:#667eea}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#667eea}.account-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.5rem;font-weight:600}.profile-form,.security-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#222;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9375rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input:disabled,.form-group textarea:disabled{background-color:#f9fafb;color:#666;cursor:not-allowed}.form-group small{color:#666;font-size:.875rem}.form-group textarea{resize:vertical;min-height:100px}.info-text{margin:0;color:#666}.badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.badge-success{background:#d1fae5;color:#065f46}.badge-default{background:#f3f4f6;color:#6b7280}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:.9375rem}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.danger-zone{margin-top:3rem;padding-top:2rem;border-top:2px solid #fee2e2}.danger-zone h3{color:#ef4444;font-size:1.25rem;margin:0 0 .5rem}.danger-zone p{color:#666;margin-bottom:1rem}@media(max-width:768px){.account-page{padding:1rem 0}.account-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.account-tabs{overflow-x:auto}.tab-button{padding:.75rem 1rem;white-space:nowrap}}.become-host-page{padding:2rem 0;min-height:80vh}.become-host-container{max-width:900px;margin:0 auto}.auth-required,.already-host{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a}.auth-required h2,.already-host h2{font-size:2rem;margin-bottom:1rem;color:#222}.auth-required p,.already-host p{color:#666;margin-bottom:2rem;font-size:1.125rem}.auth-required .btn,.already-host .btn{margin:0 .5rem}.progress-bar{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;padding:2rem 0}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:48px;height:48px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;transition:all .3s ease}.progress-step.active .step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.1)}.step-label{font-size:.875rem;color:#9ca3af;font-weight:600;white-space:nowrap}.progress-step.active .step-label{color:#667eea}.progress-line{width:80px;height:2px;background:#e5e7eb;margin:0 1rem}.step-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 12px #0000001a}.step-content h1{font-size:2.5rem;margin-bottom:1rem;color:#222;text-align:center}.step-content h2{font-size:2rem;margin-bottom:1rem;color:#222}.subtitle{color:#666;font-size:1.125rem;margin-bottom:2rem;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:3rem 0}.benefit-card{padding:2rem;border:2px solid #e5e7eb;border-radius:12px;text-align:center;transition:all .3s ease}.benefit-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 16px #667eea1a}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#222}.benefit-card p{color:#666;font-size:.9375rem;margin:0}.host-form{margin-top:2rem}.form-group label{display:block;font-weight:600;color:#222;margin-bottom:.5rem;font-size:.9375rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:.875rem}.summary-card{background:#f9fafb;border-radius:12px;padding:2rem;margin:2rem 0}.summary-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-item strong{color:#374151;font-weight:600}.summary-item span{color:#666;text-align:right;max-width:60%}.terms-checkbox{margin:2rem 0}.terms-checkbox label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.terms-checkbox input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;cursor:pointer}.terms-checkbox span{color:#374151;line-height:1.5}.terms-checkbox a{color:#667eea;text-decoration:underline}.terms-checkbox a:hover{color:#764ba2}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-large{padding:1rem 3rem;font-size:1.125rem;display:block;margin:0 auto}.btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.step-content{padding:2rem 1.5rem}.step-content h1{font-size:1.75rem}.step-content h2{font-size:1.5rem}.benefits-grid{grid-template-columns:1fr}.progress-bar{padding:1rem 0}.progress-line{width:40px;margin:0 .5rem}.step-label{font-size:.75rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.summary-item{flex-direction:column;gap:.5rem}.summary-item span{max-width:100%;text-align:left}.auth-required .btn{display:block;width:100%;margin:.5rem 0}}.host-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.header-content h1{font-size:2rem;font-weight:700;color:#222;margin:0 0 .5rem}.header-content .subtitle{color:#717171;font-size:1rem;margin:0}.btn-add-property{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ff385c;color:#fff;border:none;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s}.btn-add-property:hover{background:#e31c5f;transform:translateY(-1px);box-shadow:0 4px 12px #ff385c4d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;transition:all .2s}.stat-card:hover{border-color:#ff385c;box-shadow:0 4px 12px #00000014}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-icon.available{background:linear-gradient(135deg,#42e695,#3bb2b8);color:#fff}.stat-icon.unavailable{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff}.stat-info{flex:1}.stat-label{font-size:.875rem;color:#717171;margin:0 0 .25rem}.stat-value{font-size:2rem;font-weight:700;color:#222;margin:0}.empty-state p{color:#717171;margin:0 0 2rem}.property-image{position:relative;width:100%;height:220px;flex-shrink:0;overflow:hidden;background:#f7f7f7}.status-badge{position:absolute;top:12px;right:12px;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-badge.available{background:#22c55ee6;color:#fff}.status-badge.unavailable{background:#ef4444e6;color:#fff}.property-actions{display:flex;gap:.5rem}.btn-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem .875rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#222;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.btn-action:hover{border-color:#222;background:#f7f7f7}.btn-action.edit:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.btn-action.toggle:hover{border-color:#f59e0b;color:#f59e0b;background:#f59e0b0d}.btn-action.delete:hover{border-color:#ef4444;color:#ef4444;background:#ef44440d}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#ff385c;color:#fff;border:none;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s;font-size:1rem}.btn-primary:hover{background:#e31c5f;transform:translateY(-1px);box-shadow:0 4px 12px #ff385c4d}@media(max-width:768px){.host-dashboard{padding:1rem}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-add-property{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr}.property-actions{flex-direction:column}.btn-action{width:100%}}.property-form-container{max-width:800px;margin:0 auto;padding:2rem}.property-form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.property-form-header h1{font-size:2rem;font-weight:700;color:#222;margin:0 0 .5rem}.property-form-header .subtitle{color:#717171;font-size:1rem;margin:0 0 1rem}.btn-import-kazual{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;margin-top:1rem}.btn-import-kazual:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.property-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem}.form-section h2{font-size:1.5rem;font-weight:600;color:#222;margin:0 0 1.5rem}.section-description{color:#717171;font-size:.875rem;margin:-.75rem 0 1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-weight:600;color:#222;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;color:#222;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#222;box-shadow:0 0 0 1px #222}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-row-4{grid-template-columns:repeat(4,1fr)}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.amenity-checkbox{display:flex;align-items:center;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.amenity-checkbox:hover{border-color:#222;background:#f7f7f7}.amenity-checkbox input[type=checkbox]{margin-right:.75rem;width:auto;cursor:pointer}.amenity-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#222}.amenity-icon{font-size:1.25rem}.image-input-group{display:flex;gap:.75rem;margin-bottom:1rem}.image-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem}.image-input:focus{outline:none;border-color:#222;box-shadow:0 0 0 1px #222}.btn-remove-image{padding:.75rem 1.25rem;background:#fff;border:1px solid #ef4444;border-radius:8px;color:#ef4444;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-remove-image:hover{background:#ef4444;color:#fff}.btn-add-image{padding:.75rem 1.5rem;background:#fff;border:1px dashed #222;border-radius:8px;color:#222;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.btn-add-image:hover{background:#f7f7f7;border-style:solid}.availability-toggle{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f7f7f7;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.availability-toggle input[type=checkbox]{width:auto;cursor:pointer}.availability-toggle span{font-size:1rem;color:#222;font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e5e5}.btn-cancel,.btn-submit{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#fff;border:1px solid #e5e5e5;color:#222}.btn-cancel:hover:not(:disabled){background:#f7f7f7;border-color:#222}.btn-submit{background:#ff385c;color:#fff;border:1px solid #ff385c}.btn-submit:hover:not(:disabled){background:#e31c5f;transform:translateY(-1px);box-shadow:0 4px 12px #ff385c4d}.btn-cancel:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.property-form-container{padding:1rem}.form-section{padding:1.5rem}.form-row,.form-row-4,.amenities-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}.image-input-group{flex-direction:column}.btn-remove-image{width:100%}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5}.modal-header h2{font-size:1.5rem;font-weight:700;color:#222;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#717171;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f7f7f7;color:#222}.modal-body{padding:2rem;overflow-y:auto}.kazual-properties-list{display:flex;flex-direction:column;gap:1rem}.kazual-property-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e5e5e5;border-radius:12px;transition:all .2s}.kazual-property-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.property-image-small{flex-shrink:0;width:150px;height:100px;border-radius:8px;overflow:hidden}.property-image-small img{width:100%;height:100%;object-fit:cover}.property-info-small{flex:1;min-width:0}.property-info-small h3{font-size:1rem;font-weight:600;color:#222;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-location-small,.property-details-small,.property-price-small{font-size:.875rem;color:#717171;margin:.25rem 0}.property-price-small{font-weight:600;color:#222}.btn-import-property{flex-shrink:0;align-self:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-import-property:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.no-properties{text-align:center;padding:3rem 2rem;color:#717171}.no-properties p{margin:.5rem 0}.no-properties .hint{font-size:.875rem;color:#999}@media(max-width:768px){.modal-content{max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-body{padding:1rem}.kazual-property-item{flex-direction:column}.property-image-small{width:100%;height:150px}.btn-import-property{width:100%}}.host-explore-container{max-width:1200px;margin:0 auto;padding:2rem}.explore-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.explore-header h1{font-size:2rem;font-weight:700;color:#222;margin:0 0 .5rem}.explore-header .subtitle{color:#717171;font-size:1rem;margin:0}.explore-filters{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#222}.filter-group input,.filter-group select{padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;color:#222;transition:all .2s}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#222;box-shadow:0 0 0 1px #222}.btn-filter{align-self:flex-end;padding:.75rem 2rem;background:#222;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-filter:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}@media(max-width:768px){.properties-grid{grid-template-columns:1fr}}.property-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;transition:all .2s;height:100%}.property-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.property-image{display:block;position:relative;width:100%;height:220px;flex-shrink:0;overflow:hidden;background:#f7f7f7;text-decoration:none}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.property-content{display:flex;flex-direction:column;flex:1;padding:1.5rem}.property-host{display:flex;align-items:center;gap:.375rem;color:#717171;font-size:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.property-content h3{font-size:1.125rem;font-weight:600;color:#222;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;min-height:2.5rem}.property-content a{text-decoration:none;color:inherit}.property-content a:hover h3{color:#ff385c}.property-location{display:flex;align-items:center;gap:.25rem;color:#717171;font-size:.875rem;margin:0 0 1rem}.property-details{display:flex;align-items:center;gap:.5rem;color:#717171;font-size:.875rem;margin-bottom:auto;flex-wrap:wrap;padding-bottom:1rem}.property-price{margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #e5e5e5}.property-price .price{font-size:1.25rem;font-weight:700;color:#222}.property-price .period{color:#717171;font-size:.875rem}.property-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn-view,.btn-recommend{padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none}.btn-view{background:#55af4a;color:#fff}.btn-view:hover{background:#24491a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-recommend{background:#fff;color:#ff385c;border:1px solid #ff385c}.btn-recommend:hover{background:#ff385c;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ff385c4d}.empty-state{text-align:center;padding:4rem 2rem;background:#f7f7f7;border-radius:12px}.empty-state svg{margin-bottom:1.5rem;opacity:.3}.empty-state h2{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 .5rem}.empty-state p{color:#717171;margin:0}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.125rem;color:#717171}@media(max-width:768px){.host-explore-container{padding:1rem}.explore-filters{grid-template-columns:1fr}.btn-filter{align-self:stretch}.property-actions{grid-template-columns:1fr}}.kazual-integration-container{max-width:1200px;margin:0 auto;padding:2rem}.integration-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem;text-align:center}.header-content{max-width:800px;margin:0 auto}.kazual-logo{height:50px;margin-bottom:1rem}.integration-header h1{font-size:2.5rem;margin:1rem 0 .5rem;font-weight:700}.subtitle{font-size:1.1rem;opacity:.95;margin:0}.integration-content{display:flex;flex-direction:column;gap:2rem}.integration-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.integration-card h2{font-size:1.8rem;margin:0 0 .5rem;color:#1a202c}.card-description{color:#718096;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#2d3748;font-size:.95rem}.form-group input[type=text]{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input[type=text]:focus{outline:none;border-color:#667eea}.help-text{font-size:.875rem;color:#718096;margin:.5rem 0 0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem 0;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.checkbox-label span{font-size:1rem;color:#2d3748}.sync-options{background:#f7fafc;padding:1.5rem;border-radius:8px;margin:1rem 0}.sync-options h3{font-size:1.2rem;margin:0 0 1rem;color:#2d3748}.last-sync{background:#edf2f7;padding:1rem;border-radius:8px;margin:1rem 0}.last-sync p{margin:0;color:#4a5568;font-size:.95rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-cancel,.btn-save{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover{background:#cbd5e0}.btn-save{background:#667eea;color:#fff}.btn-save:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-save:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.sync-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.btn-sync{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border:2px solid #667eea;color:#667eea;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-sync:hover:not(:disabled){background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-sync:disabled{border-color:#cbd5e0;color:#a0aec0;cursor:not-allowed;transform:none}.btn-sync svg{flex-shrink:0}.integration-info{background:linear-gradient(135deg,#f6f8fb,#f1f5f9);padding:2rem;border-radius:12px}.integration-info h3{font-size:1.5rem;margin:0 0 1.5rem;color:#1a202c}.integration-info ul{list-style:none;padding:0;margin:0}.integration-info li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#4a5568;font-size:1rem}.integration-info li svg{color:#48bb78;flex-shrink:0}@media(max-width:768px){.kazual-integration-container{padding:1rem}.integration-header{padding:2rem 1rem}.integration-header h1{font-size:2rem}.integration-card{padding:1.5rem}.sync-buttons{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-save{width:100%}}.kazual-properties-container{max-width:1400px;margin:0 auto;padding:2rem}.kazual-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem}.kazual-branding{display:flex;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}.kazual-logo{height:50px}.header-text h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.header-text .subtitle{font-size:1.1rem;opacity:.95;margin:0}.filters-section{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;display:flex;gap:2rem;align-items:flex-end}.filter-group{flex:1}.filter-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#2d3748;font-size:.95rem}.filter-select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#667eea}.results-count{flex:1;display:flex;align-items:center;justify-content:flex-end}.results-count p{margin:0;color:#4a5568;font-weight:600;font-size:1rem}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.kazual-property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s;display:flex;flex-direction:column;height:100%;position:relative}.kazual-property-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.kazual-badge{position:absolute;top:1rem;right:1rem;background:#fff;padding:.5rem .75rem;border-radius:6px;box-shadow:0 2px 8px #0003;z-index:2}.kazual-badge-logo{height:20px;display:block}.property-image{width:100%;height:250px;overflow:hidden;position:relative;flex-shrink:0}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.kazual-property-card:hover .property-image img{transform:scale(1.05)}.image-count{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:#fff;padding:.5rem .75rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.property-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.property-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.property-header h3{font-size:1.3rem;margin:0;color:#1a202c;flex:1}.property-type{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.property-location{display:flex;align-items:center;gap:.5rem;color:#718096;margin-bottom:1rem;font-size:.95rem}.property-location svg{flex-shrink:0}.property-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-features{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.feature{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.9rem}.feature svg{color:#667eea;flex-shrink:0}.property-amenities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:auto;padding-bottom:1rem}.amenity-tag{background:#f7fafc;color:#4a5568;padding:.375rem .75rem;border-radius:6px;font-size:.8rem;border:1px solid #e2e8f0}.amenity-tag.more{background:#667eea;color:#fff;border-color:#667eea;font-weight:600}.property-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:auto}.price-section{display:flex;align-items:baseline;gap:.5rem}.price{font-size:1.5rem;font-weight:700;color:#1a202c}.price-label{color:#718096;font-size:.9rem}.btn-contact{background:#667eea;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-contact:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.no-properties{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-properties svg{color:#cbd5e0;margin-bottom:1rem}.no-properties h3{font-size:1.5rem;color:#2d3748;margin:1rem 0 .5rem}.no-properties p{color:#718096;font-size:1rem;margin:0}.kazual-info-footer{background:linear-gradient(135deg,#f6f8fb,#f1f5f9);padding:2rem;border-radius:12px;margin-top:3rem}.info-content{max-width:800px;margin:0 auto;text-align:center}.footer-logo{height:40px;margin-bottom:1rem}.info-content p{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}@media(max-width:1200px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.kazual-properties-container{padding:1rem}.kazual-header{padding:2rem 1rem}.kazual-branding{flex-direction:column;align-items:center;text-align:center;gap:1rem}.header-text h1{font-size:2rem}.filters-section{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem}.results-count{justify-content:flex-start}.properties-grid{grid-template-columns:1fr}.property-header{flex-direction:column;align-items:flex-start}.property-features{gap:1rem}.property-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn-contact{width:100%}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.1rem;color:#718096}*{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)}}.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}.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}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:968px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#fff;border-radius:16px;border:1px solid #ebebeb;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#ff385c}.service-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.service-card:hover .service-image img{transform:scale(1.05)}.service-icon-fallback{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.service-info{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;flex:1}.service-info h3{font-size:1.125rem;font-weight:600;color:#222;margin:0;line-height:1.3}.service-description{font-size:.875rem;color:#717171;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1}.service-info p{font-size:.875rem;color:#717171;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.service-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto}.service-category{display:inline-block;padding:.375rem .75rem;background:#f7f7f7;color:#222;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:capitalize}.service-price{font-size:1rem;font-weight:600;color:#222}.service-location{color:#717171;font-size:.8rem;margin:0;margin-top:.25rem}.experience-meta{font-size:.875rem;color:#717171;margin:.25rem 0}.experience-meta span{display:inline-flex;align-items:center}.kazual-badge-small{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.65rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #667eea66;z-index:1}.kazual-badge-small span{display:block}.experience-detail{background:#fff;min-height:100vh;padding-bottom:3rem}.experience-header{padding:2rem 0 1rem}.experience-header h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#222}@media(min-width:768px){.experience-header h1{font-size:2rem}}.experience-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.9rem}.experience-type-badge{background:#f7f7f7;color:#222;padding:.375rem .875rem;border-radius:20px;font-weight:500;font-size:.875rem}.kazual-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .875rem;border-radius:20px;font-weight:700;font-size:.75rem;letter-spacing:.5px;box-shadow:0 2px 8px #667eea4d}.experience-location{color:#717171;font-size:.9rem}.experience-images{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px);gap:8px;border-radius:12px;overflow:hidden;margin-bottom:2rem}@media(min-width:768px){.experience-images{grid-template-rows:repeat(2,250px)}}.experience-image{overflow:hidden;cursor:pointer}.experience-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.experience-image:hover img{transform:scale(1.05)}.experience-image-1{grid-column:1 / 3;grid-row:1 / 3}.experience-image-2{grid-column:3 / 4;grid-row:1 / 2}.experience-image-3{grid-column:4 / 5;grid-row:1 / 2}.experience-image-4{grid-column:3 / 4;grid-row:2 / 3}.experience-image-5{grid-column:4 / 5;grid-row:2 / 3}.experience-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:968px){.experience-content{grid-template-columns:1fr 400px}}.experience-main{display:flex;flex-direction:column;gap:2rem}.experience-section{padding-bottom:2rem;border-bottom:1px solid #ebebeb}.experience-section:last-child{border-bottom:none}.experience-section h2{font-size:1.375rem;font-weight:600;margin-bottom:1rem;color:#222}.experience-section p{color:#222;line-height:1.625;font-size:1rem}.experience-details-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.experience-details-grid{grid-template-columns:repeat(2,1fr)}}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item strong{color:#222;font-weight:600;font-size:.9rem}.detail-item span{color:#717171;font-size:.9rem}.experience-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.experience-list li{color:#222;line-height:1.5;font-size:.95rem}.host-card{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:#f7f7f7;border-radius:12px}.host-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.host-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#222}.host-card p{color:#717171;font-size:.9rem;line-height:1.5}.experience-sidebar{position:relative}.booking-card{position:sticky;top:100px;border:1px solid #ddd;border-radius:12px;padding:1.5rem;box-shadow:0 6px 16px #0000001f;background:#fff}.booking-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #ebebeb}.booking-price .price{font-size:1.5rem;font-weight:600;color:#222}.booking-price .price-label{font-size:.875rem;color:#717171}.booking-form{display:flex;flex-direction:column;gap:1rem}.booking-field{display:flex;flex-direction:column;gap:.5rem}.booking-field label{font-weight:600;font-size:.875rem;color:#222}.booking-field input{border:1px solid #b0b0b0;border-radius:8px;padding:.75rem;font-size:1rem;font-family:inherit;transition:border-color .2s}.booking-field input:focus{outline:none;border-color:#222;box-shadow:0 0 0 1px #222}.booking-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #ebebeb;margin-top:.5rem}.booking-total span{font-weight:600;color:#222}.total-price{font-size:1.25rem}.btn-block{width:100%}.loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.125rem;color:#717171}.service-detail{background:#fff;min-height:100vh;padding-bottom:3rem}.service-detail-header{padding:2rem 0 1rem}.service-detail-header h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#222}@media(min-width:768px){.service-detail-header h1{font-size:2rem}}.service-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.9rem}.service-category-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .875rem;border-radius:20px;font-weight:600;font-size:.875rem}.service-location-text{color:#717171;font-size:.9rem}.service-detail-images{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px);gap:8px;border-radius:12px;overflow:hidden;margin-bottom:2rem}@media(min-width:768px){.service-detail-images{grid-template-rows:repeat(2,250px)}}.service-detail-image{overflow:hidden;cursor:pointer;background:#f7f7f7}.service-detail-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.service-detail-image:hover img{transform:scale(1.05)}.service-detail-image-1{grid-column:1 / 3;grid-row:1 / 3}.service-detail-image-2{grid-column:3 / 4;grid-row:1 / 2}.service-detail-image-3{grid-column:4 / 5;grid-row:1 / 2}.service-detail-image-4{grid-column:3 / 4;grid-row:2 / 3}.service-detail-image-5{grid-column:4 / 5;grid-row:2 / 3}.service-detail-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:968px){.service-detail-content{grid-template-columns:1fr 400px}}.service-detail-main{display:flex;flex-direction:column;gap:2rem}.service-detail-section{padding-bottom:2rem;border-bottom:1px solid #ebebeb}.service-detail-section:last-child{border-bottom:none}.service-detail-section h2{font-size:1.375rem;font-weight:600;margin-bottom:1rem;color:#222}.service-detail-section p{color:#222;line-height:1.625;font-size:1rem}.service-details-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.service-details-grid{grid-template-columns:repeat(2,1fr)}}.service-detail-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.service-detail-list li{color:#222;line-height:1.5;font-size:.95rem}.provider-card{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:#f7f7f7;border-radius:12px}.provider-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.provider-info{flex:1}.provider-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.provider-card h3{font-size:1.125rem;font-weight:600;margin:0;color:#222}.provider-verified{background:#4caf50;color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:600}.provider-rating{color:#717171;font-size:.875rem;margin-bottom:.5rem}.provider-card p{color:#717171;font-size:.9rem;line-height:1.5;margin:0}.service-detail-sidebar{position:relative}.availability-info{padding:1rem;background:#f7f7f7;border-radius:8px;font-size:.875rem}.availability-info p{margin:0 0 .5rem;color:#222}.availability-info p:last-child{margin:0}.availability-days{color:#717171}.booking-field select{border:1px solid #b0b0b0;border-radius:8px;padding:.75rem;font-size:1rem;font-family:inherit;transition:border-color .2s;background:#fff;cursor:pointer}.booking-field select:focus{outline:none;border-color:#222;box-shadow:0 0 0 1px #222}.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}}
