.r-theme-pill{display:inline-flex;align-items:center;gap:2px;padding:4px;background:hsl(var(--background));border:1px solid hsl(var(--border,220 13% 91%));border-radius:999px;position:relative}.r-shell .r-theme-pill{background:var(--card);border-color:var(--hairline)}.r-theme-pill .opt{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;height:28px;border:0;background:transparent;border-radius:999px;cursor:pointer;color:hsl(var(--muted-foreground));font-size:12.5px;font-weight:500;white-space:nowrap;transition:color .16s,background .16s}.r-theme-pill .opt[data-active=true]{background:hsl(var(--background));color:hsl(var(--foreground));font-weight:600;box-shadow:0 1px 2px rgba(15,23,42,.06)}.r-shell .r-theme-pill .opt[data-active=true]{background:var(--card-soft);color:var(--ink)}.r-theme-pill .opt svg{width:14px;height:14px;flex-shrink:0}.r-theme-pill .opt:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}