.seg.svelte-139c9rw{display:grid;grid-template-columns:repeat(var(--seg-count, 2),1fr);gap:2px;padding:2px;border-radius:var(--radius-lg);background:var(--color-bg);width:fit-content}.seg-option.svelte-139c9rw{border:none;padding:var(--space-sm) var(--space-md);font-size:.85rem;font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);background:transparent;border-radius:var(--radius-md);cursor:pointer;font-family:inherit;transition:background .15s,color .15s,box-shadow .15s}.seg-option.active.svelte-139c9rw{background:var(--seg-active-bg, var(--color-green));color:var(--color-white);box-shadow:var(--shadow-sm)}.seg-option.svelte-139c9rw:not(.active):hover{color:var(--color-text)}.seg-option.svelte-139c9rw:focus-visible{outline:2px solid var(--color-green);outline-offset:-2px}@media(max-width:480px){.seg.svelte-139c9rw{width:100%;grid-template-columns:1fr}}
