.price-resolution-toggle{display:inline-flex;flex-shrink:0;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:var(--bg-card)}.price-resolution-toggle button{appearance:none;border:none;background:transparent;color:var(--text-muted);font-size:.7rem;font-weight:500;line-height:1;padding:.3rem .6rem;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.price-resolution-toggle button+button{border-left:1px solid var(--border-color)}.price-resolution-toggle button.active{background:var(--accent-bg);color:var(--accent-text);font-weight:600}@media(hover:hover){.price-resolution-toggle button:not(.active):hover{color:var(--text-primary)}}.price-resolution-toggle button:focus-visible{outline:2px solid var(--accent-text);outline-offset:-2px}
