.ad-booking-status-progress{background:var(--ds-gray-200);background-image:linear-gradient(90deg, transparent, var(--ds-gray-1000), transparent);background-repeat:no-repeat;background-size:40% 100%;border-radius:9999px;height:4px;animation:1.2s ease-in-out infinite ad-booking-status-sweep;display:block;overflow:hidden}.ad-booking-status-ad{border-radius:var(--radius-card);background:var(--ds-background-200);flex-direction:column;align-items:center;gap:12px;padding:24px 16px;display:flex}.ad-booking-status-ad-dates{font:var(--text-copy-13);color:var(--ds-gray-900);text-align:center}.ad-booking-status-actions{justify-content:flex-end;display:flex}@keyframes ad-booking-status-sweep{0%{background-position:-40% 0}to{background-position:140% 0}}@media (prefers-reduced-motion:reduce){.ad-booking-status-progress{background-position:50% 0;animation:none}}
.ad-banner{top:var(--header-height);z-index:40;background:var(--ds-background-100);width:100vw;height:56px;box-shadow:inset 0 1px 0 var(--border-card), inset 0 -1px 0 var(--border-card);align-items:center;gap:16px;margin:60px 0 60px calc(50% - 50vw);padding:0 24px;display:flex;position:sticky}.ad-banner.ad-banner--stuck{box-shadow:inset 0 -1px 0 var(--border-card)}.ad-banner-label{font:var(--text-label-12-mono);text-transform:uppercase;color:var(--ds-gray-900);flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.ad-banner-label svg{width:16px;height:16px}.ad-banner-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 48px calc(100% - 48px),#0000);mask-image:linear-gradient(90deg,#0000,#000 48px calc(100% - 48px),#0000)}.ad-banner-track{width:max-content;animation:60s linear infinite ad-banner-scroll;display:flex}.ad-banner:hover .ad-banner-track,.ad-banner:focus-within .ad-banner-track{animation-play-state:paused}.ad-banner-group{gap:8px;padding-right:8px;display:flex}.ad-banner-cta{flex-shrink:0}.ad-banner-open{border-radius:var(--radius-row);white-space:nowrap;height:36px;font:var(--text-label-14);color:var(--ds-gray-900);cursor:pointer;transition:background-color var(--duration-fast) ease;background:0 0;border:none;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.ad-banner-open:hover{background:var(--ds-gray-100)}.ad-banner-open-mark{border-radius:var(--radius-4);width:20px;height:20px;box-shadow:inset 0 0 0 1px var(--ds-gray-500);color:var(--ds-gray-900);justify-content:center;align-items:center;display:inline-flex}.ad-banner-open-mark svg{width:12px;height:12px}.ad-banner-open-name{color:var(--ds-gray-1000);font-weight:500}@keyframes ad-banner-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.ad-banner-track{animation:none}.ad-banner-viewport{overflow-x:auto}}@media (max-width:640px){.ad-banner{gap:8px;padding:0 16px}.ad-banner-label{display:none}}
.live-stats{background:var(--ds-background-100);width:fit-content;height:32px;box-shadow:var(--shadow-card);font:var(--text-label-13);color:var(--ds-gray-1000);border-radius:9999px;justify-content:center;align-items:center;gap:12px;margin:0 auto 20px;padding:0 12px;font-weight:500;display:flex}.live-stats-item{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.live-stats-item--online{color:var(--ds-green-700)}.live-stats-item-icon{width:16px;height:16px;color:var(--ds-gray-900)}.live-stats-divider{background:var(--border-card);width:1px;height:16px}.live-stats-item-pulse{width:8px;height:8px;display:inline-flex;position:relative}.live-stats-item-pulse-ping,.live-stats-item-pulse-dot{background:var(--ds-green-700);border-radius:9999px;position:absolute;inset:0}.live-stats-item-pulse-ping{opacity:.75;animation:1s cubic-bezier(0,0,.2,1) infinite live-stats-ping}@keyframes live-stats-ping{75%,to{opacity:0;transform:scale(2.2)}}@media (prefers-reduced-motion:reduce){.live-stats-item-pulse-ping{animation:none}}@media (max-width:640px){.live-stats{gap:8px}}
.directory-shell{padding-top:40px}.directory-shell-intro-title,.directory-shell-intro-subtitle{text-align:center}.directory-shell-intro-title{font:var(--text-heading-44);letter-spacing:var(--tracking-heading-44);font-weight:800}.directory-shell-intro-subtitle{font:var(--text-copy-16);color:var(--text-subtitle);letter-spacing:-.4px;margin-top:12px;font-weight:500}.directory-shell-intro-search{max-width:88%;margin:24px auto 0}.directory-shell-intro-note{justify-content:center;margin-top:12px;display:flex}.directory-shell-body{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:40px;margin-top:28px;display:grid}.directory-shell-body.directory-shell-body--full{grid-template-columns:minmax(0,1fr)}@media (max-width:960px){.directory-shell{padding-top:32px}.directory-shell-body{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:32px}}
.empty-results{border-radius:var(--radius-card);box-shadow:var(--shadow-card);text-align:center;flex-direction:column;align-items:center;padding:64px 24px;display:flex}.empty-results-icon{width:24px;height:24px;color:var(--ds-gray-900)}.empty-results-title{font:var(--text-heading-16);letter-spacing:var(--tracking-heading-16);margin-top:16px}.empty-results-copy{font:var(--text-copy-14);color:var(--ds-gray-900);margin-top:4px}.empty-results-action{margin-top:24px}
.filter-popover{--filter-popover-gap:8px;z-index:60;width:min(720px,100vw - 32px);max-height:min(560px,100vh - 160px);padding:calc(var(--filter-popover-gap) + 12px) var(--filter-popover-gap);border-radius:var(--radius-card);background:var(--ds-background-100);box-shadow:var(--ds-shadow-menu);transform-origin:var(--radix-popover-content-transform-origin);overflow-y:auto}.filter-popover:focus-visible{box-shadow:var(--ds-shadow-menu)}.filter-popover[data-state=open]{animation:filter-popover-in .16s var(--ease-out)}.filter-popover[data-state=closed]{animation:.12s ease-in filter-popover-out}@keyframes filter-popover-in{0%{opacity:0;transform:scale(.96)translateY(-4px)}}@keyframes filter-popover-out{to{opacity:0;transform:scale(.96)translateY(-4px)}}@media (prefers-reduced-motion:reduce){.filter-popover[data-state=open],.filter-popover[data-state=closed]{animation-name:filter-popover-fade}@keyframes filter-popover-fade{0%{opacity:0}}}
.filter-sidebar-header{justify-content:space-between;align-items:center;gap:8px;min-height:20px;padding:0 12px;display:flex}.filter-sidebar-header-title{font:var(--text-label-16);align-items:center;gap:8px;display:flex}.filter-sidebar-header-title-icon{width:16px;height:16px}.filter-sidebar-header-clear{font:var(--text-label-13);color:var(--ds-gray-900);cursor:pointer;background:0 0;border:none;padding:0}.filter-sidebar-header-clear:hover{color:var(--ds-gray-1000)}.filter-sidebar-header-toggle{border-radius:var(--radius-control);background:var(--ds-background-100);height:32px;box-shadow:var(--ds-shadow-border-base);font:var(--text-button-14);cursor:pointer;border:none;align-items:center;gap:8px;padding:0 12px;display:none}.filter-sidebar-header-toggle svg{width:16px;height:16px}.filter-sidebar-groups{flex-direction:column;gap:24px;margin-top:24px;display:flex}.filter-sidebar-group-heading{width:100%;color:var(--ds-gray-1000);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0 12px;display:flex}.filter-sidebar--popover .filter-sidebar-group-heading{box-shadow:inset 0 -1px 0 var(--border-card);padding-bottom:12px}.filter-sidebar-group-heading-icon{flex-shrink:0;width:16px;height:16px}.filter-sidebar-group-heading-chevron{width:16px;height:16px;color:var(--ds-gray-900);transition:transform var(--duration-fast) ease;margin-left:auto}.filter-sidebar-group-heading-chevron--collapsed{transform:rotate(-90deg)}.filter-sidebar-group-heading-label{font:var(--text-label-14);font-weight:500}.filter-sidebar-group-options{flex-direction:column;gap:0;margin-top:12px;margin-left:20px;display:flex;position:relative}.filter-sidebar-group-options:before{content:"";background:var(--border-card);width:1px;position:absolute;top:0;bottom:20px;left:0}.filter-sidebar-option{border-radius:var(--radius-row);height:40px;font:var(--text-label-13);cursor:pointer;transition:background-color var(--duration-fast) ease;background:0 0;align-items:center;gap:8px;padding:0 12px;font-weight:500;display:flex;position:relative}.filter-sidebar-option:before{content:"";background:var(--border-card);width:8px;height:1px;position:absolute;top:50%;left:0}.filter-sidebar-option:hover{background:var(--ds-gray-100)}.filter-sidebar-option-input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.filter-sidebar-option-box{border-radius:var(--radius-min);width:16px;height:16px;box-shadow:inset 0 0 0 1px var(--ds-gray-700);background:var(--ds-background-100);color:var(--ds-background-100);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.filter-sidebar-option--checked .filter-sidebar-option-box{background:var(--primary);color:var(--primary-contrast);box-shadow:none}.filter-sidebar-option-box svg{width:12px;height:12px}.filter-sidebar-option-input:focus-visible+.filter-sidebar-option-box{box-shadow:var(--ds-focus-ring)}.filter-sidebar-option-icon{width:16px;height:16px;color:var(--ds-gray-900);flex-shrink:0}.filter-sidebar-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.filter-sidebar-option-label.filter-sidebar-option-label--hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.filter-sidebar-option-count{margin-left:auto}.filter-sidebar--sidebar{margin-top:8px}@media (max-width:960px){.filter-sidebar--sidebar{margin-top:0}.filter-sidebar--sidebar .filter-sidebar-header-title{display:none}.filter-sidebar--sidebar .filter-sidebar-header-toggle{order:-1;display:inline-flex}.filter-sidebar--sidebar .filter-sidebar-groups,.filter-sidebar--sidebar .filter-sidebar-move{display:none}.filter-sidebar--sidebar.filter-sidebar--mobile-open .filter-sidebar-groups{display:flex}}.filter-sidebar-move{margin-top:16px;padding:0 12px}.filter-sidebar--popover .filter-sidebar-header-toggle{display:none}.filter-sidebar--popover .filter-sidebar-groups{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.filter-sidebar--popover .filter-sidebar-header-title{display:flex}
.search-input{--search-input-radius:var(--radius-24);background:var(--ds-background-100);border-radius:var(--search-input-radius);height:40px;box-shadow:var(--ds-shadow-border-base), 0 0 0 4px var(--ds-gray-alpha-200);transition:box-shadow var(--duration-fast) ease;align-items:center;gap:8px;padding:0 12px;display:flex}.search-input--large{gap:12px;height:60px;padding:0 20px}.search-input--large .search-input-field{font:var(--text-copy-16)}.search-input--large .search-input-icon{width:20px;height:20px}.search-input:focus-within{box-shadow:0 0 0 1px var(--ds-gray-600), 0 0 0 4px var(--ds-gray-alpha-200)}.search-input-icon{width:16px;height:16px;color:var(--ds-gray-900);flex-shrink:0}.search-input-field{min-width:0;height:100%;font:var(--text-copy-14);appearance:none;background:0 0;border:none;flex:1;padding:0}.search-input-field:focus-visible{box-shadow:none}.search-input-field::placeholder{color:var(--ds-gray-900)}.search-input-field::-webkit-search-cancel-button{display:none}.search-input-clear{border-radius:max(var(--radius-min), round(nearest, calc(var(--search-input-radius) - 8px), 4px));width:24px;height:24px;color:var(--ds-gray-900);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.search-input-clear:hover{background:var(--ds-gray-alpha-100);color:var(--ds-gray-1000)}.search-input-clear svg{width:14px;height:14px}
.view-toggle{--view-toggle-gap:4px;height:40px;padding:var(--view-toggle-gap);border-radius:var(--radius-control);background:var(--ds-background-100);box-shadow:var(--ds-shadow-border-base);flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.view-toggle-option{border-radius:max(var(--radius-min), round(nearest, calc(var(--radius-control) - var(--view-toggle-gap)), 4px));width:32px;height:32px;color:var(--ds-gray-900);cursor:pointer;transition:background-color var(--duration-fast) ease, color var(--duration-fast) ease;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.view-toggle-option:hover{color:var(--ds-gray-1000)}.view-toggle-option--active{background:linear-gradient(0deg, var(--button-secondary-from), var(--button-secondary-to));box-shadow:var(--ds-shadow-border-base);color:var(--ds-gray-1000)}.view-toggle-option svg{width:16px;height:16px}
.search-elsewhere{font:var(--text-label-14);color:var(--ds-gray-900);border-radius:var(--radius-min);transition:color var(--duration-fast) ease;align-items:center;gap:4px;display:inline-flex}.search-elsewhere:hover{color:var(--ds-gray-1000);text-underline-offset:4px;text-decoration:underline}.search-elsewhere svg{width:16px;height:16px}
