:root{--bg:#f3f4f9;--panel:#fff;--text:#172033;--muted:#667085;--line:#e8edf3;--accent:#f5b400;--accent-text:#3b2a00;--send:#16b5c4;--mint:#e8f7f4;--mint-line:#b7ebe3;--danger:#e11d48;--shadow:0 4px 16px #202a4112;--radius:16px;--sidebar:292px;--composer-width:1120px}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);letter-spacing:0;font-family:PingFang SC,Hiragino Sans GB,Noto Sans SC,sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0}img,video{max-width:100%;display:block}p,h1,h2,h3{margin:0}html,body{height:100%;margin:0}.simple-shell{grid-template-columns:var(--sidebar) minmax(0, 1fr);height:100vh;display:grid;overflow:hidden}.simple-shell.is-sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.simple-shell.is-personal-open>.app-sidebar,.simple-shell.is-personal-open>.app-stage{visibility:hidden;pointer-events:none}.is-sidebar-collapsed .app-sidebar{visibility:hidden;overflow:hidden}.sidebar-backdrop{display:none}.app-sidebar{height:100vh;min-height:0;width:var(--sidebar);border-right:1px solid var(--line);background:#e9edf4;flex-direction:column;display:flex}.sidebar-brand{align-items:center;gap:10px;padding:24px 16px;display:flex}.sidebar-brand>div{flex:1;min-width:0}.sidebar-toggle,.sidebar-reopen{color:#718096;width:32px;height:32px;box-shadow:var(--shadow);background:#fff;border:1px solid #edf0f5;border-radius:50%;flex:0 0 32px;place-items:center;padding:0;display:grid}.sidebar-reopen{z-index:7;position:absolute;top:18px;left:20px}.simple-logo{background:0 0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.simple-logo img{object-fit:contain;width:36px;height:36px}.sidebar-brand strong{color:#2396a8;font-size:20px;font-weight:800;line-height:1.15;display:block}.sidebar-brand small{color:var(--muted);font-size:12px}.sidebar-nav{border-bottom:1px solid #cbd3e0b3;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:0 12px 12px;display:grid}.sidebar-nav button,.sidebar-nav a{text-align:center;color:#667085;cursor:pointer;background:0 0;border-radius:10px;place-items:center;gap:8px;min-width:0;min-height:74px;padding:9px 3px 7px;font-size:11px;font-weight:700;text-decoration:none;display:grid}.sidebar-nav button:hover,.sidebar-nav button.is-active,.sidebar-nav a:hover,.sidebar-nav a.is-active{color:#208da2;background:#d7e7ed}.sidebar-nav button svg,.sidebar-nav a svg{width:21px;height:21px}.sidebar-body{flex-direction:column;flex:1;min-height:0;padding:0 12px 8px;display:flex}.sidebar-section-hint{color:#147e95;background:#dcecf0;border-radius:10px;margin:12px 8px;padding:14px;font-size:13px;font-weight:750}.sidebar-section-hint small{color:var(--muted);margin-top:6px;font-size:11px;font-weight:500;line-height:1.4;display:block}.api-panel{border:1px solid var(--line);width:min(560px,100%);box-shadow:var(--shadow);background:#fff;border-radius:14px;gap:10px;padding:24px;display:grid}.api-panel strong{font-size:18px}.api-panel span{color:var(--muted);font-size:13px;line-height:1.6}.sidebar-user{z-index:12;border-top:1px solid var(--line);align-items:center;gap:8px;padding:10px 12px 14px;display:flex;position:relative;overflow:visible}.account-menu-wrap{flex:1;min-width:0;position:relative}.account-trigger{text-align:left;background:#fffc;border-radius:14px;align-items:center;gap:8px;width:100%;min-height:48px;padding:4px 8px 4px 4px;display:flex}.account-trigger:hover,.account-trigger.is-open{background:#f3f6fa}.user-avatar{color:#fff;background:#14b8a6;border-radius:50%;place-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:grid}.user-avatar.is-guest{color:#0f766e;background:#d9f6f1}.account-trigger-copy{flex:1;min-width:0}.account-trigger-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.account-trigger-copy small{color:#0f766e;align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}.account-trigger-copy small.is-guest{color:var(--muted);font-weight:600}.account-chevron{color:#94a3b8;flex:none;transition:transform .16s}.account-trigger.is-open .account-chevron{transform:rotate(180deg)}.account-menu{z-index:24;border:1px solid var(--line);min-width:188px;box-shadow:var(--shadow);background:#fff;border-radius:16px;gap:2px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.account-menu button{min-height:40px;color:var(--text);text-align:left;border-radius:12px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:700;display:flex}.account-menu button svg{color:#64748b}.account-menu button:hover{background:#f3f6fa}.account-menu button.is-danger,.account-menu button.is-danger svg{color:var(--danger)}.account-menu-sep{background:var(--line);height:1px;margin:4px 8px}.usage-panel{gap:14px;display:grid}.usage-balance{background:#f8fafc;border-radius:16px;gap:8px;padding:18px;display:grid}.usage-balance span{color:var(--muted);font-size:12px;font-weight:700}.usage-balance strong{align-items:center;gap:8px;font-size:30px;line-height:1;display:inline-flex}.account-action-panel h2{align-items:center;gap:8px;display:inline-flex}.recharge-btn,.tasks-pill,.primary-btn,.ghost-btn{border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-weight:700;display:inline-flex}.recharge-btn,.tasks-pill{background:var(--accent);color:var(--accent-text)}.primary-btn{color:#fff;background:#111827}.app-stage{background:var(--bg);flex-direction:column;min-width:0;height:100vh;min-height:0;display:flex;position:relative}.tasks-pill{z-index:6;min-height:36px;box-shadow:var(--shadow);background:linear-gradient(115deg,#ffda70,#ffc341);padding:0 22px;font-size:13px;position:absolute;top:16px;left:20px}.stage-tools{z-index:6;gap:8px;display:flex;position:absolute;top:16px;left:20px}.has-tasks .stage-tools{left:158px}.is-sidebar-collapsed .tasks-pill,.is-sidebar-collapsed .stage-tools{left:68px}.is-sidebar-collapsed .has-tasks .stage-tools{left:206px}.stage-tools button{color:#9a742f;width:36px;height:36px;box-shadow:var(--shadow);background:#fff1c9;border-radius:50%;place-items:center;display:grid}.catalog{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.inspiration-filters{gap:12px;overflow:auto}.inspiration-filters>strong{color:#667085;font-size:12px;font-weight:700}.inspiration-search{align-items:center;gap:8px;display:flex}.inspiration-search .search-field{flex:auto}.inspiration-apply{color:#3b2a00;background:var(--accent);border-radius:8px;flex:none;min-height:30px;padding:0 12px;font-size:12px;font-weight:700}.inspiration-tags{flex-wrap:wrap;align-content:start;gap:8px;display:flex}.inspiration-tags button{color:#475569;background:#fff;border:1px solid #eadfce;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px;font-weight:650}.inspiration-tags button:hover{background:#fffaf0;border-color:#d8c39a}.inspiration-tags button.is-active{color:#172033;background:#fff;border-color:#d8b56a;box-shadow:0 0 0 1px #f0d9a0}.catalog-tabs{background:#dde2eb;border-radius:10px;flex-wrap:nowrap;gap:2px;padding:4px;display:flex}.catalog-tabs button{color:#667085;white-space:nowrap;background:0 0;border-radius:7px;flex:1 1 0;min-width:0;min-height:28px;padding:0 4px;font-size:12px;font-weight:650}.catalog-tabs button.is-active{color:#147e95;background:#c6e4ed;box-shadow:0 2px 5px #268a9f1f}.catalog-filters{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.catalog-filters .chip-select{flex:none;width:auto}.catalog-filters .chip-select-trigger,.search-field{min-height:30px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:8px;font-size:12px;font-weight:650}.catalog-filters .chip-select-trigger{white-space:nowrap;width:auto;padding:0 10px}.search-field{flex:auto;align-items:center;gap:6px;min-width:0;min-height:30px;max-height:30px;padding:0 10px;display:flex}.search-field input{background:0 0;border:0;outline:0;width:100%}.model-list{scrollbar-width:thin;scrollbar-color:#cbd4e0 transparent;flex:1;align-content:start;gap:6px;padding:8px 2px 0;display:grid;overflow:auto}.model-row{min-width:0;position:relative}.model-pin{color:#94a3b8;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:50%;place-items:center;width:19px;height:19px;padding:0;display:grid;position:absolute;top:4px;left:2px;box-shadow:0 2px 4px #17203312}.model-row:hover .model-pin,.model-row:focus-within .model-pin,.model-pin.is-pinned{opacity:1}.model-pin.is-pinned{color:#be8d25;background:#fff6d8;border-color:#f2dfab}.model-pin:disabled{cursor:wait}.catalog-add-model{color:#168da6;background:#dceaf2;border:1px solid #adcddc;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 18px;font-size:13px;font-weight:600;display:flex}.catalog-add-model:hover{background:#cfe5ee}.catalog-error{color:#be5360;background:#fff2f3;border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;padding:9px;font-size:12px;line-height:1.6;display:flex}.catalog-error button{padding:0;text-decoration:underline}.model-item{text-align:left;background:0 0;border-radius:12px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:78px;padding:12px 10px;display:grid;position:relative}.model-item:hover{background:#e0e8f0}.model-item.is-active{background:#d4e7ee;box-shadow:0 3px 12px #5eafc01a}.model-item.is-active:before{content:"";background:#42b4c6;border-radius:3px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.model-item>span:not(.cover){min-width:0}.model-item small{margin-top:4px;font-size:11px}.model-item strong,.task-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.model-item small,.task-item span,.muted{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.model-item em{color:#0f766e;white-space:nowrap;background:#e6f7f3;border-radius:999px;padding:2px 8px;font-size:11px;font-style:normal;font-weight:700}.model-item em[data-kind=image]{color:#1d4ed8;background:#eff6ff}.model-item em[data-kind=video]{color:#6d28d9;background:#f5f3ff}.model-item em[data-kind=audio]{color:#b45309;background:#fff7ed}.model-item em[data-kind=model3d]{color:#0f766e;background:#ecfdf5}.cover,.cover-lg,.task-thumb{object-fit:cover;border-radius:12px;overflow:hidden}.cover{width:40px;height:40px;box-shadow:0 6px 12px #0f172a1f}.cover-lg{border-radius:24px;flex:none;width:172px;height:172px;box-shadow:0 6px 14px #0f172a29}.cover-fallback{color:#fff;place-items:center;font-size:13px;font-weight:800;display:grid}.cover-lg.cover-fallback{font-size:34px}.playground{flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;padding:0;display:flex}.model-hero{flex-direction:column;align-items:center;gap:36px;width:100%;margin:0 auto;padding:76px 32px 44px;display:flex}.model-hero p{max-width:640px;box-shadow:var(--shadow);color:#626877;text-align:left;-webkit-line-clamp:5;background:#fff;border:1px solid #edf0f5;border-radius:12px;-webkit-box-orient:vertical;padding:20px 24px;font-size:14px;line-height:1.85;display:-webkit-box;overflow:hidden}.model-hero p.is-open{-webkit-line-clamp:unset;display:block;overflow:visible}.hero-expand{color:#0f766e;font-size:13px;font-weight:700}.ref-pane{flex:0 0 124px;gap:8px;width:124px;display:grid}.ref-pane.is-multi{flex-basis:148px;width:148px}.upload-helpers{gap:4px;display:grid}.upload-helpers button{color:#0f766e;text-align:left;font-size:11px;font-weight:650;line-height:1.35}.upload-slot strong{color:#94a3b8;font-size:18px;font-weight:700;line-height:1}.ref-count{color:#0f766e;font-variant-numeric:tabular-nums;font-size:12px;font-weight:800}.ref-channels{gap:6px;display:grid}.ref-channel{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;align-items:center;gap:6px;min-height:34px;padding:0 9px;font-size:12px;font-weight:700;display:flex}.ref-channel span{text-align:left;flex:1;min-width:0}.ref-channel strong{color:#0f766e;font-variant-numeric:tabular-nums;font-size:12px;font-weight:800}.ref-channel.is-video strong{color:#0369a1}.ref-channel.is-audio strong{color:#b45309}.ref-channel:hover:not(:disabled){background:#f0fdfa;border-color:#99f6e4}.ref-channel.is-at-limit{cursor:not-allowed;opacity:.48}.ref-kind-badge{color:#fff;background:#0f172ab8;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:800;line-height:1.4;position:absolute;bottom:6px;left:6px}.agent-stage{flex:1;grid-template-columns:minmax(0,1fr) 380px;height:100%;min-height:0;display:grid}.agent-chat{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.agent-chat .chat-scroll{flex:1;min-height:0;overflow:auto}.agent-params{border-left:1px solid var(--line);background:#fff;flex-direction:column;min-width:0;height:100%;min-height:0;padding:0;display:flex;overflow:hidden}.agent-params-head{border-bottom:1px solid var(--line);flex-shrink:0;padding:20px}.agent-params-head h2{font-size:16px}.agent-params-head p{color:var(--muted);font-size:12px;line-height:1.5}.agent-params>.muted,.agent-params>.agent-field-error{padding:20px}.agent-form{flex-direction:column;flex:1;min-height:0;display:flex}.agent-form-fields{scrollbar-gutter:stable;flex:1;min-height:0;padding:20px;overflow-y:auto}.agent-field-group{border:0;min-width:0;margin:0;padding:0}.agent-field-group+.agent-field-group{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.agent-field-group legend{float:left;width:100%;color:var(--muted);margin:0 0 16px;font-size:12px;font-weight:600}.agent-field{clear:both;gap:7px;min-width:0;scroll-margin-block:16px;display:grid}.agent-field+.agent-field{margin-top:20px}.agent-field>span{align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.agent-field-label label{overflow-wrap:anywhere;min-width:0}.agent-field-label>small,.agent-field-label>em{flex-shrink:0}.agent-field em{color:#be5360;font-size:11px;font-style:normal;font-weight:700}.agent-field small{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:1.6}.agent-field input,.agent-field select,.agent-field textarea{border:1px solid var(--line);background:#f8fafc;border-radius:6px;width:100%;min-width:0;min-height:40px;padding:9px 12px;font-size:14px;line-height:1.5}.agent-field textarea{resize:vertical;min-height:88px}.agent-field [aria-invalid=true]{border-color:var(--danger)}.agent-params :is(input,select,textarea,button):focus-visible{outline-offset:2px;outline:2px solid #159eb0}.agent-field .agent-toggle input{width:16px;min-height:16px;padding:0}.agent-field strong{color:var(--danger);font-size:12px;font-weight:600}.agent-toggle{align-items:center;gap:8px;font-size:13px;display:inline-flex}.agent-media-field{gap:10px;min-width:0;display:grid}.agent-media-upload{color:#167f92;background:#f5fbfc;border:1px dashed #8dcbd3;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:112px;padding:16px;font-size:13px;display:flex}.agent-media-upload:hover:not(:disabled),.agent-media-field.is-dragging{background:#e7f6f7;border-radius:6px}.agent-field[data-invalid=true] .agent-media-upload{border-color:var(--danger)}.agent-media-list:empty,.agent-media-actions:empty{display:none}.agent-media-list{flex-wrap:wrap;gap:8px;display:flex}.agent-media-chip{border:1px solid var(--line);background:#f8fafc;border-radius:10px;width:64px;min-height:64px;display:grid;position:relative;overflow:hidden}.agent-media-chip img{object-fit:cover;width:100%;height:64px}.agent-media-chip em{padding:8px;font-size:11px;font-style:normal;overflow:hidden}.agent-media-chip button{color:#fff;background:#172033cc;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:4px;right:4px}.agent-media-actions{flex-wrap:wrap;gap:8px;display:flex}.agent-media-actions button{color:#167f92;background:0 0;border-radius:6px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.agent-media-actions button:hover:not(:disabled){background:#e7f6f7}.agent-media-field button:disabled{cursor:not-allowed;opacity:.6}.agent-form-footer{padding:16px 20px max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex-shrink:0;gap:10px;display:grid}.agent-form-footer .agent-field-error{overflow-wrap:anywhere;max-height:80px;overflow:auto}.agent-run{color:#fff;background:#159eb0;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:700;display:inline-flex}.agent-run:disabled{opacity:.7}.agent-field-error{color:var(--danger);font-size:12px}.agent-output{gap:8px;margin-top:10px;display:grid}.agent-output h3{font-size:13px}.agent-result-stack,.agent-result-fields{gap:10px;display:grid}.agent-result-field{gap:4px;display:grid}.agent-result-image,.agent-result-video{background:#f8fafc;border-radius:12px;width:100%;max-width:520px}.agent-result-audio{width:100%}.agent-result-file{color:#0f766e;overflow-wrap:anywhere;font-weight:700}.agent-result-bubble{width:min(560px,100%);max-width:min(560px,100%)}.agent-run-status{color:var(--muted);background:#eef2f7;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700}.agent-run-status[data-status=running],.agent-run-status[data-status=queued],.agent-run-status[data-status=waiting_external]{color:#0f766e;background:#e7f6f7}.agent-run-status[data-status=failed]{color:#9f1239;background:#fff1f2}.agent-run-status[data-status=completed],.agent-run-status[data-status=completed_with_warnings]{color:#047857;background:#ecfdf5}.agent-progress{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.agent-progress li{background:#f8fafc;border-radius:10px;gap:2px;padding:8px 10px;display:grid}.agent-progress li[data-status=failed]{background:#fff1f2}.agent-progress li[data-status=completed]{background:#f0fdfa}.agent-progress small{color:var(--muted);font-size:11px}.agent-progress em{color:var(--muted);font-size:12px;font-style:normal}.agent-interaction{gap:8px;margin-top:10px;display:grid}.agent-interaction button{color:#fff;background:#159eb0;border-radius:8px;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.agent-voice-field{gap:8px;display:grid}.agent-voice-trigger{border:1px solid var(--line);text-align:left;background:#f8fafc;border-radius:10px;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px 10px;display:flex}.agent-voice-trigger span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.media-stage,.chat-stage{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.result-stage,.chat-scroll{flex:1;min-height:0;overflow:auto}.result-stage{flex-direction:column;display:flex}.empty-hero{min-height:240px;color:var(--muted);text-align:center;place-items:center;gap:10px;display:grid}.section-page{min-height:100%;padding:72px clamp(22px,5vw,72px) 48px;overflow:auto}.section-page-inner{max-width:1180px;margin:0 auto}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.section-heading h1{font-size:clamp(26px,3vw,38px);line-height:1.1}.section-heading p{color:var(--muted);margin-top:8px;font-size:14px}.section-toolbar{align-items:center;gap:10px;margin-bottom:18px;display:flex}.section-search{border:1px solid var(--line);max-width:420px;min-height:40px;color:var(--muted);background:#fff;border-radius:10px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.section-search input{background:0 0;border:0;outline:0;width:100%}.section-tabs{background:#e5e9f0;border-radius:10px;gap:4px;padding:4px;display:inline-flex}.section-tabs button{min-height:32px;color:var(--muted);border-radius:7px;padding:0 12px;font-size:12px;font-weight:700}.section-tabs button.is-active{color:#167f92;box-shadow:var(--shadow);background:#fff}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.gallery-card{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #202a410a}.gallery-card-media{aspect-ratio:16/10;color:#86a0aa;background:#eef2f6;place-items:center;display:grid;overflow:hidden}.gallery-card-media img,.gallery-card-media video{object-fit:cover;width:100%;height:100%}.gallery-card-body{gap:8px;padding:13px;display:grid}.gallery-card-body h3{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.gallery-card-body p{min-height:34px;color:var(--muted);font-size:12px;line-height:1.45}.gallery-meta{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.gallery-actions{gap:8px;display:flex}.gallery-actions button,.gallery-actions a{border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.gallery-actions .primary{color:#fff;background:#159eb0}.gallery-actions .secondary{color:#167f92;background:#e7f6f7}.gallery-empty{min-height:300px;color:var(--muted);text-align:center;place-items:center;gap:10px;display:grid}.gallery-empty h2{color:var(--text);font-size:18px}.gallery-load-more{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:38px;margin:24px auto 0;padding:0 18px;font-weight:700;display:block}.gallery-error{color:var(--danger);text-align:center;padding:32px}.gallery-modal-backdrop{z-index:30;background:#0f172a5c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.gallery-modal{background:#fff;border-radius:16px;width:min(680px,100%);max-height:min(760px,90vh);padding:22px;overflow:auto;box-shadow:0 20px 60px #0f172a33}.gallery-modal-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:16px;display:flex}.gallery-modal-head button{color:var(--muted)}.gallery-modal-preview{object-fit:contain;background:#eef2f6;border-radius:10px;width:100%;max-height:360px}.gallery-modal pre{white-space:pre-wrap;word-break:break-word;color:#334155;font:inherit;background:#f8fafc;border-radius:8px;padding:12px;font-size:12px;line-height:1.55}@media (max-width:720px){.section-page{padding:60px 16px 32px}.section-heading,.section-toolbar{display:block}.section-search{max-width:none}.section-tabs{margin-top:10px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-card-body{padding:10px}.gallery-actions button,.gallery-actions a{flex:1;padding:0 6px}}.result-grid{width:min(var(--composer-width), calc(100% - 160px));grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));align-items:start;gap:16px;margin:0 auto;padding:76px 0 24px;display:grid}.result-card,.audio-card{box-shadow:var(--shadow);background:#fff;border-radius:16px;overflow:hidden}.result-card{min-width:0}.result-card img,.result-card video{width:100%;aspect-ratio:var(--result-aspect-ratio,1);object-fit:contain;background:#f8fafc}.result-pending{width:100%;aspect-ratio:var(--result-aspect-ratio,1);color:var(--muted);background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;font-size:14px;display:flex}.result-pending .spin{color:#0f766e}.result-pending.is-failed{color:var(--danger)}.audio-card{place-items:center;gap:8px;min-height:180px;display:grid}.audio-tabs{margin-bottom:10px}.voice-trigger,.chip-select-trigger.is-active{color:#0f766e;background:var(--mint);border:1px solid var(--mint-line);border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.audio-lyrics{text-align:left;white-space:pre-wrap;width:100%;max-height:220px;padding:12px;font-size:13px;line-height:1.6;overflow:auto}.voice-dialog{width:min(520px,100%);max-height:min(78vh,720px);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;padding:16px;display:flex}.voice-dialog header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.voice-tabs{gap:6px;margin-bottom:12px;display:flex}.voice-tabs button{color:#64748b;background:#f3f5f8;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px;font-weight:700}.voice-tabs button.is-active{color:#0f766e;background:var(--mint)}.voice-body{gap:8px;min-height:0;display:grid;overflow:auto}.voice-filter-group{gap:6px;display:grid}.voice-filter-group>span{color:var(--muted);font-size:11px;font-weight:700}.voice-chips{flex-wrap:wrap;gap:6px;display:flex}.voice-chips button{color:#475569;border:1px solid var(--line);background:#fff;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.voice-chips button.is-active{color:#0f766e;background:var(--mint);border-color:var(--mint-line)}.voice-clone input,.voice-upload{border:1px solid var(--line);background:#f8fafc;border-radius:10px;min-height:34px;padding:0 10px;font-size:12px}.voice-section{justify-content:space-between;font-size:12px;font-weight:700;display:flex}.voice-section small{color:var(--muted);font-weight:600}.voice-row{text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.voice-row:hover,.voice-row.is-active{background:#f5f7fa}.voice-row span{gap:2px;display:grid}.voice-row small{color:var(--muted);font-size:12px}.voice-row i{color:#0f766e;background:var(--mint);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.voice-clone{border-bottom:1px solid var(--line);gap:8px;padding-bottom:8px;display:grid}.voice-upload{cursor:pointer;align-items:center;gap:8px;display:flex}.voice-upload input{display:none}.voice-clone-submit{color:#fff;background:#159eb0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:36px;font-weight:700;display:inline-flex}.download-link{color:inherit;align-items:center;gap:6px;padding:10px 12px;text-decoration:none;display:inline-flex}.composer-dock{width:min(var(--composer-width), calc(100% - 160px));flex:none;margin:18px auto 24px;position:relative}.composer-card{box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:12px 14px 10px;position:relative}.media-composer-dock .composer-card{border:1px solid #e4e7ee;border-radius:20px;padding:16px 16px 12px;box-shadow:0 3px 20px #252f4910}.media-composer-dock .composer-top{margin:0;position:absolute;top:-14px;right:16px}.media-composer-dock .price-chip{background:#fff;border:1px solid #eceef3;min-height:24px;padding:0 10px;font-size:11px;font-weight:600;box-shadow:0 2px 5px #17203308}.media-composer-dock .composer-main{gap:18px}.media-composer-dock .prompt-wrap textarea{min-height:88px;max-height:180px;padding:0;font-size:14px}.media-composer-dock textarea::placeholder{color:#a1a7b2}.media-composer-dock .ref-pane{flex-basis:72px;width:72px;padding:6px}.media-composer-dock .ref-pane.is-multi{flex-basis:140px;width:140px;padding:0}.media-composer-dock .upload-slot.is-empty{background:#fdfdff;border-color:#dfe4ec;border-radius:6px;min-height:76px;padding:6px;transform:rotate(-7deg)}.media-composer-dock .upload-slot.is-empty:hover{background:#f1f9fb;border-color:#7cc9d3}.media-composer-dock .ref-count{color:#93a1af;font-size:10px;font-weight:500}.media-composer-dock .upload-slot em{font-size:10px}.media-composer-dock .upload-slot.is-filled{border-radius:8px;flex-basis:58px;width:58px;height:58px;min-height:58px}.media-composer-dock .ref-channels{margin-top:2px}.media-composer-dock .ref-channel{gap:3px;min-height:28px;padding:0 6px;font-size:10px}.media-composer-dock .ref-channel strong{font-size:10px}.media-composer-dock .ref-channel svg{flex:0 0 12px;width:12px}.media-composer-dock .composer-footer{align-items:flex-end;margin-top:16px}.media-composer-dock .chip-select-trigger{background:#fafbfd;border:1px solid #e1e5ec;border-radius:7px;gap:6px;min-height:30px;padding:0 9px;font-size:11px;font-weight:500}.media-composer-dock .chip-select-trigger:hover{background:#edf7f9}.media-composer-dock .param-row{gap:8px}.media-composer-dock .generate-pill{color:#fff;background:var(--send);border-radius:50%;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;box-shadow:0 3px 8px #16b5c440}.reference-tools,.composer-tools.is-rail{background:#ffffffd9;border:1px solid #fff;border-radius:999px;flex-direction:column;align-items:center;gap:4px;margin:0;padding:6px;display:flex;position:absolute;bottom:0;box-shadow:0 3px 14px #2535510c}.reference-tools{left:-54px}.composer-tools.is-rail{right:-54px}.reference-tools button,.composer-tools.is-rail button{color:#79838e;background:#f3f5f8;border-radius:50%;place-items:center;width:30px;min-height:30px;padding:0;display:grid}.reference-tools button:hover,.composer-tools.is-rail button:hover{color:#1995a9;background:#e5f3f6}.reference-tools button:disabled{opacity:.4;cursor:not-allowed}.composer-tools.is-rail button:last-child{color:#209aaf;background:#e8f8fb}.composer-tools.is-rail button svg{width:16px;height:16px}.composer-tools.is-rail button span{display:none}.composer-meta{margin-bottom:6px}.meta-chip,.price-chip,.chip-select-trigger{border-radius:999px;align-items:center;gap:4px;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.meta-chip{color:#92400e;background:#fff7ed;border:1px solid #fde68a}.composer-hint{color:var(--muted);font-size:12px}.price-chip,.composer-submit b{color:#b45309;background:#fff7ed;font-size:12px}.composer-main{align-items:flex-start;gap:12px;display:flex}.prompt-wrap{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex;position:relative}.prompt-wrap textarea{flex:1;min-width:0;padding-bottom:22px}.import-text{color:#0f766e;align-self:flex-start;min-height:22px;padding:0;font-size:12px;font-weight:650}.import-text:hover{color:#115e59}.composer-main textarea{flex:1;min-width:0}.composer-bar-inner{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.upload-slots{flex-wrap:wrap;gap:8px;display:flex}.upload-slot{width:92px;min-height:92px;color:var(--muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;flex:0 0 92px;place-items:center;gap:4px;padding:8px;display:grid;position:relative;overflow:hidden}.upload-slot.is-empty{flex-basis:auto;width:100%;min-height:96px}.upload-slot img,.upload-slot video{object-fit:cover;width:100%;height:100%}.upload-slot em{font-size:11px;font-style:normal}.upload-slot.is-filled{flex-basis:72px;width:72px;min-height:72px;padding:0}.remove-ref{color:#fff;background:#0000008c;border-radius:99px;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:4px;right:4px}textarea{resize:none;background:0 0;border:0;outline:0;width:100%;padding:8px 4px;line-height:1.6}.composer-footer,.composer-submit,.param-row{align-items:center;gap:8px;display:flex}.composer-footer{justify-content:space-between;margin-top:8px}.composer-footer .agent-media-actions{flex-wrap:wrap;margin:0}.agent-popover-wrap{position:relative}.agent-popover-wrap>button{color:#167f92;background:#e7f6f7;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.agent-popover-wrap>button.is-open,.agent-popover-wrap>button:hover{background:#d8f1f3}.agent-popover{z-index:20;border:1px solid var(--line);width:min(320px,78vw);max-height:320px;box-shadow:var(--shadow);background:#fff;border-radius:14px;gap:6px;padding:10px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;overflow:auto}.agent-popover button{text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.agent-popover button:hover,.agent-popover button.is-selected{background:#f5f7fa}.agent-popover button span{gap:2px;min-width:0;display:grid}.agent-popover button small{color:var(--muted);font-size:11px}.agent-model-tabs{gap:6px;display:flex}.agent-model-tabs button{width:auto;min-height:30px;color:var(--muted);background:#f3f5f8;border-radius:999px;padding:0 10px;font-size:12px;font-weight:700}.agent-model-tabs button.is-active{color:#0f766e;background:var(--mint)}.composer-top{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.composer-top .meta-chip{color:#0f766e;background:#e7f6f7;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.composer-top .meta-chip button{color:#0f766e;place-items:center;width:16px;height:16px;display:grid}.agent-selected-chips.composer-top{justify-content:flex-start;max-height:108px;overflow:auto}.agent-selected-chips:empty{display:none}.agent-selected-chips .meta-chip{border:1px solid #cce6e5;max-width:100%}.agent-selected-chips .meta-chip>svg,.agent-selected-chips .meta-chip button{flex-shrink:0}.agent-selected-chips .meta-chip button{width:24px;height:26px}.agent-chip-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-skill-popover{border-radius:8px;flex-direction:column;gap:12px;width:400px;max-width:calc(100vw - 32px);max-height:min(460px,70dvh);padding:14px;display:flex;overflow:hidden}.agent-skill-popover-head{flex-shrink:0;align-items:center;gap:10px;display:flex}.agent-skill-popover-head>strong{flex:1;font-size:14px}.agent-skill-count{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.agent-skill-popover-head>button{border-radius:6px;justify-content:center;width:28px;height:28px;padding:0}.agent-skill-search{color:var(--muted);border:1px solid var(--line);background:#f8fafc;border-radius:6px;flex-shrink:0;align-items:center;gap:8px;padding:0 10px;display:flex}.agent-skill-search:focus-within{border-color:#167f92}.agent-skill-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;height:36px;font-size:13px}.agent-skill-options{overscroll-behavior:contain;min-height:0;overflow-y:auto}.agent-skill-option{cursor:pointer;border-radius:6px;align-items:center;gap:10px;min-height:66px;padding:10px 8px;display:flex}.agent-skill-option+.agent-skill-option{margin-top:3px}.agent-skill-option:hover{background:#f5f7fa}.agent-skill-option.is-selected{background:#eaf7f5}.agent-skill-option.is-disabled{opacity:.55;cursor:not-allowed}.agent-skill-option input{accent-color:#167f92;flex:0 0 16px;width:16px;height:16px;margin:0}.agent-skill-option-copy{flex:1;gap:4px;min-width:0;display:grid}.agent-skill-option-copy strong{overflow-wrap:anywhere;font-size:13px}.agent-skill-option-copy small{-webkit-line-clamp:2;overflow-wrap:anywhere;color:var(--muted);-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.agent-skill-category{text-overflow:ellipsis;white-space:nowrap;color:#526174;background:#eff2f6;border-radius:4px;max-width:90px;padding:3px 6px;font-size:10px;overflow:hidden}.agent-skill-state{text-align:center;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:24px 8px;font-size:13px;display:flex}.agent-skill-state button{color:#167f92;width:auto}.agent-skill-popover-footer{border-top:1px solid var(--line);flex-shrink:0;justify-content:space-between;gap:8px;padding-top:10px;display:flex}.agent-skill-popover-footer>button{color:#167f92;border-radius:6px;justify-content:center;width:auto;min-height:32px;padding:6px 8px;font-size:12px}.agent-skill-popover-footer>button:disabled{opacity:.4;cursor:not-allowed}.agent-skill-popover :is(button,input[type=checkbox]):focus-visible{outline-offset:2px;outline:2px solid #167f92}@media (max-width:900px){.agent-skill-popover{width:auto;max-height:min(480px,75dvh);position:fixed;bottom:16px;left:16px;right:16px}}.agent-skill-row{align-items:center;gap:4px;display:flex}.agent-skill-row>button:first-child{flex:1}.agent-skill-star{color:#cbd5e1;width:28px;height:28px;font-size:16px;line-height:1}.agent-skill-star.is-on{color:#f5b400}.skill-publish-dialog{width:min(560px,100%)}.skill-publish-form{gap:10px;display:grid;overflow:auto}.skill-publish-form label{color:var(--muted);gap:6px;font-size:12px;font-weight:700;display:grid}.skill-publish-form input,.skill-publish-form select,.skill-publish-form textarea{border:1px solid var(--line);width:100%;min-height:36px;color:var(--text);background:#f8fafc;border-radius:10px;padding:8px 10px;font-weight:500}.skill-publish-form textarea{resize:vertical;min-height:72px}.skill-publish-form small{font-weight:500}.param-row{flex-wrap:wrap}.send-btn{color:#fff;background:var(--send);border-radius:50%;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 16px #14b8a647}.send-btn:disabled,.generate-pill:disabled{opacity:.45}.generate-pill{min-height:42px;color:var(--accent-text);background:var(--accent);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-weight:800;display:inline-flex;box-shadow:0 8px 16px #f5b40047}.composer-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.attach-chip{min-height:30px;color:var(--muted);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:999px;align-items:center;gap:4px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.composer-tools{flex-wrap:wrap;gap:2px;margin-top:8px;display:flex}.composer-tools button{min-height:28px;color:var(--muted);border-radius:8px;align-items:center;gap:4px;padding:0 8px;font-size:12px;display:inline-flex}.composer-tools button:hover{color:#334155;background:#f5f7fa}.prompt-overlay{z-index:50;background:#0f172a73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.prompt-dialog{width:min(760px,100%);height:min(70vh,640px);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;padding:16px;display:flex}.prompt-dialog header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.prompt-dialog header button{color:#0f766e;background:var(--mint);border-radius:999px;min-height:32px;padding:0 12px;font-weight:700}.prompt-dialog textarea{background:#f8fafc;border-radius:12px;flex:1;padding:12px}.composer-error{color:var(--danger);margin-top:8px;font-size:12px}.audio-toggle{align-items:center;gap:6px;font-size:13px;display:inline-flex}.chip-select{position:relative}.chip-select-trigger{color:#334155;background:#f3f5f8}.chip-select.is-open .chip-select-trigger,.chip-select-trigger:hover{background:#e8edf3}.chip-select-menu{z-index:8;min-width:140px;max-height:240px;box-shadow:var(--shadow);background:#fff;border-radius:14px;padding:6px;position:absolute;bottom:calc(100% + 6px);left:0;overflow:auto}.catalog-filters .chip-select-menu{top:calc(100% + 6px);bottom:auto}.chip-select-menu button{text-align:left;border-radius:10px;width:100%;min-height:32px;padding:0 10px;font-size:13px;display:block}.chip-select-menu button:hover{background:#f5f7fa}.chip-select-menu button.is-active{color:#0f766e;background:var(--mint);font-weight:700}.chat-topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:12px 20px;display:flex}.chat-topbar-model{align-items:center;gap:10px;min-width:0;display:flex}.chat-topbar-model .cover,.chat-topbar-model .cover-fallback{border-radius:10px;width:32px;height:32px;font-size:11px;box-shadow:0 6px 12px #0f172a1a}.chat-topbar-model b{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.chat-topbar-actions{flex:none;gap:8px;display:flex}.chat-topbar-actions button{color:#475569;background:#fff;border:1px solid #e8edf3;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 6px 14px #17203314}.chat-topbar-actions .agent-topbar-action{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;width:auto;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.chat-topbar-actions button:hover{color:#0f766e;background:var(--mint)}.chat-scroll{flex-direction:column;padding:4px 0 8px;display:flex}.chat-thread{width:min(760px,100% - 48px);margin:0 auto;padding-bottom:8px}.chat-row{align-items:flex-end;gap:10px;margin:0 0 16px;display:flex}.chat-row.is-user{justify-content:flex-end}.chat-avatar{color:#0f766e;background:var(--mint);border:1px solid var(--mint-line);border-radius:10px;flex:none;place-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:grid}.chat-bubble{width:fit-content;min-width:48px;max-width:min(560px,78%);box-shadow:var(--shadow);background:#fff;border-radius:18px 18px 18px 6px;padding:11px 14px}.chat-row.is-user .chat-bubble{color:#115e59;max-width:min(520px,76%);box-shadow:none;background:#d1fae5;border:1px solid #a7f3d0;border-radius:18px 18px 6px}.chat-row.is-error .chat-bubble{color:#9f1239;background:#fff1f2}.chat-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.chat-attach-preview{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.chat-attach-preview img,.chat-attach-preview video{object-fit:cover;background:#e2e8f0;border-radius:12px;width:132px;height:88px}.chat-attach-preview em{color:#0f766e;text-overflow:ellipsis;white-space:nowrap;background:#f0fdfa;border-radius:999px;align-items:center;max-width:180px;min-height:32px;padding:0 10px;font-size:12px;font-style:normal;font-weight:700;display:inline-flex;overflow:hidden}.chat-empty{text-align:center;flex:1;place-content:center;justify-items:center;gap:10px;width:100%;min-height:240px;padding:12px 24px 32px;display:grid}.chat-empty .cover-lg,.chat-empty .cover-lg.cover-fallback{border-radius:22px;width:72px;height:72px;font-size:22px;box-shadow:0 16px 32px #0f172a24}.chat-empty h1{font-size:22px;font-weight:800}.chat-empty p{max-width:360px;color:var(--muted);line-height:1.6}.chat-typing{align-items:center;gap:5px;height:18px;display:inline-flex}.chat-typing i{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chat-dot}.chat-typing i:nth-child(2){animation-delay:.15s}.chat-typing i:nth-child(3){animation-delay:.3s}@keyframes chat-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-hint{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-draft-files{flex-wrap:wrap;gap:8px;margin:0 0 8px;display:flex}.chat-draft-file{background:#f8fafc;border-radius:14px;place-items:center;width:56px;height:56px;display:grid;position:relative;overflow:hidden}.chat-draft-file img,.chat-draft-file video{object-fit:cover;width:100%;height:100%}.chat-draft-file em{color:var(--muted);text-align:center;padding:0 6px;font-size:10px;font-style:normal;font-weight:700}.chat-draft-file button{color:#fff;background:#0f172ab8;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:4px;right:4px}.chat-history-dialog{width:min(440px,100%);max-height:min(72vh,640px);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;padding:16px;display:flex}.chat-history-dialog header,.prompt-dialog header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.chat-history-dialog header button{color:#0f766e;background:var(--mint);border-radius:999px;min-height:32px;padding:0 12px;font-weight:700}.chat-history-list{flex-direction:column;gap:4px;min-height:0;display:flex;overflow:auto}.chat-history-list button{text-align:left;border-radius:12px;gap:2px;width:100%;padding:10px 12px;display:grid}.chat-history-list button:hover{background:#f5f7fa}.chat-history-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.chat-history-list small{color:var(--muted);font-size:12px}.agent-run-history header strong{align-items:center;gap:8px;display:inline-flex}.agent-run-history-actions{align-items:center;gap:6px;display:flex}.agent-run-history-icon{color:#475569;background:#f8fafc;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.agent-run-history-empty{justify-items:start;gap:12px;padding:24px 8px;display:grid}.agent-run-history-item{justify-content:space-between;align-items:center;gap:12px;display:flex!important}.agent-run-history-item.is-current{background:#e7f6f7}.agent-run-history-item>span{gap:2px;min-width:0;display:grid}.agent-run-history-item em{color:var(--muted);background:#eef2f7;border-radius:999px;flex:none;padding:2px 8px;font-size:11px;font-style:normal;font-weight:700}.agent-run-history-item em[data-status=completed],.agent-run-history-item em[data-status=completed_with_warnings]{color:#047857;background:#ecfdf5}.agent-run-history-item em[data-status=failed]{color:#9f1239;background:#fff1f2}.agent-run-history-item em[data-status=running],.agent-run-history-item em[data-status=queued],.agent-run-history-item em[data-status=waiting_external]{color:#0f766e;background:#e7f6f7}.agent-run-history-more{color:#0f766e;justify-content:center;align-items:center;gap:6px;min-height:36px;margin-top:8px;font-weight:700;display:inline-flex}.agent-run-inputs{border-top:1px solid #eef2f6;margin-top:12px;padding-top:10px}.agent-run-inputs summary{cursor:pointer;color:var(--muted);font-size:12px;font-weight:700}.agent-run-inputs pre{white-space:pre-wrap;word-break:break-word;background:#f8fafc;border-radius:10px;max-height:180px;margin:8px 0 0;padding:8px 10px;font-size:11px;overflow:auto}.drawer-layer,.auth-layer{z-index:40;background:#0f172a59;position:fixed;inset:0}.drawer-layer{justify-content:flex-end;display:flex}.task-drawer{width:min(420px,100%);height:100%;box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:12px;padding:18px;display:flex}.task-drawer header,.task-item{justify-content:space-between;align-items:center;gap:10px;display:flex}.task-drawer header button,.auth-close{background:#f1f5f9;border:0;border-radius:99px;place-items:center;width:34px;height:34px;display:grid}.task-filters{background:#f3f5f8;border-radius:14px;gap:6px;padding:4px;display:flex}.task-filters button{min-height:34px;color:var(--muted);border-radius:10px;flex:1;font-size:13px;font-weight:700}.task-filters button.is-active{color:#fff;background:#1f2937}.task-list{flex:1;align-content:start;gap:10px;min-height:0;display:grid;overflow:auto}.task-item{background:#f8fafc;border-radius:14px;justify-content:flex-start;padding:8px}.task-item img,.task-item video,.task-thumb{object-fit:cover;background:#e2e8f0;width:52px;height:52px}.api-toast{z-index:80;color:#fff;background:#111827;border-radius:12px;padding:12px 14px;position:fixed;bottom:18px;right:18px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-layer{z-index:90;place-items:center;padding:18px;display:grid}.auth-panel{width:min(420px,100%);max-height:min(90vh,760px);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:26px;position:relative;overflow:auto}.auth-close{position:absolute;top:14px;right:14px}.auth-heading{gap:6px;margin-bottom:18px;display:grid}.auth-heading span{color:var(--muted);font-size:12px;font-weight:700}.auth-heading h2{font-size:26px}.auth-oauth-button,.auth-submit,.auth-switch{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;display:inline-flex}.auth-oauth-button{border:1px solid var(--line);background:#f8fafc}.auth-divider{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:16px 0;font-size:12px;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);height:1px}.auth-form,.auth-human-captcha{gap:12px;display:grid}.auth-segmented{background:#f8fafc;border-radius:12px;grid-auto-columns:1fr;grid-auto-flow:column;gap:4px;margin-bottom:12px;padding:4px;display:grid}.auth-segmented button{min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:700}.auth-segmented button.is-active{color:#111;background:#fff}.auth-form label,.auth-field-label{color:var(--muted);gap:7px;font-size:12px;font-weight:700;display:grid}.auth-form input{border:1px solid var(--line);background:#f8fafc;border-radius:12px;outline:0;width:100%;min-height:46px;padding:0 14px}.auth-email-code-row,.auth-captcha-row{grid-template-columns:1fr 124px;gap:8px;display:grid}.auth-captcha-loading,.auth-captcha-retry,.auth-geetest-button,.auth-captcha-trigger,.auth-email-code-row button{border:1px solid var(--line);background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;display:inline-flex}.auth-captcha-trigger.is-verified,.auth-geetest-button.is-verified{color:#047857}.auth-captcha-overlay{z-index:120;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.auth-captcha-dialog{background:#fff;border-radius:14px;width:min(390px,100%);min-width:0;max-height:calc(100dvh - 32px);padding:14px;overflow-y:auto}.auth-captcha-dialog-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.auth-captcha-overlay{grid-template-columns:minmax(0,1fr);justify-items:center}.auth-captcha-dialog-head>div{align-items:center;gap:8px;min-width:0;font-size:14px;display:flex}.auth-captcha-dialog-head svg{flex-shrink:0}.auth-captcha-dialog-close{border-radius:8px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.auth-captcha-dialog-close:hover{background:#f1f5f9}.auth-captcha-widget{width:100%;min-width:0}.auth-captcha-widget>div{margin-inline:auto}.auth-captcha-dialog button:focus-visible{outline-offset:2px;outline:2px solid #168da6}.auth-error{color:var(--danger);font-size:12px}.auth-success{color:#047857;font-size:12px}.auth-submit{color:#111;background:var(--accent);margin-top:4px;font-weight:800}.auth-switch{color:var(--muted);background:0 0;margin-top:12px}.auth-spinner{animation:.9s linear infinite spin}.auth-entry{max-height:calc(100dvh - 36px);padding:28px}.auth-entry .auth-heading{margin-bottom:24px;padding-right:32px}.auth-entry .auth-heading h2{font-size:24px;line-height:1.4}.auth-entry .auth-form{gap:16px}.auth-entry .auth-form input{min-width:0;font-size:14px;font-weight:400;transition:border-color .15s,box-shadow .15s}.auth-entry .auth-form input:focus{background:#fff;border-color:#168da6;box-shadow:0 0 0 3px #168da61a}.auth-entry .auth-form label,.auth-entry .auth-field-label{font-weight:600}.auth-password-field{gap:7px;display:grid}.auth-password-input{position:relative}.auth-entry .auth-password-input input{padding-right:48px}.auth-password-input button{width:40px;height:40px;color:var(--muted);border-radius:8px;place-items:center;display:grid;position:absolute;top:3px;right:3px}.auth-password-input button:hover{color:#147e95;background:#eaf5f6}.auth-invite{min-width:0;color:var(--muted);font-size:12px}.auth-invite summary{cursor:pointer;width:fit-content;padding:6px 0}.auth-invite[open] summary{margin-bottom:8px}.auth-invite-applied{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.auth-invite-applied strong{color:#147e95;font-weight:600}.auth-entry .auth-email-code-row,.auth-entry .auth-captcha-row{grid-template-columns:minmax(0,1fr) 116px}.auth-entry .auth-email-code-row button{font-size:12px}.auth-entry .auth-submit{margin-top:2px;font-size:14px}.auth-entry .auth-switch{min-height:36px;margin-top:12px;font-size:13px}.auth-entry .auth-oauth-button+.auth-oauth-button{margin-top:8px}.auth-entry button:disabled{cursor:not-allowed;opacity:.55}.auth-entry button:focus-visible,.auth-entry summary:focus-visible{outline-offset:3px;outline:2px solid #168da6}.auth-entry .auth-error,.auth-entry .auth-success{overflow-wrap:anywhere;border-radius:8px;padding:10px 12px;line-height:1.6}.auth-entry .auth-error{background:#fff1f3}.auth-entry .auth-success{background:#e8f7f4}.auth-sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:600px){.auth-entry{padding:24px 20px}.auth-entry .auth-heading h2{font-size:22px}.auth-entry .auth-form input{font-size:16px}.auth-entry .auth-email-code-row,.auth-entry .auth-captcha-row{grid-template-columns:minmax(0,1fr) 104px}}.purchase-panel{width:min(560px,100%)}.purchase-package-grid{grid-template-columns:1fr 1fr;gap:10px;margin:12px 0;display:grid}.purchase-package{text-align:left;border:1px solid var(--line);background:#f8fafc;border-radius:14px;gap:6px;min-height:110px;padding:16px;display:grid;position:relative}.purchase-package.is-active{background:#ecfdf5;border-color:#14b8a6}.purchase-provider-list{flex-wrap:wrap;gap:8px;display:flex}.purchase-provider{border:1px solid var(--line);background:#f8fafc;border-radius:999px;min-height:36px;padding:0 13px}.purchase-provider.is-active{color:#fff;background:#111827}@media (max-width:900px){.simple-shell,.simple-shell.is-sidebar-collapsed{grid-template-columns:minmax(0,1fr);height:100dvh}.app-sidebar{z-index:32;width:min(var(--sidebar), calc(100% - 48px));height:100dvh;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 32px #1720331a}.sidebar-backdrop{z-index:31;background:#17203340;display:block;position:fixed;inset:0}.app-stage{height:100dvh}.composer-dock,.result-grid{width:calc(100% - 132px)}.model-pin{opacity:1}.agent-stage{grid-template-rows:minmax(140px,1fr) minmax(0,60%);grid-template-columns:1fr}.agent-params{border-left:0;border-top:1px solid var(--line);height:100%}.agent-params-head{padding:12px 16px}.agent-form-fields{padding:16px}.agent-form-footer{padding:12px 16px max(12px, env(safe-area-inset-bottom))}.prompt-overlay{padding:12px}}@media (max-width:600px){.composer-dock,.result-grid{width:calc(100% - 32px)}.composer-dock{margin:12px auto 60px}.media-composer-dock .composer-card{border-radius:16px;padding:14px 12px 10px}.media-composer-dock .composer-main{gap:10px}.media-composer-dock .ref-pane{flex-basis:60px;width:60px;padding:4px}.media-composer-dock .ref-pane.is-multi{flex-basis:110px;width:110px}.media-composer-dock .chip-select-trigger{gap:3px;padding:0 6px}.media-composer-dock .param-row{gap:5px}.media-composer-dock .prompt-wrap textarea{min-height:84px}.media-composer-dock .reference-tools,.media-composer-dock .composer-tools.is-rail{border:0;flex-direction:row;padding:4px;bottom:-48px}.media-composer-dock .reference-tools{left:0}.media-composer-dock .composer-tools.is-rail{right:0}.model-hero{gap:22px;padding:80px 20px 28px}.model-hero .cover-lg{border-radius:22px;width:116px;height:116px}.model-hero p{padding:14px 16px;font-size:13px}}.help-dialog{width:min(1080px,100%);max-height:min(86vh,860px);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;padding:16px;display:flex}.help-dialog header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.help-dialog{width:min(480px,100%);height:fit-content}.help-dialog p{color:#475569;line-height:1.7}.result-3d{color:#0f766e;background:#ecfdf5;place-items:center;gap:8px;min-height:180px;display:grid}.result-3d strong{font-size:16px}
