.ViewToggleControl-module__J8_5Aq__viewToggleDock{--vtc-shell-bg:#ffffffe6;--vtc-shell-border:#0f172a1f;--vtc-shell-shadow:0 3px 16px #0f172a1c;--vtc-btn-text:#52525b;--vtc-btn-hover-bg:#0f172a14;--vtc-btn-hover-text:#0f172a;--vtc-btn-active-bg:#3b82f6;--vtc-btn-active-hover-bg:#2563eb;--vtc-btn-active-text:#fff;--vtc-separator:#0f172a1f;--vtc-btn-disabled-bg:#3b82f629;--vtc-btn-disabled-text:#2563eb;--vtc-spinner-filter:drop-shadow(0 0 2px #2563eb66);--vtc-pulse-bg-start:#3b82f647;--vtc-pulse-bg-mid:#3b82f624;--vtc-status-saved:#16a34a;--vtc-status-saving:#52525b;--vtc-status-unsaved:#ca8a04;--vtc-status-error:#dc2626;--vtc-history-popover-border:#0f172a24;--vtc-history-popover-bg:#fffffff7;--vtc-history-popover-shadow:0 12px 28px #0f172a3d;--vtc-history-header-border:#0f172a14;--vtc-history-header-text:#111827;--vtc-history-header-bg:#fffffffa;--vtc-history-item-bg:#0f172a0a;--vtc-history-current-border:#3b82f659;--vtc-history-current-bg:#3b82f61a;--vtc-history-badge-current-text:#1d4ed8;--vtc-history-badge-current-bg:#2563eb33;--vtc-history-badge-current-border:#93c5fd99;--vtc-history-badge-active-text:#166534;--vtc-history-badge-active-bg:#22c55e33;--vtc-history-badge-active-border:#86efac8c;--vtc-history-time-text:#111827;--vtc-history-name-text:#6b7280;--vtc-history-restore-border:#0f172a38;--vtc-history-restore-text:#334155;--vtc-history-restore-hover-text:#0f172a;--vtc-history-restore-hover-border:#0f172a59;--vtc-history-restore-hover-bg:#0f172a14;--vtc-history-state-text:#52525b;--vtc-history-info-text:#3f6212;--vtc-history-error-text:#b91c1c;z-index:1000;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}[data-theme=dark] .ViewToggleControl-module__J8_5Aq__viewToggleDock{--vtc-shell-bg:#18181be6;--vtc-shell-border:#ffffff1a;--vtc-shell-shadow:0 3px 16px #00000042;--vtc-btn-text:#a1a1aa;--vtc-btn-hover-bg:#ffffff1a;--vtc-btn-hover-text:#fff;--vtc-separator:#ffffff1a;--vtc-btn-disabled-bg:#3b82f633;--vtc-btn-disabled-text:#60a5fa;--vtc-spinner-filter:drop-shadow(0 0 2px #3b82f680);--vtc-pulse-bg-start:#3b82f64d;--vtc-pulse-bg-mid:#3b82f626;--vtc-status-saved:#4ade80;--vtc-status-saving:#d4d4d8;--vtc-status-unsaved:#facc15;--vtc-status-error:#f87171;--vtc-history-popover-border:#ffffff24;--vtc-history-popover-bg:#18181bf7;--vtc-history-popover-shadow:0 12px 28px #00000073;--vtc-history-header-border:#ffffff14;--vtc-history-header-text:#fafafa;--vtc-history-header-bg:#18181bfa;--vtc-history-item-bg:#ffffff0a;--vtc-history-current-border:#60a5fa59;--vtc-history-current-bg:#3b82f61a;--vtc-history-badge-current-text:#dbeafe;--vtc-history-badge-current-bg:#2563eb80;--vtc-history-badge-current-border:#93c5fd80;--vtc-history-badge-active-text:#dcfce7;--vtc-history-badge-active-bg:#15803d73;--vtc-history-badge-active-border:#86efac73;--vtc-history-time-text:#fafafa;--vtc-history-name-text:#a1a1aa;--vtc-history-restore-border:#fff3;--vtc-history-restore-text:#e4e4e7;--vtc-history-restore-hover-text:#fff;--vtc-history-restore-hover-border:#ffffff59;--vtc-history-restore-hover-bg:#ffffff14;--vtc-history-state-text:#d4d4d8;--vtc-history-info-text:#a3e635;--vtc-history-error-text:#fca5a5}.ViewToggleControl-module__J8_5Aq__viewToggleControl{pointer-events:auto;background:var(--vtc-shell-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--vtc-shell-border);box-shadow:var(--vtc-shell-shadow);border-radius:10px;gap:4px;padding:4px;display:flex}.ViewToggleControl-module__J8_5Aq__viewToggleBtn{color:var(--vtc-btn-text);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.ViewToggleControl-module__J8_5Aq__viewToggleBtn:hover{background:var(--vtc-btn-hover-bg);color:var(--vtc-btn-hover-text)}.ViewToggleControl-module__J8_5Aq__viewToggleBtnActive{background:var(--vtc-btn-active-bg);color:var(--vtc-btn-active-text)}.ViewToggleControl-module__J8_5Aq__viewToggleBtnActive:hover{background:var(--vtc-btn-active-hover-bg)}.ViewToggleControl-module__J8_5Aq__icon{width:16px;height:16px}.ViewToggleControl-module__J8_5Aq__separator{background:var(--vtc-separator);align-self:center;width:1px;height:24px;margin:4px 8px}.ViewToggleControl-module__J8_5Aq__viewToggleBtnDisabled{background:var(--vtc-btn-disabled-bg);color:var(--vtc-btn-disabled-text);pointer-events:none;animation:2s cubic-bezier(.4,0,.6,1) infinite ViewToggleControl-module__J8_5Aq__pulse;cursor:not-allowed!important}.ViewToggleControl-module__J8_5Aq__loadingSpinner{filter:var(--vtc-spinner-filter);animation:.8s linear infinite ViewToggleControl-module__J8_5Aq__rotate}@keyframes ViewToggleControl-module__J8_5Aq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ViewToggleControl-module__J8_5Aq__pulse{0%,to{opacity:1;background:var(--vtc-pulse-bg-start)}50%{opacity:.7;background:var(--vtc-pulse-bg-mid)}}.ViewToggleControl-module__J8_5Aq__saveStatus{white-space:nowrap;margin-left:4px;font-size:11px;font-weight:500;transition:color .2s}.ViewToggleControl-module__J8_5Aq__saveStatusSaved{color:var(--vtc-status-saved)}.ViewToggleControl-module__J8_5Aq__saveStatusSaving{color:var(--vtc-status-saving)}.ViewToggleControl-module__J8_5Aq__saveStatusUnsaved{color:var(--vtc-status-unsaved)}.ViewToggleControl-module__J8_5Aq__saveStatusError{color:var(--vtc-status-error)}.ViewToggleControl-module__J8_5Aq__versionHistoryWrap{position:relative}.ViewToggleControl-module__J8_5Aq__versionHistoryPopover{border:1px solid var(--vtc-history-popover-border);background:var(--vtc-history-popover-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:320px;max-height:340px;box-shadow:var(--vtc-history-popover-shadow);z-index:5;border-radius:10px;position:absolute;bottom:calc(100% + 8px);right:0;overflow-y:auto}.ViewToggleControl-module__J8_5Aq__versionHistoryHeader{border-bottom:1px solid var(--vtc-history-header-border);color:var(--vtc-history-header-text);background:var(--vtc-history-header-bg);justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;font-weight:600;display:flex;position:sticky;top:0}.ViewToggleControl-module__J8_5Aq__versionHistoryList{flex-direction:column;gap:6px;padding:6px;display:flex}.ViewToggleControl-module__J8_5Aq__versionHistoryItem{background:var(--vtc-history-item-bg);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.ViewToggleControl-module__J8_5Aq__versionHistoryCurrentItem{border:1px solid var(--vtc-history-current-border);background:var(--vtc-history-current-bg)}.ViewToggleControl-module__J8_5Aq__versionHistoryMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.ViewToggleControl-module__J8_5Aq__versionHistoryActions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.ViewToggleControl-module__J8_5Aq__versionHistoryBadges{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.ViewToggleControl-module__J8_5Aq__versionHistoryBadge{letter-spacing:.01em;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600}.ViewToggleControl-module__J8_5Aq__versionHistoryBadgeCurrent{color:var(--vtc-history-badge-current-text);background:var(--vtc-history-badge-current-bg);border:1px solid var(--vtc-history-badge-current-border)}.ViewToggleControl-module__J8_5Aq__versionHistoryBadgeActive{color:var(--vtc-history-badge-active-text);background:var(--vtc-history-badge-active-bg);border:1px solid var(--vtc-history-badge-active-border)}.ViewToggleControl-module__J8_5Aq__versionHistoryTime{color:var(--vtc-history-time-text);font-size:12px;font-weight:500}.ViewToggleControl-module__J8_5Aq__versionHistoryName{color:var(--vtc-history-name-text);white-space:nowrap;text-overflow:ellipsis;max-width:190px;font-size:11px;overflow:hidden}.ViewToggleControl-module__J8_5Aq__versionHistoryRestoreBtn{border:1px solid var(--vtc-history-restore-border);color:var(--vtc-history-restore-text);cursor:pointer;background:0 0;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:500}.ViewToggleControl-module__J8_5Aq__versionHistoryRestoreBtn:hover:enabled{color:var(--vtc-history-restore-hover-text);border-color:var(--vtc-history-restore-hover-border);background:var(--vtc-history-restore-hover-bg)}.ViewToggleControl-module__J8_5Aq__versionHistoryRestoreBtn:disabled{opacity:.65;cursor:not-allowed}.ViewToggleControl-module__J8_5Aq__versionHistoryState{color:var(--vtc-history-state-text);padding:12px;font-size:12px}.ViewToggleControl-module__J8_5Aq__versionHistoryInfo{color:var(--vtc-history-info-text);padding:10px 12px 0;font-size:11px}.ViewToggleControl-module__J8_5Aq__versionHistoryError{color:var(--vtc-history-error-text);padding:12px;font-size:12px}
