.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{flex-direction:column;align-items:stretch;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-open-spot{border-radius:var(--radius-12);white-space:nowrap;height:36px;font:var(--text-label-14);color:var(--ds-gray-900);text-align:left;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-open-spot:hover{background:var(--ds-gray-100)}.ad-open-spot-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);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ad-open-spot-mark svg{width:12px;height:12px}.ad-open-spot-text{align-items:center;gap:8px;display:inline-flex}.ad-open-spot-text-name{color:var(--ds-gray-1000);font-weight:500}.ad-open-spot-text-cta{font:var(--text-label-12)}.ad-open-spot.ad-open-spot--stacked{height:48px}.ad-open-spot--stacked .ad-open-spot-mark{border-radius:var(--radius-12);width:28px;height:28px}.ad-open-spot--stacked .ad-open-spot-mark svg{width:16px;height:16px}.ad-open-spot--stacked .ad-open-spot-text{flex-direction:column;align-items:flex-start;gap:0}.ad-open-spot--stacked .ad-open-spot-text-name{color:var(--text-ad-open-spot)}.ad-open-spot--stacked .ad-open-spot-text-cta{font:var(--text-label-12);color:var(--text-muted)}
.ad-banner{top:var(--header-height);z-index:40;width:100vw;height:var(--ad-banner-height);background:var(--ds-background-100);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), 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;animation-delay:var(--ad-banner-start,0s);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}@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:767px){.ad-banner{margin-top:32px;margin-bottom:32px}}@media (max-width:640px){.ad-banner{gap:8px;padding:0 16px}.ad-banner-label{display:none}}
.ad-sidebar{box-shadow:inset 0 1px 0 var(--border-card);flex-direction:column;flex-shrink:0;gap:8px;padding-top:16px;display:flex}.ad-sidebar-header{justify-content:space-between;align-items:center;padding:0 12px;display:flex}.ad-sidebar-header-label{font:var(--text-label-12-mono);text-transform:uppercase;color:var(--ds-gray-900);align-items:center;gap:4px;display:inline-flex}.ad-sidebar-header-label svg{width:16px;height:16px}.ad-sidebar-list{flex-direction:column;gap:4px;display:flex}.ad-banner-item.ad-sidebar-list-item,.ad-open-spot.ad-sidebar-list-open{width:100%;display:flex}.ad-banner-item.ad-sidebar-list-item .ad-banner-item-name{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ad-sidebar-inline{grid-column:1/-1;display:none}@media (max-width:960px){.ad-sidebar{display:none}.ad-sidebar-inline{display:block}.ad-sidebar-inline .ad-sidebar{box-shadow:inset 0 1px 0 var(--border-card), inset 0 -1px 0 var(--border-card);padding:16px 0;display:flex}}
.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 32px;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:767px){.live-stats{height:auto;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:8px;margin-bottom:16px;padding:0}.live-stats-item{background:var(--ds-background-100);height:32px;box-shadow:var(--shadow-card);border-radius:9999px;padding:0 12px}.live-stats-divider{display:none}}
.floating-search{bottom:calc(24px + env(safe-area-inset-bottom));z-index:40;width:min(720px,100% - 32px);animation:floating-search-in var(--duration-fast) ease-out;position:fixed;left:50%;transform:translate(-50%)}@media (max-width:767px){.floating-search .search-input.search-input--large{height:48px}}.floating-search-note{justify-content:center;margin-bottom:8px;display:flex}.floating-search-note>*{border:1px solid var(--ds-gray-alpha-400);background:var(--ds-background-100);box-shadow:var(--ds-shadow-small);border-radius:9999px;padding:4px 12px}@media (max-width:767px){.floating-search{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px);width:80%}.floating-search-note>:has(.jev-search-stats-item){box-shadow:none;background:0 0;border:none;gap:4px;padding:0}.floating-search-note .jev-search-stats-item{border:1px solid var(--ds-gray-alpha-400);background:var(--ds-background-100);box-shadow:var(--ds-shadow-small);border-radius:9999px;padding:4px 12px}}.floating-search.floating-search--top{top:calc(var(--header-height) + var(--ad-banner-height) + 12px);flex-direction:column-reverse;animation-name:floating-search-in-top;display:flex;bottom:auto}.floating-search--top .floating-search-note{margin-top:8px;margin-bottom:0}@keyframes floating-search-in-top{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes floating-search-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.floating-search,.floating-search.floating-search--top{animation-name:floating-search-fade}@keyframes floating-search-fade{0%{opacity:0}to{opacity:1}}}
.glitch-tuner{z-index:65;font:var(--text-label-12);flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;bottom:16px;left:16px}.glitch-tuner-toggle,.glitch-tuner-panel-copy{border-radius:var(--radius-row);background:var(--ds-gray-1000);color:var(--ds-background-100);font:var(--text-button-12);cursor:pointer;border:none;padding:6px 12px}.glitch-tuner-panel{border-radius:var(--radius-card);background:var(--ds-background-100);width:260px;box-shadow:var(--ds-shadow-menu);flex-direction:column;gap:12px;padding:16px;display:flex}.glitch-tuner-panel-row{flex-direction:column;gap:4px;display:flex}.glitch-tuner-panel-row-label{color:var(--ds-gray-900);justify-content:space-between;display:flex}.glitch-tuner-panel-row-value{font:var(--text-label-12-mono);color:var(--ds-gray-1000)}
.letter-glitch{width:100%;height:100%;position:relative;overflow:hidden}.letter-glitch-canvas{width:100%;height:100%;display:block}
.directory-shell{padding-top:40px;position:relative}.directory-shell-glitch{z-index:0;width:100vw;height:var(--glitch-height,310px);opacity:var(--glitch-opacity,.35);filter:blur(var(--glitch-blur,2px));pointer-events:none;position:absolute;top:0;left:calc(50% - 50vw);overflow:hidden}.directory-shell-glitch-fade,.directory-shell-glitch-fade-2{pointer-events:none;position:absolute;inset:0}.directory-shell-glitch-fade{background:radial-gradient(var(--glitch-glow-width,44%) var(--glitch-glow-height,135px) at 50% var(--glitch-glow-y,185px), var(--ds-background-200) 0%, color-mix(in srgb, var(--ds-background-200) var(--glitch-glow-edge,59%), transparent) 100%, color-mix(in srgb, var(--ds-background-200) var(--glitch-wash,26%), transparent) 100%)}@media (max-width:767px){.directory-shell-glitch{height:260px}}.directory-shell-glitch-fade-2{background:radial-gradient(100% var(--glitch-bottom-height,40px) at 50% 100%, var(--ds-background-200) 0%, color-mix(in srgb, var(--ds-background-200) 38%, transparent) 100%, color-mix(in srgb, var(--ds-background-200) var(--glitch-wash,26%), transparent) 100%)}.directory-shell-intro{z-index:1;position:relative}.directory-shell-intro-title,.directory-shell-intro-subtitle{text-align:center}.directory-shell-intro-title{font:var(--text-heading-44);letter-spacing:-.04em;text-wrap:balance;font-size:clamp(22px,8.5vw,44px);font-weight:800;line-height:1.18}.directory-shell-intro-subtitle{font:var(--text-copy-16);color:var(--text-muted);letter-spacing:-.4px;margin-top:12px;font-weight:500}.directory-shell-intro-search{max-width:min(88%,920px);margin:24px auto 0}.directory-shell-intro-note{flex-direction:column;align-items:center;gap:8px;margin-top:16px;display:flex}.directory-shell-body{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:40px;margin-top:28px;display:grid}.directory-shell-body-sidebar{--directory-shell-sidebar-top:calc(var(--header-height) + 56px + 24px);top:var(--directory-shell-sidebar-top);max-height:calc(100vh - var(--directory-shell-sidebar-top) - 24px);flex-direction:column;gap:24px;display:flex;position:sticky}.directory-shell-body-sidebar-filters{overscroll-behavior:contain;flex:0 auto;min-height:0;max-height:50vh;overflow-y:auto}.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}.directory-shell-body-sidebar{max-height:none;position:static}.directory-shell-body-sidebar-filters{max-height:none;overflow-y:visible}}@media (max-width:767px){.directory-shell-body{row-gap:0;margin-top:0}.directory-shell-intro-subtitle{display:none}}
.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);color:var(--text-preview-note);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-16);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:linear-gradient(90deg, transparent, var(--ds-gray-100))}.filter-sidebar-option-icon,.filter-sidebar-option-label,.count-pill.filter-sidebar-option-count{transition:color var(--duration-fast) ease}.filter-sidebar-option:hover .filter-sidebar-option-icon,.filter-sidebar-option:hover .filter-sidebar-option-label,.filter-sidebar-option:hover .count-pill.count-pill--muted.filter-sidebar-option-count{color:var(--text-muted-hover)}.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(--text-muted);flex-shrink:0}.filter-sidebar-option-label{color:var(--text-muted);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{padding:0}.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}.button.filter-sidebar-move-button{font-size:12px}.filter-sidebar-move-button .button-icon svg{width:12px;height:12px}.filter-sidebar-move-button .button-label{text-underline-offset:3px;text-decoration:underline}.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}@media (max-width:767px){.filter-sidebar--sidebar .filter-sidebar-header{min-height:0;padding:0}.filter-sidebar--sidebar .filter-sidebar-header-toggle{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px);z-index:45;background:linear-gradient(0deg, var(--button-secondary-from), var(--button-secondary-to));height:40px;box-shadow:inset 0 0 0 1px var(--border-card), inset 0 1px 0 var(--glass-highlight), 0 12px 32px -8px var(--glass-shadow);border-radius:9999px;padding:0 16px;position:fixed;left:50%;transform:translate(-50%)}.filter-sidebar--sidebar.filter-sidebar--mobile-open .filter-sidebar-groups{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 64px);z-index:45;border-radius:var(--radius-card);background:var(--ds-background-100);width:88%;height:50vh;box-shadow:inset 0 0 0 1px var(--border-card), 0 12px 32px -8px var(--glass-shadow), 0 24px 64px -16px var(--glass-shadow);margin-top:0;padding:16px 0;position:fixed;left:50%;overflow-y:auto;transform:translate(-50%)}body:has(.floating-search--phone) .filter-sidebar--sidebar .filter-sidebar-header-toggle{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + var(--floating-search-height,48px) + 24px)}body:has(.floating-search--phone) .filter-sidebar--sidebar.filter-sidebar--mobile-open .filter-sidebar-groups{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + var(--floating-search-height,48px) + 76px)}}
.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}@media (max-width:767px){.search-input--large{height:52px;padding:0 16px}.search-input--large .search-input-field::placeholder{font-size:14px}.search-input--large .search-input-icon{width:16px;height:16px}}.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));background:var(--ds-gray-alpha-100);height:24px;color:var(--ds-gray-900);cursor:pointer;border:none;justify-content:center;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.search-input-clear:hover{background:var(--ds-gray-alpha-200);color:var(--ds-gray-1000)}.search-input-clear svg{width:14px;height:14px}.search-input-clear-key{font:var(--text-label-12);font-weight:500}@media (max-width:767px){.search-input-clear{width:24px;padding:0}.search-input-clear-key{display:none}}.search-input-spinner{flex-shrink:0}.search-input-trailing{flex-shrink:0;align-items:center;display:inline-flex}
.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}
.badge.powered-by-jev{border-radius:var(--radius-8);white-space:nowrap;height:24px;color:var(--text-powered-by-jev);gap:4px}.powered-by-jev-icon{width:12px;height:12px}.powered-by-jev-text--phone{display:none}@media (max-width:767px){.powered-by-jev-text--wide{display:none}.powered-by-jev-text--phone{color:var(--text-muted);font-size:11px;display:inline}.powered-by-jev-icon{color:var(--text-muted)}}
.recent-searches-trigger{border-radius:var(--radius-8);background:var(--ds-gray-200);width:24px;height:24px;color:var(--text-powered-by-jev);cursor:pointer;transition:background-color var(--duration-fast) ease;border:none;justify-content:center;align-items:center;margin-right:8px;padding:0;display:inline-flex}.recent-searches-trigger:hover{background:var(--ds-gray-300)}.recent-searches-trigger svg{width:14px;height:14px}.recent-searches-empty{font:var(--text-copy-14);color:var(--ds-gray-900)}.recent-searches-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.recent-searches-item{border-radius:var(--radius-12);width:100%;min-height:40px;color:var(--ds-gray-1000);font:var(--text-copy-14);text-align:left;cursor:pointer;transition:background-color var(--duration-fast) ease;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;display:flex}.recent-searches-item:hover{background:var(--ds-gray-alpha-100)}.recent-searches-item-icon{width:16px;height:16px;color:var(--text-field-label);flex-shrink:0;align-self:flex-start;margin-top:2px;position:relative;top:2px}.recent-searches-item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.recent-searches-item-body-text,.recent-searches-item-body-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-searches-item-body-text{color:var(--text-field-label);font-weight:500}.recent-searches-item-body-meta{font:var(--text-label-12);color:var(--text-field-hint);font-weight:500}.recent-searches-item-place{max-width:45%;font:var(--text-label-12);color:var(--ds-gray-900);flex-shrink:0;align-items:center;gap:6px;display:flex}.recent-searches-item-place-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-searches-loading{align-self:center}.recent-searches-more{justify-content:center;padding-top:8px;display:flex}.recent-searches-item .recent-searches-item-place{display:none}.recent-searches-item-body-meta-time{vertical-align:top;align-items:center;gap:4px;display:inline-flex}.recent-searches-item-body-meta-time-icon{width:12px;height:12px}@media (max-width:767px){.modal.recent-searches-modal .modal-body{padding-left:20px;padding-right:20px}}
.jev-search-stats{font:var(--text-label-12);color:var(--text-preview-note);font-variant-numeric:tabular-nums;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;font-weight:500;display:inline-flex}.jev-search-stats svg{width:14px;height:14px}.jev-search-stats-item{align-items:center;gap:4px;display:inline-flex}@media (max-width:767px){.jev-search-stats{flex-direction:column}.jev-search-stats .dot-divider{display:none}.jev-search-stats-item--cost{order:1}.jev-search-stats-item--time{order:2}.jev-search-stats-item--tokens{order:3}}
.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}
