.v-switch{display:flex;justify-content:flex-start;gap:2px;width:max-content;max-width:calc(100% - 28px);margin:20px auto 8px;padding:6px;border-radius:var(--radius-pill);background:var(--navy-700);border:1px solid var(--navy-600);box-shadow:var(--shadow-md),inset 0 1px #ffffff0f;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.v-switch::-webkit-scrollbar{display:none}.v-switch a{flex:none;white-space:nowrap;font-family:var(--font-grotesque);font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-200);text-decoration:none;padding:9px 18px;border-radius:var(--radius-pill);transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.v-switch a:hover{color:var(--cream);background:#ffffff12}.v-switch a.on,.v-switch a.on:hover{color:#fff;background:var(--rust-500);box-shadow:0 2px 8px -2px #c25a2a8c,inset 0 1px #ffffff2e}@media print{.v-switch{display:none!important}}
