.search-filter-wrapper{width:100%;max-width:1100px;margin:0 auto;position:relative;z-index:30;padding:0 1.5rem}.search-filter-container{display:flex;align-items:center;background:rgba(255,255,255,.03);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);padding:.35rem .35rem .35rem 1rem;border-radius:9999px;color:white;box-shadow:0 10px 40px -10px rgba(0,0,0,.5),inset 0 0 20px rgba(255,255,255,.02);transition:all .4s cubic-bezier(.165,.84,.44,1);width:100%}.search-filter-container:hover{border-color:rgba(201,165,92,.2);background:rgba(255,255,255,.05);box-shadow:0 20px 50px -15px rgba(0,0,0,.6),inset 0 0 25px rgba(255,255,255,.03)}.search-filter-section{flex:1;display:flex;align-items:center;padding:.5rem .6rem;min-width:0;transition:all .3s ease;border-radius:9999px;cursor:pointer;height:52px}.location-section{flex:1.6}.date-section{flex:1.3}.guests-section{flex:1.1}.section-icon{font-size:1rem;color:var(--color-gold);margin-right:1rem;opacity:.8}.section-content{display:flex;flex-direction:column;width:100%;overflow:hidden}.section-label{font-size:.6rem;font-weight:600;letter-spacing:.15em;color:var(--color-text-muted);margin-bottom:.25rem;text-transform:uppercase}.date-input,.section-label{font-family:var(--font-body)}.date-input{border:none;background:transparent;font-size:.85rem;font-weight:500;color:white;outline:none;width:100%;cursor:pointer;color-scheme:dark;opacity:.9}.search-filter-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.1),transparent);flex-shrink:0}.search-filter-divider.tiny{height:20px;opacity:.5}.search-filter-button{background:var(--color-gold);color:var(--color-bg-primary);border:none;padding:0 1.5rem;height:56px;font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:.15em;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 15px rgba(201,165,92,.2);margin-left:.5rem}.search-filter-button:hover{background:var(--color-gold-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(201,165,92,.4)}.search-filter-button:active{transform:translateY(0)}.search-filter-container [data-radix-collection-item]{font-family:var(--font-body)!important}.search-filter-container button[role=combobox]{font-family:var(--font-body);color:white!important;font-weight:500;font-size:.85rem;opacity:.9;letter-spacing:.02em;width:100%;justify-content:space-between}@media (max-width:1024px){.search-filter-container{padding-left:1.5rem}}@media (max-width:991px){.search-filter-wrapper{padding:0 1rem}.search-filter-container{flex-direction:column;padding:1.5rem;gap:.5rem;border-radius:24px;align-items:stretch}.search-filter-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.search-filter-section{width:100%;padding:.75rem 1rem}.search-filter-button{margin-left:0;margin-top:1rem;width:100%;height:60px}}