:root{--shell-bg: #f4f5f7;--shell-surface: #ffffff;--shell-ink: #1b1e23;--shell-ink-2: #545b64;--shell-muted: #868d97;--shell-line: #e2e5ea;--shell-accent: #2f6bf3;--shell-accent-soft: #eaf0ff;--shell-ok: #0f7a55;--shell-warn: #a9500f;--shell-radius: 10px;--shell-radius-sm: 7px;--shell-shadow: 0 10px 30px -8px rgba(20, 26, 38, .18);--shell-font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Noto Sans SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html,body{margin:0;padding:0;height:100%}body{font-family:var(--shell-font);color:var(--shell-ink);background:var(--shell-bg);-webkit-font-smoothing:antialiased}body.is-help-open{overflow:hidden}.guide[hidden],.help[hidden],.backdrop[hidden],.onboarding[hidden]{display:none}.app{display:flex;flex-direction:column;height:100dvh;min-height:0}.topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;padding:10px 18px;background:var(--shell-surface);border-bottom:1px solid var(--shell-line)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--shell-accent-soft);color:var(--shell-accent);flex:none}.brand__title{margin:0;font-size:16px;font-weight:600;letter-spacing:.01em}.brand__subtitle{margin:2px 0 0;font-size:12px;color:var(--shell-muted)}.topbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 14px;border:1px solid var(--shell-line);border-radius:var(--shell-radius-sm);background:var(--shell-surface);color:var(--shell-ink);font-family:inherit;font-size:13px;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.btn:hover:not(:disabled){background:#f7f8fa;border-color:#cfd5dd}.btn:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.btn:active:not(:disabled){background:#eef1f5}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--shell-accent);border-color:var(--shell-accent);color:#fff}.btn--primary:hover:not(:disabled){background:#2a5fd8;border-color:#2a5fd8}.btn--primary:active:not(:disabled){background:#2453bd}.btn--ghost{background:transparent;border-color:transparent;color:var(--shell-ink-2)}.btn--ghost:hover:not(:disabled){background:#eef1f5;border-color:transparent}.btn.is-busy{cursor:progress}.steps{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;padding:10px 18px;background:var(--shell-surface);border-bottom:1px solid var(--shell-line)}.steps__list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.step{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 6px;border:1px solid var(--shell-line);border-radius:999px;font-size:13px;color:var(--shell-ink-2);background:#fbfcfd}.step__no{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e7eaef;color:var(--shell-ink-2);font-size:12px;font-weight:600;flex:none}.step.is-active{border-color:var(--shell-accent);background:var(--shell-accent-soft);color:#1c47a8;font-weight:600}.step.is-active .step__no{background:var(--shell-accent);color:#fff}.step.is-done{color:var(--shell-muted)}.step.is-done .step__no{background:#d9efe4;color:var(--shell-ok)}.steps__hint{margin:0;font-size:13px;color:var(--shell-ink-2)}.steps__link{padding:0;border:0;background:none;color:var(--shell-accent);font-family:inherit;font-size:13px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.steps__link:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px;border-radius:4px}.stage{position:relative;flex:1 1 auto;min-height:0;background:var(--shell-bg)}#cesdk_container{position:absolute;top:0;right:0;bottom:0;left:0}.guide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;pointer-events:none}.guide__card{position:relative;width:min(440px,100%);padding:22px 22px 20px;border:1px solid var(--shell-line);border-radius:var(--shell-radius);background:var(--shell-surface);box-shadow:var(--shell-shadow);pointer-events:auto}.guide__close{position:absolute;top:8px;right:8px;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--shell-muted);font-size:18px;line-height:1;cursor:pointer}.guide__close:hover{background:#eef1f5;color:var(--shell-ink)}.guide__title{margin:0 0 10px;font-size:16px;font-weight:600}.guide__list{margin:0 0 16px;padding-left:20px;font-size:13px;line-height:1.8;color:var(--shell-ink-2)}.guide__list code{padding:1px 5px;border-radius:4px;background:#f1f3f6;font-size:12px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12161e52;z-index:40}.help{position:fixed;top:0;right:0;bottom:0;z-index:50;width:min(440px,94vw);padding:20px 22px 40px;overflow-y:auto;background:var(--shell-surface);border-left:1px solid var(--shell-line);box-shadow:-18px 0 40px -24px #141a2659}.help__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.help__title{margin:0;font-size:17px;font-weight:600}.help__close{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--shell-muted);font-size:19px;line-height:1;cursor:pointer}.help__close:hover{background:#eef1f5;color:var(--shell-ink)}.help__close:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.help__section{padding-top:18px;margin-top:18px;border-top:1px solid var(--shell-line);scroll-margin-top:12px}.help__section:first-of-type{border-top:0;margin-top:6px}.help__section h3{margin:0 0 8px;font-size:14px;font-weight:600}.help__section p,.help__section li{font-size:13px;line-height:1.8;color:var(--shell-ink-2)}.help__section p{margin:0 0 8px}.help__section ol,.help__section ul{margin:0 0 8px;padding-left:20px}.help__section code{padding:1px 5px;border-radius:4px;background:#f1f3f6;font-size:12px;color:var(--shell-ink)}.help__kbd{display:inline-block;min-width:22px;padding:1px 6px;border:1px solid var(--shell-line);border-bottom-width:2px;border-radius:5px;background:#fafbfc;font-size:12px;text-align:center}.help__faq{margin:0;padding:0;list-style:none}.help__faq li+li{margin-top:12px}.help__faq strong{display:block;font-size:13px;color:var(--shell-ink)}.onboarding{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:#12161e6b}.onboarding__card{position:relative;width:min(560px,100%);max-height:88dvh;padding:26px 26px 22px;overflow-y:auto;border-radius:14px;background:var(--shell-surface);box-shadow:var(--shell-shadow)}.onboarding__close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--shell-muted);font-size:19px;line-height:1;cursor:pointer}.onboarding__close:hover{background:#eef1f5;color:var(--shell-ink)}.onboarding__title{margin:0 0 6px;font-size:19px;font-weight:600}.onboarding__lede{margin:0 0 20px;font-size:13px;line-height:1.8;color:var(--shell-ink-2)}.onboarding__steps{display:grid;gap:12px;margin:0 0 20px;padding:0;list-style:none}.onboarding__step{display:flex;gap:12px;padding:12px 14px;border:1px solid var(--shell-line);border-radius:var(--shell-radius-sm);background:#fbfcfd}.onboarding__step-no{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--shell-accent-soft);color:var(--shell-accent);font-size:12px;font-weight:700;flex:none}.onboarding__step-body{min-width:0}.onboarding__step-title{margin:0 0 2px;font-size:13px;font-weight:600}.onboarding__step-text{margin:0;font-size:12.5px;line-height:1.7;color:var(--shell-ink-2)}.onboarding__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.onboarding__remember{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--shell-ink-2);cursor:pointer;-webkit-user-select:none;user-select:none}.toast-host{position:fixed;right:16px;bottom:16px;z-index:70;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.toast{max-width:min(360px,88vw);padding:10px 14px;border:1px solid var(--shell-line);border-left-width:3px;border-radius:var(--shell-radius-sm);background:var(--shell-surface);box-shadow:0 8px 24px -12px #141a2666;font-size:13px;line-height:1.6;color:var(--shell-ink);opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast--info{border-left-color:var(--shell-accent)}.toast--success{border-left-color:var(--shell-ok)}.toast--warning{border-left-color:var(--shell-warn)}@media(max-width:720px){.topbar{padding:10px 12px}.brand__subtitle{display:none}.steps{padding:10px 12px;gap:8px 12px}.step{font-size:12.5px;padding:5px 10px 5px 5px}.guide__card{padding:18px 18px 16px}.onboarding__card{padding:22px 18px 18px}.toast-host{right:10px;bottom:10px;left:10px;align-items:stretch}.toast{max-width:none}}@media(prefers-reduced-motion:reduce){.btn,.toast{transition:none}}
