.navbar{background:#fff;height:80px;display:flex;justify-content:center;align-items:center;font-size:1rem;position:sticky;top:0;z-index:10000;box-shadow:0 2px 4px #0000000d;width:100%;transition:background-color .3s ease-in-out}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 1rem}.navbar-logo{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none;cursor:pointer}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}.nav-item{height:80px;display:flex;align-items:center}.nav-link{color:#333;text-decoration:none;padding:.5rem 1rem;font-weight:500;transition:all .2s ease-out}.nav-link:hover{color:#007bff}.nav-link-primary{background-color:#007bff;color:#fff;padding:10px 20px;border-radius:6px;margin-left:1rem;transition:all .2s ease-out;border:1px solid #007bff;text-decoration:none;font-weight:500}.nav-link-primary:hover{background-color:#0056b3;color:#fff;border-color:#0056b3}.nav-link-secondary{background-color:transparent;color:#333;padding:10px 20px;border-radius:6px;margin-left:1rem;transition:all .2s ease-out;border:1px solid #ddd;text-decoration:none;font-weight:500}.nav-link-secondary:hover{background-color:#f8f8f8;color:#000;border-color:#ccc}.nav-link-logout{background:none;border:none;font-family:inherit;font-size:1rem;font-weight:500;color:#333;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-out;margin-left:.5rem}.nav-link-logout:hover{color:#dc3545}.navbar-transparent{background:transparent;box-shadow:none;position:absolute}.navbar-transparent .navbar-logo,.navbar-transparent .nav-link{color:#fff}.navbar-transparent .nav-link:hover{color:#ddd}.navbar-transparent .nav-link-primary{background-color:#fff;color:#007bff;border:1px solid #ffffff}.navbar-transparent .nav-link-primary:hover{background-color:#f0f0f0}.navbar-transparent .nav-link-secondary{background-color:transparent;color:#fff;border:1px solid #ffffff}.navbar-transparent .nav-link-secondary:hover{background-color:#ffffff26}.navbar-transparent .nav-link-logout{color:#fff}.navbar-transparent .nav-link-logout:hover{color:#fdd}.nav-item-dropdown{position:relative;z-index:10000}.nav-link-dropdown{background:none;border:none;font-family:inherit;font-size:1rem;font-weight:500;color:#333;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center}.navbar-transparent .nav-link-dropdown{color:#fff}.navbar-transparent .nav-link-dropdown:hover{color:#ddd}.dropdown-menu{position:absolute;top:60px;left:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;list-style:none;padding:.5rem 0;min-width:180px;z-index:10001}.dropdown-link{display:block;padding:.75rem 1.5rem;text-decoration:none;color:#333;font-weight:500}.dropdown-link:hover{background-color:#f4f4f4}.dropdown-link.admin-link{background-color:#007bff;color:#fff;font-weight:600;border-top:1px solid #e0e0e0;margin-top:.25rem;padding-top:.75rem}.dropdown-link.admin-link:hover{background-color:#0056b3;color:#fff}.nav-item-spacer{flex-grow:1}.nav-profile-btn{background:none;border:none;color:#333;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 .5rem;margin-left:1rem;opacity:.8;transition:opacity .2s ease}.nav-profile-btn:hover{opacity:1}.navbar-transparent .nav-profile-btn{color:#fff}.profile-dropdown{left:auto;right:0;min-width:200px}.nav-item-dropdown{overflow:visible!important}.nav-menu{overflow:visible}.dropdown-button{background:none;border:none;font-family:inherit;font-size:1rem;font-weight:500;color:#333;width:100%;text-align:left;padding:.75rem 1.5rem;cursor:pointer}.dropdown-button:hover{background-color:#f4f4f4;color:#dc3545}.hero-container{height:100vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;overflow:hidden;flex-direction:column;gap:2rem;padding:1rem}.hero-video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.hero-overlay{background:#00000080;padding:2rem 4rem;border-radius:10px;z-index:1}.hero-overlay h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-overlay p{font-size:1.25rem;font-weight:300}.hero-chat-box{width:100%;max-width:700px;display:flex;z-index:1;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;overflow:hidden;box-shadow:0 4px 15px #0003}.hero-chat-box input{flex-grow:1;background:transparent;border:none;padding:1rem 1.5rem;font-size:1rem;color:#fff;outline:none}.hero-chat-box input::placeholder{color:#e0e0e0;opacity:1}.hero-chat-box button{background:#007bff;border:none;color:#fff;font-size:1.2rem;padding:0 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.hero-chat-box button:hover{background:#0056b3}.slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s ease}.slider-nav-btn:hover{background:#ffffff4d}.prev-btn{left:2rem}.next-btn{right:2rem}.video-location-info{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:30px;text-align:center;box-shadow:0 4px 15px #0003}.video-location-info h4{font-size:1rem;font-weight:600;margin:0}.video-location-info p{font-size:.9rem;margin:0;opacity:.8}.event-types-section{background:#f9fafb;padding:4rem 1rem}.event-types-header{text-align:center;max-width:600px;margin:0 auto 3rem}.event-types-header h2{font-size:2.25rem;font-weight:700;color:#222;margin-bottom:.5rem}.event-types-header p{font-size:1.1rem;color:#555;line-height:1.6}.event-types-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.event-type-card{width:160px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-decoration:none;color:#333;font-size:1.1rem;font-weight:600;background:#fff;border:1px solid #eaeaea;border-radius:16px;box-shadow:0 4px 12px #0000000a;transition:all .2s ease-in-out}.event-type-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014;color:#007bff}.event-icon-wrapper{font-size:3rem;color:#007bff;line-height:1;background:#f0f7ff;border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.event-type-card:hover .event-icon-wrapper{background:#007bff;color:#fff}.space-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.featured-badge{position:absolute;top:12px;right:12px;background-color:#222;color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2;display:flex;align-items:center;gap:6px;box-shadow:0 2px 5px #0000004d}.featured-badge svg{color:#ffc107;font-size:.8rem}.space-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.space-card-image{width:100%;height:200px;object-fit:cover}.space-card-content{padding:1.25rem}.space-card-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.space-card-detail{font-size:.9rem;color:#555;margin-bottom:1rem}.space-card-price{font-size:1.2rem;font-weight:700;color:#333}.space-card-price span{font-size:.9rem;font-weight:400;color:#666}.space-card-link-wrapper{text-decoration:none;color:inherit}.featured-venues-section{background:#fff;padding:3rem 1rem}.featured-venues-header{text-align:center;max-width:600px;margin:0 auto 2.5rem}.featured-venues-header h2{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.featured-venues-header p{font-size:1.1rem;color:#555;line-height:1.6}.city-sections-container{max-width:1200px;margin:0 auto}.city-section{margin-bottom:3rem}.city-heading{font-size:1.75rem;font-weight:600;color:#222;padding-bottom:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #007bff;display:inline-block}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.about-page{width:100%;min-height:100vh;background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;border-top:4px solid #0066cc;position:relative}.about-hero{height:100vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;overflow:hidden;flex-direction:column;gap:2rem;padding:1rem;background:#000}.about-hero-video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.about-hero-content{background:#00000080;padding:2rem 4rem;border-radius:10px;z-index:2;position:relative;pointer-events:auto}.about-slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s ease}.about-slider-nav-btn:hover{background:#ffffff4d}.about-slider-nav-btn.prev-btn{left:2rem}.about-slider-nav-btn.next-btn{right:2rem}.about-video-location-info{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:30px;text-align:center;box-shadow:0 4px 15px #0003}.about-video-location-info h4{font-size:1rem;font-weight:600;margin:0}.about-video-location-info p{font-size:.9rem;margin:0;opacity:.8}.about-hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-hero-content .about-hero-subtitle{font-size:1.25rem;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#222}.section-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.mission-vision{background:#f9fafb}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.mission-card,.vision-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover,.vision-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.mission-card h2,.vision-card h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#06c}.mission-card p,.vision-card p{font-size:1.1rem;line-height:1.8;color:#555}.stats-section{background:#06c;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-card:hover{transform:scale(1.05)}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.story-section{background:#fff}.story-content{max-width:1000px;margin:0 auto}.story-content h2{text-align:center;margin-bottom:3rem}.story-text{margin-bottom:3rem}.story-text p{font-size:1.15rem;line-height:1.9;color:#444;margin-bottom:1.5rem}.story-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-top:3rem;position:relative;overflow:hidden}.placeholder-content{text-align:center;color:#06c;z-index:1}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.placeholder-content p{font-size:1.2rem;font-weight:600;color:#555}.video-section{background:#f9fafb}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.video-placeholder{width:100%;height:250px;background:#06c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative}.video-placeholder:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="25" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="2"/><polygon points="25,20 25,40 40,30" fill="rgba(255,255,255,0.5)"/></svg>') center/contain no-repeat;opacity:.5}.video-icon{font-size:3rem;margin-bottom:1rem;z-index:1}.video-placeholder p{font-size:1.1rem;font-weight:600;z-index:1}.video-card h3{font-size:1.5rem;font-weight:700;margin:1.5rem 1.5rem .5rem;color:#222}.video-card>p{font-size:1rem;color:#666;margin:0 1.5rem 1.5rem;line-height:1.6}.team-section{background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}.team-card{text-align:center;background:#f9fafb;padding:2rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.team-photo-placeholder{width:200px;height:200px;margin:0 auto 1.5rem;border-radius:50%;background:#06c;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.team-photo-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%)}.photo-placeholder-content{z-index:1}.photo-icon{font-size:4rem;color:#fff;opacity:.8}.team-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#222}.team-role{font-size:1rem;color:#06c;font-weight:600}.values-section{background:#f9fafb}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.value-icon{font-size:3rem;color:#06c;margin-bottom:1.5rem}.value-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#222}.value-card p{font-size:1rem;line-height:1.7;color:#666}.why-choose-section{background:#fff}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2rem}.why-choose-text h2{text-align:left;margin-bottom:2rem;font-size:2.5rem}.features-list{list-style:none;padding:0;margin:0}.features-list li{display:flex;align-items:flex-start;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.check-icon{color:#28a745;font-size:1.5rem;margin-right:1rem;flex-shrink:0;margin-top:.2rem}.features-list li span{color:#444}.why-choose-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cta-section{background:#06c;color:#fff;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-content>p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-button.primary{background:#fff;color:#06c}.cta-button.primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media(max-width:768px){.about-hero-content{padding:1.5rem 2rem}.about-hero-content h1{font-size:2rem}.about-hero-content .about-hero-subtitle{font-size:1rem}.about-slider-nav-btn{width:40px;height:40px;font-size:1rem}.about-slider-nav-btn.prev-btn{left:1rem}.about-slider-nav-btn.next-btn{right:1rem}.about-video-location-info{bottom:1rem;padding:.5rem 1rem}.section-title{font-size:2rem}.mission-vision-grid,.stats-grid,.video-grid,.team-grid,.values-grid{grid-template-columns:1fr}.why-choose-content{grid-template-columns:1fr;gap:2rem}.why-choose-text h2{text-align:center}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%}.story-image-placeholder,.why-choose-image-placeholder{height:300px}}@media(max-width:480px){.about-hero-content{padding:1rem 1.5rem}.about-hero-content h1{font-size:1.75rem}.about-hero-content .about-hero-subtitle{font-size:.9rem}.about-slider-nav-btn{width:35px;height:35px;font-size:.9rem}.about-slider-nav-btn.prev-btn{left:.5rem}.about-slider-nav-btn.next-btn{right:.5rem}.about-video-location-info{bottom:.5rem;padding:.5rem .75rem;font-size:.85rem}.container{padding:0 1rem}.about-section{padding:3rem 0}}.listings-page-container{max-width:1400px;margin:2rem auto;padding:0 1.5rem}.listings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.listings-page-container{border-top:4px solid #0066cc;background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;min-height:100vh;padding-top:2rem}.listings-page-container h1{font-size:2.5rem;font-weight:600;color:#1a202c;margin:0}.search-bar-container{position:relative;margin-bottom:1.5rem}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#06c;font-size:1.1rem;pointer-events:none;z-index:1}.search-bar-container input[type=search]{width:100%;font-size:1rem;padding:1rem 1rem 1rem 3.5rem;border-radius:12px;border:2px solid #e2e8f0;background:#fff;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;box-sizing:border-box;min-height:48px;height:100%}.search-bar-container input[type=search]:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.clear-search-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;z-index:1}.active-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;align-items:center}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#06c;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #667eea40;animation:slideIn .3s ease}.filter-chip button{background:#fff3;border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;padding:0;font-size:.7rem}.filter-chip button:hover{background:#ffffff4d;transform:scale(1.1)}.clear-all-filters-btn{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ef444440}.clear-all-filters-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.filters-section{margin-bottom:2rem}.filters-section .filter-container{margin-top:0}.filters-toggle{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .6rem;background:#06c;border:none;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #06c3;white-space:nowrap;flex:0 0 10%;min-width:0;min-height:48px;align-self:stretch}.filters-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.filters-toggle svg:first-child{color:#fff;font-size:.7rem;flex-shrink:0}.filters-toggle span{flex-shrink:1;overflow:hidden;text-overflow:ellipsis}.filters-toggle svg:last-child{color:#fff;font-size:.6rem;margin-left:.1rem;flex-shrink:0}.filter-container{background:#fff;padding:.75rem;border-radius:8px;margin-bottom:1.25rem;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;gap:.6rem;animation:slideDown .3s ease;max-width:100%}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:start}.filter-row-compact{grid-template-columns:1fr 1fr 1fr;gap:.5rem;align-items:start}.filter-row-compact .filter-item{display:flex;flex-direction:column;height:100%}.filter-row-compact .filter-item>*{flex-shrink:0}.filter-row-amenities{grid-template-columns:1fr}@keyframes slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.filter-item{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.filter-item label{display:flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:#334155;height:1.5rem;line-height:1.5rem;flex-shrink:0}.filter-icon{color:#06c;font-size:.7rem}.modern-select{font-size:.8rem;padding:.45rem 1.75rem .45rem .6rem;border-radius:6px;border:2px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230066cc' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;width:100%;min-height:2.1rem;box-sizing:border-box}.filter-item-slider{min-width:0}.filter-item-slider-compact{min-width:0;display:flex;flex-direction:column;gap:.4rem;justify-content:flex-start}.filter-item-slider-compact .slider-wrapper-compact{display:flex;flex-direction:column;gap:.3rem;width:100%;justify-content:center;padding-top:.15rem}.price-range-sliders{display:flex;flex-direction:column;gap:.5rem}.dual-range-slider-wrapper{display:flex;flex-direction:column;gap:.3rem;width:100%;padding-top:.15rem}.dual-range-container{position:relative;width:100%;height:8px;display:flex;align-items:center}.dual-range-input{position:absolute;width:100%;height:8px;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none;z-index:2;margin:0;padding:0}.dual-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#06c;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.dual-range-input::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #667eea80}.dual-range-input::-moz-range-thumb{width:20px;height:20px;background:#06c;border-radius:50%;cursor:pointer;pointer-events:all;border:none;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.dual-range-input::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #667eea80}.dual-range-input::-webkit-slider-runnable-track{height:8px;background:transparent}.dual-range-input::-moz-range-track{height:8px;background:transparent}.dual-range-container:before{content:"";position:absolute;left:0;right:0;top:0;height:8px;background:#e2e8f0;border-radius:5px;z-index:1}.dual-range-container:after{content:"";position:absolute;left:calc(var(--min-percent, 0) * 1%);width:calc((var(--max-percent, 100) - var(--min-percent, 0)) * 1%);top:0;height:8px;background:linear-gradient(to right,#06c 0% 100%);border-radius:5px;z-index:1;transition:left .1s ease,width .1s ease}.dual-range-labels{display:flex;justify-content:space-between;font-size:.6rem;color:#64748b;margin-top:.05rem}.dual-range-label-min,.dual-range-label-max{color:#06c;font-weight:600}.price-range-sliders-compact{display:flex;flex-direction:column;gap:.4rem;padding-top:.15rem;width:100%}.price-slider-wrapper{display:flex;flex-direction:column;gap:.3rem}.price-slider-wrapper-compact{display:flex;flex-direction:column;gap:.2rem;width:100%}.price-slider-wrapper-compact .modern-slider{width:100%}.price-slider-bottom-labels{display:flex;justify-content:space-between;align-items:center;margin-top:.05rem}.price-slider-wrapper-compact .price-slider-label{font-size:.65rem;margin-bottom:0;padding:0;line-height:1}.price-slider-label{font-size:.7rem;color:#64748b;font-weight:500;margin-bottom:0;height:auto;line-height:1}.price-slider-value{font-size:.75rem;color:#06c;font-weight:600;text-align:right;margin-top:.1rem}.price-slider-value-compact{font-size:.7rem;color:#06c;font-weight:600;text-align:right;margin-top:.05rem;line-height:1}.filter-item-amenities{width:100%}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.35rem;margin-top:.25rem}.amenity-checkbox{display:flex;align-items:center;gap:.35rem;padding:.25rem .45rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:5px;cursor:pointer;transition:all .2s ease;font-size:.7rem;color:#334155}.amenity-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.amenity-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#0066cc}.amenity-checkbox input[type=checkbox]:checked+span{font-weight:600;color:#06c}.amenity-checkbox:has(input[type=checkbox]:checked){background:#f0f4ff;border-color:#06c}@media(max-width:768px){.filter-row,.filter-row-compact{grid-template-columns:1fr}.amenities-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.slider-wrapper{display:flex;flex-direction:column;gap:.3rem}.slider-wrapper-compact{display:flex;flex-direction:column;gap:.3rem;width:100%}.slider-value{color:#06c;font-weight:700;margin-left:.2rem;font-size:.75rem}.modern-slider{width:100%;height:8px;border-radius:5px;background:linear-gradient(to right,#e2e8f0 0% 100%);outline:none;-webkit-appearance:none;cursor:pointer;transition:all .3s ease}.modern-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#06c;cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.modern-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#06c;cursor:pointer;border:none;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.slider-labels{display:flex;justify-content:space-between;font-size:.65rem;color:#64748b;margin-top:.1rem}.slider-labels-compact{display:flex;justify-content:space-between;font-size:.6rem;color:#64748b;margin-top:.05rem}.space-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.no-results-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-results-title{font-size:1.5rem;font-weight:700;color:#334155;margin-bottom:.5rem}.no-results-message{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.reset-filters-suggestion-btn{padding:.75rem 2rem;background:#06c;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.reset-filters-suggestion-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:768px){.listings-page-container{padding:0 1rem}.listings-header{flex-direction:column;align-items:flex-start}.listings-page-container h1{font-size:2rem}.results-count{align-self:flex-start}.filter-container{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}.space-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.listings-page-container h1{font-size:1.75rem}.active-filters{gap:.5rem}.filter-chip{font-size:.8rem;padding:.4rem .75rem}}.image-uploader{width:100%;max-width:800px;margin:0 auto}.upload-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;align-items:flex-start}.upload-section>label{align-self:flex-start}.upload-hint{font-size:.875rem;color:#6b7280;margin:0;margin-top:.25rem}.upload-label{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:transform .2s,box-shadow .2s}.upload-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.upload-button{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.upload-button:hover:not(:disabled){background:#059669}.upload-button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:.75rem;background:#fee2e2;color:#dc2626;border-radius:6px;margin-bottom:1rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.preview-item img{width:100%;height:100%;object-fit:cover}.preview-file-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:.5rem;display:flex;justify-content:center}.file-size{color:#fff;font-size:.75rem;font-weight:500}.remove-button{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:#dc2626e6;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-button:hover:not(:disabled){background:#b91c1c}.uploaded-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.uploaded-success{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#d1fae5;border-radius:8px;border-left:4px solid #10b981}.success-check{width:32px;height:32px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.uploaded-success h4{margin:0;color:#065f46;font-size:1.1rem}.uploaded-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.uploaded-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #d1fae5}.uploaded-item img{width:100%;height:100%;object-fit:cover}.availability-calendar{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.calendar-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.calendar-day:hover:not(:disabled){border-color:#06c;background:#f0f4ff;transform:scale(1.05)}.calendar-day.blocked{background:#fee2e2;border-color:#dc2626;color:#dc2626}.calendar-day.weekly-closed{background:#fef3c7;border-color:#f59e0b;color:#d97706}.calendar-day.selected{background:#06c;border-color:#06c;color:#fff}.block-indicator,.closed-indicator{position:absolute;top:2px;right:4px;font-size:.7rem;font-weight:700}.availability-settings{display:flex;flex-direction:column;gap:2rem}.setting-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.setting-section h3{margin:0 0 .5rem;font-size:1.2rem;color:#1a202c;font-weight:600;display:flex;align-items:center;gap:.5rem}.setting-section h3 svg{color:#06c}.setting-description{margin:0 0 1rem;color:#64748b;font-size:.9rem}.weekly-closure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.weekly-closure-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s}.weekly-closure-option:hover{border-color:#06c;background:#f0f4ff}.weekly-closure-option input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#0066cc}.weekly-closure-option input[type=checkbox]:checked+span{color:#06c;font-weight:600}.weekly-closure-option:has(input[type=checkbox]:checked){background:#f0f4ff;border-color:#06c}.time-slots{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.time-slot-group{display:flex;flex-direction:column;gap:.5rem}.time-slot-group label{font-weight:600;color:#1a202c;font-size:.9rem}.time-slot-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s}.time-slot-group select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.calendar-legend{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.legend-color.available{background:#fff}.legend-color.past{background:#f1f5f9;border-color:#cbd5e1}.blocked-dates-list{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.blocked-date-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e2e8f0}.remove-block-btn{background:#fee2e2;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#dc2626;transition:all .2s}.remove-block-btn:hover{background:#dc2626;color:#fff}.more-dates{text-align:center;color:#64748b;font-size:.85rem;margin-top:.5rem;font-style:italic}@media(max-width:968px){.availability-calendar,.weekly-closure-grid,.time-slots{grid-template-columns:1fr}}.address-autocomplete-input{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.address-autocomplete-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.address-autocomplete-input:hover{border-color:#cbd5e1}.pac-container{border-radius:6px;border:2px solid #e2e8f0;box-shadow:0 4px 12px #00000026;margin-top:4px;font-family:inherit}.pac-item{padding:12px;cursor:pointer;border-top:1px solid #f1f5f9;font-size:.95rem}.pac-item:first-child{border-top:none}.pac-item:hover{background-color:#f8fafc}.pac-item-selected,.pac-item-selected:hover{background-color:#e0f2fe}.pac-icon{margin-right:8px}.pac-matched{font-weight:600;color:#06c}.list-space-page{min-height:100vh;background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;padding:2rem 1rem;position:relative;border-top:4px solid #0066cc}.list-space-page:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(0,102,204,.02) 0%,transparent 100%);pointer-events:none}.list-space-container{max-width:900px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;overflow:hidden;position:relative;z-index:1;border-left:4px solid #0066cc;border-top:1px solid #e9ecef}.wizard-header{background:#fff;color:#1a202c;padding:2.5rem;text-align:center;border-bottom:2px solid #e9ecef;position:relative}.wizard-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#06c}.wizard-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:600;color:#1a202c;letter-spacing:-.02em}.wizard-header p{margin:0;font-size:1.1rem;color:#6c757d;font-weight:400}.progress-bar{padding:2rem;background:#fff;border-bottom:1px solid #e9ecef}.progress-steps{display:flex;justify-content:space-between;margin-bottom:1rem;position:relative}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.step-icon{width:50px;height:50px;border-radius:6px;background:#f8f9fa;color:#6c757d;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.5rem;transition:all .3s ease;border:2px solid #e9ecef}.progress-step.active .step-icon{background:#06c;color:#fff;border-color:#06c;transform:scale(1.05);box-shadow:0 2px 8px #06c3}.progress-step.current .step-icon{box-shadow:0 0 0 3px #0066cc26}.step-label{font-size:.85rem;color:#6c757d;font-weight:500;text-align:center}.progress-step.active .step-label{color:#06c;font-weight:600}.progress-line{height:3px;background:#e9ecef;border-radius:2px;position:relative;margin-top:1rem}.progress-fill{height:100%;background:#06c;border-radius:2px;transition:width .3s ease}.wizard-content{padding:2.5rem;min-height:400px}.step-content h2{margin:0 0 1rem;color:#2d3748;font-size:1.8rem;font-weight:700}.step-description{color:#718096;margin-bottom:2rem;font-size:1rem}.error-banner{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #dc2626}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group textarea{resize:vertical;min-height:100px}.form-group small{margin-top:.25rem;color:#718096;font-size:.85rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.checkbox-label:hover{border-color:#06c;background:#f8f9fa}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#0066cc}.checkbox-label input[type=checkbox]:checked+.checkbox-text{color:#06c;font-weight:600}.checkbox-text{flex:1;color:#2d3748;font-size:.95rem}.house-rules-section{margin-top:1.5rem}.house-rules-section h3{margin:1.5rem 0 1rem;color:#2d3748;font-size:1.2rem;font-weight:600}.house-rules-section h3:first-child{margin-top:0}.custom-rules textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;margin-top:.5rem}.custom-rules textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.uploaded-count{margin-top:1.5rem;padding:1rem;background:#d1fae5;color:#065f46;border-radius:8px;font-weight:600;text-align:center}.existing-images{margin-bottom:2rem}.existing-images h3{margin:0 0 1rem;color:#2d3748;font-size:1.1rem;font-weight:600}.existing-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.existing-image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.existing-image-item img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:#dc2626e6;color:#fff;border:none;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s}.remove-image-btn:hover{background:#b91c1c}.wizard-navigation{padding:2rem 2.5rem;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;gap:1rem}.nav-button{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.prev-button{background:#fff;color:#06c;border:2px solid #0066cc}.prev-button:hover:not(:disabled){background:#06c;color:#fff}.prev-button:disabled{opacity:.5;cursor:not-allowed}.next-button,.submit-button{background:#06c;color:#fff;margin-left:auto;border:2px solid #0066cc}.next-button:hover:not(:disabled),.submit-button:hover:not(:disabled){background:#0052a3;border-color:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.next-button:disabled,.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.list-space-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f7fa;color:#1a202c}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.list-space-success{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fa;padding:2rem}.success-content{background:#fff;padding:3rem;border-radius:20px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:500px}.success-icon{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem}.success-content h2{margin:0 0 .5rem;color:#2d3748;font-size:2rem}.success-content p{margin:0 0 2rem;color:#718096;font-size:1.1rem}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.view-listings-btn,.view-listing-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.view-listings-btn:hover,.view-listing-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.view-listing-btn{background:linear-gradient(135deg,#06c,#0052a3)}@media(max-width:768px){.list-space-page{padding:1rem .5rem}.wizard-header{padding:2rem 1.5rem}.wizard-header h1{font-size:2rem}.progress-bar{padding:1.5rem 1rem}.step-icon{width:40px;height:40px;font-size:1rem}.step-label{font-size:.75rem}.wizard-content{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.checkbox-grid{grid-template-columns:1fr}.wizard-navigation{padding:1.5rem;flex-direction:column}.nav-button{width:100%;justify-content:center}.next-button,.submit-button{margin-left:0}}.booking-preferences-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.preference-card{background:#f8f9fa;border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s}.preference-card:hover{border-color:#06c;box-shadow:0 2px 8px #0066cc1a}.preference-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.preference-header h3{margin:0;font-size:1.2rem;color:#1a202c;font-weight:600}.always-available-badge{background:#d1fae5;color:#065f46;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.preference-description{margin:0;color:#64748b;font-size:.95rem;line-height:1.5}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e0;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#06c}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 1px #06c}.instant-booking-settings{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.setting-group{display:flex;flex-direction:column;gap:.75rem}.setting-group label{font-weight:600;color:#1a202c;font-size:.95rem}.instant-booking-input-group{display:flex;gap:.75rem;align-items:center}.number-input{flex:0 0 80px;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-weight:500;text-align:center;transition:all .2s}.number-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.unit-select{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-weight:500;background:#fff;cursor:pointer;transition:all .2s}.unit-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.setting-help-text{margin:0;color:#64748b;font-size:.85rem;font-style:italic}.info-box{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px;padding:1.5rem;margin-top:1rem}.info-box h4{margin:0 0 1rem;color:#06c;font-size:1rem;font-weight:600}.info-box ul{margin:0;padding-left:1.5rem;color:#64748b}.info-box li{margin:.5rem 0;line-height:1.5}.info-box strong{color:#1a202c}.contact-page{width:100%;min-height:calc(100vh - 80px);background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;border-top:4px solid #0066cc;display:flex;position:relative}.contact-container{width:100%;display:flex;min-height:calc(100vh - 80px)}.contact-content{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:calc(100vh - 80px)}.contact-form-section{background:#fff;padding:3rem;overflow-y:auto;height:calc(100vh - 80px);display:flex;flex-direction:column;box-sizing:border-box}.contact-header{margin-bottom:2rem}.contact-header h1{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:1rem}.contact-header p{font-size:1.1rem;color:#666;line-height:1.6}.contact-success-message{background:#d4edda;color:#155724;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;border:1px solid #c3e6cb}.contact-error-message{background:#f8d7da;color:#721c24;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #f5c6cb}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #ddd;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:#06c;color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:background-color .2s ease,transform .1s ease;margin-top:.5rem}.contact-submit-btn:hover:not(:disabled){background:#0052a3;transform:translateY(-1px)}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}.contact-submit-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.7}.contact-info{margin-top:3rem;padding-top:3rem;border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;color:#06c;margin-top:.25rem;flex-shrink:0}.contact-info-item h3{font-size:1rem;font-weight:600;color:#222;margin-bottom:.25rem}.contact-info-item p{font-size:.95rem;color:#666;margin:0}.contact-image-section{width:100%;height:calc(100vh - 80px);position:relative;overflow:hidden}.contact-image{width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:968px){.contact-content{grid-template-columns:1fr}.contact-form-section{height:auto;min-height:auto}.contact-image-section{height:400px}}@media(max-width:768px){.contact-form-section{padding:2rem 1.5rem;height:auto;min-height:auto}.contact-header h1{font-size:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-info{margin-top:2rem;padding-top:2rem}}@media(max-width:480px){.contact-form-section{padding:1.5rem 1rem}.contact-header h1{font-size:1.75rem}.contact-header p{font-size:1rem}.contact-image-placeholder{height:300px}.placeholder-icon{font-size:3.5rem}.image-placeholder-content p{font-size:1.2rem}}.detail-page-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.detail-page-container.not-found{text-align:center;padding:4rem}.detail-back-link{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.detail-back-link a{text-decoration:none;color:#007bff;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.edit-listing-link{color:#06c!important;font-weight:600;padding:.5rem 1rem;border:1px solid #0066cc;border-radius:6px;transition:all .2s}.edit-listing-link:hover{background:#06c;color:#fff!important}.detail-page-content{display:flex;flex-direction:row;gap:2rem}.detail-main-content{flex:2;min-width:0;height:fit-content}.detail-sidebar{flex:1;position:relative}.detail-image-gallery{width:100%;margin-bottom:1.5rem}.main-image-container{width:100%;border-radius:12px;overflow:hidden;background-color:#eee}.main-image{width:100%;height:450px;object-fit:cover;transition:opacity .3s ease}.thumbnail-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.thumbnail-image{width:80px;height:60px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.7;border:2px solid transparent;transition:all .2s ease}.thumbnail-image:hover{opacity:1}.thumbnail-image.active{opacity:1;border-color:#007bff}.detail-header{margin-top:1.5rem}.detail-header h1{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:.5rem}.detail-header .location{font-size:1.1rem;color:#555;display:flex;align-items:center;gap:.5rem}.detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.event-tag{background:#eee;color:#333;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:capitalize}.divider{border:none;border-top:1px solid #eee;margin:1.5rem 0}.detail-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.detail-section p{line-height:1.7;color:#333}.detail-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.stat-box{background:#f9f9f9;border:1px solid #eee;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-box svg{font-size:1.75rem;color:#007bff;margin-bottom:.75rem}.stat-box span{font-size:1rem;font-weight:600;color:#333}.stat-box small{font-size:.85rem;color:#777;margin-top:.25rem}.amenities-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.amenities-list li{display:flex;align-items:center;gap:.5rem;color:#333}.amenities-list svg{color:#007bff}.rules-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.rules-list li{display:flex;align-items:flex-start;gap:.75rem;color:#333;line-height:1.5}.rules-list svg{color:#555;font-size:1.1rem;margin-top:.15rem}.map-container{width:100%;height:400px;border-radius:12px;overflow:hidden;border:1px solid #ddd;margin-top:1rem;position:relative;z-index:1}.leaflet-map-container{width:100%;height:100%;min-height:400px}.leaflet-container{width:100%;height:100%;z-index:0}.map-placeholder{width:100%;height:200px;border-radius:12px;border:1px solid #ddd;margin-top:1rem;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#666}.location-note{color:#666;font-size:.9rem;margin-bottom:.5rem}.booking-card{position:sticky;top:100px;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.booking-price{font-size:1.25rem;color:#333}.booking-price strong{font-size:1.75rem;font-weight:700;color:#000}.booking-info{display:flex;align-items:center;gap:.75rem;font-size:1rem}.booking-info svg{font-size:1.2rem;color:#555}.book-now-btn,.book-now-btn-login{width:100%;padding:.8rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;text-align:center;text-decoration:none;display:inline-block}.book-now-btn:hover,.book-now-btn-login:hover{background-color:#0056b3}.booking-note{font-size:.85rem;color:#555;text-align:center;margin:0}.owner-badge{background:#f0f4ff;color:#06c;padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;justify-content:center;border:1px solid #c7d2fe}.edit-listing-btn{width:100%;padding:.875rem;background:#06c;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.edit-listing-btn:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.owner-note{font-size:.85rem;color:#64748b;text-align:center;margin:0;padding:.75rem;background:#f8f9fa;border-radius:6px;line-height:1.5}@media(max-width:768px){.detail-page-content{flex-direction:column}.booking-card{position:static}.amenities-list{grid-template-columns:1fr}.main-image{height:300px}}.availability-viewer{width:100%;margin-top:2rem}.availability-calendar-view{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef;margin-bottom:2rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.calendar-header h3{margin:0;font-size:1.3rem;color:#1a202c;font-weight:600}.month-nav-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#06c;transition:all .2s}.month-nav-btn:hover{background:#06c;color:#fff;border-color:#06c}.calendar-grid{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e2e8f0}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.weekday-header{text-align:center;font-weight:600;font-size:.85rem;color:#64748b;padding:.5rem}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-day{aspect-ratio:1;border:2px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;color:#1a202c;transition:all .2s;position:relative;display:flex;align-items:center;justify-content:center;padding:0}.calendar-day.empty{border:none;background:transparent;cursor:default}.calendar-day.past{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.5}.calendar-day.available{background:#d1fae5;border-color:#10b981;color:#065f46}.calendar-day.available:hover:not(:disabled){background:#a7f3d0;transform:scale(1.05)}.calendar-day.partial{background:#fef3c7;border-color:#f59e0b;color:#92400e}.calendar-day.partial:hover:not(:disabled){background:#fde68a;transform:scale(1.05)}.calendar-day.blocked{background:#fee2e2;border-color:#dc2626;color:#dc2626;cursor:not-allowed}.calendar-day.weekly-closed{background:#fef3c7;border-color:#f59e0b;color:#d97706;cursor:not-allowed}.calendar-day.selected{background:#06c;border-color:#06c;color:#fff;box-shadow:0 0 0 3px #0066cc4d}.status-indicator{position:absolute;top:2px;right:4px;font-size:.7rem;font-weight:700}.calendar-legend{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #e2e8f0}.legend-color.available{background:#d1fae5;border-color:#10b981}.legend-color.partial{background:#fef3c7;border-color:#f59e0b}.legend-color.blocked{background:#fee2e2;border-color:#dc2626}.legend-color.weekly-closed{background:#fef3c7;border-color:#f59e0b}.booking-panel{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:2rem}.booking-panel h3{margin:0 0 1rem;color:#1a202c;font-size:1.2rem;display:flex;align-items:center;gap:.5rem}.booking-panel h3 svg{color:#06c}.selected-date{font-size:1.1rem;color:#06c;font-weight:600;margin-bottom:1.5rem}.time-selection{margin-bottom:1.5rem}.time-slots-label{margin:0 0 1.5rem;color:#64748b;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.time-slots-label svg{color:#06c}.duration-presets{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e2e8f0}.duration-presets label{display:block;margin-bottom:.75rem;font-weight:600;color:#1a202c;font-size:.9rem}.duration-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.duration-btn{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;color:#1a202c;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.duration-btn:hover{border-color:#06c;background:#f0f4ff}.duration-btn.selected{background:#06c;border-color:#06c;color:#fff}.time-input-group{margin-bottom:1.25rem}.time-input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a202c;font-size:.9rem}.time-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;color:#1a202c;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.time-select:hover:not(:disabled){border-color:#06c}.time-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.time-select:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.duration-display{margin-top:1rem;padding:1rem;background:#f0f4ff;border-radius:6px;text-align:center;color:#06c;font-size:1rem}.request-booking-btn{width:100%;padding:1rem;background:#06c;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.request-booking-btn:hover:not(:disabled){background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.request-booking-btn:disabled{opacity:.6;cursor:not-allowed}.booking-options{display:flex;flex-direction:column;gap:.75rem}.instant-booking-btn{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.instant-booking-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.instant-booking-btn:disabled{opacity:.6;cursor:not-allowed}.booking-note{margin:0;font-size:.85rem;color:#64748b;line-height:1.5}.booking-note strong{color:#1a202c}.owner-booking-message{margin-top:1rem;padding:1rem;background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px}.owner-message{margin:0;color:#06c;font-size:.9rem;line-height:1.5;text-align:center}.owner-message strong{color:#0052a3}.login-prompt{text-align:center;color:#64748b;margin-top:1rem}.login-prompt a{color:#06c;text-decoration:none;font-weight:600}.login-prompt a:hover{text-decoration:underline}.availability-info{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.availability-info h3{margin:0 0 1rem;color:#1a202c;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.availability-info h3 svg{color:#06c}.availability-info p{margin:.5rem 0;color:#64748b}.weekly-closures-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.weekly-closures-info ul{margin:.5rem 0 0;padding-left:1.5rem;color:#64748b}.weekly-closures-info li{margin:.25rem 0}@media(max-width:768px){.time-slots-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}.user-bookings-for-space{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.user-bookings-for-space h3{margin:0 0 1rem;color:#1a202c;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.user-bookings-loading{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#64748b;font-size:.9rem}.user-bookings-loading .spinner{animation:spin 1s linear infinite;color:#06c}.user-bookings-list{display:flex;flex-direction:column;gap:1rem}.user-booking-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.booking-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.75rem}.booking-date-time{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;color:#1a202c;font-weight:500}.booking-date-time svg{color:#06c}.status-badge{padding:.4rem .75rem;border-radius:16px;font-size:.8rem;font-weight:600;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}.booking-item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;color:#64748b}.pending-note,.approved-note,.rejected-note{font-size:.85rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;display:inline-block}.pending-note{background:#fef3c7;color:#d97706}.approved-note{background:#d1fae5;color:#065f46}.rejected-note{background:#fee2e2;color:#dc2626}.view-all-bookings-btn{padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.view-all-bookings-btn:hover{background:#0052a3}@media(max-width:768px){.booking-item-header{flex-direction:column;align-items:flex-start}}.map-page-container{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;border-top:4px solid #0066cc;background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;position:relative;z-index:1}.map-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px #00000014;z-index:1;position:relative}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:8px;color:#334155;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.back-button:hover{background:#e2e8f0;transform:translate(-2px)}.map-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.map-header h1{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:600;color:#1a202c;margin:0}.header-icon{color:#06c}.results-count{display:flex;align-items:baseline;gap:.5rem;padding:.75rem 1.5rem;background:#06c;border-radius:50px;color:#fff;font-weight:600;box-shadow:0 2px 8px #06c3}.results-number{font-size:1.5rem;font-weight:700}.results-label{font-size:.9rem;opacity:.95}.map-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.empty-icon{font-size:4rem;color:#cbd5e1;margin-bottom:1rem}.map-empty-state h1{font-size:2rem;color:#334155;margin-bottom:.5rem}.map-empty-state p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.back-to-listings-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#06c;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #06c3}.back-to-listings-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.map-layout{display:flex;flex:1;overflow:hidden;position:relative}.map-sidebar{width:380px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;z-index:100;box-shadow:2px 0 8px #0000000d}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-header h2{font-size:1.25rem;font-weight:700;color:#334155;margin:0}.sidebar-toggle{background:#f1f5f9;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease}.sidebar-toggle:hover{background:#e2e8f0;color:#334155}.search-bar-container{position:relative;margin:1.5rem 1.5rem 1rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#06c;font-size:1rem;pointer-events:none;z-index:1}.search-bar-container input[type=search]{width:100%;font-size:.95rem;padding:.75rem 1rem .75rem 2.75rem;border-radius:10px;border:2px solid #e2e8f0;background:#fff;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;box-sizing:border-box}.search-bar-container input[type=search]:focus{outline:none;border-color:#06c;box-shadow:0 4px 12px #667eea26}.clear-search-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;z-index:1;font-size:.7rem}.clear-search-btn:hover{background:#cbd5e1;color:#475569}.filters-section{padding:0 1.5rem;margin-bottom:1rem}.filters-toggle{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer;transition:all .3s ease;width:100%;justify-content:space-between;margin-bottom:.75rem}.filters-toggle:hover{border-color:#06c;background:#fff}.filters-toggle svg:first-child{color:#06c}.filter-container{background:#f8fafc;padding:1.25rem;border-radius:12px;display:flex;flex-direction:column;gap:1.25rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-item label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#334155}.filter-icon{color:#06c;font-size:.9rem}.modern-select{font-size:.9rem;padding:.65rem 2.25rem .65rem 1rem;border-radius:8px;border:2px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230066cc' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.modern-select:hover{border-color:#cbd5e1}.modern-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #667eea1a}.filter-item-slider{margin-top:.5rem}.slider-wrapper{display:flex;flex-direction:column;gap:.5rem}.slider-value{color:#06c;font-weight:700;margin-left:.25rem}.modern-slider{width:100%;height:6px;border-radius:5px;background:linear-gradient(to right,#e2e8f0 0% 100%);outline:none;-webkit-appearance:none;cursor:pointer;transition:all .3s ease}.modern-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#06c;cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.modern-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #667eea80}.modern-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#06c;cursor:pointer;border:none;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.modern-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #667eea80}.slider-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#64748b;margin-top:.25rem}.clear-all-filters-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.clear-all-filters-btn:hover{background:#dc2626;transform:translateY(-1px)}.venue-list{flex:1;display:flex;flex-direction:column;overflow:hidden}.venue-list h3{padding:1rem 1.5rem;font-size:1rem;font-weight:700;color:#334155;border-bottom:1px solid #e2e8f0;margin:0}.venue-list-content{flex:1;overflow-y:auto;padding:.75rem}.venue-list-item{display:flex;gap:1rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease;position:relative}.venue-list-item:hover{border-color:#06c;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.venue-list-item.active{border-color:#06c;background:#f8faff;box-shadow:0 4px 12px #667eea33}.venue-list-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.venue-list-info{flex:1;min-width:0}.venue-list-info h4{font-size:1rem;font-weight:700;color:#334155;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.venue-price{font-size:.9rem;font-weight:600;color:#06c;margin:0 0 .5rem}.venue-meta{display:flex;gap:1rem;font-size:.8rem;color:#64748b;align-items:center}.venue-meta span{display:flex;align-items:center;gap:.25rem}.featured-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600}.venue-list-link{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:6px;color:#64748b;transition:all .2s ease;text-decoration:none}.venue-list-link:hover{background:#667eea;color:#fff;transform:scale(1.1)}.no-venues-message{text-align:center;padding:2rem 1rem;color:#64748b}.no-venues-message p{margin-bottom:1rem}.reset-filters-btn{padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-filters-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.map-wrapper{flex:1;position:relative;height:100%}.map-container{height:100%;width:100%}.popup-card{width:220px;padding:0;margin:0}.popup-image{width:100%;height:120px;object-fit:cover;border-radius:8px 8px 0 0;margin:0}.popup-content{padding:.75rem}.popup-content h3{font-size:1rem;font-weight:700;color:#334155;margin:0 0 .5rem}.popup-price{font-size:.9rem;font-weight:600;color:#06c;margin:0 0 .5rem}.popup-meta{display:flex;gap:.75rem;font-size:.8rem;color:#64748b;margin-bottom:.75rem;align-items:center}.popup-meta span{display:flex;align-items:center;gap:.25rem}.popup-featured{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:.2rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600}.popup-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#06c;color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:600;transition:all .2s ease;width:100%;justify-content:center}.popup-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}@media(max-width:1024px){.map-sidebar{position:absolute;left:0;top:0;bottom:0;z-index:1000;box-shadow:4px 0 20px #00000026}}@media(max-width:768px){.map-header{padding:1rem}.map-header h1{font-size:1.5rem}.map-sidebar{width:100%;max-width:320px}.results-count{padding:.5rem 1rem;font-size:.85rem}.results-number{font-size:1.25rem}}.avatar-container{position:relative;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:3px solid #fff}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-no-image{background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:1rem}.avatar-upload-trigger{position:absolute;bottom:0;left:0;width:100%;background-color:#00000080;color:#fff;text-align:center;padding:8px 0;font-size:.9rem;font-weight:600;cursor:pointer;opacity:0;transition:opacity .2s ease}.avatar-container:hover .avatar-upload-trigger{opacity:1}.avatar-upload-trigger input[type=file]{display:none}.my-listings-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.my-listings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.my-listings-header h2{margin:0;font-size:2rem;color:#1a202c;font-weight:600}.add-listing-btn{background:#06c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.add-listing-btn:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.my-listings-loading,.my-listings-error{text-align:center;padding:3rem;color:#64748b}.spinner{animation:spin 1s linear infinite;font-size:2rem;margin-bottom:1rem}.retry-button{margin-top:1rem;padding:.75rem 1.5rem;background:#06c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.no-listings{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:2px dashed #e2e8f0}.no-listings-icon{font-size:4rem;color:#cbd5e1;margin-bottom:1rem}.no-listings h3{margin:0 0 .5rem;color:#1a202c;font-size:1.5rem}.no-listings p{margin:0 0 2rem;color:#64748b}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.listing-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s;display:flex;flex-direction:column}.listing-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.listing-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f1f5f9}.listing-image img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#cbd5e1;gap:.5rem}.no-image-placeholder svg{font-size:3rem}.featured-badge{position:absolute;top:.75rem;right:.75rem;background:#06c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.listing-content{padding:1.5rem;flex-grow:1}.listing-content h3{margin:0 0 1rem;font-size:1.25rem;color:#1a202c;font-weight:600}.listing-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.detail-item svg{color:#06c;font-size:.85rem}.listing-description{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.listing-actions{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8f9fa}.action-btn{flex:1;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.view-btn{background:#f1f5f9;color:#1a202c}.view-btn:hover{background:#e2e8f0}.edit-btn{background:#06c;color:#fff}.edit-btn:hover{background:#0052a3}.delete-btn{background:#fee2e2;color:#dc2626}.delete-btn:hover:not(:disabled){background:#dc2626;color:#fff}.delete-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.listings-grid{grid-template-columns:1fr}.my-listings-header{flex-direction:column;align-items:stretch}.add-listing-btn{width:100%;justify-content:center}}.booking-requests-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.booking-requests-header{margin-bottom:2rem}.booking-requests-header h2{margin:0 0 .5rem;color:#1a202c;font-size:2rem;font-weight:600}.booking-requests-header p{margin:0;color:#64748b;font-size:1rem}.booking-requests-loading,.booking-requests-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.booking-requests-loading .spinner{animation:spin 1s linear infinite;font-size:2rem;color:#06c;margin-bottom:1rem}.no-booking-requests{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px;border:1px solid #e2e8f0}.no-booking-requests .empty-icon{font-size:4rem;color:#cbd5e0;margin-bottom:1rem}.no-booking-requests h3{margin:0 0 .5rem;color:#1a202c;font-size:1.5rem}.no-booking-requests p{margin:0;color:#64748b}.booking-requests-list{display:flex;flex-direction:column;gap:1.5rem}.booking-request-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s}.booking-request-card:hover{box-shadow:0 4px 12px #00000026}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.request-info h3{margin:0 0 .5rem;color:#1a202c;font-size:1.3rem;font-weight:600}.requester-info{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.requester-info svg{color:#06c}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}.request-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.request-message{padding:1rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #0066cc;margin-top:.5rem}.request-message strong{display:block;margin-bottom:.5rem;color:#1a202c}.request-meta{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:.85rem}.request-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e2e8f0}.approve-btn,.reject-btn,.view-space-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.approve-btn{background:#10b981;color:#fff}.approve-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.reject-btn{background:#ef4444;color:#fff}.reject-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.approve-btn:disabled,.reject-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.approve-btn .spinner,.reject-btn .spinner{animation:spin 1s linear infinite}@media(max-width:768px){.booking-requests-container{padding:1rem}.filter-tabs{flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;font-size:.85rem}.request-header{flex-direction:column;gap:1rem}.request-actions{flex-direction:column}.approve-btn,.reject-btn,.view-space-btn{width:100%;justify-content:center}}.my-bookings-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.my-bookings-header{margin-bottom:2rem}.my-bookings-header h2{margin:0 0 .5rem;color:#1a202c;font-size:2rem;font-weight:600}.my-bookings-header p{margin:0;color:#64748b;font-size:1rem}.my-bookings-loading,.my-bookings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.my-bookings-loading .spinner{animation:spin 1s linear infinite;font-size:2rem;color:#06c;margin-bottom:1rem}.retry-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#06c;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#0052a3}.no-bookings{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px;border:1px solid #e2e8f0}.no-bookings .empty-icon{font-size:4rem;color:#cbd5e0;margin-bottom:1rem}.no-bookings h3{margin:0 0 .5rem;color:#1a202c;font-size:1.5rem}.no-bookings p{margin:0 0 1.5rem;color:#64748b}.browse-spaces-btn{padding:.875rem 2rem;background:#06c;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.browse-spaces-btn:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.filter-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.filter-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s;position:relative;bottom:-2px}.filter-tab:hover{color:#06c}.filter-tab.active{color:#06c;border-bottom-color:#06c;font-weight:600}.bookings-list{display:flex;flex-direction:column;gap:1.5rem}.booking-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s}.booking-card:hover{box-shadow:0 4px 12px #00000026}.booking-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.booking-space-info{display:flex;gap:1rem;flex:1}.space-thumbnail{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.space-details h3{margin:0 0 .5rem;color:#1a202c;font-size:1.3rem;font-weight:600}.space-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.space-location svg{color:#06c}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;display:flex;align-items:center;gap:.5rem}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.approved{background:#d1fae5;color:#065f46}.status-badge.rejected{background:#fee2e2;color:#dc2626}.status-badge.cancelled{background:#f1f5f9;color:#64748b}.booking-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-row{display:flex;align-items:flex-start;gap:.75rem;color:#1a202c}.detail-row svg{color:#06c;margin-top:.25rem;flex-shrink:0}.detail-row strong{margin-right:.5rem}.booking-message{padding:1rem;background:#f0f4ff;border-radius:6px;border-left:3px solid #0066cc;margin-top:.5rem}.booking-message strong{display:block;margin-bottom:.5rem;color:#1a202c}.booking-meta{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:.85rem}.booking-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e2e8f0;align-items:center}.view-space-btn,.cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.view-space-btn{background:#06c;color:#fff}.view-space-btn:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.cancel-btn{background:#ef4444;color:#fff}.cancel-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.approved-message,.rejected-message{padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.approved-message{background:#d1fae5;color:#065f46}.rejected-message{background:#fee2e2;color:#dc2626}@media(max-width:768px){.my-bookings-container{padding:1rem}.filter-tabs{flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;font-size:.85rem}.booking-card-header{flex-direction:column;gap:1rem}.booking-space-info{flex-direction:column}.space-thumbnail{width:100%;height:200px}.booking-actions{flex-direction:column}.view-space-btn,.cancel-btn{width:100%;justify-content:center}}.profile-page-container{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;background:#f8f9fa;background-image:linear-gradient(rgba(0,0,0,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.01) 1px,transparent 1px);background-size:40px 40px;min-height:calc(100vh - 80px);border-top:4px solid #0066cc}.profile-tabs{display:flex;gap:1rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.tab-button{padding:.75rem 2rem;border:none;background:transparent;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:.5rem}.tab-button:hover{background:#f8f9fa;color:#1a202c}.tab-button.active{background:#06c;color:#fff}.tab-button.active:hover{background:#0052a3}.profile-form-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 24px #00000014;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.profile-form-box h2{font-size:2rem;font-weight:700;color:#222;margin-bottom:.5rem;text-align:center}.profile-form-box p{font-size:1rem;color:#555;margin-bottom:2rem;text-align:center}.profile-form-box .form-group{width:100%;text-align:left;margin-bottom:1.5rem;margin-top:1rem}.profile-form-box .form-group:first-of-type{margin-top:2rem}.profile-form-box .form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.profile-form-box .form-group input,.profile-form-box .form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #ddd;border-radius:8px;box-sizing:border-box}.profile-form-box .form-group textarea{resize:vertical}.profile-form-box .form-group input[disabled]{background:#f4f4f4;color:#777;cursor:not-allowed}.profile-form-box .auth-button{width:100%;padding:.8rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.profile-form-box .auth-button:disabled{background-color:#aaa;cursor:not-allowed}.auth-page-container{display:flex;width:100%;min-height:calc(100vh - 80px);background:#fff}.auth-panel-left{flex:1;position:relative;background:#000;display:none}.auth-panel-left img{width:100%;height:100%;object-fit:cover;opacity:.6}.auth-panel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:4rem;box-sizing:border-box;color:#fff}.auth-panel-overlay h2{font-size:2.5rem;font-weight:700;line-height:1.2}.auth-panel-overlay p{font-size:1.1rem;max-width:400px;margin-top:1rem;opacity:.9}.auth-panel-right{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem 1rem;background:#f9fafb}.auth-form-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 24px #0000000d;width:100%;max-width:450px;text-align:center}.auth-form-box h2{font-size:2rem;font-weight:700;color:#222;margin-bottom:.5rem}.auth-form-box p{font-size:1rem;color:#555;margin-bottom:2rem}.social-login-btn{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.social-login-btn:hover{background:#f9f9f9;border-color:#ccc}.social-login-btn svg{font-size:1.2rem}.auth-divider{display:flex;align-items:center;text-align:center;color:#aaa;margin:1.5rem 0;font-size:.9rem;font-weight:500}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #eee}.auth-divider span{padding:0 1rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #ddd;border-radius:8px;box-sizing:border-box}.auth-button{width:100%;padding:.8rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;margin-bottom:1.5rem}.auth-button:disabled{background-color:#aaa;cursor:not-allowed}.auth-button:hover:not(:disabled){background-color:#0056b3}.auth-error{color:#dc3545;background:#fbebee;border:1px solid #dc3545;border-radius:8px;padding:.75rem;margin-bottom:1rem;text-align:left;font-size:.9rem}.auth-switch{font-size:.9rem;color:#555}.auth-switch a{color:#007bff;font-weight:600;text-decoration:none}@media(min-width:768px){.auth-panel-left{display:block}}@media(min-width:1024px){.auth-panel-left{flex:1.2}.auth-panel-right{flex:1}}.social-login-grid{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.social-login-btn{width:60px;height:60px;font-size:1.5rem;gap:0;justify-content:center;border-radius:50%}.social-login-btn.apple-btn{background:#000;color:#fff;border-color:#000}.social-login-btn.apple-btn:hover{background:#333}.social-login-btn.facebook-btn{background:#1877f2;color:#fff;border-color:#1877f2}.social-login-btn.facebook-btn:hover{background:#166eeb}.admin-dashboard-container{max-width:1400px;margin:0 auto;padding:2rem;background:#f5f5f5;min-height:100vh}.admin-dashboard-header{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.admin-dashboard-header h1{margin:0 0 .5rem;color:#333;font-size:2rem}.admin-dashboard-header p{margin:0;color:#666;font-size:1rem}.admin-controls{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.admin-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.filter-btn:hover{background:#f0f0f0;border-color:#007bff}.filter-btn.active{background:#007bff;color:#fff;border-color:#007bff}.admin-search{display:flex;align-items:center;gap:.5rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:6px;flex:1;max-width:400px}.search-icon{color:#666}.search-input{border:none;background:transparent;outline:none;flex:1;font-size:.9rem}.admin-error-banner{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:6px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.admin-error-banner button{padding:.5rem 1rem;background:#c33;color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-listings-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.admin-listings-table table{width:100%;border-collapse:collapse}.admin-listings-table thead{background:#f8f9fa}.admin-listings-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.admin-listings-table td{padding:1rem;border-bottom:1px solid #dee2e6;vertical-align:middle}.admin-listings-table tbody tr:hover{background:#f8f9fa}.pending-listing-row{background:#fff3cd!important;border-left:4px solid #ffc107}.pending-listing-row:hover{background:#ffe69c!important}.new-badge{display:inline-block;background:#ffc107;color:#000;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase}.listing-name-cell{display:flex;align-items:center;gap:1rem}.listing-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px}.owner-cell{font-size:.9rem}.owner-cell small{color:#666}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.approved{background:#d4edda;color:#155724}.status-badge.rejected{background:#f8d7da;color:#721c24}.admin-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.action-btn:disabled{opacity:.5;cursor:not-allowed}.view-btn{background:#6c757d;color:#fff}.view-btn:hover:not(:disabled){background:#5a6268}.approve-btn{background:#28a745;color:#fff}.approve-btn:hover:not(:disabled){background:#218838}.reject-btn{background:#dc3545;color:#fff}.reject-btn:hover:not(:disabled){background:#c82333}.admin-empty-state{padding:4rem;text-align:center;color:#666}.admin-dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.admin-dashboard-loading .spinner{font-size:2rem;animation:spin 1s linear infinite;color:#007bff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.admin-controls{flex-direction:column;align-items:stretch}.admin-filters{justify-content:center}.admin-search{max-width:100%}.admin-listings-table{overflow-x:auto}.admin-listings-table table{min-width:800px}}.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}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;background-color:#fff;color:#333}img{max-width:100%;display:block}
