*{box-sizing:border-box}body{margin:0;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#1f2937;background:#eef2f8}#app{min-height:100vh}.app-shell{height:100vh;display:grid;grid-template-columns:260px 1fr;gap:16px;padding:16px}.sidebar{background:linear-gradient(180deg,#111827,#1f2937);border-radius:16px;color:#fff;padding:16px 12px;display:flex;flex-direction:column;overflow:hidden}.brand{display:flex;gap:10px;align-items:center;padding:6px}.logo{width:38px;height:38px;border-radius:10px;background:#4f46e5;font-weight:700;display:grid;place-items:center}.brand-title,.brand-sub,.user-name,.user-role{margin:0}.brand-title{font-size:15px}.brand-sub{margin-top:2px;font-size:12px;color:#94a3b8}.user-card{margin:14px 6px;padding:12px;border-radius:12px;background:#ffffff14}.user-name{font-size:15px;font-weight:700}.user-role{margin-top:6px;font-size:13px;color:#e2e8f0}.menu{display:flex;flex-direction:column;gap:8px}.menu-item{display:flex;gap:10px;align-items:center;padding:10px;border-radius:10px;color:#cbd5e1;text-decoration:none}.menu-item-icon{font-size:16px;line-height:1;color:#e2e8f0c7}.menu-item-title{flex:1;min-width:0}.menu-item-badge{flex-shrink:0;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center}.menu-item:hover,.menu-item.active{background:#6366f140;color:#fff}.menu-item:hover .menu-item-icon,.menu-item.active .menu-item-icon{color:#fff}.logout-btn{margin-top:auto;color:#1f2937;background:#fff;border:1px solid #94a3b8;border-radius:8px;padding:8px 10px}.content-wrap{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.content-header{padding:16px 18px 8px;border-bottom:1px solid #e5e7eb}.content-header h2{margin:0 0 4px}.content-body{padding:16px 18px;overflow:auto}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin-bottom:14px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-head--divided{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eef2f7}.panel-head h3{margin:0;font-weight:700}.vf-stage1-task-tabs{margin-bottom:12px}.panel>h3{margin:0;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.stat-label{margin:0;color:#64748b;font-size:13px}.stat-value{margin:8px 0 0;font-size:24px;font-weight:700;color:#1d4ed8}.table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}table{width:100%;border-collapse:collapse}th,td{border:1px solid #e5e7eb;padding:10px;font-size:13px;text-align:left}th{background:#f8fafc;color:#64748b}input:not([type=checkbox]):not([type=radio]),textarea,select{width:100%;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}button:not(.ant-btn):not(.ant-input-password-icon){width:auto;cursor:pointer;background:#fff}input[type=checkbox],input[type=radio]{width:auto;padding:0;border:0}.btn{border-color:#cbd5e1}.btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.btn-ghost{color:#334155;background:#fff}.btn-ghost:hover{color:#4f46e5;border-color:#6366f1}.form-row{margin-bottom:12px}.form-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px}.check-list{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.check-list label{display:flex;align-items:center;gap:6px;font-size:13px}.check-list input{width:auto}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0f172a73;display:grid;place-items:center;padding:16px}.modal{width:min(780px,96vw);max-height:84vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 20px 60px #02061740;padding:16px}.modal h4{margin:0 0 12px}.modal-sm{width:min(420px,96vw)}.modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.vf-modal .ant-modal-content{border-radius:12px;padding:0;overflow:hidden}.vf-modal .ant-modal-header{margin:0;padding:14px 18px;border-bottom:1px solid #f1f5f9}.vf-modal .ant-modal-title{font-size:15px;font-weight:600;color:#111827}.vf-modal .ant-modal-body{padding:16px 18px 10px}.vf-form .ant-form-item{margin-bottom:12px}.vf-form .ant-form-item-label>label{color:#334155;font-size:13px;font-weight:500}.vf-form .ant-input,.vf-form .ant-input-password,.vf-form .ant-input-affix-wrapper,.vf-form .ant-select-selector{border-radius:8px}.vf-form .ant-select{width:100%}.vf-form input.ant-input{height:32px;line-height:30px}.vf-form .ant-input-affix-wrapper{height:32px;padding:0 11px}.vf-form .ant-input-affix-wrapper>input.ant-input{height:100%;line-height:30px}.vf-form .ant-select-single .ant-select-selector{height:32px;padding:0 11px}.vf-form .ant-select-single .ant-select-selection-item,.vf-form .ant-select-single .ant-select-selection-placeholder{line-height:30px}.vf-form .ant-input-affix-wrapper{width:100%}.vf-form .ant-input-affix-wrapper>input.ant-input{border:0;padding:0;box-shadow:none;background:transparent}.vf-form textarea.ant-input{min-height:96px;line-height:1.5;resize:vertical}.form-item-span-2{grid-column:1 / -1}.vf-check-group{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fafcff}.vf-check-group .ant-checkbox-group{display:block;width:100%}.vf-check-group .ant-checkbox-wrapper{display:inline-flex;align-items:center;line-height:1.5;margin:0}.vf-check-group .ant-checkbox{top:0}.vf-check-group .ant-checkbox-input{width:16px;height:16px}.vf-check-group .ant-checkbox+span{padding-inline-start:8px}.vf-check-options{display:flex;flex-wrap:wrap;gap:8px 16px}.vf-check-options .ant-checkbox-wrapper{min-width:100px}.tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;color:#b45309;background:#fef3c7}.tag-normal{color:#0369a1;background:#e0f2fe}.muted{color:#6b7280}.error-text{margin:6px 0;color:#dc2626}.hint{color:#6b7280;font-size:13px}.code-tags{display:flex;flex-wrap:wrap;gap:4px}.workflow-editor{display:flex;flex-direction:column;gap:12px}.workflow-steps{margin-bottom:14px}.workflow-steps-wrap{margin-bottom:16px;padding:12px 16px;border:1px solid #e8edf3;border-radius:12px;background:linear-gradient(180deg,#fafcff,#f4f7fb);display:flex;justify-content:flex-start;align-items:center;min-height:52px}.workflow-steps-wrap .workflow-steps{margin-bottom:0;flex:0 1 auto}.workflow-steps :deep(.ant-steps){justify-content:flex-start;align-items:center}.workflow-steps :deep(.ant-steps-item){flex:0 0 auto!important;min-width:140px;overflow:visible;padding-bottom:0}.workflow-steps :deep(.ant-steps-item-container){display:flex;align-items:center}.workflow-steps :deep(.ant-steps-item-content){min-height:auto}.workflow-steps :deep(.ant-steps-item-title){line-height:1.4;padding-inline-end:0}.workflow-steps :deep(.ant-steps.ant-steps-small .ant-steps-item-tail){top:50%;transform:translateY(-50%);margin-top:0;padding:0 12px}.library-editor-steps{overflow-x:auto;width:auto;max-width:100%}.library-editor-steps :deep(.ant-steps-item-title){font-size:13px;color:#475569!important}.library-editor-steps :deep(.ant-steps-item-process .ant-steps-item-title){color:#1d4ed8!important;font-weight:600}.library-editor-steps .ant-steps-item{flex:0 0 150px!important;max-width:150px}.library-editor-steps .ant-steps-item-title{white-space:nowrap}.prev-stage-box{padding:10px 12px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;margin-bottom:12px}.prev-stage-box h4{margin:0 0 8px}.prev-stage-item{border-top:1px solid #e2e8f0;padding-top:8px;margin-top:8px}.prev-stage-item:first-of-type{border-top:0;margin-top:0;padding-top:0}.prev-title{margin:0 0 6px;font-weight:600}.file-list{display:flex;flex-wrap:wrap;gap:8px}.file-list a{color:#2563eb}.upload-type-hint{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:8px}.vf-upload-dragger.ant-upload-wrapper .ant-upload-drag{border-radius:10px;border-color:#cbd5e1;background:#f8fafc}.vf-upload-dragger.ant-upload-wrapper .ant-upload-drag:hover{border-color:#60a5fa}.upload-drop-inner{padding:8px 0;text-align:center}.upload-drop-icon{font-size:26px;line-height:1}.upload-drop-title{margin:8px 0 2px;color:#1f2937;font-size:13px}.upload-drop-desc{margin:0;color:#6b7280;font-size:12px}.stage-file-groups{display:flex;flex-direction:column;gap:10px}.stage-file-group{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fafcff}.stage-file-group-title{display:flex;align-items:center;gap:8px;margin-bottom:6px}.file-list-rich{gap:6px}.file-link-item{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;border:1px solid #dbe4ef;background:#fff;font-size:12px;text-decoration:none}.file-link-item:hover{border-color:#93c5fd;background:#eff6ff}.stage-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.asset-media-card{position:relative}.image-thumb-item{display:block;border-radius:8px;border:1px solid #dbe4ef;background:#fff;overflow:hidden;aspect-ratio:1 / 1}.image-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.image-thumb-item video{width:100%;height:100%;object-fit:cover;display:block;background:#0f172a}.image-thumb-item:hover{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f626}.audio-default-cover{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#334155;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.audio-cover-icon{font-size:24px}.audio-cover-text{font-size:11px;letter-spacing:.08em;font-weight:600}.asset-type-badge{position:absolute;left:0;top:0;z-index:2;font-size:10px;line-height:1;padding:4px 6px;border-radius:999px;color:#fff;background:#1e40afd9}.asset-download-btn{position:absolute;left:0;bottom:0;z-index:2;font-size:10px;line-height:1;padding:4px 6px;border-radius:999px;color:#fff;text-decoration:none;background:#0f172abf}.asset-download-btn:hover{background:#1e293beb}.asset-delete-btn{position:absolute;right:0;bottom:0;z-index:2;height:22px;padding-inline:8px;font-size:10px}.asset-delete-icon-btn{position:absolute;top:0;right:0;z-index:3;width:22px;min-width:22px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#ff4d4f!important;background:#ffffffeb!important;border:none!important;box-shadow:0 1px 4px #0f172a1f}.asset-delete-icon-btn:hover,.asset-delete-icon-btn:focus{color:#cf1322!important;background:#fff!important;border:none!important}.asset-remark-icon-btn{position:absolute;right:0;bottom:0;z-index:2;width:22px;min-width:22px;height:22px;padding:0;line-height:20px;font-size:12px}.rte-editor img{cursor:pointer!important;-webkit-user-select:none;user-select:none}.mb12{margin-bottom:12px}.workflow-log-box{margin-top:14px;border-top:1px solid #e2e8f0;padding-top:12px}.workflow-log-box h4{margin:0 0 8px}.state-page{min-height:100vh;display:grid;place-items:center;text-align:center}.route-loading-bar{position:fixed;left:0;top:0;width:100%;height:3px;z-index:3000;pointer-events:none;background:linear-gradient(90deg,#1890ff00,#1890ff 30%,#69b1ff,#1890ff 70%,#1890ff00);background-size:200% 100%;animation:route-loading-slide .9s linear infinite}@keyframes route-loading-slide{0%{background-position:100% 0}to{background-position:-100% 0}}.vf-filter-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:0;margin-bottom:16px;background:transparent;border:none;border-radius:0}.vf-filter-bar .vf-filter-select{width:148px}.vf-filter-bar .vf-filter-range{width:260px}.vf-filter-bar .vf-filter-range.ant-picker{height:32px;border-radius:6px;border-color:#d9d9d9;background:#fff;padding-inline:11px}.vf-filter-bar .vf-filter-search{flex:1;min-width:240px;max-width:420px}.vf-filter-bar .vf-filter-search-icon{color:#94a3b8;font-size:14px}.vf-filter-bar .vf-filter-actions{display:flex;gap:8px;margin-left:auto}.vf-filter-bar .ant-select-selector{height:32px!important;border-radius:6px!important;border-color:#d9d9d9!important;background:#fff!important;box-shadow:none!important;padding-inline:11px!important}.vf-filter-bar .ant-select-single .ant-select-selector{align-items:center}.vf-filter-bar .ant-select-selection-item,.vf-filter-bar .ant-select-selection-placeholder{line-height:30px!important}.vf-filter-bar .ant-input-affix-wrapper{height:32px!important;padding:0 11px!important;border-radius:6px!important;border:1px solid #d9d9d9!important;background:#fff!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important}.vf-filter-bar .ant-input-affix-wrapper>input.ant-input{height:30px!important;line-height:30px!important;padding:0!important;border:none!important;box-shadow:none!important;background:transparent!important;font-size:14px}.vf-filter-bar .ant-input-affix-wrapper>input.ant-input::placeholder{color:#bfbfbf}.vf-filter-bar .ant-input-affix-wrapper:hover,.vf-filter-bar .ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#4096ff!important}.vf-filter-bar .ant-input-affix-wrapper-focused,.vf-filter-bar .ant-select-focused .ant-select-selector{border-color:#1677ff!important;box-shadow:0 0 0 2px #0591ff1a!important}.vf-filter-bar .ant-btn{height:32px;border-radius:6px;padding-inline:15px}@media (max-width: 980px){.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh}.content-wrap{min-height:70vh}.stats-grid,.form-grid,.check-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.vf-table .ant-table-cell{overflow:hidden}.vf-table-has-index .ant-table-thead>tr>th:first-child,.vf-table-has-index .ant-table-tbody>tr>td:first-child{width:48px;min-width:48px;max-width:48px;padding-left:4px;padding-right:4px}.cell-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-link{color:#1677ff;cursor:pointer}.cell-link:hover{text-decoration:underline}.vf-table-actions{display:inline-flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;max-width:100%}.vf-table-actions .ant-space{flex-wrap:nowrap!important;white-space:nowrap}.vf-table-actions .ant-space-item,.vf-table-actions .ant-btn,.vf-table-actions .ant-btn-link,.vf-table-actions a{white-space:nowrap}.ant-modal-wrap.vf-asset-preview-modal .ant-modal{width:960px!important;max-width:calc(100vw - 32px)!important;padding-bottom:0}.ant-modal-wrap.vf-asset-preview-modal .ant-modal-content{width:100%!important;display:flex;flex-direction:column}.ant-modal-wrap.vf-asset-preview-modal .ant-modal-header{margin:0;flex-shrink:0}.ant-modal-wrap.vf-asset-preview-modal .ant-modal-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:860px}.ant-modal-wrap.vf-asset-preview-modal .ant-modal-body{width:100%;height:560px!important;min-height:560px!important;max-height:560px!important;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-toolbar{flex-shrink:0;margin-bottom:10px;text-align:center;color:#64748b;font-size:13px}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-body{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;flex:1;min-height:0}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-body--media,.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-body--audio{width:100%;height:100%;min-height:0;box-sizing:border-box}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-viewport{flex:1;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc;border-radius:8px}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-audio{width:min(100%,520px)}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-img,.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-video{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-video{background:#000}.ant-modal-wrap.vf-asset-preview-modal .asset-file-preview-nav{flex-shrink:0;font-size:28px;line-height:1;padding:0 8px;color:#475569}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
