:root{--bg-app: #111820;--bg-panel: #151d26;--bg-panel-soft: #1a242e;--bg-card: #202a33;--bg-card-hover: #26323d;--line: rgba(167, 181, 194, .28);--line-strong: rgba(179, 194, 207, .42);--text: #e7edf3;--text-muted: #8f9aa6;--accent: #8fcf75;--accent-strong: #68a956;--accent-dim: rgba(143, 207, 117, .12);--danger: #ef7777;--shadow: rgba(0, 0, 0, .28);--app-scale: 1}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{overflow:hidden;color:var(--text);background:radial-gradient(circle at 70% 0%,rgba(143,207,117,.08),transparent 28%),linear-gradient(180deg,#121a23,#111820);font-family:Inter,Microsoft YaHei,PingFang SC,Arial,sans-serif}.auth-gate{position:relative;display:grid;width:100vw;height:100vh;place-items:center;padding:24px;color:var(--text);background:radial-gradient(circle at 60% 10%,rgba(143,207,117,.12),transparent 32%),linear-gradient(180deg,#121a23,#101820)}.auth-gate-card{display:grid;width:min(440px,100%);gap:12px;justify-items:center;padding:34px 30px;text-align:center;background:linear-gradient(180deg,#232f3af0,#151d26fa);border:1px solid var(--line-strong);border-radius:16px;box-shadow:0 24px 68px #0000006b}.auth-gate-mark{width:58px;height:58px;object-fit:contain;border:1px solid rgba(209,244,193,.35);border-radius:14px}.auth-gate-card span{color:var(--accent);font-size:13px;font-weight:800}.auth-gate-card h1{margin:4px 0 0;color:#f4fff0;font-size:30px;line-height:1.18}.auth-gate-card p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.65}.auth-gate-card button{width:100%;min-height:44px;margin-top:8px;color:#f4fff0;font-weight:800;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border:1px solid rgba(209,244,193,.35);border-radius:10px;cursor:pointer}.auth-gate-card button:disabled{cursor:not-allowed;opacity:.48}.auth-gate-card small{color:#ffb4b4}button,a{font:inherit}.app-layout{display:grid;grid-template-columns:282px minmax(0,1fr);width:100vw;height:100vh;background:var(--bg-app)}.file-panel{display:flex;flex-direction:column;gap:18px;min-height:0;min-width:0;overflow:hidden;padding:24px 18px;color:var(--text);background:linear-gradient(180deg,#1f2b37d6,#111820fa),var(--bg-panel);border-right:1px solid var(--line);box-shadow:12px 0 36px #00000029}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:block;width:42px;height:42px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(209,244,193,.35);border-radius:10px;box-shadow:inset 0 1px #ffffff38,0 12px 24px #416c3642}.brand h1{margin:0;color:var(--text);font-size:18px;line-height:1.25}.brand p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.primary-button,.quick-action-link{min-height:34px;padding:0 12px;color:var(--text);text-decoration:none;background:var(--bg-card);border:1px solid var(--line);border-radius:7px;cursor:pointer}.primary-button{min-height:42px;color:var(--text);background:linear-gradient(180deg,#2a3540,#222c35);border-color:var(--line-strong);box-shadow:inset 0 1px #ffffff0a}.primary-button:hover,.quick-action-link:hover{background:var(--bg-card-hover)}button:disabled,.quick-action-link.disabled{cursor:not-allowed;opacity:.48}.file-list{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto}.sidebar-section{display:flex;flex-direction:column;gap:8px;min-height:0}.sidebar-section-title{color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.04em}.sheet-list{display:flex;flex-direction:column;gap:7px}.sheet-navigation-section{flex:1 1 0;min-height:150px;overflow:hidden}.sheet-navigation-section .sheet-list{flex:1 1 auto;min-height:0;padding-right:6px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(143,207,117,.58) rgba(255,255,255,.06);scrollbar-width:thin}.sheet-navigation-section .sheet-list::-webkit-scrollbar{width:8px}.sheet-navigation-section .sheet-list::-webkit-scrollbar-track{background:#ffffff0f;border-radius:999px}.sheet-navigation-section .sheet-list::-webkit-scrollbar-thumb{background:#8fcf7594;border:2px solid rgba(21,29,38,.98);border-radius:999px}.sheet-navigation-section .sheet-list::-webkit-scrollbar-thumb:hover{background:#8fcf75c2}.sheet-item{position:relative;display:flex;align-items:center;width:100%;min-height:48px;padding:0 14px;text-align:left;color:#c6ced7;background:linear-gradient(180deg,#222c35,#1d2730);border:1px solid var(--line);border-radius:7px;cursor:pointer}.sheet-item:hover{color:var(--text);background:var(--bg-card-hover)}.sheet-item.active{color:var(--text);background:linear-gradient(180deg,#2d3943,#26323d);border-color:#8fcf7552;box-shadow:inset 4px 0 0 var(--accent),inset 0 1px #ffffff0a}.sheet-item.active:after{position:absolute;right:14px;width:6px;height:6px;content:"";background:var(--accent);border-radius:999px;box-shadow:0 0 12px #8fcf75bf}.sheet-group{display:flex;flex-direction:column;gap:6px}.sheet-group-header{display:grid;grid-template-columns:30px minmax(0,1fr);gap:6px;align-items:stretch}.sheet-group-toggle{display:grid;min-height:48px;place-items:center;color:#dce6ef;background:linear-gradient(180deg,#222c35,#1d2730);border:1px solid var(--line);border-radius:7px;cursor:pointer}.sheet-group-toggle:hover{color:var(--text);background:var(--bg-card-hover)}.sheet-item.group-parent{padding-left:12px}.sheet-group-children{display:flex;flex-direction:column;gap:6px;padding-left:36px}.sheet-item.child{min-height:38px;padding:0 12px;color:#d6dee7;background:linear-gradient(180deg,#1e2932,#19242d)}.sheet-item.child.active{background:linear-gradient(180deg,#2b3742,#24313b)}.sheet-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-item{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px;text-align:left;color:#cbd3dc;background:linear-gradient(180deg,#222c35,#1d2730);border:1px solid var(--line);border-radius:7px}.file-item.active{color:var(--text);background:linear-gradient(180deg,#26323d,#212b34);border-color:#8fcf753d}.file-open{display:flex;flex-direction:column;gap:4px;width:100%;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.file-open span{color:var(--text-muted);font-size:12px}.file-context-menu{position:fixed;z-index:100;width:180px;padding:6px;color:var(--text);background:#202a33;border:1px solid var(--line-strong);border-radius:8px;box-shadow:0 18px 42px var(--shadow)}.file-context-title{padding:6px 8px 8px;overflow:hidden;color:var(--text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid var(--line)}.file-context-menu button{display:block;width:100%;min-height:34px;padding:0 8px;margin-top:4px;color:var(--text);text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer}.file-context-menu button:hover{background:#2a3540}.file-context-menu button.danger{color:var(--danger)}.feishu-panel-backdrop{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:28px;background:#080c109e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feishu-panel{width:min(760px,100%);max-height:min(820px,92vh);overflow:auto;color:var(--text);background:linear-gradient(180deg,#202a33,#18212a);border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 28px 80px #0000006b}.feishu-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 16px;border-bottom:1px solid var(--line)}.feishu-panel-header span{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em}.feishu-panel-header h2{margin:6px 0 0;color:var(--text);font-size:22px}.feishu-panel-header button{width:34px;height:34px;color:var(--text);font-size:24px;line-height:1;background:#26323d;border:1px solid var(--line);border-radius:8px;cursor:pointer}.feishu-panel-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px 24px 14px}.feishu-panel label{display:flex;flex-direction:column;gap:7px;color:var(--text-muted);font-size:12px;font-weight:700}.feishu-panel input,.feishu-panel select,.feishu-panel textarea{width:100%;min-height:38px;padding:0 11px;color:var(--text);background:#151d26;border:1px solid var(--line);border-radius:8px;outline:none}.feishu-panel textarea{min-height:120px;padding:10px 11px;resize:vertical}.feishu-panel input:focus,.feishu-panel select:focus,.feishu-panel textarea:focus{border-color:#8fcf75b8;box-shadow:0 0 0 2px #8fcf7524}.feishu-field-help{color:#9fb0c0;font-size:11px;font-weight:600;line-height:1.45}.feishu-user-id-list{grid-column:1 / -1}.feishu-auto-sync-toggle{justify-content:space-between}.feishu-auto-sync-toggle input{width:18px;min-height:18px}.feishu-auto-sync-time{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.feishu-auto-sync-time span{color:var(--text);font-weight:800}.feishu-auto-sync-status{display:block;margin-top:8px;font-weight:800}.feishu-auto-sync-status.success{color:#92e188}.feishu-auto-sync-status.error{color:#ffb0a6}.feishu-panel-tip{margin:0 24px;padding:12px 14px;color:#cbd3dc;font-size:13px;line-height:1.6;background:#8fcf7517;border:1px solid rgba(143,207,117,.2);border-radius:10px}.feishu-panel-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:18px 24px 24px}.feishu-panel-actions button{min-height:36px;padding:0 14px;color:var(--text);background:#26323d;border:1px solid var(--line);border-radius:8px;cursor:pointer}.feishu-panel-actions button.primary{color:#f4fff0;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border-color:#d1f4c157}.feishu-panel-actions button:hover{background:#303b46}.feishu-panel-actions button.primary:hover{background:linear-gradient(180deg,#8bd277,#69ad58)}@media(max-width:760px){.feishu-panel-body{grid-template-columns:1fr}}.history-panel{max-height:360px}.history-list{display:flex;flex-direction:column;gap:6px;min-height:0;overflow:auto}.history-item,.history-empty{display:flex;flex-direction:column;gap:3px;padding:8px 10px;color:#cbd3dc;background:#1d2730;border:1px solid var(--line);border-radius:7px}.history-item span,.history-empty{color:var(--text-muted);font-size:12px}.history-item button{align-self:flex-start;height:26px;padding:0 9px;color:var(--text);background:#26323d;border:1px solid var(--line);border-radius:6px;cursor:pointer}.history-item button:disabled{cursor:not-allowed;opacity:.55}.history-preview{margin-top:8px;padding:8px;color:var(--text);background:#131c25f5;border:1px solid rgba(143,207,117,.22);border-radius:8px}.history-preview>strong{display:block;margin-bottom:6px;font-size:12px}.history-change-list{display:flex;flex-direction:column;gap:5px;max-height:160px;overflow:auto}.history-change-cell{display:grid;gap:3px;padding:6px 8px;background:#8fcf751f;border:1px solid rgba(143,207,117,.26);border-radius:6px}.history-change-cell span{color:#d9e4ed;font-size:12px}.history-change-cell code{color:#9ee084;font-family:inherit;font-size:12px;white-space:normal}.history-change-more{color:var(--text-muted);font-size:12px}.workbench{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;height:100%;background:var(--bg-app)}.site-icp-footer{display:flex;min-height:28px;align-items:center;justify-content:center;padding:0 12px;color:var(--text-muted);font-size:12px;line-height:1.2;background:#111820;border-top:1px solid rgba(167,181,194,.18)}.site-icp-footer a{color:inherit;text-decoration:none}.site-icp-footer a:hover{color:var(--accent)}.auth-gate .site-icp-footer{position:absolute;right:16px;bottom:14px;left:16px;min-height:auto;background:transparent;border:0}.business-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;height:78px;min-height:72px;padding:12px 24px 8px;background:radial-gradient(circle at 40% -20%,rgba(143,207,117,.1),transparent 34%),linear-gradient(180deg,#151e27,#121a23);border-bottom:1px solid var(--line)}.feishu-auth-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px;padding-top:2px}.feishu-auth-actions button{height:30px;padding:0 12px;color:var(--text);background:#202a33e6;border:1px solid var(--line);border-radius:7px;cursor:pointer}.feishu-auth-actions button:hover:not(:disabled){border-color:var(--accent);background:#8fcf7524}.feishu-auth-actions button:disabled{cursor:not-allowed;opacity:.45}.feishu-auth-user{max-width:180px;overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.feishu-auth-role{height:24px;padding:0 8px;color:#dff7d8;font-size:12px;line-height:24px;white-space:nowrap;background:#8fcf7524;border:1px solid rgba(143,207,117,.28);border-radius:999px}.workbook-title{position:relative;display:flex;flex-direction:column;gap:4px;width:min(860px,100%);min-width:0;padding-bottom:0}.mobile-title-trigger,.mobile-top-actions,.mobile-navigator{display:none}.workbook-title strong{color:var(--text);font-size:21px;line-height:1.2;letter-spacing:0}.workbook-title span{max-width:100%;overflow:hidden;color:var(--text-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.workbook-title .autosave-status{position:absolute;bottom:0;left:0;display:none!important;width:fit-content;min-height:24px;align-items:center;padding:3px 9px;color:#dff7d8;background:#8fcf7529;border:1px solid rgba(143,207,117,.3);border-radius:999px}.workbook-title .autosave-status.idle{visibility:hidden}.workbook-title .autosave-status.pending,.workbook-title .autosave-status.saving{color:#ffe7b3;background:#e6ad5024;border-color:#e6ad504d}.workbook-title .autosave-status.error{color:#ffb4b4;background:#ef777724;border-color:#ef777752}.editor-area{position:relative;display:grid;grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;padding:0;background:#151d26}.editor-area.read-only-mode .univer-shell{pointer-events:none}.editor-area.read-only-mode{overflow:auto;touch-action:pan-x pan-y}.mobile-mode-switch{display:none;align-items:center;gap:3px;padding:2px;background:#121a23d1;border:1px solid var(--line);border-radius:7px}.mobile-mode-switch button.active{color:#f4fff0;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border-color:#d1f4c147}.sheet-action-dock{position:absolute;top:7px;left:14px;right:auto;z-index:40;display:flex;width:fit-content;max-width:clamp(360px,42vw,760px);align-items:center;justify-content:flex-start;gap:4px;padding:0;overflow-x:auto;white-space:nowrap;background:transparent;border:0;box-shadow:none;scrollbar-width:none}.sheet-action-dock::-webkit-scrollbar{display:none}.sheet-action-switch{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 6px;color:var(--text);font-size:11px;border:1px solid var(--line);border-radius:6px;background:#2a3540d1;box-shadow:inset 0 1px #ffffff0a}.sheet-action-switch input:not(.sheet-action-toggle){width:13px;height:13px;margin:0}.sheet-action-switch input+span{line-height:1.2}.sheet-action-dock button,.sheet-action-dock .quick-action-link{display:inline-flex;width:auto;min-width:auto;min-height:24px;align-items:center;justify-content:center;padding:0 6px;color:#d9e1e8;font-size:11px;text-decoration:none;background:#2a3540d1;border:1px solid var(--line);border-radius:6px;box-shadow:inset 0 1px #ffffff0a;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sheet-action-dock button:hover,.sheet-action-dock .quick-action-link:hover{color:var(--text);background:#303b46}.sheet-action-dock button:first-child{color:#f4fff0;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border-color:#d1f4c147}.sheet-action-dock button:disabled,.sheet-action-dock .quick-action-link.disabled{cursor:not-allowed;opacity:.5}.sheet-action-dock button[title="Ctrl+Z"],.sheet-action-dock button[title="Ctrl+Y"],.sheet-action-dock button[title="Alt+="]{display:none}.univer-shell{grid-row:1;min-height:0;width:100%;height:100%;background:#151d26;touch-action:pan-x pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.univer-shell canvas,.univer-shell [role=application]{touch-action:pan-x pan-y}.read-only-sheet-view{grid-row:1;min-width:0;min-height:0;overflow:auto;color:var(--text);background:#151d26;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior:contain}.read-only-sheet-scroll{width:max-content;min-width:100%;min-height:100%;padding:0 0 36px}.read-only-sheet-view table{border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:14px}.read-only-sheet-view th,.read-only-sheet-view td{height:34px;padding:0 8px;overflow:hidden;color:#e7edf3;text-overflow:ellipsis;white-space:nowrap;background:#151d26;border-right:1px solid #2c3742;border-bottom:1px solid #2c3742}.read-only-sheet-view thead th,.read-only-sheet-view tbody th{position:sticky;z-index:2;color:#cfd7df;text-align:center;background:#18212a}.read-only-sheet-view thead th{top:0}.read-only-sheet-view tbody th{left:0;min-width:54px;width:54px}.read-only-sheet-view .read-only-corner{left:0;z-index:3}.read-only-sheet-view td.header-row{color:#f4fff0;font-weight:800;text-align:center;background:#24313c}.read-only-sheet-empty{display:grid;place-items:center;min-height:100%;color:var(--text-muted)}.member-card-view{position:absolute;inset:0;z-index:80;display:flex;flex-direction:column;gap:14px;padding:30px;overflow:auto;color:var(--text);background:radial-gradient(circle at 78% 8%,rgba(143,207,117,.14),transparent 26%),linear-gradient(180deg,#151d26fa,#111820fc);border-top:1px solid var(--line)}.summary-card-view{position:absolute;inset:0;z-index:80;display:flex;flex-direction:column;gap:18px;padding:42px;overflow:auto;color:var(--text);background:radial-gradient(circle at 78% 8%,rgba(143,207,117,.12),transparent 26%),linear-gradient(180deg,#151d26fa,#111820fc);border-top:1px solid var(--line)}.member-card-hero,.member-card-section,.summary-card-hero,.summary-card-section{width:min(980px,100%);padding:22px;background:linear-gradient(180deg,#232f3aeb,#1b2630f0);border:1px solid rgba(167,181,194,.22);border-radius:12px;box-shadow:0 22px 48px #0003}.member-card-hero,.member-card-section{width:min(880px,100%);padding:16px}.member-card-hero,.summary-card-hero{display:flex;align-items:center;justify-content:space-between;gap:20px}.member-card-hero>div{min-width:0;text-align:left}.member-card-eyebrow,.summary-card-eyebrow{display:block;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-align:left}.member-card-hero h2,.summary-card-hero h2{margin:8px 0 4px;color:#f4fff0;font-size:29px;line-height:1.1}.member-card-title-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:8px 0 4px;text-align:left}.member-card-title-row h2{margin:0}.member-card-targets{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 14px;margin-top:4px}.member-card-target-pill{display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;min-height:31px;padding:4px 10px;color:var(--text-muted);font-size:13px;font-weight:700;text-align:left;background:#0f171fb8;border:1px solid rgba(167,181,194,.22);border-radius:999px}.member-card-target-pill strong{color:#f4fff0;font-size:16px}.member-card-hero p,.summary-card-hero p{margin:0;color:var(--text-muted);font-size:14px}.member-card-detail-button,.summary-card-detail-button{min-height:36px;padding:0 14px;color:#f4fff0;white-space:nowrap;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border:1px solid rgba(209,244,193,.35);border-radius:8px;cursor:pointer}.member-card-detail-button:hover,.summary-card-detail-button:hover{background:linear-gradient(180deg,#8bd277,#69ad58)}.member-card-grid,.summary-card-grid{display:grid;width:min(980px,100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.member-card-metric,.member-card-role,.summary-card-metric{min-width:0;padding:16px;color:var(--text);background:#202a33e6;border:1px solid rgba(167,181,194,.2);border-radius:10px}.member-card-metric.good,.summary-card-metric.good{background:linear-gradient(180deg,#59914a38,#202a33e6);border-color:#8fcf7547}.member-card-metric.achieved-glow{border-color:#98e87cd9;box-shadow:0 0 0 1px #98e87c52,0 0 22px #89de6952,inset 0 0 18px #67bf5229}.member-card-metric.achieved-glow strong{text-shadow:0 0 12px rgba(194,255,174,.6)}.member-card-metric.warn,.summary-card-metric.warn{background:linear-gradient(180deg,#e6ad5029,#202a33e6);border-color:#e6ad503d}.member-card-metric.danger{background:linear-gradient(180deg,#bc46463d,#202a33eb);border-color:#ff6d6db8}.member-card-metric.alert-glow{border-color:#ff7a7ae6;box-shadow:0 0 0 1px #ff7a7a4d,0 0 22px #ff5c5c47,inset 0 0 18px #c73f3f2e}.member-card-metric.alert-glow strong{text-shadow:0 0 12px rgba(255,183,183,.62)}.member-card-metric span,.member-card-role span,.member-card-section-title span,.summary-card-metric span,.summary-card-section-title span{display:block;color:var(--text-muted);font-size:12px}.member-card-metric strong,.summary-card-metric strong{display:block;margin-top:8px;overflow:hidden;color:var(--text);font-size:24px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.member-card-section-title,.summary-card-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.member-card-section-title strong,.summary-card-section-title strong{font-size:18px}.member-card-role-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.member-card-role strong{display:block;margin-top:6px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.summary-card-code-table{display:grid;gap:6px}.summary-card-code-head,.summary-card-code-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(80px,.5fr) minmax(120px,.8fr);gap:12px;align-items:center}.summary-card-code-head{padding:0 12px 4px;color:var(--text-muted);font-size:12px}.summary-card-code-row{min-height:40px;padding:0 12px;background:#202a33b8;border:1px solid rgba(167,181,194,.16);border-radius:8px}.summary-card-code-row strong,.summary-card-code-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-card-empty{padding:16px;color:var(--text-muted);background:#202a33b8;border:1px solid rgba(167,181,194,.16);border-radius:8px}.member-work-score-card-view{position:absolute;inset:0;z-index:80;display:flex;flex-direction:column;gap:14px;padding:24px 30px;overflow:auto;color:var(--text);background:radial-gradient(circle at 78% 8%,rgba(49,179,255,.12),transparent 28%),linear-gradient(180deg,#26344a,#223047);border-top:1px solid rgba(167,181,194,.22)}.member-work-score-card-hero,.member-work-score-chart{box-sizing:border-box;width:100%;padding:14px 18px;background:#202c3fb8;border:1px solid rgba(167,181,194,.18);border-radius:12px;box-shadow:0 22px 48px #0000002e}.member-work-score-card-hero{display:flex;align-items:center;justify-content:space-between;gap:16px}.member-work-score-card-eyebrow{color:#35b7ff;font-size:11px;font-weight:800;letter-spacing:.08em}.member-work-score-card-hero h2{margin:4px 0 3px;color:#f4f8ff;font-size:24px;line-height:1.05}.member-work-score-card-hero p{margin:0;color:#e7edf3b8;font-size:11px}.member-work-score-card-detail-button{min-height:28px;padding:0 11px;color:#f4fff0;white-space:nowrap;background:linear-gradient(180deg,#7fc36c,#5d9f4d);border:1px solid rgba(209,244,193,.35);border-radius:8px;cursor:pointer}.member-work-score-card-detail-button:hover{background:linear-gradient(180deg,#8bd277,#69ad58)}.member-work-score-card-metrics{display:grid;box-sizing:border-box;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.member-work-score-card-metric{min-width:0;padding:10px 14px;color:#f4f8ff;background:#202c3fc7;border:1px solid rgba(167,181,194,.18);border-radius:10px}.member-work-score-card-metric span{display:block;color:#e7edf3ad;font-size:11px}.member-work-score-card-metric strong{display:block;margin-top:1px;color:#f4f8ff;font-size:17px;line-height:1.12}.member-work-score-chart{padding:18px 22px 20px}.member-work-score-legend{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:14px;color:#e7edf3b8;font-size:14px;font-weight:700}.member-work-score-legend span:before{display:inline-block;width:10px;height:10px;margin-right:8px;content:"";border-radius:999px}.member-work-score-legend .total-low:before{background:#8d9aa8}.member-work-score-legend .total-base:before{background:#5d8}.member-work-score-legend .total-stage:before{background:#b482f0}.member-work-score-legend .base:before{background:#5d8}.member-work-score-legend .stage:before{background:#b482f0}.member-work-score-rows{display:grid;gap:17px}.member-work-score-row{display:grid;grid-template-columns:128px minmax(0,1fr);gap:18px;align-items:center}.member-work-score-name{overflow:hidden;color:#e7edf3b8;font-size:16px;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap}.member-work-score-bars{position:relative;display:grid;gap:4px;padding-left:1px}.member-work-score-bars:before{position:absolute;top:-4px;bottom:-4px;left:0;width:1px;content:"";background:#a7b5c23d}.member-work-score-bar-line{min-height:12px}.member-work-score-bar-track{position:relative;height:9px;overflow:visible}.member-work-score-bar-fill{min-width:2px;width:var(--bar-width, 0%);height:9px;border-radius:999px}.member-work-score-bar-line.currentTotal .member-work-score-bar-fill{background:linear-gradient(90deg,#8d9aa861,#8d9aa8)}.member-work-score-bar-line.currentTotal.total-base .member-work-score-bar-fill{background:linear-gradient(90deg,#55dd8861,#5d8)}.member-work-score-bar-line.currentTotal.total-stage .member-work-score-bar-fill{background:linear-gradient(90deg,#b482f061,#b482f0)}.member-work-score-bar-line.baseScore .member-work-score-bar-fill{background:linear-gradient(90deg,#55dd8861,#5d8)}.member-work-score-bar-line.stageScore .member-work-score-bar-fill{background:linear-gradient(90deg,#b482f061,#b482f0)}.member-work-score-bar-line span{position:absolute;top:50%;left:min(calc(var(--bar-width, 0%) + 8px),calc(100% - 72px));transform:translateY(-50%);overflow:hidden;max-width:72px;font-size:13px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.member-work-score-bar-line.currentTotal span{color:#a8b4c2}.member-work-score-bar-line.currentTotal.total-base span{color:#5d8}.member-work-score-bar-line.currentTotal.total-stage span{color:#b482f0}.member-work-score-bar-line.baseScore span{color:#5d8}.member-work-score-bar-line.stageScore span{color:#b482f0}@media(max-width:1200px){.member-card-grid,.summary-card-grid,.member-work-score-card-metrics,.member-card-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-work-score-row{grid-template-columns:90px minmax(0,1fr)}.member-work-score-name{font-size:18px}}@media(max-width:820px){:root{--app-scale: 1}body{overflow:hidden}.app-layout{display:flex;width:100vw;height:100dvh;min-height:100dvh;flex-direction:column;overflow:hidden}.file-panel{flex:0 0 auto;max-height:20dvh;padding:8px;gap:6px;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}.brand-mark{width:34px;height:34px}.brand h1{font-size:16px}.primary-button{min-height:32px}.sheet-list,.file-list,.sheet-group-children{display:flex;gap:6px;overflow-x:auto;padding-bottom:3px}.sheet-item,.file-item{min-width:126px;min-height:38px;padding:8px 10px;font-size:13px}.sheet-group-header{grid-template-columns:26px minmax(126px,1fr)}.sheet-group-toggle{min-height:38px}.workbench{flex:1 1 auto;min-height:0;height:auto;overflow:hidden}.business-toolbar{height:auto;min-height:0;padding:7px 10px;flex-direction:column;gap:6px}.workbook-title strong{font-size:16px}.workbook-title span{font-size:12px}.feishu-auth-actions,.sheet-action-dock{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.sheet-action-dock{top:4px;left:6px;right:6px;gap:3px;max-width:calc(100% - 12px)}.mobile-mode-switch{display:inline-flex}.editor-area.mobile-view-mode{overflow:auto;touch-action:pan-x pan-y}.editor-area.mobile-view-mode .univer-shell{pointer-events:none}.editor-area.mobile-edit-mode .univer-shell{pointer-events:auto}.editor-area{flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.member-card-view,.member-work-score-card-view,.summary-card-view{padding:10px;gap:10px;-webkit-overflow-scrolling:touch}.member-card-hero,.member-work-score-card-hero,.summary-card-hero{align-items:flex-start;flex-direction:column;gap:12px}.member-card-hero,.member-card-section,.member-work-score-card-hero,.member-work-score-chart,.summary-card-hero,.summary-card-section{width:100%;padding:12px}.member-card-hero h2,.summary-card-hero h2{font-size:28px}.member-card-grid,.summary-card-grid,.member-work-score-card-metrics{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.member-card-metric,.member-card-role,.summary-card-metric{padding:10px;min-height:78px}.member-card-metric strong,.summary-card-metric strong{font-size:28px}.member-card-role-grid,.member-work-score-row{grid-template-columns:1fr}.member-work-score-row{gap:8px}.member-card-detail-button,.member-work-score-card-detail-button,.summary-card-detail-button{width:100%}}@media(max-width:520px){.file-panel{max-height:18dvh}.brand p,.sidebar-section-title{display:none}.business-toolbar{padding:6px 8px}.feishu-auth-actions button,.feishu-auth-role,.sheet-action-dock button,.sheet-action-dock .quick-action-link,.sheet-action-switch{height:26px;padding:0 8px;font-size:12px}.member-card-grid,.summary-card-grid,.member-work-score-card-metrics{grid-template-columns:1fr}.member-card-hero h2,.summary-card-hero h2{font-size:24px}.member-card-detail-button,.member-work-score-card-detail-button,.summary-card-detail-button{min-height:34px}.member-card-metric,.member-card-role,.summary-card-metric{min-height:68px}.member-card-role-grid{gap:8px}.univer-shell{min-width:900px}.editor-area{overflow:auto;-webkit-overflow-scrolling:touch}}@media(max-width:820px){.app-layout{grid-template-columns:1fr}.file-panel{display:none}.workbench{height:100%;min-height:0;overflow:hidden}.business-toolbar{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;height:auto;min-height:54px;padding:8px 10px;gap:8px}.workbook-title{position:static;width:100%;gap:0;padding:0}.workbook-title>strong,.workbook-title>span:not(.autosave-status){display:none}.mobile-title-trigger{position:relative;display:flex;width:100%;min-height:38px;min-width:0;flex-direction:column;align-items:flex-start;gap:2px;padding:0 104px 0 0;color:var(--text);text-align:left;background:transparent;border:0}.mobile-title-trigger strong{max-width:100%;overflow:hidden;font-size:18px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-title-trigger .mobile-title-sheet{max-width:100%;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-title-trigger:after{position:absolute;top:0;right:0;display:inline-flex;height:34px;min-width:88px;align-items:center;justify-content:center;content:"切换列表";color:#f4fff0;font-size:13px;font-weight:700;background:#8fcf7529;border:1px solid rgba(143,207,117,.38);border-radius:9px;box-shadow:inset 0 1px #ffffff14}.mobile-top-actions{display:inline-flex;align-items:center;gap:4px;padding:2px;background:#121a23c7;border:1px solid var(--line);border-radius:8px}.mobile-top-actions button{height:28px;padding:0 10px;color:var(--text);background:transparent;border:0;border-radius:6px}.mobile-top-actions button.active{color:#f4fff0;background:linear-gradient(180deg,#7fc36c,#5d9f4d)}.mobile-top-actions button:disabled{opacity:.45}.feishu-auth-actions{grid-column:1 / -1;width:100%;padding:0;overflow-x:auto}.feishu-auth-actions button,.feishu-auth-role{height:24px;padding:0 8px;font-size:11px}.mobile-navigator{position:fixed;top:54px;left:8px;right:8px;z-index:120;display:grid;max-height:min(68dvh,520px);gap:10px;padding:12px;overflow:auto;color:var(--text);background:#151d26fa;border:1px solid var(--line-strong);border-radius:12px;box-shadow:0 18px 46px #00000073}.mobile-navigator-section{display:grid;gap:8px}.mobile-navigator-section>strong{color:var(--text-muted);font-size:12px}.mobile-navigator-list,.mobile-navigator-group{display:grid;gap:6px}.mobile-navigator button{min-height:38px;padding:0 12px;color:var(--text);text-align:left;background:linear-gradient(180deg,#222c35,#1d2730);border:1px solid var(--line);border-radius:8px}.mobile-navigator button.child{margin-left:16px;min-height:34px;color:#cbd6df}.mobile-navigator button.active{color:#f4fff0;border-color:#8fcf7573;box-shadow:inset 4px 0 0 var(--accent)}.sheet-action-dock{display:none}.editor-area{min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-x pan-y}.editor-area.mobile-view-mode .univer-shell,.editor-area.read-only-mode .univer-shell{width:125%;min-width:1050px;height:160dvh;min-height:1120px;pointer-events:none}.editor-area.mobile-edit-mode .univer-shell{width:125%;min-width:1050px;height:100%;pointer-events:auto}.univer-shell :where(.univer-toolbar,.univer-formula-bar,.univer-status-bar,.univer-sheet-bar){display:none!important}}.personnel-picker{position:fixed;z-index:2147483647;width:280px;max-height:390px;padding:10px;color:var(--text);background:#202a33;border:1px solid var(--line-strong);border-radius:10px;box-shadow:0 18px 44px #0000006b}.personnel-picker-head,.personnel-picker-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.personnel-picker-head strong{font-size:14px}.personnel-picker-head button,.personnel-picker-actions button{color:var(--text);background:#26323d;border:1px solid var(--line);border-radius:7px;cursor:pointer}.personnel-picker-head button{width:28px;height:28px;padding:0;font-size:18px;line-height:1}.personnel-picker-selected{min-height:30px;margin-top:8px;padding:7px 9px;overflow:hidden;color:#d6e2ec;text-overflow:ellipsis;white-space:nowrap;background:#151d26;border:1px solid rgba(167,181,194,.2);border-radius:8px}.personnel-picker-options{display:grid;gap:4px;max-height:260px;margin-top:8px;padding-right:4px;overflow:auto}.personnel-picker-options button{display:flex;align-items:center;justify-content:space-between;min-height:30px;padding:0 9px;color:var(--text);text-align:left;background:transparent;border:1px solid transparent;border-radius:7px;cursor:pointer}.personnel-picker-options button:hover,.personnel-picker-options button.selected{color:#f4fff0;background:#8fcf7526;border-color:#8fcf7547}.personnel-picker-options button span:last-child{color:var(--accent);font-weight:800}.personnel-picker-actions{margin-top:10px}.personnel-picker-actions button{min-height:30px;padding:0 12px}.univer-shell :where(.univer-app,.univer-workbench,.univer-render,.univer-sheet-container){background:#151d26!important}.univer-shell :where([class*=univer-bg-white],[class*="dark:!univer-bg-gray-800"],[class*="dark:!univer-bg-gray-900"]){background:#18212a!important}.univer-shell :where([class*=univer-bg-white],[style*="background-color: rgb(255, 255, 255)"],[style*="background: rgb(255, 255, 255)"]){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;background-color:#18212a!important}.univer-shell section[class*=univer-overflow-hidden][class*="dark:!univer-bg-gray-900"]{isolation:isolate}.univer-shell section[class*=univer-overflow-hidden][class*="dark:!univer-bg-gray-900"]:after{position:absolute;top:0;left:0;z-index:2147483647;width:46px;height:28px;pointer-events:none;content:"";background:#18212a;border-right:1px solid #2c3742;border-bottom:1px solid #2c3742}.univer-shell :where(.univer-toolbar,.univer-formula-bar,.univer-status-bar,.univer-sheet-bar,.univer-menu){color:var(--text)!important;background:#18212a!important;border-color:var(--line)!important}.univer-shell :where(button,[role=button],input,textarea,select,.univer-input,.univer-select,.univer-button){color:var(--text)!important}:where(button[class*=univer-],[role=button][class*=univer-],[class*=univer-] button,[class*=univer-] [role=button],[class*=univer-] li,[class*=univer-] span){color:var(--text)!important}:where([class*=univer-] button:hover,[class*=univer-] [role=button]:hover,[class*=univer-] [data-highlighted=true]){color:var(--text)!important;background:#2b3742!important}.univer-shell :where(input,textarea,select,.univer-input,.univer-select){background:#151d26!important;border-color:var(--line)!important}.univer-shell :where(.univer-formula-bar,.univer-toolbar,.univer-sheet-bar) svg{color:var(--text)!important;fill:currentColor!important;stroke:currentColor!important}.univer-shell :where([class*=univer-bg-primary-50],[class*=univer-bg-primary-900]){color:#f4fff0!important;background:#8fcf7538!important;border:1px solid rgba(143,207,117,.28)!important;box-shadow:inset 0 1px #ffffff0d!important}button[class*=univer-bg-primary-50],button[class*=univer-bg-primary-900],[class*=univer-tabs] button[class*=univer-bg-primary]{color:#f4fff0!important;background:#8fcf7533!important;border-color:#8fcf754d!important}.univer-shell :where([class*=univer-bg-gray-100],[class*=univer-bg-gray-200],[class*=univer-bg-gray-500]){color:var(--text)!important;background:#26323d!important}.univer-shell :where([class*=univer-text-gray-900],[class*=univer-text-gray-700],[class*=univer-text-primary-600],[class*=univer-text-primary-300]){color:var(--text)!important}.univer-shell :where([class*=univer-formula],[class*=univer-name],[class*=univer-range]) :where(input,textarea),.univer-shell :where([data-u-comp=cell-editor],[data-u-comp=editor],[contenteditable=true],[role=textbox],[class*=univer-editor],[class*=cell-editor],[class*=formula-editor],[class*=canvas-editor]){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--accent)!important;background:#151d26!important;background-color:#151d26!important;border-color:var(--line)!important}html body :where([data-u-comp=cell-editor],[data-u-comp=editor],[contenteditable=true],[role=textbox],[class*=univer-editor],[class*=cell-editor],[class*=formula-editor],[class*=canvas-editor]){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--accent)!important;background-color:#151d26!important}html body :where([data-u-comp=cell-editor],[data-u-comp=editor],[contenteditable=true],[role=textbox],[class*=univer-editor],[class*=cell-editor],[class*=formula-editor],[class*=canvas-editor]) *:not(svg):not(path){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;background-color:transparent!important}:where(.univer-popup,[class*=univer-menu],[class*=univer-dropdown],[class*=univer-popover],[class*=univer-context]){color:var(--text)!important;background:#202a33!important;border-color:var(--line-strong)!important}:where(.univer-popup,[class*=univer-menu],[class*=univer-dropdown],[class*=univer-popover],[class*=univer-context]) :where(button,[role=button],[role=menuitem],input,span,div){color:var(--text)!important}:where(.univer-popup,[class*=univer-menu],[class*=univer-dropdown],[class*=univer-popover],[class*=univer-context]) :where(input,textarea,select){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--accent)!important;background-color:#151d26!important;border-color:var(--line-strong)!important}:where(.univer-popup,[class*=univer-menu],[class*=univer-dropdown],[class*=univer-popover],[class*=univer-context]) :where(svg){color:var(--accent)!important;fill:currentColor!important;stroke:currentColor!important}:where(.univer-popup,[class*=univer-menu],[class*=univer-dropdown],[class*=univer-popover],[class*=univer-context]) :where([aria-selected=true],[data-active=true]){background:#2b3742!important}.univer-popup :where(button:hover,[role=menuitem]:hover){background:#2b3742!important}.univer-popup.univer-popup,[class*=univer-popup][class*=univer-popup],[class*=univer-context][class*=univer-context],[class*=univer-dropdown][class*=univer-dropdown],[class*=univer-popover][class*=univer-popover],[class*=univer-menu][class*=univer-menu]{color:var(--text)!important;background:#202a33!important;border-color:var(--line-strong)!important}.univer-popup.univer-popup *,[class*=univer-popup] *,[class*=univer-context] *,[class*=univer-dropdown] *,[class*=univer-popover] *,[class*=univer-menu] *,[class*=univer-popup] [class*=univer-text-gray-900],[class*=univer-popup] [class*=univer-text-gray-700],[class*=univer-popup] [class*=univer-text-gray-600],[class*=univer-popup] [class*=univer-text-gray-500],[class*=univer-menu] [class*=univer-text-gray-900],[class*=univer-menu] [class*=univer-text-gray-700],[class*=univer-context] [class*=univer-text-gray-900],[class*=univer-context] [class*=univer-text-gray-700]{color:var(--text)!important}.univer-popup.univer-popup svg,[class*=univer-popup] svg,[class*=univer-context] svg,[class*=univer-dropdown] svg,[class*=univer-popover] svg,[class*=univer-menu] svg{color:var(--accent)!important;fill:currentColor!important;stroke:currentColor!important}.univer-popup.univer-popup [aria-disabled=true],.univer-popup.univer-popup [disabled],[class*=univer-popup] [aria-disabled=true],[class*=univer-popup] [disabled],[class*=univer-menu] [aria-disabled=true],[class*=univer-menu] [disabled]{color:#e7edf36b!important}.univer-popup.univer-popup :where([aria-selected=true],[data-active=true],[class*=univer-bg-gray-100],[class*=univer-bg-gray-200]){background:#2b3742!important}:where([data-radix-popper-content-wrapper],[role=menu]){color:var(--text)!important}:where([data-radix-popper-content-wrapper],[role=menu]) :where(button,[role=button],[role=menuitem],[role=option],li,div,span){color:var(--text)!important}:where([data-radix-popper-content-wrapper],[role=menu]) :where(svg){color:var(--accent)!important;fill:currentColor!important;stroke:currentColor!important}:where([data-radix-popper-content-wrapper],[role=menu]) :where([aria-disabled=true],[data-disabled],[disabled]){color:#e7edf373!important;opacity:1!important}:where([data-radix-popper-content-wrapper],[role=menu]) :where(button:hover,[role=button]:hover,[role=menuitem]:hover,[data-highlighted=true],[class*=univer-bg-gray-100],[class*=univer-bg-gray-200]){color:var(--text)!important;background:#2b3742!important}html body [role=menu],html body [role=menuitem],html body [role=option],html body [data-state=open][class*=univer-],html body [class*=univer-z-],html body [class*=univer-shadow]{color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;background-color:#202a33!important}html body [role=menu] *:not(svg):not(path),html body [role=menuitem] *:not(svg):not(path),html body [role=option] *:not(svg):not(path),html body [data-state=open][class*=univer-] *:not(svg):not(path),html body [class*=univer-z-] *:not(svg):not(path),html body [class*=univer-shadow] *:not(svg):not(path){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;text-shadow:none!important}html body [class*=univer-] :where(li,div,span,button,[role=option],[role=menuitem]):not(svg):not(path){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;text-shadow:none!important}.empty-state{display:grid;height:100%;place-items:center;color:var(--text-muted)}.access-request-view{display:grid;min-height:100%;padding:56px 24px;place-items:start center;color:var(--text);background:radial-gradient(circle at 50% 0%,rgba(115,186,94,.12),transparent 34%),var(--panel)}.access-request-card{width:min(680px,100%);padding:28px;border:1px solid rgba(143,207,117,.24);border-radius:16px;background:#1a2530f5;box-shadow:0 18px 48px #00000042}.access-request-eyebrow{display:inline-flex;margin-bottom:10px;color:#8fdc7a;font-size:13px;font-weight:700}.access-request-card h2{margin:0 0 10px;color:var(--text);font-size:24px}.access-request-card p{margin:0 0 20px;color:var(--text-muted);line-height:1.7}.access-request-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px}.access-request-info div{min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0c161f9e}.access-request-info span{display:block;margin-bottom:6px;color:var(--text-muted);font-size:12px}.access-request-info strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:14px}.access-request-card button{min-height:34px;padding:0 16px;border:1px solid rgba(143,207,117,.35);border-radius:8px;color:#fff;background:#5e9f51;cursor:pointer}.access-request-card button:hover{background:#6fb95d}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sheet-action-switch{display:inline-flex;align-items:center;gap:10px;min-height:28px;padding:3px 8px;font-size:12px;line-height:1;border-radius:8px;background:#293542eb;border-color:#4a5a69}.sheet-action-switch span{color:var(--text);letter-spacing:.01em}.sheet-action-toggle{position:relative;width:44px;height:24px;margin:0;padding:0;border:0;border-radius:999px;background:#6a7786;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;transition:background-color .16s ease}.sheet-action-toggle:before{content:"";position:absolute;left:2px;top:2px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 2px 4px #00000040;transition:transform .16s ease}.sheet-action-toggle:checked{background:#6fb95d}.sheet-action-toggle:checked:before{transform:translate(20px)}.sheet-action-toggle:disabled{cursor:not-allowed;opacity:.55}.sheet-action-toggle:focus-visible{box-shadow:0 0 0 2px #8fcf7559}
