/* The product Explorer is one spatial workspace, not a stack of content cards. */
.explorer-preview {
  --xp-ink: #eef0f7;
  --xp-muted: #b0bdcc;
  --xp-line: #2b3848;
  --xp-purple: #cfb4f6;
  overflow: clip;
  border: 1px solid #ccd1d7;
  border-radius: 16px;
  background: #0b1623;
  color: var(--xp-ink);
  box-shadow: 0 18px 45px -28px #18253366;
  isolation: isolate;
}
.explorer-preview-header { min-height: 68px; padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid var(--xp-line); background: #121e2c; }
.explorer-preview-header > span:first-child { display: flex; align-items: center; gap: 12px; }
.explorer-preview-header .icon { width: 21px; height: 21px; color: var(--xp-purple); }
.explorer-preview-header strong { font-size: 18px; font-weight: 550; }
.explorer-preview-product { font-size: 13px; color: var(--xp-muted); }
.explorer-preview-workspace { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(340px, 1fr); }
.explorer-preview-map { min-width: 0; position: relative; height: 640px; background: #06111d; overflow: clip; }
.explorer-preview[data-enhanced] .explorer-preview-map { height: auto; min-height: 640px; }
.explorer-preview-geography, .explorer-preview-geography > canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.explorer-preview-geography { touch-action: pan-y; }
.explorer-preview-geography > canvas { display: block; opacity: 0; pointer-events: none; transition: opacity .3s ease; touch-action: pan-y; }
.explorer-preview-fallback, .explorer-preview-fallback > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.explorer-preview[data-renderer="webgl"] .explorer-preview-geography > canvas { opacity: 1; pointer-events: auto; }
.explorer-preview[data-renderer="webgl"] .explorer-preview-fallback { opacity: 0; }
.explorer-preview-location { pointer-events: none; position: absolute; top: 23px; left: 26px; display: flex; align-items: center; gap: 10px; color: #a6b6c9; font-size: 13px; }
.explorer-preview-location > .icon { width: 16px; height: 16px; }
.explorer-preview-location strong { color: #e2e9f2; font-weight: 500; }
.explorer-preview-location span > span { padding: 0 9px; color: #6e829a; }
.explorer-preview-map-labels { position: absolute; inset: 0; pointer-events: none; }
.explorer-preview[data-renderer="static"] .explorer-preview-map-labels { visibility: hidden; }
.explorer-map-pin { position: absolute; display: flex; align-items: center; gap: 9px; transform: translate(-7px, -50%); white-space: nowrap; font-size: 12px; line-height: 1.4; }
.explorer-map-pin > i { display: block; width: 13px; height: 13px; flex: 0 0 13px; border-radius: 50%; background: #d4b2ff; border: 3px solid #f3eaff; box-shadow: 0 0 0 5px #a584d228, 0 0 22px #bc8ffd66; }
.explorer-map-pin > span { padding: 5px 8px; border-radius: 5px; background: #07131ddb; color: #eff2f8; }
.explorer-map-pin > span > span { display: block; margin-top: 2px; color: #e8b780; font-size: 11px; }
.explorer-map-pin--event { left: 61%; top: 48%; }
.explorer-map-pin--event > span { position: absolute; left: 6px; top: 26px; transform: translateX(-50%); text-align: center; }
.explorer-map-pin--event > i { background: #ffc078; border-color: #fff0d8; box-shadow: 0 0 0 5px #f5ad4e22, 0 0 24px #ffc07855; }
.explorer-map-pin--market { left: 37%; top: 28%; flex-direction: row-reverse; transform: translate(calc(-100% + 7px), -50%); }
.explorer-map-pin--origin { left: 83%; top: 63%; flex-direction: row-reverse; transform: translate(calc(-100% + 7px), -50%); }
.explorer-map-pin--right { flex-direction: row; transform: translate(-7px, -50%); }
.explorer-preview-controls { position: absolute; bottom: 22px; left: 25px; display: flex; align-items: center; gap: 10px; }
.explorer-preview-controls[hidden] { display: none; }
.explorer-preview-controls button { display: grid; place-items: center; padding: 0; width: 38px; height: 38px; border: 1px solid #526176; border-radius: 7px; background: #111f30db; color: #e5ebf6; cursor: pointer; }
.explorer-preview-controls svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.explorer-preview-controls span { font-size: 12px; color: #b3c1d1; }
.explorer-preview-detail { min-width: 0; padding: 0 30px 28px; border-left: 1px solid var(--xp-line); background: #111d2b; }
.explorer-preview-tabs { display: none; border-bottom: 1px solid var(--xp-line); margin-bottom: 27px; gap: 20px; }
.explorer-preview[data-enhanced] .explorer-preview-tabs { display: flex; }
.explorer-preview-tabs button { padding: 20px 0 16px; background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; text-align: left; color: #afbac8; font-size: 12px; line-height: 1.45; cursor: pointer; flex: 1; transition: color .18s, border-color .18s; }
.explorer-preview-tabs button > span { display: block; font-size: 10px; color: #9facbf; margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.explorer-preview-tabs button[aria-selected="true"] { color: #e0c9ff; border-bottom-color: #bf96f3; }
.explorer-preview-tabs button:hover { color: white; }
.explorer-preview button:focus-visible, .explorer-preview a:focus-visible, .explorer-preview-panel:focus-visible { outline: 2px solid #d4b2ff; outline-offset: 4px; }
.explorer-preview-panel { padding-top: 28px; }
.explorer-preview[data-enhanced] .explorer-preview-panel { padding-top: 0; }
.explorer-preview-panel[hidden] { display: none; }
.explorer-preview-panel h3 { color: #f0f2f7; font-size: clamp(22px, 1.8vw, 27px); line-height: 1.25; letter-spacing: -.026em; font-weight: 550; text-wrap: pretty; }
.explorer-preview-copy { margin: 15px 0 0; font-size: 14px; line-height: 1.65; color: #b9c4d2; }
.explorer-preview-sources { border-top: 1px solid var(--xp-line); margin-top: 22px; padding-top: 17px; }
.explorer-preview-sources h4 { margin: 0 0 11px; color: #afbdce; font-size: 11px; font-weight: 500; }
.explorer-preview-sources dl { display: grid; gap: 13px; margin: 0; }
.explorer-preview-sources dt { font-size: 12px; color: #e4e8f0; }
.explorer-preview-sources dd { font-size: 12px; line-height: 1.55; color: #a9b7c8; margin: 3px 0 0; }
.explorer-preview-panel .agent-recommendation { --agent-glass-solid: #28263b; margin-top: 22px; padding: 14px; border: 1px solid #8e6fb03d; background: linear-gradient(120deg, #ad84df14, #b08bdf26); box-shadow: inset 0 1px 0 #ffffff08; }
.detail-page .explorer-preview-panel .agent-recommendation-name { color: #ddc6fc; font-size: 11px; }
.detail-page .explorer-preview-panel .agent-recommendation-text { color: #e0dbe9; font-size: 14px; line-height: 1.6; }
.explorer-preview-panel .agent-recommendation-emblem { width: 17px; height: 20px; }
.explorer-preview-path { display: flex; align-items: center; gap: 22px; padding: 21px 27px; border-top: 1px solid var(--xp-line); background: #121e2c; }
.explorer-preview-path > span { display: flex; gap: 8px; align-items: center; font-size: 12px; color: #becbdc; }
.explorer-preview-path .icon { width: 16px; height: 16px; }
.explorer-preview-path > .icon { color: #70829a; width: 13px; }
.explorer-preview-path > span > .icon { color: #c6a1f1; }
@media (max-width: 1100px) {
  .explorer-preview-workspace { grid-template-columns: minmax(0, 1.4fr) minmax(310px, 1fr); }
  .explorer-preview-detail { padding-inline: 23px; }
  .explorer-preview-tabs { gap: 13px; }
  .explorer-preview-map { height: 660px; }
  .explorer-preview[data-enhanced] .explorer-preview-map { min-height: 660px; }
  .explorer-preview-path { flex-wrap: wrap; gap: 14px; }
}
@media (max-width: 800px) {
  .explorer-preview-workspace { display: block; }
  .explorer-preview-map { height: clamp(345px, 68vw, 520px); }
  .explorer-preview[data-enhanced] .explorer-preview-map { height: clamp(345px, 68vw, 520px); min-height: 0; }
  .explorer-preview-detail { border-left: 0; border-top: 1px solid var(--xp-line); padding: 0 25px 27px; }
  .explorer-preview-tabs { gap: 22px; margin-bottom: 23px; }
  .explorer-preview-tabs button { font-size: 13px; padding-top: 17px; }
  .explorer-preview-tabs button > span { display: inline; margin-right: 8px; }
  .explorer-preview-panel h3 { max-width: 510px; font-size: 25px; }
  .explorer-preview-copy { font-size: 15px; max-width: 590px; }
  .explorer-preview-sources dl { grid-template-columns: 1fr 1fr; gap: 23px; }
  .explorer-preview-path { padding: 19px 25px; }
  .explorer-preview-header { padding-inline: 25px; }
}
@media (max-width: 480px) {
  .explorer-preview { border-radius: 11px; }
  .explorer-preview-header { padding: 17px; min-height: 60px; }
  .explorer-preview-header strong { font-size: 15px; }
  .explorer-preview-header > span:first-child { gap: 8px; }
  .explorer-preview-product { font-size: 10px; max-width: 72px; text-align: right; line-height: 1.5; }
  .explorer-preview-location { top: 17px; left: 17px; font-size: 11px; }
  .explorer-preview-controls { bottom: 17px; left: 17px; }
  .explorer-preview-controls span { display: none; }
  .explorer-preview-detail { padding: 0 18px 23px; }
  .explorer-preview-tabs { gap: 14px; }
  .explorer-preview-tabs button { font-size: 12px; }
  .explorer-preview-tabs button > span { display: block; margin-bottom: 4px; }
  .explorer-preview-panel h3 { font-size: 24px; }
  .explorer-preview-sources dl { gap: 16px; }
  .explorer-preview-path { gap: 10px; padding: 18px; }
  .explorer-preview-path > span { font-size: 10px; gap: 5px; }
  .explorer-preview-path > span > .icon { display: none; }
  .explorer-preview-path > .icon { width: 10px; }
  .explorer-map-pin { font-size: 10px; gap: 6px; }
  .explorer-map-pin > span { padding: 4px 5px; }
  .explorer-map-pin > span > span { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .explorer-preview *, .explorer-preview *::before, .explorer-preview *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .explorer-preview { border-color: CanvasText; }
  .explorer-preview-map { forced-color-adjust: none; }
  .detail-page .explorer-preview-header,
  .detail-page .explorer-preview-detail,
  .detail-page .explorer-preview-path { background: Canvas; --xp-line: CanvasText; }
  .detail-page .explorer-preview-header *,
  .detail-page .explorer-preview-detail *,
  .detail-page .explorer-preview-path * { color: CanvasText; border-color: CanvasText; }
  .detail-page .explorer-preview-tabs button[aria-selected="true"] { color: LinkText; border-color: Highlight; }
  .detail-page .explorer-preview-panel .agent-recommendation { background: Canvas; border-color: CanvasText; box-shadow: none; }
  .detail-page .explorer-preview-panel .agent-recommendation-name,
  .detail-page .explorer-preview-panel .agent-recommendation-text { color: CanvasText; }
}
@media (prefers-reduced-transparency: reduce) {
  .explorer-preview-panel .agent-recommendation { background: var(--agent-glass-solid); }
}
