@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap";.conti-auth,.conti-review,.conti-comments,.conti-versions,.conti-ideas,.conti-audit{font-family:system-ui,-apple-system,Apple SD Gothic Neo,sans-serif;color:#1a1a1a;font-size:14px;line-height:1.5}.conti-btn{border:1px solid #d0d0d0;background:#fff;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer}.conti-btn:disabled{opacity:.45;cursor:not-allowed}.conti-btn-primary{background:#3182f6;border-color:#3182f6;color:#fff}.conti-btn-link{border:none;background:none;color:#3182f6;cursor:pointer;padding:4px 0;font-size:13px}.conti-auth{display:flex;flex-direction:column;gap:14px;width:100%;max-width:360px;margin:0 auto;min-height:100vh;justify-content:center;padding:24px 20px;box-sizing:border-box}.conti-auth-title{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 2px}.conti-field{display:flex;flex-direction:column;gap:6px;font-size:12.5px}.conti-field>span{font-weight:600;color:#8b8f97}.conti-field input{height:44px;padding:0 14px;border:1px solid #e3e6ea;border-radius:11px;background:#f6f7f9;font-size:15px;color:#191c20;outline:none;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.conti-field input::placeholder{color:#b8b8b8}.conti-field input:focus{background:#fff;border-color:#3182f6;box-shadow:0 0 0 3px #e8f3ff}.conti-auth-error{color:#f04452;font-size:13px;margin:0}.conti-auth .conti-btn-primary{height:46px;margin-top:4px;border-radius:12px;font-size:15px;font-weight:600}.conti-auth .conti-btn-link{align-self:center;font-weight:500}.conti-gate{border:1px solid #e6e6e6;border-radius:8px;padding:12px;margin-bottom:10px}.conti-gate-head{display:flex;gap:12px;align-items:baseline;margin-bottom:8px}.conti-gate-stage{font-weight:600}.conti-gate-state{color:#777;font-size:12px}.conti-gate-owner{margin-left:auto;font-size:12px;color:#444}.conti-gate-decisions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.conti-handoff-reasons{margin:6px 0 0;padding-left:18px;color:#b54;font-size:12px}.conti-comments{display:flex;flex-direction:column;height:100%;min-height:0;width:100%;max-width:100%;overflow-x:hidden}.conti-comments-toolbar{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;background:var(--cs-panel, #fff);border-bottom:1px solid var(--cs-divider, rgba(2, 32, 71, .05))}.conti-comment-filter{display:inline-flex;gap:2px}.conti-filter-btn{border:none;background:transparent;color:#8b95a1;border-radius:8px;padding:5px 11px;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease}.conti-filter-btn:hover{background:#f2f4f6;color:#4e5968}.conti-filter-btn.active{background:#0017330a;color:var(--cs-ink, #191c20);font-weight:600}.conti-mark-read{font-size:12.5px;padding:5px 11px;border:none;border-radius:8px;background:var(--cs-accent-soft, #e8f3ff);color:var(--cs-accent, #3182f6);font-weight:600;cursor:pointer}.conti-comments>.conti-thread,.conti-comments>.conti-empty{flex:0 0 auto}.conti-thread{padding:13px 14px;border-bottom:1px solid var(--cs-divider, rgba(2, 32, 71, .05))}.conti-thread-gone{display:inline-block;margin-bottom:6px;padding:1px 6px;border-radius:4px;background:#f2f4f6;color:#8b95a1;font-size:11px;font-weight:500;line-height:16px}.conti-thread:hover{background:#f9fafb}.conti-thread[data-status=resolved]{background:#f7f8fa}.conti-thread[data-status=resolved] .conti-msg-name,.conti-thread[data-status=resolved] .conti-msg-text{color:#9299a3}.conti-thread[data-status=resolved] .conti-msg-resolve{opacity:0}.conti-thread[data-status=resolved]:hover .conti-msg-resolve,.conti-thread[data-status=resolved]:focus-within .conti-msg-resolve{opacity:1}.conti-thread-unread{background:#f4f9ff}.conti-thread-unread:hover{background:#ecf4ff}.conti-thread-unread .conti-msg-text{font-weight:600}.conti-unread-pill{display:inline-block;flex:0 0 auto;background:#f04452;color:#fff;font-size:10px;font-weight:700;line-height:1;padding:2px 5px;border-radius:4px}.conti-msg{display:flex;gap:8px;align-items:flex-start}.conti-msg-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1}.conti-msg-body{flex:1;min-width:0}.conti-msg-head{display:flex;align-items:center;gap:7px;min-height:18px}.conti-msg-name{flex:0 1 auto;min-width:0;font-size:13px;font-weight:600;color:var(--cs-ink, #191c20);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conti-msg-time{flex:0 0 auto;color:#a0a6ae;font-size:11px;font-weight:500}.conti-msg-controls{margin-left:auto;display:inline-flex;align-items:center;gap:3px}.conti-msg-actions{display:inline-flex;align-items:center;gap:2px;opacity:0;transition:opacity .12s ease}.conti-msg:hover .conti-msg-actions,.conti-msg:focus-within .conti-msg-actions{opacity:1}.conti-msg-actions button{padding:2px 4px;border:0;background:transparent;color:#8b95a1;font:inherit;font-size:11px;cursor:pointer}.conti-msg-actions button:hover{color:#4e5968}.conti-msg-actions button.is-danger:hover{color:#e5484d}.conti-msg-resolve{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;min-width:50px;height:24px;justify-content:center;border:1px solid #e2e5e9;background:#fff;padding:0 8px;border-radius:7px;font-size:11px;font-weight:600;line-height:1;color:#69717c;cursor:pointer;transition:background .12s ease,color .12s ease}.conti-msg-resolve:hover{border-color:#d3d8de;background:#eef0f3;color:#191c20}.conti-msg-resolve.is-resolved:hover{background:#f2f4f6;color:#191c20}.conti-msg-text{margin:3px 0 0;font-size:13.5px;line-height:1.55;color:#4e5968;white-space:pre-wrap;word-break:break-word}.conti-msg-edit{margin-top:5px}.conti-msg-edit textarea{width:100%;min-height:54px;box-sizing:border-box;resize:vertical;padding:8px 9px;border:1px solid #d1d6db;border-radius:8px;background:#fff;color:var(--cs-ink, #191c20);font:inherit;font-size:13px;line-height:1.45;outline:none}.conti-msg-edit textarea:focus{border-color:var(--cs-accent, #3182f6);box-shadow:0 0 0 2px #3182f61a}.conti-msg-edit>div{display:flex;justify-content:flex-end;gap:5px;margin-top:5px}.conti-msg-edit button{padding:5px 9px;border:0;border-radius:6px;background:#f2f4f6;color:#4e5968;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.conti-msg-edit button.is-primary{background:var(--cs-accent, #3182f6);color:#fff}.conti-msg-edit button:disabled{opacity:.45;cursor:default}.conti-replies{margin-left:32px;margin-top:12px;display:flex;flex-direction:column;gap:12px}.conti-replies .conti-msg-text{font-size:13px}.conti-replies-more{align-self:flex-start;border:0;background:none;padding:0;color:#6b7684;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer}.conti-replies-more:hover{color:#333d4b;text-decoration:underline}.conti-thread .comment-reply-input{margin-top:12px}.conti-newcomment-bar{margin-top:auto;position:sticky;bottom:0;padding:12px 14px;background:var(--cs-panel, #fff);border-top:1px solid var(--cs-divider, rgba(2, 32, 71, .05))}.conti-newcomment{display:flex;align-items:center;gap:6px;padding:4px 4px 4px 14px;border-radius:999px;background:var(--cs-panel, #fff);box-shadow:inset 0 0 0 1px var(--cs-line, #e3e6ea);transition:box-shadow .12s ease}.conti-newcomment:hover{box-shadow:inset 0 0 0 1px #3182f68c}.conti-newcomment:focus-within{box-shadow:inset 0 0 0 1px var(--cs-accent, #3182f6)}.conti-newcomment input[type=text]{flex:1;min-width:0;border:none;background:transparent;outline:none;padding:4px 0;font-family:inherit;font-size:13px;line-height:1.4;color:#191c20}.conti-newcomment input[type=text]::placeholder{color:#b8b8b8}.conti-send{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:999px;background:#3182f6;color:#fff;cursor:pointer}.conti-send:disabled{background:#d9d9d9;cursor:default}.conti-versions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.conti-version{display:flex;gap:8px;align-items:center;width:100%;text-align:left;border:none;background:transparent;border-radius:7px;padding:6px 10px;cursor:pointer;color:#555;font-size:13px;line-height:1.2}.conti-version:hover{background:#f7f8fa}.conti-version.active{background:#f0f1f4;color:#1a1a1a}.conti-version-label{font-weight:500;white-space:nowrap}.conti-version.active .conti-version-label{font-weight:600}.conti-version-readonly{margin-left:auto;font-size:11px;color:#b0b4ba;white-space:nowrap}.conti-version-badge{margin-left:auto;font-size:11px;font-weight:600;color:#8a8f98;white-space:nowrap}.conti-idea-new{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.conti-idea-textarea{min-height:72px;padding:8px;border:1px solid #d0d0d0;border-radius:6px;resize:vertical;font:inherit}.conti-idea-tags-input{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.conti-tag{background:#eef1f6;border-radius:12px;padding:2px 8px;font-size:12px}.conti-tag button{border:none;background:none;cursor:pointer;margin-left:4px}.conti-idea-list{list-style:none;margin:0;padding:0}.conti-idea{border-bottom:1px solid #eee;padding:8px 0}.conti-audit{list-style:none;margin:0;padding:0}.conti-audit-line{display:flex;gap:10px;padding:4px 0;font-size:13px}.conti-audit-time{color:#999;font-variant-numeric:tabular-nums;white-space:nowrap}.conti-empty{color:#999;font-size:13px}.conti-comments-guide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 28px;gap:5px}.conti-comments-guide-ico{width:40px;height:40px;margin-bottom:16px;border-radius:50% 50% 50% 4px;background:#cdd3db;box-shadow:0 2px 6px #0000001f}.conti-comments-guide-text{margin:0;font-size:14px;font-weight:600;line-height:1.5;color:#4e5968}.conti-comments-guide-sub{margin:0;font-size:13px;line-height:1.55;color:#8b95a1}.conti-comments-none{padding:32px 16px;text-align:center;font-size:13.5px;color:#8b95a1}:root{--cs-bg: #f6f7f9;--cs-panel: #ffffff;--cs-line: #e3e6ea;--cs-ink: #191c20;--cs-muted: #6b7280;--cs-accent: #3182f6;--cs-accent-strong: #1b64da;--cs-accent-soft: #e8f3ff;--cs-dot: #c7ccd4;--cs-divider: rgba(2, 32, 71, .05);--cs-done: #2b8a3e;--cs-done-soft: #e8f5ec}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;color:var(--cs-ink);background:var(--cs-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cs-section-title{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--cs-muted);margin:0 0 10px}.cs-episode-list{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-direction:column;gap:4px}.cs-episode{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;font-size:13px;text-align:left}.cs-episode:hover{background:var(--cs-bg)}.cs-episode.active{background:var(--cs-accent-soft);border-color:var(--cs-accent)}.cs-episode-stage{font-size:11px;color:var(--cs-muted)}.cs-main{display:flex;flex:1;min-width:0;min-height:0}.cs-canvas-col{display:flex;flex-direction:column;flex:1;min-width:0}.cs-canvas-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:10px 14px;border-bottom:1px solid var(--cs-line);background:var(--cs-panel);flex-wrap:wrap}.cs-canvas-wrap{position:relative;flex:1;min-height:0;background:#fbfcfd;overflow:hidden}.cs-canvas-placeholder,.cs-empty-screen{display:flex;align-items:center;justify-content:center;height:100%;color:var(--cs-muted);font-size:14px}.cs-import-bar{border-top:1px solid var(--cs-line);background:var(--cs-panel);padding:10px 14px}.cs-toolbar{position:relative;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cs-tools{display:flex;gap:4px;background:var(--cs-bg);border-radius:10px;padding:3px}.cs-tool{position:relative;border:none;background:transparent;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;color:var(--cs-muted)}.cs-tip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(4px);display:flex;flex-direction:column;gap:6px;width:320px;padding:14px 16px;border-radius:12px;background:#fff;box-shadow:0 0 0 1px #0017330d,0 6px 20px -4px #0000002e;text-align:left;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:60}.cs-tool:hover .cs-tip{opacity:1;transform:translate(-50%) translateY(0);transition-delay:.35s}.cs-tool.tip-off .cs-tip{display:none}.cs-tip-title{font-size:13.5px;font-weight:600;color:var(--cs-ink)}.cs-tip-desc{font-size:12.5px;line-height:1.5;color:#8b95a1}.cs-tool:focus,.cs-tool:focus-visible{outline:none}.cs-tool-ico{display:block}.cs-tool-icon-slot{flex:none;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.cs-tool-label{display:none}.cs-tool:disabled{opacity:.4;cursor:not-allowed}.cs-tool.active{background:var(--cs-accent-soft);color:var(--cs-accent)}.cs-toolbar-upload{display:inline-flex;align-items:center;gap:5px;height:36px;padding:0 14px;border:none;border-radius:8px;background:var(--cs-accent);color:#fff;font-size:13px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap}.cs-toolbar-upload:hover{opacity:.92}.cs-toolbar-upload:disabled{opacity:.5;cursor:default}.cs-toolbar-div{width:1px;height:22px;background:var(--cs-line);margin:0 2px}.cs-pen-trigger{width:36px;height:36px;border:none;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.cs-pen-trigger.is-on{background:var(--cs-bg)}.cs-pen-trigger-dot{width:24px;height:24px;border-radius:50%;box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px #00000024}.cs-pen-trigger-wrap{position:relative;display:inline-flex}.cs-pen-options{position:absolute;bottom:calc(100% + 9px);right:-2px;display:flex;align-items:center;gap:12px;background:var(--cs-panel);border-radius:12px;padding:8px 12px;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;white-space:nowrap}.cs-pen-options:after{content:"";position:absolute;bottom:-5px;right:16px;width:10px;height:10px;background:var(--cs-panel);border-radius:0 0 2px;transform:rotate(45deg);box-shadow:3px 3px 6px -3px #00000029}.cs-swatches,.cs-sizes{display:flex;gap:4px}.cs-swatch{width:28px;height:28px;border-radius:50%;border:3px solid transparent;cursor:pointer;padding:0;background-clip:content-box}.cs-swatch.active{border-color:var(--cs-ink);outline:1px solid #fff;outline-offset:-4px}.cs-size{min-width:34px;height:32px;border:1px solid var(--cs-line);background:var(--cs-panel);border-radius:6px;cursor:pointer;font-size:12px}.cs-size.active{border-color:var(--cs-accent);color:var(--cs-accent)}.cs-pen-presets{display:flex;gap:4px;background:var(--cs-bg);border-radius:8px;padding:3px}.cs-preset{border:none;background:transparent;min-height:30px;padding:4px 12px;border-radius:6px;font-size:12px;cursor:pointer;color:var(--cs-muted)}.cs-preset.active{background:var(--cs-panel);color:var(--cs-ink);box-shadow:0 1px 2px #00000014;font-weight:600}.cs-version-strip{max-width:360px;overflow-x:auto}.canvas-zoom{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:2px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:10px;padding:3px;box-shadow:0 2px 8px #00000014}.canvas-zoom button{border:none;background:transparent;width:24px;height:24px;font-size:16px;cursor:pointer;border-radius:8px}.canvas-zoom button:hover{background:var(--cs-bg)}.canvas-zoom-pct{min-width:50px;font-size:12px!important}.cs-import{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cs-dropzone{flex:1;min-width:240px;border:2px dashed var(--cs-line);border-radius:12px;padding:10px 16px;text-align:center;cursor:pointer;background:var(--cs-bg)}.cs-dropzone.over{border-color:var(--cs-accent);background:var(--cs-accent-soft)}.cs-dropzone-main{margin:0;font-size:13px;font-weight:600}.cs-dropzone-sub{margin:2px 0 0;font-size:12px;color:var(--cs-muted)}.cs-import-progress{margin:0;font-size:12px;color:var(--cs-accent)}.cs-save-version{display:flex;gap:6px}.cs-save-version input{padding:8px 10px;border:1px solid var(--cs-line);border-radius:8px;font-size:13px}.cs-rail{width:340px;flex-shrink:0;border-left:1px solid var(--cs-divider);background:var(--cs-panel);display:flex;flex-direction:column;min-height:0}.cs-rail-tabs{display:flex;border-bottom:1px solid var(--cs-divider)}.cs-rail-tabs button{flex:1;border:none;background:transparent;padding:12px;font-size:13px;cursor:pointer;color:var(--cs-muted);border-bottom:2px solid transparent}.cs-rail-tabs button.active{color:var(--cs-ink);border-bottom-color:var(--cs-accent);font-weight:600}.cs-rail-body{flex:1;overflow-y:auto;padding:14px}.cs-rail-subtitle{font-size:13px;margin:18px 0 8px}.cs-gate-create-btns{display:flex;flex-wrap:wrap;gap:6px}.conti-btn{padding:8px 12px;border:1px solid var(--cs-line);border-radius:8px;background:var(--cs-panel);cursor:pointer;font-size:13px}.conti-btn:disabled{opacity:.5;cursor:not-allowed}.conti-btn-primary{background:var(--cs-accent);border-color:var(--cs-accent);color:#fff}.conti-empty{color:var(--cs-muted);font-size:13px}.cs-page{width:100%;padding:28px 32px 48px}.cs-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.cs-page-title{font-size:22px;font-weight:700;margin:0}.cs-page-user{display:flex;align-items:center;gap:10px}.cs-page-who{font-size:13px;color:var(--cs-muted)}.cs-page-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cs-inline-new{display:flex;gap:6px}.cs-inline-new input{padding:8px 10px;border:1px solid var(--cs-line);border-radius:8px;font-size:13px}.cs-breadcrumb{display:flex;align-items:center;gap:12px;min-width:0}.cs-back{font-size:13px;color:var(--cs-muted);text-decoration:none;white-space:nowrap}.cs-back:hover{color:var(--cs-accent)}.cs-canvas-page{display:flex;flex-direction:column;height:100%}.cs-canvas-header{display:flex;align-items:center;gap:18px;padding:10px 16px;background:var(--cs-panel);border-bottom:1px solid var(--cs-line);flex-wrap:wrap}.cs-canvas-body{display:flex;flex:1;min-height:0}.cs-rail-section{padding:14px;border-bottom:1px solid var(--cs-line)}:root{--color-canvas-dot: var(--cs-dot);--color-primary: var(--cs-accent);--color-primary-weak: var(--cs-accent-soft)}.canvas-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-color:#f5f5f5}.cs-region-palette{z-index:20;display:flex;gap:4px;padding:5px 6px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:9px;box-shadow:0 4px 14px #0000001f}.cs-region-swatch{width:20px;height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;background-clip:content-box}.cs-region-swatch.active{border-color:var(--cs-ink);outline:1px solid #fff;outline-offset:-3px}.text-memo-editor{position:absolute;z-index:20;min-width:160px;max-width:320px;padding:6px 10px;font-family:inherit;font-size:14px;line-height:1.5;color:var(--cs-ink);background:var(--cs-panel);border:1px solid var(--cs-accent);border-radius:8px;box-shadow:0 6px 18px #0000001f;resize:none;overflow:hidden;outline:none}.tool-cursor{position:absolute;left:0;top:0;z-index:30;pointer-events:none;will-change:transform;line-height:0}.tool-cursor__icon{display:block;line-height:0}.tool-cursor__pin{display:block;background:#fff;border:2.5px solid #1e1e1e;border-radius:50% 50% 50% 3px;box-shadow:0 0 0 3px #fff,0 3px 6px #00000047,0 1px 2px #0003}.cs-canvas-carry-flag{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:35;width:18px;height:18px;padding:0;display:inline-flex;align-items:center;justify-content:center;transform:translate(-100%);border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#fffffff5;color:#344054;box-shadow:0 1px 3px #0f172a29;cursor:pointer;pointer-events:auto;transition:color .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.cs-canvas-carry-flag>svg{display:block}.cs-canvas-carry-flag:hover,.cs-canvas-carry-flag:focus-visible{color:#101828;background:#fff;border-color:#0f172a33;box-shadow:0 2px 5px #0f172a2e;outline:none}.cs-canvas-carry-flag.is-pinned{color:#2563eb;background:#fffffff5;border-color:#2563eb3d;box-shadow:0 1px 3px #0f172a29}.cs-canvas-carry-flag.is-status-only{opacity:.86}.cs-canvas-carry-flag.is-pinned:hover,.cs-canvas-carry-flag.is-pinned:focus-visible{color:#1d4ed8;background:#fff;border-color:#2563eb61}.cs-canvas-carry-flag:disabled{cursor:default;opacity:.78}.cs-canvas-group-label{position:absolute;z-index:36;height:22px;min-width:0;padding:0 5px;overflow:hidden;border:.5px solid #d1d5db;border-radius:4px;background:#fff;color:#191c20;font:600 12px/20px Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap;text-overflow:ellipsis;cursor:text;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cs-canvas-group-label[aria-disabled=true]{cursor:default}.comment-pin--pending{pointer-events:none}.comment-pin.is-open-pin{z-index:60}.comment-pin.is-hover-pin{z-index:40}.comment-pin{position:absolute;z-index:15;transform:translateY(-100%)}.comment-pin__marker{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:40px;height:40px;padding:3px;border:1px solid rgba(25,31,40,.1);border-radius:50% 50% 50% 0;background:#fff;box-shadow:0 1px 4px #14181f29;cursor:default;transform-origin:bottom left;transition:transform .1s ease,box-shadow .1s ease,opacity .12s ease}.comment-pin__avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--pin-color, var(--cs-accent));color:#fff;font-size:15px;font-weight:700;line-height:1;transition:filter .12s ease,opacity .12s ease;-webkit-user-select:none;user-select:none}.comment-pin__lock{position:absolute;right:-4px;bottom:-4px;font-size:9px;line-height:1;background:#fff;border-radius:999px;padding:1px;box-shadow:0 1px 2px #00000040}.comment-cluster{position:absolute;z-index:16;transform:translate(-50%,-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;border-radius:999px;border:2px solid var(--cs-panel);background:var(--cs-accent);color:#fff;font-size:13px;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0003}.comment-cluster:hover{filter:brightness(1.05)}.comment-cluster:focus-visible{outline:2px solid var(--cs-accent);outline-offset:2px}.comment-pin__marker:hover{transform:scale(1.08);box-shadow:0 3px 10px #14181f33}.comment-pin__marker.is-open{transform:scale(1.12);border-color:var(--cs-accent);box-shadow:0 0 0 2px var(--cs-accent),0 3px 10px #14181f38}.comment-pin__marker:focus-visible{outline:2px solid #fff;outline-offset:2px}.comment-pin__marker.is-resolved{opacity:.72}.comment-pin__marker.is-resolved .comment-pin__avatar{filter:grayscale(.64) saturate(.38);opacity:.48}.comment-pin__marker.is-resolved:hover{opacity:1}.comment-pin__marker.is-resolved:hover .comment-pin__avatar{filter:grayscale(.25) saturate(.7);opacity:.8}.comment-pin.is-hover-pin .comment-pin__marker{opacity:0}.comment-pin__popover{position:absolute;top:50%;left:calc(100% + 14px);opacity:0;pointer-events:none;transform:translate(var(--pin-dx, 0px),calc(-50% + var(--pin-dy, 0px)));transform-origin:left center;z-index:20;min-width:320px;max-width:400px;padding:14px;background:var(--cs-panel);border:none;border-radius:12px;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;cursor:default}.comment-pin__popover.is-placed{opacity:1;pointer-events:auto;animation:comment-popover-in .14s ease-out}.comment-pin__head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.comment-pin__head-avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1;flex:0 0 auto}.comment-pin__head-name{font-size:13px;font-weight:600;color:var(--cs-ink)}.comment-pin__text{margin:0 0 12px;padding-left:32px;font-size:13px;line-height:1.5;color:var(--cs-ink);white-space:pre-wrap;word-break:break-word}.comment-pin__more{padding-left:32px}.comment-pin__actions{display:flex;gap:6px;justify-content:flex-end}.comment-pin__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;color:var(--cs-ink);background:var(--cs-bg);cursor:pointer}.comment-pin__action:hover{background:var(--cs-line)}.comment-pin__action--danger{color:var(--cs-accent)}.comment-pin__popover,.comment-pin__popover button,.comment-pin__preview{cursor:default}.comment-reply-input__field{cursor:text}.comment-pin__preview{position:absolute;left:-4px;bottom:-4px;top:auto;z-index:50;min-width:260px;max-width:360px;padding:12px 14px;background:var(--cs-panel);border-radius:10px;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;pointer-events:auto;cursor:default;transform-origin:bottom left;animation:comment-card-in .16s cubic-bezier(.22,1,.36,1)}@keyframes comment-card-in{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes comment-popover-in{0%{opacity:0}to{opacity:1}}.comment-pin__text--clamp{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.comment-pin__more{margin:6px 0 0;font-size:12px;font-weight:600;color:var(--cs-muted)}.comment-pin__popover--thread{display:flex;flex-direction:column;gap:10px;max-height:60vh;padding:12px;border-radius:12px}.comment-pin__msg-right{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:4px}.comment-pin__more-menu{position:relative;flex:0 0 auto;display:inline-flex}.comment-pin__more-button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--cs-muted);cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.comment-pin__msg:hover .comment-pin__more-button,.comment-pin__msg:focus-within .comment-pin__more-button,.comment-pin__more-button.is-open{opacity:1}.comment-pin__more-button:hover,.comment-pin__more-button.is-open{background:#f2f4f6;color:var(--cs-ink)}.comment-pin__more-list{position:absolute;z-index:10;top:calc(100% + 4px);right:0;display:flex;flex-direction:column;min-width:108px;padding:4px;border-radius:9px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 8px 20px -6px #00000029}.comment-pin__more-list button{padding:7px 9px;border:none;border-radius:6px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:12.5px;font-weight:500;text-align:left;white-space:nowrap;cursor:pointer}.comment-pin__more-list button:hover{background:#f2f4f6}.comment-pin__more-ask{padding:6px 9px 4px;color:var(--cs-muted);font-size:11.5px;font-weight:500;white-space:nowrap}.comment-pin__more-list button.is-danger{color:#e5484d}.comment-pin__more-list button.is-danger:hover{background:#e5484d14}.comment-pin__resolve-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 9px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;color:#69717c;font-family:inherit;font-size:11px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,opacity .12s ease}.comment-pin__resolve-btn:hover{border-color:#d3d8de;background:#eef0f3;color:#191c20}.comment-pin__resolve-btn.is-resolved{background:transparent;border-color:transparent;color:var(--cs-muted);opacity:0}.comment-pin__resolve-btn.is-resolved:hover{background:var(--cs-bg);border-color:var(--cs-line);color:#4e5968}.comment-pin__msg:hover .comment-pin__resolve-btn.is-resolved,.comment-pin__msg:focus-within .comment-pin__resolve-btn.is-resolved{opacity:1}.comment-pin__root{flex:0 0 auto;padding-bottom:12px;border-bottom:1px solid var(--cs-divider)}.comment-pin__replies{display:flex;flex-direction:column;gap:14px;flex:1 1 auto;min-height:0;max-height:42vh;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(2,32,71,.18) transparent}.comment-pin__replies::-webkit-scrollbar{width:6px}.comment-pin__replies::-webkit-scrollbar-thumb{border-radius:999px;background:#0220472e}.comment-pin__replies:hover::-webkit-scrollbar-thumb{background:#0220474d}.comment-pin__replies::-webkit-scrollbar-track{background:transparent}.comment-pin__changed{display:inline-flex;align-items:center;gap:5px;max-width:100%;margin:10px 0 0 32px;height:26px;padding:0 9px;border:1px solid #e2e5e9;border-radius:999px;background:#fff;font-size:11.5px;font-weight:600;color:#69717c;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.comment-pin__changed strong{font-weight:600;color:#8b95a1}.comment-pin__changed:hover{border-color:#d3d8de;background:#f7f8fa;color:#191c20}.comment-pin__changed:hover strong{color:#4e5968}.comment-pin__msg-time{flex:0 0 auto;padding:0;border:none;background:transparent;color:#a0a6ae;font-family:inherit;font-size:11px;font-weight:500}.comment-pin__msg-time.is-link{cursor:pointer}.comment-pin__msg-time.is-link:hover{color:var(--cs-accent);text-decoration:underline}.comment-pin__seen{flex:0 0 auto;display:inline-flex;align-items:center;height:24px;padding:0 9px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;color:#69717c;font-family:inherit;font-size:11px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.comment-pin__seen:hover{border-color:#d3d8de;background:#eef0f3;color:#191c20}.comment-pin__msg{display:flex;gap:8px;align-items:flex-start}.comment-pin__msg-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1}.comment-pin__msg-body{flex:1;min-width:0}.comment-pin__msg-head{display:flex;align-items:center;gap:8px;min-height:22px}.comment-pin__msg-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;color:var(--cs-ink)}.comment-pin__msg-text{margin:2px 0 0;font-size:13px;line-height:1.45;color:var(--cs-ink);white-space:pre-wrap;word-break:break-word}.comment-reply-input{display:flex;align-items:center;gap:6px;width:100%;box-sizing:border-box;padding:4px 4px 4px 12px;border-radius:999px;background:var(--cs-bg);box-shadow:inset 0 0 0 1px var(--cs-line)}.comment-reply-input:focus-within{background:#fff;box-shadow:inset 0 0 0 1px var(--cs-accent)}.comment-reply-input__field{flex:1;border:none;background:transparent;outline:none;resize:none;overflow:hidden;padding:4px 0;font-family:inherit;font-size:13px;line-height:1.4;color:var(--cs-ink)}.comment-reply-input__field::placeholder{color:#b8b8b8}.comment-reply-input__send{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:999px;background:var(--cs-accent);color:#fff;cursor:pointer}.comment-reply-input__send:disabled{background:#d9d9d9;cursor:default}.comment-pin__edit-field{width:100%;box-sizing:border-box;margin-top:4px;border:1px solid var(--cs-line);border-radius:8px;padding:6px 8px;font-family:inherit;font-size:13px;line-height:1.45;color:var(--cs-ink);background:var(--cs-panel);resize:none;overflow:hidden;outline:none;cursor:text}.comment-pin__edit-field:focus{border-color:var(--cs-accent)}.comment-pin__edit-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.comment-pin__edit-actions button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.comment-pin__edit-actions button{color:var(--cs-muted);background:var(--cs-bg)}.comment-pin__edit-actions button:hover{color:var(--cs-ink);background:#eef0f3}.comment-pin__edit-actions button.is-primary{color:#fff;background:var(--cs-accent)}.comment-pin__edit-actions button.is-primary:hover{opacity:.92}.comment-pin__edit-actions button.is-primary:disabled{background:var(--cs-accent-soft);color:#aac8f5;cursor:default}.comment-draft-editor{z-index:20;min-width:220px;max-width:320px;display:flex;flex-direction:column;gap:8px;background:var(--cs-panel);cursor:default;position:absolute;min-width:320px;padding:6px 6px 6px 18px;border-radius:10px;border:none;box-shadow:inset 0 0 0 1px var(--cs-line),0 2px 6px #00000014,0 6px 16px -4px #0000001f;transition:box-shadow .12s ease;transform:translate(52px,calc(-50% - 15px))}.comment-draft-editor:hover{box-shadow:inset 0 0 0 1px #3182f68c,0 2px 6px #00000014,0 6px 16px -4px #0000001f}.comment-draft-editor:focus-within{box-shadow:inset 0 0 0 1px var(--cs-accent),0 2px 6px #00000014,0 6px 16px -4px #0000001f}.comment-draft-editor__row{display:flex;align-items:center;gap:6px}.comment-draft-editor__send{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:999px;background:var(--cs-accent);color:#fff;cursor:pointer;transition:background .12s ease,transform .08s ease}.comment-draft-editor__send:hover:not(:disabled){filter:brightness(1.05)}.comment-draft-editor__send:active:not(:disabled){transform:scale(.94)}.comment-draft-editor__send:disabled{background:#d9d9d9;color:#fff;cursor:default}.comment-draft-editor__avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1;flex:0 0 auto;margin-top:2px}.comment-draft-editor__input{flex:1;width:100%;box-sizing:border-box;border:none;padding:2px 0;font-family:inherit;font-size:13px;line-height:1.5;color:var(--cs-ink);background:transparent;resize:none;overflow:hidden;outline:none;cursor:text}.comment-draft-editor__input::placeholder{color:#b8b8b8;font-size:13px}.comment-visibility{display:inline-flex;gap:2px;padding:2px;border-radius:999px;background:var(--cs-bg)}.comment-visibility__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500;color:var(--cs-muted);background:transparent;cursor:pointer;white-space:nowrap}.comment-visibility__btn.is-active{color:var(--cs-ink);background:var(--cs-panel);box-shadow:0 1px 2px #00000014}.comment-pin__internal-hint{margin:0 0 6px;font-size:11px;color:var(--cs-muted)}.zoom-control{position:absolute;right:14px;bottom:14px;z-index:10;display:flex;align-items:center;padding:4px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:999px;box-shadow:0 2px 8px #00000014}.zoom-control__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;width:32px;height:32px;border-radius:999px;font-size:18px;line-height:1;color:var(--cs-ink);cursor:pointer}.zoom-control__btn:hover{background:var(--cs-bg)}.zoom-control__value{min-width:52px;padding:0 4px;border:none;background:transparent;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums;color:var(--cs-ink);text-align:center;cursor:pointer;border-radius:6px}.zoom-control__value:hover{background:var(--cs-bg)}.cs-saved-toast{position:absolute;bottom:16px;left:calc(var(--canvas-inset-left, 48px) + 12px);z-index:30;min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--cs-divider);border-radius:8px;background:#fffffff0;color:#66717f;font-size:12px;font-weight:500;pointer-events:none;box-shadow:0 2px 8px -5px #0f172a38;opacity:0;transform:translateY(5px);transition:left .2s cubic-bezier(.22,1,.36,1),opacity .16s ease,transform .18s cubic-bezier(.22,1,.36,1)}.cs-saved-toast.is-visible{opacity:1;transform:translateY(0)}.cs-saved-toast.is-warning{border-color:#f0dfb4;background:#fffbebf5;color:#8a641c}.cs-saved-toast.is-error{border-color:#ffd4d4;background:#fff7f7fa;color:#c92a2a}.cs-saved-toast__spinner{animation:cs-boot-spin 1s linear infinite}.cs-save-spinner{position:absolute;bottom:18px;left:calc(var(--canvas-inset-left, 48px) + 14px);z-index:30;width:20px;height:20px;display:grid;place-items:center;color:#8b95a1;pointer-events:none;transition:left .2s cubic-bezier(.22,1,.36,1)}.cs-save-spinner svg{animation:cs-boot-spin 1s linear infinite}.cs-saved-toast.is-reduced{transition:none;transform:translateY(0)}.cs-empty-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:32px}.cs-dropzone--empty{flex:none;width:min(440px,80%);min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-width:2px;border-radius:10px;padding:32px 24px}.cs-dropzone--empty .cs-dropzone-main{font-size:15px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.cs-stage-root{position:relative;width:100%;height:100%;overflow:hidden;background:#f5f5f5}.cs-stage-root.drag-over:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px dashed var(--cs-accent);border-radius:12px;background:#3182f60f;pointer-events:none;z-index:40}.cs-note-style-toolbar{position:absolute;z-index:55;transform:translate3d(var(--cs-note-toolbar-live-x, 0px),var(--cs-note-toolbar-live-y, 0px),0) translate(-50%);display:flex;align-items:center;gap:8px;height:38px;padding:5px 8px;border:1px solid var(--cs-divider);border-radius:10px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 8px 20px -6px #0003}.cs-note-font-controls,.cs-note-color-controls{display:flex;align-items:center;gap:4px}.cs-note-font-controls button{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:transparent;color:var(--cs-ink);cursor:pointer}.cs-note-font-controls button:hover{background:var(--cs-bg)}.cs-note-font-controls>span{min-width:24px;color:var(--cs-ink);font-size:12px;font-variant-numeric:tabular-nums;text-align:center}.cs-note-style-divider{width:1px;height:20px;background:var(--cs-divider)}.cs-note-color-controls button{width:20px;height:20px;padding:0;border:1px solid rgba(25,28,32,.12);border-radius:50%;box-shadow:0 0 0 2px transparent;cursor:pointer}.cs-note-color-controls button.is-active{box-shadow:0 0 0 2px var(--cs-panel),0 0 0 4px var(--cs-accent)}.cs-note-style-toolbar button:focus-visible{outline:2px solid var(--cs-accent);outline-offset:2px}.cs-stage-fill{position:absolute;top:0;right:0;bottom:0;left:0}.cs-ov{position:absolute;z-index:70}.cs-ov-tl{top:12px;left:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:calc(100% - 360px)}.cs-ov-top{top:12px;left:50%;transform:translate(-50%)}.cs-ov-toolbar{bottom:16px;left:50%;transform:translate(-50%)}.cs-ov-toolbar .cs-toolbar{background:var(--cs-panel);border:none;border-radius:10px;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;padding:6px 8px;gap:10px}.cs-ov-toolbar .cs-tools{background:transparent;padding:0}.cs-ov-toolbar .cs-tool{width:44px;height:48px;flex-direction:column;gap:5px}.cs-ov-toolbar .cs-tool-label{display:block;height:10px;font-size:9px;font-weight:600;line-height:10px;white-space:nowrap}.cs-ov-toolbar .cs-toolbar-upload,.cs-ov-toolbar .cs-pen-trigger{height:48px}.cs-ov-toolbar .cs-pen-trigger{width:44px}.cs-ov-toolbar .cs-toolbar-div{height:auto;align-self:stretch}.cs-ov-toolbar .cs-tool.active{background:var(--cs-accent);color:#fff;box-shadow:none}.cs-ov-tr{top:12px;right:12px}.cs-ov-right{top:0;right:0;bottom:0}.cs-onboarding-checklist{position:absolute;right:calc(var(--canvas-inset-right, 0px) + 16px);bottom:18px;z-index:75;width:328px;overflow:hidden;border:1px solid var(--cs-divider);border-radius:16px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 10px 28px -8px #0003;transition:right .18s ease}.cs-onboarding-checklist-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px 13px;border:0;background:transparent;color:var(--cs-ink);text-align:left;cursor:pointer}.cs-onboarding-checklist-head>span{display:flex;align-items:baseline;gap:8px}.cs-onboarding-checklist-head strong{font-size:15px;font-weight:750}.cs-onboarding-checklist-head small{color:var(--cs-muted);font-size:12px;font-variant-numeric:tabular-nums}.cs-onboarding-checklist-head svg{flex:none;color:var(--cs-muted);transition:transform .18s ease}.cs-onboarding-checklist.is-collapsed .cs-onboarding-checklist-head svg{transform:rotate(180deg)}.cs-onboarding-checklist-body{max-height:calc(100vh - 110px);overflow-y:auto;padding:0 8px 10px;scrollbar-width:thin}.cs-onboarding-checklist-body>p{margin:0;padding:0 8px 8px;color:var(--cs-muted);font-size:12px}.cs-onboarding-progress{height:3px;margin:0 8px 10px;overflow:hidden;border-radius:999px;background:var(--cs-bg)}.cs-onboarding-progress>span{display:block;height:100%;border-radius:inherit;background:var(--cs-accent);transition:width .18s ease}.cs-onboarding-checklist-body ul{margin:0;padding:0;list-style:none}.cs-onboarding-group+.cs-onboarding-group{margin-top:10px;padding-top:11px;border-top:1px solid var(--cs-divider)}.cs-onboarding-group-head{width:100%;display:flex;align-items:flex-start;gap:9px;padding:0 8px 6px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.cs-onboarding-group-head>span{flex:none;width:21px;height:21px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--cs-bg);color:var(--cs-muted);font-size:10px;font-weight:750}.cs-onboarding-group-head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.cs-onboarding-group-head>div>span{display:flex;align-items:baseline;gap:6px}.cs-onboarding-group-head strong{color:var(--cs-ink);font-size:13px;font-weight:720}.cs-onboarding-group-head>div>span>small{color:var(--cs-muted);font-size:10px;font-variant-numeric:tabular-nums}.cs-onboarding-group-head small{color:var(--cs-muted);font-size:11px;line-height:1.35}.cs-onboarding-group-head>svg{flex:none;margin:3px 0 0 auto;color:var(--cs-muted);transition:transform .16s ease}.cs-onboarding-group.is-expanded .cs-onboarding-group-head>svg{transform:rotate(180deg)}.cs-onboarding-group>ul{margin-left:18px;padding-left:7px;border-left:1px solid var(--cs-divider)}.cs-onboarding-checklist-body li>div{width:100%;display:flex;align-items:center;gap:11px;padding:8px;border:0;border-radius:8px;background:transparent;color:var(--cs-ink);font:inherit;font-size:13px;line-height:1.35;text-align:left}.cs-onboarding-checklist-body li>div.is-current{background:#3182f612;box-shadow:inset 0 0 0 1px #3182f61f}.cs-onboarding-checklist-body li>div.is-done{color:var(--cs-muted)}.cs-onboarding-item-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.cs-onboarding-item-copy strong{color:var(--cs-ink);font-size:13px;font-weight:650}.cs-onboarding-item-copy small{display:none;color:var(--cs-muted);font-size:11px;line-height:1.35;white-space:normal}.is-current>.cs-onboarding-item-copy small,.cs-onboarding-bonus .cs-onboarding-item-copy small{display:block}.is-done>.cs-onboarding-item-copy strong{color:var(--cs-muted);text-decoration:line-through}.cs-onboarding-example{display:inline-flex;align-self:flex-start;align-items:center;gap:5px;margin-top:6px;padding:5px 9px;border:1px solid var(--cs-divider);border-radius:7px;background:var(--cs-panel);color:var(--cs-ink);font:inherit;font-size:11px;font-weight:600;cursor:pointer}.cs-onboarding-example:hover{border-color:var(--cs-ink)}.cs-onboarding-example:disabled{color:var(--cs-muted);cursor:default}.cs-onboarding-step-icon{flex:none;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cs-divider);border-radius:7px;background:#fff;color:var(--cs-muted)}.cs-onboarding-step-icon>svg{display:block}.is-done>.cs-onboarding-step-icon{border-color:var(--cs-accent);background:var(--cs-accent);color:#fff}.cs-onboarding-check{flex:none;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--cs-line);border-radius:5px;background:#fff;color:var(--cs-muted)}.cs-onboarding-check>svg{display:block}.is-done>.cs-onboarding-check{border-color:var(--cs-accent);background:var(--cs-accent);color:#fff}.cs-onboarding-bonus{position:relative;margin:9px 4px 0;padding-top:11px;border-top:1px solid var(--cs-divider)}.cs-onboarding-complete{display:flex;align-items:flex-start;gap:9px;margin:10px 4px 0;padding:10px;border-radius:10px;background:#3182f614;color:var(--cs-accent)}.cs-onboarding-complete>svg{flex:none;margin-top:1px}.cs-onboarding-complete>span{display:flex;flex-direction:column;gap:2px}.cs-onboarding-complete strong{color:var(--cs-ink);font-size:13px;font-weight:700}.cs-onboarding-complete small{color:var(--cs-muted);font-size:11px;line-height:1.4}.cs-onboarding-bonus-label{display:block;margin:0 5px 6px;color:var(--cs-accent);font-size:9px;font-weight:800;letter-spacing:.08em}.cs-onboarding-bonus-card{width:100%;display:flex;align-items:center;gap:10px;padding:9px 8px;border:1px solid rgba(49,130,246,.14);border-radius:10px;background:#3182f60f;color:var(--cs-ink);font:inherit;text-align:left}.cs-onboarding-bonus-icon{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#fff;color:var(--cs-accent);box-shadow:0 1px 3px #1118271a}@media(max-width:760px){.cs-onboarding-checklist{right:8px;bottom:76px;width:min(328px,calc(100% - 16px))}}.cs-side-dock{top:0;bottom:0;height:100%;display:flex;align-items:stretch}.cs-side-dock--left{left:0;border-right:1px solid var(--cs-divider)}.cs-side-rail{width:48px;flex:0 0 48px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 6px;background:var(--cs-panel)}.cs-side-rail--left{border-right:1px solid var(--cs-divider)}.cs-rail-button{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:9px;background:transparent;color:#6b7684;text-decoration:none;cursor:pointer;transition:background .12s ease,color .12s ease}.cs-rail-button:hover{background:#f0f3f6;color:var(--cs-ink)}.cs-rail-button.is-active{background:#f0f2f4;color:#313842}.cs-rail-button:focus-visible{outline:2px solid var(--cs-accent);outline-offset:1px}.cs-rail-exit{flex:0 0 36px;margin-top:auto}.cs-leftpanel{width:240px;flex:0 0 240px;min-width:0;height:100%;display:flex;flex-direction:column;background:var(--cs-panel);overflow:hidden;transform:translate(0);opacity:1;transition:width .2s cubic-bezier(.22,1,.36,1),flex-basis .2s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),opacity .14s ease,visibility 0s}.cs-leftpanel.is-closed{width:0;flex-basis:0;transform:translate(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:width .18s cubic-bezier(.4,0,1,1),flex-basis .18s cubic-bezier(.4,0,1,1),transform .15s ease,opacity .11s ease,visibility 0s .18s}.cs-leftpanel-context{flex:0 0 auto;min-width:0;padding:15px 14px 14px;border-bottom:1px solid var(--cs-divider)}.cs-leftpanel-foot{flex:0 0 auto;padding:8px 10px 10px;border-top:1px solid var(--cs-divider)}.cs-lp-feedback{display:flex;align-items:center;gap:7px;width:100%;padding:7px 9px;border:none;border-radius:8px;background:transparent;font-family:inherit;font-size:12.5px;font-weight:600;color:#8b95a1;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.cs-lp-feedback:hover{background:#f6f8fa;color:var(--cs-ink)}.cs-leftpanel-work,.cs-leftpanel-episode{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-leftpanel-work{display:inline-block;max-width:100%;margin:0 0 2px;color:#6b7684;font-size:11.5px;font-weight:600;line-height:1.35;text-decoration:none}.cs-leftpanel-work:hover{color:var(--cs-ink);text-decoration:underline}.cs-epswitch{position:relative}.cs-epswitch-button{display:inline-flex;align-items:center;gap:3px;max-width:100%;min-width:0;margin-left:-6px;padding:2px 5px 2px 6px;border:none;border-radius:6px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:15px;font-weight:650;line-height:1.35;letter-spacing:-.015em;text-align:left;cursor:pointer}.cs-epswitch-button svg{flex:0 0 auto;color:#8b95a1}.cs-epswitch-button:hover,.cs-epswitch-button.is-open{background:#f6f8fa}.cs-epswitch-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-epswitch-list{position:absolute;z-index:30;top:calc(100% + 4px);left:-6px;min-width:200px;max-width:280px;max-height:300px;margin:0;padding:4px;overflow-y:auto;list-style:none;border-radius:10px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 8px 20px -6px #00000029}.cs-epswitch-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:7px 8px;border:none;border-radius:7px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.cs-epswitch-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-epswitch-item:hover{background:#f2f4f6}.cs-epswitch-item.is-current{font-weight:700}.cs-epswitch-item.is-current svg{flex:0 0 auto;color:var(--cs-accent)}.cs-epswitch-empty{padding:8px;color:#8b95a1;font-size:12.5px}.cs-leftpanel-episode{margin:0;color:var(--cs-ink);font-size:16px;font-weight:700;line-height:1.35;letter-spacing:-.015em}.cs-leftpanel-body{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding:12px}.cs-leftpanel-versions{flex:0 1 auto;max-height:40%;overflow-y:auto}.cs-leftpanel-layers-region{flex:1 1 0;min-height:0;overflow-y:auto}.cs-versions-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cs-versions-head .cs-panel-sub{margin:0}.cs-version-add{display:inline-flex;align-items:center;gap:3px;height:26px;padding:0 10px;border:none;border-radius:8px;background:var(--cs-accent);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.cs-version-add:hover{opacity:.92}.cs-version-add:disabled{opacity:.5;cursor:default}.cs-version-add.is-on{background:var(--cs-accent-strong)}.cs-newver-wrap{display:inline-flex}.cs-newver-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#14161c29}.cs-newver-pop{position:fixed;z-index:2001;width:220px;padding:13px 14px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:12px;box-shadow:0 6px 18px -8px #0000002e;animation:cs-modal-pop .14s cubic-bezier(.22,1,.36,1);cursor:default}.cs-newver-pop-title{margin:0 0 5px;font-size:13px;font-weight:700;color:var(--cs-ink)}.cs-newver-pop-desc{margin:0 0 12px;font-size:12px;line-height:1.5;color:var(--cs-muted)}.cs-newver-pop-desc b{color:var(--cs-ink);font-weight:600}.cs-newver-pop-actions{display:flex;justify-content:flex-end;gap:6px}.cs-newver-cancel,.cs-newver-confirm{height:30px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.cs-newver-cancel{border:1px solid var(--cs-line);background:#fff;color:var(--cs-ink)}.cs-newver-cancel:hover{background:var(--cs-bg)}.cs-newver-confirm{border:none;background:var(--cs-accent);color:#fff}.cs-newver-confirm:hover{opacity:.92}.cs-newver-confirm:disabled{opacity:.5;cursor:default}.cs-leftpanel-layers{display:flex;flex-direction:column;gap:0}.cs-leftpanel-layers .cs-panel-sub{margin:0}.cs-leftpanel-layers-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cs-layer-add{display:inline-flex;align-items:center;gap:2px;height:26px;padding:0 10px 0 8px;border:1px solid var(--cs-line);border-radius:13px;background:#fff;color:var(--cs-muted);font-size:12px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.cs-layer-add-inline{width:20px;height:20px;padding:0;border-radius:5px;justify-content:center;flex:none}.cs-layer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.cs-layer-group-head .cs-layer-kind{font-weight:600}.cs-layer-twirl{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:-6px;border:none;border-radius:5px;background:transparent;color:var(--cs-muted);cursor:pointer;padding:0;flex:none}.cs-layer-twirl-spacer{display:inline-block;width:16px;height:16px;margin-left:-6px;flex:none}.cs-layer-item{position:relative;display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;color:#4e5968;line-height:1.2}.cs-layer-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start;width:42px;gap:2px}.cs-layer-item:hover .cs-layer-kind,.cs-layer-item:has(.cs-layer-actions .is-on) .cs-layer-kind{padding-right:50px}.cs-layer-item:hover,.cs-layer-item.is-hovered{background:#f6f7f9}.cs-layer-item-btn{cursor:pointer}.cs-layer-item.is-selected,.cs-layer-item.is-selected:hover{background:#f0f1f4}.cs-layer-item.is-drag-source{opacity:.4}.cs-layer-item{-webkit-user-select:none;user-select:none}.cs-layer-group{display:flex;flex-direction:column;gap:2px;border-radius:9px}.cs-layer-sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.cs-layer-group.is-drop-into,.cs-layer-item.is-drop-into{box-shadow:inset 0 0 0 1.5px var(--cs-accent)}.cs-leftpanel-divider{height:1px;margin:10px 12px;background:var(--cs-divider)}.cs-context-menu{position:absolute;z-index:90;min-width:150px;padding:4px;border-radius:10px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 8px 20px -6px #00000029}.cs-context-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.cs-context-menu button:hover{background:#0220470d}.cs-context-menu button svg{color:var(--cs-muted)}.cs-layer-rename{flex:1;min-width:0;border:0;padding:0;background:transparent;font-family:inherit;font-size:13px;font-weight:500;color:var(--cs-ink);outline:none}.cs-layer-item.is-drop-before:before,.cs-layer-item.is-drop-after:after{content:"";position:absolute;left:8px;right:8px;height:2px;border-radius:1px;background:var(--cs-accent);pointer-events:none}.cs-layer-item.is-drop-before:before{top:-2px}.cs-layer-item.is-drop-after:after{bottom:-2px}.cs-layer-list.is-root-target:after{content:"";height:2px;margin:0 8px;border-radius:1px;background:var(--cs-accent)}.cs-layer-kind{flex:1;font-size:13px;font-weight:500;color:var(--cs-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-layer-drawing-tag{flex:none;font-size:11px;font-weight:600;color:var(--cs-accent);letter-spacing:-.01em;white-space:nowrap}.cs-layer-pin{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:5px;background:transparent;color:var(--cs-muted);cursor:pointer;padding:0;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.cs-layer-pin>svg{display:block}.cs-layer-item:hover .cs-layer-pin,.cs-layer-pin.is-on,.cs-layer-pin:focus-visible{opacity:1}.cs-layer-pin.is-on{color:var(--cs-accent)}.cs-layer-lock{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:5px;background:transparent;color:var(--cs-muted);cursor:pointer;padding:0;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.cs-layer-item:hover .cs-layer-lock,.cs-layer-lock.is-on,.cs-layer-lock:focus-visible{opacity:1}.cs-layer-lock.is-on{color:var(--cs-ink)}.cs-layer-pin:hover,.cs-layer-lock:hover,.cs-layer-add-inline:hover{background:#11182712;color:var(--cs-ink)}.cs-layer-pin.is-on:hover{color:var(--cs-accent-strong)}.cs-pen-newlayer{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 11px;border:1px solid var(--cs-line);background:var(--cs-panel);border-radius:6px;font-size:12px;color:var(--cs-ink);cursor:pointer}.cs-pen-newlayer:hover{border-color:var(--cs-accent);color:var(--cs-accent)}.cs-order-corner{left:16px;bottom:16px;z-index:40}.cs-order-fab{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--cs-line);background:var(--cs-panel);color:var(--cs-muted);border-radius:11px;cursor:pointer;padding:0;box-shadow:0 2px 6px #0000000f,0 6px 16px -6px #0000001f}.cs-order-fab:hover{color:var(--cs-ink);background:#f5f6f8}.cs-order-fab.is-on{background:var(--cs-accent-soft);border-color:transparent;color:var(--cs-accent)}.cs-order-popover{position:absolute;left:0;bottom:calc(100% + 8px);z-index:121;width:220px;max-height:440px;display:flex;flex-direction:column;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:12px;box-shadow:0 2px 8px #00000012,0 8px 24px -4px #00000021;animation:cs-modal-pop .15s ease both}.cs-order-popover-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 8px;border-bottom:1px solid var(--cs-line);flex:0 0 auto}.cs-order-popover-title{font-size:12px;font-weight:600;color:var(--cs-ink);letter-spacing:.01em}.cs-order-popover-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:6px;color:var(--cs-muted);cursor:pointer;padding:0}.cs-order-popover-close:hover{background:var(--cs-bg);color:var(--cs-ink)}.cs-reorder-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#11141861;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:cs-modal-fade .16s ease}.cs-reorder-modal{width:100%;max-width:760px;max-height:min(820px,calc(100vh - 48px));display:flex;flex-direction:column;padding:24px 24px 20px;background:var(--cs-panel);border:1px solid rgba(0,29,58,.08);border-radius:16px;box-shadow:0 2px 8px #0000000f,0 24px 64px -16px #0d182847;animation:cs-modal-pop .18s cubic-bezier(.22,1,.36,1)}.cs-reorder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.cs-reorder-title{margin:0;font-size:20px;font-weight:700;letter-spacing:-.01em}.cs-reorder-sub{margin:6px 0 0;font-size:13px;color:var(--cs-muted)}.cs-reorder-close{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--cs-muted);cursor:pointer}.cs-reorder-close:hover{background:var(--cs-bg);color:var(--cs-ink)}.cs-reorder-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}.cs-reorder-layout button{min-width:0;height:82px;display:flex;align-items:center;gap:14px;padding:0 16px;border:1px solid var(--cs-line);border-radius:12px;background:#fff;color:#747d89;text-align:left;cursor:pointer}.cs-reorder-layout button:hover{border-color:#c8cfd8;background:#fafbfc}.cs-reorder-layout button.is-selected{border-color:var(--cs-accent);background:#3182f60e;color:var(--cs-accent);box-shadow:0 0 0 1px #3182f61a}.cs-reorder-layout button>span{min-width:0;display:flex;flex-direction:column;gap:4px}.cs-reorder-layout strong{color:var(--cs-ink);font-size:13.5px;font-weight:650}.cs-reorder-layout small{color:var(--cs-muted);font-size:12px;white-space:nowrap}.cs-reorder-layout-preview{flex:0 0 auto;width:56px;height:48px;display:flex;align-items:center;justify-content:center;gap:3px;padding:8px;border:1px solid #e2e6eb;border-radius:8px;background:#f6f7f9}.cs-reorder-layout-preview i{display:block;border:1px solid #aeb6c0;border-radius:1.5px;background:#fff}.cs-reorder-layout-preview.is-vertical{flex-direction:column}.cs-reorder-layout-preview.is-vertical i{width:22px;height:8px;margin-top:-1px}.cs-reorder-layout-preview.is-horizontal i{width:10px;height:28px;margin-left:-1px}.cs-reorder-layout button.is-selected .cs-reorder-layout-preview{border-color:#3182f642;background:#fff}.cs-reorder-layout button.is-selected .cs-reorder-layout-preview i{border-color:#3182f6ad;background:var(--cs-accent-soft)}.cs-reorder-order-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 2px 10px}.cs-reorder-order-head strong{color:var(--cs-ink);font-size:13.5px;font-weight:650}.cs-reorder-order-head span{color:var(--cs-muted);font-size:12px}.cs-reorder-grid{list-style:none;margin:0;min-height:174px;padding:12px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start;border:1px solid #e7eaee;border-radius:12px;background:#f7f8fa}.cs-reorder-item{position:relative;width:104px;height:150px;border:1px solid var(--cs-line);border-radius:9px;background:#fff;overflow:hidden;-webkit-user-select:none;user-select:none;box-shadow:0 1px 2px #1118270a;transition:border-color .12s ease,box-shadow .12s ease,opacity .12s ease,transform .12s ease}.cs-reorder-item:hover{border-color:#cfd5dd;box-shadow:0 4px 12px #11182714;transform:translateY(-1px)}.cs-reorder-item.is-dragging{opacity:.18;transform:none}.cs-reorder-num{position:absolute;top:7px;left:7px;z-index:1;min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:#191c20d1;color:#fff;font-size:11px;font-weight:700}.cs-reorder-thumb-wrap{width:100%;height:118px;overflow:hidden;background:#eef0f3}.cs-reorder-thumb{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;pointer-events:none}.cs-reorder-file{height:31px;display:flex;align-items:center;gap:4px;padding:0 7px 0 9px;border-top:1px solid #edf0f2;color:#7b8490}.cs-reorder-file span{flex:1;min-width:0;overflow:hidden;color:#535c68;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.cs-reorder-grip{flex:0 0 auto;width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:6px;background:transparent;color:#8b94a0;cursor:grab;touch-action:none}.cs-reorder-grip:hover{background:#f0f2f5;color:#4e5968}.cs-reorder-grip:active{cursor:grabbing}.cs-reorder-drag-preview{position:fixed;z-index:1100;overflow:hidden;border:1px solid rgba(49,130,246,.5);border-radius:9px;background:#fff;box-shadow:0 0 0 2px #3182f61a,0 16px 36px #11182733;pointer-events:none;transform:rotate(.35deg) scale(1.02);transform-origin:center}.cs-reorder-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:20px}.cs-reorder-actions>p{flex:1;margin:0;color:var(--cs-muted);font-size:12px}.cs-reorder-actions>div{display:flex;gap:8px}.cs-reorder-btn{height:40px;padding:0 17px;border:1px solid var(--cs-line);border-radius:9px;background:#fff;color:var(--cs-ink);font-size:13px;font-weight:600;cursor:pointer}.cs-reorder-btn:hover{background:var(--cs-bg)}.cs-reorder-btn--primary{border-color:transparent;background:var(--cs-accent);color:#fff}.cs-reorder-btn--primary:hover{background:var(--cs-accent-strong);opacity:1}@media(max-width:640px){.cs-reorder-backdrop{padding:12px}.cs-reorder-modal{padding:20px 16px 16px}.cs-reorder-layout{grid-template-columns:1fr}.cs-reorder-layout button{height:72px}.cs-reorder-grid{min-height:164px}.cs-reorder-actions{align-items:stretch;flex-direction:column}.cs-reorder-actions>div{justify-content:flex-end}}.cs-order-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.cs-order-list--pop{padding:8px;overflow-y:auto;flex:1 1 0;min-height:0}.cs-order-item{display:flex;align-items:center;gap:8px;padding:5px 6px;border-radius:8px;background:var(--cs-bg)}.cs-order-num{flex:0 0 auto;width:16px;font-size:11px;font-weight:700;color:var(--cs-muted);text-align:center}.cs-order-thumb{flex:1;min-width:0;height:44px;object-fit:cover;border-radius:6px;background:#fff;border:1px solid var(--cs-line)}.cs-order-btns{flex:0 0 auto;display:flex;flex-direction:column;gap:2px}.cs-order-btns button{width:24px;height:22px;border:none;border-radius:5px;background:var(--cs-panel);color:var(--cs-muted);font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cs-order-btns button:hover:not(:disabled){background:var(--cs-accent-soft);color:var(--cs-accent)}.cs-order-btns button:disabled{opacity:.35;cursor:default}.cs-minimap{position:absolute;left:222px;top:50%;transform:translateY(-50%);z-index:15;background:var(--cs-panel);border-radius:10px;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;cursor:pointer;touch-action:none}.cs-minimap__piece{position:absolute;background:#d7dbe0;border-radius:2px;pointer-events:none}.cs-minimap__viewport{position:absolute;left:0;right:0;background:#3182f629;box-shadow:inset 0 0 0 1.5px var(--cs-accent);border-radius:3px;pointer-events:none}.cs-ov-center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.cs-upload-failbar{bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#191c20eb;color:#fff;padding:8px 10px 8px 16px;border-radius:999px;font-size:13px;box-shadow:0 6px 20px #00000040}.cs-upload-failbar button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600;line-height:1;cursor:pointer}.cs-failbar-retry{background:var(--cs-accent);color:#fff}.cs-failbar-retry:hover{background:var(--cs-accent-strong)}.cs-failbar-discard{background:#ffffff1f;color:#fff}.cs-failbar-discard:hover{background:#fff3}.cs-ov-busy{bottom:16px;left:50%;transform:translate(-50%);background:#191c20d9;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px}.cs-ov-bottom{bottom:78px;left:50%;transform:translate(-50%);max-width:calc(100% - 24px)}.cs-ordertray{display:flex;gap:8px;padding:8px 10px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--cs-line);border-radius:12px;box-shadow:0 6px 24px #0000001f;overflow-x:auto}.cs-ordertray-item{display:flex;flex-direction:column;align-items:center;gap:4px}.cs-ordertray-num{font-size:11px;font-weight:700;color:var(--cs-muted)}.cs-ordertray-thumb{width:48px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--cs-line);background:#f3f3f3;display:block}.cs-ordertray-btns{display:flex;gap:2px}.cs-ordertray-btns button{width:22px;height:20px;border:1px solid var(--cs-line);background:#fff;border-radius:5px;cursor:pointer;font-size:10px;line-height:1;padding:0}.cs-ordertray-btns button:disabled{opacity:.35;cursor:default}.cs-chip,.cs-chip-input{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border-radius:9px;border:1px solid var(--cs-line);background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014;font-size:13px;color:var(--cs-ink);cursor:pointer;text-decoration:none;white-space:nowrap}.cs-chip:hover{background:#fff}.cs-chip:disabled{opacity:.5;cursor:default}.cs-chip-primary{background:var(--cs-accent);border-color:var(--cs-accent);color:#fff}.cs-chip-primary:hover{opacity:.92}.cs-chip-input{cursor:text;width:130px}.cs-chip-back{font-weight:600}.cs-chip-readonly{background:#fff7e6f2;border-color:#f0c674;color:#8a6d3b;cursor:default}.cs-panel{width:320px;flex:0 0 320px;height:100%;display:flex;flex-direction:column;background:var(--cs-panel);border:none;border-left:1px solid rgba(2,32,71,.08);border-radius:0;overflow:hidden;transform:translate(0);opacity:1;transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .15s ease,visibility 0s}.cs-panel.is-closed{transform:translate(100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .18s cubic-bezier(.4,0,1,1),opacity .12s ease,visibility 0s .18s}.cs-panel-view-actions{flex:0 0 40px;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:7px 16px;border-bottom:1px solid var(--cs-divider)}.cs-panel-view-actions .cs-comment-close{width:32px;height:32px;flex-basis:32px;margin:0 -8px 0 auto}.cs-panel-view-button{height:26px;padding:0 9px;border:0;border-radius:8px;background:#f2f4f6;color:#4e5968;font:inherit;font-size:10px;font-weight:650;line-height:1;cursor:pointer;transition:background .12s ease,color .12s ease}.cs-panel-view-button:hover{background:#e9edf1;color:var(--cs-ink)}.cs-panel-view-button.cs-panel-phone{display:inline-flex;align-items:center;gap:5px}.cs-panel-view-button:has(svg):not(.cs-panel-phone){display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;background:transparent;color:#8b95a1}.cs-panel-view-button:has(svg):not(.cs-panel-phone):hover{background:#f2f4f6;color:var(--cs-ink)}.cs-panel-view-button.is-on{background:#eceff2;color:#20252c}.cs-panel-view-button.is-on:hover{background:#e4e8ec;color:#20252c}.cs-panel-view-button:focus-visible{outline:2px solid var(--cs-accent);outline-offset:1px}.cs-panel-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;padding:0 16px;border-bottom:1px solid var(--cs-divider)}.cs-panel-heading{flex:1;margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--cs-ink)}.cs-panel-collapsed-button,.cs-comment-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;padding:0;border:0;border-radius:9px;background:transparent;color:#66717f;cursor:pointer;transition:background .12s ease,color .12s ease}.cs-panel-collapsed-button:hover,.cs-comment-close:hover{background:#f0f2f4;color:var(--cs-ink)}.cs-panel-collapsed-button:focus-visible,.cs-comment-close:focus-visible{outline:2px solid var(--cs-accent);outline-offset:1px}.cs-panel-collapsed-actions{top:8px;right:8px;display:flex;align-items:center;gap:2px;padding:4px;background:var(--cs-panel);border:1px solid var(--cs-divider);border-radius:10px;box-shadow:0 4px 12px -6px #00000038;opacity:1;transform:scale(1);transition:opacity .13s ease .1s,transform .18s cubic-bezier(.22,1,.36,1) 80ms,visibility 0s 80ms,background .12s ease}.cs-panel-collapsed-button{width:34px;height:34px;flex-basis:34px;border-radius:7px}.cs-panel-collapsed-button:disabled{opacity:.32;cursor:default}.cs-panel-collapsed-button:disabled:hover{background:transparent;color:#66717f}.cs-panel-collapsed-actions.is-hidden{opacity:0;transform:scale(.88);visibility:hidden;pointer-events:none;transition:opacity 80ms ease,transform .1s ease,visibility 0s .1s}.cs-comment-drop{width:20px;height:20px;display:block;border:1.6px solid #596574;border-radius:50% 50% 50% 0;background:transparent}.cs-panel-sec{padding:12px 14px;border-bottom:1px solid var(--cs-line)}.cs-panel-sub{margin:0 0 8px;font-size:13px;font-weight:600;color:#8b95a1}.cs-panel-tabs{flex:1;display:flex;gap:4px}.cs-panel-tabs button{border:none;background:transparent;border-radius:999px;padding:5px 12px;cursor:pointer;font-size:13px;font-weight:500;color:var(--cs-muted);transition:color .12s ease,background .12s ease}.cs-panel-tabs button:hover{color:var(--cs-ink)}.cs-panel-tabs button.active{background:var(--cs-accent-soft);color:var(--cs-accent);font-weight:600}.cs-panel-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:14px}.cs-panel-body--flush{padding:0}.cs-panel-empty{padding:24px 16px;text-align:center}.cs-fp{display:flex;flex-direction:column;gap:28px}.cs-fp-group{display:flex;flex-direction:column;gap:8px}.cs-fp-group--tight{margin-top:-16px}.cs-fp-title{margin:0;font-size:11px;font-weight:700;letter-spacing:.02em;color:#8b95a1}.cs-fp-line{display:flex;align-items:center;gap:10px;min-height:32px}.cs-fp-label{flex:0 0 60px;font-size:12px;font-weight:500;color:#6b7684}.cs-fp-line>.cs-fp-input,.cs-fp-line>.cs-fp-seg{flex:1 1 auto;min-width:0}.cs-fp-input--num{flex:0 0 84px}.cs-fp-input{height:32px;padding:0 10px;border:1px solid #e3e6ea;border-radius:8px;background:#fff;font-family:inherit;font-size:12.5px;font-weight:500;color:var(--cs-ink);outline:none;transition:border-color .12s ease,background .12s ease}.cs-fp-input:hover{border-color:#d3d8de}.cs-fp-input:focus{border-color:var(--cs-accent)}.cs-fp-seg{display:inline-flex;gap:2px;height:32px;align-items:center}.cs-fp-seg button{height:32px;padding:0 12px;border:none;border-radius:8px;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:#8b95a1;cursor:pointer;transition:background .12s ease,color .12s ease}.cs-fp-seg button:hover{background:#f6f8fa;color:var(--cs-ink)}.cs-fp-seg button.is-on{background:#eceff2;color:#20252c}.cs-fp-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:32px;padding:0 12px;border:1px solid var(--cs-line);border-radius:8px;background:#fff;font-family:inherit;font-size:12px;font-weight:600;color:var(--cs-ink);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.cs-fp-btn:hover{border-color:#d3d8de;background:#f2f4f6}.cs-fp-btn:disabled{opacity:.5;cursor:default}.cs-fp-btn--wide{width:100%}.cs-io{width:380px}.cs-io-sub{margin:6px 0 0;font-size:13px;line-height:1.45;color:#6b7684}.cs-io-list{margin:14px 0 0;padding:0;list-style:none;max-height:340px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.cs-io-row{display:flex;align-items:center;gap:10px;height:34px;flex:0 0 34px;padding:0 8px;border-radius:8px;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#fff}.cs-io-row:hover{background:#f6f8fa}.cs-io-row.is-dragging{position:relative;z-index:1;background:#eceff2;cursor:grabbing}.cs-io-idx{flex:0 0 18px;font-size:12px;font-weight:700;color:#8b95a1;text-align:center;font-variant-numeric:tabular-nums}.cs-io-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;color:var(--cs-ink)}.cs-io-row svg{flex:0 0 auto;color:#c2c8cf}.cs-qr-modal{max-width:360px}.cs-qr-modal .cs-modal-title{margin-bottom:8px}.cs-qr-sub{margin:0 0 20px;font-size:13px;line-height:1.55;color:#6b7684}.cs-qr-modal .mp-qr{gap:16px}.cs-qr-modal .mp-qr-code{width:100%;height:auto;aspect-ratio:1}.cs-fp-btn.is-danger{color:#e03131}.cs-fp-btn.is-danger:hover{border-color:#e0313147;background:#e031310f}.cs-fp-mini{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:none;border-radius:7px;background:transparent;font-family:inherit;font-size:11.5px;font-weight:600;color:#6b7684;cursor:pointer}.cs-fp-mini:hover{background:#f2f4f6;color:var(--cs-ink)}.cs-fp-mini:disabled{opacity:.5;cursor:default}.cs-fp-empty{margin:0;padding:14px 0;font-size:12px;color:#8b95a1;text-align:center}.cs-fp-history{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.cs-fp-history button{display:flex;align-items:center;gap:8px;width:100%;height:32px;padding:0 8px;border:none;border-radius:8px;background:transparent;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--cs-ink);text-align:left;cursor:pointer}.cs-fp-history button span:first-child{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-fp-history button .cs-fp-version-time{flex:0 0 auto;margin-left:auto}.cs-fp-history button:hover{background:#f2f4f6}.cs-fp-version-now{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;font-size:12.5px;font-weight:600;color:var(--cs-ink)}.cs-fp-version-tag{font-size:10.5px;font-weight:700;color:#6b7684;background:#eceff2;border-radius:5px;padding:2px 5px}.cs-fp-version-time{margin-left:auto;flex:0 0 auto;font-size:11.5px;font-weight:500;color:#8b95a1;font-variant-numeric:tabular-nums}.cs-fp-cutlist{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.cs-fp-cut{display:flex;width:100%;align-items:center;gap:10px;padding:5px;border:none;border-radius:9px;background:transparent;text-align:left;cursor:pointer}.cs-fp-cut--add{height:34px;font-family:inherit;font-size:12px;font-weight:600;color:#8b95a1}.cs-fp-cut--add:hover{color:var(--cs-ink)}.cs-fp-cut--add .cs-fp-cut-idx{display:inline-flex;align-items:center;justify-content:center}.cs-fp-cut:hover{background:#f6f8fa}.cs-fp-cut-idx{flex:0 0 14px;text-align:center;font-size:11px;font-weight:600;color:#a0a6ae;font-variant-numeric:tabular-nums}.cs-fp-cut-thumb{flex:0 0 auto;width:40px;height:40px;border:1px solid var(--cs-divider);border-radius:7px;object-fit:cover;object-position:top;background:#fff}.cs-fp-back{display:flex;align-items:center;gap:4px;height:28px;padding:0 8px 0 4px;border:none;border-radius:7px;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:#6b7684;cursor:pointer}.cs-fp-back:hover{background:#f2f4f6;color:var(--cs-ink)}.cs-fp-back-pos{margin-left:auto;font-size:11px;font-weight:600;color:#a0a6ae;font-variant-numeric:tabular-nums}.cs-fp-preview{display:block;width:auto;max-width:100%;max-height:320px;margin:0 auto;border:1px solid var(--cs-divider);border-radius:9px}.cs-fp-preview.is-busy{opacity:.55}.cs-empty-hint{background:#ffffffe6;border:1px dashed var(--cs-line);border-radius:14px;padding:28px 36px}.cs-empty-main{margin:0 0 6px;font-size:15px;font-weight:600}.cs-empty-sub{margin:0;font-size:13px;color:var(--cs-muted)}.cs-current-data-badge{position:absolute;left:50%;bottom:60px;transform:translate(-50%);z-index:10;padding:4px 10px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:999px;font-size:11px;font-weight:500;color:var(--cs-muted);white-space:nowrap;pointer-events:none;opacity:.75;box-shadow:0 1px 4px #0000000f}.mp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#1114189e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:auto}.mp-share-dialog{position:relative;width:min(420px,calc(100vw - 32px));padding:38px 32px 32px;border-radius:22px;background:var(--cs-panel);box-shadow:0 24px 80px #0000004d}.vs-dialog{position:relative;width:min(500px,calc(100vw - 32px));padding:34px 32px 28px;border-radius:20px;background:#fff;box-shadow:0 24px 80px #0000004d}.vs-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:var(--cs-muted);cursor:pointer}.vs-close:hover{background:var(--cs-bg);color:var(--cs-ink)}.vs-dialog h2{margin:0;font-size:22px;line-height:1.35;letter-spacing:-.02em}.vs-description{margin:9px 0 24px;color:#4e5968;font-size:14px;line-height:1.65}.vs-description b{color:var(--cs-ink);font-weight:650}.vs-link-row{display:flex;align-items:center;gap:10px;padding:7px 7px 7px 14px;border:1px solid var(--cs-line);border-radius:12px;background:var(--cs-bg)}.vs-link-row>span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4e5968;font-size:13px}.vs-link-row button{flex:0 0 auto;height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 13px;border:0;border-radius:9px;background:var(--cs-accent);color:#fff;font:inherit;font-size:13px;font-weight:650;cursor:pointer}.vs-link-row button:hover{background:var(--cs-accent-strong)}.vs-link-row button.is-copied{background:var(--cs-done)}.vs-loading{padding:18px;border-radius:12px;background:var(--cs-bg);color:var(--cs-muted);font-size:13px;text-align:center}.vs-error{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:12px;background:#fff4f4;color:#d14343;font-size:13px}.vs-error button{border:0;background:transparent;color:inherit;font-weight:650;cursor:pointer}.mp-topbar{display:flex;align-items:center;gap:10px;padding:6px 8px 6px 14px;background:var(--cs-panel);border-radius:999px;box-shadow:0 6px 24px #0000002e}.mp-title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--cs-ink)}.mp-device-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--cs-line);background:var(--cs-bg);color:var(--cs-ink);font-size:12px;font-weight:500;padding:6px 12px;border-radius:999px;cursor:pointer}.mp-device-select:focus{outline:none;border-color:var(--cs-accent)}.mp-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:999px;background:var(--cs-bg);color:var(--cs-muted);cursor:pointer}.mp-share-dialog>.mp-close{position:absolute;top:12px;right:12px}.mp-close:hover{background:var(--cs-line);color:var(--cs-ink)}.mp-frame{flex:0 0 auto;position:relative;background:#fff;border-radius:54px;box-shadow:0 2px 4px #0006,0 30px 80px -12px #0000008c,inset 0 0 0 12px #0b0d10,inset 0 0 0 13.5px #ffffff1f;max-height:calc(100vh - 150px);display:flex;flex-direction:column;overflow:hidden}.mp-frame:before,.mp-frame:after{content:"";position:absolute;width:3px;border-radius:0 2px 2px 0;background:#ffffff1a}.mp-frame:before{left:-3px;top:130px;height:64px;box-shadow:0 84px #ffffff1a}.mp-frame:after{right:-3px;left:auto;top:150px;height:92px;border-radius:2px 0 0 2px}.mp-statusbar{position:relative;z-index:4;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 28px;color:#111316;border-radius:42px 42px 0 0;background:#fff}.mp-time{font-size:14px;font-weight:600;letter-spacing:.2px;font-variant-numeric:tabular-nums}.mp-island{position:absolute;left:50%;top:11px;transform:translate(-50%);width:86px;height:25px;border-radius:999px;background:#000}.mp-status-right{display:inline-flex;align-items:center;gap:6px}.mp-signal,.mp-wifi,.mp-battery{display:inline-block;background:#111316;border-radius:2px}.mp-signal{width:17px;height:11px;clip-path:polygon(0 100%,25% 60%,50% 35%,75% 12%,100% 0,100% 100%)}.mp-wifi{width:16px;height:11px;border-radius:3px;opacity:.92}.mp-battery{width:23px;height:11px;border-radius:3px;box-shadow:18px 0 0 -3px #111316}.mp-screen{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;background:#fff;border-radius:0 0 42px 42px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.mp-home{position:absolute;left:50%;bottom:9px;transform:translate(-50%);z-index:5;width:128px;height:5px;border-radius:999px;background:#111316;opacity:.85;pointer-events:none}.mp-content{position:relative}.mp-page{display:block;-webkit-user-select:none;user-select:none}.mp-empty{padding:80px 24px;text-align:center;color:var(--cs-muted);font-size:13px}.mp-overlay{z-index:2}.mp-pin{position:absolute;z-index:3;width:26px;height:26px;margin:-26px 0 0 -2px;border-radius:50% 50% 50% 2px;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;cursor:default}.mp-pin-draft{z-index:5}.mp-comment-input{position:absolute;left:30px;top:-2px;display:flex;align-items:flex-end;gap:8px;width:min(236px,calc(100vw - 72px));padding:10px;background:var(--cs-panel);border:1px solid rgba(25,28,32,.08);border-radius:13px;box-shadow:0 4px 16px #00000038}.mp-comment-input.flip{left:auto;right:30px}.mp-comment-input textarea{flex:1 1 auto;min-width:0;min-height:42px;max-height:112px;resize:vertical;border:none;outline:none;background:transparent;font-size:13px;line-height:1.45;color:var(--cs-ink);font-family:inherit}.mp-comment-input button{flex:0 0 auto;height:34px;padding:0 12px;border:none;border-radius:9px;background:var(--cs-accent);color:#fff;font-family:inherit;font-size:12px;font-weight:650;cursor:pointer}.mp-comment-input button:hover{opacity:.92}.mp-comment-input button:disabled{opacity:.38;cursor:default}.mp-tools{flex:0 0 auto;display:flex;gap:2px;padding:5px;background:var(--cs-panel);border:1px solid rgba(25,28,32,.08);border-radius:14px;box-shadow:0 8px 28px #11141829}.mp-tools button{min-width:54px;height:48px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;border-radius:10px;background:transparent;color:var(--cs-muted);cursor:pointer}.mp-tools button span{font-size:9px;font-weight:650;line-height:1}.mp-tools button:hover{background:var(--cs-bg);color:var(--cs-ink)}.mp-tools button.active{background:var(--cs-accent);color:#fff}.mp-readonly-hint{flex:0 0 auto;padding:5px 12px;font-size:12px;font-weight:500;color:#fff;background:#0006;border-radius:999px}.mp-error{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:1001;padding:8px 16px;background:var(--cs-ink);color:#fff;border-radius:10px;font-size:12px;cursor:pointer;box-shadow:0 6px 24px #0000004d}.mp-qr-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:999px;background:var(--cs-bg);color:var(--cs-muted);cursor:pointer}.mp-qr-toggle:hover{background:var(--cs-line);color:var(--cs-ink)}.mp-qr-toggle.active{background:var(--cs-accent);color:#fff}.mp-qr-toggle:disabled{opacity:.4;cursor:default}.mp-main{display:flex;align-items:flex-start;gap:20px}.mp-qr{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.mp-qr-title{margin:0;font-size:19px;font-weight:700;line-height:1.3;color:var(--cs-ink)}.mp-qr-step{display:flex;flex-direction:column;gap:14px}.mp-qr-step-head{display:flex;justify-content:center}.mp-qr-step-head p{margin:0;font-size:15px;font-weight:600;line-height:1.45;color:var(--cs-ink);text-align:center}.mp-qr-step-head b{font-weight:700}.mp-qr-code{width:min(300px,calc(100vw - 96px));height:min(300px,calc(100vw - 96px));border-radius:14px;overflow:hidden;align-self:center}.mp-qr-code svg{display:block;width:100%;height:100%}.mp-qr-share-hint{margin:-2px 0 -6px;font-size:12px;line-height:1.5;color:var(--cs-muted);text-align:center}.mp-qr-copy{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;border:none;border-radius:10px;background:#fff;box-shadow:inset 0 0 0 1px var(--cs-line);font-family:inherit;font-size:13px;font-weight:600;color:#4e5968;cursor:pointer;transition:background .12s ease,color .12s ease}.mp-qr-copy:hover{background:#f6f8fa}.mp-qr-copy.is-copied{color:var(--cs-accent)}.mp-qr-hint{margin:0;font-size:12px;line-height:1.6;color:var(--cs-muted)}.mp-qr-loading{font-size:12px;color:var(--cs-muted);padding:24px 8px}.mp-qr-error{display:flex;flex-direction:column;gap:8px;align-items:center}.mp-qr-error p{margin:0;font-size:12px;color:var(--cs-muted)}.mp-qr-error button{border:1px solid var(--cs-line);background:var(--cs-bg);color:var(--cs-ink);font-size:12px;padding:6px 14px;border-radius:999px;cursor:pointer}.mp-calib{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 20px;background:var(--cs-panel);border-radius:16px;box-shadow:0 6px 24px #0000002e;text-align:center}.mp-calib-title{margin:0;font-size:13px;font-weight:700;color:var(--cs-ink)}.mp-calib-hint{margin:0;font-size:12px;line-height:1.6;color:var(--cs-muted)}.mp-calib-bar{height:54px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3a4250,#191c20);border-radius:6px;color:#ffffffd9;font-size:11px}.mp-calib input[type=range]{width:100%}.mp-calib-actions{display:flex;gap:8px}.mp-calib-actions button{border:1px solid var(--cs-line);background:var(--cs-bg);color:var(--cs-ink);font-size:12px;padding:6px 14px;border-radius:999px;cursor:pointer}.mp-calib-actions button.mp-calib-save{background:var(--cs-accent);border-color:var(--cs-accent);color:#fff}.mpv-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;background:var(--cs-bg)}.mpv-header{position:fixed;top:0;left:0;right:0;z-index:3;padding:calc(12px + env(safe-area-inset-top,0px)) 16px 10px;text-align:center;background:color-mix(in srgb,var(--cs-panel) 96%,transparent);border-bottom:1px solid var(--cs-line);transition:transform .18s ease,opacity .18s ease}.mpv-chrome-hidden .mpv-header{transform:translateY(-100%);opacity:0;pointer-events:none}.mpv-header-title{font-size:15px;font-weight:700;color:var(--cs-ink)}.mpv-header-sub{margin-top:2px;font-size:12px;color:var(--cs-muted)}.mpv-body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.mpv-body .mp-screen{flex:1 1 auto;height:auto;border-radius:0;background:#fff}.mpv-footer{position:fixed;left:50%;transform:translate(-50%);bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:4;display:flex;flex-direction:row;align-items:center;gap:6px;padding:6px;border:1px solid rgba(25,28,32,.08);border-radius:16px;background:#fffffff5;box-shadow:0 8px 28px #11141829;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .18s ease,opacity .18s ease}.mpv-chrome-hidden .mpv-footer{transform:translate(-50%,calc(100% + 24px));opacity:0;pointer-events:none}.mpv-colors{display:flex;gap:6px;padding:0 7px 0 2px;border-right:1px solid var(--cs-line)}.mpv-color{width:26px;height:26px;border:2px solid transparent;border-radius:999px;cursor:pointer;padding:0}.mpv-color.active{border-color:var(--cs-accent)}.mpv-footer .mp-tools{border:0;padding:0;box-shadow:none;background:transparent}.mpv-page .mp-comment-input,.mpv-page .mp-comment-input.flip{position:fixed;left:50%;right:auto;top:auto;bottom:calc(84px + env(safe-area-inset-bottom,0px));width:min(420px,calc(100vw - 24px));transform:translate(-50%);padding:10px}.mpv-page .mp-comment-input textarea{min-height:44px;resize:none}.mpv-splash{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;color:var(--cs-muted);font-size:14px}.mpv-splash-title{margin:0;font-size:16px;font-weight:700;color:var(--cs-ink)}.mpv-splash-sub{margin:0;font-size:13px;color:var(--cs-muted)}.mpv-retry{margin-top:8px;border:1px solid var(--cs-line);background:var(--cs-panel);color:var(--cs-ink);font-size:13px;padding:8px 18px;border-radius:999px;cursor:pointer}.sr-entry,.sr-status{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f6f8}.sr-entry-card{width:min(440px,100%);padding:36px;border:1px solid rgba(25,28,32,.07);border-radius:22px;background:#fff;box-shadow:0 20px 60px -28px #11141857}.sr-brand{font-size:18px;font-weight:800;letter-spacing:-.04em}.sr-entry-eyebrow{margin:32px 0 10px;color:var(--cs-accent);font-size:13px;font-weight:650}.sr-entry-card h1{margin:0;color:var(--cs-ink);font-size:26px;line-height:1.35;letter-spacing:-.025em}.sr-entry-card>p:not(.sr-entry-eyebrow){margin:10px 0 28px;color:#4e5968;font-size:14px;line-height:1.65}.sr-entry-card form{display:flex;flex-direction:column;gap:9px}.sr-entry-card label{color:#4e5968;font-size:12px;font-weight:650}.sr-entry-card input{height:52px;padding:0 15px;border:1px solid var(--cs-line);border-radius:11px;outline:none;color:var(--cs-ink);background:#fff;font:inherit;font-size:15px}.sr-entry-card input:focus{border-color:var(--cs-accent);box-shadow:0 0 0 3px #3182f61f}.sr-entry-card form button{height:52px;margin-top:5px;border:0;border-radius:11px;background:var(--cs-accent);color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.sr-entry-card form button:hover{background:var(--cs-accent-strong)}.sr-entry-card form button:disabled{opacity:.38;cursor:default}.sr-status{flex-direction:column;gap:10px;color:var(--cs-muted);font-size:14px;text-align:center}.sr-status b{color:var(--cs-ink);font-size:18px}.sr-status button{margin-top:6px;padding:9px 16px;border:1px solid var(--cs-line);border-radius:9px;background:#fff;color:var(--cs-ink);font:inherit;cursor:pointer}.sr-canvas-page{position:relative;width:100%;height:100dvh;overflow:hidden;background:var(--cs-bg)}.sr-canvas-header{position:absolute;top:12px;left:16px;z-index:70;height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(25,28,32,.08);border-radius:10px;background:#fffffff5;box-shadow:0 2px 8px #1114181a}.sr-canvas-header strong{font-size:13px}.sr-canvas-header>span{color:var(--cs-muted);font-size:11px}.sr-canvas-header .sr-canvas-name{margin-left:4px;padding-left:10px;border-left:1px solid var(--cs-line)}.sr-canvas-stage{position:absolute;top:0;right:0;bottom:0;left:0}.sr-canvas-toolbar{z-index:75}@media(max-width:640px){.sr-entry-card{padding:28px 22px;border-radius:18px}.sr-entry-card h1{font-size:23px}.sr-canvas-header{left:10px;top:10px}.vs-dialog{padding:30px 20px 22px}.vs-link-row{flex-direction:column;align-items:stretch;padding:12px}.vs-link-row button{justify-content:center}}.cs-chip-mobile{display:inline-flex;align-items:center;gap:5px}.cs-leftpanel .cs-chip-reflib{display:inline-flex;align-items:center;gap:6px}.cs-leftpanel .cs-chip-reflib.is-on{background:var(--cs-accent-soft);color:var(--cs-accent)}.cs-leftpanel .cs-chip-reflib.is-on:hover{background:#def}.cs-reflib-win{position:fixed;z-index:60;display:flex;flex-direction:column;min-width:320px;min-height:240px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:16px;box-shadow:0 18px 50px -12px #11141847,0 4px 12px -4px #1114181f;overflow:hidden;animation:cs-reflib-pop .16s cubic-bezier(.22,1,.36,1)}@keyframes cs-reflib-pop{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}.cs-reflib-win.is-drop{border-color:var(--cs-accent);box-shadow:0 0 0 3px var(--cs-accent-soft),0 18px 50px -12px #11141847}.cs-rl-edge{position:absolute;z-index:4}.cs-rl-e-n{top:0;left:12px;right:12px;height:7px;cursor:ns-resize}.cs-rl-e-s{bottom:0;left:12px;right:12px;height:7px;cursor:ns-resize}.cs-rl-e-w{left:0;top:12px;bottom:12px;width:7px;cursor:ew-resize}.cs-rl-e-e{right:0;top:12px;bottom:12px;width:7px;cursor:ew-resize}.cs-rl-c-nw{top:0;left:0;width:14px;height:14px;cursor:nwse-resize}.cs-rl-c-ne{top:0;right:0;width:14px;height:14px;cursor:nesw-resize}.cs-rl-c-sw{bottom:0;left:0;width:14px;height:14px;cursor:nesw-resize}.cs-rl-c-se{bottom:0;right:0;width:14px;height:14px;cursor:nwse-resize}.cs-reflib-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px 9px 14px;border-bottom:1px solid var(--cs-line);flex:0 0 auto;cursor:grab;-webkit-user-select:none;user-select:none}.cs-reflib-head:active{cursor:grabbing}.cs-reflib-title{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--cs-ink);min-width:0}.cs-reflib-shared{display:inline-flex;align-items:center;gap:3px;height:20px;padding:0 8px;border-radius:999px;background:var(--cs-accent-soft);color:var(--cs-accent);font-size:11px;font-weight:600;white-space:nowrap}.cs-reflib-head-btns{display:flex;gap:2px;flex:0 0 auto}.cs-reflib-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:8px;color:var(--cs-muted);cursor:pointer;padding:0}.cs-reflib-iconbtn:hover{background:var(--cs-bg);color:var(--cs-ink)}.cs-reflib-fold{position:fixed;z-index:60;display:inline-flex;align-items:center;height:40px;padding:0 4px 0 0;border:1px solid var(--cs-line);border-radius:999px;background:var(--cs-panel);box-shadow:0 8px 24px -8px #1114183d;cursor:grab;-webkit-user-select:none;user-select:none;animation:cs-reflib-pop .14s ease}.cs-reflib-fold:active{cursor:grabbing}.cs-reflib-fold-main{display:inline-flex;align-items:center;gap:7px;height:100%;padding:0 6px 0 14px;border:none;background:transparent;border-radius:999px;font-size:13px;font-weight:700;color:var(--cs-ink);cursor:pointer}.cs-reflib-fold-board{font-style:normal;font-size:12px;font-weight:600;color:var(--cs-accent);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-reflib-fold-x{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:999px;color:var(--cs-muted);cursor:pointer}.cs-reflib-fold-x:hover{background:var(--cs-bg);color:var(--cs-ink)}.cs-reflib-tabs{display:flex;align-items:center;gap:2px;flex:0 0 auto;padding:7px 10px;border-bottom:1px solid var(--cs-line);overflow-x:auto;scrollbar-width:thin}.cs-reflib-tabgroup{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.03em;color:var(--cs-dot);text-transform:uppercase;padding:0 4px 0 2px;white-space:nowrap}.cs-reflib-tabgroup--ep{margin-left:6px}.cs-reflib-tab{display:inline-flex;align-items:center;flex:0 0 auto;height:28px;border-radius:8px;background:transparent;transition:background .12s ease}.cs-reflib-tab.active{background:var(--cs-accent-soft)}.cs-reflib-tab-label{display:inline-flex;align-items:center;gap:5px;height:100%;padding:0 9px;border:none;background:transparent;border-radius:8px;font-size:12.5px;font-weight:600;color:var(--cs-muted);cursor:pointer;white-space:nowrap}.cs-reflib-tab-label:hover{color:var(--cs-ink)}.cs-reflib-tab.active .cs-reflib-tab-label{color:var(--cs-accent)}.cs-reflib-tab-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.cs-reflib-tab-inh{color:var(--cs-accent);font-weight:700;opacity:.85}.cs-reflib-tab-tools{display:inline-flex;align-items:center;gap:0;padding-right:4px}.cs-reflib-tab-tools button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;border-radius:6px;color:var(--cs-accent);cursor:pointer;opacity:.65}.cs-reflib-tab-tools button:hover{opacity:1;background:#3182f61f}.cs-reflib-tab--edit{padding:0 4px;gap:4px}.cs-reflib-tab--edit input{width:110px;height:24px;padding:0 8px;border:1px solid var(--cs-accent);border-radius:7px;font-size:12.5px;font-weight:600;outline:none}.cs-reflib-tab--edit button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:7px;background:var(--cs-accent);color:#fff;cursor:pointer}.cs-reflib-tab-add{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;margin-left:2px;border:1px dashed var(--cs-line);border-radius:8px;background:transparent;color:var(--cs-muted);cursor:pointer}.cs-reflib-tab-add:hover{border-color:var(--cs-accent);color:var(--cs-accent);background:var(--cs-accent-soft)}.cs-reflib-newboard{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;padding:12px;border-bottom:1px solid var(--cs-line);background:var(--cs-bg);animation:cs-reflib-pop .12s ease}.cs-reflib-newboard-name{height:36px;padding:0 12px;border:1px solid var(--cs-line);border-radius:9px;background:var(--cs-panel);font-size:13px;outline:none}.cs-reflib-newboard-name:focus{border-color:var(--cs-accent);box-shadow:0 0 0 3px var(--cs-accent-soft)}.cs-reflib-newboard-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cs-reflib-scopeseg{display:inline-flex;padding:2px;border-radius:9px;background:var(--cs-panel);border:1px solid var(--cs-line)}.cs-reflib-scopeseg button{height:28px;padding:0 12px;border:none;background:transparent;border-radius:7px;font-size:12.5px;font-weight:600;color:var(--cs-muted);cursor:pointer}.cs-reflib-scopeseg button.active{background:var(--cs-accent);color:#fff}.cs-reflib-newboard-colors{display:inline-flex;gap:5px}.cs-reflib-swatch{width:20px;height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;box-shadow:inset 0 0 0 1px #00000014}.cs-reflib-swatch.active{border-color:var(--cs-ink)}.cs-reflib-swatch.is-none{background:var(--cs-panel) center/16px no-repeat;position:relative}.cs-reflib-swatch.is-none:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;border:1.5px dashed var(--cs-dot)}.cs-reflib-newboard-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.cs-reflib-newboard-hint{font-size:11.5px;color:var(--cs-muted)}.cs-reflib-newboard-actions>div{display:inline-flex;gap:6px}.cs-reflib-newboard-cancel{height:32px;padding:0 12px;border:none;background:transparent;border-radius:8px;font-size:13px;font-weight:600;color:var(--cs-muted);cursor:pointer}.cs-reflib-newboard-cancel:hover{background:var(--cs-panel);color:var(--cs-ink)}.cs-reflib-newboard-save{height:32px;padding:0 16px;border:none;border-radius:8px;background:var(--cs-accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.cs-reflib-newboard-save:hover{opacity:.92}.cs-reflib-newboard-save:disabled{opacity:.5;cursor:default}.cs-reflib-board{position:relative;flex:1;min-height:0;overflow:hidden;background:radial-gradient(circle,var(--cs-dot) 1px,transparent 1px) 0 0 / 22px 22px,var(--cs-bg);cursor:grab;touch-action:none}.cs-reflib-board:active{cursor:grabbing}.cs-reflib-board-pan{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform}.cs-reflib-asset{position:absolute;top:0;left:0;padding:0;border:none;background:transparent;border-radius:8px;cursor:grab;box-shadow:0 2px 10px -3px #1114184d;transition:box-shadow .12s ease}.cs-reflib-asset:hover{box-shadow:0 6px 18px -4px #11141866}.cs-reflib-asset:active{cursor:grabbing}.cs-reflib-asset img{display:block;width:100%;height:auto;border-radius:8px;pointer-events:none;-webkit-user-drag:none}.cs-reflib-asset-del{position:absolute;top:5px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:7px;background:#191c2099;color:#fff;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease}.cs-reflib-asset:hover .cs-reflib-asset-del{opacity:1}.cs-reflib-asset-del:hover{background:#e03131}.cs-reflib-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;gap:4px}.cs-reflib-empty-art{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--cs-accent-soft);color:var(--cs-accent);margin-bottom:10px}.cs-reflib-empty-main{margin:0;font-size:14px;font-weight:600;color:var(--cs-ink)}.cs-reflib-empty-sub{margin:0;font-size:12px;color:var(--cs-muted);line-height:1.5}.cs-reflib-foot{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--cs-line);flex:0 0 auto}.cs-reflib-add{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 14px;border:none;border-radius:9px;background:var(--cs-accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.cs-reflib-add:hover{opacity:.92}.cs-reflib-add:disabled{opacity:.5;cursor:default}.cs-reflib-foot-scope{font-size:11.5px;color:var(--cs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-reflib-dropveil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;background:#3182f614;pointer-events:none}.cs-reflib-dropveil span{padding:8px 16px;background:var(--cs-accent);color:#fff;border-radius:999px;font-size:13px;font-weight:600;box-shadow:0 4px 16px #3182f666}.cs-reflib-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:40px;background:#111418c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:cs-modal-fade .16s ease;cursor:zoom-out}.cs-reflib-lightbox img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080;cursor:default;animation:cs-modal-pop .18s cubic-bezier(.22,1,.36,1)}.cs-reflib-lightbox-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:#ffffff24;color:#fff;cursor:pointer}.cs-reflib-lightbox-close:hover{background:#ffffff42}.cs-reflib-lightbox-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#fff;font-size:13px}.cs-reflib-lightbox-meta strong{font-weight:700}@media(max-width:640px){.cs-reflib-win{left:8px!important;right:8px;top:8px!important;width:auto!important;max-width:calc(100vw - 16px);height:auto!important;bottom:8px;max-height:calc(100vh - 16px)}.cs-rl-edge{display:none}}.cs-version-add,.cs-layer-add,.cs-chip,.cs-newver-cancel,.cs-newver-confirm,.conti-btn,.cs-pen-newlayer,.cs-reorder-btn,.cs-rail-tabs button,.cs-panel-tabs button,.cs-reflib-tab-add,.cs-reflib-newboard-save,.cs-reflib-newboard-cancel,.cs-reflib-scopeseg button,.comment-pin__resolve-btn,.comment-reply-input__send,.comment-draft-editor__send,.comment-visibility__btn,.mp-tools button,.mp-comment-input button{line-height:1}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#001d3a2e;border-radius:100px;background-clip:content-box;border:4px solid transparent}::-webkit-scrollbar-corner{display:none}*{scrollbar-width:thin;scrollbar-color:rgba(0,29,58,.18) transparent}.cs-canvas-sb{position:absolute;z-index:21;pointer-events:none}.cs-canvas-sb--v{top:0;right:var(--canvas-inset-right, 320px);bottom:var(--canvas-inset-bottom, 12px);width:12px;transition:right .2s cubic-bezier(.22,1,.36,1)}.cs-canvas-sb--h{left:calc(var(--canvas-inset-left, 210px) + 10px);right:calc(var(--canvas-inset-right, 320px) + 10px);bottom:0;height:12px;transition:left .2s cubic-bezier(.22,1,.36,1),right .2s cubic-bezier(.22,1,.36,1)}.cs-canvas-sb-thumb{position:absolute;background-color:#001d3a47;border:1px solid rgba(255,255,255,.55);box-sizing:border-box;border-radius:100px;pointer-events:auto;cursor:grab;transition:background-color .12s ease}.cs-canvas-sb-thumb:hover{background-color:#001d3a6b}.cs-canvas-sb-thumb:active{cursor:grabbing}.cs-canvas-sb--v .cs-canvas-sb-thumb{right:4px;width:5px}.cs-canvas-sb--h .cs-canvas-sb-thumb{bottom:4px;height:5px}.cs-boot{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#f6f7f9;opacity:1;transition:opacity .35s ease}.cs-boot.is-leaving{opacity:0;pointer-events:none}.cs-boot-spinner{width:30px;height:30px;border-radius:50%;border:2.5px solid rgba(0,29,58,.1);border-top-color:#3182f6;animation:cs-boot-spin .7s linear infinite}@keyframes cs-boot-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cs-boot{transition:none}.cs-boot-spinner{animation-duration:1.4s}}.cs-leftpanel-records{flex:0 1 auto;max-height:34%;overflow-y:auto;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--cs-divider)}.cs-records-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cs-records-head .cs-panel-sub{margin:0}.cs-records-add{display:inline-flex;align-items:center;gap:3px;height:24px;padding:0 8px;border:none;border-radius:7px;background:transparent;color:var(--cs-muted);font-size:12px;font-weight:600;cursor:pointer}.cs-records-add:hover{background:var(--cs-bg);color:var(--cs-ink)}.cs-records-input{width:100%;height:28px;margin-bottom:4px;padding:0 8px;border:1px solid var(--cs-accent);border-radius:7px;background:#fff;font-size:12px;color:var(--cs-ink);outline:none}.cs-records-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1px}.cs-record-row{display:flex;align-items:center;gap:6px;height:26px;padding:0 8px;border-radius:7px;cursor:pointer;-webkit-user-select:none;user-select:none}.cs-record-row:hover{background:var(--cs-bg)}.cs-record-row.is-active{background:var(--cs-accent-soft, rgba(49, 130, 246, .1));color:var(--cs-accent)}.cs-record-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;color:var(--cs-ink)}.cs-record-row.is-active .cs-record-name{color:var(--cs-accent);font-weight:600}.cs-record-time{flex:0 0 auto;font-size:11px;color:var(--cs-muted)}.cs-record-del{flex:0 0 auto;display:none;width:16px;height:16px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--cs-muted);font-size:13px;line-height:1;cursor:pointer}.cs-record-row:hover .cs-record-del{display:inline-flex;align-items:center;justify-content:center}.cs-record-del:hover{background:#e031311a;color:#e03131}.conti-msg-flag{display:inline-flex;align-items:center;gap:5px;max-width:100%;margin-top:6px;height:24px;padding:0 8px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;font-size:11px;font-weight:600;color:#69717c;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.conti-msg-flag:hover{border-color:#d3d8de;background:#eef0f3;color:#191c20}.conti-msg-flag-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conti-msg-flag strong{flex:0 0 auto;display:inline-flex;align-items:center;gap:1px;font-weight:650;color:inherit}.conti-thread[data-status=resolved] .conti-msg-flag{opacity:.55}.epc-wrap{display:flex;flex-direction:column;min-height:100%}.epc-filter{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 8px 6px;background:var(--cs-panel)}.epc-filter-tabs{display:flex;gap:2px;min-width:0}.epc-sort{position:relative;flex:0 0 auto}.epc-sort-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:7px;background:transparent;color:#8b95a1;cursor:pointer}.epc-sort-button:hover,.epc-sort-button.is-open{background:#f2f4f6;color:var(--cs-ink)}.epc-sort-list{position:absolute;z-index:10;top:calc(100% + 4px);right:0;display:flex;flex-direction:column;min-width:150px;padding:4px;border-radius:9px;background:var(--cs-panel);box-shadow:0 2px 6px #00000014,0 8px 20px -6px #00000029}.epc-sort-list button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border:none;border-radius:6px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:12.5px;font-weight:500;text-align:left;white-space:nowrap;cursor:pointer}.epc-sort-list button:hover{background:#f2f4f6}.epc-sort-list button.is-on{font-weight:650}.epc-sort-list button.is-on svg{color:var(--cs-accent)}.epc-filter-tab{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 9px;border:none;border-radius:7px;background:transparent;color:#6b7684;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.epc-filter-tab em{font-style:normal;font-weight:600;color:#a0a6ae;font-variant-numeric:tabular-nums}.epc-filter-tab:hover{background:#f6f8fa}.epc-filter-tab.is-on{background:#eceff2;color:#20252c}.epc-filter-tab.is-on em{color:#6b7684}.epc-none{margin:0;padding:22px 16px;color:#8b95a1;font-size:12.5px;text-align:center}.epc-list{display:flex;flex-direction:column;gap:4px;padding:0 8px 20px}.epc-thread{padding:11px 12px 12px;border-radius:10px;cursor:pointer}.epc-thread:hover{background:#f4f6f8}.epc-thread[data-active]{background:#eef5ff}.epc-thread[data-status=resolved]{opacity:.62}.epc-thread[data-status=resolved] .conti-msg-name,.epc-thread[data-status=resolved] .conti-msg-text{color:#9299a3}.epc-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.epc-thread-line{display:flex;align-items:center;gap:6px;margin-top:5px;min-width:0}.epc-replies-count{flex:0 0 auto;font-size:11.5px;font-weight:500;color:var(--cs-accent)}.epc-thread:hover .epc-replies-count{text-decoration:underline}.epc-replies-time{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:500;color:#a0a6ae}.epc-tag{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:1px 6px;border-radius:5px;background:#f2f4f6;font-size:10.5px;font-weight:600;color:#8b95a1}.epc-tag.is-gone{background:#fdeeea;color:#c2411f}.epc-thread .conti-msg-resolve{opacity:0;transition:opacity .12s ease}.epc-thread:hover .conti-msg-resolve,.epc-thread:focus-within .conti-msg-resolve{opacity:1}@keyframes wc-pin-pop{0%{transform:translateY(-100%) scale(.6);opacity:0}to{transform:translateY(-100%) scale(1);opacity:1}}.mpv2-page{display:flex;flex-direction:column;min-height:100dvh;background:#f5f6f8}.mpv2-header{position:sticky;top:0;z-index:20;padding:10px 12px 8px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--cs-line, #e6e8ee)}.mpv2-chips{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.mpv2-chips::-webkit-scrollbar{display:none}.mpv2-chips+.mpv2-chips{margin-top:6px}.mpv2-chip{flex:0 0 auto;height:26px;padding:0 11px;border:1px solid var(--cs-line, #e6e8ee);border-radius:13px;background:#fff;color:var(--cs-muted, #7b8290);font-size:12px;font-weight:600;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.mpv2-chip.is-on{border-color:var(--cs-accent, #3182f6);background:var(--cs-accent, #3182f6);color:#fff}.mpv2-scroll{flex:1 1 auto;display:flex;justify-content:center}.mpv2-stack{position:relative;background:#fff}.mpv2-stack.is-commenting{cursor:crosshair}.mpv2-stack img{display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.mpv2-empty{padding:48px 16px;margin:0;text-align:center;font-size:13px;color:var(--cs-muted, #7b8290)}.mpv2-pin{position:absolute;width:26px;height:26px;transform:translate(-4px,-100%);display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50% 50% 50% 4px;color:#fff;font-size:11px;font-weight:700;box-shadow:0 2px 6px #00000038;padding:0}.mpv2-pin.is-open{outline:2px solid var(--cs-accent, #3182f6)}.mpv2-pin.is-draft{background:var(--cs-accent, #3182f6)}.mpv2-comment-fab{position:fixed;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));z-index:30;height:38px;padding:0 16px;border:none;border-radius:19px;background:var(--cs-accent, #3182f6);color:#fff;font-size:13px;font-weight:600;box-shadow:0 4px 14px #0003}.mpv2-comment-fab.is-on{background:var(--cs-ink, #191c20)}.mpv2-rec-float{position:fixed;left:14px;bottom:calc(22px + env(safe-area-inset-bottom));z-index:30;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;color:var(--cs-muted, #7b8290);background:#ffffffe6;border-radius:10px;padding:3px 8px}.mpv2-sheet{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;flex-direction:column;max-height:60dvh;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 28px #0000002e;padding-bottom:env(safe-area-inset-bottom)}.mpv2-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 8px}.mpv2-sheet-title{font-size:13px;font-weight:700;color:var(--cs-ink, #191c20)}.mpv2-sheet-close{width:26px;height:26px;border:none;border-radius:7px;background:transparent;color:var(--cs-muted, #7b8290);font-size:17px;line-height:1}.mpv2-thread{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 14px;display:flex;flex-direction:column;gap:10px}.mpv2-msg{display:flex;gap:8px}.mpv2-msg-avatar{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:11px;font-weight:700}.mpv2-msg-body{flex:1 1 auto;min-width:0}.mpv2-msg-head{display:flex;align-items:baseline;gap:6px}.mpv2-msg-name{font-size:12px;font-weight:700;color:var(--cs-ink, #191c20)}.mpv2-msg-time{font-size:11px;color:var(--cs-muted, #7b8290)}.mpv2-msg-text{margin:2px 0 0;font-size:13px;line-height:1.5;color:var(--cs-ink, #191c20);white-space:pre-wrap;word-break:break-word}.mpv2-input-row{display:flex;gap:8px;align-items:flex-end;padding:10px 14px 12px}.mpv2-input{flex:1 1 auto;min-height:40px;max-height:96px;padding:10px 12px;border:1px solid var(--cs-line, #e6e8ee);border-radius:12px;background:var(--cs-bg, #f5f6f8);font-size:13px;font-family:inherit;resize:none;outline:none}.mpv2-input:focus{background:#fff;border-color:var(--cs-accent, #3182f6)}.mpv2-send{flex:0 0 auto;height:40px;padding:0 14px;border:none;border-radius:12px;background:var(--cs-accent, #3182f6);color:#fff;font-size:13px;font-weight:600}.mpv2-send:disabled{opacity:.45}.wc-pip-body{margin:0}.cs-app{display:flex;flex-direction:row;height:100vh;background:var(--cs-panel)}.cs-sidebar{display:flex;flex-direction:column;width:248px;flex:0 0 248px;height:100%;padding:12px 12px 14px;background:var(--cs-panel);border-right:1px solid var(--cs-divider);overflow-y:auto}.cs-ws{display:flex;align-items:center;gap:9px;width:100%;margin-bottom:8px;padding:7px 8px;border:none;border-radius:9px;background:transparent;cursor:pointer;text-align:left;transition:background .1s ease}.cs-ws:hover{background:#f2f4f6}.cs-ws-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:none;border-radius:50%;background:var(--cs-accent);color:#fff;font-size:13px;font-weight:700;line-height:1}.cs-ws-name{flex:1;min-width:0;font-size:14px;font-weight:600;color:var(--cs-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-ws-caret{color:var(--cs-muted);flex:none}.cs-search{position:relative;margin-bottom:18px}.cs-search-ico{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:var(--cs-muted);pointer-events:none}.cs-search-input{width:100%;height:34px;padding:0 12px 0 32px;border:none;border-radius:10px;background:var(--cs-panel);color:var(--cs-ink);font-size:14px;font-family:inherit;outline:none;box-shadow:inset 0 0 0 1px var(--cs-line);transition:box-shadow .12s ease}.cs-search-input::placeholder{color:#adb3bd}.cs-search-input:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-search-input:focus{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-search-ico{left:11px}.cs-nav{display:flex;flex-direction:column;gap:1px}.cs-nav-item{display:flex;align-items:center;gap:9px;height:34px;padding:0 10px;border:none;border-radius:10px;background:transparent;color:#4e5968;font-size:14px;font-weight:500;font-family:inherit;text-decoration:none;cursor:pointer;transition:background .1s ease,color .1s ease}.cs-nav-item svg{flex:none;color:#8b929d}.cs-nav-item:hover{background:#f6f7f9;color:var(--cs-ink)}.cs-nav-item:hover svg{color:var(--cs-muted)}.cs-nav-item.is-active{background:#0017330a;color:var(--cs-ink)}.cs-nav-item.is-active svg{color:var(--cs-ink)}.cs-nav-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-nav-group{margin-top:16px}.cs-nav-label{display:flex;align-items:center;gap:5px;margin:0 0 6px;padding:0 10px;font-size:13px;font-weight:600;color:#8b95a1}.cs-nav-empty{margin:2px 0 0;padding:0 10px;font-size:12.5px;color:var(--cs-muted)}.cs-sidebar-foot{margin-top:auto;padding-top:8px;display:flex;flex-direction:column;gap:1px}.cs-app-main{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;background:var(--cs-panel)}.cs-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:none;height:56px;padding:0 24px;border-bottom:1px solid var(--cs-divider)}.cs-topbar-lead{display:flex;align-items:center;gap:7px;min-width:0;font-size:13px}.cs-topbar-back{display:inline-flex;align-items:center;gap:3px;margin-left:-4px;padding:5px 8px 5px 4px;border-radius:7px;color:var(--cs-muted);font-size:13px;font-weight:500;text-decoration:none;transition:background .1s ease,color .1s ease}.cs-topbar-back:hover{background:#f7f8fa;color:var(--cs-ink)}.cs-topbar-back svg{flex:none}.cs-topbar-actions{display:flex;align-items:center;gap:8px;flex:none}.cs-app-scroll{flex:1;min-height:0;overflow-y:auto}.cs-content{padding:28px 36px 56px}.cs-content-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.cs-content-headings{min-width:0}.cs-content-title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--cs-ink)}.cs-content-desc{margin:3px 0 0;font-size:13px;color:var(--cs-muted);min-height:18px}.cs-content-tools{display:flex;align-items:center;gap:8px}.cs-crumbs{display:flex;align-items:center;gap:7px;margin-bottom:6px;font-size:12.5px}.cs-crumb{color:var(--cs-muted);text-decoration:none}.cs-crumb:hover{color:var(--cs-accent)}.cs-crumb.is-current{color:var(--cs-ink);font-weight:500}.cs-crumb-sep{color:var(--cs-dot)}.cs-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:32px;padding:0 12px;border:1px solid var(--cs-line);border-radius:8px;background:var(--cs-panel);color:var(--cs-ink);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.cs-btn:disabled{opacity:.5;cursor:not-allowed}.cs-btn-lg{height:40px;padding:0 18px;font-size:14px;border-radius:10px}.cs-btn:not(.cs-btn-primary):not(.is-on):not(:disabled):hover{background:#f7f8fa;border-color:var(--cs-dot)}.cs-btn.is-on{background:var(--cs-accent-soft);border-color:var(--cs-accent);color:var(--cs-accent)}.cs-btn-primary{background:var(--cs-accent);border-color:var(--cs-accent);color:#fff}.cs-btn-primary:not(:disabled):hover{opacity:.92}.cs-btn-ghost{background:var(--cs-panel);color:var(--cs-muted)}.cs-btn-ghost:not(:disabled):hover{background:#f7f8fa;color:var(--cs-ink)}.cs-btn-ghost.is-on{background:var(--cs-accent-soft);border-color:var(--cs-accent);color:var(--cs-accent)}.cs-btn-danger{background:#e5484d;border-color:#e5484d;color:#fff}.cs-btn-danger:not(:disabled):hover{opacity:.92}.cs-btn-ghost-danger{background:var(--cs-panel);color:#d64045}.cs-btn-ghost-danger:not(:disabled):hover{background:#fdf1f1;border-color:#f0b6b8;color:#d64045}.cs-loading{color:var(--cs-muted);font-size:14px}.cs-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:72px 24px;border:1px solid var(--cs-line);border-radius:16px;background:var(--cs-panel)}.cs-empty-title{margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--cs-ink)}.cs-empty-text{margin:0 0 14px;max-width:340px;font-size:14px;line-height:1.55;color:var(--cs-muted)}.cs-card-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));gap:16px}.cs-card{display:flex;flex-direction:column;border:1px solid var(--cs-line);border-radius:12px;background:var(--cs-panel);overflow:hidden;text-decoration:none;color:var(--cs-ink);transition:border-color .12s ease,box-shadow .12s ease}.cs-card:hover{border-color:var(--cs-dot);box-shadow:0 1px 2px #1118270a}.cs-card:hover .cs-card-thumb:before{border-color:#d7dbe2}.cs-card-thumb{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 10;background:radial-gradient(rgba(120,130,145,.28) 1px,transparent 1.2px) 0 0 / 12px 12px,var(--cs-panel);border-bottom:1px solid var(--cs-line)}.cs-card-thumb:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px dashed var(--cs-line);border-radius:8px;background:#ffffff8c;transition:border-color .12s ease}.cs-card-glyph{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--cs-panel);border:1px solid var(--cs-line);box-shadow:0 1px 2px #1118270d;font-size:17px;font-weight:700;letter-spacing:-.02em;color:#8b929d;-webkit-user-select:none;user-select:none}.cs-card-thumb>svg{position:relative;z-index:1;color:#b6bcc6}.cs-card-meta{display:flex;flex-direction:column;gap:4px;padding:11px 13px 13px}.cs-card-title{font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--cs-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-card-sub{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--cs-muted)}.cs-card-badge{display:inline-flex;align-items:center;height:19px;padding:0 8px;border-radius:6px;background:var(--cs-accent-soft);color:var(--cs-accent);font-size:11px;font-weight:600}.cs-card-cell{position:relative}.cs-card-menu{position:absolute;top:8px;right:8px;z-index:2}.cs-card-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--cs-line);border-radius:8px;background:var(--cs-panel);color:var(--cs-muted);cursor:pointer;box-shadow:0 1px 2px #1118270f;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.cs-card-cell:hover .cs-card-menu-btn,.cs-card-menu-btn:focus-visible,.cs-card-menu-btn.is-open{opacity:1}.cs-card-menu-btn:hover,.cs-card-menu-btn.is-open{background:#f7f8fa;color:var(--cs-ink)}.cs-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:168px;padding:5px;border:1px solid var(--cs-line);border-radius:12px;background:var(--cs-panel);box-shadow:0 2px 6px #0000000f,0 12px 28px -6px #00000029;animation:cs-modal-pop .14s cubic-bezier(.22,1,.36,1)}.cs-menu-item{display:flex;align-items:center;gap:9px;width:100%;height:34px;padding:0 10px;border:none;border-radius:8px;background:transparent;color:var(--cs-ink);font-size:13px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background .1s ease}.cs-menu-item:hover{background:#f4f6f8}.cs-menu-item>svg{color:var(--cs-muted);flex:none}.cs-menu-item-danger,.cs-menu-item-danger>svg{color:#d64045}.cs-menu-item-danger:hover{background:#fdf1f1}.cs-trash-list{list-style:none;margin:0;padding:0;border:1px solid var(--cs-line);border-radius:14px;background:var(--cs-panel);overflow:hidden}.cs-trash-row{display:flex;align-items:center;gap:12px;padding:13px 16px}.cs-trash-row+.cs-trash-row{border-top:1px solid var(--cs-line)}.cs-trash-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;border:1px solid var(--cs-line);background:var(--cs-panel);color:#8b929d;flex:none}.cs-trash-meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cs-trash-title{font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--cs-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-trash-sub{font-size:12px;color:var(--cs-muted)}.cs-trash-actions{display:flex;align-items:center;gap:8px;flex:none}.cs-modal-body{margin:-8px 0 0;font-size:14px;line-height:1.55;color:var(--cs-auth-label);word-break:keep-all}.cs-card-skeleton{pointer-events:none}.cs-skel,.cs-card-skeleton .cs-card-thumb{background-color:#eceef1;background-image:linear-gradient(100deg,transparent 38%,#f6f8fb 50%,transparent 62%);background-size:200% 100%;background-repeat:no-repeat;background-position:-80% 0;animation:cs-skel-shimmer 1.5s ease-in-out infinite}.cs-card-skeleton .cs-card-thumb{background-color:#f0f2f5}.cs-card-skeleton .cs-card-thumb:before{display:none}.cs-skel{display:block;border-radius:5px}.cs-skel-title{width:62%;height:13px}.cs-skel-sub{width:38%;height:11px}.cs-skel-count{display:inline-block;width:42px;height:13px;vertical-align:middle}.cs-skel-heading{display:inline-block;width:184px;height:23px;border-radius:7px;vertical-align:middle}@keyframes cs-skel-shimmer{0%{background-position:-80% 0}to{background-position:180% 0}}@media(prefers-reduced-motion:reduce){.cs-skel,.cs-card-skeleton .cs-card-thumb{animation:none;background-image:none}}.cs-nav-skel{display:flex;align-items:center;gap:9px;height:34px;padding:0 10px;pointer-events:none}.cs-nav-skel-ico{width:16px;height:16px;border-radius:4px;flex:none}.cs-nav-skel-bar{height:11px}.cs-episodes-layout{display:flex;gap:20px;align-items:flex-start}.cs-episodes-main{flex:1;min-width:0}.cs-ideas-panel{width:320px;flex-shrink:0;border:1px solid var(--cs-line);border-radius:14px;background:var(--cs-panel);padding:16px}.cs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#1114186b;animation:cs-modal-fade .14s ease}.cs-modal{width:100%;max-width:400px;padding:24px;background:var(--cs-panel);border-radius:18px;box-shadow:0 4px 12px #0000001a,0 18px 44px -8px #00000038;animation:cs-modal-pop .16s cubic-bezier(.22,1,.36,1)}.cs-modal-title{margin:0 0 22px;font-size:20px;font-weight:600;letter-spacing:normal;color:var(--cs-auth-label)}.cs-modal-form{display:flex;flex-direction:column}.cs-modal-label{margin-bottom:8px;padding-left:2px;font-size:15px;font-weight:500;color:var(--cs-auth-label)}.cs-modal-input{width:100%;height:48px;padding:0 14px;border:none;border-radius:12px;background:var(--cs-panel);box-shadow:inset 0 0 0 1px var(--cs-auth-fill-line);font-size:15px;font-family:inherit;color:var(--cs-ink);outline:none;transition:box-shadow .12s ease}.cs-modal-input::placeholder{color:#adb5bd}.cs-modal-input:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-modal-input:focus{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-modal-field{display:flex;flex-direction:column;margin-top:16px}.cs-modal-rows{display:flex;flex-direction:column;gap:8px}.cs-modal-row{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;border:none;border-radius:12px;background:var(--cs-panel);box-shadow:inset 0 0 0 1px var(--cs-auth-fill-line);cursor:pointer;font-family:inherit;text-align:left;transition:box-shadow .12s ease}.cs-modal-row:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-modal-row.is-active{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-modal-row-label{font-size:15px;font-weight:500;color:var(--cs-ink)}.cs-modal-row-right{display:flex;align-items:center;gap:10px}.cs-modal-row-sub{font-size:14px;color:var(--cs-muted)}.cs-modal-row.is-active .cs-modal-row-sub{color:var(--cs-accent)}.cs-modal-row-check{color:var(--cs-accent);flex:none}.cs-modal-num{display:flex;align-items:center;gap:10px;margin-top:8px}.cs-modal-num-input{width:120px;height:44px;padding:0 12px;border:none;border-radius:11px;background:var(--cs-panel);box-shadow:inset 0 0 0 1px var(--cs-auth-fill-line);font-size:14px;font-family:inherit;color:var(--cs-ink);outline:none;transition:box-shadow .12s ease}.cs-modal-num-input:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-modal-num-input:focus{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-modal-num-unit{font-size:13px;color:var(--cs-muted)}.cs-modal-hint{margin:10px 0 0;padding-left:2px;font-size:14px;line-height:1.35;color:var(--cs-auth-label)}.cs-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.cs-modal-error{margin:10px 0 0;padding-left:2px;font-size:14px;line-height:1.35;color:#e5484d}.cs-action-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:60;padding:11px 18px;border-radius:10px;background:#1b1f24;color:#fff;font-size:14px;line-height:1.4;box-shadow:0 8px 24px #191c2038}.cs-modal-actions .cs-btn{height:44px;padding:0 20px;border-radius:10px;font-size:15px;font-weight:600}@keyframes cs-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes cs-modal-pop{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cs-btn,.cs-nav-item,.cs-ws,.cs-topbar-back,.cs-crumb{line-height:1}.cs-feedback-card{display:flex;flex-direction:column;gap:4px;margin:0 2px 8px;padding:12px 13px 13px;border:1px solid var(--cs-line);border-radius:10px;background:var(--cs-panel);text-align:left;font-family:inherit;cursor:pointer;transition:background .12s ease}.cs-feedback-card:hover{background:#f6f8fa}.cs-feedback-card b{font-size:13px;font-weight:650;color:var(--cs-ink)}.cs-feedback-card span{font-size:12px;line-height:1.55;color:#6b7684}.cs-fbm-sub{margin:-14px 0 18px;font-size:13.5px;line-height:1.6;color:#6b7684}.cs-fbm-textarea{width:100%;box-sizing:border-box;height:132px;padding:12px 14px;border:none;border-radius:12px;background:var(--cs-panel);box-shadow:inset 0 0 0 1px var(--cs-auth-fill-line);font:inherit;font-size:14.5px;line-height:1.6;color:var(--cs-ink);resize:none;outline:none;transition:box-shadow .12s ease}.cs-fbm-textarea::placeholder{color:#adb5bd}.cs-fbm-textarea:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-fbm-textarea:focus{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-fbm-attach{position:relative;display:inline-flex;margin-right:auto}.cs-fbm-files{position:absolute;bottom:calc(100% + 6px);left:0;z-index:5;width:240px;margin:0;padding:5px;list-style:none;display:flex;flex-direction:column;gap:2px;background:var(--cs-panel);border:1px solid var(--cs-line);border-radius:10px;box-shadow:0 8px 24px -10px #0003}.cs-fbm-files li{display:flex;align-items:center;gap:6px;height:28px;min-width:0;padding:0 4px 0 8px;border-radius:7px;font-size:12px;color:#4e5968}.cs-fbm-files li:hover{background:#f6f8fa}.cs-fbm-files li span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-fbm-files li button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:6px;background:transparent;color:#8b95a1;cursor:pointer;padding:0}.cs-fbm-files li button:hover{background:#e9edf1;color:var(--cs-ink)}.cs-fbm-add:disabled{opacity:.45;cursor:default}.cs-fbm-attach:has(.cs-fbm-list-toggle) .cs-fbm-add{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.cs-fbm-list-toggle{display:flex;align-items:center;justify-content:center;width:30px;height:44px;border:1px solid var(--cs-line);border-radius:0 10px 10px 0;background:var(--cs-panel);color:#8b95a1;cursor:pointer;padding:0;transition:background .12s ease,color .12s ease}.cs-fbm-list-toggle:hover{background:#f6f8fa;color:var(--cs-ink)}.cs-fbm-list-toggle.is-on{background:#eceff2;color:#20252c}.cs-fbm-add{display:inline-flex;align-items:center;gap:6px;height:44px;padding:0 14px;border:1px solid var(--cs-line);border-radius:10px;background:var(--cs-panel);font-family:inherit;font-size:13.5px;font-weight:600;color:#4e5968;cursor:pointer;transition:background .12s ease;line-height:1}.cs-fbm-add:hover{background:#f6f8fa}.cs-fbm-contact{margin-top:10px;height:42px;font-size:14px}.cs-fbm-hint{margin:10px 0 0;font-size:12px;color:#8b95a1;line-height:1.55}.cs-fbm-error{margin:10px 0 0;font-size:12px;color:#e03131}.cs-fbm-done{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:8px 0 4px}.cs-fbm-check{width:40px;height:40px;border-radius:50%;background:var(--cs-accent-soft, #eef4fe);color:var(--cs-accent);display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:8px}.cs-fbm-done b{font-size:18px;font-weight:650;color:var(--cs-ink)}.cs-fbm-done p{margin:0;font-size:14px;line-height:1.6;color:#6b7684}:root{--cs-auth-fill: #f2f4f6;--cs-auth-fill-line: #e5e8eb;--cs-auth-label: #4e5968}.cs-auth{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;padding:40px 24px;background:var(--cs-panel)}.cs-auth-card{width:100%;max-width:440px}.cs-auth-brand{display:flex;justify-content:flex-start;align-items:baseline;margin-bottom:40px;text-decoration:none}.cs-auth-brand-name{font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.03em;color:var(--cs-ink)}.cs-auth-brand-name:after{content:".";color:var(--cs-accent)}.cs-auth-head{margin-bottom:44px}.cs-auth-title{margin:0;font-size:24px;font-weight:600;letter-spacing:normal;line-height:1.3;color:var(--cs-auth-label)}.cs-auth-sub{margin:9px 0 0;font-size:15px;line-height:1.55;color:var(--cs-auth-label)}.cs-auth-form{display:flex;flex-direction:column;gap:14px}.cs-auth-field{display:flex;flex-direction:column;gap:8px}.cs-auth-field--sep{margin-top:20px}.cs-auth-label{font-size:15px;font-weight:500;color:var(--cs-auth-label);padding-left:2px}.cs-auth-input{width:100%;height:48px;padding:0 14px;border:none;border-radius:12px;background:var(--cs-panel);box-shadow:inset 0 0 0 1px var(--cs-auth-fill-line);font-size:15px;font-family:inherit;color:var(--cs-ink);outline:none;transition:box-shadow .12s ease}.cs-auth-input::placeholder{color:#adb5bd}.cs-auth-input:hover{box-shadow:inset 0 0 0 2px #3182f673}.cs-auth-input:focus{box-shadow:inset 0 0 0 2px var(--cs-accent)}.cs-auth-input-wrap{position:relative}.cs-auth-input-wrap .cs-auth-input{padding-right:46px}.cs-auth-eye{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:9px;background:transparent;color:#adb5bd;cursor:pointer;transition:color .12s ease,background .12s ease}.cs-auth-eye:hover{color:var(--cs-auth-label);background:var(--cs-auth-fill)}.cs-auth-input.is-invalid,.cs-auth-input.is-invalid:hover,.cs-auth-input.is-invalid:focus{box-shadow:inset 0 0 0 2px #f04452}.cs-auth-hint{margin:6px 0 0;padding-left:2px;font-size:14px;line-height:1.35;color:var(--cs-auth-label)}.cs-auth-hint.is-error{color:#f04452}.cs-auth-error{margin:0;padding:12px 14px;border-radius:12px;background:#f0445214;color:#d63341;font-size:13.5px;line-height:1.45}.cs-auth-submit{height:54px;margin-top:10px;border:none;border-radius:14px;background:var(--cs-accent);color:#fff;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s ease}.cs-auth-submit:not(:disabled):hover{background:#2272eb}.cs-auth-submit:disabled{opacity:.45;cursor:not-allowed}.cs-auth-actions{display:flex;align-items:center;justify-content:space-between;margin-top:40px}.cs-auth-actions-links{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--cs-auth-label)}.cs-auth-actions-links a{color:var(--cs-auth-label);text-decoration:none}.cs-auth-actions-links a:hover{color:var(--cs-ink)}.cs-auth-submit-compact{width:auto;height:44px;margin-top:0;padding:0 22px;border-radius:10px;font-size:15px}.cs-auth-foot{margin:28px 0 0;text-align:center;font-size:14px;color:var(--cs-auth-label)}.cs-auth-link{color:var(--cs-accent);font-weight:700;text-decoration:none}.cs-auth-link:hover{text-decoration:underline}html:has(.cs-lp),body:has(.cs-lp){background:#fff}.cs-lp{--lp-strong: #191f28;--lp-text: #333d4b;--lp-muted: #6b7684;--lp-subtle: #8b95a1;--lp-bg: #f7f8fa;--lp-surface: #f2f4f6;--lp-line: rgba(2, 32, 71, .08);--lp-blue: #3182f6;min-height:100%;overflow-x:clip;background:#fff;color:var(--lp-text);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cs-lp *,.cs-lp *:before,.cs-lp *:after{box-sizing:border-box}.cs-lp img{display:block}.cs-lp button{font:inherit}.cs-lp h1,.cs-lp h2,.cs-lp h3,.cs-lp p,.cs-lp li,.cs-lp span{overflow-wrap:break-word;word-break:keep-all}.cs-lp-nav{height:68px;background:#fff;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-nav-inner{display:flex;align-items:center;justify-content:space-between;width:min(1280px,calc(100% - 48px));height:68px;margin:0 auto}.cs-lp-logo{color:inherit;text-decoration:none}.cs-lp-brand{color:var(--lp-strong);font-family:Space Grotesk,Pretendard,sans-serif;font-size:19px;font-weight:650;letter-spacing:-.045em}.cs-lp-brand:after{color:var(--lp-blue);content:"."}.cs-lp-nav nav{display:flex;align-items:center;gap:18px}.cs-lp-nav nav a{color:var(--lp-muted);font-size:13px;font-weight:600;text-decoration:none}.cs-lp-nav nav a:hover{color:var(--lp-strong)}.cs-lp-nav .cs-lp-nav-cta{display:inline-flex;align-items:center;height:36px;padding:0 15px;border-radius:10px;background:var(--lp-blue);color:#fff;transition:background .14s ease}.cs-lp-nav nav a.cs-lp-nav-cta:hover{background:#1b64da;color:#fff}.cs-lp-nav a:focus-visible{outline:2px solid var(--lp-blue);outline-offset:3px}.cs-lp-hero{padding:88px 0 112px;background:#fff}.cs-lp-hero-inner{width:min(1280px,calc(100% - 48px));margin:0 auto}.cs-lp-hero-copy{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}.cs-lp-feature-copy>span,.cs-lp-share-copy>span{display:block;margin:0 0 18px;color:var(--lp-muted);font-size:12px;font-weight:650}.cs-lp-hero h1{margin:0;color:var(--lp-strong);font-size:clamp(52px,4.8vw,68px);font-weight:720;line-height:1.13;letter-spacing:-.06em}.cs-lp-hero h1>span{display:block}.cs-lp-hero-description{max-width:720px;margin:28px auto 0;color:var(--lp-muted);font-size:17px;line-height:1.75;letter-spacing:-.016em}.cs-lp-hero-description>span{display:block}.cs-lp-hero-actions{display:flex;align-items:center;justify-content:center;margin-top:32px}.cs-lp-primary-cta{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-width:174px;height:52px;padding:0 18px 0 22px;border-radius:12px;background:var(--lp-blue);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background .16s ease}.cs-lp-primary-cta:hover{background:#1b64da}.cs-lp-primary-cta svg{transition:transform .16s ease}.cs-lp-primary-cta:hover svg{transform:translate(3px)}.cs-lp-art-stack{display:grid;overflow:hidden;background:#fff;box-shadow:0 4px 14px #162a4324}.cs-lp-art-stack img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}.cs-lp-hero-product{min-width:0;margin-top:56px;padding:10px;overflow:hidden;border:1px solid rgba(2,32,71,.06);border-radius:22px;background:#e9eef3;box-shadow:0 24px 70px #1d32501f}.cs-lp-workspace{height:700px;overflow:hidden;border-radius:13px;background:#fff;box-shadow:0 0 0 1px #02204712,0 14px 38px #1428441a}.cs-lp-workspace-body{display:grid;grid-template-columns:34px 180px minmax(0,1fr);height:100%}.cs-lp-workspace-rail{display:flex;align-items:center;flex-direction:column;gap:5px;padding:9px 4px;background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-workspace-rail span{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;color:#6b7684}.cs-lp-workspace-rail span:first-child{background:#f0f2f4;color:#313842}.cs-lp-workspace-rail span:last-child{margin-top:auto}.cs-lp-workspace-body>aside{background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-workspace-body>aside>header{padding:13px 12px 12px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-workspace-body>aside>header small,.cs-lp-workspace-body>aside>header strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-lp-workspace-body>aside>header small{margin-bottom:4px;color:#8b95a1;font-size:8px;font-weight:600}.cs-lp-workspace-body>aside>header strong{color:#333d4b;font-size:11px}.cs-lp-workspace-versions,.cs-lp-workspace-layers{padding:11px 10px}.cs-lp-workspace-versions{box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-workspace-versions>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cs-lp-workspace-versions b,.cs-lp-workspace-layers>b{color:#8b95a1;font-size:8px;font-weight:650}.cs-lp-workspace-versions p{min-height:24px;margin:2px 0 0;padding:0 8px;border-radius:6px;color:#6b7684;font-size:8px;line-height:24px}.cs-lp-workspace-versions p.is-active{background:#f0f1f4;color:#191f28;font-weight:650}.cs-lp-workspace-layers>b{display:block;margin-bottom:6px}.cs-lp-workspace-layers p{display:grid;grid-template-columns:13px 13px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:27px;margin:0;padding:0 6px;border-radius:7px;color:#4e5968;font-size:8px}.cs-lp-workspace-layers p:first-of-type{background:#f6f7f9}.cs-lp-workspace-layers p.is-child{display:block;min-height:23px;padding-left:31px;color:#6b7684;line-height:23px}.cs-lp-workspace-layers p>svg:last-child:not(:first-child){color:var(--lp-blue)}.cs-lp-workspace-canvas{position:relative;overflow:hidden;background:#fbfcfd}.cs-lp-workspace-manuscript{position:absolute;left:37%;top:5%;width:215px}.cs-lp-workspace-manuscript>span{position:absolute;left:0;top:-26px;height:22px;padding:0 8px;border-radius:4px;background:var(--lp-blue);color:#fff;font-size:10px;font-weight:600;line-height:22px}.cs-lp-workspace-manuscript>img{width:100%;height:610px;object-fit:cover;object-position:top;background:#fff;box-shadow:0 4px 14px #0017331f}.cs-lp-workspace-manuscript>.cs-lp-art-stack{height:610px}.cs-lp-workspace-reference{position:absolute;left:calc(37% - 275px);top:7%;width:250px;padding:11px;background:#fff;box-shadow:0 0 0 1px #3182f645,0 12px 28px #00173317}.cs-lp-workspace-reference>header{display:flex;align-items:center;gap:6px;height:23px;color:#333d4b;font-size:9px}.cs-lp-workspace-reference>header svg{color:var(--lp-blue)}.cs-lp-workspace-reference>header small{margin-left:auto;color:#8b95a1;font-size:8px}.cs-lp-workspace-reference>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.cs-lp-workspace-reference figure{margin:0;overflow:hidden;background:#f2f4f6}.cs-lp-workspace-reference figure img{width:100%;height:96px;object-fit:cover}.cs-lp-workspace-reference figure:nth-child(1) img{object-position:center 35%}.cs-lp-workspace-reference figure:nth-child(2) img{object-position:center 70%}.cs-lp-workspace-reference figure:nth-child(3) img{object-position:left 20%}.cs-lp-workspace-reference figure:nth-child(4) img{object-position:right 50%}.cs-lp-workspace-reference figcaption{height:22px;padding:0 7px;background:#fff;color:#6b7684;font-size:7px;line-height:22px}.cs-lp-workspace-memo{position:absolute;width:165px;min-height:68px;padding:11px 12px;box-shadow:0 5px 14px #0017331a}.cs-lp-workspace-memo strong,.cs-lp-workspace-memo span{display:block}.cs-lp-workspace-memo strong{margin-bottom:5px;color:#594f26;font-size:8px}.cs-lp-workspace-memo span{color:#665b2d;font-size:9px;line-height:1.5}.cs-lp-workspace-memo.is-yellow{left:calc(37% - 190px);top:57%;background:#fff0b5}.cs-lp-workspace-memo.is-blue{left:calc(37% + 235px);bottom:8%;background:#e5f1ff}.cs-lp-workspace-memo.is-blue strong,.cs-lp-workspace-memo.is-blue span{color:#355676}.cs-lp-workspace-loose-reference{position:absolute;left:calc(37% + 235px);top:49%;width:165px;overflow:hidden;background:#fff;box-shadow:0 6px 18px #0017331c}.cs-lp-workspace-loose-reference img{width:100%;height:108px;object-fit:cover;object-position:center 23%}.cs-lp-workspace-comment{position:absolute;z-index:8;transform:translateY(-100%)}.cs-lp-workspace-comment.is-first{left:calc(37% + 150px);top:30%}.cs-lp-workspace-comment.is-second{left:calc(37% + 55px);top:58%}.cs-lp-workspace-comment-marker{position:relative;display:block;width:40px;height:40px;padding:3px;border:1px solid rgba(25,31,40,.1);border-radius:50% 50% 50% 0;background:#fff;box-shadow:0 1px 4px #14181f29}.cs-lp-workspace-comment-marker>i{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:#8b5fc7;color:#fff;font-size:11px;font-style:normal;font-weight:700}.cs-lp-workspace-comment.is-second .cs-lp-workspace-comment-marker>i{background:#4f8bc9}.cs-lp-workspace-comment>article{position:absolute;left:calc(100% + 12px);top:50%;width:270px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;transform:translateY(-50%)}.cs-lp-workspace-comment>article header{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;margin-bottom:8px}.cs-lp-workspace-comment>article header>i{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#8b5fc7;color:#fff;font-size:8px;font-style:normal;font-weight:700}.cs-lp-workspace-comment>article header strong{color:#333d4b;font-size:10px;font-weight:650}.cs-lp-workspace-comment>article header small{color:#8b95a1;font-size:7px}.cs-lp-workspace-comment>article>p{margin:0;color:#333d4b;font-size:9px;line-height:1.55}.cs-lp-workspace-comment>article>div{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding-top:10px;box-shadow:inset 0 1px #02204712}.cs-lp-workspace-comment>article>div>i{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;border-radius:50%;background:#4f8bc9;color:#fff;font-size:7px;font-style:normal;font-weight:700}.cs-lp-workspace-comment>article>div p{margin:0}.cs-lp-workspace-comment>article>div strong,.cs-lp-workspace-comment>article>div span{display:block}.cs-lp-workspace-comment>article>div strong{margin-bottom:3px;color:#333d4b;font-size:8px}.cs-lp-workspace-comment>article>div span{color:#4e5968;font-size:8px;line-height:1.5}.cs-lp-workspace-collapsed-actions{position:absolute;z-index:9;top:8px;right:8px;display:flex;align-items:center;gap:2px;padding:4px;border:1px solid var(--lp-line);border-radius:10px;background:#fff;box-shadow:0 4px 12px -6px #00000038}.cs-lp-workspace-collapsed-actions>span{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;color:#66717f}.cs-lp-workspace-collapsed-actions>span>i{display:block;width:13px;height:13px;border:1.5px solid currentColor;border-radius:50% 50% 50% 0}.cs-lp-demo-toolbar{display:flex;gap:4px;padding:6px 8px;border-radius:10px;background:#fff;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f}.cs-lp-demo-toolbar>span{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:48px;border-radius:8px;color:#8b95a1}.cs-lp-demo-toolbar>span.is-active{background:var(--lp-blue);color:#fff}.cs-lp-demo-toolbar.is-readonly>span:not(.is-active){opacity:.38}.cs-lp-demo-toolbar small{height:10px;font-size:9px;font-weight:600;line-height:10px;white-space:nowrap}.cs-lp-demo-comment{display:block;box-sizing:border-box;width:16px;height:16px;border:1.5px solid currentColor;border-radius:50% 50% 50% 1px}.cs-lp-demo-eraser{position:relative;display:block;width:15px;height:19px;border:1.5px solid currentColor;border-radius:3px;transform:rotate(38deg)}.cs-lp-demo-eraser:after{position:absolute;left:-1.5px;right:-1.5px;top:9px;height:1.5px;background:currentColor;content:""}.cs-lp-workspace-toolbar{position:absolute;left:calc(37% + 108px);bottom:12px;z-index:10;transform:translate(-50%)}.cs-lp-section-inner{width:min(1200px,calc(100% - 48px));margin:0 auto}.cs-lp-feature{width:100%;margin:0;padding:150px 0;background:#fff}.cs-lp-feature.is-reference-section{background:var(--lp-bg)}.cs-lp-feature.is-feedback-section{background:#171e28}.cs-lp-feature-copy{max-width:760px}.cs-lp-feature-copy h2,.cs-lp-share-copy h2{margin:0;color:var(--lp-strong);font-size:clamp(40px,3.9vw,54px);font-weight:700;line-height:1.2;letter-spacing:-.054em}.cs-lp-feature-copy>p,.cs-lp-share-copy>p{max-width:650px;margin:25px 0 0;color:var(--lp-muted);font-size:16px;line-height:1.78}.cs-lp-feature-copy ul{display:flex;flex-direction:column;gap:14px;margin:30px 0 0;padding:0;list-style:none}.cs-lp-feature-copy li{display:flex;align-items:center;gap:10px;color:#4e5968;font-size:13px;line-height:1.55}.cs-lp-feature-copy li svg{flex:none;color:var(--lp-subtle)}.cs-lp-feature.is-feedback-section .cs-lp-feature-copy>span{color:#8f9aaa}.cs-lp-feature.is-feedback-section .cs-lp-feature-copy h2{color:#fff}.cs-lp-feature.is-feedback-section .cs-lp-feature-copy>p{color:#b0b8c1}.cs-lp-feature.is-feedback-section .cs-lp-feature-copy li{color:#c4cbd3}.cs-lp-feature.is-feedback-section .cs-lp-feature-copy li svg{color:#778392}.cs-lp-focus-preview{position:relative;height:650px;margin-top:56px;overflow:hidden;border:1px solid rgba(2,32,71,.07);border-radius:24px;background:#eef2f6;box-shadow:0 18px 48px #1d325014}.cs-lp-focus-preview.is-feedback{height:760px;border-bottom:0;background:#edf1f5}.cs-lp-feedback-stage{position:absolute;left:50%;top:0;display:grid;grid-template-columns:34px 168px minmax(600px,1fr) 318px;width:100%;min-width:1120px;height:760px;background:#fff;transform:translate(-50%)}.cs-lp-feedback-rail{display:flex;align-items:center;flex-direction:column;gap:5px;padding:9px 4px;background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-feedback-rail span{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;color:#6b7684}.cs-lp-feedback-rail span:first-child{background:#f0f2f4;color:#313842}.cs-lp-feedback-rail span:last-child{margin-top:auto}.cs-lp-feedback-sidebar{background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-feedback-sidebar>header{padding:14px 12px 13px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-sidebar>header small,.cs-lp-feedback-sidebar>header strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-lp-feedback-sidebar>header small{margin-bottom:4px;color:#8b95a1;font-size:8px}.cs-lp-feedback-sidebar>header strong{color:#333d4b;font-size:10px}.cs-lp-feedback-sidebar section{padding:12px 10px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-sidebar section b{display:block;margin-bottom:7px;color:#8b95a1;font-size:8px}.cs-lp-feedback-sidebar section p{display:flex;align-items:center;gap:6px;min-height:27px;margin:0;padding:0 7px;border-radius:7px;color:#4e5968;font-size:8px}.cs-lp-feedback-sidebar section p.is-active{background:#f0f1f4;color:#191f28;font-weight:650}.cs-lp-feedback-sidebar section p.is-child{padding-left:31px;color:#6b7684}.cs-lp-feedback-canvas{position:relative;overflow:hidden;background:#f8fafb}.cs-lp-feedback-manuscript{position:absolute;left:170px;top:47px;width:260px}.cs-lp-feedback-manuscript>span{position:absolute;left:0;top:-26px;z-index:1;height:22px;padding:0 8px;border-radius:4px;background:var(--lp-blue);color:#fff;font-size:10px;font-weight:600;line-height:22px}.cs-lp-feedback-manuscript>img{display:block;width:100%;height:840px;object-fit:cover;object-position:top;box-shadow:0 4px 14px #162a4324}.cs-lp-feedback-manuscript>.cs-lp-art-stack{height:840px}.cs-lp-feedback-pin{position:absolute;z-index:5;transform:translateY(-100%)}.cs-lp-feedback-pin.is-first{left:205px;top:336px}.cs-lp-feedback-pin.is-second{left:360px;top:590px}.cs-lp-feedback-pin>span{position:relative;z-index:1;display:block;width:40px;height:40px;padding:3px;border:1px solid rgba(25,31,40,.1);border-radius:50% 50% 50% 0;background:#fff;box-shadow:0 1px 4px #14181f29}.cs-lp-feedback-pin>span>i{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:#8b5fc7;color:#fff;font-size:12px;font-style:normal;font-weight:700}.cs-lp-feedback-pin>article{position:absolute;left:54px;top:50%;display:flex;flex-direction:column;gap:12px;width:280px;padding:12px;border-radius:12px;background:#fff;box-shadow:0 2px 6px #00000014,0 6px 16px -4px #0000001f;transform:translateY(-50%)}.cs-lp-feedback-pin-message{display:flex;align-items:flex-start;gap:8px}.cs-lp-feedback-pin-message>i{display:grid;flex:0 0 24px;width:24px;height:24px;place-items:center;border-radius:50%;background:#8b5fc7;color:#fff;font-size:8px;font-style:normal;font-weight:700}.cs-lp-feedback-pin-message>i.is-blue{background:#4f8bc9}.cs-lp-feedback-pin-message>div{min-width:0;flex:1}.cs-lp-feedback-pin-message header{display:flex;align-items:center;gap:8px;min-height:22px}.cs-lp-feedback-pin-message header strong{min-width:0;flex:1;color:#333d4b;font-size:10px}.cs-lp-feedback-pin-message header span{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#f2f4f6;color:#707985}.cs-lp-feedback-pin-message p{margin:2px 0 0;color:#333d4b;font-size:10px;line-height:1.45}.cs-lp-feedback-reply-input{display:flex;align-items:center;gap:6px;height:36px;padding:4px 4px 4px 12px;border-radius:999px;background:#f7f8fa;box-shadow:inset 0 0 0 1px var(--lp-line)}.cs-lp-feedback-reply-input>span{min-width:0;flex:1;color:#b8b8b8;font-size:9px}.cs-lp-feedback-reply-input>i{display:grid;flex:0 0 26px;width:26px;height:26px;place-items:center;border-radius:50%;background:#d9d9d9;color:#fff;font-style:normal}.cs-lp-feedback-toolbar{position:absolute;left:50%;bottom:14px;z-index:6;transform:translate(-50%)}.cs-lp-feedback-panel{position:relative;border-left:1px solid rgba(2,32,71,.08);background:#fff}.cs-lp-feedback-panel-actions{display:flex;align-items:center;gap:4px;height:48px;padding:0 12px 0 14px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-panel-actions span{height:26px;padding:0 9px;border-radius:8px;background:#f2f4f6;color:#4e5968;font-size:8px;font-weight:650;line-height:26px}.cs-lp-feedback-panel-actions svg{margin-left:auto;color:#66717f}.cs-lp-feedback-panel>h3{display:flex;align-items:center;height:42px;margin:0;padding:0 16px;color:#191f28;font-size:13px;font-weight:600;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-filters{display:flex;gap:2px;height:48px;padding:10px 14px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-filters span{height:28px;padding:0 11px;border-radius:8px;color:#8b95a1;font-size:10px;line-height:28px}.cs-lp-feedback-filters span.is-active{background:#0017330a;color:#191f28;font-weight:600}.cs-lp-feedback-thread{padding:15px 14px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-feedback-thread.is-unread{background:#f4f9ff}.cs-lp-feedback-thread.is-resolved{background:#f7f8fa;opacity:.72}.cs-lp-feedback-message{display:flex;align-items:flex-start;gap:8px}.cs-lp-feedback-message>i,.cs-lp-feedback-reply>i{display:grid;flex:0 0 24px;width:24px;height:24px;place-items:center;border-radius:50%;color:#fff;font-size:8px;font-style:normal;font-weight:700}.cs-lp-feedback-message>i.is-purple{background:#8b5fc7}.cs-lp-feedback-message>i.is-blue,.cs-lp-feedback-reply>i.is-blue{background:#4f8bc9}.cs-lp-feedback-message>div{min-width:0;flex:1}.cs-lp-feedback-message header{display:flex;align-items:center;gap:6px;min-height:18px}.cs-lp-feedback-message header strong{color:#191f28;font-size:10px}.cs-lp-feedback-message header small{color:#a0a6ae;font-size:8px}.cs-lp-feedback-message header em{display:inline-flex;align-items:center;justify-content:center;gap:3px;margin-left:auto;min-width:48px;height:22px;border:1px solid #e2e5e9;border-radius:7px;color:#69717c;font-size:8px;font-style:normal;font-weight:600;line-height:1}.cs-lp-feedback-message p{margin:4px 0 0;color:#4e5968;font-size:10px;line-height:1.55}.cs-lp-feedback-reply{display:flex;gap:8px;margin:13px 0 0 32px;padding-top:12px;box-shadow:inset 0 1px var(--lp-line)}.cs-lp-feedback-reply p{margin:0}.cs-lp-feedback-reply strong,.cs-lp-feedback-reply span{display:block}.cs-lp-feedback-reply strong{margin-bottom:3px;color:#333d4b;font-size:9px}.cs-lp-feedback-reply span{color:#4e5968;font-size:9px;line-height:1.5}.cs-lp-feedback-thread>.cs-lp-feedback-reply-input{height:34px;margin:12px 0 0 32px}.cs-lp-focus-preview.is-reference{height:900px;background:#edf1f5}.cs-lp-reference-stage{position:absolute;left:50%;top:0;width:1120px;height:930px;transform:translate(-50%)}.cs-lp-reference-manuscript{position:absolute;left:432px;top:42px;width:286px}.cs-lp-reference-manuscript>span{position:absolute;left:0;top:-26px;z-index:1;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;background:var(--lp-blue);color:#fff;font-size:10px;font-weight:600}.cs-lp-reference-manuscript>img{display:block;width:100%;height:1010px;object-fit:cover;object-position:top;box-shadow:0 4px 14px #162a4329}.cs-lp-reference-manuscript>.cs-lp-art-stack{height:1010px}.cs-lp-reference-group{position:absolute;left:22px;top:64px;width:390px;padding:14px;border-radius:7px;background:#fff;box-shadow:0 0 0 1px #3182f647,0 16px 36px #1e324e1a}.cs-lp-reference-group>header{display:flex;align-items:center;gap:8px;height:28px;color:#333d4b;font-size:11px}.cs-lp-reference-group>header svg{color:var(--lp-blue)}.cs-lp-reference-group>header span{margin-left:auto;color:#8b95a1;font-size:9px}.cs-lp-reference-group-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:206px 172px;gap:9px;margin-top:10px}.cs-lp-reference-group figure,.cs-lp-reference-loose{margin:0;overflow:hidden;background:#fff}.cs-lp-reference-group figure{display:grid;grid-template-rows:minmax(0,1fr) 25px}.cs-lp-reference-group figure.is-woman{grid-column:1 / -1}.cs-lp-reference-group figure img,.cs-lp-reference-loose img{display:block;width:100%;height:100%;object-fit:cover}.cs-lp-reference-group figure.is-woman img{object-position:center 38%}.cs-lp-reference-group figure.is-man img{object-position:center 30%}.cs-lp-reference-group figure.is-props img{object-position:center 38%}.cs-lp-reference-group figcaption,.cs-lp-reference-loose figcaption{display:flex;align-items:center;color:#8b95a1;font-size:9px}.cs-lp-reference-loose{position:absolute;padding:9px 9px 0;box-shadow:0 14px 34px #1c30481f}.cs-lp-reference-loose img{height:calc(100% - 29px)}.cs-lp-reference-loose figcaption{height:29px}.cs-lp-reference-loose.is-stop{right:18px;top:78px;width:360px;height:214px}.cs-lp-reference-loose.is-interior{right:84px;top:326px;width:294px;height:286px}.cs-lp-reference-loose.is-light{right:20px;top:656px;width:336px;height:202px}.cs-lp-reference-comment{position:absolute;z-index:4}.cs-lp-reference-comment.is-first{left:493px;top:350px}.cs-lp-reference-comment.is-second{left:643px;top:602px}.cs-lp-reference-comment>span{position:relative;z-index:1;display:block;width:34px;height:34px;padding:3px;border:1px solid rgba(25,31,40,.1);border-radius:50% 50% 50% 0;background:#fff;box-shadow:0 2px 7px #14181f2b}.cs-lp-reference-comment>span>i{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:#8b5fc7;color:#fff;font-size:9px;font-style:normal;font-weight:700}.cs-lp-reference-comment>article{position:absolute;left:45px;top:50%;width:230px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 2px 6px #00000014,0 8px 22px -5px #00000026;transform:translateY(-50%)}.cs-lp-reference-comment.is-second>article{left:45px;right:auto}.cs-lp-reference-comment article header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.cs-lp-reference-comment article strong{color:#333d4b;font-size:9px}.cs-lp-reference-comment article small{color:#8b95a1;font-size:7px}.cs-lp-reference-comment article p{margin:0;color:#4e5968;font-size:9px;line-height:1.55}.cs-lp-reference-note{position:absolute;z-index:2;width:220px;padding:17px;border-radius:3px;box-shadow:0 9px 24px #2f38451f}.cs-lp-reference-note strong,.cs-lp-reference-note span{display:block}.cs-lp-reference-note strong{margin-bottom:8px;font-size:9px}.cs-lp-reference-note span{font-size:11px;line-height:1.55}.cs-lp-reference-note.is-yellow{left:126px;top:610px;background:#fff0b5;color:#655829}.cs-lp-reference-note.is-blue{right:354px;top:730px;background:#dcecff;color:#3e5d7c}.cs-lp-reference-toolbar{position:absolute;left:575px;bottom:42px;z-index:8;transform:translate(-50%)}.cs-lp-share{width:100%;margin:0;padding:150px 0;background:#fff}.cs-lp-share>.cs-lp-section-inner{display:grid;grid-template-columns:430px minmax(0,1fr);align-items:center;gap:110px}.cs-lp-share-preview{padding:30px;border-radius:24px;background:#f2f6fb;box-shadow:inset 0 0 0 1px #0220470d}.cs-lp-share-preview>header{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px}.cs-lp-share-preview>header>i{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#fff;color:var(--lp-blue);box-shadow:0 5px 18px #1c3a5c14;font-style:normal}.cs-lp-share-preview>header div,.cs-lp-share-preview>header small,.cs-lp-share-preview>header strong{display:block}.cs-lp-share-preview>header small{margin-bottom:4px;color:var(--lp-subtle);font-size:10px}.cs-lp-share-preview>header strong{color:var(--lp-text);font-size:15px}.cs-lp-share-preview>header>span{padding:7px 10px;border-radius:999px;background:#e8f3ff;color:#1b64da;font-size:10px;font-weight:700}.cs-lp-share-qr{width:190px;margin:26px auto 0;padding:15px;border-radius:18px;background:#fff;box-shadow:0 8px 28px #1c3a5c14}.cs-lp-share-qr svg{display:block;width:100%;height:auto}.cs-lp-share-link{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;padding:19px 20px;border-radius:16px;background:#fff;box-shadow:0 8px 28px #1c3a5c14}.cs-lp-share-link small,.cs-lp-share-link strong{display:block}.cs-lp-share-link small{margin-bottom:6px;color:var(--lp-subtle);font-size:9px}.cs-lp-share-link strong{color:var(--lp-text);font-size:13px;font-weight:600}.cs-lp-share-link>span{display:inline-flex;flex:none;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:10px;background:var(--lp-strong);color:#fff;font-size:11px;font-weight:650}.cs-lp-share-preview>footer{display:flex;align-items:center;gap:18px;margin-top:24px;padding:0 4px}.cs-lp-reviewers{display:flex;flex:none;padding-left:8px}.cs-lp-reviewers i{display:grid;width:32px;height:32px;margin-left:-8px;place-items:center;border:2px solid #f2f6fb;border-radius:50%;background:#dce8f6;color:#50657b;font-size:9px;font-style:normal;font-weight:700}.cs-lp-reviewers i:nth-child(2){background:#eee7fb;color:#69568b}.cs-lp-reviewers i:nth-child(3){background:#fff;color:var(--lp-subtle)}.cs-lp-share-preview>footer p{margin:0}.cs-lp-share-preview>footer strong,.cs-lp-share-preview>footer span{display:block}.cs-lp-share-preview>footer strong{margin-bottom:4px;color:var(--lp-text);font-size:12px}.cs-lp-share-preview>footer span{color:var(--lp-muted);font-size:10px;line-height:1.5}.cs-lp-version-section{background:var(--lp-bg)}.cs-lp-version-preview{position:relative;height:720px;margin-top:56px;overflow:hidden;border:1px solid rgba(2,32,71,.07);border-radius:24px;background:#edf1f5;box-shadow:0 18px 48px #1d325014}.cs-lp-version-stage{position:absolute;left:50%;top:0;display:grid;grid-template-columns:34px 182px minmax(0,1fr);width:100%;min-width:1120px;height:720px;background:#fff;transform:translate(-50%)}.cs-lp-version-rail{display:flex;align-items:center;flex-direction:column;gap:5px;padding:9px 4px;background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-version-rail span{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;color:#6b7684}.cs-lp-version-rail span:first-child{background:#f0f2f4;color:#313842}.cs-lp-version-rail span:last-child{margin-top:auto}.cs-lp-version-sidebar{background:#fff;box-shadow:inset -1px 0 var(--lp-line)}.cs-lp-version-sidebar>header{padding:14px 12px 13px;box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-version-sidebar>header small,.cs-lp-version-sidebar>header strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-lp-version-sidebar>header small{margin-bottom:4px;color:#8b95a1;font-size:8px}.cs-lp-version-sidebar>header strong{color:#333d4b;font-size:10px}.cs-lp-version-list,.cs-lp-version-layers{padding:12px 10px}.cs-lp-version-list{box-shadow:inset 0 -1px var(--lp-line)}.cs-lp-version-list>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.cs-lp-version-list b,.cs-lp-version-layers>b{color:#8b95a1;font-size:8px}.cs-lp-version-list p{height:27px;margin:2px 0 0;padding:0 9px;border-radius:7px;color:#6b7684;font-size:8px;line-height:27px}.cs-lp-version-list p.is-active{background:#f0f1f4;color:#191f28;font-weight:650}.cs-lp-version-layers>b{display:block;margin-bottom:7px}.cs-lp-version-layers p{display:grid;grid-template-columns:13px 13px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:27px;margin:0;padding:0 6px;border-radius:7px;color:#4e5968;font-size:8px}.cs-lp-version-layers p.is-child{display:block;min-height:23px;padding-left:31px;color:#6b7684;line-height:23px}.cs-lp-version-layers p>svg:last-child:not(:first-child){color:var(--lp-blue)}.cs-lp-version-canvas{position:relative;overflow:hidden;background:#f8fafb}.cs-lp-version-manuscript{position:absolute;left:408px;top:48px;width:270px}.cs-lp-version-manuscript>span{position:absolute;left:0;top:-26px;z-index:1;height:22px;padding:0 8px;border-radius:4px;background:var(--lp-blue);color:#fff;font-size:10px;font-weight:600;line-height:22px}.cs-lp-version-manuscript>img{display:block;width:100%;height:820px;object-fit:cover;object-position:top;box-shadow:0 4px 14px #162a4324}.cs-lp-version-manuscript>.cs-lp-art-stack{height:820px}.cs-lp-version-manuscript.is-past{left:84px;width:250px}.cs-lp-version-manuscript.is-past>span{background:#8b95a1}.cs-lp-version-manuscript.is-past>.cs-lp-art-stack{box-shadow:0 4px 14px #162a431a;opacity:.92}.cs-lp-version-comment{left:476px;top:352px}.cs-lp.is-multi-artwork .cs-lp-workspace-comment.is-first{top:15%}.cs-lp.is-multi-artwork .cs-lp-feedback-pin.is-first{top:135px}.cs-lp.is-multi-artwork .cs-lp-reference-comment.is-first{top:468px}.cs-lp.is-multi-artwork .cs-lp-reference-comment.is-second{top:636px}.cs-lp.is-multi-artwork .cs-lp-version-comment{top:135px}.cs-lp-version-collapsed-actions{position:absolute;z-index:9;top:8px;right:8px;display:flex;align-items:center;gap:2px;padding:4px;border:1px solid var(--lp-line);border-radius:10px;background:#fff;box-shadow:0 4px 12px -6px #00000038}.cs-lp-version-collapsed-actions>span{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;color:#66717f}.cs-lp-version-collapsed-actions>span>i{display:block;width:13px;height:13px;border:1.5px solid currentColor;border-radius:50% 50% 50% 0}.cs-lp-version-toolbar{position:absolute;left:50%;bottom:14px;z-index:8;transform:translate(-50%)}.cs-lp-final{display:flex;align-items:flex-end;justify-content:space-between;min-height:430px;padding:104px max(24px,calc((100% - 1200px)/2));background:#171e28}.cs-lp-final>div>span{display:block;margin-bottom:18px;color:#8f9aaa;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700}.cs-lp-final h2{max-width:820px;margin:0;color:#fff;font-size:clamp(42px,4.5vw,60px);font-weight:700;line-height:1.14;letter-spacing:-.058em}.cs-lp-final p{margin:21px 0 0;color:#aab3bf;font-size:15px}.cs-lp-primary-cta.is-inverse{flex:none;background:#fff;color:var(--lp-strong)}.cs-lp-primary-cta.is-inverse:hover{background:#f2f4f6}.cs-lp-footer{display:flex;align-items:center;justify-content:space-between;height:94px;padding:0 max(24px,calc((100% - 1200px)/2));background:#171e28;color:#778392;font-size:10px;box-shadow:inset 0 1px #ffffff14}.cs-lp-footer .cs-lp-brand{color:#fff}@media(max-width:1100px){.cs-lp-hero h1{font-size:56px}.cs-lp-share>.cs-lp-section-inner{grid-template-columns:360px minmax(0,1fr);gap:60px}}@media(max-width:920px){.cs-lp-hero-copy{max-width:760px}.cs-lp-share>.cs-lp-section-inner{grid-template-columns:1fr;gap:52px}.cs-lp-share-copy{max-width:680px}}@media(max-width:760px){.cs-lp-nav-inner{width:calc(100% - 32px)}.cs-lp-nav nav{gap:14px}.cs-lp-hero{padding-top:58px}.cs-lp-hero-inner{width:calc(100% - 32px)}.cs-lp-hero h1{font-size:45px}.cs-lp-hero-description{font-size:16px}.cs-lp-hero-product{height:470px;margin-top:36px;padding:8px;border-radius:18px}.cs-lp-workspace{width:900px;transform:scale(.64);transform-origin:top left}.cs-lp-section-inner{width:calc(100% - 32px)}.cs-lp-feature,.cs-lp-share{padding:96px 0}.cs-lp-focus-preview{height:500px}.cs-lp-focus-preview.is-reference{height:590px}.cs-lp-reference-stage{top:0;transform:translate(-50%) scale(.64);transform-origin:top center}.cs-lp-focus-preview.is-feedback{height:490px}.cs-lp-feedback-stage{transform:translate(-50%) scale(.64);transform-origin:top center}.cs-lp-version-preview{height:465px}.cs-lp-version-stage{transform:translate(-50%) scale(.64);transform-origin:top center}.cs-lp-final{align-items:flex-start;flex-direction:column;justify-content:center;gap:44px}}@media(max-width:520px){.cs-lp-brand{font-size:18px}.cs-lp-nav nav>a:not(.cs-lp-nav-cta){display:none}.cs-lp-nav .cs-lp-nav-cta{height:35px;padding:0 12px;font-size:11px}.cs-lp-hero h1{font-size:38px;line-height:1.14}.cs-lp-hero-actions{align-items:stretch;flex-direction:column}.cs-lp-primary-cta{width:100%}.cs-lp-hero-product{height:365px}.cs-lp-workspace{transform:scale(.48)}.cs-lp-feature-copy h2,.cs-lp-share-copy h2{font-size:35px}.cs-lp-focus-preview.is-feedback{height:340px}.cs-lp-feedback-stage{transform:translate(-50%) scale(.44)}.cs-lp-focus-preview.is-reference{height:410px}.cs-lp-reference-stage{transform:translate(-50%) scale(.44)}.cs-lp-share-preview{padding:20px;border-radius:18px}.cs-lp-share-link{align-items:stretch;flex-direction:column}.cs-lp-share-link>span{align-self:flex-start}.cs-lp-share-link strong{font-size:11px;overflow-wrap:anywhere}.cs-lp-version-preview{height:320px}.cs-lp-version-stage{transform:translate(-50%) scale(.44)}.cs-lp-final{min-height:470px;padding-right:20px;padding-left:20px}.cs-lp-final h2{font-size:39px}.cs-lp-footer{padding:0 20px}}@media(prefers-reduced-motion:reduce){.cs-lp-primary-cta,.cs-lp-primary-cta svg{transition:none}}.wc-page{--wc-stroke-hover: var(--cs-accent);--wc-stroke-select: var(--cs-accent);--wc-episode-fill: #6b7686;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--cs-ink);background:var(--cs-bg);-webkit-user-select:none;user-select:none}.wc-tool-rail{position:absolute;z-index:50;inset:0 auto 0 0;width:60px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 5px 10px;background:var(--cs-panel);border-right:1px solid var(--cs-divider)}.wc-rail-back,.wc-rail-tool{width:50px;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;color:#7b8490;background:transparent;border:0;border-radius:10px;font:600 9.5px/1.1 inherit;cursor:pointer;transition:color .1s ease,background .1s ease}.wc-rail-back:hover,.wc-rail-tool:hover{color:#333a44;background:#f5f6f8}.wc-page button:focus-visible{outline:none}.wc-rail-tool.is-active{color:#20252c;background:#eceff2}.wc-rail-divider{width:32px;height:1px;margin:1px 0 2px;background:#eceef1}.wc-tool-drag-preview{position:fixed;z-index:100;top:0;left:0}.wc-header{position:absolute;z-index:40;top:14px;left:74px;height:36px;display:flex;align-items:center;padding:0 9px 0 11px;background:#fffffff0;border:1px solid rgba(23,33,47,.09);border-radius:10px;box-shadow:0 3px 12px #17212f0f}.wc-header-title{min-width:0;display:flex;align-items:center;gap:7px}.wc-header-title strong{overflow:hidden;max-width:min(45vw,460px);color:#252a31;font-size:13px;font-weight:650;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.wc-header-count{height:20px;display:inline-flex;align-items:center;padding:0 7px;color:#7f8996;background:#f1f3f5;border-radius:999px;font-size:10px;font-weight:600;font-variant-numeric:tabular-nums}.wc-surface{--wc-grid-size: 28px;--wc-grid-x: 0px;--wc-grid-y: 0px;--canvas-inset-left: 0px;--canvas-inset-right: 0px;--canvas-inset-bottom: 12px;position:absolute;top:0;right:0;bottom:0;left:60px;overflow:hidden;touch-action:none;cursor:default;background-color:var(--cs-bg)}.wc-surface.is-panning{cursor:grabbing}.wc-surface.is-placing,.wc-surface.is-drawing-box{cursor:crosshair}.wc-group-draft{position:absolute;top:0;left:0;background:#3182f60f;border:calc(1.5px * var(--wc-inv-scale, 1)) solid var(--cs-accent);pointer-events:none;transform-origin:0 0}.wc-scene{position:absolute;inset:0 auto auto 0;transform-origin:0 0}.wc-marquee{position:absolute;top:0;left:0;background:#3182f614;border:1px solid rgba(49,130,246,.55);pointer-events:none;transform-origin:0 0}.wc-selection-box{position:absolute;top:0;left:0;box-sizing:border-box;border:solid var(--wc-stroke-select);border-width:calc(1.5px * var(--wc-inv-scale, 1));cursor:default;transform-origin:0 0}.wc-size-badge{position:absolute;top:100%;left:50%;transform:translate(-50%,calc(6px * var(--wc-inv-scale, 1))) scale(var(--wc-inv-scale, 1));transform-origin:50% 0;padding:2px 6px;border-radius:4px;background:var(--wc-stroke-select);color:#fff;font-size:11px;font-weight:600;line-height:16px;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.wc-placement-preview{position:absolute;top:0;left:0;opacity:0}.wc-placement-preview,.wc-tool-drag-preview{box-sizing:border-box;background:var(--wc-episode-fill);border:1.5px solid var(--cs-accent);border-radius:10px;pointer-events:none}.wc-placement-preview.is-note,.wc-tool-drag-preview.is-note{background:#fff7cf;border:1px solid #dfd49b;border-radius:0}.wc-placement-preview.is-frame{background:#191c200a;border:1.5px dashed var(--cs-accent);border-radius:0}.wc-placement-preview>span,.wc-tool-drag-preview>span{position:absolute;top:calc(100% + 8px);left:50%;padding:2px 6px;color:#276fd2;background:#ffffffe0;border-radius:5px;font-size:12px;font-weight:650;line-height:1.35;white-space:nowrap;transform:translate(-50%)}.wc-placement-preview.is-visible{opacity:1}.wc-episode-card{position:absolute;top:0;left:0;overflow:visible;text-align:left;color:#252a31;transform-origin:0 0;contain:layout style}.wc-episode-tile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;overflow:hidden;background:var(--wc-episode-fill);border:0;border-radius:10px;cursor:default}.wc-episode-no{color:#fffffff0;font-size:30px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.wc-episode-card:hover .wc-episode-tile{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-hover)}.wc-episode-card.is-selected .wc-episode-tile,.wc-episode-card:focus-visible .wc-episode-tile{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select)}.wc-episode-card:focus-visible{outline:none}.wc-episode-card.is-dragging{z-index:10}.wc-episode-card.is-dragging .wc-episode-tile{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select),0 12px 24px #1f23281f;cursor:grabbing}.wc-episode-caption{position:absolute;top:calc(100% + 8px);left:50%;width:116px;display:flex;flex-direction:column;align-items:center;gap:3px;transform:translate(-50%)}.wc-episode-caption textarea{width:100%;min-width:0;padding:2px 5px;overflow:hidden;resize:none;color:#5c6470;background:transparent;border:1px solid transparent;border-radius:5px;outline:0;font-size:12px;font-weight:650;font-family:inherit;line-height:1.35;letter-spacing:-.01em;text-align:center;-webkit-user-select:text;user-select:text}.wc-episode-caption textarea:focus{color:#262b32;border-color:#a8afb8}.wc-work-note{position:absolute;top:0;left:0;box-sizing:border-box;overflow:visible;color:#35332b;border:0;border-radius:0;cursor:text;box-shadow:0 1px 2px #191c2017,0 3px 8px #191c2012;transform-origin:0 0;contain:layout style}.wc-work-note.is-dragging{cursor:grabbing}.wc-work-note:hover,.wc-work-note.is-peer-hover{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-hover),0 1px 2px #191c2017,0 3px 8px #191c2012}.wc-work-note.is-selected{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select),0 1px 2px #191c2017,0 3px 8px #191c2012}.wc-work-note.is-dragging{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select),0 12px 24px #1f23281f}.wc-work-note:focus-visible{outline:none;box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select),0 1px 2px #191c2017,0 3px 8px #191c2012}.wc-work-note textarea{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;width:100%;height:100%;padding:14px 16px;resize:none;overflow:hidden;pointer-events:none;color:#453f28;background:transparent;border:0;border-radius:inherit;outline:0;font-family:inherit;font-weight:600;line-height:1.42;letter-spacing:-.018em;-webkit-user-select:text;user-select:text}.wc-work-note.is-editing textarea{pointer-events:auto;overflow:hidden auto}.wc-note-handle{position:absolute;z-index:5}.wc-note-handle-nw,.wc-note-handle-ne,.wc-note-handle-sw,.wc-note-handle-se{width:8px;height:8px;background:#fff;border:1px solid var(--wc-stroke-select);border-radius:0;box-sizing:border-box;transform:scale(var(--wc-inv-scale, 1));transform-origin:center}.wc-note-handle-nw{top:-4px;left:-4px;cursor:nwse-resize}.wc-note-handle-se{right:-4px;bottom:-4px;cursor:nwse-resize}.wc-note-handle-ne{top:-4px;right:-4px;cursor:nesw-resize}.wc-note-handle-sw{bottom:-4px;left:-4px;cursor:nesw-resize}.wc-note-handle-n,.wc-note-handle-s{left:8px;right:8px;height:8px;cursor:ns-resize}.wc-note-handle-n{top:-4px}.wc-note-handle-s{bottom:-4px}.wc-note-handle-e,.wc-note-handle-w{top:8px;bottom:8px;width:8px;cursor:ew-resize}.wc-note-handle-e{right:-4px}.wc-note-handle-w{left:-4px}.wc-work-note textarea::placeholder{color:#59533a6b}.wc-work-note-toolbar{position:absolute;z-index:4;bottom:100%;left:50%;transform:translate(-50%,calc(-11px * var(--wc-inv-scale, 1))) scale(var(--wc-inv-scale, 1));transform-origin:50% 100%;height:32px;display:flex;align-items:center;gap:2px;box-sizing:border-box;padding:3px;color:#6b7684;background:#fff;border:none;border-radius:9px;box-shadow:0 1px 3px #14181f1a,0 6px 16px -4px #14181f29;white-space:nowrap}.wc-work-note-toolbar button{height:26px;min-width:26px;display:grid;place-items:center;padding:0 7px;color:#6b7684;background:transparent;border:0;border-radius:6px;font-family:inherit;font-weight:650;line-height:1;cursor:pointer}.wc-work-note-size{width:30px;height:26px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--cs-ink);font-family:inherit;font-size:12.5px;font-weight:650;text-align:center;outline:none;font-variant-numeric:tabular-nums}.wc-work-note-size:hover{background:#f2f4f6}.wc-work-note-size:focus{background:#f2f4f6;box-shadow:inset 0 0 0 1px var(--cs-accent)}.wc-work-note-toolbar button:hover{color:var(--cs-ink);background:#f2f4f6}.wc-work-note-toolbar button svg{display:block}.wc-work-note-toolbar-divider{flex:0 0 auto;width:1px;height:16px;margin:0 3px;background:var(--cs-divider)}.wc-work-note-swatch.is-current.is-open{border-color:#02204773}.wc-work-note-palette{position:absolute;z-index:5;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:5px;border-radius:9px;background:#fff;box-shadow:0 1px 3px #14181f1a,0 6px 16px -4px #14181f29}.wc-work-note-swatch{width:20px;min-width:20px;height:20px;padding:0;border:1px solid rgba(2,32,71,.12);border-radius:50%;cursor:pointer}.wc-work-note-swatch:hover{border-color:#02204747}.wc-empty{position:absolute;z-index:5;top:50%;left:50%;width:340px;padding:28px;text-align:center;transform:translate(-50%,-54%)}.wc-empty-mark{position:relative;width:86px;height:64px;display:block;margin:0 auto 20px}.wc-empty-mark span{position:absolute;top:8px;left:18px;width:50px;height:42px;background:#fff;border:1px solid #dfe4e9;border-radius:8px;box-shadow:0 7px 17px #1f293714}.wc-empty-mark span:nth-child(1){transform:translate(-11px,6px) rotate(-7deg)}.wc-empty-mark span:nth-child(2){transform:translate(12px,6px) rotate(7deg)}.wc-empty-mark span:nth-child(3){transform:translateY(-1px)}.wc-empty h1{margin:0;color:#2c3138;font-size:19px;font-weight:700;line-height:1.4;letter-spacing:-.02em}.wc-empty p{margin:7px 0 20px;color:#87919e;font-size:13px;line-height:1.5}.wc-empty button{height:40px;padding:0 18px;color:#fff;background:#242a31;border:0;border-radius:9px;font:650 13px/1 inherit;cursor:pointer;box-shadow:0 3px 8px #17212f24;transition:background .1s ease,transform .1s ease}.wc-empty button:hover{background:#11161c}.wc-empty button:active{transform:translateY(1px)}.wc-zoom{position:absolute;z-index:20;right:16px;bottom:16px;height:36px;display:flex;align-items:center;padding:3px;background:#fffffff5;border:1px solid rgba(23,33,47,.1);border-radius:10px;box-shadow:0 5px 16px #17212f14}.wc-zoom button{width:30px;height:28px;display:grid;place-items:center;padding:0;color:#737e8b;background:transparent;border:0;border-radius:7px;cursor:pointer}.wc-zoom button:hover{color:#303741;background:#f1f3f5}.wc-zoom .wc-zoom-value{width:46px;color:#505a67;font-size:10px;font-weight:650;font-variant-numeric:tabular-nums}.wc-drawing{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}.wc-drawing-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.wc-drawing-hit{pointer-events:stroke;cursor:default}.wc-drawing.is-dragging .wc-drawing-hit,.wc-drawing.is-dragging .wc-drawing-box{cursor:grabbing}.wc-drawing.is-peer-hover{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-hover)}.wc-drawing-box{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select);cursor:default;outline:none}.wc-image{position:absolute;top:0;left:0;box-sizing:border-box;cursor:default;transform-origin:0 0;contain:layout style}.wc-image>img{display:block;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.wc-image:hover,.wc-image.is-peer-hover{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-hover)}.wc-image.is-selected{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select)}.wc-image.is-dragging{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select),0 12px 24px #1f23281f;cursor:grabbing}.wc-image:focus-visible{outline:none;box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select)}.wc-image.is-uploading{pointer-events:none}.wc-image.is-uploading>img{opacity:.55}.wc-image-spinner{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;border:3px solid rgba(49,130,246,.2);border-top-color:var(--cs-accent);border-radius:999px;animation:wc-image-spin .8s linear infinite}@keyframes wc-image-spin{to{transform:rotate(360deg)}}.wc-image-fail{position:absolute;top:50%;left:50%;display:flex;align-items:center;gap:6px;padding:6px 8px;background:#fffffff7;border:1px solid rgba(23,33,47,.1);border-radius:8px;box-shadow:0 4px 12px #17212f1a;transform:translate(-50%,-50%);pointer-events:auto;white-space:nowrap}.wc-image-fail span{color:#d14848;font-size:11px;font-weight:650}.wc-image-fail button{height:24px;padding:0 8px;color:#303741;background:#f1f3f5;border:0;border-radius:6px;font:650 11px/1 inherit;cursor:pointer}.wc-image-fail button:hover{background:#e6e9ed}.wc-draw-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:25}.wc-draw-capture{position:absolute;top:0;right:0;bottom:0;left:0;background:#191c2012;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="white" stroke="%23191c20" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"/></svg>') 2 20,crosshair;touch-action:none}.wc-draw-capture.is-eraser{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="white" stroke="%23191c20" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21"/><path d="M22 21H7"/><path d="m5 11 9 9"/></svg>') 5 19,cell}.wc-draw-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.wc-draw-toolbar{position:absolute;z-index:26;bottom:20px;left:50%;height:46px;display:flex;align-items:center;gap:2px;padding:7px 8px;background:#fff;border:1px solid var(--cs-divider);border-radius:13px;box-shadow:0 2px 6px #00000014,0 8px 20px -6px #0003;transform:translate(-50%);white-space:nowrap}.wc-draw-color{position:relative;width:30px;height:30px;display:grid;place-items:center;margin:0;padding:0;background:transparent;border:0;border-radius:8px;cursor:pointer}.wc-draw-color:after{content:"";width:18px;height:18px;background:var(--swatch);border-radius:999px;box-shadow:inset 0 0 0 1px #191c2014;transition:transform .1s ease}.wc-draw-color:hover:after{transform:scale(1.12)}.wc-draw-color.is-active:after{box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--cs-accent)}.wc-draw-size,.wc-draw-eraser{width:30px;height:30px;display:grid;place-items:center;padding:0;color:#545c68;background:transparent;border:0;border-radius:8px;cursor:pointer}.wc-draw-size>span{background:#545c68;border-radius:999px}.wc-draw-size:hover,.wc-draw-eraser:hover{background:#f1f3f5}.wc-draw-size.is-active,.wc-draw-eraser.is-active{background:var(--cs-accent-soft);color:var(--cs-accent-strong)}.wc-draw-size.is-active>span{background:var(--cs-accent-strong)}.wc-draw-toolbar-divider{width:1px;height:18px;margin:0 6px;background:var(--cs-line)}.wc-draw-cancel,.wc-draw-save{height:30px;display:flex;align-items:center;padding:0 13px;border:0;border-radius:8px;font:650 12.5px/1 inherit;letter-spacing:-.01em;cursor:pointer;transition:background .1s ease,color .1s ease}.wc-draw-cancel{color:#545c68;background:transparent}.wc-draw-cancel:hover{color:#20252c;background:#f1f3f5}.wc-draw-save{margin-left:2px;color:#fff;background:var(--cs-accent)}.wc-draw-save:hover{background:var(--cs-accent-strong)}.wc-draw-save:disabled{opacity:.4;cursor:default}.wc-draw-save:disabled:hover{background:var(--cs-accent)}.wc-page--v2 .wc-surface{top:0;right:0;bottom:0;left:0}.wc-frame{position:absolute;top:0;left:0;box-sizing:border-box;background:#191c2009;transform-origin:0 0;outline:none}.wc-frame:hover,.wc-frame.is-peer-hover{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-hover)}.wc-surface.is-commenting .wc-frame:hover,.wc-surface.is-cut-picked .wc-frame:hover{box-shadow:none}.wc-frame.is-selected{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--wc-stroke-select)}.wc-frame-chip--group .wc-frame-name{background:#4e5968}.wc-frame.is-drop-target{box-shadow:0 0 0 calc(1.5px * var(--wc-inv-scale, 1)) var(--cs-accent);background:#3182f60d}.wc-frame.is-dragging{cursor:grabbing}.wc-chip-layer{position:absolute;top:0;left:0;z-index:20}.wc-notice{position:absolute;z-index:80;top:18px;left:50%;display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:10px;background:#191c20e0;color:#fff;font-size:12.5px;font-weight:600;white-space:nowrap;transform:translate(-50%);animation:wc-notice-in .16s cubic-bezier(.22,1,.36,1);pointer-events:none}@keyframes wc-notice-in{0%{opacity:0;transform:translate(-50%,-6px)}}.wc-ghost-pin{position:absolute;z-index:2;display:inline-flex;align-items:flex-start;gap:calc(6px * var(--wc-inv-scale, 1));transform:translateY(calc(-100% - 2px));transform-origin:0 100%;pointer-events:auto;cursor:default}.wc-ghost-pin-dot{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:calc(40px * var(--wc-inv-scale, 1));height:calc(40px * var(--wc-inv-scale, 1));padding:calc(3px * var(--wc-inv-scale, 1));border:calc(1px * var(--wc-inv-scale, 1)) solid rgba(25,31,40,.1);border-radius:50% 50% 50% 0;background:#fff!important;box-shadow:0 calc(1px * var(--wc-inv-scale, 1)) calc(4px * var(--wc-inv-scale, 1)) #14181f29;color:transparent;font-size:0}.wc-ghost-pin-dot:after{content:attr(data-initial);display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--pin-color, #3182f6);color:#fff;font-size:calc(14px * var(--wc-inv-scale, 1));font-weight:700;line-height:1}.wc-ghost-pin-text{position:absolute;left:100%;top:0;z-index:3;width:max-content;max-width:calc(280px * var(--wc-inv-scale, 1));margin-left:calc(6px * var(--wc-inv-scale, 1));opacity:0;transition:opacity .12s ease;pointer-events:none;padding:calc(5px * var(--wc-inv-scale, 1)) calc(9px * var(--wc-inv-scale, 1));border-radius:calc(9px * var(--wc-inv-scale, 1));background:#fffffff5;box-shadow:0 calc(2px * var(--wc-inv-scale, 1)) calc(8px * var(--wc-inv-scale, 1)) #14181f2e;color:#191c20;font-size:calc(12px * var(--wc-inv-scale, 1));font-weight:500;line-height:1.45;white-space:pre-wrap;word-break:break-word}.wc-ghost-pin:hover .wc-ghost-pin-text{opacity:1}.wc-ghost-label{position:absolute;bottom:100%;left:0;display:flex;align-items:center;gap:6px;max-width:340px;height:22px;padding:0 4px 0 8px;border-radius:4px;background:#4e5968;color:#fff;font-size:12px;font-weight:600;line-height:22px;white-space:nowrap;transform:translateY(calc(-4px * var(--wc-inv-scale, 1))) scale(var(--wc-inv-scale, 1));transform-origin:0 100%}.wc-ghost-kind{flex:0 0 auto;font-weight:700}.wc-ghost-time{flex:0 0 auto;color:#ffffffb8;font-weight:500}.wc-ghost-label button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:3px;background:transparent;color:#ffffffb8;cursor:pointer}.wc-ghost-label button:hover{background:#ffffff2e;color:#fff}.wc-frame-chip{position:absolute;top:0;left:0;width:0;height:0;overflow:visible;transform-origin:0 0}.wc-frame-label{position:absolute;bottom:100%;left:0;display:flex;align-items:center;gap:6px;height:22px;white-space:nowrap;transform:translateY(calc(-4px * var(--wc-inv-scale, 1))) scale(var(--wc-inv-scale, 1));transform-origin:0 100%}.wc-frame-name{height:22px;border:0;border-radius:4px;background:var(--cs-accent);padding:0 6px;font-family:inherit;font-size:12px;font-weight:600;line-height:22px;color:#fff;cursor:default}.wc-frame-ghost{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 4px 0 6px;border-radius:4px;background:#4e5968;font-size:12px;font-weight:600;line-height:22px;color:#fff}.wc-frame-ghost em{color:#ffffffb8;font-style:normal;font-weight:500}.wc-frame-ghost button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:3px;background:transparent;color:#ffffffb8;cursor:pointer}.wc-frame-ghost button:hover{background:#ffffff2e;color:#fff}.wc-frame-label input{width:120px;border:1px solid var(--cs-accent);border-radius:4px;padding:1px 4px;font-family:inherit;font-size:12px;font-weight:500;color:#333d4b;background:#fff;outline:none}.wc-frame.is-empty{background:var(--wc-episode-fill);cursor:pointer}.wc-frame.is-empty:hover{background:#5f6a7a}.wc-frame-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#ffffffeb;pointer-events:none;font-family:inherit}.wc-frame-empty svg{width:72px;height:72px;opacity:.9}.wc-frame-empty strong{font-size:56px;font-weight:650;letter-spacing:-.01em}.wc-cmt-anchor{position:absolute;width:0;height:0;overflow:visible;transform:scale(var(--wc-inv-scale, 1));transform-origin:0 0;pointer-events:auto;z-index:30}.wc-cmt-anchor:hover{z-index:55}.wc-cmt-anchor.is-open{z-index:60}.wc-image:has(.wc-cmt-anchor:hover),.wc-work-note:has(.wc-cmt-anchor:hover){z-index:55}.wc-image:has(.wc-cmt-anchor.is-open),.wc-work-note:has(.wc-cmt-anchor.is-open){z-index:60}.wc-surface.is-commenting,.wc-surface.is-commenting *{cursor:none!important}@media(prefers-reduced-motion:reduce){.wc-episode-tile,.wc-work-note,.wc-empty button{transition:none}}@media(max-width:720px){.wc-tool-rail{width:56px;padding-inline:3px}.wc-rail-back,.wc-rail-tool{width:48px}.wc-header{left:68px}.wc-surface{left:56px}}.wc-surface--record .is-record,.wc-surface--record .is-record *{pointer-events:none}.wc-surface--record{cursor:grab}.wc-surface--record.is-panning{cursor:grabbing}.wc-surface--record.is-commenting{cursor:none}.wc-record-banner{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:8px;height:34px;padding:0 6px 0 12px;background:var(--cs-panel, #fff);border:1px solid var(--cs-line, #e6e8ee);border-radius:17px;box-shadow:0 4px 14px -6px #00000024}.wc-record-banner-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:700;color:var(--cs-ink, #191c20)}.wc-record-banner-time{font-size:11.5px;color:var(--cs-muted, #7b8290)}.wc-record-banner-exit{display:inline-flex;align-items:center;gap:3px;height:24px;padding:0 9px;border:none;border-radius:12px;background:var(--cs-accent, #3182f6);color:#fff;font-size:11.5px;font-weight:600;cursor:pointer}.wc-record-banner-exit:hover{opacity:.92}.wc-record-banner-qr{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:12px;background:transparent;color:var(--cs-muted, #7b8290);cursor:pointer}.wc-record-banner-qr:hover{background:var(--cs-bg, #f5f6f8);color:var(--cs-ink, #191c20)}.wc-record-banner-qr.is-on{background:var(--cs-accent, #3182f6);color:#fff}.wc-record-qr{position:absolute;top:56px;left:50%;transform:translate(-50%);z-index:41;padding:12px;background:var(--cs-panel, #fff);border:1px solid var(--cs-line, #e6e8ee);border-radius:14px;box-shadow:0 8px 24px -10px #0003}
