.ptog{width:100%;display:flex;flex-direction:column;gap:var(--space-2)}.ptog-list{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column}.ptog-row{position:relative;display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.ptog-row:last-child{border-bottom:none}.ptog-row-line{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.ptog-row-name{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:600;color:var(--color-text-primary);text-align:left}.ptog-help{display:inline-flex}.ptog-help-btn{width:18px;height:18px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--color-border-strong);border-radius:50%;background:none;color:var(--color-text-muted);font-family:inherit;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.ptog-help-btn:hover,.ptog-help-btn[aria-expanded=true]{color:var(--color-text-primary);border-color:var(--color-text-primary)}.ptog-help-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:min(264px,calc(100vw - 2 * var(--space-4)));display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:var(--surface-card, #fff);border:1px solid var(--color-border);border-radius:var(--radius-lg, .75rem);box-shadow:0 12px 32px -12px rgba(var(--color-ink-rgb),.45);font-weight:400;text-align:left;cursor:default}.ptog-help-copy{font-size:var(--text-xs, .75rem);line-height:1.5;color:var(--color-text-secondary)}.ptog-help-mock{display:flex;gap:var(--space-2);align-items:center;padding:var(--space-2);border-radius:var(--radius-md, .5rem);background:var(--state-hover-tint, rgba(0, 0, 0, .04));border:1px solid var(--color-border)}.ptog-help-mock-icon{width:30px;height:30px;flex-shrink:0;border-radius:8px}.ptog-help-mock-text{display:flex;flex-direction:column;gap:1px;min-width:0}.ptog-help-mock-meta{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.ptog-help-mock-title{font-size:var(--text-xs, .75rem);font-weight:700;color:var(--color-text-primary)}.ptog-help-mock-body{font-size:11px;line-height:1.35;color:var(--color-text-secondary)}.ptog-switch{flex-shrink:0;width:48px;height:28px;border-radius:999px;border:1px solid var(--color-border-strong);background:var(--state-hover-tint);padding:2px;display:flex;align-items:center;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ptog-switch-thumb{width:22px;height:22px;border-radius:50%;background:var(--surface-card);border:1px solid var(--color-border-strong);transition:transform .15s ease}.ptog-switch-on{background:var(--ax-volt);border-color:var(--ax-volt)}.ptog-switch-on .ptog-switch-thumb{transform:translate(20px);background:var(--ax-ink);border-color:var(--ax-ink)}.ptog-switch:disabled{cursor:default;opacity:.7}.ptog-switch.ptog-switch-busy{opacity:var(--state-disabled-opacity);animation:ptog-switch-working 1.8s ease-in-out .4s infinite}@keyframes ptog-switch-working{0%{box-shadow:0 0 rgba(var(--color-ink-rgb),.45)}70%{box-shadow:0 0 0 6px rgba(var(--color-ink-rgb),0)}to{box-shadow:0 0 rgba(var(--color-ink-rgb),0)}}.ptog-switch[aria-disabled=true]{cursor:default}@media(prefers-reduced-motion:reduce){.ptog-switch.ptog-switch-busy{animation:none;box-shadow:0 0 0 3px rgba(var(--color-ink-rgb),.22)}}.ptog-setup-link{font-size:var(--text-sm, .875rem);color:var(--color-text-secondary);text-decoration:underline;text-align:left;align-self:flex-start}.ptog-verify{margin-top:var(--space-2)}.ptog-error{font-size:var(--text-sm, .875rem);color:var(--color-danger, #b91c1c);margin:0;line-height:1.5;text-align:left}.ptog-untracked{font-size:var(--text-sm, .875rem);color:var(--color-text-secondary);margin:0 0 var(--space-2);line-height:1.5;text-align:left}.ptog-untracked a{color:inherit;text-decoration:underline}
