.wb-detail{position:fixed;inset:0;z-index:50;background:var(--wb-bg);display:flex;flex-direction:column}.wb-detail--fullscreen{position:relative;inset:auto;z-index:auto;flex:0 0 auto;min-height:100vh;padding-bottom:env(safe-area-inset-bottom,0)}.wb-detail--fullscreen .wb-detail__main{flex:0 0 auto;overflow:visible;min-height:0}@media (min-width: 1024px){.wb-detail:not(.wb-detail--fullscreen){background:#26251e75;padding:32px 16px;align-items:center;justify-content:center;overflow:hidden}.wb-detail:not(.wb-detail--fullscreen)>.wb-detail__main,.wb-detail:not(.wb-detail--fullscreen)>.wb-detail__cta-bar{background:var(--wb-color-bg-elevated, #ffffff);width:100%;max-width:880px;box-sizing:border-box}.wb-detail:not(.wb-detail--fullscreen)>.wb-detail__header{background:transparent;border-bottom:0;width:100%;max-width:880px;box-sizing:border-box;left:50%;right:auto;transform:translate(-50%);flex-shrink:0}.wb-detail:not(.wb-detail--fullscreen)>.wb-detail__main{flex:1 1 auto;max-height:calc(100vh - 120px);border-radius:0;box-shadow:var(--wb-shadow-3, 0 12px 32px rgba(38, 37, 30, .12));padding-bottom:24px}.wb-detail:not(.wb-detail--fullscreen)>.wb-detail__cta-bar{border-radius:0;border-top:1px solid var(--wb-color-line-subtle);flex-shrink:0;position:relative!important;bottom:auto!important}}.wb-detail .wb-detail__header,.wb-detail--fullscreen .wb-detail__header{position:absolute!important;top:0;left:0;right:0;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;padding-top:env(safe-area-inset-top,0);background:transparent;border:0;z-index:10;pointer-events:none;box-sizing:content-box}.wb-detail__header>*{pointer-events:auto}.wb-detail__header .wb-detail__icon-btn{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;color:#fff!important;transition:background .12s ease;filter:drop-shadow(0 1px 3px rgba(0,0,0,.6))}.wb-detail__header .wb-detail__icon-btn svg{color:#fff!important;stroke:#fff!important}.wb-detail__header .wb-detail__icon-btn:hover{background:#ffffff38}.wb-detail--no-hero .wb-detail__header .wb-detail__icon-btn{color:var(--wb-fg)!important;filter:none}.wb-detail--no-hero .wb-detail__header .wb-detail__icon-btn svg{color:var(--wb-fg)!important;stroke:currentColor!important}.wb-detail__header-actions{display:flex;align-items:center;gap:4px}.wb-detail__main{flex:1;overflow-y:auto;padding-bottom:calc(148px + env(safe-area-inset-bottom,0px))}.wb-detail__inner{max-width:880px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.wb-detail__inner{padding:0 28px;display:grid;grid-template-columns:1.15fr 1fr;column-gap:22px;row-gap:20px;align-items:start}.wb-detail__inner>*{grid-column:1 / -1;min-width:0}.wb-detail__inner>.wb-detail__col--left{grid-column:1 / 2;display:flex;flex-direction:column;gap:20px}.wb-detail__inner>.wb-detail__col--right{grid-column:2 / 3;display:flex;flex-direction:column;gap:20px}}.wb-detail__col--left,.wb-detail__col--right{display:contents}@media (min-width: 1024px){.wb-detail__col--left,.wb-detail__col--right{display:flex}}.wb-detail__section{padding:20px 0}.wb-detail__section--bordered{border-top:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__section-title{font-size:16px;font-weight:800;letter-spacing:0;margin:0 0 10px;color:var(--wb-fg)}.wb-detail__title-wrap{padding:20px 0 16px}.wb-detail__title{font-size:22px;font-weight:800;line-height:1.25;letter-spacing:0;margin:0;color:var(--wb-fg)}.wb-detail__meta{font-size:13px;font-weight:500;color:var(--wb-fg-secondary);margin:6px 0 0}.wb-detail__address-btn{margin:10px -4px 0;width:calc(100% + 8px);display:flex;align-items:flex-start;gap:6px;text-align:left;padding:4px;border-radius:8px;background:transparent;border:0;cursor:pointer;transition:background .12s}.wb-detail__address-btn:hover{background:var(--wb-bg-subtle)}.wb-detail__address-btn:active{background:var(--wb-bg-hover)}.wb-detail__address-icon{flex-shrink:0;margin-top:4px;color:var(--wb-fg-muted)}.wb-detail__address-text{flex:1;font-size:12.5px;color:var(--wb-fg-secondary);line-height:1.55}.wb-detail__copy-btn{flex-shrink:0;display:flex;align-items:center;gap:4px;padding:2px 6px;font-size:11px;color:var(--wb-fg-muted);transition:color .12s}.wb-detail__address-btn:hover .wb-detail__copy-btn{color:var(--wb-fg-secondary)}.wb-detail__copy-btn--done{color:#10b981!important;font-weight:500}.wb-detail__verify-badge{display:inline-block;margin-top:10px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:0;background:#fef3c7;color:#92400e;border:1px solid #FCD34D}.wb-detail__verify-badge[data-state=map-only]{background:#e0f2fe;color:#075985;border-color:#7dd3fc}.wb-detail__pick{margin-top:16px;padding:14px 16px;border-radius:16px;background:var(--wb-bg-subtle);border:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__pick-label{font-size:10px;font-weight:700;color:var(--wb-fg-secondary);letter-spacing:0;text-transform:uppercase}.wb-detail__pick-text{margin:6px 0 0;font-size:14px;line-height:1.55;color:var(--wb-fg)}.wb-detail__summary{display:grid;grid-template-columns:repeat(4,1fr);padding:16px 0;border-top:1px solid var(--wb-border, rgba(38, 37, 30, .14));border-bottom:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__summary-cell{text-align:center;border-left:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__summary-cell:first-child{border-left:0}.wb-detail__summary-label{font-size:11px;font-weight:500;color:var(--wb-fg-muted)}.wb-detail__summary-value{font-size:14px;font-weight:700;color:var(--wb-fg);margin-top:4px}.wb-detail__lead{font-size:18px;line-height:1.55;margin:0;color:var(--wb-fg)}.wb-detail__lead--medium{font-weight:600}.wb-detail__sub{margin:10px 0 0;font-size:14px;color:var(--wb-fg-secondary);line-height:1.65}.wb-detail__source{margin:10px 0 0;font-size:10.5px;color:var(--wb-fg-muted);font-style:italic}.wb-detail__hint{margin:12px 0 0;font-size:11px;color:var(--wb-fg-muted);line-height:1.55}.wb-detail__hourly-row{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -16px;padding:4px 16px 6px}.wb-detail__hourly-row::-webkit-scrollbar{display:none}.wb-detail__hourly-row{scrollbar-width:none}.wb-detail__hourly-timeline{display:flex;flex-direction:column;gap:12px;margin:4px -16px 0;padding:0 16px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.wb-detail__hourly-timeline::-webkit-scrollbar{display:none}.wb-detail__hourly-bar{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);gap:4px;height:8px;border-radius:999px;overflow:hidden;background:#14120c0a}.wb-detail__hourly-bar-cell{display:block;width:100%;height:100%;border-radius:4px;background:#14120c1f}.wb-detail__hourly-bar-cell[data-tone=good]{background:linear-gradient(90deg,#6ec382,#2e6f35)}.wb-detail__hourly-bar-cell[data-tone=normal]{background:linear-gradient(90deg,#26251e1f,#26251e38)}.wb-detail__hourly-bar-cell[data-tone=caution]{background:linear-gradient(90deg,#f4c552,#a06e10)}.wb-detail__hourly-bar-cell[data-tone=bad]{background:linear-gradient(90deg,#e07b7b,#9b2f2f)}.wb-detail__hourly-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);gap:4px}.wb-detail__hourly-col{display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px 4px 8px;border-radius:12px;text-align:center;min-width:0}.wb-detail__hourly-col[data-tone=good]{background:#6ec3821a}.wb-detail__hourly-col[data-tone=caution]{background:#f4c5521a}.wb-detail__hourly-col[data-tone=bad]{background:#e07b7b1a}.wb-detail__hourly-col .wb-detail__hourly-time{font-size:12px;font-weight:700;color:var(--wb-color-fg-soft);letter-spacing:0}.wb-detail__hourly-col .wb-detail__hourly-label{margin:0;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:var(--wb-color-fg-strong);white-space:nowrap}.wb-detail__hourly-col .wb-detail__hourly-glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#14120c0f;font-size:11px;font-weight:800;color:var(--wb-color-fg-strong)}.wb-detail__hourly-col[data-tone=good] .wb-detail__hourly-glyph{background:#2e6f35;color:#fff}.wb-detail__hourly-col[data-tone=caution] .wb-detail__hourly-glyph{background:#a06e10;color:#fff}.wb-detail__hourly-col[data-tone=bad] .wb-detail__hourly-glyph{background:#9b2f2f;color:#fff}.wb-detail__hourly-col .wb-detail__hourly-sub{margin:0;font-size:11px;color:var(--wb-color-fg-soft);white-space:nowrap;letter-spacing:0}@media (min-width: 1024px){.wb-detail__hourly-timeline{margin:8px 0 0;padding:0;overflow-x:visible}.wb-detail__hourly-bar{height:8px}}.wb-detail__hourly-card{flex-shrink:0;width:120px;padding:14px 14px 16px;border-radius:16px;border:1px solid var(--wb-color-line-subtle, rgba(38, 37, 30, .08));background:var(--wb-color-bg-elevated, #fff);scroll-snap-align:start;transition:transform .14s ease,border-color .14s ease}.wb-detail__hourly-card:hover{border-color:#26251e2e}.wb-detail__hourly-card[data-tone=good]{background:#eaf7e6;border-color:#2e6f3538}.wb-detail__hourly-card[data-tone=caution]{background:#fdf2d8;border-color:#a06e1038}.wb-detail__hourly-card[data-tone=bad]{background:#fde2e2;border-color:#9b2f2f38}.wb-detail__hourly-time{font-size:12px;font-weight:700;color:var(--wb-color-fg-soft)}.wb-detail__hourly-label{margin-top:8px;display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:800;color:var(--wb-color-fg-strong);white-space:nowrap}.wb-detail__hourly-sub{white-space:nowrap}.wb-detail__hourly-glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#14120c0f;font-size:11px;font-weight:800;color:var(--wb-color-fg-strong)}.wb-detail__hourly-card[data-tone=good] .wb-detail__hourly-glyph{background:#2e6f35;color:#fff}.wb-detail__hourly-card[data-tone=caution] .wb-detail__hourly-glyph{background:#a06e10;color:#fff}.wb-detail__hourly-card[data-tone=bad] .wb-detail__hourly-glyph{background:#9b2f2f;color:#fff}.wb-detail__hourly-sub{margin-top:10px;font-size:11px;color:var(--wb-color-fg-soft)}@media (min-width: 1024px){.wb-detail__hourly-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:8px;overflow-x:visible;margin:0;padding:4px 0 6px}.wb-detail__hourly-card{width:auto;min-width:0}}.wb-detail__graph{display:flex;flex-direction:column;gap:10px;margin-top:4px;padding:14px 12px;background:linear-gradient(180deg,#fff9,#fff0),var(--wb-color-bg-elevated, #fff);border-radius:14px;border:1px solid rgba(38,37,30,.05)}.wb-detail__graph-row{display:flex;align-items:center;gap:12px}.wb-detail__graph-time{width:44px;font-size:11px;font-weight:700;color:var(--wb-color-fg-soft, rgba(38, 37, 30, .55))}.wb-detail__graph-track{flex:1;height:8px;background:#26251e0f;border-radius:9999px;overflow:hidden;position:relative}.wb-detail__graph-fill{height:100%;background:linear-gradient(90deg,#7c8a2b,#1f8fb2);border-radius:9999px;transition:width .38s cubic-bezier(.16,1,.3,1);box-shadow:0 0 12px #1f8fb22e}.wb-detail__graph-value{width:64px;text-align:right;font-size:12px;font-weight:700;color:var(--wb-color-fg-strong)}.wb-detail__map{aspect-ratio:16 / 9;background:linear-gradient(180deg,#1f8fb20a,#fff0),var(--wb-color-bg-subtle, #f4f3ee);border-radius:6px;margin-bottom:14px;position:relative;overflow:hidden;border:1px solid rgba(38,37,30,.05)}.wb-detail__map--empty{aspect-ratio:auto;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 16px;background:#26251e08;border-style:dashed}.wb-detail__map-empty-text{font-size:13px;color:var(--wb-fg-secondary, rgba(38, 37, 30, .62));font-weight:500}.wb-detail__map-empty-link{font-size:12.5px;font-weight:700;color:#1f8fb2;text-decoration:none;padding:4px 10px;border-radius:999px;background:#1f8fb214;border:1px solid rgba(31,143,178,.18)}.wb-detail__map-empty-link:hover{background:#1f8fb224}.wb-detail__map[data-has-route=true]{background:linear-gradient(180deg,#1f8fb20f,#0b69d608),var(--wb-color-bg-elevated, #fff)}.wb-detail__map svg{width:100%;height:100%;display:block}.wb-detail__map-line{stroke:var(--wb-fg-muted, rgba(38, 37, 30, .4))}.wb-detail__map-dot{fill:var(--wb-fg, #26251e)}.wb-detail__map-dot--start{fill:#1f8fb2;stroke:#fff;stroke-width:2}.wb-detail__map-dot--end{fill:#0b69d6;stroke:#fff;stroke-width:2}.wb-detail__map-label{position:absolute;font-size:11px;font-weight:700;color:var(--wb-color-fg-strong, #26251e);padding:2px 8px;border-radius:999px;background:#ffffffe6;box-shadow:0 2px 6px #26251e1a;pointer-events:none;transform:translate(-50%,-150%);white-space:nowrap}.wb-detail__map-label--from{bottom:28px;left:48px}.wb-detail__map-label--to{top:28px;right:48px}.wb-detail__map[data-has-route=true] .wb-detail__map-label--from,.wb-detail__map[data-has-route=true] .wb-detail__map-label--to{bottom:auto;right:auto}.wb-detail__route-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.wb-detail__route-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#1f8fb214;color:#0b5973}.wb-detail__map-note{position:absolute;bottom:8px;right:8px;padding:2px 8px;border-radius:9999px;background:#ffffffd9;backdrop-filter:blur(4px);font-size:10px;font-weight:500;color:var(--wb-fg-secondary)}.wb-detail__tips{display:flex;flex-direction:column;gap:10px}.wb-detail__tip-card{padding:14px;border-radius:16px;border:1px solid var(--wb-border, rgba(38, 37, 30, .14));background:var(--wb-bg-subtle)}.wb-detail__tip-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.wb-detail__tip-tag{padding:2px 8px;border-radius:9999px;background:var(--wb-fg);color:var(--wb-bg);font-size:10px;font-weight:700}.wb-detail__tip-title{font-size:13.5px;font-weight:700;line-height:1.3;color:var(--wb-fg)}.wb-detail__tip-desc{margin:0;font-size:12.5px;color:var(--wb-fg-secondary);line-height:1.55}.wb-detail__tips-source{margin:-4px 0 12px;font-size:11px;color:var(--wb-fg-muted)}.wb-detail__chips{display:flex;gap:6px;flex-wrap:wrap}.wb-detail__chip{padding:6px 14px;border-radius:9999px;background:var(--wb-bg-subtle);font-size:12px;font-weight:600;color:var(--wb-fg)}.wb-prep-bundle{display:flex;flex-direction:column;gap:12px;padding:20px 0;border-top:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-prep-bundle .wb-detail__section-title,.wb-prep-bundle__chips{margin:0}.wb-prep-bundle__chip-btn{border:0;cursor:pointer;font:inherit}.wb-prep-bundle__chip-btn:hover{background:var(--wb-bg-subtle-2, rgba(38, 37, 30, .08))}.wb-prep-bundle__tray{margin-top:2px}.wb-prep-bundle__tray>section{padding:0!important}.wb-prep-bundle__disclaimer{margin:4px 0 0;font-size:11px;color:var(--wb-fg-secondary);line-height:1.55}.wb-prep-bundle--compact{padding:12px 0;gap:8px}.wb-prep-bundle--compact .wb-detail__section-title{font-size:13px;margin-bottom:4px}.wb-detail__products{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.wb-detail__product{display:flex;flex-direction:column;gap:8px}.wb-detail__product-img{aspect-ratio:1 / 1;background:var(--wb-bg-subtle);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--wb-fg-disabled)}.wb-detail__product-name{font-size:12px;color:var(--wb-fg);line-height:1.3}.wb-detail__product-price{font-size:13px;font-weight:700;color:var(--wb-fg);margin-top:4px}.wb-detail__products-disclaimer{margin:12px 0 0;font-size:10px;color:var(--wb-fg-muted);white-space:pre-line;line-height:1.55}.wb-detail__cta-wrap{position:fixed;bottom:0;left:0;right:0;padding:12px 16px max(20px,env(safe-area-inset-bottom));background:var(--wb-bg-overlay, rgba(255, 255, 255, .95));backdrop-filter:blur(12px);border-top:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__hero{width:100%;height:220px;aspect-ratio:16 / 9;max-height:260px;margin:0 -16px 12px;width:calc(100% + 32px);background:var(--wb-bg-subtle, #f4f3ee);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;padding-top:env(safe-area-inset-top,0)}.wb-detail__hero-tag{position:absolute;left:16px;bottom:12px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:#14120c9e;color:#fff;backdrop-filter:blur(4px);z-index:2}.wb-detail__hero[data-placeholder] .wb-detail__hero-img{filter:saturate(.9) brightness(.97)}.wb-detail__hero:before{content:"";position:absolute;inset:0 0 auto;height:120px;background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.32) 45%,rgba(0,0,0,.08) 80%,transparent 100%);z-index:2;pointer-events:none}.wb-detail__hero-img{position:relative;z-index:1}.wb-detail__hero-img{width:100%;height:100%;object-fit:cover}.wb-detail__hero--empty{border:1px dashed var(--wb-line-subtle, rgba(38, 37, 30, .12));margin:0 0 12px;width:100%}.wb-detail__hero-empty-text{font-size:13px;color:var(--wb-fg-muted, rgba(38, 37, 30, .5))}@media (max-width: 768px){.wb-detail__hero{height:240px;margin:0 0 12px;width:100%}.wb-detail__inner{padding:0}.wb-detail__inner>*:not(.wb-detail__hero){padding-left:16px;padding-right:16px}.wb-detail__col--left>*,.wb-detail__col--right>*{padding-left:16px;padding-right:16px}}.wb-detail__agent-input{display:flex;align-items:center;gap:8px;height:44px;padding:0 14px;background:var(--wb-bg, #fff);border-top:1px solid var(--wb-line-subtle, rgba(38, 37, 30, .08))}.wb-detail__agent-input-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:0;border-radius:999px;color:var(--wb-fg-muted, rgba(38, 37, 30, .62));cursor:pointer;transition:background .12s}.wb-detail__agent-input-icon:hover:not(:disabled){background:var(--wb-bg-subtle, rgba(38, 37, 30, .06))}.wb-detail__agent-input-icon:disabled{opacity:.45;cursor:not-allowed}.wb-detail__agent-input-field{flex:1;min-width:0;height:100%;padding:0 4px;background:transparent;border:0;outline:none;color:var(--wb-fg, #26251e);font-size:14px;font-family:inherit}.wb-detail__agent-input-field::placeholder{color:var(--wb-fg-muted, rgba(38, 37, 30, .62))}.wb-detail__bottom-rail{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column;background:var(--wb-bg, #fff);z-index:var(--wb-z-sticky, 100)}.wb-detail__bottom-rail .wb-detail__cta-wrap{position:static;background:var(--wb-bg, #fff);backdrop-filter:none}.wb-detail__cta-inner{max-width:640px;margin:0 auto}.wb-detail__cta-inner--dual{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wb-detail__cta{width:100%;padding:14px 0;background:var(--wb-cta-bg);color:var(--wb-cta-fg);border:0;border-radius:9999px;font-size:15px;font-weight:700;cursor:pointer;transition:background .12s}.wb-detail__cta:hover{background:var(--wb-cta-hover)}.wb-detail__cta:active{background:var(--wb-cta-pressed)}.wb-detail__cta--secondary{background:var(--wb-bg-subtle, #f4f3ee);color:var(--wb-fg, #26251e);border:1px solid var(--wb-border, rgba(38, 37, 30, .14))}.wb-detail__cta--secondary:hover{background:var(--wb-bg-hover, #ebe9e2)}.wb-detail__toast{position:fixed;bottom:96px;left:50%;transform:translate(-50%);padding:10px 18px;background:#0a0a0aeb;color:#fff;font-size:13px;font-weight:500;border-radius:9999px;z-index:60;backdrop-filter:blur(8px);animation:wb-detail-toast-in .2s ease-out;pointer-events:none;white-space:nowrap}@keyframes wb-detail-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.wb-detail{animation:wb-detail-in .22s ease-out}.wb-detail--closing{animation:wb-detail-out .2s ease-in forwards;pointer-events:none}@keyframes wb-detail-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wb-detail-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion: reduce){.wb-detail,.wb-detail--closing{animation:none}}
