:root{--ink:#1d1a32;--muted:#736e88;--line:#e6e1f0;--lav:#7657f5;--lav-soft:#f2efff;--mint:#39c89c;--paper:#fcfbff;--orange:#ff9659}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:"PingFang SC","Noto Sans SC",system-ui,sans-serif;background:#f9f8fc;min-height:100vh}.ambient{position:fixed;border-radius:999px;filter:blur(4px);opacity:.35;pointer-events:none}.ambient-one{width:480px;height:480px;top:-180px;left:-120px;background:#d9caff}.ambient-two{width:440px;height:440px;right:-120px;top:30%;background:#beeeda}.topbar{height:72px;padding:0 max(26px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(230,225,240,.85);background:rgba(252,251,255,.75);backdrop-filter:blur(16px);position:relative;z-index:1}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink);font-size:20px;font-weight:800;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#8d6aff,#6641ee);color:#fff}.brand em{font-size:10px;font-style:normal;letter-spacing:1px;padding:3px 5px;border:1px solid #d7cbff;border-radius:5px;color:#7657f5}.topbar-right{display:flex;align-items:center;gap:16px}.worker-state{display:flex;gap:7px;align-items:center;font-size:13px;color:#466b61}.worker-state i{width:8px;height:8px;border-radius:50%;background:#43ca9e;box-shadow:0 0 0 4px #d9f7ed}.worker-state.loading{color:#827a93}.worker-state.loading i{background:#b8b0c9;box-shadow:0 0 0 4px #eeeaf4}.worker-state.mock{color:#9b6929}.worker-state.mock i{background:#eead55;box-shadow:0 0 0 4px #fff0da}.ghost-button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 11px;color:#534d67;cursor:pointer}.ghost-button:hover{border-color:#ae9dff;color:var(--lav)}main{position:relative;z-index:0;width:min(1240px,calc(100% - 48px));margin:0 auto;padding:56px 0}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.eyebrow{margin:0 0 8px;font-size:11px;letter-spacing:1.8px;font-weight:800;color:#836af4;text-transform:uppercase}.hero h1{font-size:clamp(30px,4vw,48px);letter-spacing:-2px;line-height:1.15;margin:0}.subhead{max-width:600px;color:var(--muted);line-height:1.7;margin:13px 0 0}.account-card{min-width:330px;padding:15px 16px;background:rgba(255,255,255,.78);border:1px solid rgba(230,225,240,.9);border-radius:15px;display:flex;align-items:center;gap:10px;box-shadow:0 14px 40px rgba(74,52,128,.06)}.avatar{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#ede8ff;color:#7657f5;font-weight:800}.account-card strong,.account-card span,.account-card small{display:block}.account-card strong{font-size:14px}.account-card>div:nth-child(2) span{font-size:11px;color:var(--muted);margin-top:3px}.points{margin-left:auto;padding-left:14px;border-left:1px solid var(--line)}.points span,.points small{font-size:10px;color:var(--muted)}.points b{font-size:20px;line-height:1.2;color:#4e38c9}.workspace{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:22px}.composer,.tasks-panel{background:rgba(255,255,255,.82);border:1px solid rgba(229,224,239,.94);border-radius:20px;padding:26px;box-shadow:0 18px 44px rgba(49,36,91,.06)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:20px}.panel-head h2{font-size:19px;letter-spacing:-.4px;margin:0}.fresh-badge,.count-badge{font-size:11px;color:#6257a3;background:var(--lav-soft);border:1px solid #ded6ff;border-radius:99px;padding:5px 9px}.count-badge{min-width:25px;text-align:center}.field-label{font-size:13px;font-weight:750;display:block;margin:17px 0 8px}.scene-picker{display:flex;gap:9px}.scene-option{cursor:pointer;display:flex;align-items:center;gap:8px;padding:11px;border:1px solid var(--line);border-radius:11px;flex:1;transition:.2s;background:#fff}.scene-option input{position:absolute;opacity:0}.scene-option.selected{border-color:#9f8cff;background:#f8f6ff;box-shadow:inset 0 0 0 1px #c5bbff}.scene-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eee9ff;color:#7657f5}.scene-option b,.scene-option small{display:block}.scene-option b{font-size:12px}.scene-option small{font-size:10px;color:var(--muted);margin-top:2px}.scene-option.reserved .scene-icon{background:#e8f9f3;color:#24a77d}textarea{font:inherit;width:100%;height:127px;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--ink);outline:none;line-height:1.55}textarea:focus{border-color:#9d8aff;box-shadow:0 0 0 3px #f1eeff}.input-meta{display:flex;justify-content:space-between;font-size:10px;color:#948da3;margin:6px 1px}.reference-row{margin-top:17px}.upload-box{cursor:pointer;display:flex;align-items:center;gap:10px;border:1px dashed #c7bbef;border-radius:12px;background:#fbfaff;padding:11px 13px;transition:.2s}.upload-box:hover{background:#f6f3ff;border-color:#8d76ee}.upload-icon{font-size:20px;color:#7d65ed}.upload-box b,.upload-box small{display:block}.upload-box b{font-size:12px}.upload-box small{font-size:10px;color:var(--muted);margin-top:2px}.reference-preview{display:flex;gap:10px;align-items:center;padding:8px;border:1px solid #ddd4f7;border-radius:12px;background:#faf9ff}.reference-preview img{width:48px;height:48px;object-fit:cover;border-radius:8px}.reference-preview b,.reference-preview small{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-preview b{font-size:12px}.reference-preview small{font-size:10px;color:var(--muted);margin-top:3px}.reference-preview button{margin-left:auto;border:0;background:#eee9f7;color:#645d73;width:25px;height:25px;border-radius:7px;cursor:pointer;font-size:18px}.hidden{display:none!important}.form-foot{border-top:1px solid #eeeaf5;margin-top:20px;padding-top:16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.form-foot p{font-size:10px;line-height:1.5;color:var(--muted);margin:0;max-width:270px}.lock{color:#6650d8;font-weight:900}.generate-button{border:0;cursor:pointer;color:#fff;background:linear-gradient(135deg,#896cf7,#5e3ce5);border-radius:10px;padding:11px 14px;font-weight:800;font-size:13px;box-shadow:0 7px 16px #7154e544;display:flex;align-items:center;gap:16px}.generate-button:hover{transform:translateY(-1px)}.generate-button:disabled{opacity:.6;cursor:wait;transform:none}.generate-button i{font-size:18px;font-style:normal}.form-message{min-height:16px;font-size:11px;margin:10px 0 0;color:#c64f44}.task-list{display:grid;gap:12px;max-height:650px;overflow:auto;padding-right:2px}.empty-state{text-align:center;color:var(--muted);padding:70px 20px}.empty-state span{display:grid;place-items:center;margin:auto auto 12px;width:44px;height:44px;border-radius:15px;background:#f0ecff;color:#7d61ed;font-size:23px}.empty-state h3{font-size:14px;color:#4e485d;margin:0 0 8px}.empty-state p{font-size:12px;line-height:1.6;margin:0}.task-card{border:1px solid #e8e3f0;border-radius:14px;padding:14px;background:#fff}.task-card.pending{border-left:3px solid #a293ce}.task-card.complete{border-left:3px solid #40c89e}.task-card.failed{border-left:3px solid #e2786b}.task-top{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.task-identity{display:flex;gap:9px;align-items:center;min-width:0}.task-status{width:9px;height:9px;border-radius:50%;background:#a99dc9;box-shadow:0 0 0 4px #f0edf6;flex:none}.complete .task-status{background:#38bf95;box-shadow:0 0 0 4px #dff8ef}.failed .task-status{background:#de766d;box-shadow:0 0 0 4px #fce9e7}.task-title,.task-meta{display:block}.task-title{font-size:12px}.task-meta{color:#8e879c;font-size:10px;margin-top:3px}.details-toggle{border:0;background:transparent;color:#715cd1;font-size:11px;cursor:pointer}.task-prompt{margin:11px 0 0;font-size:12px;color:#625d6c;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.task-body{margin-top:12px}.artifact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.artifact{display:block;border-radius:9px;overflow:hidden;background:#f3f0f8;aspect-ratio:1;position:relative}.artifact img{width:100%;height:100%;object-fit:cover;display:block}.artifact a{position:absolute;right:6px;bottom:6px;text-decoration:none;color:#fff;background:#382a68dd;font-size:10px;border-radius:6px;padding:5px 7px}.job-message{font-size:11px;color:#867e95;background:#faf8fd;border-radius:8px;padding:9px}.task-details{border-top:1px dashed #e5dfee;margin-top:12px;padding-top:9px;font-size:10px;color:#746d82;line-height:1.85;word-break:break-all}.task-details b{color:#524b62}.task-details code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#5f49bd}.guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:30px 12px 0}.guarantee div{padding:0 14px;border-left:1px solid #ded8e8}.guarantee span{font:700 10px ui-monospace,monospace;color:#8c76ec}.guarantee b{font-size:13px;display:block;margin:7px 0}.guarantee p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}@media(max-width:920px){.hero{display:block}.account-card{margin-top:25px;max-width:430px}.workspace{grid-template-columns:1fr}.tasks-panel{min-height:300px}}@media(max-width:600px){.topbar{padding:0 16px}.worker-state{display:none}main{width:min(100% - 28px,1240px);padding:32px 0}.composer,.tasks-panel{padding:18px}.scene-picker{display:block}.scene-option+.scene-option{margin-top:8px}.form-foot{align-items:flex-end}.guarantee{grid-template-columns:1fr;padding-top:24px}.guarantee div{padding:10px 14px}.topbar-right{gap:0}.ghost-button{font-size:11px}.artifact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.worker-state.offline{color:#9a6700}.worker-state.offline i{background:#e0a554;box-shadow:0 0 0 4px #fff0da}
