.presence-panel-popover{width:min(300px,calc(100vw - 24px));padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg,12px);background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-lg)}.presence-panel__title{margin:0 0 12px;font-size:14px;font-weight:700;line-height:1.3}.presence-panel__people{display:grid;gap:10px}.presence-person{display:flex;align-items:center;gap:10px;min-width:0}.presence-person__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;border:2px solid var(--bg-surface);border-radius:var(--radius-full,999px);color:var(--text-on-accent);font-family:var(--font-mono);font-size:11px;font-weight:700}.presence-person__copy{display:grid;min-width:0}.presence-person__name{overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.presence-panel__help,.presence-person__status{color:var(--text-secondary);font-size:11px;line-height:1.35}.presence-panel__divider{height:1px;margin:14px 0 10px;background:var(--border)}.presence-cursor-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:32px;padding:0;border:0;background:transparent;color:var(--text-primary);font-size:12px;font-weight:600;text-align:left;cursor:pointer}.presence-cursor-toggle__track{position:relative;flex:0 0 auto;width:30px;height:18px;border-radius:var(--radius-full,999px);background:var(--bg-sunken);box-shadow:inset 0 0 0 1px var(--border);transition:background var(--motion-fast)}@media (pointer:coarse){.presence-cursor-toggle{min-height:44px}}.presence-cursor-toggle__thumb{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:var(--radius-full,999px);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:transform var(--motion-fast)}.presence-cursor-toggle[aria-checked=true] .presence-cursor-toggle__track{background:var(--accent);box-shadow:none}.presence-cursor-toggle[aria-checked=true] .presence-cursor-toggle__thumb{transform:translateX(12px)}.presence-cursor-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.presence-panel__help{margin:2px 0 0}@media (prefers-reduced-motion:reduce){.presence-cursor-toggle__thumb,.presence-cursor-toggle__track{transition:none}}.presence-live{display:flex;flex:0 0 auto;min-width:0}.presence-live,.presence-trigger{position:relative;align-items:center}.presence-trigger{display:inline-flex;padding:0;border:0;border-radius:var(--radius-full,999px);background:transparent;color:inherit;cursor:pointer}.presence-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.presence-count-badge{position:absolute;right:-5px;bottom:-4px;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:var(--radius-full,999px);background:var(--accent);color:#fff;font-size:10px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;border:2px solid var(--bg-surface);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html[data-collaborator-cursors=hidden] :is(.collaboration-cursor__caret,.ed-cursor-gapbar,.ed-cursor-label,.ed-cursor-merged,.ed-md-presence__row,.ed-doc-location,.ed-block-presence__block,.sheet-remote-cursor,.sheet-remote-cursor-tag){display:none!important}html[data-collaborator-cursors=hidden] .collaboration-cursor__selection{background-color:transparent!important}html[data-collaborator-cursors=hidden] .ed-cursor-shape{background-color:transparent!important;outline:none!important;box-shadow:none!important}html[data-collaborator-cursors=hidden] .ed-cursor-shape :is(.ed-img,.ed-img__img,.ed-embed-node,.ed-embed__frame,.ed-rawhtml){outline:none!important;box-shadow:none!important}@media (max-width:480px){.presence-count-badge{min-width:14px;height:14px;font-size:9px;right:-4px;bottom:-3px}}.doc-location-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;border-radius:var(--radius-sm,4px);cursor:pointer;color:var(--text-secondary);line-height:0}.doc-location-btn:hover{background:var(--bg-raised);color:var(--text-primary)}.doc-location-btn svg,.doc-location-segment svg,.doc-location-sep-wrap svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.doc-location-popover{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-md,6px);padding:8px;box-shadow:var(--shadow-md);min-width:160px;max-width:360px}.doc-location-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:2px}.doc-location-segment{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:none;background:transparent;border-radius:var(--radius-sm,4px);cursor:pointer;font-size:.875rem;color:var(--text-primary);white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}.doc-location-segment:hover{background:var(--bg-raised)}.doc-location-segment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-location-sep-wrap{display:inline-flex;align-items:center;gap:2px}.doc-location-sep-wrap>svg{color:var(--text-muted)}