.tour-dashboard{position:sticky;top:0;z-index:60;background:#b9e7f7;color:#07131b;border-bottom:2px solid #0d0d0f}.tour-dashboard-inner{max-width:72rem;margin:0 auto;padding:8px 12px;display:flex;flex-direction:column;gap:6px}.tour-tier-row{display:flex;align-items:center;gap:8px}.tour-tier-buttons{display:flex;flex:1;min-width:0;border:1px solid #0d0d0f;background:rgba(255,255,255,.4)}.tour-tier-button{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px 5px;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(7,19,27,.72);background:transparent;transition:background-color .15s ease,color .15s ease}.tour-tier-button+.tour-tier-button{border-left:1px solid #0d0d0f}.tour-tier-button--active{background:#0d0d0f;color:#ffffff}.tour-tier-top{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%}.tour-tier-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-tier-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.tour-tier-button:not(.tour-tier-button--active) .tour-tier-dot{opacity:.85}.tour-tier-price{font-size:10px;font-weight:500;letter-spacing:.02em;opacity:.65}.tour-tier-summary{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(7,19,27,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour-summary-dot{width:6px;height:6px;border-radius:999px;flex-shrink:0}.tour-chip-row,.tour-chips{display:flex;align-items:center}.tour-chips{flex:1;min-width:0;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}.tour-chips::-webkit-scrollbar{display:none}.tour-chip{display:inline-flex;flex-shrink:0;align-items:center;gap:6px;white-space:nowrap;padding:5px 11px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease}.tour-chip--included{border:1px solid #0d0d0f;background:#ffffff;color:#0d0d0f}.tour-chip--included .tour-chip-note{color:rgba(13,13,15,.6)}.tour-chip--locked{border:1px solid rgba(7,19,27,.32);background:transparent;color:rgba(7,19,27,.48)}.tour-addon-divider{align-self:stretch;width:1px;margin:1px;background:rgba(7,19,27,.3);flex-shrink:0}.tour-addon-label{flex-shrink:0;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(7,19,27,.55)}.tour-chip--addon{border:1px dashed rgba(7,19,27,.5);background:transparent;color:rgba(7,19,27,.72)}.tour-chip--addon-on{border:1px solid #0d0d0f;background:#ffffff;color:#0d0d0f}.tour-chip--addon .tour-chip-note{color:inherit;opacity:.65}.tour-chip--in-view{border-color:var(--tour-accent,#b0413e);border-style:solid;background:var(--tour-accent,#b0413e);color:#ffffff}.tour-chip--in-view .tour-chip-note{color:rgba(255,255,255,.75);opacity:1}.tour-chip-lock{width:11px;height:11px}.tour-chip-note{font-weight:500;letter-spacing:.02em}.tour-expand{display:none}.tour-expand-icon{width:15px;height:15px;transition:transform .15s ease}@media (max-width:480px){.tour-tier-button{padding:5px 3px 4px;font-size:9.5px;letter-spacing:.03em}.tour-tier-label{white-space:normal;line-height:1.2;text-align:center}.tour-tier-price{font-size:9px}}@media (max-width:359px){.tour-expand{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:1px solid #0d0d0f;color:#07131b;background:transparent}.tour-dashboard[data-expanded=false] .tour-chip-row,.tour-dashboard[data-expanded=false] .tour-tier-summary{display:none}.tour-dashboard[data-expanded=true] .tour-expand-icon{transform:rotate(180deg)}}.tour-fade--in{animation:tour-fade-in .25s ease}.tour-fade--out{opacity:0;transition:opacity .25s ease}@keyframes tour-fade-in{0%{opacity:0}to{opacity:1}}.tour-spotlight{position:relative;outline:2px solid var(--tour-accent,#b0413e);outline-offset:3px}.tour-spotlight-veil{position:fixed;z-index:75;pointer-events:none;background:rgba(8,8,10,.5);transition:opacity .25s ease}.tour-spotlight-veil[data-fading=true]{opacity:0}.tour-spotlight-caption{position:fixed;z-index:80;background:#0d0d0f;color:#ffffff;font-size:11px;font-weight:600;line-height:1.35;padding:6px 10px;border-left:3px solid var(--tour-accent,#b0413e);box-shadow:0 4px 16px rgba(0,0,0,.3);pointer-events:none;animation:tour-fade-in .2s ease}