.media-library{display:flex;flex-direction:column;height:100%;min-height:520px;overflow:hidden;background:var(--ant-color-bg-container);border:1px solid var(--pro-panel-border-color, var(--ant-color-border-secondary));border-radius:var(--pro-panel-border-radius, 8px);box-shadow:var(--pro-panel-shadow, none)}.media-library--picker{min-height:0;height:100%;border:0;border-radius:0;box-shadow:none}.media-library__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:10px 16px;border-bottom:1px solid var(--pro-panel-border-color, var(--ant-color-border-secondary));flex-shrink:0}.media-library__toolbar-title{margin:0;font-size:15px;font-weight:600;color:var(--ant-color-text);white-space:nowrap}.media-library__body{display:flex;flex:1;min-height:0;position:relative}.media-library__nav{width:168px;flex-shrink:0;padding:12px 8px;border-right:1px solid var(--pro-panel-border-color, var(--ant-color-border-secondary));background:var(--ant-color-fill-alter, transparent)}.media-library__nav-item{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--ant-color-text);cursor:pointer;font-size:14px;text-align:left}.media-library__nav-item:hover{background:var(--ant-color-fill-secondary)}.media-library__nav-item.is-active{background:var(--ant-color-primary-bg);color:var(--ant-color-primary);font-weight:600}.media-library__main{display:flex;flex:1;min-width:0;min-height:0}.media-library__files{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.media-library__files-inner{flex:1;min-height:0;overflow:auto}.media-library__files-inner .ant-spin-nested-loading,.media-library__files-inner .ant-spin-container{min-height:100%}.media-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;padding:16px}.media-library__card{position:relative;overflow:hidden;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-bg-container);cursor:pointer;transition:border-color .15s,box-shadow .15s}.media-library__card:hover,.media-library__card.is-active{border-color:var(--ant-color-primary);box-shadow:0 0 0 2px var(--ant-color-primary-bg)}.media-library__card-check{position:absolute;top:8px;left:8px;z-index:2;opacity:0;pointer-events:none;transition:opacity .15s}.media-library__card:hover .media-library__card-check,.media-library__card.is-checked .media-library__card-check{opacity:1;pointer-events:auto}.media-library__thumb{display:flex;align-items:center;justify-content:center;height:132px;overflow:hidden;background:var(--ant-color-fill-tertiary)}.media-library__thumb img,.media-library__thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-library__thumb--sm{width:40px;height:40px}.media-library__thumb--sm .media-library__thumb-icon .anticon{font-size:18px}.media-library__thumb--sm .media-library__thumb-icon span{display:none}.media-library__thumb-icon{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--ant-color-text-secondary);font-size:12px}.media-library__thumb-icon .anticon{font-size:32px}.media-library__thumb-icon.is-pdf{color:#cf1322}.media-library__thumb-icon.is-video{color:#fff}.media-library__thumb.is-video{background:#141414}.media-library__overlay{position:absolute;inset:0 0 auto;height:132px;display:flex;align-items:center;justify-content:center;gap:8px;background:#00000073;opacity:0;pointer-events:none;transition:opacity .15s}.media-library__card:hover .media-library__overlay{opacity:1;pointer-events:auto}.media-library__meta{padding:8px 10px 10px}.media-library__name{font-size:13px;line-height:1.4;color:var(--ant-color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-library__sub{margin-top:2px;font-size:12px;color:var(--ant-color-text-tertiary)}.media-library__list{padding:8px 12px 12px}.media-library__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:8px 16px;border-top:1px solid var(--pro-panel-border-color, var(--ant-color-border-secondary));flex-shrink:0}.media-library__drop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:var(--ant-color-primary-bg);border:2px dashed var(--ant-color-primary);color:var(--ant-color-primary);font-size:16px;font-weight:600;pointer-events:none}.media-library__empty{padding:48px 24px}.media-picker-modal .ant-modal-body{padding:0;height:640px}:host,:root{--w-e-textarea-bg-color:#fff;--w-e-textarea-color:#333;--w-e-textarea-border-color:#ccc;--w-e-textarea-slight-border-color:#e8e8e8;--w-e-textarea-slight-color:#d4d4d4;--w-e-textarea-slight-bg-color:#f5f2f0;--w-e-textarea-selected-border-color:#b4d5ff;--w-e-textarea-handler-bg-color:#4290f7;--w-e-toolbar-color:#595959;--w-e-toolbar-bg-color:#fff;--w-e-toolbar-active-color:#333;--w-e-toolbar-active-bg-color:#f1f1f1;--w-e-toolbar-disabled-color:#999;--w-e-toolbar-border-color:#e8e8e8;--w-e-modal-button-bg-color:#fafafa;--w-e-modal-button-border-color:#d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th{line-height:1.5}.w-e-text-container sub,.w-e-text-container sup{line-height:inherit}.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.no-scroll{width:100%}.w-e-text-container .w-e-scroll{height:100%;-webkit-overflow-scrolling:touch}.w-e-text-container [data-slate-editor]{outline:0;white-space:pre-wrap;word-wrap:break-word;border-top:1px solid transparent;min-height:100%;padding:0 10px}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;padding:5px 10px;text-align:center;top:40px;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after,.w-e-menu-tooltip-v5:before{opacity:0;position:absolute;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:after{border-color:transparent transparent var(--w-e-toolbar-active-color) transparent;border-style:solid;border-width:5px;content:"";top:30px}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-color:transparent var(--w-e-toolbar-active-color) transparent transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal button,.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color)}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{background-color:var(--w-e-toolbar-bg-color);font-feature-settings:"tnum";font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-color-ewtzuf{color:#000}.w-e-color-4xvty2{color:#262626}.w-e-color-sqycuk{color:#595959}.w-e-color-3z8psd{color:#8c8c8c}.w-e-color-wksmh8{color:#bfbfbf}.w-e-color-paasa7{color:#d9d9d9}.w-e-color-6bm9m5{color:#e9e9e9}.w-e-color-l91prz{color:#f5f5f5}.w-e-color-k3jp27{color:#fafafa}.w-e-color-67tap4{color:#fff}.w-e-color-tunwkj{color:#e13c39}.w-e-color-s85xre{color:#e75f33}.w-e-color-xx8cx7{color:#eb903a}.w-e-color-8hp23z{color:#f5db4d}.w-e-color-vbyzhj{color:#72c040}.w-e-color-a0scch{color:#59bfc0}.w-e-color-786vrv{color:#4290f7}.w-e-color-jztut9{color:#3658e2}.w-e-color-wh1hr9{color:#6a39c9}.w-e-color-enuf5u{color:#d84493}.w-e-color-ofga0e{color:#fbe9e6}.w-e-color-n2n1ob{color:#fcede1}.w-e-color-o0q9nf{color:#fcefd4}.w-e-color-e2ltc0{color:#fcfbcf}.w-e-color-sx4s4b{color:#e7f6d5}.w-e-color-t4t3jr{color:#daf4f0}.w-e-color-j4jejh{color:#d9edfa}.w-e-color-wb7pdv{color:#e0e8fa}.w-e-color-f3wgv5{color:#ede1f8}.w-e-color-omv2nm{color:#f6e2ea}.w-e-color-qn194t{color:#ffa39e}.w-e-color-mdg9z8{color:#ffbb96}.w-e-color-hl8b9g{color:#ffd591}.w-e-color-4bm5ce{color:#fffb8f}.w-e-color-xyf4ks{color:#b7eb8f}.w-e-color-wj8ykc{color:#87e8de}.w-e-color-9gfdr3{color:#91d5ff}.w-e-color-hsaivy{color:#adc6ff}.w-e-color-v3pqyx{color:#d3adf7}.w-e-color-5sw276{color:#ffadd2}.w-e-color-bsc56c{color:#ff4d4f}.w-e-color-qg254p{color:#ff7a45}.w-e-color-sg36qp{color:#ffa940}.w-e-color-6556xy{color:#ffec3d}.w-e-color-byp7re{color:#73d13d}.w-e-color-eyz4ng{color:#36cfc9}.w-e-color-9xmyha{color:#40a9ff}.w-e-color-g6x347{color:#597ef7}.w-e-color-qkkoll{color:#9254de}.w-e-color-4uljq8{color:#f759ab}.w-e-color-2zmrji{color:#cf1322}.w-e-color-8epkxl{color:#d4380d}.w-e-color-6ff92a{color:#d46b08}.w-e-color-6j9t63{color:#d4b106}.w-e-color-xsysfa{color:#389e0d}.w-e-color-qic72q{color:#08979c}.w-e-color-oounuc{color:#096dd9}.w-e-color-dcs2ck{color:#1d39c4}.w-e-color-nkq71x{color:#531dab}.w-e-color-v640ve{color:#c41d7f}.w-e-color-beewzy{color:#820014}.w-e-color-dsgatp{color:#871400}.w-e-color-du7iiy{color:#873800}.w-e-color-aoputq{color:#614700}.w-e-color-mkf87m{color:#135200}.w-e-color-l4iwsq{color:#00474f}.w-e-color-p38mu9{color:#003a8c}.w-e-color-z5ty33{color:#061178}.w-e-color-6t1egh{color:#22075e}.w-e-color-i6ncxa{color:#780650}.w-e-bg-color-704qgs{background-color:#000}.w-e-bg-color-fwpfd7{background-color:#262626}.w-e-bg-color-477xa6{background-color:#595959}.w-e-bg-color-nkdmaz{background-color:#8c8c8c}.w-e-bg-color-gndi0b{background-color:#bfbfbf}.w-e-bg-color-9cvnta{background-color:#d9d9d9}.w-e-bg-color-pwr64r{background-color:#e9e9e9}.w-e-bg-color-5bmlb2{background-color:#f5f5f5}.w-e-bg-color-464kla{background-color:#fafafa}.w-e-bg-color-psy77q{background-color:#fff}.w-e-bg-color-eol2qk{background-color:#e13c39}.w-e-bg-color-d233xf{background-color:#e75f33}.w-e-bg-color-pe10xx{background-color:#eb903a}.w-e-bg-color-zh1r48{background-color:#f5db4d}.w-e-bg-color-msrni9{background-color:#72c040}.w-e-bg-color-1hl0d7{background-color:#59bfc0}.w-e-bg-color-y7jks4{background-color:#4290f7}.w-e-bg-color-4tr0za{background-color:#3658e2}.w-e-bg-color-nxu5rz{background-color:#6a39c9}.w-e-bg-color-64n36k{background-color:#d84493}.w-e-bg-color-8i15jh{background-color:#fbe9e6}.w-e-bg-color-757x7e{background-color:#fcede1}.w-e-bg-color-83b56i{background-color:#fcefd4}.w-e-bg-color-xnqpum{background-color:#fcfbcf}.w-e-bg-color-czpnne{background-color:#e7f6d5}.w-e-bg-color-d7dz2u{background-color:#daf4f0}.w-e-bg-color-374a2k{background-color:#d9edfa}.w-e-bg-color-gdskwy{background-color:#e0e8fa}.w-e-bg-color-yp1ddr{background-color:#ede1f8}.w-e-bg-color-8pfy6p{background-color:#f6e2ea}.w-e-bg-color-apm4nw{background-color:#ffa39e}.w-e-bg-color-6g15ib{background-color:#ffbb96}.w-e-bg-color-1nt6sj{background-color:#ffd591}.w-e-bg-color-nwr1v0{background-color:#fffb8f}.w-e-bg-color-i1003v{background-color:#b7eb8f}.w-e-bg-color-gltu3f{background-color:#87e8de}.w-e-bg-color-t1ka9p{background-color:#91d5ff}.w-e-bg-color-1uvef1{background-color:#adc6ff}.w-e-bg-color-f6ami0{background-color:#d3adf7}.w-e-bg-color-pe0yps{background-color:#ffadd2}.w-e-bg-color-w4tcbw{background-color:#ff4d4f}.w-e-bg-color-hwut5f{background-color:#ff7a45}.w-e-bg-color-jwvurf{background-color:#ffa940}.w-e-bg-color-x4hvy7{background-color:#ffec3d}.w-e-bg-color-3fhvs4{background-color:#73d13d}.w-e-bg-color-6frso6{background-color:#36cfc9}.w-e-bg-color-1efmi0{background-color:#40a9ff}.w-e-bg-color-7npr4x{background-color:#597ef7}.w-e-bg-color-i1dcmb{background-color:#9254de}.w-e-bg-color-vty8qh{background-color:#f759ab}.w-e-bg-color-nc3yp2{background-color:#cf1322}.w-e-bg-color-sr6s35{background-color:#d4380d}.w-e-bg-color-qrwg7u{background-color:#d46b08}.w-e-bg-color-qvr0bn{background-color:#d4b106}.w-e-bg-color-imvylb{background-color:#389e0d}.w-e-bg-color-bc9d8r{background-color:#08979c}.w-e-bg-color-9iru0d{background-color:#096dd9}.w-e-bg-color-xp99i4{background-color:#1d39c4}.w-e-bg-color-8end7y{background-color:#531dab}.w-e-bg-color-mmwow4{background-color:#c41d7f}.w-e-bg-color-md8if3{background-color:#820014}.w-e-bg-color-or9w8u{background-color:#871400}.w-e-bg-color-ot13y3{background-color:#873800}.w-e-bg-color-b1gcxp{background-color:#614700}.w-e-bg-color-mx5qbl{background-color:#135200}.w-e-bg-color-lh9ewp{background-color:#00474f}.w-e-bg-color-ji79v{background-color:#003a8c}.w-e-bg-color-am3iip{background-color:#061178}.w-e-bg-color-75rwkg{background-color:#22075e}.w-e-bg-color-t5gycf{background-color:#780650}.w-e-font-size-okzesi{font-size:12px}.w-e-font-size-okzfj7{font-size:13px}.w-e-font-size-okzg9w{font-size:14px}.w-e-font-size-okzh0l{font-size:15px}.w-e-font-size-okzhra{font-size:16px}.w-e-font-size-okzjzd{font-size:19px}.w-e-font-size-ol01s1{font-size:22px}.w-e-font-size-ol039f{font-size:24px}.w-e-font-size-ol06yw{font-size:29px}.w-e-font-size-ol0ork{font-size:32px}.w-e-font-size-ol1a9p{font-size:40px}.w-e-font-size-ol1g79{font-size:48px}.w-e-font-family-u0ju81{font-family:黑体}.w-e-font-family-u06buz{font-family:仿宋}.w-e-font-family-u0ariz{font-family:楷体}.w-e-font-family-6uqaji{font-family:标楷体}.w-e-font-family-w9792n{font-family:华文仿宋}.w-e-font-family-w9boqn{font-family:华文楷体}.w-e-font-family-u08e9z{font-family:宋体}.w-e-font-family-xzvn93{font-family:微软雅黑}.w-e-font-family-nbqzij{font-family:Arial}.w-e-font-family-ljm044{font-family:Tahoma}.w-e-font-family-ohnbdm{font-family:Verdana}.w-e-font-family-hmdqt{font-family:Times New Roman}.w-e-font-family-qur2ze{font-family:Courier New}.w-e-text-align-g1w4xb{text-align:left}.w-e-text-align-8k65m7{text-align:center}.w-e-text-align-i96wy{text-align:right}.w-e-text-align-klzjuo{text-align:justify}.w-e-line-height-11is3t{line-height:1}.w-e-line-height-9qd9zn{line-height:1.15}.w-e-line-height-76rj3g{line-height:1.5}.w-e-line-height-11is3u{line-height:2}.w-e-line-height-76rju5{line-height:2.5}.w-e-line-height-11is3v{line-height:3}.w-e-indent-d1l1vd{text-indent:2em}.w-e-indent-dozaza{text-indent:24px}.w-e-indent-dozcgo{text-indent:26px}.w-e-indent-dozdy2{text-indent:28px}.w-e-indent-dozv01{text-indent:30px}.w-e-indent-dozwhf{text-indent:32px}.w-e-indent-dp00xl{text-indent:38px}.w-e-indent-dp0kyc{text-indent:44px}.w-e-indent-dp0nx4{text-indent:48px}.w-e-indent-dp1awn{text-indent:58px}.w-e-indent-dp1uxe{text-indent:64px}.w-e-indent-dp31xo{text-indent:80px}.w-e-indent-dp3tdd{text-indent:96px}.w-e-text-style-underline-offset{text-underline-offset:.15em}.w-e-text-style-wavy-underline{text-decoration-line:underline;text-decoration-style:wavy;text-underline-offset:.3em}.w-e-text-style-wavy-underline-with-emphasis{text-underline-offset:.8em}.w-e-text-style-emphasis-dot{-webkit-text-emphasis-position:under;text-emphasis-position:under left;-webkit-text-emphasis-style:filled dot;text-emphasis-style:filled dot}.w-e-text-style-emphasis-dot-with-wavy{line-height:2}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre.w-e-code-block{position:relative}.w-e-text-container [data-slate-editor] pre.w-e-code-block .w-e-code-block-copy-button{background-color:#fff;border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px;color:#666;cursor:pointer;font-size:12px;height:24px;line-height:1;min-width:56px;opacity:0;padding:0 8px;position:absolute;right:8px;top:8px;transition:opacity .15s ease;z-index:1}.w-e-text-container [data-slate-editor] pre.w-e-code-block .w-e-code-block-copy-button:focus,.w-e-text-container [data-slate-editor] pre.w-e-code-block:hover .w-e-code-block-copy-button{opacity:1}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [contenteditable=false] .w-e-image-container:hover,.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px;display:block;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;text-align:left;text-indent:0;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal;word-wrap:normal;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}.w-e-list-color-ewtzuf{color:#000}.w-e-list-color-4xvty2{color:#262626}.w-e-list-color-sqycuk{color:#595959}.w-e-list-color-3z8psd{color:#8c8c8c}.w-e-list-color-wksmh8{color:#bfbfbf}.w-e-list-color-paasa7{color:#d9d9d9}.w-e-list-color-6bm9m5{color:#e9e9e9}.w-e-list-color-l91prz{color:#f5f5f5}.w-e-list-color-k3jp27{color:#fafafa}.w-e-list-color-67tap4{color:#fff}.w-e-list-color-tunwkj{color:#e13c39}.w-e-list-color-s85xre{color:#e75f33}.w-e-list-color-xx8cx7{color:#eb903a}.w-e-list-color-8hp23z{color:#f5db4d}.w-e-list-color-vbyzhj{color:#72c040}.w-e-list-color-a0scch{color:#59bfc0}.w-e-list-color-786vrv{color:#4290f7}.w-e-list-color-jztut9{color:#3658e2}.w-e-list-color-wh1hr9{color:#6a39c9}.w-e-list-color-enuf5u{color:#d84493}.w-e-list-color-ofga0e{color:#fbe9e6}.w-e-list-color-n2n1ob{color:#fcede1}.w-e-list-color-o0q9nf{color:#fcefd4}.w-e-list-color-e2ltc0{color:#fcfbcf}.w-e-list-color-sx4s4b{color:#e7f6d5}.w-e-list-color-t4t3jr{color:#daf4f0}.w-e-list-color-j4jejh{color:#d9edfa}.w-e-list-color-wb7pdv{color:#e0e8fa}.w-e-list-color-f3wgv5{color:#ede1f8}.w-e-list-color-omv2nm{color:#f6e2ea}.w-e-list-color-qn194t{color:#ffa39e}.w-e-list-color-mdg9z8{color:#ffbb96}.w-e-list-color-hl8b9g{color:#ffd591}.w-e-list-color-4bm5ce{color:#fffb8f}.w-e-list-color-xyf4ks{color:#b7eb8f}.w-e-list-color-wj8ykc{color:#87e8de}.w-e-list-color-9gfdr3{color:#91d5ff}.w-e-list-color-hsaivy{color:#adc6ff}.w-e-list-color-v3pqyx{color:#d3adf7}.w-e-list-color-5sw276{color:#ffadd2}.w-e-list-color-bsc56c{color:#ff4d4f}.w-e-list-color-qg254p{color:#ff7a45}.w-e-list-color-sg36qp{color:#ffa940}.w-e-list-color-6556xy{color:#ffec3d}.w-e-list-color-byp7re{color:#73d13d}.w-e-list-color-eyz4ng{color:#36cfc9}.w-e-list-color-9xmyha{color:#40a9ff}.w-e-list-color-g6x347{color:#597ef7}.w-e-list-color-qkkoll{color:#9254de}.w-e-list-color-4uljq8{color:#f759ab}.w-e-list-color-2zmrji{color:#cf1322}.w-e-list-color-8epkxl{color:#d4380d}.w-e-list-color-6ff92a{color:#d46b08}.w-e-list-color-6j9t63{color:#d4b106}.w-e-list-color-xsysfa{color:#389e0d}.w-e-list-color-qic72q{color:#08979c}.w-e-list-color-oounuc{color:#096dd9}.w-e-list-color-dcs2ck{color:#1d39c4}.w-e-list-color-nkq71x{color:#531dab}.w-e-list-color-v640ve{color:#c41d7f}.w-e-list-color-beewzy{color:#820014}.w-e-list-color-dsgatp{color:#871400}.w-e-list-color-du7iiy{color:#873800}.w-e-list-color-aoputq{color:#614700}.w-e-list-color-mkf87m{color:#135200}.w-e-list-color-l4iwsq{color:#00474f}.w-e-list-color-p38mu9{color:#003a8c}.w-e-list-color-z5ty33{color:#061178}.w-e-list-color-6t1egh{color:#22075e}.w-e-list-color-i6ncxa{color:#780650}.w-e-list-item .w-e-list-marker{background:transparent;border:0;color:inherit;flex:0 0 auto;font:inherit;line-height:inherit;min-width:1.5em;padding:0;text-align:right}.w-e-list-item .w-e-list-marker:is(button){cursor:pointer}.w-e-list-outline-actions{background:#fff;border:1px solid #d9d9d9;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;min-width:176px;padding:4px;position:absolute;z-index:3}.w-e-list-outline-actions .w-e-list-outline-action{background:transparent;border:0;color:#333;cursor:pointer;font-size:14px;padding:6px 8px;text-align:left;width:100%}.w-e-list-outline-actions .w-e-list-outline-action:focus-visible,.w-e-list-outline-actions .w-e-list-outline-action:hover{background:#f5f5f5;outline:0}@keyframes w-e-table-cell-selection-pulse{0%,to{opacity:1}50%{opacity:.72}}.w-e-text-container [data-slate-editor] .table-container{border-radius:0;margin-top:10px;overflow-x:auto;padding:0;position:relative;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse;table-layout:fixed}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;overflow:hidden;overflow-wrap:break-word;padding:3px 5px;white-space:pre-wrap;word-break:break-all}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-text-container [data-slate-editor] .w-e-table-selection-overlay{height:0;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:0;z-index:2}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment{background-color:#fffffff2;box-sizing:border-box;pointer-events:none;position:absolute}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment:after{animation:w-e-table-cell-selection-pulse 1.2s ease-in-out infinite;background-color:#002d87;content:"";position:absolute}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-horizontal:after{height:2px;left:0;width:100%}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-vertical:after{height:100%;top:0;width:2px}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-top:after{top:0}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-right:after{right:0}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-bottom:after{bottom:0}.w-e-text-container [data-slate-editor] .w-e-table-selection-segment-left:after{left:0}.w-e-text-container [data-slate-editor] table.table-selection-none ::-moz-selection{background:none}.w-e-text-container [data-slate-editor] table.table-selection-none ::selection{background:none}.w-e-text-container [data-slate-editor] .column-resizer{display:flex;height:0;left:0;position:absolute;top:0;width:0;z-index:1}.w-e-text-container [data-slate-editor] .column-resizer .column-resizer-item{position:relative}.w-e-text-container [data-slate-editor] .resizer-line-hotzone{cursor:col-resize;opacity:0;position:absolute;right:0;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;width:6px}.w-e-text-container [data-slate-editor] .resizer-line-hotzone .resizer-line{background:#1456f0cc;height:100%;margin-left:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:2px}.w-e-text-container [data-slate-editor] .resizer-line-hotzone.visible{visibility:visible}.w-e-text-container [data-slate-editor] .resizer-line-hotzone.highlight{opacity:1}.w-e-text-container [data-slate-editor] .row-resizer{display:flex;flex-direction:column;height:0;left:0;position:absolute;top:0;width:0;z-index:1}.w-e-text-container [data-slate-editor] .row-resizer .row-resizer-item{position:relative}.w-e-text-container [data-slate-editor] .resizer-line-hotzone-horizontal{bottom:0;cursor:row-resize;height:6px;opacity:0;position:absolute;transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.w-e-text-container [data-slate-editor] .resizer-line-hotzone-horizontal .resizer-line-horizontal{background:#1456f0cc;height:2px;margin-top:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.w-e-text-container [data-slate-editor] .resizer-line-hotzone-horizontal.visible{visibility:visible}.w-e-text-container [data-slate-editor] .resizer-line-hotzone-horizontal.highlight{opacity:1}@media(prefers-reduced-motion:reduce){.w-e-text-container [data-slate-editor] .w-e-table-selection-segment:after{animation:none}}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse;table-layout:fixed}.w-e-panel-content-table td,.w-e-panel-content-table th{overflow:hidden;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-all}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-modal .w-e-table-property-modal{min-width:310px}.w-e-modal .w-e-table-property-modal .babel-container{align-items:center;display:flex;margin-bottom:10px}.w-e-modal .w-e-table-property-modal .babel-container>span{margin-bottom:0}.w-e-modal .w-e-table-property-modal .w-e-table-property-label{color:var(--w-e-toolbar-color);flex:0 0 82px;line-height:20px;min-height:32px;white-space:nowrap}.w-e-modal .w-e-table-property-modal .w-e-table-property-controls{flex:1;min-width:0}.w-e-modal .w-e-table-property-modal span.babel-container-number,.w-e-modal .w-e-table-property-modal span.babel-container-select{display:block}.w-e-modal .w-e-table-property-modal .w-e-table-property-select{display:block;position:relative;width:100%}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-trigger{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);height:32px;padding:4px 24px 4px 8px;position:relative;text-align:left;width:100%}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-trigger:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--w-e-toolbar-disabled-color);content:"";height:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:0}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-value{display:block;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;box-shadow:0 2px 8px #0000001f;display:none;left:0;max-height:184px;overflow-y:auto;padding:4px;position:absolute;top:34px;width:100%;z-index:1}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-option{background-color:transparent;border:0;border-radius:3px;display:block;height:28px;padding:4px 8px;text-align:left;width:100%}.w-e-modal .w-e-table-property-modal .w-e-table-property-select-option.active,.w-e-modal .w-e-table-property-modal .w-e-table-property-select-option:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-modal .w-e-table-property-modal .w-e-table-property-number{border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;display:block;height:32px;position:relative;width:128px}.w-e-modal .w-e-table-property-modal .w-e-table-property-number input[type=number]{background-color:transparent;border:0;height:30px;padding-right:28px;width:100%}.w-e-modal .w-e-table-property-modal .w-e-table-property-unit{color:var(--w-e-toolbar-disabled-color);display:inline;line-height:1;margin-bottom:0;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.w-e-modal .w-e-table-property-modal span.babel-container-color{display:flex;min-height:32px}.w-e-modal .w-e-table-property-modal span.babel-container-align{display:flex}.w-e-modal .w-e-table-property-modal .w-e-table-property-align,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment{border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;display:inline-flex;overflow:hidden;width:-moz-fit-content;width:fit-content}.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-fill{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-fill .w-e-table-property-segment-button{min-width:0}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button{align-items:center;background-color:var(--w-e-modal-button-bg-color);border:0;border-radius:0;border-right:1px solid var(--w-e-modal-button-border-color);color:var(--w-e-toolbar-color);display:inline-flex;height:32px;justify-content:center;padding:0;transition:background-color .2s ease,color .2s ease}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button:last-child,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button:last-child{border-right:0}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button:hover,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button.active,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button.active{background-color:var(--w-e-toolbar-active-bg-color);box-shadow:inset 0 -2px 0 var(--w-e-toolbar-active-color);color:var(--w-e-toolbar-active-color)}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button svg,.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button svg{fill:currentColor;height:15px;width:15px}.w-e-modal .w-e-table-property-modal .w-e-table-property-align-button{width:36px}.w-e-modal .w-e-table-property-modal .w-e-table-property-segment-button{min-width:48px;padding:0 10px}.w-e-modal .w-e-table-property-modal .color-group{align-items:center;background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;cursor:pointer;display:inline-flex;height:32px;margin-bottom:0;max-width:168px;padding:4px 22px 4px 6px;position:relative;width:100%}.w-e-modal .w-e-table-property-modal .color-group:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--w-e-toolbar-disabled-color);content:"";height:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:0}.w-e-modal .w-e-table-property-modal .color-group[data-mixed=true] .color-group-block{opacity:.28}.w-e-modal .w-e-table-property-modal .color-group[data-mixed=true] .color-group-label{color:var(--w-e-toolbar-disabled-color)}.w-e-modal .w-e-table-property-modal .color-group:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-modal .w-e-table-property-modal .color-group .w-e-drop-panel{margin-top:30px}.w-e-modal .w-e-table-property-modal .color-group-wide{width:100%}.w-e-modal .w-e-table-property-modal .color-group-block{background-clip:padding-box;border:1px solid var(--w-e-textarea-slight-border-color);border-radius:3px;display:inline-flex;flex:0 0 18px;height:18px;margin-right:8px;min-height:18px;width:18px}.w-e-modal .w-e-table-property-modal .color-group-block svg{height:14px;margin:1px;width:14px}.w-e-modal .w-e-table-property-modal .color-group-label{color:var(--w-e-toolbar-color);line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-e-modal .w-e-table-property-modal .button-container{border-top:1px solid var(--w-e-textarea-slight-border-color);display:flex;justify-content:flex-end;margin-bottom:0;margin-top:2px;padding-top:10px}.w-e-modal .w-e-table-property-modal .button-container button{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color);min-width:72px}.w-e-table-layout-fixed{table-layout:fixed}.w-e-table-border-style-solid{border-style:solid}.w-e-table-border-style-dotted{border-style:dotted}.w-e-table-border-style-dashed{border-style:dashed}.w-e-table-border-style-double{border-style:double}.w-e-table-border-style-groove{border-style:groove}.w-e-table-border-style-ridge{border-style:ridge}.w-e-table-border-style-inset{border-style:inset}.w-e-table-border-style-outset{border-style:outset}.w-e-video{box-sizing:border-box;display:flex;margin:0;max-width:100%;width:100%}.w-e-video>iframe,.w-e-video>video{display:block;max-width:100%}.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow:auto;padding:10px 0}.w-e-video-align-left{justify-content:flex-start}.w-e-video-align-center{justify-content:center}.w-e-video-align-right{justify-content:flex-end}.html-editor{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden;border:1px solid var(--ant-color-border, #d9d9d9);border-radius:8px;background:#fff}.html-editor-toolbar{flex-shrink:0;border-bottom:1px solid var(--ant-color-border, #d9d9d9)}.html-editor .w-e-bar{padding:4px 8px;background:var(--ant-color-fill-alter, #fafafa)}.html-editor-body{flex:1;min-height:0!important;height:100%!important}.html-editor .w-e-text-container,.html-editor .w-e-scroll{height:100%}.html-editor .w-e-text-container{background:#fff}.html-editor .w-e-text-container [data-slate-editor]{min-height:100%;padding:12px 16px}.html-editor .w-e-text-container h1{font-size:2em;font-weight:700}.html-editor .w-e-text-container h2{font-size:1.5em;font-weight:700}.html-editor .w-e-text-container h3{font-size:1.25em;font-weight:600}.html-editor .w-e-text-container h4,.html-editor .w-e-text-container h5{font-size:1.1em;font-weight:600}.html-editor .w-e-text-container ul{list-style:disc;padding-left:1.5em}.html-editor .w-e-text-container ol{list-style:decimal;padding-left:1.5em}.html-editor .w-e-text-container img{max-width:100%;height:auto}.html-editor-form-item{flex:1;width:100%;min-height:0;margin-bottom:0!important;height:100%}.html-editor-form-item .ant-form-item-row{height:100%;flex-wrap:nowrap}.html-editor-form-item .ant-form-item-control{display:flex!important;flex-direction:column;min-width:0;min-height:0;height:100%}.html-editor-form-item .ant-form-item-control-input{display:flex;flex:1;align-items:stretch;min-height:0}.html-editor-form-item .ant-form-item-control-input-content{display:flex;flex:1;flex-direction:column;width:100%;min-height:0}.html-editor-form-item .ant-form-item-additional{flex-shrink:0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-14{height:3.5rem}.min-h-screen{min-height:100vh}.w-14{width:3.5rem}.w-\[380px\]{width:380px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.bg-\[\#f0f2f5\]{--tw-bg-opacity: 1;background-color:rgb(240 242 245 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-8{padding:2rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.font-semibold{font-weight:600}.italic{font-style:italic}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#333;background:#f0f2f5;-webkit-font-smoothing:antialiased}html,body,#root{height:100%;margin:0}.html-rich img{max-width:100%;height:auto;display:block}.html-rich table{max-width:100%}.pro-sidebar .pro-sidebar-brand{gap:8px}.pro-sidebar-brand .pro-sidebar-logo{width:24px;height:24px}.pro-sidebar-brand .pro-sidebar-title.ant-typography{font-size:18px!important;font-weight:600!important;line-height:24px!important}.product-form-tab{width:100%;padding:24px;box-sizing:border-box}.product-form-tab--fill{display:flex;flex-direction:column;height:100%;min-height:0;padding:16px;overflow:hidden}.pro-drawer-tabs.ant-tabs>.ant-tabs-content-holder{height:100%}.app-provider{--pro-panel-border-radius: 8px;--pro-panel-border-color: var(--ant-color-border);--pro-panel-shadow: var(--ant-box-shadow-tertiary);display:flex;flex-direction:column;height:100%;min-height:100%}.app-provider>.ant-app{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.theme-macos{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em}.theme-macos .pro-sidebar{--sidebar-item-radius: 8px;--sidebar-item-height: 32px;--sidebar-gutter: 10px}.theme-macos .pro-sider.ant-layout-sider{border-inline-end-color:#0000000f}.theme-macos .pro-sidebar-collapse{border-radius:8px}.theme-macos .pro-sidebar-title.ant-typography{font-weight:600;letter-spacing:-.02em}.theme-macos .ant-card{border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000a}.theme-macos .ant-card-head{border-bottom-color:#0000000f;min-height:44px}.theme-macos .ant-btn{font-weight:500;letter-spacing:-.01em}.theme-macos .ant-btn-primary:not(:disabled){box-shadow:none}.theme-macos .ant-btn-primary:not(:disabled):hover{filter:brightness(1.05)}.theme-macos .ant-input,.theme-macos .ant-select-selector,.theme-macos .ant-picker{border-color:#0000001a}.theme-macos .ant-input:hover,.theme-macos .ant-select-selector:hover,.theme-macos .ant-picker:hover{border-color:#0000002e}.theme-macos .ant-table-thead>tr>th{font-weight:500;font-size:12px;letter-spacing:-.01em;border-bottom-color:#0000000f!important}.theme-macos .ant-table-tbody>tr>td{border-bottom-color:#0000000a!important}.theme-macos .pro-table-shell .ant-table-tbody .ant-typography-strong,.theme-macos .pro-table-shell .ant-table-tbody strong{font-weight:500}.theme-macos .ant-table-wrapper .ant-table{border-radius:12px;overflow:hidden}.theme-macos .ant-tag{font-weight:500}.theme-deep-space-cyan{--pro-panel-border-color: #38424f;--pro-panel-shadow: 0 1px 3px rgba(0, 0, 0, .28);--pro-layout-tab-active-bg: rgba(0, 212, 170, .1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme-deep-space-cyan .pro-sider.ant-layout-sider{border-inline-end-color:#2a3444}.theme-deep-space-cyan .pro-sidebar{--sidebar-item-radius: 0}.theme-deep-space-cyan .pro-menu-item--selected{border-radius:0;box-shadow:inset 3px 0 #00d4aa}.theme-deep-space-cyan .pro-layout-tabs{--pro-layout-tab-curve: 0;background:#1e2736;border-bottom-color:#38424f}.theme-deep-space-cyan .pro-layout-tabs-indicator{border-radius:0;box-shadow:inset 0 2px #00d4aa}.theme-deep-space-cyan .pro-layout-tabs-indicator:before,.theme-deep-space-cyan .pro-layout-tabs-indicator:after{display:none}.theme-deep-space-cyan .pro-layout-tab-placeholder,.theme-deep-space-cyan .pro-layout-tab-floating{border-radius:0}.theme-deep-space-cyan .pro-filter-panel,.theme-deep-space-cyan .pro-table-shell{border-color:#38424f;box-shadow:var(--pro-panel-shadow)}.theme-deep-space-cyan .pro-filter-label-row>.pro-filter-label{background:#1e2736}.theme-deep-space-cyan .ant-input,.theme-deep-space-cyan .ant-input-affix-wrapper,.theme-deep-space-cyan .ant-select-selector,.theme-deep-space-cyan .ant-picker,.theme-deep-space-cyan .ant-input-number{background:#161f2e!important;border-color:#38424f!important}.theme-deep-space-cyan .ant-input:hover,.theme-deep-space-cyan .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.theme-deep-space-cyan .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.theme-deep-space-cyan .ant-picker:hover,.theme-deep-space-cyan .ant-input-number:hover{border-color:#484f58!important}.theme-deep-space-cyan .ant-input:focus,.theme-deep-space-cyan .ant-input-affix-wrapper-focused,.theme-deep-space-cyan .ant-select-focused .ant-select-selector,.theme-deep-space-cyan .ant-picker-focused,.theme-deep-space-cyan .ant-input-number-focused{border-color:#00d4aa!important;box-shadow:0 0 0 2px #00d4aa26}.theme-deep-space-cyan .ant-input::-moz-placeholder{color:#6e7681}.theme-deep-space-cyan .ant-input::placeholder,.theme-deep-space-cyan .ant-select-selection-placeholder{color:#6e7681}.theme-deep-space-cyan .ant-btn-default:not(:disabled){background:transparent;border-color:#484f58;color:#ffffffd9}.theme-deep-space-cyan .ant-btn-default:not(:disabled):hover{background:#ffffff0f;border-color:#8b949e;color:#fff}.theme-deep-space-cyan .ant-btn-primary:not(:disabled){box-shadow:0 0 12px #00d4aa33}.theme-deep-space-cyan .ant-btn-primary:not(:disabled):hover{filter:brightness(1.08)}.theme-deep-space-cyan .ant-checkbox .ant-checkbox-inner{background:#161f2e;border-color:#484f58}.theme-deep-space-cyan .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner{border-color:#00d4aa}.theme-deep-space-cyan .ant-table-thead>tr>th{font-weight:500;font-size:12px;letter-spacing:.02em;border-bottom:1px solid #38424f!important}.theme-deep-space-cyan .pro-table-shell .ant-table-tbody>tr>td{border-bottom:1px solid #2a3444!important}.theme-deep-space-cyan .ant-pagination .ant-pagination-item{background:transparent;border-color:#38424f}.theme-deep-space-cyan .ant-pagination .ant-pagination-item a{color:#ffffffa6}.theme-deep-space-cyan .ant-pagination .ant-pagination-item-active{background:transparent;border-color:#00d4aa}.theme-deep-space-cyan .ant-pagination .ant-pagination-item-active a{color:#00d4aa}.theme-deep-space-cyan .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.theme-deep-space-cyan .ant-pagination .ant-pagination-next .ant-pagination-item-link{background:transparent;border-color:#38424f;color:#ffffffa6}.theme-deep-space-cyan .ant-select-dropdown,.theme-deep-space-cyan .ant-picker-dropdown .ant-picker-panel-container{background:#232f42;border:1px solid #38424f;box-shadow:0 8px 24px #00000073}.theme-deep-space-cyan .ant-tag{border:1px solid transparent}.theme-deep-space-cyan .ant-drawer .ant-drawer-content{background:#1e2736;border-left:1px solid #38424f;box-shadow:-12px 0 40px #0000008c,-2px 0 8px #0000004d}.theme-deep-space-cyan .pro-drawer-header{padding:12px 20px;background:#1e2736;border-bottom-color:#38424f}.theme-deep-space-cyan .pro-drawer-icon{background:#00d4aa1f;border-radius:6px}.theme-deep-space-cyan .pro-drawer-title{font-size:18px;font-weight:600}.theme-deep-space-cyan .pro-drawer-icon-btn{color:#949da8}.theme-deep-space-cyan .pro-drawer-icon-btn:hover{color:#ffffffe0;background:#ffffff0f}.theme-deep-space-cyan .pro-drawer-divider{background:#38424f}.theme-deep-space-cyan .pro-drawer-content-scroll{background:#1e2736}.theme-deep-space-cyan .pro-drawer-tabs>.ant-tabs-nav{background:#151c28;border-right-color:#38424f}.theme-deep-space-cyan .pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab:hover{background-color:#ffffff0a}.theme-deep-space-cyan .pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab-active{background-color:#00d4aa14}.theme-deep-space-cyan .pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active) .pro-drawer-tab-title{color:#949da8}.theme-deep-space-cyan .pro-drawer-tabs>.ant-tabs-content-holder{background:#1e2736}.theme-deep-space-cyan .pro-drawer-footer{padding:12px 20px;background:#171f2c;border-top-color:#38424f;box-shadow:0 -4px 16px #00000040}.theme-deep-space-cyan .pro-drawer-wrapper .ant-form-item{margin-bottom:20px}.theme-deep-space-cyan .pro-drawer-wrapper .ant-form-item-label>label{color:#ffffffe0;font-weight:500}.theme-deep-space-cyan .pro-drawer-wrapper .ant-form-item-explain-error{color:#f85149}.theme-deep-space-cyan .pro-drawer-wrapper .ant-input-password .ant-input{background:transparent!important}.theme-deep-space-cyan .pro-user-profile-menu.ant-dropdown-menu,.theme-deep-space-cyan .pro-user-profile-submenu.ant-dropdown-menu{--pro-user-profile-popup-text: rgba(255, 255, 255, .92);--pro-user-profile-popup-text-secondary: #949da8;--pro-user-profile-popup-text-tertiary: #6e7681;--pro-user-profile-popup-hover-bg: rgba(255, 255, 255, .06);--pro-user-profile-popup-selected-bg: rgba(0, 212, 170, .12);--pro-user-profile-popup-selected-color: #00d4aa;--pro-user-profile-popup-bg: #1e2736}.theme-deep-space-cyan .pro-user-profile-menu.ant-dropdown-menu,.theme-deep-space-cyan .pro-user-profile-submenu.ant-dropdown-menu-submenu-popup .ant-dropdown-menu{border:1px solid #38424f;box-shadow:0 8px 24px #00000073}.theme-deep-space-cyan .pro-user-profile-menu .ant-dropdown-menu-item-divider,.theme-deep-space-cyan .pro-user-profile-submenu .ant-dropdown-menu-item-divider{background:#38424f}.pro-layout-tabs{--pro-layout-tab-curve: 8px;--pro-layout-tab-active-bg: var(--ant-color-primary-bg);--pro-layout-tab-transition: .28s cubic-bezier(.4, 0, .2, 1);display:flex;align-items:flex-end;flex-shrink:0;gap:0;min-height:36px;padding:0 4px;border-bottom:1px solid var(--ant-color-border);background:var(--ant-color-bg-container)}.pro-layout-tabs--dragging{cursor:grabbing}.pro-layout-tabs-nav{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:32px;margin-bottom:-1px;border:0;background:transparent;color:var(--ant-color-text-tertiary);cursor:pointer;transition:color .2s ease,background-color .2s ease}.pro-layout-tabs-nav:hover{color:var(--ant-color-text-secondary);background:var(--ant-color-fill-tertiary)}.pro-layout-tabs-scroll{position:relative;display:flex;align-items:flex-end;flex:1;gap:0;min-width:0;padding:4px 4px 0;overflow-x:auto;scrollbar-width:none}.pro-layout-tabs-scroll::-webkit-scrollbar{display:none}.pro-layout-tabs-indicator{position:absolute;bottom:-1px;left:0;z-index:0;height:32px;border-radius:8px 8px 0 0;background:var(--pro-layout-tab-active-bg);opacity:0;pointer-events:none;transition:transform var(--pro-layout-tab-transition),width var(--pro-layout-tab-transition),opacity .18s ease;will-change:transform,width}.pro-layout-tabs-indicator--ready{opacity:1}.pro-layout-tabs-indicator:before,.pro-layout-tabs-indicator:after{position:absolute;bottom:0;width:var(--pro-layout-tab-curve);height:var(--pro-layout-tab-curve);content:""}.pro-layout-tabs-indicator:before{left:calc(var(--pro-layout-tab-curve) * -1);background:radial-gradient(circle at 0 0,transparent var(--pro-layout-tab-curve),var(--pro-layout-tab-active-bg) calc(var(--pro-layout-tab-curve) + .5px))}.pro-layout-tabs-indicator:after{right:calc(var(--pro-layout-tab-curve) * -1);background:radial-gradient(circle at 100% 0,transparent var(--pro-layout-tab-curve),var(--pro-layout-tab-active-bg) calc(var(--pro-layout-tab-curve) + .5px))}.pro-layout-tab{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;flex-shrink:0;max-width:220px;height:32px;padding:0 12px;margin:0 2px -1px;border:0;background:transparent;color:var(--ant-color-text-secondary);font-size:13px;line-height:1;cursor:pointer;outline:none;white-space:nowrap;transition:color var(--pro-layout-tab-transition);touch-action:none}.pro-layout-tabs--dragging .pro-layout-tab{transition:color var(--pro-layout-tab-transition),transform .22s cubic-bezier(.4,0,.2,1)}.pro-layout-tab:hover:not(.pro-layout-tab--active){color:var(--ant-color-primary)}.pro-layout-tab--active{color:var(--ant-color-primary)}.pro-layout-tab--draggable{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-layout-tabs--dragging .pro-layout-tab--draggable{cursor:grabbing}.pro-layout-tab-placeholder{flex-shrink:0;height:32px;margin:0 2px -1px;border-radius:8px 8px 0 0;background:var(--ant-color-fill-quaternary, rgba(0, 0, 0, .02));transition:width .22s cubic-bezier(.4,0,.2,1)}.pro-layout-tab-floating{position:fixed;top:0;left:0;z-index:1100;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border-radius:8px 8px 0 0;background:var(--ant-color-bg-container);color:var(--ant-color-primary);box-shadow:0 6px 16px #00000014,0 2px 6px #0000000a;font-size:13px;line-height:1;pointer-events:none;will-change:transform}.pro-layout-tab-icon{display:inline-flex;align-items:center;flex-shrink:0;font-size:14px;line-height:0;transition:transform .2s ease,opacity .2s ease}.pro-layout-tab--active .pro-layout-tab-icon{transform:scale(1.05)}.pro-layout-tab-icon .anticon{font-size:14px}.pro-layout-tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .2s ease}.pro-layout-tab-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;margin-inline-start:2px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;font-size:10px;opacity:.65;cursor:pointer;touch-action:auto;transition:opacity .2s ease,background-color .2s ease,transform .2s ease}.pro-layout-tab-close:hover{opacity:1;transform:scale(1.1);background:var(--ant-color-primary-bg-hover, rgba(0, 0, 0, .06))}.pro-layout-tab-pane[hidden]{display:none!important}.pro-layout-tab-pane[data-active]{min-height:100%;min-width:0;animation:pro-layout-tab-pane-in .24s cubic-bezier(.4,0,.2,1) both}@keyframes pro-layout-tab-pane-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pro-layout-tabs-indicator,.pro-layout-tab,.pro-layout-tab-icon,.pro-layout-tab-close,.pro-layout-tab-placeholder,.pro-layout-tabs--dragging .pro-layout-tab{transition:none}.pro-layout-tab-pane[data-active]{animation:none}.pro-layout-tab--active .pro-layout-tab-icon{transform:none}}.pro-layout.ant-layout{flex:1;min-width:0;min-height:0;height:100%}.pro-layout--fill.ant-layout{flex:1 1 auto;min-height:0;height:100%}.pro-layout-main.ant-layout{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--ant-color-bg-layout)}.pro-layout-content.ant-layout-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto;background:var(--ant-color-bg-layout)}.pro-layout-content>.pro-layout-tab-pane[data-active]{display:flex;flex-direction:column;flex:1 0 auto;min-height:100%;min-width:0}.pro-sider.ant-layout-sider{background:var(--ant-layout-sider-bg, var(--ant-color-bg-layout))!important;border-inline-end:1px solid var(--ant-color-border);height:100vh;min-height:100vh;position:sticky;top:0;inset-block-start:0;overflow:hidden;padding-bottom:0!important}.pro-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;min-height:100%}.pro-sidebar{--sidebar-primary: var(--ant-color-primary);--sidebar-section-text: var(--pro-sider-text-tertiary, var(--ant-color-text-tertiary));--sidebar-text: var(--pro-sider-text, var(--ant-color-text));--sidebar-text-hover: var(--pro-sider-text, var(--ant-color-text));--sidebar-text-active: var(--pro-menu-selected-color, var(--ant-color-primary));--sidebar-text-secondary: var(--pro-sider-text-secondary, var(--ant-color-text-secondary));--sidebar-icon: var(--pro-sider-text-secondary, var(--ant-color-text-secondary));--sidebar-icon-active: var(--pro-menu-selected-color, var(--ant-color-primary));--sidebar-bg: var(--pro-surface-sidebar, var(--ant-layout-sider-bg, var(--ant-color-bg-layout)));--sidebar-hover-bg: var(--pro-menu-hover-bg, var(--ant-color-fill-tertiary));--sidebar-selected-bg: var(--pro-menu-selected-bg, var(--ant-color-primary-bg));--sidebar-border: var(--pro-sider-border, var(--ant-color-border));--sidebar-gutter: 12px;--sidebar-item-radius: 6px;--sidebar-item-height: 34px;display:flex;flex-direction:column;height:100%;min-height:100%;background:var(--sidebar-bg)}.pro-sidebar-header-wrap{display:flex;align-items:center;flex-shrink:0;height:56px;padding:0 var(--sidebar-gutter)}.pro-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:40px;flex-shrink:0}.pro-sidebar-brand{display:flex;align-items:center;gap:0px;min-width:0;flex:1}.pro-sidebar-logo{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;font-size:18px}.pro-sidebar-title.ant-typography{font-size:var(--ant-font-size-lg)!important;line-height:var(--ant-line-height-lg)!important;color:var(--sidebar-text)!important}.pro-sidebar-header-extra{flex-shrink:0}.pro-sidebar-collapse{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--sidebar-text-secondary);cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-sidebar-collapse:hover{background:var(--sidebar-hover-bg);color:var(--sidebar-text)}.pro-sidebar-actions{flex-shrink:0;padding:0 var(--sidebar-gutter) 8px}.pro-sidebar-menu-scroll{flex:1;min-height:0;overflow:auto;padding:0 var(--sidebar-gutter) 8px}.pro-sidebar-footer{flex-shrink:0;margin-top:auto;padding:4px 12px 8px;border-top:1px solid var(--sidebar-border)}.pro-sidebar-footer-row{display:flex;align-items:center;gap:6px;min-height:0}.pro-user-profile-dropdown{flex:1;min-width:0}.pro-sidebar-footer-row .ant-dropdown-trigger{width:100%}.pro-sidebar-menu{display:flex;flex-direction:column;gap:0}.pro-menu-section+.pro-menu-section{margin-top:16px}.pro-menu-section-title,.pro-menu-group-title{display:block;padding:0 8px 6px;font-size:var(--ant-font-size-sm, 12px);line-height:var(--ant-line-height-sm, 1.5);font-weight:500;letter-spacing:.02em;color:var(--sidebar-section-text)}.pro-menu-section-title.ant-typography,.pro-menu-group-title.ant-typography{color:var(--sidebar-section-text)!important}.pro-menu-section-items,.pro-menu-subitems{display:flex;flex-direction:column;gap:2px}.pro-menu-item{--pro-menu-level: 0;position:relative;display:flex;align-items:center;gap:8px;width:100%;min-height:var(--sidebar-item-height);margin:0;padding:0 8px;padding-inline-start:calc(var(--pro-menu-level) * 12px + 8px);border:0;border-radius:var(--sidebar-item-radius);background:transparent;color:var(--sidebar-text);font-family:var(--ant-font-family);font-size:var(--ant-font-size, 13px);line-height:var(--ant-line-height, 1.5385);font-weight:400;text-align:start;cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-menu-item:hover:not(:disabled):not(.pro-menu-item--selected){background:var(--sidebar-hover-bg);color:var(--sidebar-text-hover)}.pro-menu-item:hover:not(:disabled):not(.pro-menu-item--selected) .pro-menu-item-icon{color:var(--sidebar-text-hover)}.pro-menu-item--selected{color:var(--sidebar-text-active);background:var(--sidebar-selected-bg)}.pro-menu-item--selected .pro-menu-item-icon{color:var(--sidebar-icon-active)}.pro-menu-item--selected .pro-menu-item-label.ant-typography{color:var(--sidebar-text-active);font-weight:500}.pro-menu-item--selected:hover:not(:disabled){background:var(--sidebar-selected-bg);color:var(--sidebar-text-active)}.pro-menu-item--disabled{color:var(--ant-color-text-disabled);cursor:not-allowed}.pro-menu-item--disabled .pro-menu-item-label.ant-typography{color:inherit}.pro-menu-item--section,.pro-menu-item--group{padding-inline-start:8px}.pro-menu-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;font-size:16px;color:var(--sidebar-icon);transition:color .15s ease}.pro-menu-item-label{flex:1;min-width:0}.pro-menu-item-label.ant-typography{color:inherit;font-size:inherit;line-height:inherit}.pro-menu-item-chevron{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-inline-start:auto;font-size:10px;color:var(--sidebar-text-secondary)}.pro-user-profile-trigger{display:flex;width:100%;align-items:center;gap:6px;height:36px;padding:0 4px;border:0;border-radius:var(--sidebar-item-radius);background:transparent;cursor:pointer;transition:background-color .15s ease}.pro-user-profile-trigger:hover{background:var(--sidebar-hover-bg)}.pro-user-profile-trigger--collapsed{width:36px;height:36px;justify-content:center;padding-inline:0;margin-inline:auto}.pro-user-profile-meta{display:inline-flex;align-items:center;gap:4px;min-width:0;flex:1}.pro-user-profile-name.ant-typography{flex:1;min-width:0;text-align:start;font-size:var(--ant-font-size);font-weight:500;color:var(--sidebar-text)}.pro-user-profile-menu-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0}.pro-user-profile-menu-label{flex-shrink:0}.pro-user-profile-menu-desc{flex-shrink:0;font-size:var(--ant-font-size-sm, 12px)}.pro-user-profile-menu.ant-dropdown-menu,.pro-user-profile-submenu.ant-dropdown-menu{--pro-user-profile-popup-text: rgba(0, 0, 0, .88);--pro-user-profile-popup-text-secondary: rgba(0, 0, 0, .65);--pro-user-profile-popup-text-tertiary: rgba(0, 0, 0, .45);--pro-user-profile-popup-hover-bg: #f5f5f5;--pro-user-profile-popup-selected-bg: #e6f4ff;--pro-user-profile-popup-selected-color: #1890ff;--pro-user-profile-popup-bg: #ffffff}.pro-user-profile-menu.ant-dropdown-menu{padding:4px;background:var(--pro-user-profile-popup-bg)!important}.pro-user-profile-submenu.ant-dropdown-menu-submenu-popup{padding:0!important;background:transparent!important;box-shadow:none!important}.pro-user-profile-menu .pro-user-profile-menu-label,.pro-user-profile-submenu .pro-user-profile-menu-label{color:var(--pro-user-profile-popup-text)!important}.pro-user-profile-menu .pro-user-profile-menu-desc,.pro-user-profile-submenu .pro-user-profile-menu-desc{color:var(--pro-user-profile-popup-text-secondary)!important}.pro-user-profile-menu .ant-dropdown-menu-item,.pro-user-profile-submenu .ant-dropdown-menu-item{padding-inline:12px;border-radius:4px;color:var(--pro-user-profile-popup-text)!important}.pro-user-profile-menu .ant-dropdown-menu-item:hover,.pro-user-profile-submenu .ant-dropdown-menu-item:hover{background:var(--pro-user-profile-popup-hover-bg)!important;color:var(--pro-user-profile-popup-text)!important}.pro-user-profile-menu .ant-dropdown-menu-item-selected,.pro-user-profile-submenu .ant-dropdown-menu-item-selected{background:var(--pro-user-profile-popup-selected-bg)!important;color:var(--pro-user-profile-popup-selected-color)!important}.pro-user-profile-menu .ant-dropdown-menu-submenu-title{display:flex;align-items:center;gap:8px;padding-block:6px!important;padding-left:12px!important;padding-right:12px!important;border-radius:4px;color:var(--pro-user-profile-popup-text)!important;background:transparent!important}.pro-user-profile-menu .ant-dropdown-menu-submenu-title:hover{background:var(--pro-user-profile-popup-hover-bg)!important;color:var(--pro-user-profile-popup-text)!important}.pro-user-profile-menu .ant-dropdown-menu-submenu-selected>.ant-dropdown-menu-submenu-title,.pro-user-profile-menu .ant-dropdown-menu-submenu-active>.ant-dropdown-menu-submenu-title,.pro-user-profile-menu .ant-dropdown-menu-submenu-open>.ant-dropdown-menu-submenu-title{color:var(--pro-user-profile-popup-text)!important;background:var(--pro-user-profile-popup-hover-bg)!important}.pro-user-profile-menu .ant-dropdown-menu-submenu-selected>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-label,.pro-user-profile-menu .ant-dropdown-menu-submenu-active>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-label,.pro-user-profile-menu .ant-dropdown-menu-submenu-open>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-label{color:var(--pro-user-profile-popup-text)!important}.pro-user-profile-menu .ant-dropdown-menu-submenu-selected>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-desc,.pro-user-profile-menu .ant-dropdown-menu-submenu-active>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-desc,.pro-user-profile-menu .ant-dropdown-menu-submenu-open>.ant-dropdown-menu-submenu-title .pro-user-profile-menu-desc{color:var(--pro-user-profile-popup-text-secondary)!important}.pro-user-profile-menu .ant-dropdown-menu-title-content{flex:0 1 auto;min-width:0}.pro-user-profile-menu .ant-dropdown-menu-title-content:has(.pro-user-profile-menu-row){flex:1 1 auto}.pro-user-profile-menu .ant-dropdown-menu-submenu-title>.anticon,.pro-user-profile-menu .ant-dropdown-menu-submenu-expand-icon{flex-shrink:0;margin-inline-start:auto;font-size:10px;color:var(--pro-user-profile-popup-text-tertiary)!important}.pro-user-profile-chevron{flex-shrink:0;font-size:10px;color:var(--sidebar-text-secondary)}.pro-sidebar-notify{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:0;border:0;border-radius:var(--sidebar-item-radius);background:transparent;cursor:pointer;transition:background-color .15s ease}.pro-sidebar-notify:hover{background:var(--sidebar-hover-bg)}.pro-sidebar--collapsed .pro-sidebar-header-wrap{justify-content:center;padding:0 8px}.pro-sidebar--collapsed .pro-sidebar-header{justify-content:center;width:auto}.pro-sidebar--collapsed .pro-sidebar-collapse{width:34px;height:34px;border-radius:var(--sidebar-item-radius);font-size:16px}.pro-sidebar--collapsed .pro-sidebar-menu-scroll{padding-inline:8px}.pro-sidebar--collapsed .pro-menu-item{width:34px;min-height:34px;height:34px;margin-inline:auto;padding:0;justify-content:center}.pro-sidebar--collapsed .pro-menu-section+.pro-menu-section{margin-top:12px;padding-top:12px;border-top:1px solid var(--sidebar-border)}.pro-sidebar--collapsed .pro-menu-section-items,.pro-sidebar--collapsed .pro-menu-subitems{align-items:center}.pro-sidebar--collapsed .pro-menu-item-tooltip-trigger{display:flex;justify-content:center;width:100%}.pro-filter-panel{background:var(--ant-color-bg-container);padding:20px 24px;border-radius:var(--pro-panel-border-radius);border:1px solid var(--pro-panel-border-color);box-shadow:var(--pro-panel-shadow)}.pro-filter-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;align-items:end}.pro-filter-grid-col-1{grid-column:span 1}.pro-filter-grid-col-2{grid-column:span 2}.pro-filter-grid-col-3{grid-column:span 3}.pro-filter-grid-col-4{grid-column:span 4}.pro-filter-grid-col-5{grid-column:span 5}.pro-filter-grid-col-6{grid-column:span 6}.pro-filter-grid-col-7{grid-column:span 7}.pro-filter-grid-col-8{grid-column:span 8}.pro-filter-grid-col-9{grid-column:span 9}.pro-filter-grid-col-10{grid-column:span 10}.pro-filter-grid-col-11{grid-column:span 11}.pro-filter-grid-col-12{grid-column:span 12}.pro-filter-label-row{position:relative}.pro-filter-label-row>.pro-filter-label,.pro-filter-label-row>.ant-tooltip-disabled-compatible-wrapper{position:absolute;left:12px;top:-10px;z-index:10;line-height:0}.pro-filter-label-row>.ant-tooltip-disabled-compatible-wrapper .pro-filter-label{position:static}.pro-filter-label-row>.pro-filter-label{padding:0 8px;font-size:12px;font-weight:400;line-height:1.5;background:var(--ant-color-bg-container);transition:color .2s;pointer-events:none}.pro-filter-label-row>.pro-filter-control,.pro-filter-label-row>.pro-filter-control>.ant-input,.pro-filter-label-row>.pro-filter-control>.ant-input-affix-wrapper,.pro-filter-label-row>.pro-filter-control>.ant-select{width:100%}.pro-filter-label-row>.pro-filter-error{margin-top:4px;font-size:12px;color:var(--ant-color-error)}.pro-filter-label--default{color:var(--ant-color-text-secondary)}.pro-filter-label--focused{color:var(--ant-color-primary)}.pro-filter-label--error{color:var(--ant-color-error)}.pro-filter-label--disabled{color:var(--ant-color-text-disabled)}.pro-filter-actions{display:flex;align-items:center;min-height:var(--ant-control-height)}.pro-filter-actions .ant-space{flex-wrap:nowrap}.pro-filter-actions .ant-btn{min-width:72px}.pro-drawer-root{width:100%;height:100%}.pro-drawer-body{display:flex;flex-direction:column;height:100%}.pro-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--ant-color-border);background:var(--ant-color-bg-container)}.pro-drawer-header-left{display:flex;align-items:center;gap:12px}.pro-drawer-icon{padding:8px;background:var(--ant-color-primary-bg);color:var(--ant-color-primary);border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.pro-drawer-title{margin:0;font-size:20px;font-weight:600;color:var(--ant-color-text)}.pro-drawer-header-right{display:flex;align-items:center;gap:0}.pro-drawer-header-extra{display:flex;align-items:center}.pro-drawer-icon-btn{border:0;background:transparent;padding:4px;border-radius:4px;color:var(--ant-color-text-tertiary);transition:background-color .2s,color .2s;outline:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.pro-drawer-icon-btn:hover{background:var(--ant-color-fill-secondary)}.pro-drawer-divider{height:16px;width:1px;background:var(--ant-color-border);margin:0}@media(max-width:640px){.pro-drawer-divider{display:none}}.pro-drawer-content{display:flex;flex:1;min-height:0;overflow:hidden}.pro-drawer-content-scroll{flex:1;overflow-y:auto;background:var(--ant-color-bg-container)}.pro-drawer-wrapper{height:100%}.pro-drawer-footer{border-top:1px solid var(--ant-color-border);padding:16px;background:var(--ant-color-bg-container);display:flex;justify-content:flex-end;gap:12px}.pro-drawer-tabs{height:100%;width:100%;min-height:0;flex:1}.pro-drawer-tabs>.ant-tabs-nav{margin:0!important;width:200px;min-width:200px;border-right:1px solid var(--ant-color-border);background-color:var(--ant-color-bg-layout);padding:0}.pro-drawer-tabs>.ant-tabs-nav:before{display:none}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{padding:0}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-nav-list{width:100%}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab{position:relative;margin:0!important;border-radius:0;border:0!important;padding:10px 12px!important;transition:background-color .2s,color .2s}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab:hover{background-color:var(--pro-menu-hover-bg, var(--ant-color-fill-tertiary))}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab-active{background-color:var(--ant-color-primary-bg)}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-tab-active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ant-color-primary);border-radius:0}.pro-drawer-tabs>.ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.pro-drawer-tabs>.ant-tabs-content-holder{min-width:0;background-color:var(--ant-color-bg-container)}.pro-drawer-tabs>.ant-tabs-content-holder>.ant-tabs-content{height:100%}.pro-drawer-tabs>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{height:100%;overflow-y:auto}.pro-drawer-tab-label{display:flex;align-items:center;gap:10px;text-align:left}.pro-drawer-tab-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;font-size:16px;line-height:1;color:var(--ant-color-text-tertiary)}.pro-drawer-tabs .ant-tabs-tab-active .pro-drawer-tab-icon{color:var(--ant-color-primary)}.pro-drawer-tab-title{font-size:14px;line-height:22px;color:var(--ant-color-text)}.pro-drawer-tabs .ant-tabs-tab-active .pro-drawer-tab-title{font-weight:500;color:var(--ant-color-primary)}.pro-table .ant-table-filter-trigger{margin-inline:0}.pro-table-column-title{display:inline-flex;align-items:center;gap:4px;max-width:100%}.pro-table-column-title__text{min-width:0}.pro-table-column-title__hint{flex-shrink:0;color:var(--ant-color-text-quaternary);font-size:12px;cursor:help}.pro-table .pro-table__resize-handle{position:absolute;top:0;right:0;bottom:0;z-index:1;width:4px;margin-right:-2px;cursor:col-resize}.pro-table-shell{overflow:hidden;border-radius:var(--pro-panel-border-radius);background:var(--ant-color-bg-container);border:1px solid var(--pro-panel-border-color);box-shadow:var(--pro-panel-shadow)}.pro-table-shell .ant-table-wrapper .ant-table,.pro-table-shell .ant-table-wrapper .ant-table-container,.pro-table-shell .ant-table-wrapper .ant-table-content,.pro-table-shell .ant-table-wrapper .ant-table-thead>tr>th:first-child,.pro-table-shell .ant-table-wrapper .ant-table-thead>tr>th:last-child{border-radius:0!important}.pro-table-shell .ant-table-wrapper.pro-table .ant-table.ant-table-bordered>.ant-table-container{border-inline:none;border-top:none;border-bottom:none}.pro-table-shell .ant-table-wrapper.pro-table .ant-table-bordered .ant-table-container table th,.pro-table-shell .ant-table-wrapper.pro-table .ant-table-bordered .ant-table-container table td{border-inline-end:none!important}.pro-table-shell .ant-table-wrapper.pro-table .ant-table-bordered .ant-table-cell-fix-right-first:after,.pro-table-shell .ant-table-wrapper.pro-table .ant-table-bordered .ant-table-cell-scrollbar{border-inline-end:none!important}.pro-table__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:12px 16px;background:var(--ant-color-bg-container);border-bottom:1px solid var(--pro-panel-border-color)}.pro-table__toolbar--selection{background:var(--ant-color-bg-container)}.pro-table__toolbar-start{color:var(--ant-color-text-secondary)}.pro-table__selection-count{color:var(--ant-color-text);font-weight:600}.pro-table__selection-clear{padding-inline:0!important;color:var(--ant-color-text-secondary)!important}.pro-table__selection-clear:hover{color:var(--ant-color-text)!important;background:transparent!important}.pro-table__toolbar-start,.pro-table__toolbar-end{display:flex;align-items:center;gap:8px;min-width:0}.pro-table__toolbar-end{flex-shrink:0;margin-left:auto}.pro-table-shell .ant-table-thead>tr>th{font-weight:600;font-size:13px;color:var(--pro-table-header-color, var(--ant-table-header-color))!important;background:linear-gradient(var(--pro-table-header-bg, var(--ant-table-header-bg)),var(--pro-table-header-bg, var(--ant-table-header-bg))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:linear-gradient(var(--pro-table-header-sort-bg, var(--ant-table-header-sort-hover-bg)),var(--pro-table-header-sort-bg, var(--ant-table-header-sort-hover-bg))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-thead>tr>th.ant-table-column-has-sorters[class*=ant-table-cell-fix]:hover{background:linear-gradient(var(--pro-table-header-sort-bg, var(--ant-table-header-sort-active-bg)),var(--pro-table-header-sort-bg, var(--ant-table-header-sort-active-bg))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-thead>tr>th.ant-table-column-sort{background:linear-gradient(var(--pro-table-header-sort-bg, var(--ant-table-header-sort-active-bg)),var(--pro-table-header-sort-bg, var(--ant-table-header-sort-active-bg))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-sticky-holder{background:var(--ant-color-bg-container)}.pro-table-shell .ant-table-tbody>tr>td{color:var(--pro-table-cell-color, var(--ant-color-text))}.pro-table .pro-table-cell-text{display:block;max-width:100%;width:100%}.pro-table-shell .ant-table-tbody>tr>td.ant-table-cell-ellipsis{overflow:hidden}.pro-table .pro-table-cell-text--strong{font-weight:600;color:var( --pro-table-cell-emphasis-color, var(--pro-table-cell-color, var(--ant-color-text)) )}.pro-table-shell .ant-table-tbody .ant-typography-strong,.pro-table-shell .ant-table-tbody strong{color:var( --pro-table-cell-emphasis-color, var(--pro-table-cell-color, var(--ant-color-text)) )}.pro-table-shell .ant-table-tbody>tr:nth-child(2n)>td{background:var(--pro-table-row-stripe-bg, var(--ant-color-fill-quaternary))}.pro-table-shell .ant-table-tbody>tr:hover>td{background:var(--pro-table-row-hover-bg, var(--ant-color-fill-tertiary))!important}.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--pro-table-row-selected-bg, var(--ant-table-row-selected-bg))!important}.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:var( --pro-table-row-selected-hover-bg, var(--ant-table-row-selected-hover-bg, var(--pro-table-row-hover-bg)) )!important}.pro-table-shell .ant-table-tbody>tr>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr>td.ant-table-cell-fix-end{background:var(--ant-color-bg-container)}.pro-table-shell .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-end{background:var(--pro-table-row-stripe-bg, var(--ant-color-fill-quaternary))}.pro-table-shell .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr:hover>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr:hover>td.ant-table-cell-fix-end{background:linear-gradient(var(--pro-table-row-hover-bg, var(--ant-color-fill-tertiary)),var(--pro-table-row-hover-bg, var(--ant-color-fill-tertiary))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-tbody>tr:nth-child(2n):hover>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr:nth-child(2n):hover>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr:nth-child(2n):hover>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr:nth-child(2n):hover>td.ant-table-cell-fix-end{background:linear-gradient(var(--pro-table-row-hover-bg, var(--ant-color-fill-tertiary)),var(--pro-table-row-hover-bg, var(--ant-color-fill-tertiary))),var(--pro-table-row-stripe-bg, var(--ant-color-fill-quaternary))!important}.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-end{background:linear-gradient(var(--pro-table-row-selected-bg, var(--ant-table-row-selected-bg)),var(--pro-table-row-selected-bg, var(--ant-table-row-selected-bg))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:nth-child(2n)>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:nth-child(2n)>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:nth-child(2n)>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:nth-child(2n)>td.ant-table-cell-fix-end{background:linear-gradient(var(--pro-table-row-selected-bg, var(--ant-table-row-selected-bg)),var(--pro-table-row-selected-bg, var(--ant-table-row-selected-bg))),var(--pro-table-row-stripe-bg, var(--ant-color-fill-quaternary))!important}.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-end{background:linear-gradient(var( --pro-table-row-selected-hover-bg, var(--ant-table-row-selected-hover-bg, var(--pro-table-row-hover-bg)) ),var( --pro-table-row-selected-hover-bg, var(--ant-table-row-selected-hover-bg, var(--pro-table-row-hover-bg)) )),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-body,.pro-table-shell .ant-table-content{overscroll-behavior-x:none}.pro-table-shell--with-toolbar .pro-table__toolbar+.ant-table-wrapper.pro-table .ant-table.ant-table-bordered>.ant-table-container{border-top:none}.pro-table-shell .ant-table-summary{background:var(--ant-color-bg-container)}.pro-table-shell .ant-table-summary>tr>td,.pro-table-shell .ant-table-summary>tr>th{font-weight:600;color:var(--pro-table-header-color, var(--ant-table-header-color));background:linear-gradient(var(--pro-table-summary-bg, var(--pro-table-header-bg, var(--ant-table-header-bg))),var(--pro-table-summary-bg, var(--pro-table-header-bg, var(--ant-table-header-bg)))),var(--ant-color-bg-container)!important}.pro-table-shell .ant-table-summary>tr>td.ant-table-cell-fix-left,.pro-table-shell .ant-table-summary>tr>td.ant-table-cell-fix-right,.pro-table-shell .ant-table-summary>tr>td.ant-table-cell-fix-start,.pro-table-shell .ant-table-summary>tr>td.ant-table-cell-fix-end,.pro-table-shell .ant-table-summary>tr>th.ant-table-cell-fix-left,.pro-table-shell .ant-table-summary>tr>th.ant-table-cell-fix-right,.pro-table-shell .ant-table-summary>tr>th.ant-table-cell-fix-start,.pro-table-shell .ant-table-summary>tr>th.ant-table-cell-fix-end{background:linear-gradient(var(--pro-table-summary-bg, var(--pro-table-header-bg, var(--ant-table-header-bg))),var(--pro-table-summary-bg, var(--pro-table-header-bg, var(--ant-table-header-bg)))),var(--ant-color-bg-container)!important}.pro-table.ant-table-wrapper .ant-table-pagination.ant-pagination{margin-block:0;padding:12px 16px;background:var(--pro-table-footer-bg, var(--ant-color-fill-quaternary));border-top:1px solid var(--pro-panel-border-color)}.pro-table-column-setting{width:280px}.pro-table-column-setting__header{margin-bottom:8px}.pro-table-column-setting__list{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow:auto}.pro-table-column-setting__item{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;transition:background-color .2s ease}.pro-table-column-setting__item:hover{background:var(--ant-color-fill-quaternary)}.pro-table-column-setting__item--dragging{opacity:.55}.pro-table-column-setting__drag-handle{flex-shrink:0;color:var(--ant-color-text-quaternary);cursor:grab}.pro-table-column-setting__actions{margin-left:auto}.pro-table-column-setting__footer{margin-top:8px}.pro-table-column-setting__trigger{color:var(--ant-color-text-secondary)!important}.pro-ai-chat-ask{box-sizing:border-box;margin:12px 0 4px;max-width:100%;min-width:0;padding:12px;overflow-x:clip;border:1px solid var(--ant-color-border-secondary);border-radius:12px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-ask-title{margin-bottom:12px;font-size:13.5px;font-weight:600;line-height:1.5;color:var(--ant-color-text)}.pro-ai-chat-ask-list{display:flex;flex-direction:column;gap:14px;min-width:0}.pro-ai-chat-ask-item{min-width:0}.pro-ai-chat-ask-item-head{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.pro-ai-chat-ask-item-index{flex-shrink:0;margin-top:1px;color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary));font-family:var(--ant-font-family-code);font-size:11px;font-weight:600;letter-spacing:.04em;line-height:1.55}.pro-ai-chat-ask-question{flex:1;min-width:0;font-size:13.5px;font-weight:500;line-height:1.55;color:var(--ant-color-text)}.pro-ai-chat-ask--multi .pro-ai-chat-ask-item+.pro-ai-chat-ask-item{padding-top:12px;border-top:1px dashed var(--ant-color-border-secondary)}.pro-ai-chat-ask-options{display:flex;flex-direction:column;gap:8px;min-width:0}.pro-ai-chat-ask-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;box-sizing:border-box;width:100%;max-width:100%;padding:10px 12px;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-bg-container);color:var(--ant-color-text);font-family:var(--ant-font-family);text-align:start;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.pro-ai-chat-ask--interactive .pro-ai-chat-ask-option:hover:not(:disabled){border-color:var(--ant-color-primary-border, var(--ant-color-primary));box-shadow:0 0 0 1px color-mix(in srgb,var(--ant-color-primary) 18%,transparent)}.pro-ai-chat-ask-option:disabled{cursor:default}.pro-ai-chat-ask-option--selected{border-color:var(--ant-color-primary);background:var(--ant-color-primary-bg);box-shadow:inset 0 0 0 1px var(--ant-color-primary)}.pro-ai-chat-ask-option-label{font-size:13px;font-weight:500;line-height:1.45}.pro-ai-chat-ask-option-desc{font-size:12px;line-height:1.5;color:var(--ant-color-text-tertiary)}.pro-ai-chat-ask-input-row{margin-top:8px;min-width:0}.pro-ai-chat-ask-input{box-sizing:border-box;display:block;width:100%;max-width:100%;min-width:0;height:32px;padding:0 10px;border:1px solid var(--ant-color-border);border-radius:8px;background:var(--ant-color-bg-container);color:var(--ant-color-text);font-size:13px;font-family:var(--ant-font-family);outline:none;transition:border-color .15s ease}.pro-ai-chat-ask-input:focus{border-color:var(--ant-color-primary)}.pro-ai-chat-ask-input::-moz-placeholder{color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary))}.pro-ai-chat-ask-input::placeholder{color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary))}.pro-ai-chat-ask-input-readonly{box-sizing:border-box;max-width:100%;min-width:0;padding:6px 10px;border-radius:8px;background:var(--ant-color-bg-container);color:var(--ant-color-text-secondary);font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.pro-ai-chat-ask-footer{display:flex;justify-content:flex-end;margin-top:12px}.pro-ai-chat-ask-confirm{height:32px;padding:0 16px;border:0;border-radius:8px;background:var(--ant-color-primary);color:var(--ant-color-text-light-solid);font-size:13px;font-family:var(--ant-font-family);cursor:pointer;transition:opacity .15s ease}.pro-ai-chat-ask-confirm:hover:not(:disabled){opacity:.9}.pro-ai-chat-ask-confirm:disabled{opacity:.45;cursor:not-allowed}.pro-ai-chat-ask--answered{padding:0;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-ask-summary-head{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:0;background:transparent;color:var(--ant-color-text);font-size:13px;font-family:var(--ant-font-family);text-align:start;cursor:pointer}.pro-ai-chat-ask-summary-head:hover{background:var(--ant-color-fill-tertiary)}.pro-ai-chat-ask-summary-icon{flex-shrink:0;color:var(--ant-color-success);font-size:14px}.pro-ai-chat-ask-summary-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.pro-ai-chat-ask-summary-count{flex-shrink:0;color:var(--ant-color-text-tertiary);font-size:12px}.pro-ai-chat-ask-summary-preview{padding:0 12px 10px 34px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ant-color-text-secondary);font-size:12.5px;line-height:1.5}.pro-ai-chat-ask-summary-body{display:flex;flex-direction:column;gap:10px;padding:0 12px 12px}.pro-ai-chat-ask-summary-row{display:flex;align-items:flex-start;gap:8px}.pro-ai-chat-ask-summary-row-main{flex:1;min-width:0}.pro-ai-chat-ask-summary-q{margin-bottom:2px;color:var(--ant-color-text-tertiary);font-size:12px;line-height:1.45}.pro-ai-chat-ask-summary-a{color:var(--ant-color-text);font-size:13px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.pro-ai-chat-ask .pro-ai-chat-fold-arrow{flex-shrink:0;font-size:10px;color:var(--ant-color-text-tertiary);transition:transform .15s ease}.pro-ai-chat-ask .pro-ai-chat-fold-arrow--open{transform:rotate(90deg)}.pro-ai-chat-tool,.pro-ai-chat-tool *,.pro-ai-chat-tool *:before,.pro-ai-chat-tool *:after,.pro-ai-chat-op,.pro-ai-chat-op *,.pro-ai-chat-op *:before,.pro-ai-chat-op *:after{box-sizing:border-box}.pro-ai-chat-tool,.pro-ai-chat-op{margin:6px 0;min-width:0;overflow:hidden;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-bg-container)}.pro-ai-chat-tool-head,.pro-ai-chat-op-head{display:flex;align-items:center;gap:8px;min-width:0;padding:6px 10px 6px 12px;border:0;background:transparent;color:var(--ant-color-text);font-size:13px;font-family:var(--ant-font-family);text-align:start}.pro-ai-chat-op-head-main{display:flex;flex:1;align-items:center;gap:8px;min-width:0;overflow:hidden;padding:2px 0;border:0;background:transparent;color:inherit;font:inherit;text-align:start;cursor:pointer}.pro-ai-chat-op-head-main:disabled{cursor:default}.pro-ai-chat-tool-head:disabled,.pro-ai-chat-op-head-main:disabled{cursor:default}.pro-ai-chat-op-head:hover{background:var(--ant-color-fill-quaternary)}.pro-ai-chat-op-actions{display:flex;flex-shrink:0;align-items:center;gap:4px}.pro-ai-chat-op-view-btn{display:inline-flex;flex-shrink:0;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid var(--ant-color-border-secondary);border-radius:6px;background:var(--ant-color-bg-container);color:var(--ant-color-text-secondary);font-size:12px;font-family:var(--ant-font-family);line-height:1;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.pro-ai-chat-op-view-btn:hover:not(:disabled){border-color:var(--ant-color-primary-border, var(--ant-color-primary));color:var(--ant-color-primary);background:var(--ant-color-primary-bg)}.pro-ai-chat-op-view-btn:disabled{cursor:not-allowed;opacity:.45}.pro-ai-chat-tool-icon,.pro-ai-chat-op-icon{flex-shrink:0;color:var(--ant-color-text-secondary)}.pro-ai-chat-op--read .pro-ai-chat-op-icon{color:var(--ant-color-info)}.pro-ai-chat-op--edit .pro-ai-chat-op-icon{color:var(--ant-color-warning)}.pro-ai-chat-op--search .pro-ai-chat-op-icon{color:var(--ant-color-purple, var(--ant-color-primary))}.pro-ai-chat-op--command .pro-ai-chat-op-icon{color:var(--ant-color-success)}.pro-ai-chat-op--steps .pro-ai-chat-op-icon{color:var(--ant-color-info)}.pro-ai-chat-tool-title,.pro-ai-chat-op-title{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.pro-ai-chat-tool-detail,.pro-ai-chat-op-detail{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ant-color-text-tertiary);font-family:var(--ant-font-family-code);font-size:12px}.pro-ai-chat-op-meta{display:flex;flex-shrink:0;align-items:center;gap:6px;font-family:var(--ant-font-family-code);font-size:12px;color:var(--ant-color-text-tertiary)}.pro-ai-chat-op-badge{flex-shrink:0;padding:0 6px;border-radius:999px;background:var(--ant-color-fill-secondary);color:var(--ant-color-text-secondary);font-family:var(--ant-font-family-code);font-size:11px;line-height:18px}.pro-ai-chat-tool-status-icon,.pro-ai-chat-op-status-icon{flex-shrink:0;font-size:14px}.pro-ai-chat-tool-status-icon--running,.pro-ai-chat-op-status-icon--running{color:var(--ant-color-primary)}.pro-ai-chat-tool-status-icon--done,.pro-ai-chat-op-status-icon--done{color:var(--ant-color-success)}.pro-ai-chat-tool-status-icon--error,.pro-ai-chat-op-status-icon--error{color:var(--ant-color-error)}.pro-ai-chat-op-fold-arrow{flex-shrink:0;font-size:10px;color:var(--ant-color-text-tertiary);transition:transform .15s ease}.pro-ai-chat-op-fold-arrow--open{transform:rotate(90deg)}.pro-ai-chat-tool-output,.pro-ai-chat-op-output{margin:0;max-height:240px;overflow:auto;padding:10px 12px;border-top:1px solid var(--ant-color-border-secondary);background:var(--ant-color-fill-quaternary);color:var(--ant-color-text-secondary);font-family:var(--ant-font-family-code);font-size:12px;line-height:1.6;white-space:pre-wrap}.pro-ai-chat-op-body{max-height:280px;overflow:auto;border-top:1px solid var(--ant-color-border-secondary);background:var(--ant-color-fill-quaternary)}.pro-ai-chat-op-body>.pro-ai-chat-op-output{max-height:none;border-top:0;background:transparent}.pro-ai-chat-op-stat--add{color:var(--ant-color-success)}.pro-ai-chat-op-stat--del{color:var(--ant-color-error)}.pro-ai-chat-diff{margin:0;padding:8px 0;overflow-x:auto;font-family:var(--ant-font-family-code);font-size:12px;line-height:1.7}.pro-ai-chat-diff-line{padding:0 12px;white-space:pre;color:var(--ant-color-text-secondary)}.pro-ai-chat-diff-line--add{background:var(--ant-color-success-bg);color:var(--ant-color-success-text, var(--ant-color-success))}.pro-ai-chat-diff-line--del{background:var(--ant-color-error-bg);color:var(--ant-color-error-text, var(--ant-color-error))}.pro-ai-chat-diff-line--hunk{color:var(--ant-color-text-tertiary)}.pro-ai-chat-search-results{margin:0;padding:4px 0;list-style:none}.pro-ai-chat-search-hit{display:flex;flex-direction:column;gap:2px;padding:8px 12px}.pro-ai-chat-search-hit+.pro-ai-chat-search-hit{border-top:1px solid var(--ant-color-border-secondary)}.pro-ai-chat-search-hit-path{display:flex;align-items:baseline;gap:8px;min-width:0;font-family:var(--ant-font-family-code);font-size:12px;color:var(--ant-color-text)}.pro-ai-chat-search-hit-path-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-ai-chat-search-hit-line{flex-shrink:0;color:var(--ant-color-text-tertiary)}.pro-ai-chat-search-hit-preview{color:var(--ant-color-text-secondary);font-family:var(--ant-font-family-code);font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.pro-ai-chat-file-change{margin:6px 0;overflow:hidden;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-bg-container)}.pro-ai-chat-file-change-head{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:0;background:transparent;color:var(--ant-color-text);font-size:13px;font-family:var(--ant-font-family);text-align:start;cursor:pointer}.pro-ai-chat-file-change-head:disabled{cursor:default}.pro-ai-chat-file-change-head:not(:disabled):hover{background:var(--ant-color-fill-quaternary)}.pro-ai-chat-file-change-icon{flex-shrink:0;color:var(--ant-color-text-secondary)}.pro-ai-chat-file-change-path{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--ant-font-family-code);font-size:12.5px}.pro-ai-chat-file-change-stat{flex-shrink:0;font-family:var(--ant-font-family-code);font-size:12px}.pro-ai-chat-file-change-stat--add{color:var(--ant-color-success)}.pro-ai-chat-file-change-stat--del{color:var(--ant-color-error)}.pro-ai-chat-op--steps .pro-ai-chat-op-body{max-height:none}.pro-ai-chat-steps{margin:0;padding:8px 12px 10px;list-style:none}.pro-ai-chat-step{display:flex;gap:10px;min-width:0}.pro-ai-chat-step+.pro-ai-chat-step{margin-top:2px}.pro-ai-chat-step-rail{position:relative;display:flex;flex-shrink:0;justify-content:center;width:16px;padding-top:3px}.pro-ai-chat-step:not(:last-child) .pro-ai-chat-step-rail:after{content:"";position:absolute;top:20px;bottom:-6px;left:50%;width:1px;transform:translate(-50%);background:var(--ant-color-border-secondary)}.pro-ai-chat-step-status-icon{position:relative;z-index:1;font-size:14px;line-height:1;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-step-status-icon--done{color:var(--ant-color-success)}.pro-ai-chat-step-status-icon--running{color:var(--ant-color-primary)}.pro-ai-chat-step-status-icon--error{color:var(--ant-color-error)}.pro-ai-chat-step-status-icon--skipped{color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary))}.pro-ai-chat-step-status-icon--pending{display:inline-block;width:12px;height:12px;margin:1px 0;border:1.5px solid var(--ant-color-border);border-radius:50%;background:var(--ant-color-bg-container);box-sizing:border-box}.pro-ai-chat-step-main{flex:1;min-width:0;padding:1px 0 10px}.pro-ai-chat-step:last-child .pro-ai-chat-step-main{padding-bottom:2px}.pro-ai-chat-step-title-row{display:flex;align-items:baseline;gap:10px;min-width:0}.pro-ai-chat-step-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ant-color-text);font-size:13px;font-weight:500;line-height:1.4}.pro-ai-chat-step-aside{display:flex;flex-shrink:0;align-items:center;gap:8px}.pro-ai-chat-step-status-label{font-size:12px;line-height:1.4;color:var(--ant-color-text-tertiary)}.pro-ai-chat-step-status-label--done{color:var(--ant-color-success)}.pro-ai-chat-step-status-label--running{color:var(--ant-color-primary)}.pro-ai-chat-step-status-label--error{color:var(--ant-color-error)}.pro-ai-chat-step-status-label--pending{color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary))}.pro-ai-chat-step-duration{min-width:2.5em;color:var(--ant-color-text-tertiary);font-family:var(--ant-font-family-code);font-size:12px;line-height:1.4;text-align:end}.pro-ai-chat-step-desc{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ant-color-text-tertiary);font-family:var(--ant-font-family-code);font-size:12px;line-height:1.5}.pro-ai-chat-read-modal-title{display:flex;flex-direction:column;gap:2px;padding-right:24px;min-width:0}.pro-ai-chat-read-modal-name{font-size:15px;font-weight:600;line-height:1.4;color:var(--ant-color-text)}.pro-ai-chat-read-modal-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--ant-font-family-code);font-size:12px;font-weight:400;color:var(--ant-color-text-tertiary)}.pro-ai-chat-read-modal .pro-ai-chat-code{margin:0;max-height:min(60vh,560px);display:flex;flex-direction:column}.pro-ai-chat-read-modal .pro-ai-chat-code-body{flex:1;max-height:none;overflow:auto}.pro-ai-chat-activity,.pro-ai-chat-activity *,.pro-ai-chat-activity *:before,.pro-ai-chat-activity *:after{box-sizing:border-box}.pro-ai-chat-activity{margin:6px 0;min-width:0;border-radius:10px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-activity-head{display:flex;align-items:center;gap:8px;min-width:0;padding:8px 12px;border:0;background:transparent;color:var(--ant-color-text-secondary);font-size:13px;font-family:var(--ant-font-family);text-align:start;cursor:pointer}.pro-ai-chat-activity-head:hover{color:var(--ant-color-text)}.pro-ai-chat-activity-icon{display:inline-flex;flex-shrink:0;color:var(--ant-color-primary)}.pro-ai-chat-activity-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-ai-chat-activity--active .pro-ai-chat-activity-title{background:linear-gradient(90deg,var(--ant-color-text-tertiary) 0%,var(--ant-color-text) 50%,var(--ant-color-text-tertiary) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:pro-ai-chat-activity-shimmer 1.6s linear infinite}.pro-ai-chat-activity .pro-ai-chat-op-status-icon{flex-shrink:0;font-size:14px}.pro-ai-chat-activity .pro-ai-chat-fold-arrow{flex-shrink:0;font-size:10px;color:var(--ant-color-text-tertiary);transition:transform .15s ease}.pro-ai-chat-activity .pro-ai-chat-fold-arrow--open{transform:rotate(90deg)}.pro-ai-chat-activity-body{display:flex;flex-direction:column;gap:2px;min-width:0;padding:0 8px 8px}.pro-ai-chat-activity-thinking{padding:4px 8px 8px 28px;color:var(--ant-color-text-tertiary);font-size:12px;line-height:1.65;white-space:pre-wrap}.pro-ai-chat-activity-body .pro-ai-chat-op,.pro-ai-chat-activity-body .pro-ai-chat-tool{margin:2px 0}.pro-ai-chat-activity-body .pro-ai-chat-op-head,.pro-ai-chat-activity-body .pro-ai-chat-tool-head{padding:4px 8px 4px 10px;font-size:12px}@keyframes pro-ai-chat-activity-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.pro-ai-chat-activity--active .pro-ai-chat-activity-title{animation:none;color:var(--ant-color-text-secondary);background:none}}.pro-ai-chat-cost-tooltip-overlay .ant-tooltip-inner,.pro-ai-chat-cost-tooltip-overlay .ant-tooltip-container{padding:12px;color:var(--ant-color-text);background:var(--ant-color-bg-elevated, var(--ant-color-bg-container));box-shadow:var(--ant-box-shadow-secondary, 0 6px 16px rgba(0, 0, 0, .08))}.pro-ai-chat-cost-tooltip-overlay .ant-tooltip-arrow:before,.pro-ai-chat-cost-tooltip-overlay .ant-tooltip-arrow:after{background:var(--ant-color-bg-elevated, var(--ant-color-bg-container))}.pro-ai-chat-cost-tooltip{box-sizing:border-box;min-width:280px;max-width:420px}.pro-ai-chat-cost-tooltip *,.pro-ai-chat-cost-tooltip *:before,.pro-ai-chat-cost-tooltip *:after{box-sizing:border-box}.pro-ai-chat-cost-tooltip-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pro-ai-chat-cost-tooltip-head-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.pro-ai-chat-cost-tooltip-title{color:var(--ant-color-text);font-size:13px;font-weight:600;line-height:1.3}.pro-ai-chat-cost-tooltip-badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:4px;background:var(--ant-color-primary-bg);color:var(--ant-color-primary);font-size:11px;font-weight:500;line-height:1}.pro-ai-chat-cost-tooltip-cost{flex-shrink:0;color:var(--ant-color-text);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.2}.pro-ai-chat-cost-tooltip-info{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;padding:10px 12px;border-radius:8px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-cost-tooltip-row{display:flex;align-items:baseline;gap:10px;min-width:0}.pro-ai-chat-cost-tooltip-row-label{flex-shrink:0;width:2em;color:var(--ant-color-text-tertiary);font-size:12px;line-height:1.45}.pro-ai-chat-cost-tooltip-row-value{min-width:0;color:var(--ant-color-text);font-size:12.5px;font-weight:500;line-height:1.45;word-break:break-word}.pro-ai-chat-cost-tooltip-section-label{margin-bottom:8px;color:var(--ant-color-text-tertiary);font-size:11px;font-weight:500;letter-spacing:.04em;line-height:1.2}.pro-ai-chat-cost-tooltip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pro-ai-chat-cost-tooltip-cell{display:flex;flex-direction:column;gap:4px;min-width:0;padding:8px 10px;border:1px solid var(--ant-color-border-secondary);border-radius:8px;background:var(--ant-color-bg-container)}.pro-ai-chat-cost-tooltip-cell--total{border-color:color-mix(in srgb,var(--ant-color-primary) 28%,var(--ant-color-border-secondary));background:color-mix(in srgb,var(--ant-color-primary-bg) 65%,var(--ant-color-bg-container))}.pro-ai-chat-cost-tooltip-label{color:var(--ant-color-text-tertiary);font-size:12px;line-height:1.2}.pro-ai-chat-cost-tooltip-value{color:var(--ant-color-text);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.2}.pro-ai-chat-code{margin:10px 0;overflow:hidden;border-radius:10px;background:var(--ant-color-bg-spotlight)}.pro-ai-chat-code-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px 6px 14px;font-size:var(--ant-font-size-sm, 12px);color:color-mix(in srgb,var(--ant-color-text-light-solid) 60%,transparent)}.pro-ai-chat-code-copy{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border:0;border-radius:6px;background:transparent;color:inherit;font-size:inherit;font-family:var(--ant-font-family);cursor:pointer;transition:background-color .15s ease}.pro-ai-chat-code-copy:hover{background:color-mix(in srgb,var(--ant-color-text-light-solid) 12%,transparent);color:var(--ant-color-text-light-solid)}.pro-ai-chat-code-body{margin:0;padding:12px 14px;overflow-x:auto;color:var(--ant-color-text-light-solid);font-family:var(--ant-font-family-code);font-size:12.5px;line-height:1.7}.pro-ai-chat-system-card{box-sizing:border-box;margin:10px 0;max-width:100%;min-width:0;padding:12px 14px 14px;border:1px solid var(--ant-color-border-secondary);border-radius:12px;background:var(--ant-color-bg-container)}.pro-ai-chat-system-card *,.pro-ai-chat-system-card *:before,.pro-ai-chat-system-card *:after{box-sizing:border-box}.pro-ai-chat-system-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px 16px;min-width:0}.pro-ai-chat-system-card-copy{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.pro-ai-chat-system-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;min-width:0}.pro-ai-chat-system-card-tag{display:inline-flex;align-items:center;color:var(--ant-color-text-tertiary);font-family:var(--ant-font-family-code);font-size:10.5px;font-weight:500;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.pro-ai-chat-system-card--done .pro-ai-chat-system-card-tag{color:var(--ant-color-success)}.pro-ai-chat-system-card-done-mark{display:inline-flex;align-items:center;gap:4px;color:var(--ant-color-success);font-size:11px;font-weight:500;line-height:1.2}.pro-ai-chat-system-card-done-mark .anticon{font-size:12px}.pro-ai-chat-system-card-title{color:var(--ant-color-text);font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.4}.pro-ai-chat-system-card-desc{max-width:44em;color:var(--ant-color-text-secondary);font-size:12.5px;line-height:1.65}.pro-ai-chat-system-card-actions{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;max-width:50%}.pro-ai-chat-system-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;height:30px;padding:0 12px;border:1px solid var(--ant-color-border-secondary);border-radius:8px;background:var(--ant-color-bg-container);color:var(--ant-color-text);font-size:12.5px;font-family:var(--ant-font-family);font-weight:500;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease}.pro-ai-chat-system-card-btn .anticon{font-size:11px;transition:transform .15s ease}.pro-ai-chat-system-card-btn--primary{border-color:var(--ant-color-primary);background:var(--ant-color-primary);color:var(--ant-color-text-light-solid, #fff)}.pro-ai-chat-system-card-btn--primary:hover:not(:disabled){border-color:var(--ant-color-primary-hover);background:var(--ant-color-primary-hover)}.pro-ai-chat-system-card-btn--primary:hover:not(:disabled) .anticon{transform:translate(2px)}.pro-ai-chat-system-card-btn--primary:active:not(:disabled){border-color:var(--ant-color-primary-active);background:var(--ant-color-primary-active)}.pro-ai-chat-system-card-btn--default:hover:not(:disabled){border-color:var(--ant-color-primary-border, var(--ant-color-primary));color:var(--ant-color-primary);background:var(--ant-color-primary-bg)}.pro-ai-chat-system-card-btn:focus-visible{outline:2px solid var(--ant-color-primary-border, var(--ant-color-primary));outline-offset:2px}.pro-ai-chat-system-card-btn:disabled{cursor:not-allowed;opacity:.45}.pro-ai-chat-system-card--done .pro-ai-chat-system-card-btn--primary{border-color:var(--ant-color-border-secondary);background:var(--ant-color-fill-secondary);color:var(--ant-color-text-tertiary)}.pro-ai-chat-msg--system{justify-content:center}.pro-ai-chat-msg--system .pro-ai-chat-msg-main{width:100%;max-width:100%}.pro-ai-chat-msg-body--system{display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:480px){.pro-ai-chat-system-card-top{flex-direction:column}.pro-ai-chat-system-card-actions{max-width:100%;justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.pro-ai-chat-system-card-btn,.pro-ai-chat-system-card-btn .anticon{transition:none}}.pro-ai-chat-thinking{margin:6px 0;border-radius:10px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-thinking-head{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:0;background:transparent;color:var(--ant-color-text-secondary);font-size:13px;font-family:var(--ant-font-family);text-align:start;cursor:pointer}.pro-ai-chat-thinking-icon{display:inline-flex;color:var(--ant-color-primary)}.pro-ai-chat-thinking-title{flex:1;min-width:0}.pro-ai-chat-thinking--active .pro-ai-chat-thinking-title{background:linear-gradient(90deg,var(--ant-color-text-tertiary) 0%,var(--ant-color-text) 50%,var(--ant-color-text-tertiary) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:pro-ai-chat-thinking-shimmer 1.6s linear infinite}.pro-ai-chat-thinking-body{padding:0 12px 10px 32px;color:var(--ant-color-text-tertiary);font-size:13px;line-height:1.7;white-space:pre-wrap}.pro-ai-chat-thinking .pro-ai-chat-fold-arrow{flex-shrink:0;font-size:10px;color:var(--ant-color-text-tertiary);transition:transform .15s ease}.pro-ai-chat-thinking .pro-ai-chat-fold-arrow--open{transform:rotate(90deg)}@keyframes pro-ai-chat-thinking-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.pro-ai-chat-thinking--active .pro-ai-chat-thinking-title{animation:none;color:var(--ant-color-text-secondary);background:none}}.pro-ai-chat{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;background:var(--ant-color-bg-container)}.pro-ai-chat-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px 24px 40px}.pro-ai-chat-content{display:flex;flex-direction:column;gap:28px;margin:0 auto}.pro-ai-chat-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;color:var(--ant-color-text-tertiary);font-size:var(--ant-font-size)}.pro-ai-chat-msg{display:flex;align-items:flex-start;gap:12px}.pro-ai-chat-msg--user{justify-content:flex-end}.pro-ai-chat-msg-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.pro-ai-chat-msg--user .pro-ai-chat-msg-main{flex:0 1 auto;max-width:78%;align-items:flex-end}.pro-ai-chat-msg-body{min-width:0;width:100%}.pro-ai-chat-msg--user .pro-ai-chat-msg-body{width:auto;max-width:100%;padding:10px 14px;border-radius:12px 12px 4px;background:var(--ant-color-primary-bg)}.pro-ai-chat-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:8px;font-size:15px;overflow:hidden}.pro-ai-chat-avatar img,.pro-ai-chat-avatar .ant-avatar{width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.pro-ai-chat-avatar--assistant{background:var(--ant-color-primary-bg);color:var(--ant-color-primary)}.pro-ai-chat-msg-name{font-size:var(--ant-font-size-sm, 12px);font-weight:500;line-height:1.4;color:var(--ant-color-text-secondary)}.pro-ai-chat-system{text-align:center;font-size:var(--ant-font-size-sm, 12px);color:var(--ant-color-text-tertiary)}.pro-ai-chat-md{font-size:var(--ant-font-size);line-height:1.75;color:var(--ant-color-text);overflow-wrap:break-word}.pro-ai-chat-md p{margin:0}.pro-ai-chat-md p+p,.pro-ai-chat-md p+ul,.pro-ai-chat-md p+ol,.pro-ai-chat-md ul+p,.pro-ai-chat-md ol+p{margin-top:10px}.pro-ai-chat-md ul,.pro-ai-chat-md ol{margin:0;padding-inline-start:22px}.pro-ai-chat-md li+li{margin-top:4px}.pro-ai-chat-md li::marker{color:var(--ant-color-text-tertiary)}.pro-ai-chat-md-h{margin:0;font-weight:600;line-height:1.5;color:var(--ant-color-text)}.pro-ai-chat-md-h1{font-size:18px}.pro-ai-chat-md-h2{font-size:16px}.pro-ai-chat-md-h3,.pro-ai-chat-md-h4{font-size:var(--ant-font-size)}.pro-ai-chat-md blockquote{margin:0;padding:2px 0 2px 12px;border-left:3px solid var(--ant-color-border);color:var(--ant-color-text-secondary)}.pro-ai-chat-md a{color:var(--ant-color-link, var(--ant-color-primary))}.pro-ai-chat-inline-code{padding:1px 5px;border-radius:4px;background:var(--ant-color-fill-tertiary);font-family:var(--ant-font-family-code);font-size:.88em}.pro-ai-chat-fold-arrow{flex-shrink:0;font-size:10px;color:var(--ant-color-text-tertiary);transition:transform .15s ease}.pro-ai-chat-fold-arrow--open{transform:rotate(90deg)}.pro-ai-chat-cursor{display:inline-block;width:8px;height:1.05em;margin-left:2px;border-radius:1px;vertical-align:-.18em;background:var(--ant-color-primary);animation:pro-ai-chat-blink .9s steps(2,start) infinite}.pro-ai-chat-footer{display:flex;align-items:center;gap:8px;margin-top:6px;min-height:26px}.pro-ai-chat-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .15s ease}.pro-ai-chat-msg:hover .pro-ai-chat-actions,.pro-ai-chat-actions:focus-within{opacity:1}.pro-ai-chat-action{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ant-color-text-tertiary);font-size:13px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-ai-chat-action:hover{background:var(--ant-color-fill-tertiary);color:var(--ant-color-text)}.pro-ai-chat-msg-meta{display:inline-flex;align-items:center;margin-left:auto;font-variant-numeric:tabular-nums;font-size:12px;line-height:26px;color:var(--ant-color-text-quaternary, var(--ant-color-text-tertiary));-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-ai-chat-msg-meta-wrap,.pro-ai-chat-msg-meta-item{display:inline-flex;align-items:center}.pro-ai-chat-msg-meta-item--tip{cursor:help;border-bottom:1px dashed color-mix(in srgb,currentColor 45%,transparent)}.pro-ai-chat-msg-meta-sep{margin:0 6px;opacity:.7}.pro-ai-chat-error{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--ant-color-error);font-size:13px}.pro-ai-chat-error-retry{padding:0;border:0;background:transparent;color:var(--ant-color-primary);font-size:inherit;font-family:var(--ant-font-family);cursor:pointer}.pro-ai-chat-error-retry:hover{text-decoration:underline}.pro-ai-chat-jump{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--ant-color-border-secondary);border-radius:999px;background:var(--ant-color-bg-elevated);box-shadow:var(--ant-box-shadow-secondary);color:var(--ant-color-text-secondary);font-size:13px;font-family:var(--ant-font-family);cursor:pointer;transition:color .15s ease,border-color .15s ease}.pro-ai-chat-jump:hover{color:var(--ant-color-text);border-color:var(--ant-color-primary-border, var(--ant-color-primary))}@keyframes pro-ai-chat-blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.pro-ai-chat-cursor{animation:none}}.pro-ai-chat-layout{--pro-ai-chat-pane-width: 420px;--pro-ai-chat-terminal-height: 220px;display:flex;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;overflow:hidden;background:var(--ant-color-bg-container)}.pro-ai-chat-layout-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:10px 16px;border-bottom:1px solid var(--ant-color-border-secondary)}.pro-ai-chat-layout-header-left,.pro-ai-chat-layout-header-right{display:flex;align-items:center;gap:8px;min-width:0}.pro-ai-chat-layout-header-right{margin-inline-start:auto;flex-shrink:0}.pro-ai-chat-layout-body{display:flex;flex:1;min-height:0;min-width:0;overflow:hidden}.pro-ai-chat-layout-chat,.pro-ai-chat-layout-preview{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden}.pro-ai-chat-layout-preview-main{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden}.pro-ai-chat-layout-chat>*,.pro-ai-chat-layout-preview-main>*{flex:1;min-height:0;min-width:0;height:100%;overflow:hidden}.pro-ai-chat-layout--terminal-maximized .pro-ai-chat-layout-preview-main{display:none}.pro-ai-chat-layout-chat[hidden],.pro-ai-chat-layout-preview[hidden]{display:none!important}.pro-ai-chat-layout--chat .pro-ai-chat-layout-chat,.pro-ai-chat-layout--preview .pro-ai-chat-layout-preview{flex:1}.pro-ai-chat-layout--split .pro-ai-chat-layout-chat{flex:0 0 var(--pro-ai-chat-pane-width);width:var(--pro-ai-chat-pane-width);align-self:stretch}.pro-ai-chat-layout--split .pro-ai-chat-layout-preview{flex:1;align-self:stretch}.pro-ai-chat-layout-resizer{position:relative;z-index:2;flex:0 0 5px;width:5px;margin-inline:-2px;cursor:col-resize;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-ai-chat-layout-resizer-bar{position:absolute;inset-block:0;inset-inline-start:2px;width:1px;background:var(--ant-color-border-secondary);transition:background-color .15s ease,width .15s ease,inset-inline-start .15s ease}.pro-ai-chat-layout-resizer:hover .pro-ai-chat-layout-resizer-bar,.pro-ai-chat-layout-resizer:focus-visible .pro-ai-chat-layout-resizer-bar,.pro-ai-chat-layout--dragging .pro-ai-chat-layout-resizer-bar{inset-inline-start:1px;width:3px;background:var(--ant-color-primary)}.pro-ai-chat-layout-resizer:focus-visible{outline:none}.pro-ai-chat-layout--dragging{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-ai-chat-layout--dragging-terminal{cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-ai-chat-layout--dragging .pro-ai-chat-layout-iframe,.pro-ai-chat-layout--dragging-terminal .pro-ai-chat-layout-iframe{pointer-events:none}.pro-ai-chat-layout-terminal-resizer{position:relative;z-index:2;flex:0 0 5px;height:5px;margin-block:-2px;cursor:row-resize;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-ai-chat-layout-terminal-resizer-bar{position:absolute;inset-inline:0;inset-block-start:2px;height:1px;background:var(--ant-color-border-secondary);transition:background-color .15s ease,height .15s ease,inset-block-start .15s ease}.pro-ai-chat-layout-terminal-resizer:hover .pro-ai-chat-layout-terminal-resizer-bar,.pro-ai-chat-layout-terminal-resizer:focus-visible .pro-ai-chat-layout-terminal-resizer-bar,.pro-ai-chat-layout--dragging-terminal .pro-ai-chat-layout-terminal-resizer-bar{inset-block-start:1px;height:3px;background:var(--ant-color-primary)}.pro-ai-chat-layout-terminal-resizer:focus-visible{outline:none}.pro-ai-chat-layout-terminal{display:flex;flex-direction:column;flex:0 0 var(--pro-ai-chat-terminal-height);height:var(--pro-ai-chat-terminal-height);min-height:0;min-width:0;overflow:hidden;border-top:1px solid var(--ant-color-border-secondary);background:var(--ant-color-bg-container)}.pro-ai-chat-layout-terminal--collapsed{flex:0 0 auto;height:auto}.pro-ai-chat-layout-terminal--maximized{flex:1;height:auto}.pro-ai-chat-layout-terminal-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;height:36px;padding:0 8px 0 10px;background:var(--ant-color-fill-quaternary);border-bottom:1px solid var(--ant-color-border-secondary)}.pro-ai-chat-layout-terminal--collapsed .pro-ai-chat-layout-terminal-bar{border-bottom:0}.pro-ai-chat-layout-terminal-bar-start{display:inline-flex;align-items:center;gap:6px;flex:1;min-width:0;height:100%}.pro-ai-chat-layout-terminal-bar-end{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-width:0}.pro-ai-chat-layout-terminal-icon{flex-shrink:0;color:var(--ant-color-text-secondary);font-size:14px}.pro-ai-chat-layout-terminal-title{overflow:hidden;color:var(--ant-color-text);font-size:13px;font-weight:500;font-family:var(--ant-font-family);line-height:1;white-space:nowrap;text-overflow:ellipsis}.pro-ai-chat-layout-terminal-bar-actions{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.pro-ai-chat-layout-terminal--with-tabs .pro-ai-chat-layout-terminal-bar-start .pro-ai-chat-terminal-tabs{height:100%}.pro-ai-chat-layout-terminal-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ant-color-text-secondary);font-size:12px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-ai-chat-layout-terminal-btn:hover{background:var(--ant-color-fill-secondary);color:var(--ant-color-text)}.pro-ai-chat-layout-terminal-body{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;overflow:hidden;background:var(--ant-color-bg-container)}.pro-ai-chat-layout-terminal-body>*{flex:1;min-height:0;min-width:0;overflow:hidden}.pro-ai-chat-layout-browser{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:var(--ant-color-bg-container)}.pro-ai-chat-layout-browser-bar{display:flex;align-items:center;gap:10px;flex-shrink:0;height:40px;padding:0 12px;border-bottom:1px solid var(--ant-color-border-secondary);background:var(--ant-color-fill-quaternary)}.pro-ai-chat-layout-browser-traffic{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.pro-ai-chat-layout-browser-dot{width:10px;height:10px;border-radius:50%;background:var(--ant-color-fill-secondary)}.pro-ai-chat-layout-browser-dot--close{background:#ff5f57}.pro-ai-chat-layout-browser-dot--minimize{background:#febc2e}.pro-ai-chat-layout-browser-dot--maximize{background:#28c840}.pro-ai-chat-layout-browser-address{display:flex;align-items:center;gap:6px;flex:1;min-width:0;height:28px;padding:0 10px;border:1px solid var(--ant-color-border-secondary);border-radius:8px;background:var(--ant-color-bg-container)}.pro-ai-chat-layout-browser-lock{display:inline-flex;flex-shrink:0;color:var(--ant-color-text-tertiary);font-size:11px}.pro-ai-chat-layout-browser-url{flex:1;min-width:0;overflow:hidden;color:var(--ant-color-text-secondary);font-size:12px;font-family:var(--ant-font-family);line-height:1;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:default}.pro-ai-chat-layout-browser-actions{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.pro-ai-chat-layout-browser-viewport-select{width:148px;flex-shrink:0}.pro-ai-chat-layout-browser-zoom-select{width:96px;flex-shrink:0}.pro-ai-chat-layout-browser-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ant-color-text-secondary);font-size:13px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-ai-chat-layout-browser-btn:hover{background:var(--ant-color-fill-secondary);color:var(--ant-color-text)}.pro-ai-chat-layout-browser-viewport{display:flex;flex:1;justify-content:center;align-items:stretch;min-width:0;min-height:0;overflow:auto;background:var(--ant-color-bg-container)}.pro-ai-chat-layout-browser-viewport--framed{align-items:flex-start;justify-content:safe center;padding:12px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-layout-browser-viewport--fit{align-items:center;justify-content:center;overflow:hidden}.pro-ai-chat-layout-browser-scale{position:relative;flex:0 0 auto;overflow:hidden}.pro-ai-chat-layout-browser-scale--fluid{flex:1;width:100%;height:100%;min-width:0;min-height:0}.pro-ai-chat-layout-browser-frame{display:flex;flex-direction:column;position:relative;flex:1;width:100%;min-width:0;min-height:0;overflow:hidden;background:var(--ant-color-bg-container);transform-origin:top left}.pro-ai-chat-layout-browser-viewport--framed .pro-ai-chat-layout-browser-frame{flex:none;border:1px solid var(--ant-color-border-secondary);border-radius:8px;box-shadow:var(--ant-box-shadow-tertiary, 0 1px 2px rgba(0, 0, 0, .06))}.pro-ai-chat-layout-browser-size{position:absolute;z-index:2;top:8px;right:8px;padding:2px 6px;border-radius:4px;background:color-mix(in srgb,var(--ant-color-bg-mask) 72%,transparent);color:var(--ant-color-text-light-solid, #fff);font-size:11px;font-family:var(--ant-font-family);line-height:1.4;pointer-events:none;white-space:nowrap}.pro-ai-chat-layout-iframe{display:block;flex:1;width:100%;min-height:0;height:auto;border:0;background:var(--ant-color-bg-container)}.pro-ai-chat-mode-switcher{display:inline-flex;align-items:center;padding:2px;border:1px solid var(--ant-color-border-secondary);border-radius:8px;background:var(--ant-color-fill-quaternary)}.pro-ai-chat-mode-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ant-color-text-secondary);cursor:pointer;transition:background-color .15s ease,color .15s ease}.pro-ai-chat-mode-switcher--middle .pro-ai-chat-mode-btn{width:32px;height:30px}.pro-ai-chat-mode-btn:hover{color:var(--ant-color-text)}.pro-ai-chat-mode-btn--active{background:var(--ant-color-bg-container);color:var(--ant-color-text);box-shadow:var(--ant-box-shadow-tertiary, 0 1px 2px rgba(0, 0, 0, .06))}.pro-ai-chat-mode-btn-icon{display:inline-flex;font-size:14px}.pro-ai-chat-mode-switcher--middle .pro-ai-chat-mode-btn-icon{font-size:15px}@media(max-width:768px){.pro-ai-chat-layout--split .pro-ai-chat-layout-body{flex-direction:column}.pro-ai-chat-layout--split .pro-ai-chat-layout-chat{flex:0 0 42%;width:100%}.pro-ai-chat-layout-resizer{display:none}}.pro-ai-chat-terminal{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;background:var(--ant-color-bg-container)}.pro-ai-chat-terminal-tabs{display:flex;align-items:stretch;gap:0;flex:1;min-width:0;min-height:0}.pro-ai-chat-terminal:not(.pro-ai-chat-terminal--embedded)>.pro-ai-chat-terminal-tabs{flex:0 0 auto;min-height:32px;padding:0 4px;border-bottom:1px solid var(--ant-color-border-secondary);background:var(--ant-color-fill-quaternary)}.pro-ai-chat-terminal-tabs-list{display:flex;align-items:stretch;gap:0;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.pro-ai-chat-terminal-tabs-list::-webkit-scrollbar{display:none}.pro-ai-chat-terminal-tab{display:inline-flex;align-items:center;position:relative;flex-shrink:0;max-width:160px;height:100%;min-height:32px;color:var(--ant-color-text-secondary);transition:color .15s ease}.pro-ai-chat-terminal-tab:hover,.pro-ai-chat-terminal-tab--active{color:var(--ant-color-text)}.pro-ai-chat-terminal-tab--active:after{content:"";position:absolute;inset-inline:8px;bottom:0;height:2px;border-radius:1px 1px 0 0;background:var(--ant-color-primary)}.pro-ai-chat-terminal-tab-btn{display:inline-flex;align-items:center;min-width:0;height:100%;padding:0 10px;border:0;background:transparent;color:inherit;font-size:12px;font-family:var(--ant-font-family);line-height:1;cursor:pointer}.pro-ai-chat-terminal-tab--active .pro-ai-chat-terminal-tab-btn{padding-inline-end:4px;font-weight:500}.pro-ai-chat-terminal-tab-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pro-ai-chat-terminal-tab-close,.pro-ai-chat-terminal-tab-add{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--ant-color-text-tertiary);font-size:10px;cursor:pointer;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.pro-ai-chat-terminal-tab-close{margin-inline-end:6px;opacity:0}.pro-ai-chat-terminal-tab:hover .pro-ai-chat-terminal-tab-close,.pro-ai-chat-terminal-tab--active .pro-ai-chat-terminal-tab-close{opacity:1}.pro-ai-chat-terminal-tab-close:hover,.pro-ai-chat-terminal-tab-add:hover{background:var(--ant-color-fill-secondary);color:var(--ant-color-text)}.pro-ai-chat-terminal-tab-add{align-self:center;width:22px;height:22px;margin-inline-start:2px;font-size:11px}.pro-ai-chat-terminal-bar-trailing{display:inline-flex;align-items:center;gap:10px;min-width:0;margin-inline-end:4px}.pro-ai-chat-terminal-bar-extra{display:inline-flex;align-items:center;flex-shrink:0}.pro-ai-chat-terminal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;min-height:28px;padding:0 12px;border-bottom:1px solid var(--ant-color-border-secondary);background:var(--ant-color-fill-quaternary)}.pro-ai-chat-terminal-toolbar-start,.pro-ai-chat-terminal-toolbar-end{display:inline-flex;align-items:center;gap:10px;min-width:0}.pro-ai-chat-terminal-toolbar-end{flex-shrink:0}.pro-ai-chat-terminal-label{color:var(--ant-color-text-tertiary);font-size:11px;font-weight:600;font-family:var(--ant-font-family);letter-spacing:.06em;line-height:1;white-space:nowrap}.pro-ai-chat-terminal-status{overflow:hidden;color:var(--ant-color-text-secondary);font-size:12px;font-family:var(--ant-font-family);line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.pro-ai-chat-terminal-panes{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;overflow:hidden}.pro-ai-chat-terminal-pane{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;overflow:hidden}.pro-ai-chat-terminal-pane[hidden]{display:none!important}.pro-ai-chat-terminal-empty{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;padding:24px 16px;color:var(--ant-color-text-tertiary);font-size:13px;font-family:var(--ant-font-family);text-align:center}.pro-ai-chat-terminal-xterm-wrap{position:relative;display:flex;flex:1;min-height:0;min-width:0;background:#1b1d21}.pro-ai-chat-terminal-xterm{flex:1;min-height:0;min-width:0;height:100%;padding:8px 10px 10px}.pro-ai-chat-terminal-xterm .xterm{height:100%}.pro-ai-chat-terminal-xterm .xterm-viewport{overflow-y:auto!important}.pro-ai-chat-terminal-xterm-error{position:absolute;top:12px;right:12px;bottom:12px;left:12px;z-index:1;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:8px;background:#1b1d21eb;color:#f0b4b4;font-size:12px;font-family:var(--ant-font-family);text-align:center;pointer-events:none}.pro-list-page{width:100%;min-height:0}.pro-list-page__header .ant-typography{color:var(--ant-color-text)}.pro-list-page__header .ant-typography-h3,.pro-list-page__header h3.ant-typography{font-weight:600;margin:0}.pro-list-page__header .ant-typography .anticon{color:var(--ant-color-primary);font-size:18px}.pro-list-page__header .ant-btn .anticon{color:inherit;font-size:inherit}.pro-list-page__header .ant-typography.ant-typography-secondary{color:var(--ant-color-text-secondary)}
