.share-public-settings{margin-block:var(--space-2)}.share-switch-row{display:flex;align-items:flex-start;gap:var(--space-4);padding-block:var(--space-3);cursor:pointer}.share-link-controls+.share-switch-row,.share-switch-row+.share-switch-row{border-top:1px solid var(--border)}.share-switch-copy{display:flex;flex:1;flex-direction:column;gap:var(--space-1);min-width:0}.share-switch-label{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.5}.share-switch-description{color:var(--text-secondary);font-size:12px;line-height:1.5}.share-switch-control{position:relative;display:inline-flex;flex:0 0 44px;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full)}.share-switch-control input{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.share-switch-track{box-sizing:border-box;position:relative;width:44px;height:26px;border:1px solid transparent;border-radius:var(--radius-full);background:var(--text-muted);transition:background var(--motion-fast)}.share-switch-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:var(--radius-full);background:var(--text-on-accent);box-shadow:var(--shadow-sm);transition:transform var(--motion-fast)}.share-switch-control input:checked+.share-switch-track{background:var(--accent)}.share-switch-control input:checked+.share-switch-track .share-switch-knob{transform:translateX(18px)}.share-switch-control:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.share-switch-control input:disabled,.share-switch-row:has(input:disabled){cursor:default}.share-switch-control input:disabled+.share-switch-track{opacity:.5}.share-link-controls{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);padding-bottom:var(--space-3)}.share-link-controls-label{flex:1;color:var(--text-secondary);font-size:12px}@media (prefers-reduced-motion:reduce){.share-switch-knob,.share-switch-track{transition:none}}@media (forced-colors:active){.share-switch-track{forced-color-adjust:none;background:Canvas;border-color:ButtonText}.share-switch-knob{background:ButtonText}.share-switch-control input:checked+.share-switch-track{background:Highlight;border-color:Highlight}.share-switch-control input:checked+.share-switch-track .share-switch-knob{background:HighlightText}.share-switch-control:has(input:focus-visible){outline-color:Highlight}}