@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600&display=swap";:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:#202124;background:#f2f2f4;font-synthesis:none}.app-error-screen{display:grid;min-height:100vh;place-items:center;background:#f2f3f5;color:#25262a}.app-error-card{display:grid;width:min(420px,calc(100vw - 40px));gap:12px;padding:24px;border:1px solid #e2e4e8;border-radius:12px;background:#fff;box-shadow:0 12px 32px #191c231a}.app-error-card strong{font-size:16px}.app-error-card span{color:#73767d;font-size:12px;line-height:1.6}.app-error-card button{justify-self:start;padding:8px 14px;border:0;border-radius:6px;background:#25262a;color:#fff;cursor:pointer}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #55575e;outline-offset:2px}.xyq-app,.tldraw-host{position:fixed;top:0;right:0;bottom:0;left:0}.canvas-stage-loading{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background:#f2f2f4;pointer-events:none}.app-loading-screen{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:block;width:100%;min-height:100vh;overflow:hidden;background:#f2f2f4;pointer-events:none}.app-loading-screen:after,.canvas-stage-loading:after{position:absolute;top:0;left:-22%;width:22%;height:2px;background:#c3c5ca;content:"";opacity:.72;animation:loading-sweep 1.45s ease-in-out infinite}@keyframes loading-sweep{0%{transform:translate(0);opacity:0}18%{opacity:.72}82%{opacity:.72}to{transform:translate(555%);opacity:0}}@media(prefers-reduced-motion:reduce){.app-loading-screen:after,.canvas-stage-loading:after{animation:none;left:0;width:100%;opacity:.3}}.xyq-app{background:#f2f2f4}.tldraw-host{z-index:1}.tl-container{--color-background: #f1f1f3;--color-grid: #c7c8cd}.asset-upload{display:none}.lineage-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;width:100vw;height:100vh;overflow:visible;pointer-events:none}.lineage-visible,.lineage-preview{fill:none;stroke:#a5a6ab;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .12s,stroke-width .12s,opacity .12s}.lineage-composer-link{fill:none;stroke:#777980;stroke-width:1.45;stroke-linecap:round;opacity:.72}.lineage-visible{opacity:.42}.lineage-link.related .lineage-visible{stroke:#777980;stroke-width:1.45;opacity:.72}.lineage-link.hovered .lineage-visible{stroke:#24252a;stroke-width:2;opacity:1}.lineage-preview{stroke:#5f6065;stroke-width:1.5;stroke-dasharray:4 4;opacity:.88}.lineage-link.selected .lineage-visible{stroke:#24252a;stroke-width:2.2;opacity:1}.lineage-overlay.has-node-focus .lineage-link:not(.related) .lineage-visible{opacity:.16}.lineage-overlay.has-relation-focus .lineage-link:not(.hovered):not(.selected) .lineage-visible{opacity:.14}.lineage-overlay.has-node-focus .lineage-link.hovered .lineage-visible,.lineage-overlay .lineage-link.hovered .lineage-visible{stroke:#24252a;stroke-width:2;opacity:1}.lineage-overlay.has-node-focus .lineage-link.selected .lineage-visible,.lineage-overlay .lineage-link.selected .lineage-visible{stroke:#24252a;stroke-width:2.2;opacity:1}.xyq-app:has(.lineage-preview) .lineage-link .lineage-visible{stroke:#a5a6ab;stroke-width:1.2;opacity:.28}.xyq-app:has(.lineage-preview) .shape-port.left{opacity:1;box-shadow:0 0 0 3px #46474c17,0 2px 8px #14141821}.asset-shape.connection-target .shape-port.left{opacity:1;transform:translateY(-50%) scale(1.16);color:#fff;background:#2d2e33;box-shadow:0 0 0 4px #2d2e331f,0 2px 8px #14141829}.asset-shape.connection-invalid .shape-port.left{opacity:1;color:#b74d4d;background:#fff2f2;box-shadow:0 0 0 4px #b74d4d1a;cursor:not-allowed}.topbar{position:absolute;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 17px 0 16px;background:transparent;pointer-events:none}.topbar>*{pointer-events:auto}.topbar-left,.topbar-right{display:flex;align-items:center;gap:11px}.project-switcher{position:relative}.project-title{display:flex;align-items:center;gap:5px;height:32px;padding:0 7px;border:0;border-radius:7px;background:transparent;font-size:14px;font-weight:600;cursor:pointer}.project-title:hover,.project-title[aria-expanded=true]{background:#ffffffd1}.project-menu{position:absolute;left:0;top:38px;display:grid;width:210px;padding:6px;border-radius:10px;background:#fffffffa;box-shadow:0 12px 34px #16161b24}.project-menu button{display:flex;align-items:center;gap:8px;height:36px;padding:0 9px;border:0;border-radius:7px;background:transparent;font-size:10px;cursor:pointer}.project-menu button:hover{background:#f1f1f3}.project-menu small{padding:6px 9px 4px;border-top:1px solid #eeeef0;color:#999aa0;font-size:8px}.saved-state{display:flex;align-items:center;gap:5px;min-width:48px;color:#7d827f;font-size:10px;white-space:nowrap}.saved-state i{width:6px;height:6px;border-radius:50%;background:#73a17d}.saved-state.pending{color:#85868c}.saved-state.pending i{background:#a0a2a7;animation:saved-state-pulse 1.4s ease-in-out infinite}.saved-state.waiting{color:#8a744b}.saved-state.waiting i{background:#b18b50}.saved-state.error{color:#a45a5a}.saved-state.error i{background:#bd6565}@keyframes saved-state-pulse{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.saved-state.pending i{animation:none}}.tool-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#ffffffc7;cursor:pointer}.tool-button:hover,.tool-button.active{background:#fff;box-shadow:0 4px 15px #1e1e2312}.format-button,.membership{display:flex;align-items:center;gap:7px;height:40px;padding:0 15px;border:0;border-radius:20px;background:#ffffffd1;font-size:11px;box-shadow:0 4px 18px #1e1e230a}.ratio-icon{width:16px;height:10px;border:1.4px solid currentColor;border-radius:2px}.membership{color:#55438d;font-weight:600}.avatar{color:#9a9a9f}.project-notice{position:fixed;left:50%;top:78px;z-index:130;display:flex;align-items:center;gap:9px;min-height:34px;padding:0 8px 0 12px;transform:translate(-50%);border-radius:8px;background:#fffffffa;box-shadow:0 8px 24px #19191e1f;color:#4f7358;font-size:10px}.project-notice.error{color:#a14b4b}.project-notice button{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:5px;background:transparent;color:inherit;cursor:pointer}.project-notice button:hover{background:#f1f1f3}.project-notice-action{min-width:88px;height:25px;padding:0 8px!important;border:1px solid currentColor!important;border-radius:6px!important;background:transparent!important;color:inherit;font-size:10px;font-weight:500}.project-notice-action:hover{background:currentColor!important;color:#fff!important}.side-dock{position:absolute;left:16px;top:50%;z-index:60;display:grid;gap:6px;padding:8px;transform:translateY(-50%);border:0;border-radius:27px;background:#fffffff0;box-shadow:0 9px 30px #19191e12}.side-dock .tool-button,.dock-add{width:40px;height:40px;border-radius:50%}.dock-add{display:grid;place-items:center;padding:0;border:0;background:#222328;color:#fff;cursor:pointer}.bottom-controls{position:absolute;left:16px;bottom:16px;z-index:60;display:flex;align-items:center;height:44px;padding:3px 7px;border:0;border-radius:22px;background:#fffffff0;box-shadow:0 8px 24px #19191e0f;pointer-events:auto}.bottom-controls .tool-button{width:32px;height:32px}.bottom-controls .tool-button:active,.side-dock .tool-button:active{transform:scale(.94)}.control-separator{width:1px;height:17px;margin:0 3px;background:#e1e1e4}.zoom-value{width:46px;text-align:center;font-size:11px}.selection-actions{position:absolute;left:50%;top:84px;z-index:72;display:flex;align-items:center;gap:2px;height:44px;padding:4px 7px;transform:translate(-50%);border-radius:22px;background:#fffffff7;box-shadow:0 8px 24px #19191e14}.selection-actions button{display:flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:0;border-radius:17px;background:transparent;color:#303136;font-size:10px;cursor:pointer}.selection-actions button[hidden],.create-node-menu>button[hidden]{display:none!important}.selection-actions button:hover{background:#f1f1f3}.selection-replace-action{font-size:0!important}.selection-replace-action:after{content:attr(data-label);font-size:12px}.selection-actions .selection-danger{color:#b85b5b}.selection-actions .selection-danger:hover{background:#fff0f0;color:#a24343}.relation-actions{position:absolute;z-index:74;display:flex;align-items:center;gap:5px;height:34px;padding:4px 5px 4px 9px;transform:translate(-50%);border-radius:8px;background:#fffffffa;box-shadow:0 7px 20px #19191e1f;color:#85868c;font-size:8px}.relation-actions button{display:flex;align-items:center;gap:4px;height:26px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:#b14d4d;font-size:9px;cursor:pointer}.relation-actions button:hover{background:#fff0f0;color:#963d3d}.relation-undo{position:fixed;left:50%;bottom:74px;z-index:90;display:flex;align-items:center;gap:6px;min-height:34px;padding:4px 5px 4px 11px;transform:translate(-50%);border-radius:8px;background:#26272bf5;color:#fff;box-shadow:0 8px 24px #1414182e;font-size:9px}.relation-undo button{height:26px;padding:0 8px;border:0;border-radius:5px;background:#ffffff1f;color:#fff;font-size:9px;cursor:pointer}.relation-undo button:hover{background:#fff3}.relation-undo .relation-undo-close{display:grid;place-items:center;width:26px;padding:0;background:transparent}.selection-actions>.selection-divider{width:1px;height:18px;margin:0 3px;background:#e7e7e9}.selection-actions .selection-count{display:grid;place-items:center;width:24px;height:24px;margin:0 3px;border-radius:50%;background:#ededf0;color:#4a4b50;font-size:9px}.generator-bar{position:absolute;left:50%;bottom:18px;z-index:85;width:min(620px,calc(100vw - 32px));padding:8px 10px 10px;transform:translate(-50%);border-radius:14px;background:#fffffffa;box-shadow:0 16px 42px #16161b21}.generator-bar.generator-anchored{box-shadow:0 10px 30px #16161b29}.generator-bar.generator-anchored:before{content:"";position:absolute;top:-6px;left:var(--generator-anchor-x, 50%);width:12px;height:12px;transform:translate(-50%) rotate(45deg);background:#fff}.generator-bar.generator-anchored.panel-above-draft:before{top:auto;bottom:-6px}.generator-draft-node{position:absolute;left:50%;bottom:calc(100% + 12px);overflow:visible;transform:translate(-50%);border:1px solid #e1e2e5;border-radius:7px;background:#fff;box-shadow:0 8px 24px #18191e1f;box-sizing:border-box;pointer-events:none}.generator-draft-input-port{position:absolute;left:-6px;top:50%;z-index:2;width:10px;height:10px;transform:translateY(-50%);border:2px solid #fff;border-radius:50%;background:#777980;box-shadow:0 1px 5px #19191e2e;box-sizing:border-box}.generator-draft-media{display:grid;align-content:center;justify-items:center;gap:4px;border-bottom:1px solid #e8e9ec;background:#f2f3f5;color:#96989e;border-radius:10px 10px 0 0}.generator-draft-media.video{background:#f0f2f3;color:#858b8e}.generator-draft-media span{font-size:9px}.generator-draft-media small{color:#a1a3a8;font-size:7px}.generator-draft-meta{display:flex;height:38px;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;box-sizing:border-box;border-radius:0 0 10px 10px;background:#fff}.generator-draft-meta strong{overflow:hidden;color:#494a50;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.generator-draft-meta span{flex:0 0 auto;color:#929399;font-size:7px}.generator-head{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 2px}.generator-head strong{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:500}.generator-head strong small{color:#999aa0;font-size:8px;font-weight:400}.generator-references{display:flex;align-items:center;gap:6px;min-height:40px;padding:3px 3px 6px;overflow-x:auto;color:#999aa0;font-size:9px}.generator-references>span{flex:0 0 auto}.generator-reference-count{display:block;margin-top:2px;color:#85868d;font-size:8px;white-space:nowrap}.generator-references.is-empty{min-height:31px;padding-top:0;padding-bottom:3px}.generator-reference{display:flex;align-items:center;flex:0 0 auto;height:36px;overflow:hidden;border:1px solid #dedee2;border-radius:7px;background:#fafafd}.generator-reference .reference-main{display:flex;align-items:center;gap:6px;min-width:118px;height:100%;padding:3px 7px 3px 4px;border:0;background:transparent;cursor:pointer}.generator-reference .reference-main>img,.reference-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:4px;background:#ececf0;object-fit:cover}.generator-reference .reference-main>span:last-child{display:grid;min-width:0;text-align:left}.generator-reference .reference-main strong{color:#62528e;font-size:9px;font-weight:600}.generator-reference .reference-main small{max-width:78px;overflow:hidden;color:#8c8d93;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.generator-reference.project-reference{border-color:#d7d3e8;background:#fbfaff}.generator-reference.project-reference .reference-main strong{color:#695a92}.generator-auto-assets-toggle{display:inline-flex;align-items:center;gap:6px;min-height:22px;margin:0 2px 3px;color:#76777d;font-size:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.generator-auto-assets-toggle input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.generator-toggle-track{position:relative;width:25px;height:14px;border-radius:8px;background:#dfe0e4;transition:background .16s ease}.generator-toggle-track span{position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #16171c38;transition:transform .16s ease}.generator-auto-assets-toggle input:checked+.generator-toggle-track{background:#8b7bb0}.generator-auto-assets-toggle input:checked+.generator-toggle-track span{transform:translate(11px)}.generator-auto-assets-toggle input:focus-visible+.generator-toggle-track{outline:2px solid #777a82;outline-offset:2px}.reference-controls{display:flex;align-items:center;height:100%;padding:0 3px;border-left:1px solid #ececf0}.reference-controls button{display:grid;place-items:center;width:20px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#86878d;cursor:pointer}.reference-controls button:hover{background:#eeeef2;color:#44454a}.reference-controls button:disabled{opacity:.25;cursor:default}.generator-head>button,.agent-head>button{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.generator-head>button:hover,.agent-head>button:hover{background:#f0f0f2}.generator-bar textarea{width:100%;min-height:48px;resize:none;padding:8px 5px;border:0;outline:0;color:#303136;background:transparent;font-size:11px;line-height:1.5}.generator-preflight{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:26px;margin:0 2px 5px;padding:5px 7px;border-radius:6px;background:#f4f7f5;color:#5f8069}.generator-preflight>span{display:flex;align-items:center;gap:4px;min-width:0;font-size:8px}.generator-preflight>span:not(:only-child){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generator-preflight small{flex:0 0 auto;color:#87918a;font-size:7px}.generator-preflight.invalid{background:#fff2f2;color:#a75050}.generator-preflight.invalid small{color:#a98989}.generator-options{display:flex;align-items:center;gap:4px;padding-top:6px;border-top:1px solid #eeeeef}.generator-options>button{display:flex;align-items:center;gap:3px;height:28px;padding:0 7px;border:0;border-radius:7px;background:#f3f3f5;color:#66676d;font-size:9px;cursor:pointer}.generator-options .compact-select-field{flex:0 1 68px;min-width:54px}.generator-options .generator-channel-select{flex-basis:110px;min-width:88px}.generator-options .generator-model-select{flex-basis:100px;min-width:76px}.generator-options .compact-select-trigger{height:28px;min-height:28px;padding:0 7px;border:0;border-radius:7px;background:#f3f3f5;color:#626369;font-size:9px}.generator-options .compact-select-trigger:hover{background:#ececef}.generator-options .compact-select.open .compact-select-trigger{background:#e8e8eb;box-shadow:none}.generator-options .compact-select-menu{width:max(100%,130px)}.generator-options .generator-channel-select .compact-select-menu{width:max(100%,190px)}.count-stepper{display:flex;align-items:center;height:28px;border-radius:7px;background:#f3f3f5;overflow:hidden}.count-stepper button{display:grid;place-items:center;width:26px;height:28px;padding:0;border:0;background:transparent;cursor:pointer}.count-stepper button:hover{background:#e8e8eb}.count-stepper span{min-width:24px;color:#55565b;font-size:9px;text-align:center}.generator-options .generator-submit{margin-left:auto;padding:0 13px;border-radius:14px;background:#202126;color:#fff}.generator-submit small{color:#cfc4ff;font-size:8px}.generator-submit:disabled{opacity:.38;cursor:not-allowed}.asset-shape,.operation-shape{position:relative;width:100%;height:100%;overflow:visible;pointer-events:all;font-family:Inter,Noto Sans SC,sans-serif}.asset-shape.asset-selected:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:8;border:2px solid #4f7cff;border-radius:14px;box-shadow:0 0 0 1px #ffffffb3;pointer-events:none}.node-resize-mode .asset-shape.asset-selected:after{display:none}.shape-type-label{position:absolute;left:2px;top:-22px;display:flex;align-items:center;gap:5px;color:#85868c;font-size:9px;white-space:nowrap}.media-version-control{position:absolute;left:8px;top:8px;z-index:6;display:grid;grid-template-columns:22px 34px 22px;align-items:center;justify-items:stretch;min-width:78px;height:24px;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:#fffffff0;color:#4e5056;box-shadow:0 2px 9px #1414181f;pointer-events:auto}.media-version-control button{display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.media-version-control button:hover:not(:disabled),.media-version-control button:focus-visible{background:#ececef;color:#24252a}.media-version-control button:disabled{opacity:.28;cursor:default}.media-version-control span{display:flex;align-items:center;justify-content:center;gap:4px;width:34px;min-width:0;padding:0;line-height:1;font-size:8px;font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap}.media-version-control.latest-generating span:after{content:"";width:5px;height:5px;border-radius:50%;background:#5d6068;animation:version-status-pulse 1.2s ease-in-out infinite}@keyframes version-status-pulse{50%{opacity:.35}}.batch-primary-toggle{position:absolute;right:6px;top:6px;z-index:7;height:24px;padding:0 8px;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:#ffffffe6;color:#77787e;box-shadow:0 2px 8px #19191e1a;font-size:8px;cursor:pointer;opacity:0;transition:opacity .15s,background .15s}.asset-shape:hover .batch-primary-toggle,.batch-primary-toggle:focus-visible,.batch-primary-toggle.active{opacity:1}.batch-primary-toggle.active{background:#292a2f;border-color:#292a2f;color:#fff}.asset-preview{width:100%;height:calc(100% - 36px);overflow:hidden;border:0;border-radius:12px 12px 0 0;background:#e4e5e8;box-shadow:0 2px 8px #19191e06}.asset-preview img,.asset-preview video{display:block;width:100%;height:100%;object-fit:cover}.video-node-surface{position:relative;width:100%;height:100%;cursor:grab}.video-node-surface:active{cursor:grabbing}.video-node-surface video{pointer-events:none}.video-node-poster{pointer-events:none}.video-node-placeholder{display:grid;grid-template-columns:auto auto;place-content:center;align-items:center;gap:6px;width:100%;height:100%;background:#e7e7ea;color:#777980;pointer-events:none}.video-node-play{position:absolute;pointer-events:auto;left:50%;top:50%;display:grid;place-items:center;width:34px;height:34px;padding:0;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#1415189e;color:#fff;box-shadow:0 3px 12px #0000002e;cursor:pointer;opacity:.92;transition:background .15s,transform .15s,opacity .15s}.video-node-play:hover{background:#141518c7;transform:translate(-50%,-50%) scale(1.06);opacity:1}.media-node-expand{position:absolute;top:8px;right:8px;z-index:3;display:grid;place-items:center;width:28px;height:28px;padding:0;pointer-events:auto;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:#14151894;color:#fff;box-shadow:0 2px 9px #00000029;cursor:pointer;opacity:.82;transition:background .15s,opacity .15s,transform .15s}.media-node-expand:hover,.media-node-expand:focus-visible{background:#141518c7;opacity:1;transform:scale(1.05)}.asset-preview.text{height:100%;border-radius:8px;background:#fff;box-shadow:0 5px 16px #19191e0d}.text-node-editor{display:block;width:100%;height:100%;resize:none;padding:18px;border:0;outline:0;background:transparent;color:#303136;font-size:15px;line-height:1.55}.text-node-display{width:100%;height:100%;padding:18px;overflow:hidden;color:#303136;font-size:15px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;cursor:grab;-webkit-user-select:none;user-select:none}.text-node-display:active{cursor:grabbing}.asset-preview.audio{height:calc(100% - 36px);border-radius:10px 10px 0 0;background:#f6f6f7}.asset-low-zoom{overflow:hidden;border:1px solid rgba(120,122,128,.22);border-radius:8px;background:#fff;box-shadow:0 2px 7px #19191e0a}.asset-low-detail{width:100%;height:100%;background:#dfe2e6}.asset-low-detail.video{background:#d8dde3}.asset-low-detail.audio{background:#e5e0da}.asset-low-detail.text{background:#e6e6e8}.audio-node-content{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;height:100%;padding:14px;color:#777980}.audio-node-content audio{width:100%;height:34px}.asset-meta{display:grid;gap:1px;height:36px;padding:6px 9px 5px;border:0;border-radius:0 0 12px 12px;background:#fff;box-shadow:0 6px 18px #19191e0d}.asset-meta strong,.asset-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-meta strong{font-size:9px;font-weight:500;line-height:12px}.asset-meta span{color:#a0a1a6;font-size:7px;line-height:10px}.asset-generating{display:grid;place-content:center;justify-items:center;gap:8px;height:100%;color:#85878d;font-size:10px}.asset-unavailable{display:grid;place-content:center;justify-items:center;gap:6px;height:100%;padding:16px;color:#777980;text-align:center}.asset-unavailable span{font-size:10px;font-weight:500}.asset-unavailable small{color:#a0a1a6;font-size:8px}.asset-failed{color:#b84f4f;padding:14px;text-align:center}.asset-failed small{max-width:100%;overflow:hidden;color:#a87878;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.asset-generating>small{color:#8d8e94;font-size:8px}.asset-progress{width:88px;height:3px;overflow:hidden;border-radius:2px;background:#d2d3d7}.asset-progress>span{display:block;height:100%;border-radius:inherit;background:#55575e;transition:width .25s ease}.asset-progress.is-indeterminate>span{width:34%;animation:asset-progress-indeterminate 1.35s ease-in-out infinite}@keyframes asset-progress-indeterminate{0%{transform:translate(-110%)}55%{transform:translate(120%)}to{transform:translate(285%)}}.asset-status-action{display:flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:0;border-radius:6px;background:#fff;color:#55565c;box-shadow:0 1px 5px #14141817;font-size:8px;cursor:pointer;pointer-events:auto!important}.asset-status-action:hover{background:#f7f7f8;color:#24252a}.loading-ring{width:23px;height:23px;border:2px solid #c9cbd0;border-top-color:#5e6067;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.project-home{height:100vh;min-height:100vh;overflow:auto;background:#f4f4f5;color:#292a2f;font-family:Inter,Noto Sans SC,sans-serif}.project-home-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 32px;border-bottom:1px solid rgba(55,56,62,.07);background:#fafafbf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.project-brand{display:flex;align-items:center;gap:10px}.project-brand>span{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;background:#25262b;color:#fff;font-size:12px;font-weight:650}.project-brand strong{font-size:14px;font-weight:600}.project-account{display:flex;align-items:center;gap:9px;color:#77787e}.project-home-content{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:48px 0 120px}.project-home-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.project-home-title h1{margin:0 0 7px;font-size:24px;font-weight:620;letter-spacing:0}.project-home-title p{margin:0;color:#8a8b91;font-size:11px}.new-project-button{display:flex;align-items:center;gap:7px;height:36px;padding:0 14px;border:0;border-radius:7px;background:#25262b;color:#fff;box-shadow:0 4px 12px #191a1e21;font-size:11px;cursor:pointer}.new-project-button:hover{background:#111216}.project-organizer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.project-search{display:flex;align-items:center;gap:8px;width:min(340px,100%);height:36px;padding:0 11px;border:1px solid #dedee1;border-radius:7px;background:#fff;color:#96979c}.project-search:focus-within{border-color:#a9aab0;box-shadow:0 0 0 3px #4849500f}.project-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#303136;font-size:10px}.project-search input::placeholder{color:#aaaab0}.project-organizer-meta{display:flex;align-items:center;gap:12px}.project-organizer-meta span{color:#999aa0;font-size:9px;white-space:nowrap}.project-sort-select{width:118px}.project-sort-select .compact-select-trigger{min-height:34px;padding:0 9px 0 11px;border-color:#dedee1;border-radius:7px;color:#55565c;font-size:9px}.project-sort-select .compact-select-menu{right:0;left:auto;width:132px;padding:4px}.project-sort-select .compact-select-menu>button{min-height:30px}.project-sort-select .compact-select-menu strong{font-size:9px;font-weight:500}.project-search-empty{display:grid;justify-items:center;gap:7px;padding:72px 20px;color:#a0a1a6;text-align:center}.project-search-empty strong{color:#5f6066;font-size:11px;font-weight:600}.project-search-empty span{font-size:9px}.project-search-empty button{height:30px;margin-top:5px;padding:0 10px;border:1px solid #dedee1;border-radius:6px;background:#fff;color:#55565c;font-size:9px;cursor:pointer}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.project-card{position:relative;min-width:0;border:1px solid #e1e1e4;border-radius:8px;background:#fff;box-shadow:0 3px 12px #1e1f2309;transition:border-color .15s,box-shadow .15s,transform .15s}.project-card:hover{border-color:#d1d1d5;box-shadow:0 8px 24px #1e1f2312;transform:translateY(-1px)}.project-card.menu-open{z-index:40}.project-card-main{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.project-cover{position:relative;display:grid;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:7px 7px 0 0;background:#ebebed}.project-cover-media{min-width:0;min-height:0;overflow:hidden;background:#ebebed}.project-cover-media.is-unavailable{background-color:#f1f1f3;background-image:radial-gradient(#d4d5d8 .75px,transparent .75px);background-size:14px 14px}.project-cover-media img{display:block;width:100%;height:100%;min-width:0;object-fit:cover}.project-cover-media img[hidden]{display:none}.project-cover.cover-count-2{grid-template-columns:1fr 1fr;gap:1px}.project-cover.cover-count-3{grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:1px}.project-cover.cover-count-3 .cover-0{grid-row:1/3}.project-empty-cover{display:grid;place-content:center;justify-items:center;gap:8px;color:#a3a4a9;background-image:radial-gradient(#cfd0d4 .75px,transparent .75px);background-size:14px 14px;font-size:9px}.project-card-copy{display:grid;gap:5px;padding:12px 42px 13px 13px}.project-card-copy strong,.project-card-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-copy strong{font-size:11px;font-weight:580}.project-card-copy span{color:#999aa0;font-size:8px}.project-more{position:absolute;right:8px;bottom:16px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#8c8d92;cursor:pointer}.project-more:hover{background:#f0f0f2;color:#3d3e43}.project-card-menu{position:absolute;right:8px;z-index:30;display:grid;width:132px;padding:5px;border:1px solid #e5e5e8;border-radius:8px;background:#fff;box-shadow:0 12px 30px #19191e21}.project-card-menu.down{top:calc(100% - 8px)}.project-card-menu.up{bottom:48px}.project-card-menu button{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:#55565c;font-size:9px;cursor:pointer}.project-card-menu button:hover{background:#f2f2f4}.project-card-menu .danger{color:#b44f4f}.project-card-menu .danger:hover{background:#fff0f0}.project-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px;background:#1f202438;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.project-dialog{width:min(390px,100%);padding:17px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:#fff;box-shadow:0 22px 60px #16171b33}.project-dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.project-dialog-head strong{font-size:13px;font-weight:620}.asset-rename-dialog .project-dialog-head>div{display:grid;gap:3px}.asset-rename-dialog-subtitle{color:#96979d;font-size:9px}.project-dialog-head button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#77787e;cursor:pointer}.project-dialog-head button:hover{background:#f1f1f3}.project-dialog label{display:grid;gap:7px;color:#77787d;font-size:9px}.project-dialog input{width:100%;height:38px;padding:0 11px;border:1px solid #dcdce0;border-radius:7px;outline:0;color:#292a2f;background:#fafafa;font-size:11px}.project-dialog input:focus{border-color:#8e8f95;box-shadow:0 0 0 3px #5a5b6217}.project-dialog p{margin:0 0 22px;color:#696a70;font-size:10px;line-height:1.7}.project-dialog-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:20px}.project-dialog-actions button{height:34px;padding:0 13px;border:0;border-radius:6px;background:#f0f0f2;color:#55565b;font-size:10px;cursor:pointer}.project-dialog-actions .primary{background:#25262b;color:#fff}.project-dialog-actions .danger{background:#b84f4f;color:#fff}.project-dialog-actions button:disabled{opacity:.4;cursor:not-allowed}@media(min-width:1600px){.project-home-content{width:min(1480px,calc(100% - 64px))}.project-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:2200px){.project-home-content{width:min(1780px,calc(100% - 64px))}.project-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1000px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.project-home-header{height:56px;padding:0 18px}.project-home-content{width:calc(100% - 32px);padding-top:30px}.project-home-title{align-items:flex-start;gap:20px}.project-home-title h1{font-size:20px}.project-home-title p{max-width:210px;line-height:1.5}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-organizer{align-items:stretch;flex-direction:column}.project-search{width:100%}.project-organizer-meta{justify-content:space-between}}@media(max-width:480px){.project-home-title{display:grid}.new-project-button{width:100%;justify-content:center}.project-grid{grid-template-columns:1fr}.project-cover{aspect-ratio:16/9}}.shape-port{position:absolute;top:50%;z-index:5;display:grid;place-items:center;width:22px;height:22px;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:#fff;box-shadow:0 2px 8px #14141821;cursor:crosshair;opacity:.46;pointer-events:auto!important;touch-action:none;transition:opacity .15s,transform .15s}.shape-port:before{content:"";position:absolute;top:50%;width:8px;height:1px;background:#aeb0b6;transform:translateY(-50%);pointer-events:none}.shape-port:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%}.asset-shape:hover .shape-port,.operation-shape:hover .shape-port,.shape-port.connected{opacity:1}.shape-port:hover{transform:translateY(-50%) scale(1.08)}html.huabu-connecting,html.huabu-connecting *{cursor:crosshair!important}.shape-port.left{left:-30px}.shape-port.left:before{left:100%}.shape-port.right{right:-30px}.shape-port.right:before{right:100%}.shape-port.connected svg{opacity:.72;transform:scale(.86)}.shape-port.connected:hover svg{opacity:1;transform:scale(1)}.result-group-shape{position:relative;width:100%;height:100%;border:1px solid rgba(105,106,112,.2);border-radius:12px;background:#ffffff14;pointer-events:none}.group-input-port{position:absolute;left:-8px;top:50%;z-index:3;display:grid;place-items:center;width:16px;height:16px;transform:translateY(-50%);border:1px solid #b7b8bd;border-radius:4px;background:#fff;color:#65666b;box-shadow:0 1px 4px #19191e14}.result-group-label{position:absolute;left:8px;top:-23px;display:flex;align-items:center;gap:6px;color:#777980;font-size:9px;white-space:nowrap}.result-group-label>span{color:#a1a2a7}.result-group-actions{display:none}.result-group-actions button{display:grid;place-items:center;width:22px;height:20px;padding:0;border:0;border-radius:5px;background:#fffffff0;color:#73747a;box-shadow:0 1px 4px #19191e14;cursor:pointer}.result-group-actions button:hover{background:#fff;color:#25262b}.result-group-controls-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.result-group-controls{position:absolute;left:0;top:0;display:flex;align-items:center;gap:2px;pointer-events:auto;will-change:transform}.result-group-summary{height:22px;padding:0 7px;border-radius:5px;background:#fffffff5;color:#777980;box-shadow:0 2px 7px #19191e14;font-size:8px;line-height:22px;white-space:nowrap}.result-group-controls button{display:grid;place-items:center;width:24px;height:22px;padding:0;border:0;border-radius:5px;background:#fffffff5;color:#707177;box-shadow:0 2px 7px #19191e1c;cursor:pointer}.result-group-controls button:hover{background:#fff;color:#25262b}.result-group-controls button:disabled{opacity:.35;cursor:not-allowed}.operation-shape{display:grid;grid-template-rows:108px 1fr;border:0;border-radius:12px;background:#fff;box-shadow:0 6px 18px #19191e0d}.operation-output{display:grid;place-items:center;overflow:hidden;border-radius:12px 12px 0 0;background:#e8e8eb}.operation-placeholder{display:grid;justify-items:center;gap:6px;color:#9a9ba0;font-size:8px}.operation-placeholder svg{opacity:.58}.operation-shape.running .operation-output{background:#d8d8dc;color:#fff}.operation-panel{position:relative;display:grid;grid-template-rows:1fr 26px;gap:3px;padding:6px 8px 7px}.operation-inputs{display:none}.operation-panel textarea{width:100%;min-height:58px;resize:none;padding:3px 2px;border:0;border-radius:0;outline:0;color:#37383d;background:transparent;font-size:9px;line-height:1.45}.operation-panel textarea:focus{background:#f7f7f8;box-shadow:0 0 0 4px #f7f7f8}.operation-options{display:flex;align-items:center;gap:1px;overflow:hidden;border-top:1px solid #f0f0f2;padding-top:3px}.operation-options button{display:flex;align-items:center;gap:2px;flex:0 1 auto;min-width:0;height:22px;padding:0 4px;border:0;border-radius:4px;background:transparent;color:#929399;font-size:7px;white-space:nowrap;cursor:pointer}.operation-options button:hover{color:#44454a;background:#f3f3f5}.operation-options .run-operation{flex:0 0 24px;justify-content:center;width:24px;height:24px;margin-left:auto;padding:0;border-radius:50%;background:#24252a;color:#fff}.operation-options .run-operation:hover{background:#111216;color:#fff}.operation-progress{position:absolute;right:0;bottom:0;left:0;height:2px;overflow:hidden;border-radius:0 0 12px 12px;background:#e4e4e8}.operation-progress span{display:block;height:100%;background:#292a2f;transition:width .3s}.create-node-menu{position:absolute;z-index:110;display:grid;width:258px;padding:7px;border:0;border-radius:14px;background:#fffffffa;box-shadow:0 18px 48px #14141924}.create-menu-head{display:flex;align-items:center;justify-content:space-between;height:34px;padding:0 7px}.create-menu-head strong{font-size:11px}.create-menu-head button,.library-head button{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer}.create-node-menu>button{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px;min-height:52px;padding:6px 7px;border:0;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.create-node-menu>button:hover{background:#f2f2f4}.create-node-menu>button>span:last-child{display:grid;gap:3px}.create-node-menu>button.node-replace-action>span:last-child{display:none}.create-node-menu>button.node-replace-action:after{content:attr(data-label);font-size:10px;font-weight:600;color:#202124}.create-node-menu strong{font-size:10px;font-weight:600}.create-node-menu small{color:#8b8d93;font-size:8px}.menu-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px}.menu-icon.image{color:#5273ad;background:#edf3fc}.menu-icon.video{color:#9b5d74;background:#faeef3}.menu-icon.asset{color:#557b68;background:#edf5f0}.menu-icon.agent{color:#6d58b7;background:#f0edfa}.menu-icon.text{color:#5f6673;background:#f0f1f3}.menu-icon.audio{color:#8a6745;background:#f7f1eb}.canvas-node-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:3px 0 7px}.canvas-node-grid button{display:grid;justify-items:center;gap:5px;padding:7px 3px;border:0;border-radius:8px;background:transparent;cursor:pointer}.canvas-node-grid button:hover{background:#f2f2f4}.canvas-node-grid strong{font-size:9px;font-weight:500}.create-menu-section{margin:2px 3px 3px;padding-top:7px;border-top:1px solid #eeeeef;color:#a0a1a6;font-size:8px}.menu-icon.danger{color:#b84f4f;background:#faeeee}.create-node-menu>button.danger-menu-item strong,.create-node-menu>button.danger-menu-item small{color:#b84f4f}.asset-library{position:absolute;left:78px;top:76px;bottom:18px;z-index:70;width:250px;overflow:hidden;border:0;border-radius:16px;background:#fffffff7;box-shadow:0 16px 44px #1414191c}.task-center-trigger{position:relative}.task-center-trigger>span{position:absolute;right:2px;top:1px;display:grid;place-items:center;min-width:14px;height:14px;padding:0 3px;border:2px solid #fff;border-radius:8px;background:#2d2e33;color:#fff;font-size:7px}.task-center{position:absolute;right:16px;top:76px;bottom:18px;z-index:76;display:grid;grid-template-rows:52px 42px minmax(0,1fr) auto;width:320px;overflow:hidden;border-radius:16px;background:#fffffffa;box-shadow:0 16px 44px #1414191f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.task-center-head{display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #eeeeef}.task-center-head>div{display:grid;gap:2px}.task-center-head strong{font-size:12px}.task-center-head span{color:#929399;font-size:8px}.task-center-head button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#777980;cursor:pointer}.task-center-head button:hover{background:#f0f0f2}.task-center-tabs{display:flex;align-items:center;gap:3px;padding:7px 12px}.task-center-tabs button{height:27px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#82848a;font-size:9px;cursor:pointer}.task-center-tabs button.active{background:#ededf0;color:#292a2e}.task-center-list{display:flex;flex-direction:column;gap:8px;min-height:0;padding:2px 10px 12px;overflow:auto;overscroll-behavior:contain}.task-item{overflow:hidden;border:1px solid #e6e6e8;border-radius:8px;background:#fff}.task-item-main{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;width:100%;padding:10px 10px 4px;border:0;background:transparent;text-align:left;cursor:pointer}.task-item-main:disabled{cursor:default}.task-item-main>span:nth-child(2){display:grid;min-width:0;gap:3px}.task-item-main strong,.task-item-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-item-main small.task-error{cursor:help;text-decoration:underline dotted rgba(165,82,82,.45);text-underline-offset:2px}.task-item-main strong{color:#35363b;font-size:9px;font-weight:500}.task-item-main small{color:#9a9ba0;font-size:7px}.task-item-main em{color:#7c7e84;font-size:8px;font-style:normal}.task-status{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#f1f1f3;color:#777980}.task-status.complete{color:#588066;background:#edf5f0}.task-status.failed,.task-status.cancelled{color:#b35858;background:#faeeee}.task-spinner{width:11px;height:11px;border:1.5px solid #c6c7cb;border-top-color:#45464c;border-radius:50%;animation:spin .8s linear infinite}.task-progress{height:2px;background:#ededf0}.task-progress span{display:block;height:100%;background:#45464c;transition:width .25s}.task-progress.is-indeterminate span{width:34%;animation:asset-progress-indeterminate 1.35s ease-in-out infinite}.task-item-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:6px 7px 9px}.task-item-actions button{display:flex;align-items:center;justify-content:center;gap:3px;height:24px;min-width:46px;padding:0 7px;border:0;border-radius:5px;background:transparent;color:#74767c;font-size:8px;cursor:pointer}.task-item-actions button:hover{background:#f1f1f3;color:#33343a}.task-item-actions button:active{background:#e7e7ea;color:#292a2e}.task-center-empty{padding:42px 12px;color:#9a9ba0;font-size:10px;text-align:center}.task-center-footer{padding:9px 10px;background:#fffffffa}.task-center-clear{width:100%;height:34px;margin:0;border:0;border-radius:7px;background:#f2f2f4;color:#66686e;font-size:9px;cursor:pointer}.task-center-clear:hover{background:#e9e9ec;color:#33343a}.task-center-clear:active{background:#dfdfe3;color:#292a2e}.library-head{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 13px;border-bottom:1px solid #ececef;font-size:12px}.library-head>div{display:flex;align-items:baseline;gap:6px}.library-head>div span{color:#a0a1a6;font-size:8px}.library-actions{display:grid;grid-template-columns:1fr auto;gap:6px;padding:9px 10px 1px}.library-actions button{display:flex;align-items:center;justify-content:center;gap:5px;height:30px;border:0;border-radius:7px;background:#292a2f;color:#fff;font-size:9px;cursor:pointer}.library-actions button:hover{background:#111216}.library-actions .library-sort-select{min-width:0;flex:1}.asset-library .compact-select-trigger{min-height:28px;padding:0 7px;border-color:#e2e2e5;border-radius:6px;background:#f8f8f9;color:#66676d;font-size:8px}.asset-library .library-sort-select .compact-select-trigger{min-height:30px;border-radius:7px}.asset-library .compact-select-trigger:hover,.asset-library .compact-select.open .compact-select-trigger{border-color:#cfd0d5;background:#fff}.asset-library .compact-select-menu{min-width:138px}.asset-library .library-sort-select .compact-select-menu,.asset-library .library-secondary-filters .compact-select-field:nth-child(2) .compact-select-menu{left:auto;right:0}.asset-library .compact-select-menu strong{font-size:9px;font-weight:500}.library-search{padding:8px 10px 2px}.library-search input{width:100%;height:30px;padding:0 9px;border:1px solid #e4e4e7;border-radius:7px;outline:0;background:#f7f7f8;color:#424349;font-size:10px}.library-search input:focus{border-color:#b9bac0;background:#fff}.library-secondary-filters{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px 10px 0}.library-secondary-filters .compact-select-field{min-width:0}.library-tabs{display:flex;gap:3px;padding:8px 10px;overflow:hidden}.library-tabs button{flex:0 0 auto;height:27px;padding:0 6px;border:0;border-radius:6px;background:transparent;color:#82848a;font-size:9px;cursor:pointer}.library-tabs button.active{background:#ededf0;color:#292a2e}.library-tabs button{display:flex;align-items:center;gap:3px}.library-tag-filter{display:flex;align-items:center;gap:5px;padding:0 10px 7px;color:#8b8c92}.library-tag-filter .compact-select-field{min-width:0;flex:1}.library-count{display:flex;align-items:center;justify-content:space-between;padding:0 10px 6px;color:#a0a1a6;font-size:8px}.library-count button{padding:0;border:0;background:transparent;color:#686970;font-size:8px;cursor:pointer}.library-count button:hover{color:#202126}.library-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:2px 10px 12px;overflow:auto;max-height:calc(100% - 242px)}.library-item{position:relative;min-width:0;overflow:hidden;border:1px solid #e2e3e6;border-radius:7px;background:#fff;content-visibility:auto;contain-intrinsic-size:118px 126px}.library-item:active{cursor:grabbing}.library-item-main{display:block;width:100%;min-width:0;padding:0;overflow:hidden;border:0;background:#fff;text-align:left;cursor:pointer}.library-item-main:hover{background:#f8f8f9}.library-item-main:disabled{cursor:not-allowed}.library-item.state-unavailable{border-style:dashed;opacity:.72}.library-item.state-failed{border-color:#e6cccc}.library-item.selected{border-color:#55575e;box-shadow:0 0 0 1px #55575e}.library-select{position:absolute;top:5px;left:5px;z-index:2;display:grid;place-items:center;width:23px;height:23px;padding:0;border:0;border-radius:6px;background:#fffffff0;color:#55575e;box-shadow:0 1px 5px #19191e1c;cursor:pointer;opacity:0}.library-item:hover .library-select,.library-item.selected .library-select,.library-select:focus-visible{opacity:1}.library-empty{display:grid;justify-items:center;gap:6px;padding:34px 14px;color:#999aa0;font-size:9px;text-align:center}.library-empty strong{color:#66676c;font-size:10px}.library-empty span{line-height:1.5}.library-empty button{display:flex;align-items:center;gap:5px;margin-top:5px;height:29px;padding:0 10px;border:0;border-radius:6px;background:#ededf0;color:#55565c;font-size:9px;cursor:pointer}.library-locate{position:absolute;right:4px;top:4px;display:flex;align-items:center;gap:2px;height:20px;padding:0 5px;border:0;border-radius:10px;background:#fffffff0;color:#55565c;box-shadow:0 1px 5px #19191e1f;font-size:7px;cursor:pointer}.library-item-more{position:absolute;right:4px;bottom:31px;display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:6px;background:#fffffff0;color:#696a70;box-shadow:0 1px 5px #19191e1a;cursor:pointer;opacity:0;transition:opacity .15s}.library-item:hover .library-item-more,.library-item-more:focus-visible{opacity:1}.library-item-more:hover{background:#fff;color:#24252a}.library-batch-bar{position:absolute;right:10px;bottom:10px;left:10px;z-index:8;display:flex;align-items:center;gap:5px;min-height:42px;padding:6px 7px 6px 10px;border:1px solid #dedee2;border-radius:8px;background:#fffffff7;box-shadow:0 10px 28px #18191d29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap}.library-batch-bar strong{min-width:70px;flex:1 1 70px;font-size:9px;font-weight:600}.library-batch-bar button{display:flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 8px;border:0;border-radius:6px;background:#292a2f;color:#fff;font-size:8px;white-space:nowrap;cursor:pointer}.library-batch-bar button:disabled{opacity:.42;cursor:not-allowed}.library-batch-bar button.danger{background:#fff0f0;color:#a54b4b}.library-batch-bar button.icon-only{width:28px;padding:0;background:#f0f0f2;color:#67686e}.library-batch-tags{position:absolute;right:10px;bottom:67px;left:10px;z-index:9;display:grid;grid-template-columns:1fr auto;gap:5px;padding:7px;border:1px solid #dedee2;border-radius:8px;background:#fff;box-shadow:0 9px 24px #18191d24}.library-batch-tags input{min-width:0;height:29px;padding:0 8px;border:1px solid #e0e0e3;border-radius:6px;outline:0;font-size:9px}.library-batch-tags button{height:29px;padding:0 9px;border:0;border-radius:6px;background:#292a2f;color:#fff;font-size:8px;cursor:pointer}.library-batch-tags button:disabled{opacity:.42;cursor:not-allowed}.library-grid img,.library-video{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#e6e7e9}.library-video{display:grid;place-items:center;background:#eceef1;color:#686b72}.library-video.has-poster{display:block}.library-video-state{display:grid;justify-items:center;gap:4px}.library-video-state small{color:#868990;font-size:7px}.library-video-state.unavailable,.library-video-state.unavailable small{color:#a85b5b}.library-video video{width:100%;height:100%;object-fit:cover}.library-media-icon,.library-text-preview{display:grid;place-items:center;width:100%;aspect-ratio:4/3;padding:10px;overflow:hidden;background:#f1f1f3;color:#777980}.library-text-preview{display:block;color:#55565b;font-size:9px;line-height:1.45}.library-grid .library-item-copy{display:grid;gap:2px;min-width:0;padding:7px}.library-item-copy strong,.library-item-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-item-copy strong{color:#45464b;font-size:8px;font-weight:560}.library-item-copy small{color:#a0a1a6;font-size:7px}.library-item-copy .asset-state.uploading{color:#6c7391}.library-item-copy .asset-state.failed,.library-item-copy .asset-state.unavailable{color:#ad5b5b}.asset-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:118;display:grid;place-items:center;padding:20px;background:#1f202433;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.asset-detail{width:min(420px,100%);padding:17px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:#fff;box-shadow:0 22px 60px #16171b33}.asset-detail-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:13px}.asset-detail-head>div{display:grid;gap:3px}.asset-detail-head>.asset-detail-head-actions{display:flex;align-items:center;gap:2px}.asset-detail-head-actions button.favorite{color:#b8871e}.asset-detail-head strong{font-size:12px}.asset-detail-head span{color:#96979d;font-size:8px}.asset-detail-head>button,.asset-detail-head-actions button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#77787e;cursor:pointer}.asset-detail-head>button:hover,.asset-detail-head-actions button:hover{background:#f1f1f3}.asset-detail-preview{display:grid;place-items:center;width:100%;height:170px;padding:0;overflow:hidden;border:0;border-radius:8px;background:#ededf0;color:#85868c;cursor:zoom-in}.asset-detail-preview:disabled{cursor:default}.asset-detail-preview img,.asset-detail-preview video{width:100%;height:100%;object-fit:contain}.asset-detail label{display:grid;gap:6px;margin-top:14px;color:#7e7f85;font-size:8px}.asset-detail-name{display:grid;grid-template-columns:1fr auto;gap:6px}.asset-detail-name input{min-width:0;height:34px;padding:0 9px;border:1px solid #dcdce0;border-radius:6px;outline:0;background:#fafafa;color:#33343a;font-size:10px}.asset-detail-name input:focus{border-color:#8e8f95;box-shadow:0 0 0 3px #5a5b6214}.asset-detail-name button{height:34px;padding:0 11px;border:0;border-radius:6px;background:#292a2f;color:#fff;font-size:9px;cursor:pointer}.asset-detail-name button:disabled{opacity:.35;cursor:not-allowed}.asset-detail dl{display:grid;gap:8px;margin:15px 0 0;padding:12px;border-radius:7px;background:#f6f6f7}.asset-detail dl div{display:flex;justify-content:space-between;gap:15px}.asset-detail dt,.asset-detail dd{margin:0;font-size:8px}.asset-detail dt{color:#999aa0}.asset-detail dd{overflow:hidden;color:#55565c;text-overflow:ellipsis;white-space:nowrap}.asset-detail dd.error{color:#aa5656}.asset-detail-error{margin:8px 0 0;color:#a95353;font-size:8px;line-height:1.5}.asset-detail-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:15px}.asset-detail-actions button{display:flex;align-items:center;gap:5px;height:32px;padding:0 10px;border:0;border-radius:6px;background:#eeeeef;color:#5f6066;font-size:9px;cursor:pointer}.asset-detail-actions button:hover{background:#e5e5e8}.asset-detail-actions button.danger{background:#fff0f0;color:#ad4f4f}.asset-delete-warning{display:block;margin-top:8px;color:#a66a6a;font-size:8px;text-align:right}.asset-delete-dialog{width:min(390px,100%);padding:17px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:#fff;box-shadow:0 22px 60px #16171b33}.asset-delete-dialog p{margin:2px 0 12px;color:#45464b;font-size:11px}.asset-delete-dialog>small{display:block;margin-top:10px;color:#999aa0;font-size:8px;line-height:1.5}.asset-delete-impact{display:grid;grid-template-columns:1fr 1fr;gap:7px}.asset-delete-impact span{display:grid;gap:3px;padding:10px;border-radius:7px;background:#f5f5f6;color:#85868d;font-size:8px}.asset-delete-impact strong{color:#38393e;font-size:14px}.asset-delete-dialog .asset-detail-actions button{border:0}.asset-delete-undo{bottom:112px}.agent-launcher{position:absolute;right:18px;bottom:18px;z-index:66;display:flex;align-items:center;gap:7px;height:40px;padding:0 14px;border:0;border-radius:20px;background:#25262b;color:#fff;box-shadow:0 8px 24px #16161b29;font-size:10px;cursor:pointer}.media-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:64px 48px 40px;background:#121316e0}.media-preview-toolbar{position:absolute;left:24px;right:24px;top:16px;display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#fff}.media-preview-toolbar strong{margin-right:auto;overflow:hidden;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.media-preview-toolbar button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer}.media-preview-toolbar button:hover{background:#fff3}.media-preview-stage{display:grid;place-items:center;max-width:100%;max-height:100%}.media-preview-stage img,.media-preview-stage video{display:block;max-width:min(1200px,92vw);max-height:calc(100vh - 110px);object-fit:contain;box-shadow:0 18px 60px #00000047}.agent-drawer{position:absolute;top:76px;right:16px;bottom:18px;z-index:75;display:grid;grid-template-rows:50px 1fr auto;width:292px;overflow:hidden;border:0;border-radius:16px;background:#fffffff7;box-shadow:0 16px 44px #1414191f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.agent-head{display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid #eeeeef}.agent-head strong{display:flex;align-items:center;gap:7px;font-size:12px}.agent-head strong svg{color:#6e59bd}.agent-head span{color:#6c9b77;font-size:9px}.agent-messages{display:flex;flex-direction:column;gap:10px;padding:15px;overflow:auto}.project-home,.generator-references,.task-center-list,.library-grid,.agent-messages,.selection-actions,.project-dialog,.provider-settings,.provider-discovered-models,.compact-select-menu{scrollbar-width:none;-ms-overflow-style:none}.project-home::-webkit-scrollbar,.generator-references::-webkit-scrollbar,.task-center-list::-webkit-scrollbar,.library-grid::-webkit-scrollbar,.agent-messages::-webkit-scrollbar,.selection-actions::-webkit-scrollbar,.project-dialog::-webkit-scrollbar,.provider-settings::-webkit-scrollbar,.provider-discovered-models::-webkit-scrollbar,.compact-select-menu::-webkit-scrollbar{width:0;height:0;display:none}.agent-message,.user-message{max-width:88%;padding:9px 10px;border-radius:8px;font-size:10px;line-height:1.55}.agent-message{align-self:flex-start;margin:2px 15px 0;padding:11px 12px;border:1px solid #e9e9ec;border-radius:10px 10px 10px 4px;background:#f1f1f3;color:#55575d}.user-message{align-self:flex-end;background:#25262b;color:#fff}.agent-input{display:grid;gap:8px;margin:0 11px 11px;padding:9px;border:1px solid #e7e7e9;border-radius:12px;background:#fff;box-shadow:0 5px 18px #19191e0b}.agent-input textarea{min-height:70px;resize:none;padding:3px;border:0;outline:0;color:#38393e;font-size:10px;line-height:1.5}.agent-input button{display:flex;align-items:center;justify-content:center;gap:6px;height:32px;border:0;border-radius:7px;background:#25262b;color:#fff;font-size:10px;cursor:pointer}.tl-selection__fg{stroke:#4c4d52;stroke-width:1.5}.tl-selection__bg{stroke:#fff;stroke-width:4}.tl-arrow{color:#aeb0b5}@media(max-width:900px){.tldraw-host,.topbar{right:0}.agent-drawer{top:auto;height:230px;width:280px}.agent-drawer{grid-template-rows:44px 1fr}.agent-input{margin-bottom:8px}.topbar-right .membership,.topbar-right .format-button{display:none}.topbar-right .tool-button:not(.task-center-trigger){display:none}.task-center{left:12px;right:12px;width:auto}.generator-bar{bottom:68px}.selection-actions{top:70px;max-width:calc(100vw - 20px);overflow-x:auto}.selection-actions button{flex:0 0 auto}}@media(max-width:600px){.bottom-controls{left:8px;right:8px;bottom:8px;justify-content:center}.agent-launcher{right:12px;bottom:64px}.bottom-controls .zoom-value{width:38px}.huabu-prototype-status{left:8px;right:8px;bottom:60px;max-width:calc(100vw - 16px);overflow:hidden;white-space:nowrap}.huabu-prototype-status .huabu-prototype-upload{margin-left:auto}.huabu-prototype-context-menu{min-width:min(176px,calc(100vw - 24px))}.generator-bar{width:calc(100vw - 24px)}.generator-options{flex-wrap:wrap}.generator-options .generator-channel-select{flex:1 1 112px}.generator-options .generator-model-select{flex:1 1 100px}.generator-options .generator-submit{margin-left:auto}}.project-user-button{display:flex;align-items:center;gap:6px;max-width:210px;height:34px;padding:0 8px 0 4px;border:0;border-radius:7px;background:transparent;color:#77787e;cursor:pointer}.project-user-button span{overflow:hidden;max-width:150px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.project-user-button:hover{background:#ececef;color:#303136}.cloud-mode{display:flex;align-items:center;gap:5px;height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#8e8f95;font-size:9px;cursor:pointer}.cloud-mode:hover{background:#ececef;color:#55565c}.cloud-mode:before{content:"";width:6px;height:6px;border-radius:50%;background:#b7b8bd}.cloud-mode.online:before{background:#62a477;box-shadow:0 0 0 3px #62a4771a}.cloud-mode.error{color:#a75252}.cloud-mode.error:before{background:#c86666;box-shadow:0 0 0 3px #c866661a}.cloud-mode.waiting{color:#8a744b}.cloud-mode.waiting:before{background:#b18b50;box-shadow:0 0 0 3px #b18b501a}.auth-dialog{width:min(410px,100%);max-height:calc(100vh - 32px);overflow:auto;padding:20px}.auth-dialog .project-dialog-head{align-items:flex-start}.auth-dialog .project-dialog-head>div{display:grid;gap:5px}.auth-dialog .project-dialog-head>div>span{color:#8d8e94;font-size:9px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:16px;padding:3px;border-radius:8px;background:#f0f0f2}.auth-tabs button{height:30px;border:0;border-radius:6px;background:transparent;color:#83848a;font-size:10px;cursor:pointer}.auth-tabs button.active{background:#fff;color:#292a2f;box-shadow:0 1px 5px #19191e17}.auth-input{position:relative}.auth-input>svg{position:absolute;left:11px;top:11px;z-index:1;color:#999aa0}.auth-dialog .auth-input input{padding-left:34px}.auth-dialog label+label{margin-top:12px}.auth-password{position:relative}.auth-password input{padding-right:40px}.auth-password button{position:absolute;right:5px;top:5px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:5px;background:transparent;color:#8c8d93;cursor:pointer}.auth-password button:hover{background:#ededf0;color:#48494e}.auth-dialog label>small{color:#999aa0;font-size:8px}.auth-dialog label>small.invalid{color:#ad5555}.auth-user{display:flex;align-items:center;gap:12px;padding:13px;border-radius:8px;background:#f5f5f6;color:#77787e}.auth-user div{display:grid;gap:3px;min-width:0}.auth-user strong{overflow:hidden;color:#303136;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.auth-user span{color:#98999f;font-size:8px}.auth-sync-state{display:flex;align-items:flex-start;gap:9px;margin-top:10px;padding:11px 12px;border:1px solid #dfece3;border-radius:8px;background:#f4f9f5;color:#5d906c}.auth-sync-state>span{display:grid;gap:3px}.auth-sync-state strong{color:#456f52;font-size:9px}.auth-sync-state small{color:#7b9a84;font-size:8px}.auth-sync-state.error{border-color:#eddada;background:#fff5f5;color:#b45858}.auth-sync-state.error strong{color:#994747}.auth-sync-state.error small{color:#a87979}.auth-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px}.auth-account-stats span{display:grid;gap:3px;padding:9px;border:1px solid #e8e8eb;border-radius:7px;background:#f8f8f9;color:#8b8c92;font-size:8px;text-align:center}.auth-account-stats strong{color:#44454b;font-size:10px}.auth-sync-summary{margin-top:8px;padding:8px 10px;border-radius:6px;background:#f2f5f2;color:#617164;font-size:8px;line-height:1.55;text-align:center}.auth-security{display:grid;grid-template-columns:1fr 1fr auto;gap:6px;margin-top:14px;padding-top:13px;border-top:1px solid #ececef}.auth-security>strong{grid-column:1 / -1;font-size:9px}.auth-security input{height:32px;min-width:0}.auth-security button{height:32px;padding:0 9px;border:0;border-radius:6px;background:#292a2f;color:#fff;font-size:8px;cursor:pointer}.auth-security button:disabled{opacity:.42;cursor:not-allowed}@media(max-width:520px){.auth-account-stats,.auth-security{grid-template-columns:1fr}}.auth-unconfigured{display:grid;justify-items:center;gap:7px;padding:25px 16px;border-radius:8px;background:#f5f5f6;color:#8c8d93;text-align:center}.auth-unconfigured strong{color:#4d4e53;font-size:11px}.auth-unconfigured span{font-size:9px}.auth-message{margin-top:10px;padding:8px 10px;border-radius:6px;font-size:9px}.auth-message.success{background:#eef7f1;color:#4c7a5b}.auth-message.error{background:#fff0f0;color:#a74d4d}.auth-verification-warning{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding:9px 10px;border:1px solid #eadfc9;border-radius:7px;background:#fffaf0;color:#8b7448;font-size:9px;line-height:1.45}.auth-verification-warning button,.auth-forgot-link,.auth-back-link{padding:0;border:0;background:transparent;color:#6f7379;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-verification-warning button{flex:0 0 auto;color:#795f34}.auth-verification-warning button:disabled{opacity:.5;cursor:wait}.auth-mode-intro{display:grid;gap:4px;margin-bottom:12px}.auth-mode-intro strong{color:#33353a;font-size:13px}.auth-mode-intro span{color:#8b8c92;font-size:9px;line-height:1.5}.auth-back-link{display:inline-block;margin-bottom:12px;color:#777a80;font-size:9px;text-decoration:none}.auth-back-link:hover,.auth-forgot-link:hover{color:#303238}.auth-forgot-link{display:block;margin-top:9px;color:#777a80;font-size:9px;text-align:right;text-decoration:none}@media(max-width:520px){.auth-verification-warning{align-items:flex-start;flex-direction:column}}.topbar-account{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #e2e4e8;border-radius:50%;background:#fff;color:#25272b;cursor:pointer}.topbar-account:hover{background:#f5f6f8}.topbar-account:focus-visible{outline:2px solid #2d6cff;outline-offset:2px}.provider-settings button:focus-visible,.provider-settings select:focus-visible{outline:2px solid #7d8189;outline-offset:2px}.provider-settings input:focus-visible{outline:0;border-color:#8f929a;box-shadow:0 0 0 3px #28292e14}.auth-provider-settings{width:100%;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px 11px;border:1px solid #e2e4e8;border-radius:7px;background:#fff;color:#25272b;text-align:left;cursor:pointer}.auth-provider-settings:hover,.auth-settings-row:hover{background:#f7f7f8;border-color:#d7d8dc}.auth-provider-settings>span:nth-child(2),.auth-settings-row>span:nth-child(2){display:grid;gap:3px;min-width:0}.auth-provider-settings strong,.auth-settings-row strong{color:#292a2f;font-size:12px;font-weight:600}.auth-provider-settings small,.auth-settings-row small{color:#8a8b91;font-size:10px}.auth-settings-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid #e5e5e8;border-radius:6px;background:#f7f7f8;color:#5b5c62}.auth-settings-value{display:flex;align-items:center;gap:3px;color:#77787e;font-size:10px;white-space:nowrap}.auth-dialog{width:min(470px,calc(100vw - 32px));padding:18px}.auth-dialog .project-dialog-head strong{font-size:14px}.auth-user{padding:11px 12px;background:#f7f7f8}.auth-user strong{font-size:12px}.auth-user span,.auth-sync-state small{font-size:10px;line-height:1.45}.auth-sync-state{margin-top:8px;padding:10px 11px}.auth-sync-state strong{font-size:11px}.auth-account-stats{display:flex;gap:0;margin-top:5px;padding:8px 0;border-bottom:1px solid #ececef}.auth-account-stats span{display:flex;flex:1;align-items:baseline;gap:4px;padding:0 10px;border:0;border-right:1px solid #e9e9ec;border-radius:0;background:transparent;font-size:9px}.auth-account-stats span:first-child{padding-left:2px}.auth-account-stats span:last-child{border-right:0}.auth-account-stats strong{font-size:12px}.auth-credit-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}.auth-credit-stats span{display:grid;gap:2px;min-width:0;padding:7px 8px;border:1px solid #e6e7ea;border-radius:6px;background:#fafbfc}.auth-credit-stats strong{color:#3d4249;font-size:13px;font-variant-numeric:tabular-nums}.auth-credit-stats small{overflow:hidden;color:#92969d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.auth-storage-usage{display:grid;gap:7px;margin-top:8px;padding:9px 10px;border:1px solid #e5e7ea;border-radius:7px;background:#fafbfc}.auth-storage-usage>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-storage-usage>div>span{display:grid;gap:2px;min-width:0}.auth-storage-usage strong{color:#3b4047;font-size:11px;font-weight:600}.auth-storage-usage small{color:#90949b;font-size:9px;font-variant-numeric:tabular-nums}.auth-storage-usage b{flex:0 0 auto;color:#686d75;font-size:9px;font-weight:500;font-variant-numeric:tabular-nums}.auth-storage-track{height:4px;overflow:hidden;border-radius:2px;background:#e6e8eb}.auth-storage-track i{display:block;height:100%;border-radius:inherit;background:#7b818a;transition:width .18s ease}.auth-storage-temporary{margin-top:2px}.auth-storage-track.temporary i{background:#a7adb5}.auth-sync-summary{margin:0;padding:5px 2px 8px;background:transparent;color:#617164;font-size:9px;line-height:1.45;text-align:left}.auth-security{display:block;margin-top:0;padding:0;border:1px solid #e2e4e8;border-radius:7px;overflow:hidden}.auth-security .auth-settings-row{width:100%;min-height:58px;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px 11px;border:0;border-radius:0;background:#fff;color:#25272b;text-align:left;cursor:pointer}.auth-security .auth-settings-row:hover{background:#f7f7f8}.auth-security-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px;border-top:1px solid #ececef;background:#fafafa}.auth-security-form label{display:grid;gap:5px;margin:0!important;color:#67686e;font-size:10px}.auth-security-form input{width:100%;height:34px;box-sizing:border-box}.auth-security-form>button{grid-column:1 / -1;justify-self:end;height:32px}.auth-provider-settings{margin-top:7px}.auth-actions{display:flex;justify-content:flex-end;gap:5px;margin-top:12px;padding-top:11px;border-top:1px solid #eeeeef}.auth-dialog:has(.auth-user){min-height:0}.auth-actions .danger-text{width:auto;min-height:30px;padding:0 8px;font-size:9px}.provider-settings{width:min(624px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow-y:auto;padding:16px;color:#292a2f}.provider-settings button{font-family:inherit;font-size:10px;font-weight:400;letter-spacing:0}.provider-settings-head{margin-bottom:12px}.provider-settings-head>div{display:flex!important;align-items:center;gap:9px!important}.provider-settings-head>div>span{display:grid;gap:3px}.provider-settings-head strong{color:#25262b;font-size:13px;font-weight:600}.provider-settings-head small{color:#909198;font-size:9px;font-weight:400;line-height:1.4}.provider-back{display:grid;width:26px;height:26px;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#6f7077;cursor:pointer}.provider-back:hover{background:#f1f1f3;color:#303136}.provider-privacy-note{display:flex;align-items:center;gap:6px;margin:-3px 0 11px;color:#8a8c92;font-size:10px}.provider-settings .project-dialog-head>div{display:grid;gap:3px}.provider-settings .project-dialog-head span{color:#777c85;font-size:12px}.provider-system{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #e5e7eb;border-radius:7px;background:#f7f8fa;color:#257044}.provider-system strong{font-size:12px}.provider-system span{display:grid;gap:2px;color:#25272b}.provider-system small{color:#777c85;font-size:10px}.provider-list{display:grid;gap:8px;margin-top:10px}.provider-empty{margin:10px 0 0;padding:11px 12px;border:1px dashed #dfe1e5;border-radius:6px;color:#85878e;font-size:10px;line-height:1.5}.provider-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto auto;align-items:center;gap:7px;min-height:54px;padding:8px 9px;border:1px solid #e5e7eb;border-radius:7px}.provider-list article:hover{border-color:#d6d8dd;background:#fafafa}.provider-service-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:6px;background:#f2f3f5;color:#60636a}.provider-main strong{font-size:12px}.provider-main span,.provider-main small{font-size:10px}.provider-status{padding:3px 6px;border-radius:4px;background:#f0f1f3;color:#7c7f86;font-size:9px;white-space:nowrap}.provider-status.enabled{background:#edf6ef;color:#4e7659}.provider-row-caret{color:#a0a2a8}.provider-list article>button:not(.provider-main){min-height:30px;border:0;border-radius:5px;background:transparent;cursor:pointer}.provider-main{display:grid;gap:2px;min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.provider-main span,.provider-main small{overflow:hidden;color:#777c85;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.provider-list .danger,.provider-delete-confirm .danger{color:#bd3030}.provider-add{display:inline-flex;align-items:center;gap:6px;margin-top:10px;min-height:36px;border:1px solid #dfe2e7;border-radius:6px;background:#fff;cursor:pointer}.provider-delete-confirm{display:flex;align-items:center;gap:8px;margin-top:10px;padding:10px;border:1px solid #f0c9c9;border-radius:6px;background:#fff7f7}.provider-delete-confirm span{flex:1;font-size:13px}.provider-form{display:grid;grid-template-columns:1fr 1fr;gap:9px 10px}.provider-form label{display:grid;gap:4px}.provider-form label>span{font-size:9px;color:#717279;line-height:1.35}.provider-form input,.provider-form select{width:100%;min-height:33px;padding:0 9px;border:1px solid #e0e1e5;border-radius:5px;background:#fff;color:#303136;box-sizing:border-box;font-family:inherit;font-size:11px;font-weight:400;letter-spacing:0;outline:none}.provider-form input:hover,.provider-form select:hover{border-color:#cfd0d5}.provider-form input:focus,.provider-form select:focus{border-color:#9b9da4;box-shadow:0 0 0 2px #28292e0f}.provider-form input::placeholder{color:#aaabb0}.provider-form>label:first-child input{min-height:33px;height:33px}.compact-select-field{display:grid;gap:4px;min-width:0}.compact-select-label{color:#717279;font-size:9px;line-height:1.35}.compact-select{position:relative;min-width:0}.compact-select-trigger{width:100%;min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:7px;padding:0 9px;border:1px solid #e0e1e5;border-radius:5px;background:#fff;color:#303136;font-family:inherit;font-size:10px;text-align:left;cursor:pointer}.compact-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-select-trigger:hover{border-color:#cfd0d5;background:#fff}.compact-select.open .compact-select-trigger{border-color:#9b9da4;box-shadow:0 0 0 2px #28292e0f}.compact-select-trigger:disabled{opacity:.55;cursor:not-allowed}.compact-select-trigger svg{flex:0 0 auto;color:#85868c;transition:transform .14s ease}.compact-select.open .compact-select-trigger svg{transform:rotate(180deg)}.compact-select-menu{position:absolute;top:calc(100% + 5px);left:0;z-index:120;width:100%;display:grid;gap:2px;padding:4px;border:1px solid #dedfe3;border-radius:6px;background:#fff;box-shadow:0 8px 24px #191a1f1f,0 1px 3px #191a1f0d;box-sizing:border-box}.compact-select.opens-up .compact-select-menu{top:auto;bottom:calc(100% + 5px)}.compact-select-menu>button{min-height:34px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px 7px;border:0;border-radius:4px;background:transparent;color:#36373c;font-family:inherit;text-align:left;cursor:pointer}.compact-select-menu>button:hover,.compact-select-menu>button.active{background:#f4f4f5}.compact-select-menu>button[aria-selected=true]{color:#202126}.compact-select-menu>button:disabled{opacity:.5;cursor:not-allowed}.compact-select-menu>button>span{display:grid;gap:2px;min-width:0}.compact-select-menu strong{overflow:hidden;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.compact-select-menu small{overflow:hidden;color:#8a8b91;font-size:8px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.compact-select-menu svg{color:#292a2f}.provider-form .wide,.provider-capability-note,.provider-enabled,.provider-form-actions{grid-column:1 / -1}.provider-form .provider-enabled{display:flex;align-items:center;gap:8px}.provider-form .provider-enabled input{width:16px;min-height:16px}.provider-capability-note{margin:0;padding:9px 10px;border-radius:6px;background:#f5f6f8;color:#626770;font-size:12px;line-height:1.5}.provider-form-actions{position:sticky;bottom:-16px;z-index:3;display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:2px -16px -16px;padding:10px 16px;border-top:1px solid #e9eaed;background:#fffffff7}.provider-form-actions button,.provider-delete-confirm button{min-height:30px;padding:0 10px;border:1px solid #dedfe3;border-radius:5px;background:#fff;color:#55565c;cursor:pointer}.provider-form-actions .primary{border-color:#202226;background:#202226;color:#fff}.provider-settings button:disabled{cursor:not-allowed;opacity:.5}.provider-models{display:grid;gap:7px;margin-top:4px;padding-top:12px;border-top:1px solid #ececef}.provider-models-head strong,.provider-diagnosis-head strong{color:#38393e;font-size:11px;font-weight:600}.provider-models-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-models-head>div{display:grid;gap:2px}.provider-models-head>div:last-child{display:flex;grid-auto-flow:column;gap:6px}.provider-models-head small,.provider-models>p{margin:0;color:#8c8d93;font-size:9px;line-height:1.45}.provider-models-head button{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid #dfe0e4;border-radius:5px;background:#fff;color:#55565c;cursor:pointer}.provider-discovered-models{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid #dce4ef;border-radius:6px;background:#f6f9fd;max-height:150px;overflow-y:auto}.provider-discovered-models>small{flex-basis:100%;color:#666c76}.provider-discovered-models button{max-width:220px;min-height:28px;overflow:hidden;padding:0 8px;border:1px solid #d8dde5;border-radius:5px;background:#fff;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.provider-discovered-models button:disabled{background:#eef5ef;color:#4e7758}.provider-model{display:grid;gap:8px;padding:8px 9px 9px;border:1px solid #e6e7ea;border-radius:6px;background:#f8f8f9}.provider-model.collapsed{padding-bottom:8px;background:#fafafa}.provider-model-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.provider-model-toggle{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:1px 2px;border:0;border-radius:4px;background:transparent;color:#37383d;text-align:left;cursor:pointer}.provider-model-toggle>span{min-width:0;display:grid;gap:2px}.provider-model-toggle strong,.provider-model-toggle small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-model-toggle strong{font-size:10px;font-weight:600}.provider-model-toggle small{color:#8a8c92;font-size:8px}.provider-model-toggle svg{flex:0 0 auto;color:#85878e}.provider-model-toggle:hover{color:#17181c}.provider-model-toggle:focus-visible,.provider-model-actions button:focus-visible{outline:2px solid #777a82;outline-offset:2px}.provider-model-actions{flex:0 0 auto;display:flex;align-items:center;gap:4px}.provider-model-badge{display:inline-flex;align-items:center;gap:3px;min-height:22px;padding:0 6px;border-radius:4px;background:#eceef1;color:#555860;font-size:8px;white-space:nowrap}.provider-model-default,.provider-model-delete{min-height:25px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 6px;border:0;border-radius:4px;background:transparent;color:#73757c;cursor:pointer}.provider-model-default:hover{background:#ededee;color:#303136}.provider-model-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 8px;padding-top:8px;border-top:1px solid #e9e9eb}.provider-api-origins{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:8px;padding:10px;border:1px solid #e3e5e9;border-radius:6px;background:#f8f9fa}.provider-api-origins>div{grid-column:1 / -1;display:grid;gap:2px}.provider-api-origins .provider-api-only{grid-column:1 / -1}.provider-api-origins strong{font-size:11px;font-weight:600}.provider-api-origins small{color:#81848b;font-size:9px}.provider-image-size-field{grid-column:1 / -1;display:grid;gap:5px}.provider-image-size-field>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px;color:#717279;font-size:9px}.provider-image-size-field>span small{color:#9a9ba1;font-size:8px}.provider-image-size-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:7px}.provider-image-size-field b{padding-bottom:9px;color:#9a9ba1;font-size:11px;font-weight:400}.provider-field-warning{color:#9a6416;font-size:8px}.provider-resolution-field{grid-column:1 / -1;display:grid;gap:4px}.provider-resolution-field>span{color:#717279;font-size:9px}.provider-resolution-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.provider-resolution-options label{position:relative;display:block}.provider-resolution-options input{position:absolute;width:1px;min-height:1px;opacity:0}.provider-resolution-options span{min-height:30px;display:grid;place-items:center;border:1px solid #dfe1e5;border-radius:5px;background:#fff;color:#696b72;font-size:10px;cursor:pointer}.provider-resolution-options input:checked+span{border-color:#9da1a9;background:#eceef1;color:#24262a;font-weight:600}.provider-resolution-options input:focus-visible+span{outline:2px solid #747983;outline-offset:2px}.provider-model .provider-form input{background:#fff}.provider-model-delete{width:25px;padding:0;color:#b96565}.provider-model-delete:hover{background:#f8eaea;color:#a54b4b}.provider-video-adapter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border:1px solid #dce1e8;border-radius:6px;background:#f7f9fc}.provider-video-adapter>div{grid-column:1 / -1;display:grid;gap:2px}.provider-video-adapter small{color:#747983;font-size:11px}.provider-diagnosis{display:grid;gap:7px;padding:9px;border:1px solid #e3e4e7;border-radius:5px;background:#fafafa}.provider-diagnosis-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-diagnosis-head>div{display:grid;gap:2px}.provider-diagnosis-head small,.provider-diagnosis>p{margin:0;color:#85868d;font-size:9px}.provider-diagnosis-head button{min-height:28px;padding:0 8px;border:1px solid #dfe0e4;border-radius:5px;background:#fff;cursor:pointer}.provider-diagnosis-list{display:grid;gap:6px}.provider-diagnosis-list>div{display:grid;grid-template-columns:42px 90px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;border-radius:5px;background:#f6f7f9;font-size:12px}.provider-diagnosis-list span{font-size:11px;font-weight:600;color:#257044}.provider-diagnosis-list .warning span{color:#9a6416}.provider-diagnosis-list .error span{color:#bd3030}.provider-diagnosis-list small{overflow:hidden;color:#747983;text-overflow:ellipsis;white-space:nowrap}.provider-save-state{min-width:72px;display:inline-flex;align-items:center;gap:4px;margin-right:auto;color:#8b8d93;font-size:9px}.provider-save-state.saved{color:#3f7651}.provider-form-validation{display:flex;align-items:center;gap:6px;margin:0;padding:8px 9px;border:1px solid #efd3d3;border-radius:5px;background:#fff6f6;color:#a34c4c;font-size:9px;line-height:1.4}.provider-message{position:sticky;bottom:49px;z-index:5;display:flex;align-items:center;gap:8px;margin:10px 0 0;padding:9px 10px;border:1px solid #dce9df;border-radius:6px;background:#f2f8f4;color:#3f7651;box-shadow:0 8px 22px #1f232817}.provider-message>span{display:grid;gap:1px}.provider-message strong{color:inherit;font-size:10px;font-weight:600}.provider-message small{color:inherit;font-size:9px}.provider-message.warning{border-color:#eadfc8;background:#fff9ee;color:#8b641e}.provider-message.error{border-color:#efcfcf;background:#fff4f4;color:#a34c4c}.provider-unsaved-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:grid;place-items:center;padding:16px;background:#1c1d2138;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.provider-unsaved-confirm{width:min(360px,calc(100vw - 32px));display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:15px;border:1px solid #dedfe3;border-radius:8px;background:#fff;box-shadow:0 18px 48px #1415182e;box-sizing:border-box}.provider-unsaved-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:6px;background:#fff4e8;color:#a36c22}.provider-unsaved-confirm>div{display:grid;gap:4px}.provider-unsaved-confirm strong{color:#292a2f;font-size:12px;font-weight:600}.provider-unsaved-confirm p{margin:0;color:#777980;font-size:10px;line-height:1.55}.provider-unsaved-confirm footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:6px;padding-top:3px}.provider-unsaved-confirm button{min-height:30px;padding:0 10px;border:1px solid #dedfe3;border-radius:5px;background:#fff;color:#55565c;cursor:pointer}.provider-unsaved-confirm button.danger{border-color:#d8b3b3;color:#a34c4c}.provider-unsaved-confirm button:focus-visible{outline:2px solid #777a82;outline-offset:2px}.generator-provider{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0;padding:7px 9px;border:1px solid #e1e4e8;border-radius:6px;background:#f7f8fa;font-size:12px}.generator-provider span{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.generator-provider-select{position:relative;min-width:180px}.generator-provider-select select{width:100%;min-height:30px;padding:0 28px 0 8px;border:1px solid #dfe2e7;border-radius:5px;background:#fff;color:#25272b;-webkit-appearance:none;-moz-appearance:none;appearance:none}.generator-provider-select svg{position:absolute;top:50%;right:9px;transform:translateY(-50%);pointer-events:none}.generator-provider small{color:#747983;text-align:right}.generator-provider.invalid{border-color:#efcaca;background:#fff7f7}.task-provider{display:block;color:#8a8f98;font-size:11px}.admin-shell,.admin-login,.admin-loading,.admin-modal-backdrop{font-family:Inter,PingFang SC,Microsoft YaHei UI,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;letter-spacing:0}.admin-shell,.admin-modal-backdrop{--admin-text: #30343a;--admin-text-strong: #25282d;--admin-text-muted: #747981;--admin-text-subtle: #969aa2;--admin-control-border: #d7d9de;--admin-control-border-hover: #bfc3c9;--admin-control-border-focus: #969ba4;--admin-control-selected: #e9eaed;--admin-control-selected-border: #c9ccd2;--admin-focus-ring: rgb(83 87 95 / 14%)}.admin-loading{min-height:100vh;display:grid;place-items:center;color:#747780;background:#f2f3f5;font-size:13px}.admin-login{min-height:100vh;display:grid;place-items:center;padding:24px;box-sizing:border-box;background:#f2f3f5}.admin-login-card{width:min(390px,100%);display:grid;gap:22px;padding:28px;border:1px solid #e0e2e6;border-radius:12px;background:#fff;box-shadow:0 18px 50px #1f232917;box-sizing:border-box}.admin-brand{display:flex;align-items:center;gap:10px;min-width:0}.admin-brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid #d7dade;border-radius:9px;background:#f4f5f6;color:#44484f}.admin-brand div{display:grid;gap:2px}.admin-brand strong{color:#282b30;font-size:14px;font-weight:700}.admin-brand small{color:#898d95;font-size:10px}.admin-login form{display:grid;gap:13px}.admin-login label,.admin-service-form label,.admin-modal label{display:grid;gap:6px;color:#666a72;font-size:11px}.admin-login input,.admin-service-form input,.admin-service-form select,.admin-modal input,.admin-modal select,.admin-search input,.admin-plan-editor input{min-height:34px;padding:0 10px;border:1px solid #d9dce1;border-radius:6px;outline:0;background:#fff;color:#282b30;font:inherit;box-sizing:border-box}.admin-login input:focus,.admin-service-form input:focus,.admin-service-form select:focus,.admin-modal select:focus,.admin-search input:focus,.admin-plan-editor input:focus{border-color:#989da5;box-shadow:0 0 0 3px #8388911f}.admin-primary{min-height:35px;padding:0 14px;border:1px solid #30343a;border-radius:6px;background:#30343a;color:#fff;cursor:pointer;font:inherit}.admin-primary:hover{background:#1f2227}.admin-primary:disabled{opacity:.55;cursor:default}.admin-primary.small{min-height:31px;padding:0 10px;font-size:11px}.admin-error{display:flex;align-items:center;gap:6px;margin:0;color:#b04f4f;font-size:11px}.admin-login-note{margin:0;color:#9b9da3;font-size:10px;line-height:1.6}.admin-shell{height:100vh;min-height:0;display:grid;grid-template-columns:220px minmax(0,1fr);background:#f2f3f5;color:#30343a}.admin-sidebar{display:flex;flex-direction:column;height:100vh;min-height:0;padding:20px 12px 14px;border-right:1px solid #e0e2e6;background:#fafafa;box-sizing:border-box}.admin-sidebar-brand{padding:0 9px 25px}.admin-sidebar nav{display:grid;gap:4px}.admin-sidebar nav button{display:flex;align-items:center;gap:9px;min-height:36px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#747880;text-align:left;cursor:pointer;font:inherit;font-size:12px;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.admin-sidebar nav button:hover{background:#f0f1f3;color:#30343a}.admin-sidebar nav button.active{border-color:var(--admin-control-selected-border, #c9ccd2);background:var(--admin-control-selected, #e9eaed);color:#25282d;font-weight:600;box-shadow:inset 0 1px #ffffffa3}.admin-sidebar-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:auto;padding:12px 8px 0;border-top:1px solid #e8e9eb}.admin-sidebar-bottom span{display:grid;min-width:0;gap:3px}.admin-sidebar-bottom b{overflow:hidden;color:#555a62;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-bottom small{color:#9a9da3;font-size:9px}.admin-sidebar-bottom button,.admin-refresh,.admin-panel-head button,.admin-row-actions button,.admin-form-actions button,.admin-search button{min-height:29px;padding:0 9px;border:1px solid #dfe1e5;border-radius:5px;background:#fff;color:#656a72;cursor:pointer;font:inherit;font-size:10px}.admin-sidebar-bottom button{display:grid;width:28px;place-items:center;padding:0}.admin-main{min-width:0;min-height:0;height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 34px 20px;border-bottom:1px solid #e1e3e6;background:#f7f8f9}.admin-topbar h1{margin:0 0 5px;color:#292c31;font-size:22px;font-weight:650}.admin-topbar p{margin:0;color:#858a92;font-size:12px;line-height:1.45}.admin-refresh{display:inline-flex;align-items:center;gap:6px}.admin-refresh:disabled{opacity:.55}.spin{animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-content{display:grid;gap:16px;max-width:1260px;padding:22px 34px 40px}.admin-notice{position:fixed;top:18px;right:24px;z-index:30;display:flex;align-items:center;gap:7px;max-width:min(380px,calc(100vw - 48px));padding:9px 12px;border:1px solid #d3e5d7;border-radius:6px;background:#f2faf4;box-shadow:0 8px 24px #242a311f;color:#3e7950;font-size:11px}.admin-notice.error{border-color:#ecd2d2;background:#fff6f6;color:#a44e4e}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-stat{display:flex;align-items:flex-start;gap:11px;min-width:0;padding:15px;border:1px solid #e1e3e6;border-radius:8px;background:#fff}.admin-stat-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:7px;background:#f0f1f3;color:#686d75}.admin-stat div{display:grid;min-width:0;gap:3px}.admin-stat small{color:#858a92;font-size:10px}.admin-stat strong{color:#292d33;font-size:20px;font-weight:650;font-variant-numeric:tabular-nums}.admin-stat em{overflow:hidden;color:#a0a3a9;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.admin-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-panel{min-width:0;padding:18px;border:1px solid #e0e2e6;border-radius:8px;background:#fff}.admin-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.admin-panel-head h2{margin:0 0 4px;color:#2e3238;font-size:15px;font-weight:650;line-height:1.35}.admin-panel-head p{margin:0;color:#858a92;font-size:11px;line-height:1.5}.admin-plan-list,.admin-audit-mini,.admin-service-list,.admin-plan-editor-list{display:grid;gap:8px}.admin-plan-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:10px 11px;border:1px solid #ececee;border-radius:6px;background:#fafafa}.admin-plan-list strong{color:#44484f;font-size:12px}.admin-plan-list span{color:#555b63;font-size:12px;font-variant-numeric:tabular-nums}.admin-plan-list small{grid-column:1 / -1;color:#969aa1;font-size:10px}.admin-audit-mini>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #f0f0f2}.admin-audit-mini span{color:#555a62;font-size:10px}.admin-audit-mini small{color:#a0a3a8;font-size:9px}.admin-search{display:flex;gap:5px}.admin-search input{width:190px;min-height:30px;font-size:11px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th{padding:0 10px 9px;color:#8b9098;font-size:10px;font-weight:600;text-align:left;white-space:nowrap}.admin-table td{padding:11px 10px;border-top:1px solid #eff0f2;color:#666b73;vertical-align:middle;white-space:nowrap}.admin-table td:first-child{color:#3d4249}.admin-table td strong,.admin-table td small{display:block}.admin-table td strong{font-size:12px;font-weight:600}.admin-table td small{margin-top:3px;color:#969aa2;font-size:10px}.admin-status{display:inline-flex;align-items:center;min-height:21px;padding:0 7px;border:1px solid transparent;border-radius:5px;background:#f0f1f3;color:#777c84;font-size:10px}.admin-status.active{background:#eef8f0;color:#4c8059}.admin-status.disabled{background:#fff0f0;color:#ac5555}.admin-row-actions{display:flex;align-items:center;gap:5px}.admin-row-actions button:hover,.admin-panel-head button:hover,.admin-form-actions button:hover,.admin-search button:hover{border-color:#c6c9ce;background:#f6f7f8;color:#34383e}.admin-row-actions button.danger{color:#a95b5b}.admin-empty{padding:36px 0;color:#9a9da3;font-size:11px;text-align:center}.muted{color:#a2a5aa}.admin-plan-editor{display:grid;grid-template-columns:minmax(120px,1fr) 150px 220px auto;align-items:end;gap:12px;padding:13px;border:1px solid #ececee;border-radius:7px;background:#fafafa}.admin-plan-editor>div{display:grid;gap:4px;align-self:center}.admin-plan-editor>div strong{color:#44484f;font-size:12px}.admin-plan-editor>div small{color:#9a9da3;font-size:9px}.admin-plan-editor label{display:grid;gap:5px;color:#888c94;font-size:10px}.admin-plan-editor input{min-height:31px;font-size:11px}.admin-service-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-plan-create{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #ececee}.admin-service-form .wide{grid-column:1 / -1}.admin-service-form input,.admin-service-form select{width:100%}.admin-service-form select,.admin-search select,.admin-modal select,.admin-audit-filter{min-height:35px;padding:0 32px 0 11px;border:1px solid var(--admin-control-border, #d7d9de);border-radius:7px;outline:0;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#747981 50%),linear-gradient(135deg,#747981 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#383c43;font-size:12px;line-height:1.25;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.admin-service-form select:hover,.admin-search select:hover,.admin-modal select:hover,.admin-audit-filter:hover{border-color:var(--admin-control-border-hover, #bfc3c9);background-color:#fdfdfd}.admin-service-form select:focus,.admin-search select:focus,.admin-modal select:focus,.admin-audit-filter:focus{border-color:var(--admin-control-border-focus, #969ba4);box-shadow:0 0 0 3px var(--admin-focus-ring, rgb(83 87 95 / 14%))}.admin-service-form select:disabled,.admin-search select:disabled,.admin-modal select:disabled,.admin-audit-filter:disabled{cursor:not-allowed;opacity:.62;background-color:#f5f6f7}.admin-service-form select option,.admin-search select option,.admin-modal select option,.admin-audit-filter option{background:#fff;color:#34383e;font:inherit}.admin-service-form select option:checked,.admin-search select option:checked,.admin-modal select option:checked,.admin-audit-filter option:checked{background:var(--admin-control-selected, #e9eaed) linear-gradient(0deg,var(--admin-control-selected, #e9eaed),var(--admin-control-selected, #e9eaed));color:#25282d}.admin-capability-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;margin:0;padding:12px;border:1px solid #e5e6e9;border-radius:7px;background:#fafbfb}.admin-capability-fields legend{padding:0 5px;color:#727780;font-size:11px;font-weight:600}.admin-capability-fields label{min-width:0}.admin-capability-fields small{grid-column:1 / -1;color:#999da4;font-size:10px;line-height:1.45}.admin-service-editor{row-gap:14px}.admin-pricing-fields{grid-template-columns:repeat(2,minmax(0,1fr));background:#f7f8f9}.admin-video-capability{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-choice-group{display:grid;gap:7px;min-width:0}.admin-choice-group>span{color:#666a72;font-size:11px}.admin-choice-options{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.admin-choice{position:relative;display:inline-flex!important;min-width:0;cursor:pointer}.admin-choice input{position:absolute;width:1px!important;height:1px;min-height:1px!important;margin:0;opacity:0;pointer-events:none}.admin-choice>span{display:grid;min-width:48px;min-height:27px;place-items:center;padding:0 9px;border:1px solid #dadde2;border-radius:5px;background:#fff;color:#696e76;font-size:10px;font-weight:500;box-sizing:border-box;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.admin-choice:hover>span{border-color:#bdc1c8;background:#f7f8f9;color:#353940}.admin-choice input:checked+span{border-color:var(--admin-control-selected-border, #c9ccd2);background:var(--admin-control-selected, #e9eaed);color:#2e3238;box-shadow:inset 0 1px #ffffffa6}.admin-choice input:focus-visible+span{outline:2px solid #b7bbc2;outline-offset:2px}.admin-choice input:disabled+span{cursor:not-allowed;opacity:.55}.admin-service-toggles{display:flex;align-items:center;flex-wrap:wrap;gap:18px;padding:1px 0}.admin-service-toggles .admin-check{min-height:28px;align-self:center}.admin-service-form>.admin-form-actions{justify-content:flex-end;padding-top:2px}.admin-field-hint{display:block;margin-top:5px;color:#8a8e96;font-size:10px;line-height:1.4}.admin-settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.admin-settings-form>label{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,180px);align-items:center;gap:12px;color:#5e636b;font-size:12px}.admin-settings-form>label>span{display:grid;gap:3px}.admin-settings-form>label small{color:#9a9da4;font-size:10px;line-height:1.4}.admin-setting-switch{display:flex!important;align-items:center;justify-content:flex-end;gap:8px;min-height:34px}.admin-setting-switch input{width:34px;height:18px;margin:0;accent-color:#555961}.admin-setting-switch em{min-width:36px;color:#7f848c;font-size:10px;font-style:normal;text-align:right}.admin-setting-input{display:flex;align-items:center;gap:6px}.admin-setting-input input{width:100%;min-height:34px;padding:0 9px;border:1px solid #d9dce1;border-radius:6px;outline:0;background:#fff;color:#282b30;font:inherit;box-sizing:border-box}.admin-setting-input input:focus{border-color:#989da5;box-shadow:0 0 0 3px #8388911f}.admin-setting-input em{flex:0 0 auto;color:#92969d;font-size:9px;font-style:normal}.admin-settings-form .admin-form-actions{grid-column:1 / -1;padding-top:4px}.admin-check{display:flex!important;align-items:center;grid-template-columns:auto 1fr;gap:7px!important;align-self:end;min-height:34px}.admin-check input{width:14px;height:14px;min-height:14px;accent-color:#62666e}.admin-form-actions{display:flex;align-items:center;gap:7px}.admin-credit-note{margin:-5px 0 13px;padding:9px 10px;border:1px solid #e6e8eb;border-radius:6px;background:#fafbfc;color:#777d85;font-size:10px;line-height:1.5}.admin-credit-table input{width:82px;min-height:29px;padding:0 7px;border:1px solid #d9dce1;border-radius:5px;outline:0;background:#fff;color:#3f444b;font:inherit;font-size:10px}.admin-credit-table input:focus{border-color:#989da5;box-shadow:0 0 0 3px #8388911f}.admin-service-list{margin-top:2px}.admin-service-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #ececee;border-radius:7px;background:#fafafa}.admin-service-list article>div:first-child{display:grid;min-width:0;gap:4px}.admin-service-list strong{color:#41464d;font-size:12px}.admin-service-list small{overflow:hidden;color:#979aa1;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-service-list .admin-service-pricing{color:#70757d;font-variant-numeric:tabular-nums}.admin-storage-list{display:grid;gap:10px}.admin-storage-card{display:grid;gap:10px;padding:13px;border:1px solid #e5e7ea;border-radius:8px;background:#fbfbfc}.admin-storage-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-storage-card-head>div{display:grid;min-width:0;gap:3px}.admin-storage-card-head strong{color:#3b4047;font-size:13px}.admin-storage-card-head small{overflow:hidden;color:#878c94;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-storage-card input:focus-visible{outline:0}.admin-storage-meter{height:6px;overflow:hidden;border-radius:999px;background:#e8eaed}.admin-storage-meter span{display:block;height:100%;border-radius:inherit;background:#7d8792;transition:width .18s ease}.admin-storage-summary{display:flex;flex-wrap:wrap;gap:12px;color:#777d85;font-size:10px;font-variant-numeric:tabular-nums}.admin-storage-fields{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.admin-storage-fields label{display:grid;gap:5px;min-width:0;color:#686d75;font-size:10px}.admin-storage-fields input,.admin-storage-connection-fields input{width:100%;min-width:0;min-height:34px;padding:0 9px;border:1px solid var(--admin-control-border, #d7d9de);border-radius:6px;outline:0;background:#fff;color:#383c43;font:inherit;font-size:11px;line-height:1.25;box-sizing:border-box;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.admin-storage-fields input:hover,.admin-storage-connection-fields input:hover{border-color:var(--admin-control-border-hover, #bfc3c9);background:#fdfdfd}.admin-storage-fields input:focus,.admin-storage-connection-fields input:focus{border-color:var(--admin-control-border-focus, #969ba4);box-shadow:0 0 0 3px var(--admin-focus-ring, rgb(83 87 95 / 14%))}.admin-storage-fields input:disabled,.admin-storage-connection-fields input:disabled{cursor:not-allowed;opacity:.62;background:#f5f6f7}.admin-storage-fields input::placeholder,.admin-storage-connection-fields input::placeholder{color:#a0a4aa}.admin-storage-fields input[type=number]{font-variant-numeric:tabular-nums}.admin-storage-fields .admin-select-trigger{min-height:34px;padding:0 9px;border-radius:6px;color:#383c43;font-size:11px}.admin-storage-connection-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding-top:2px}.admin-storage-connection-fields label{display:grid;gap:5px;min-width:0;color:#686d75;font-size:10px}.admin-storage-connection-fields .wide{grid-column:span 2}.admin-storage-path-style{align-self:end}.admin-storage-actions{justify-content:flex-end}.admin-storage-checked{color:#6d7780;font-size:10px}.admin-storage-error{color:#b45f5f;font-size:10px}.admin-storage-create{margin-top:2px}.admin-capability{width:max-content;padding:3px 6px;border:1px solid #e1e3e6;border-radius:4px;background:#f0f1f3;color:#777c83;font-size:9px}.admin-configured{display:inline-flex;align-items:center;gap:4px;color:#4c8059;font-size:10px}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;overflow-y:auto;padding:20px;background:#1f222738;box-sizing:border-box}.admin-modal{width:min(400px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 32px));overflow-y:auto;display:grid;gap:13px;padding:22px;border:1px solid #dedfe3;border-radius:10px;background:#fff;box-shadow:0 18px 50px #1a1d222e;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#cfd2d7 transparent}.admin-modal.admin-service-modal{width:min(760px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px))}.admin-modal.admin-storage-migration-modal{width:min(480px,calc(100vw - 32px))}.admin-modal h2{margin:0;padding-right:30px;color:#292d33;font-size:17px;line-height:1.25;font-weight:650}.admin-modal p{margin:-6px 0 1px;color:#858990;font-size:11px;line-height:1.45}.admin-modal label{gap:6px;color:#656a72;font-size:11px;line-height:1.3;font-weight:550}.admin-modal input:not([type=checkbox]):not([type=radio]),.admin-modal select{width:100%;min-height:36px;color:#3f444b;font-size:12px;font-weight:400}.admin-modal .admin-check input{flex:0 0 14px;width:14px;height:14px;min-height:14px;margin:0}.admin-modal input::placeholder{color:#a0a4aa}.admin-modal input[type=date]{color-scheme:light}.admin-modal input[type=number]{font-variant-numeric:tabular-nums}.admin-modal-close{position:absolute;top:11px;right:11px;display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#858990;cursor:pointer}.admin-modal-close:hover{background:#f1f2f4;color:#34383e}.admin-modal-close:focus-visible,.admin-modal button:focus-visible,.admin-modal input:focus-visible,.admin-modal select:focus-visible{outline:2px solid #8a8f97;outline-offset:2px}.admin-modal{position:relative}.admin-modal-divider{height:1px;margin:3px 0 2px;background:#ececee}.admin-modal .admin-form-actions{gap:8px;padding-top:1px}.admin-modal .admin-form-actions button{min-height:34px;padding:0 12px;font-size:12px}.admin-modal .admin-form-actions button.danger{border-color:#e2caca;background:snow;color:#a95b5b}.admin-modal .admin-form-actions button.danger:hover{border-color:#d8b3b3;background:#fff3f3;color:#963f3f}.admin-storage-migration-summary{display:flex;flex-wrap:wrap;gap:8px 16px;padding:10px;border:1px solid #e5e7ea;border-radius:7px;background:#f8f9fa;color:#747981;font-size:11px}.admin-storage-migration-summary strong{color:#34383e;font-variant-numeric:tabular-nums}.admin-user-credit-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.admin-user-credit-summary span{padding:7px 8px;border:1px solid #e6e8eb;border-radius:5px;background:#fafbfc;color:#7a7f87;font-size:11px}.admin-user-credit-summary strong{float:right;color:#3d4249;font-variant-numeric:tabular-nums}.admin-user-credit-summary small{grid-column:1 / -1;color:#9a9da4;font-size:10px}.admin-user-credit-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:end}.admin-user-credit-editor label{min-width:0}.admin-user-credit-editor button{grid-column:1 / -1;min-height:32px;padding:0 10px;border:1px solid #dfe1e5;border-radius:5px;background:#fff;color:#656a72;cursor:pointer;font:inherit;font-size:10px}.admin-user-credit-editor button:hover:not(:disabled){border-color:#c6c9ce;background:#f6f7f8;color:#34383e}.admin-user-credit-editor button:disabled{cursor:default;opacity:.5}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#969aa1;font-size:10px}.admin-pagination>div{display:flex;gap:6px}.admin-pagination button{min-height:28px;padding:0 10px;border:1px solid #dfe1e5;border-radius:5px;background:#fff;color:#656a72;cursor:pointer;font:inherit;font-size:10px}.admin-pagination button:disabled{opacity:.45;cursor:default}.admin-pagination button:not(:disabled):hover{border-color:#c6c9ce;background:#f6f7f8}.admin-panel-head>.admin-readonly-hint{color:#8d929a;font-size:11px}.admin-audit-filter{width:190px;min-height:31px;padding:0 11px;border:1px solid var(--admin-control-border, #d7d9de);border-radius:7px;outline:0;background:#fff;color:#282b30;font:inherit;font-size:11px;box-sizing:border-box}.admin-audit-filter:focus{border-color:var(--admin-control-border-focus, #969ba4);box-shadow:0 0 0 3px var(--admin-focus-ring, rgb(83 87 95 / 14%))}.admin-empty.compact{padding:12px 0 0;text-align:left}.admin-search select{min-height:31px;padding-top:0;padding-bottom:0;font-size:11px}.admin-select{position:relative;width:100%;min-width:0;z-index:1}.admin-select.is-open{z-index:80}.admin-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:35px;padding:0 10px 0 11px;border:1px solid var(--admin-control-border, #d7d9de);border-radius:7px;outline:0;background:#fff;color:#383c43;font:inherit;font-size:12px;line-height:1.25;text-align:left;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.admin-select-trigger svg{flex:0 0 auto;color:#747981;transition:transform .14s ease}.admin-select-trigger:hover{border-color:var(--admin-control-border-hover, #bfc3c9);background:#fdfdfd}.admin-select.is-open .admin-select-trigger{border-color:var(--admin-control-border-focus, #969ba4);box-shadow:0 0 0 3px var(--admin-focus-ring, rgb(83 87 95 / 14%))}.admin-select.is-open .admin-select-trigger svg{transform:rotate(180deg)}.admin-select-trigger:disabled{cursor:not-allowed;opacity:.62;background:#f5f6f7}.admin-select-trigger:focus-visible{outline:2px solid #b7bbc2;outline-offset:2px}.admin-select-menu{position:absolute;top:calc(100% + 6px);right:0;left:0;display:grid;gap:2px;max-height:min(280px,42vh);overflow-y:auto;padding:5px;border:1px solid #d7d9de;border-radius:8px;background:#fff;box-shadow:0 12px 28px #23272d29,0 2px 5px #23272d12;scrollbar-width:thin;scrollbar-color:#cfd2d7 transparent}.admin-select.opens-up .admin-select-menu{top:auto;bottom:calc(100% + 6px)}.admin-select-menu::-webkit-scrollbar{width:7px}.admin-select-menu::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:999px;background:#cfd2d7}.admin-select-menu>button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:30px;padding:0 8px;border:1px solid transparent;border-radius:5px;background:transparent;color:#555a62;font:inherit;font-size:11px;line-height:1.25;text-align:left;cursor:pointer}.admin-select-menu>button:hover,.admin-select-menu>button.active{border-color:#e0e2e6;background:#f4f5f6;color:#292d33}.admin-select-menu>button[aria-selected=true]{border-color:var(--admin-control-selected-border, #c9ccd2);background:var(--admin-control-selected, #e9eaed);color:#25282d;font-weight:600;box-shadow:inset 0 1px #ffffff9e}.admin-select-menu>button[aria-selected=true] svg{color:#5e636b}.admin-select-menu>button:disabled{cursor:not-allowed;opacity:.45}.admin-search .admin-select{width:154px;flex:0 0 154px}.admin-search .admin-select-trigger{min-height:30px;font-size:11px}.admin-modal .admin-select-trigger{min-height:36px;color:#3f444b;font-size:12px}.admin-modal .admin-select-menu{max-height:min(240px,35vh)}.admin-shell input:hover,.admin-modal-backdrop input:hover{border-color:var(--admin-control-border-hover, #bfc3c9)}.admin-shell input:focus,.admin-modal-backdrop input:focus{border-color:var(--admin-control-border-focus, #969ba4);box-shadow:0 0 0 3px var(--admin-focus-ring, rgb(83 87 95 / 14%))}.admin-shell button,.admin-shell input,.admin-shell select,.admin-modal-backdrop button,.admin-modal-backdrop input,.admin-modal-backdrop select{-webkit-tap-highlight-color:transparent}.admin-shell button:focus-visible,.admin-shell input:focus-visible,.admin-shell select:focus-visible,.admin-modal-backdrop button:focus-visible,.admin-modal-backdrop input:focus-visible,.admin-modal-backdrop select:focus-visible{outline:2px solid #b7bbc2;outline-offset:2px}.admin-shell input:focus-visible,.admin-shell select:focus-visible,.admin-modal-backdrop input:focus-visible,.admin-modal-backdrop select:focus-visible{outline:0;outline-offset:0}.admin-shell .admin-sidebar nav button.active:focus-visible{outline-offset:3px}@media(max-width:900px){.admin-shell{grid-template-columns:68px minmax(0,1fr)}.admin-sidebar{padding-inline:8px}.admin-sidebar-brand{justify-content:center;padding-inline:0}.admin-sidebar-brand div{display:none}.admin-sidebar nav button:not(.active):after,.admin-sidebar nav button{font-size:0}.admin-sidebar nav button{justify-content:center;padding:0}.admin-sidebar nav button svg{width:18px;height:18px}.admin-sidebar-bottom span{display:none}.admin-sidebar-bottom{justify-content:center;padding-inline:0}.admin-topbar,.admin-content{padding-left:20px;padding-right:20px}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.admin-grid-two,.admin-service-form,.admin-settings-form,.admin-storage-fields,.admin-storage-connection-fields{grid-template-columns:1fr}.admin-storage-connection-fields .wide,.admin-service-form .wide{grid-column:1}.admin-capability-fields{grid-template-columns:1fr 1fr}.admin-settings-form>label{grid-template-columns:minmax(0,1fr) 130px}.admin-topbar{padding-top:20px}.admin-topbar h1{font-size:18px}.admin-content{padding-top:15px}.admin-panel{padding:14px}.admin-panel-head{flex-direction:column}.admin-search{width:100%}.admin-search input{flex:1;width:auto}.admin-plan-editor{grid-template-columns:1fr 1fr}.admin-plan-editor>div{grid-column:1 / -1}.admin-plan-editor .admin-primary{grid-column:1 / -1}.admin-service-list article{align-items:flex-start;flex-direction:column}.admin-row-actions{flex-wrap:wrap}}@media(max-width:600px){.provider-form{grid-template-columns:1fr}.provider-form .wide,.provider-capability-note,.provider-enabled,.provider-form-actions{grid-column:1}.provider-list article{grid-template-columns:auto minmax(0,1fr) auto}.provider-list article>button:not(.provider-main,.danger){grid-column:2;justify-self:start}.provider-delete-confirm{align-items:flex-start;flex-wrap:wrap}.provider-delete-confirm span{flex-basis:100%}.provider-model-body{grid-template-columns:1fr}.provider-model-head{align-items:flex-start}.provider-model-default{width:25px;overflow:hidden;padding:0;color:transparent}.provider-model-default svg{color:#73757c}.provider-api-origins{grid-template-columns:1fr}.provider-api-origins>div{grid-column:1}.provider-resolution-options{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-video-adapter{grid-template-columns:1fr}.provider-diagnosis-list>div{grid-template-columns:42px minmax(0,1fr)}.provider-diagnosis-list small{grid-column:1 / -1;white-space:normal}.auth-security-form{grid-template-columns:1fr}.auth-security-form>button{grid-column:1}.provider-status{display:none}.provider-list article{grid-template-columns:auto minmax(0,1fr) auto auto}}.auth-local-note{margin:14px 0 0!important;padding-top:12px;border-top:1px solid #eeeeef;color:#97989e!important;font-size:8px!important;line-height:1.5!important}.auth-actions{display:grid;gap:6px;margin-top:14px}.auth-actions .primary{width:100%}.auth-actions .danger-text{width:100%;justify-content:center}.project-dialog-actions .danger-text{display:flex;align-items:center;gap:6px;margin-right:auto;background:transparent;color:#b44f4f}.project-dialog-actions .danger-text:hover{background:#fff0f0}.canvas-loading{display:grid;width:100%;height:100%;place-items:center;color:#737373;font-size:13px;background-color:#f4f4f4;background-image:radial-gradient(#d5d5d5 1px,transparent 1px);background-size:16px 16px}.canvas-load-error{display:grid;width:100%;height:100%;place-content:center;justify-items:center;gap:8px;padding:24px;color:#292929;text-align:center;background:#f4f4f4}.canvas-load-error span{color:#737373;font-size:13px}.canvas-load-error button{margin-top:6px;padding:7px 12px;border:1px solid #d2d2d2;border-radius:6px;background:#fff;color:#292929;font-size:13px;cursor:pointer}.image-node-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#a6a6a6;background:#f1f1f1}.huabu-prototype-shell,.huabu-prototype-viewport{width:100%;height:100%}.huabu-prototype-shell{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#f4f5f6}.huabu-prototype-shell.is-embedded{position:absolute;top:0;right:0;bottom:0;left:0}.huabu-prototype-viewport{--huabu-camera-x: 0px;--huabu-camera-y: 0px;--huabu-camera-zoom: 1;--huabu-grid-size: 24px;position:relative;overflow:clip;overscroll-behavior:none;cursor:default;touch-action:none;background-color:#f4f5f6;background-image:radial-gradient(circle,#c9ccd1 1px,transparent 1px);background-position:var(--huabu-camera-x) var(--huabu-camera-y);background-size:var(--huabu-grid-size) var(--huabu-grid-size)}.huabu-prototype-viewport.is-panning{cursor:grabbing}.huabu-prototype-world{position:absolute;inset:0 auto auto 0;transform:translate3d(var(--huabu-camera-x),var(--huabu-camera-y),0) scale(var(--huabu-camera-zoom));transform-origin:0 0;will-change:transform}.huabu-prototype-relations{position:absolute;top:0;right:0;bottom:0;left:0;width:1600px;height:1200px;overflow:visible;pointer-events:none}.huabu-prototype-relations path{fill:none;vector-effect:non-scaling-stroke}.huabu-prototype-relations path.is-preview{stroke:#5f6065;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4 4;opacity:.88}.huabu-prototype-relation-path{fill:none;stroke:#a5a6ab;stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round;opacity:.42;transition:stroke .12s,stroke-width .12s,opacity .12s}.huabu-prototype-relation-path.is-related{stroke:#777980;stroke-width:1.45px;opacity:.72}.huabu-prototype-relations.has-node-focus .huabu-prototype-relation-path:not(.is-related),.huabu-prototype-relations.has-relation-focus .huabu-prototype-relation-path:not(.is-hovered):not(.is-selected){opacity:.16}.huabu-prototype-relation-path.is-hovered{stroke:#24252a;stroke-width:2px;opacity:1}.huabu-prototype-relation-path.is-selected{stroke:#24252a;stroke-width:2.2px;opacity:1}.huabu-prototype-viewport.is-connecting .huabu-prototype-relation-path{stroke:#a5a6ab;stroke-width:1.2px;opacity:.28}.huabu-prototype-node{position:absolute;left:0;top:0;width:220px;height:174px;overflow:hidden;color:#30343a;font-size:14px;font-weight:600;background:#fff;border:1px solid #dfe1e5;border-radius:7px;box-shadow:0 8px 26px #1a1e241a;cursor:grab;-webkit-user-select:none;user-select:none;will-change:transform}.huabu-prototype-port{z-index:9}.huabu-prototype-port-input{right:auto}.huabu-prototype-world>.asset-shape{position:absolute;left:0;top:0;overflow:visible;cursor:grab;-webkit-user-select:none;user-select:none;will-change:transform}.huabu-prototype-result-group{position:absolute;left:0;top:0;z-index:0;box-sizing:border-box;border:1px dashed rgba(105,106,112,.34);border-radius:12px;background:#ffffff1f;pointer-events:none;-webkit-user-select:none;user-select:none}.huabu-prototype-result-group-label{position:absolute;left:8px;top:-24px;display:flex;align-items:center;gap:6px;color:#777980;font-size:9px;white-space:nowrap}.huabu-prototype-result-group-label strong{font-size:9px;font-weight:600}.huabu-prototype-result-group-label span{color:#a1a2a7}.huabu-prototype-result-group-port{position:absolute;left:-7px;top:50%;display:grid;place-items:center;width:14px;height:14px;transform:translateY(-50%);border:1px solid #b7b8bd;border-radius:50%;background:#fff;box-shadow:0 1px 4px #19191e14}.huabu-prototype-result-group-port:after{content:"";width:4px;height:4px;border-radius:50%;background:#8f9198}.huabu-resize-handles{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;pointer-events:none;z-index:8}.huabu-resize-handle{position:absolute;width:10px;height:10px;padding:0;border:2px solid #fff;border-radius:50%;background:#4787ff;box-shadow:0 1px 4px #1e325a38;pointer-events:auto}.huabu-resize-handle.nw{left:0;top:0;cursor:nwse-resize}.huabu-resize-handle.ne{right:0;top:0;cursor:nesw-resize}.huabu-resize-handle.sw{left:0;bottom:0;cursor:nesw-resize}.huabu-resize-handle.se{right:0;bottom:0;cursor:nwse-resize}.huabu-prototype-viewport.is-connecting{cursor:crosshair}.huabu-prototype-node.is-selected{border-color:#4787ff;box-shadow:0 0 0 1px #4787ff,0 8px 26px #1a1e241a}.huabu-prototype-viewport.is-node-dragging .huabu-prototype-node.is-selected{cursor:grabbing}.huabu-prototype-node-media{height:136px;width:100%;display:block;object-fit:cover;background:#e8ebef}.huabu-prototype-node.is-image .huabu-prototype-node-media{background:linear-gradient(135deg,#d9e5f4,#edf0e6)}.huabu-prototype-node.is-video .huabu-prototype-node-media{background:linear-gradient(135deg,#e2dfe9,#e8edf0)}.huabu-prototype-node.is-text .huabu-prototype-node-media{background:#f3f1e9}.huabu-prototype-node footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;background:#fff}.huabu-prototype-node footer small{color:#888d95;font-size:10px;font-weight:500;text-transform:uppercase}.huabu-prototype-marquee{position:absolute;left:0;top:0;z-index:5;pointer-events:none;background:#4787ff1a;border:1px solid #4787ff;transform-origin:0 0}.huabu-prototype-context-menu{position:fixed;z-index:140;display:grid;gap:3px;min-width:176px;max-width:min(240px,calc(100vw - 24px));max-height:min(420px,calc(100vh - 24px));overflow:auto;padding:7px;background:#fff;border:1px solid #e0e3e7;border-radius:7px;box-shadow:0 10px 26px #1a1e2429;pointer-events:auto}.huabu-prototype-context-menu strong{padding:3px 6px 5px;color:#30343a;font-size:11px}.huabu-prototype-context-menu button{min-height:32px;padding:6px 7px;color:#505761;text-align:left;background:transparent;border:0;border-radius:4px;cursor:pointer}.huabu-prototype-context-menu button:focus-visible,.bottom-controls .tool-button:focus-visible,.side-dock .tool-button:focus-visible{outline:2px solid #4787ff;outline-offset:2px}.huabu-prototype-context-menu button:hover{background:#f1f4f8}.huabu-prototype-status{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:10px;min-height:34px;padding:0 12px;color:#5f646c;font-size:12px;background:#ffffffeb;border:1px solid #e2e4e7;border-radius:7px;box-shadow:0 4px 16px #1e222814}.huabu-prototype-status strong{color:#25282d;font-variant-numeric:tabular-nums}.huabu-prototype-upload{cursor:pointer;color:#326fd1}.huabu-prototype-upload input{display:none}
