*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top left,rgba(100,83,255,.16),transparent 34%),linear-gradient(135deg,#f7f8ff,#eef3ff 48%,#f8fbff);color:#172033}button,input{font:inherit}button{border:0}.hidden-input{display:none}.page-shell{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:32px 0 48px}.hero{min-height:188px;padding:36px;border:1px solid rgba(129,140,248,.22);border-radius:32px;background:linear-gradient(135deg,#ffffffeb,#ecf0ffdb);box-shadow:0 24px 80px #323f781f;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:all .28s ease}.hero-compact{min-height:116px;padding:26px 34px}.eyebrow{margin:0 0 8px;color:#6657e8;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero h1{margin:0;font-size:clamp(32px,4vw,54px);line-height:1.05}.hero-compact h1{font-size:clamp(26px,3vw,38px)}.hero p{margin:16px 0 0;max-width:660px;color:#667085;font-size:17px}.primary-btn{border-radius:18px;padding:14px 22px;color:#fff;background:linear-gradient(135deg,#5c6cff,#8b5cf6);box-shadow:0 16px 34px #5b64ff47;cursor:pointer}.primary-btn:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.primary-btn.full{width:100%;margin-top:18px}.secondary-btn{border-radius:14px;padding:10px 14px;background:#eef2ff;color:#5c50d8;font-weight:700;cursor:pointer}.ghost-btn{border-radius:12px;padding:8px 10px;background:#f8fafc;color:#8a94a6;cursor:pointer}.workspace{margin-top:24px;display:grid;grid-template-columns:220px minmax(0,1fr) 280px;gap:20px;align-items:start}.steps-card,.main-card,.settings-card{border:1px solid rgba(148,163,184,.22);border-radius:28px;background:#ffffffdb;box-shadow:0 20px 60px #2a366014}.steps-card,.settings-card{position:sticky;top:24px;padding:22px}.steps-card h2,.settings-card h2,.main-card h2{margin:0}.steps-list{margin-top:22px;display:grid;gap:12px}.step-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:18px;background:#f7f8fb;color:#667085;text-align:left;cursor:pointer}.step-item:disabled{cursor:not-allowed;opacity:.58}.step-item span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#e5e7eb;color:#475467;font-weight:800}.step-item.active{background:#6366f11a;color:#2f2f84}.step-item.active span{background:linear-gradient(135deg,#5c6cff,#8b5cf6);color:#fff}.step-item.done span{background:#22c55e;color:#fff}.step-item p{margin:0;font-weight:800}.main-card{padding:28px;min-height:560px}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.badge{padding:8px 12px;border-radius:999px;background:#6366f11a;color:#5c50d8;font-size:13px;font-weight:800}.upload-box{width:100%;margin-top:24px;min-height:280px;border:2px dashed rgba(99,102,241,.28);border-radius:26px;background:linear-gradient(135deg,#f8fafff2,#f4f7ffcc);display:grid;place-items:center;text-align:center;padding:28px;cursor:pointer;color:inherit}.upload-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:20px;display:grid;place-items:center;background:#6366f11f;color:#5c50d8;font-size:34px;font-weight:700}.upload-box h3,.upload-box p{margin:0}.upload-box p{margin-top:10px;color:#667085}.identify-grid{margin-top:24px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.preview-card,.form-card{border-radius:24px;background:#f8fafc;padding:18px}.preview-card img{width:100%;height:260px;object-fit:cover;border-radius:20px;display:block;margin-bottom:14px;background:#e5e7eb}.empty-preview{height:260px;border-radius:20px;background:#eef2ff;color:#667085;display:grid;place-items:center;margin-bottom:14px}.form-card{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-card label{display:grid;gap:8px;color:#667085;font-size:14px;font-weight:700}.form-card input,.edit-point-row input{width:100%;border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:12px 14px;outline:none;color:#172033;background:#fff}.form-card input:focus,.edit-point-row input:focus{border-color:#6366f199;box-shadow:0 0 0 4px #6366f114}.mock-section{margin-top:24px}.sub-title-row,.action-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.action-row{margin-top:24px}.point-row,.edit-point-row{margin-top:12px;padding:14px 16px;border-radius:18px;background:#f8fafc;display:flex;gap:14px;align-items:center}.point-row span,.edit-point-row span{flex:0 0 auto;color:#5c50d8;font-weight:800}.point-row p{margin:0;color:#344054}.edit-point-row input{flex:1}.setting-row,.credit-box{margin-top:14px;display:flex;justify-content:space-between;gap:12px;color:#667085}.setting-row strong{color:#172033;text-align:right}.credit-box{margin-top:20px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a)}.credit-box strong{color:#5c50d8;font-size:20px}@media (max-width: 1024px){.workspace{grid-template-columns:1fr}.steps-card,.settings-card{position:static}.identify-grid,.form-card{grid-template-columns:1fr}}@media (max-width: 640px){.page-shell{width:min(100% - 28px,1440px);padding-top:20px}.hero{padding:24px;align-items:flex-start;flex-direction:column}.main-card{padding:20px}.section-title,.sub-title-row,.action-row{align-items:flex-start;flex-direction:column}}.option-section{margin-top:24px}.option-section h3,.script-card h3{margin:0 0 12px}.option-grid{display:flex;flex-wrap:wrap;gap:12px}.option-grid.compact{gap:10px}.option-chip{padding:12px 16px;border-radius:16px;background:#f8fafc;color:#475467;font-weight:800;cursor:pointer;border:1px solid rgba(148,163,184,.22)}.option-chip.selected{color:#5c50d8;background:#6366f11a;border-color:#6366f157;box-shadow:0 10px 26px #6366f11f}.option-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.script-card{margin-top:26px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#f8fafffa,#f4f7ffdb);border:1px solid rgba(99,102,241,.14)}.script-tip{color:#8a94a6;font-size:13px}.script-list{display:grid;gap:12px}.script-item{padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.18)}.script-item strong{color:#5c50d8}.script-item p{margin:8px 0 0;line-height:1.7;color:#344054}.success-badge{color:#059669;background:#10b9811f}.side-note{margin:12px 0 0;color:#98a2b3;font-size:12px;line-height:1.6}@media (max-width: 1024px){.option-two-cols{grid-template-columns:1fr}}.editable-script-list{display:grid;gap:14px;margin-top:16px}.script-edit-card{padding:16px;border-radius:20px;background:#fff;border:1px solid rgba(148,163,184,.2)}.script-edit-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.script-edit-header span{color:#5c50d8;font-weight:800}.script-title-input,.script-content-input{width:100%;border:1px solid rgba(148,163,184,.28);border-radius:14px;outline:none;background:#fbfcff;color:#172033}.script-title-input{padding:12px 14px;font-weight:800}.script-content-input{margin-top:10px;padding:14px;line-height:1.7;resize:vertical;min-height:112px}.script-title-input:focus,.script-content-input:focus{border-color:#6366f199;box-shadow:0 0 0 4px #6366f114}.script-actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 640px){.script-actions,.script-actions .secondary-btn{width:100%}}.result-summary-card{margin-top:24px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#6366f11a,#10b9811a);border:1px solid rgba(99,102,241,.16);display:flex;justify-content:space-between;align-items:center;gap:18px}.result-summary-card h3,.result-summary-card p{margin:0}.result-summary-card p{margin-top:8px;color:#667085;line-height:1.7}.result-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.result-card{padding:16px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 38px #2a366014}.result-image-wrap{position:relative;overflow:hidden;border-radius:20px;background:#eef2ff}.result-image-wrap img{width:100%;height:300px;object-fit:cover;display:block;filter:saturate(1.08) contrast(1.03)}.result-label{position:absolute;left:14px;top:14px;padding:8px 12px;border-radius:999px;color:#fff;background:#172033bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:800;font-size:13px}.result-info{margin-top:14px}.result-info strong{color:#172033}.result-info p{margin:6px 0 0;color:#667085;line-height:1.6}.result-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 1024px){.result-grid{grid-template-columns:1fr}.result-summary-card{align-items:flex-start;flex-direction:column}}.toast-notice{position:sticky;top:12px;z-index:30;width:fit-content;max-width:min(720px,100%);margin:14px auto 0;padding:12px 18px;border-radius:999px;color:#3f3a8f;background:#eef2fff5;border:1px solid rgba(99,102,241,.18);box-shadow:0 18px 42px #2a36601f;font-weight:800}.settings-card{overflow:hidden}.setting-row strong{word-break:break-word}.result-batch{margin-top:6px!important;color:#5c50d8!important;font-weight:800;font-size:13px}
