@charset "UTF-8";.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{box-sizing:border-box}body{margin:0;padding:0}body>*{background-color:#fff;color:#888;font-family:PingFang TC,sans-serif}#root{height:100dvh;width:100vw}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-1{flex:1}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.gap-none{gap:0}.gap-xs{gap:2px}.gap-sm{gap:4px}.gap-md{gap:8px}.gap-lg{gap:16px}.gap-xl{gap:24px}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.useCenter{display:flex;justify-content:center;align-items:center}.useBetween{display:flex;justify-content:space-between;align-items:center}.useStart{display:flex;justify-content:flex-start;align-items:center}.useBaseline{display:flex;align-items:baseline}.useEnd{display:flex;justify-content:flex-end;align-items:center}.useBetweenStart{display:flex;justify-content:space-between;align-items:flex-start}.useBetweenEnd{display:flex;justify-content:space-between;align-items:flex-end}.useEvenlyStart{display:flex;justify-content:space-evenly;align-items:flex-start}.useEvenlyEnd{display:flex;justify-content:space-evenly;align-items:flex-end}.useAround{display:flex;justify-content:space-around;align-items:center}.bg-grey-100{background-color:#f5f5f5}.bg-grey-200{background-color:#e0e0e0}.bg-grey-300{background-color:#bdbdbd}.bg-grey-400{background-color:#9e9e9e}.bg-grey-500{background-color:#757575}.bg-grey-600{background-color:#616161}.bg-grey-700{background-color:#424242}.bg-grey-800{background-color:#212121}.bg-grey-900{background-color:#000}.bg-blue-100{background-color:#e6f7ff}.bg-blue-200{background-color:#bae7ff}.bg-blue-300{background-color:#91d5ff}.bg-blue-400{background-color:#69c0ff}.bg-blue-500{background-color:#40a9ff}.bg-blue-600{background-color:#1890ff}.bg-blue-700{background-color:#0958b5}.bg-blue-800{background-color:#003f85}.bg-blue-900{background-color:#002654}.bg-orange-100{background-color:#fff1e6}.bg-orange-200{background-color:#ffe6cc}.bg-orange-300{background-color:#ffd1a6}.bg-orange-400{background-color:#ffb87d}.bg-orange-500{background-color:#ff9e55}.bg-orange-600{background-color:#ff852e}.bg-orange-700{background-color:#ff6b07}.bg-orange-800{background-color:#e65900}.bg-orange-900{background-color:#cc4700}.bg-red-100{background-color:#fff1f0}.bg-red-200{background-color:#ffccc7}.bg-red-300{background-color:#ffa39e}.bg-red-400{background-color:#ff7875}.bg-red-500{background-color:#ff4d4f}.bg-red-600{background-color:#f5222d}.bg-red-700{background-color:#cf1322}.bg-red-800{background-color:#a8071a}.bg-red-900{background-color:#820014}.bg-green-100{background-color:#f0fff4}.bg-green-200{background-color:#c6f6d5}.bg-green-300{background-color:#99e9a9}.bg-green-400{background-color:#66da85}.bg-green-500{background-color:#43b063}.bg-green-600{background-color:#38a169}.bg-green-700{background-color:#2f855a}.bg-green-800{background-color:#276749}.bg-green-900{background-color:#22543d}.bg-yellow-100{background-color:#fffbe6}.bg-yellow-200{background-color:#fff1b8}.bg-yellow-300{background-color:#ffe58f}.bg-yellow-400{background-color:#ffd666}.bg-yellow-500{background-color:#ffc53d}.bg-yellow-600{background-color:#faad14}.bg-yellow-700{background-color:#d48806}.bg-yellow-800{background-color:#ad6800}.bg-yellow-900{background-color:#874d00}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-transparent{background-color:transparent!important}.text-grey-100{color:#f5f5f5}.text-grey-200{color:#e0e0e0}.text-grey-300{color:#bdbdbd}.text-grey-400{color:#9e9e9e}.text-grey-500{color:#757575}.text-grey-600{color:#616161}.text-grey-700{color:#424242}.text-grey-800{color:#212121}.text-grey-900{color:#000}.text-blue-100{color:#e6f7ff}.text-blue-200{color:#bae7ff}.text-blue-300{color:#91d5ff}.text-blue-400{color:#69c0ff}.text-blue-500{color:#40a9ff}.text-blue-600{color:#1890ff}.text-blue-700{color:#0958b5}.text-blue-800{color:#003f85}.text-blue-900{color:#002654}.text-orange-100{color:#fff1e6}.text-orange-200{color:#ffe6cc}.text-orange-300{color:#ffd1a6}.text-orange-400{color:#ffb87d}.text-orange-500{color:#ff9e55}.text-orange-600{color:#ff852e}.text-orange-700{color:#ff6b07}.text-orange-800{color:#e65900}.text-orange-900{color:#cc4700}.text-red-100{color:#fff1f0}.text-red-200{color:#ffccc7}.text-red-300{color:#ffa39e}.text-red-400{color:#ff7875}.text-red-500{color:#ff4d4f}.text-red-600{color:#f5222d}.text-red-700{color:#cf1322}.text-red-800{color:#a8071a}.text-red-900{color:#820014}.text-green-100{color:#f0fff4}.text-green-200{color:#c6f6d5}.text-green-300{color:#99e9a9}.text-green-400{color:#66da85}.text-green-500{color:#43b063}.text-green-600{color:#38a169}.text-green-700{color:#2f855a}.text-green-800{color:#276749}.text-green-900{color:#22543d}.text-yellow-100{color:#fffbe6}.text-yellow-200{color:#fff1b8}.text-yellow-300{color:#ffe58f}.text-yellow-400{color:#ffd666}.text-yellow-500{color:#ffc53d}.text-yellow-600{color:#faad14}.text-yellow-700{color:#d48806}.text-yellow-800{color:#ad6800}.text-yellow-900{color:#874d00}.text-white{color:#fff}.text-black{color:#000}.text-transparent{color:transparent}.shadow-none{box-shadow:none}.shadow-xs{box-shadow:0 1px 2px #0000001a}.shadow-sm{box-shadow:0 2px 4px #0000001a}.shadow-md{box-shadow:0 4px 6px #0000001a}.shadow-lg{box-shadow:0 10px 15px #0000001a}.shadow-xl{box-shadow:0 20px 25px #0000001a}.op-10{opacity:.1}.op-20{opacity:.2}.op-30{opacity:.3}.op-40{opacity:.4}.op-50{opacity:.5}.op-60{opacity:.6}.op-70{opacity:.7}.op-80{opacity:.8}.op-90{opacity:.9}.op-100{opacity:1}.cup{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden!important}.rounded-none{border-radius:0!important}.rounded-xs{border-radius:2px!important}.rounded-sm{border-radius:4px!important}.rounded-base{border-radius:8px!important}.rounded-md{border-radius:10px!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:16px!important}.rounded{border-radius:50%}.bd-red-100{border:1px solid #fff1f0}.hover\:bd-red-100:hover{border:1px solid #fff1f0!important}.bd-red-200{border:1px solid #ffccc7}.hover\:bd-red-200:hover{border:1px solid #ffccc7!important}.bd-red-300{border:1px solid #ffa39e}.hover\:bd-red-300:hover{border:1px solid #ffa39e!important}.bd-red-400{border:1px solid #ff7875}.hover\:bd-red-400:hover{border:1px solid #ff7875!important}.bd-red-500{border:1px solid #ff4d4f}.hover\:bd-red-500:hover{border:1px solid #ff4d4f!important}.bd-red-600{border:1px solid #f5222d}.hover\:bd-red-600:hover{border:1px solid #f5222d!important}.bd-red-700{border:1px solid #cf1322}.hover\:bd-red-700:hover{border:1px solid #cf1322!important}.bd-red-800{border:1px solid #a8071a}.hover\:bd-red-800:hover{border:1px solid #a8071a!important}.bd-red-900{border:1px solid #820014}.hover\:bd-red-900:hover{border:1px solid #820014!important}.bd-grey-100{border:1px solid #f5f5f5}.hover\:bd-grey-100:hover{border:1px solid #f5f5f5!important}.bd-grey-200{border:1px solid #e0e0e0}.hover\:bd-grey-200:hover{border:1px solid #e0e0e0!important}.bd-grey-300{border:1px solid #bdbdbd}.hover\:bd-grey-300:hover{border:1px solid #bdbdbd!important}.bd-grey-400{border:1px solid #9e9e9e}.hover\:bd-grey-400:hover{border:1px solid #9e9e9e!important}.bd-grey-500{border:1px solid #757575}.hover\:bd-grey-500:hover{border:1px solid #757575!important}.bd-grey-600{border:1px solid #616161}.hover\:bd-grey-600:hover{border:1px solid #616161!important}.bd-grey-700{border:1px solid #424242}.hover\:bd-grey-700:hover{border:1px solid #424242!important}.bd-grey-800{border:1px solid #212121}.hover\:bd-grey-800:hover{border:1px solid #212121!important}.bd-grey-900{border:1px solid #000000}.hover\:bd-grey-900:hover{border:1px solid #000000!important}.scroll{overflow:scroll}.hidden{overflow:hidden}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.relative{position:relative}.absolute{position:absolute}.absolute-full{position:absolute;width:100%;height:100%;left:0;top:0}.fixed{position:fixed}.sticky{position:sticky}.trans-center{position:relative;left:50%;transform:translate(-50%)}.w-full{width:100%}.w-screen{width:100vw}.w-1\/3{width:calc(100% * 1 / 3)}.w-2\/3{width:calc(100% * 2 / 3)}.w-3\/3{width:100%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-4\/4{width:100%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:calc(100% * 3 / 5)}.w-4\/5{width:80%}.w-5\/5{width:100%}.w-1\/6{width:calc(100% * 1 / 6)}.w-2\/6{width:calc(100% * 2 / 6)}.w-3\/6{width:50%}.w-4\/6{width:calc(100% * 4 / 6)}.w-5\/6{width:calc(100% * 5 / 6)}.w-6\/6{width:100%}.h-full{height:100%}.h-screen{height:100vh}.h-1\/3{height:calc(100% * 1 / 3)}.h-2\/3{height:calc(100% * 2 / 3)}.h-3\/3{height:100%}.h-1\/4{height:25%}.h-2\/4{height:50%}.h-3\/4{height:75%}.h-4\/4{height:100%}.h-1\/5{height:20%}.h-2\/5{height:40%}.h-3\/5{height:calc(100% * 3 / 5)}.h-4\/5{height:80%}.h-5\/5{height:100%}.h-1\/6{height:calc(100% * 1 / 6)}.h-2\/6{height:calc(100% * 2 / 6)}.h-3\/6{height:50%}.h-4\/6{height:calc(100% * 4 / 6)}.h-5\/6{height:calc(100% * 5 / 6)}.h-6\/6{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-w-full{min-width:100%}.min-w-screen{min-width:100vw}.max-w-full{max-width:100%}.max-w-screen{max-width:100vw}.m-none,.m-nnone{margin:0!important}.m-xs{margin:2px!important}.m-nxs{margin:-2px!important}.m-sm{margin:4px!important}.m-nsm{margin:-4px!important}.m-base{margin:8px!important}.m-nbase{margin:-8px!important}.m-md{margin:16px!important}.m-nmd{margin:-16px!important}.m-lg{margin:24px!important}.m-nlg{margin:-24px!important}.m-xl{margin:40px!important}.m-nxl{margin:-40px!important}.m-2xl{margin:80px!important}.m-n2xl{margin:-80px!important}.mt-none{margin-top:0!important}.mr-none{margin-right:0!important}.mb-none{margin-bottom:0!important}.ml-none{margin-left:0!important}.mt-nnone{margin-top:0!important}.mr-nnone{margin-right:0!important}.mb-nnone{margin-bottom:0!important}.ml-nnone{margin-left:0!important}.mt-xs{margin-top:2px!important}.mr-xs{margin-right:2px!important}.mb-xs{margin-bottom:2px!important}.ml-xs{margin-left:2px!important}.mt-nxs{margin-top:-2px!important}.mr-nxs{margin-right:-2px!important}.mb-nxs{margin-bottom:-2px!important}.ml-nxs{margin-left:-2px!important}.mt-sm{margin-top:4px!important}.mr-sm{margin-right:4px!important}.mb-sm{margin-bottom:4px!important}.ml-sm{margin-left:4px!important}.mt-nsm{margin-top:-4px!important}.mr-nsm{margin-right:-4px!important}.mb-nsm{margin-bottom:-4px!important}.ml-nsm{margin-left:-4px!important}.mt-base{margin-top:8px!important}.mr-base{margin-right:8px!important}.mb-base{margin-bottom:8px!important}.ml-base{margin-left:8px!important}.mt-nbase{margin-top:-8px!important}.mr-nbase{margin-right:-8px!important}.mb-nbase{margin-bottom:-8px!important}.ml-nbase{margin-left:-8px!important}.mt-md{margin-top:16px!important}.mr-md{margin-right:16px!important}.mb-md{margin-bottom:16px!important}.ml-md{margin-left:16px!important}.mt-nmd{margin-top:-16px!important}.mr-nmd{margin-right:-16px!important}.mb-nmd{margin-bottom:-16px!important}.ml-nmd{margin-left:-16px!important}.mt-lg{margin-top:24px!important}.mr-lg{margin-right:24px!important}.mb-lg{margin-bottom:24px!important}.ml-lg{margin-left:24px!important}.mt-nlg{margin-top:-24px!important}.mr-nlg{margin-right:-24px!important}.mb-nlg{margin-bottom:-24px!important}.ml-nlg{margin-left:-24px!important}.mt-xl{margin-top:40px!important}.mr-xl{margin-right:40px!important}.mb-xl{margin-bottom:40px!important}.ml-xl{margin-left:40px!important}.mt-nxl{margin-top:-40px!important}.mr-nxl{margin-right:-40px!important}.mb-nxl{margin-bottom:-40px!important}.ml-nxl{margin-left:-40px!important}.mt-2xl{margin-top:80px!important}.mr-2xl{margin-right:80px!important}.mb-2xl{margin-bottom:80px!important}.ml-2xl{margin-left:80px!important}.mt-n2xl{margin-top:-80px!important}.mr-n2xl{margin-right:-80px!important}.mb-n2xl{margin-bottom:-80px!important}.ml-n2xl{margin-left:-80px!important}.mx-none,.mx-nnone{margin-left:0!important;margin-right:0!important}.my-none,.my-nnone{margin-top:0!important;margin-bottom:0!important}.mx-xs{margin-left:2px!important;margin-right:2px!important}.mx-nxs{margin-left:-2px!important;margin-right:-2px!important}.my-xs{margin-top:2px!important;margin-bottom:2px!important}.my-nxs{margin-top:-2px!important;margin-bottom:-2px!important}.mx-sm{margin-left:4px!important;margin-right:4px!important}.mx-nsm{margin-left:-4px!important;margin-right:-4px!important}.my-sm{margin-top:4px!important;margin-bottom:4px!important}.my-nsm{margin-top:-4px!important;margin-bottom:-4px!important}.mx-base{margin-left:8px!important;margin-right:8px!important}.mx-nbase{margin-left:-8px!important;margin-right:-8px!important}.my-base{margin-top:8px!important;margin-bottom:8px!important}.my-nbase{margin-top:-8px!important;margin-bottom:-8px!important}.mx-md{margin-left:16px!important;margin-right:16px!important}.mx-nmd{margin-left:-16px!important;margin-right:-16px!important}.my-md{margin-top:16px!important;margin-bottom:16px!important}.my-nmd{margin-top:-16px!important;margin-bottom:-16px!important}.mx-lg{margin-left:24px!important;margin-right:24px!important}.mx-nlg{margin-left:-24px!important;margin-right:-24px!important}.my-lg{margin-top:24px!important;margin-bottom:24px!important}.my-nlg{margin-top:-24px!important;margin-bottom:-24px!important}.mx-xl{margin-left:40px!important;margin-right:40px!important}.mx-nxl{margin-left:-40px!important;margin-right:-40px!important}.my-xl{margin-top:40px!important;margin-bottom:40px!important}.my-nxl{margin-top:-40px!important;margin-bottom:-40px!important}.mx-2xl{margin-left:80px!important;margin-right:80px!important}.mx-n2xl{margin-left:-80px!important;margin-right:-80px!important}.my-2xl{margin-top:80px!important;margin-bottom:80px!important}.my-n2xl{margin-top:-80px!important;margin-bottom:-80px!important}.p-none{padding:0!important}.p-xs{padding:2px!important}.p-sm{padding:4px!important}.p-base{padding:8px!important}.p-md{padding:16px!important}.p-lg{padding:24px!important}.p-xl{padding:40px!important}.p-xxl{padding:80px!important}.pt-none{padding-top:0!important}.pr-none{padding-right:0!important}.pb-none{padding-bottom:0!important}.pl-none{padding-left:0!important}.pt-xs{padding-top:2px!important}.pr-xs{padding-right:2px!important}.pb-xs{padding-bottom:2px!important}.pl-xs{padding-left:2px!important}.pt-sm{padding-top:4px!important}.pr-sm{padding-right:4px!important}.pb-sm{padding-bottom:4px!important}.pl-sm{padding-left:4px!important}.pt-base{padding-top:8px!important}.pr-base{padding-right:8px!important}.pb-base{padding-bottom:8px!important}.pl-base{padding-left:8px!important}.pt-md{padding-top:16px!important}.pr-md{padding-right:16px!important}.pb-md{padding-bottom:16px!important}.pl-md{padding-left:16px!important}.pt-lg{padding-top:24px!important}.pr-lg{padding-right:24px!important}.pb-lg{padding-bottom:24px!important}.pl-lg{padding-left:24px!important}.pt-xl{padding-top:40px!important}.pr-xl{padding-right:40px!important}.pb-xl{padding-bottom:40px!important}.pl-xl{padding-left:40px!important}.pt-xxl{padding-top:80px!important}.pr-xxl{padding-right:80px!important}.pb-xxl{padding-bottom:80px!important}.pl-xxl{padding-left:80px!important}.px-none{padding-left:0!important;padding-right:0!important}.py-none{padding-top:0!important;padding-bottom:0!important}.px-xs{padding-left:2px!important;padding-right:2px!important}.py-xs{padding-top:2px!important;padding-bottom:2px!important}.px-sm{padding-left:4px!important;padding-right:4px!important}.py-sm{padding-top:4px!important;padding-bottom:4px!important}.px-base{padding-left:8px!important;padding-right:8px!important}.py-base{padding-top:8px!important;padding-bottom:8px!important}.px-md{padding-left:16px!important;padding-right:16px!important}.py-md{padding-top:16px!important;padding-bottom:16px!important}.px-lg{padding-left:24px!important;padding-right:24px!important}.py-lg{padding-top:24px!important;padding-bottom:24px!important}.px-xl{padding-left:40px!important;padding-right:40px!important}.py-xl{padding-top:40px!important;padding-bottom:40px!important}.px-2xl{padding-left:80px!important;padding-right:80px!important}.py-2xl{padding-top:80px!important;padding-bottom:80px!important}.fz-12{font-size:12px}.fz-14{font-size:14px}.fz-16{font-size:16px}.fz-18{font-size:18px}.fz-20{font-size:20px}.fz-24{font-size:24px}.fz-32{font-size:32px}.fz-36{font-size:36px}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.lh-none{line-height:1}.lh-xs{line-height:1.2}.lh-sm{line-height:1.4}.lh-base{line-height:1.5}.lh-md{line-height:1.6}.lh-lg{line-height:1.8}.lh-xl{line-height:2}.ls-none{letter-spacing:0}.ls-sm{letter-spacing:-.025em}.ls-md{letter-spacing:.025em}.ls-lg{letter-spacing:.05em}.ls-xl{letter-spacing:.1em}.text-h2{font-family:PingFang TC,sans-serif;font-size:48px;font-weight:600;line-height:1.2;letter-spacing:2.5px}.text-h4{font-family:PingFang TC,sans-serif;font-size:32px;font-weight:600px;line-height:130%;letter-spacing:2.56px}.text-h6{font-family:PingFang TC,sans-serif;font-size:24px;font-weight:600;line-height:150%;letter-spacing:1.6px}.text-title{font-family:PingFang TC,sans-serif;font-size:20px;font-weight:600;line-height:140%;letter-spacing:0px}.text-subtitle{font-family:PingFang TC,sans-serif;font-size:18px;font-weight:600px;line-height:140%;letter-spacing:0px}.text-body{font-family:PingFang TC,sans-serif;font-size:16px;font-weight:400px;line-height:150%;letter-spacing:.5px}.text-body2{font-family:PingFang TC,sans-serif;font-size:14px;font-weight:400px;line-height:160%;letter-spacing:.2px}.text-hint{font-family:PingFang TC,sans-serif;font-size:12px;font-weight:400px;line-height:180%;letter-spacing:.4px}.MainLayout{display:flex;height:100%;width:100%;position:relative;padding:12px;gap:12px;overflow:hidden;opacity:.9}.MainLayout:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:float 20s infinite linear;z-index:0;pointer-events:none}.MainLayout:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.05) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.05) 75%);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0px;opacity:.3;z-index:0;pointer-events:none}.MainLayout-sider{width:48px;display:flex;flex-direction:column;justify-content:space-between;background-color:transparent;position:relative;z-index:1}.MainLayout-sider .ant-menu{width:100%;background-color:transparent}.MainLayout-sider .ant-menu .ant-menu-item{border-radius:8px!important;transition:all .3s ease;margin:0 0 4px;padding:0!important;height:48px;width:48px}.MainLayout-sider .ant-menu .ant-menu-item .ant-menu-item-icon,.MainLayout-sider .ant-menu .ant-menu-item .anticon{color:#fff!important;font-size:20px!important;width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:12px auto 0!important;transition:all .3s ease}.MainLayout-sider .ant-menu .ant-menu-item .ant-menu-title-content{color:#fff}.MainLayout-sider .ant-menu .ant-menu-item:hover{background-color:#ffffff26!important}.MainLayout-sider .ant-menu .ant-menu-item:hover .ant-menu-item-icon,.MainLayout-sider .ant-menu .ant-menu-item:hover .anticon{color:#fff!important;transform:scale(1.1)}.MainLayout-sider .ant-menu .ant-menu-item.ant-menu-item-selected{background-color:#fff3!important}.MainLayout-sider .ant-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon,.MainLayout-sider .ant-menu .ant-menu-item.ant-menu-item-selected .anticon{color:#fff!important}.MainLayout-sider .ant-menu .ant-avatar{height:24px;width:24px}.MainLayout-sider .ant-btn .ant-avatar{box-shadow:0 0 0 1px #ffffff80,0 2px 8px #00000026,0 4px 12px #0000001a!important;transition:all .3s ease!important}.MainLayout-sider .ant-btn:hover .ant-avatar{box-shadow:0 0 0 1px #fffc,0 4px 12px #0003,0 6px 16px #00000026!important;transform:scale(1.05)!important}.MainLayout-sider .ant-btn,.MainLayout-sider .ant-btn-primary,.MainLayout-sider .ant-btn.ant-btn-primary{width:48px!important;height:48px!important;min-width:48px!important;border-radius:8px!important;background-color:transparent!important;background:transparent!important;border:none!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;box-shadow:none!important}.MainLayout-sider .ant-btn:hover,.MainLayout-sider .ant-btn:hover.ant-btn-primary,.MainLayout-sider .ant-btn-primary:hover,.MainLayout-sider .ant-btn-primary:hover.ant-btn-primary,.MainLayout-sider .ant-btn.ant-btn-primary:hover,.MainLayout-sider .ant-btn.ant-btn-primary:hover.ant-btn-primary{background-color:#ffffff26!important;background:#ffffff26!important;border-color:transparent!important;transform:none!important;box-shadow:none!important}.MainLayout-sider .ant-btn:active,.MainLayout-sider .ant-btn:active.ant-btn-primary,.MainLayout-sider .ant-btn-primary:active,.MainLayout-sider .ant-btn-primary:active.ant-btn-primary,.MainLayout-sider .ant-btn.ant-btn-primary:active,.MainLayout-sider .ant-btn.ant-btn-primary:active.ant-btn-primary{background-color:#fff3!important;background:#fff3!important;border-color:transparent!important}.MainLayout-sider .ant-btn:focus,.MainLayout-sider .ant-btn:focus.ant-btn-primary,.MainLayout-sider .ant-btn-primary:focus,.MainLayout-sider .ant-btn-primary:focus.ant-btn-primary,.MainLayout-sider .ant-btn.ant-btn-primary:focus,.MainLayout-sider .ant-btn.ant-btn-primary:focus.ant-btn-primary{background-color:#ffffff26!important;background:#ffffff26!important;border-color:transparent!important}.MainLayout-content{width:50%;flex:1;border-radius:8px;position:relative;z-index:1;overflow:hidden;display:flex;flex-direction:column;height:100%;background:#f5f5f5;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,0 4px 16px #0000000d}.MainLayout-content .MainLayout-scroll{height:100%;box-sizing:border-box}.ant-popover .ant-popover-inner{background:#fffffffa!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:12px!important;box-shadow:0 8px 32px #0003,0 4px 16px #0000001a,inset 0 1px #fff6!important}.ant-popover .ant-popover-arrow:before{background:#fffffffa!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border:1px solid rgba(255,255,255,.3)!important}.ant-popover .ant-popover-title{border-bottom:1px solid rgba(0,0,0,.06)!important;color:#1a1a1a!important}.ant-popover .ant-popover-inner-content{color:#1a1a1a!important}.auth-layout{display:flex;justify-content:center;align-items:center;height:100dvh;width:100%;background-color:#ddd}.auth-container{min-width:400px}.trades-select-dropdown.ant-select-dropdown{border-radius:8px}.table-container{height:calc(100% - 38px);width:100%;overflow:hidden;position:relative;top:-52px}.table-container .table-custom{width:100%}.table-container .ant-table-body{scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent;scrollbar-gutter:stable}.add-trade-modal .ant-input-number-wrapper .ant-input-number-group-addon{border-radius:4px 0 0 4px!important}.add-trade-modal .ant-input-number-wrapper .ant-input-number{border-radius:0 4px 4px 0!important}.add-trade-modal .trade-form .form-actions{text-align:right}.add-trade-modal .trade-form .calculation-section{margin:16px 0;padding:0}.add-trade-modal .trade-form .calculation-section .calculation-row{display:flex;gap:12px;background:var(--bg-secondary);border-radius:6px;border:1px solid var(--border-color);padding:12px}.add-trade-modal .trade-form .calculation-section .calculation-item{flex:1;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:4px;border:1px solid var(--border-color);transition:all .2s ease}.add-trade-modal .trade-form .calculation-section .calculation-item:hover{box-shadow:0 2px 4px #0000001a}.add-trade-modal .trade-form .calculation-section .calculation-item .calculation-label{color:var(--text-secondary);font-size:14px;font-weight:500}.add-trade-modal .trade-form .calculation-section .calculation-item .calculation-value{font-size:16px;font-weight:600;font-family:Noto Sans TC,sans-serif}.add-trade-modal .trade-form .ant-form-item-label>label{color:var(--text-primary);font-weight:500}.add-trade-modal .trade-form .ant-select-selector{border-radius:4px!important}.add-trade-modal .trade-form .ant-input,.add-trade-modal .trade-form .ant-input-number,.add-trade-modal .trade-form .ant-picker{border-radius:6px;border-color:var(--border-color)}.add-trade-modal .trade-form .ant-input:hover,.add-trade-modal .trade-form .ant-input-number:hover,.add-trade-modal .trade-form .ant-picker:hover{border-color:var(--sidebar-hover)}.add-trade-modal .trade-form .ant-input:focus,.add-trade-modal .trade-form .ant-input.ant-input-focused,.add-trade-modal .trade-form .ant-input.ant-picker-focused,.add-trade-modal .trade-form .ant-input-number:focus,.add-trade-modal .trade-form .ant-input-number.ant-input-focused,.add-trade-modal .trade-form .ant-input-number.ant-picker-focused,.add-trade-modal .trade-form .ant-picker:focus,.add-trade-modal .trade-form .ant-picker.ant-input-focused,.add-trade-modal .trade-form .ant-picker.ant-picker-focused{border-color:var(--sidebar-active);box-shadow:0 0 0 2px #1890ff33}.add-trade-modal .trade-form .ant-btn{border-radius:6px;font-weight:500}.add-trade-modal .trade-form .ant-btn.ant-btn-primary{background:var(--sidebar-active);border-color:var(--sidebar-active)}.add-trade-modal .trade-form .ant-btn.ant-btn-primary:hover{background:var(--sidebar-hover);border-color:var(--sidebar-hover)}@media (max-width: 768px){.add-trade-modal .ant-modal{margin:16px;max-width:calc(100vw - 32px)}.add-trade-modal .trade-form .form-section .ant-row .ant-col{margin-bottom:16px}}.Transactions .ant-select-selector,.Transactions .ant-picker{border-radius:4px!important;background:#ffffffe6!important}.Transactions .ant-select.has-value .ant-select-selector,.Transactions .ant-picker.has-value .ant-picker-input{border-color:#2a529880!important}.Transactions .reset-filter-btn{height:32px;padding:0 12px;border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);background:#ffffffe6;box-shadow:none;transition:color .2s,border-color .2s}.Transactions .reset-filter-btn:hover,.Transactions .reset-filter-btn:focus{color:var(--sidebar-active)!important;border-color:var(--sidebar-active)!important;background:#ffffffe6!important;box-shadow:none!important;transform:none!important}.Transactions .reset-filter-btn:active{color:var(--sidebar-active)!important;border-color:var(--sidebar-active)!important;background:#ffffffe6!important;box-shadow:none!important;transform:none!important}.Transactions .container{height:calc(100% - 120px);border:1px solid var(--border-color);border-radius:4px 4px 0 0}.Transactions .container .ant-table-wrapper{border-radius:0 0 4px 4px}.Transactions .container .ant-table-body .ant-table-row{cursor:pointer}.Transactions .container .ant-table-body .ant-table-cell{border-bottom:1px solid var(--border-color)}.Transactions .ant-table-row.Transactions-row-focused>.ant-table-cell{background-color:#2a52980f}.Transactions .ant-table-row.Transactions-row-focused>.ant-table-cell:first-child{box-shadow:inset 3px 0 0 var(--sidebar-active)}.Transactions .ant-table-row.Transactions-row-focused:hover>.ant-table-cell{background-color:#2a52981a!important}.Transactions .ant-table-row.DailyPositions-row-week-start>.ant-table-cell{border-bottom:2px solid var(--border-color)}.Transactions .trades-view-segmented.ant-segmented{border-radius:4px;padding:2px;background-color:#00000008}.Transactions .trades-view-segmented.ant-segmented .ant-segmented-item{border-radius:3px;min-height:0;transition:background-color .15s ease}.Transactions .trades-view-segmented.ant-segmented .ant-segmented-item-label{min-height:0;padding:4px 16px;font-size:15px;font-weight:600;line-height:1.4;display:flex;align-items:center;justify-content:center}.Transactions .trades-view-segmented.ant-segmented .ant-segmented-item-selected{box-shadow:0 1px 2px #0000000f}.Transactions .expandedRow{animation:expandRowSlideDown 1.2s ease-out;overflow:hidden}@keyframes expandRowSlideDown{0%{max-height:0}to{max-height:2000px}}.Transactions .expandedRow .expandedRow_fills .ant-card-body{padding:8px 4px!important}.Transactions .expandedRow .ant-table{margin-inline:0px!important}.Transactions .expandedRow .ant-table thead .ant-table-cell{background-color:#fff!important}.Transactions .expandedRow .ant-table tbody .ant-table-cell{border-bottom:none}.Transactions .ant-table-expanded-row{animation:expandRowContainer 1.2s ease-out;overflow:hidden}@keyframes expandRowContainer{0%{max-height:0}to{max-height:2000px}}.Transactions-statistic{border:1px solid var(--border-color);border-top:none;height:40px;border-radius:0 0 8px 8px;background-color:#fff!important}.Transactions .stamp-discipline{position:absolute;top:8px;right:20px;z-index:10;width:48px;height:48px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;text-align:center;box-shadow:0 4px 12px #00000026;border:3px solid white;transform:rotate(0);animation:stampPulse 2s ease-in-out infinite}.Transactions .stamp-pass{background:linear-gradient(135deg,#52c41a,#73d13d)}.Transactions .stamp-fail{background:linear-gradient(135deg,#ff4d4f,#ff7875)}.Transactions .stamp-pending{background:linear-gradient(135deg,#faad14,#ffc53d)}.Transactions .Transactions-operation-cell .Transactions-operation-button{border-radius:4px}.Transactions .Transactions-operation-cell .Transactions-operation-button:hover{background-color:#ababab1a;color:#0059ab}.ant-dropdown-menu{border-radius:8px!important}.TradeDrawer .TradeDrawer-delete-btn{border-radius:4px!important;color:#666!important;background-color:transparent!important;transition:all .2s ease}.TradeDrawer .TradeDrawer-delete-btn .anticon{font-size:14px}.TradeDrawer .TradeDrawer-delete-btn:hover{color:#b91c1c!important;background-color:#b91c1c14!important}.Dashboard{position:absolute;inset:0;padding:12px;overflow:hidden;display:flex;flex-direction:column}.Dashboard .dashboard-top-bar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.Dashboard .dashboard-main-row{display:flex;gap:12px;flex:1;min-height:0}.Dashboard>.ant-spin-nested-loading,.Dashboard>.ant-spin-nested-loading>.ant-spin-container{height:100%;display:flex;flex-direction:column}.Dashboard .dashboard-col-left{flex:0 0 25%;max-width:25%;height:100%;overflow:hidden}.Dashboard .dashboard-col-left>.scrollbar-container{display:flex;flex-direction:column;gap:12px}.Dashboard .dashboard-col-right{flex:1;min-width:0;height:100%;overflow:hidden}.Dashboard .dashboard-period-cards{flex:1;min-height:0;position:relative;display:flex;flex-direction:column;gap:12px}.Dashboard .empty-hint{text-align:center;padding:40px 0;font-size:14px}.Dashboard-section-card.ant-card{border-radius:8px!important;border:1px solid var(--border-color);box-shadow:0 1px 4px var(--shadow)}.Dashboard-section-card .ant-card-head{border-bottom:1px solid var(--border-color);min-height:44px;padding:0 16px}.Dashboard .card-title-row{display:flex;align-items:center;justify-content:space-between;width:100%}.Dashboard .account-status-col{display:flex;flex-direction:column;gap:16px}.Dashboard .account-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.Dashboard .account-status-item{display:flex;flex-direction:column;gap:4px;min-width:0}.Dashboard .account-status-center{flex:1;display:flex;align-items:center;justify-content:center}.Dashboard .account-status-asset{min-width:0}.Dashboard .discipline-col{display:flex;flex-direction:column;gap:14px}.Dashboard .discipline-item{display:flex;flex-direction:column;gap:4px}.Dashboard .discipline-rating-row,.Dashboard .discipline-bar-wrap{display:flex;align-items:center;gap:8px}.Dashboard .discipline-bar{flex:1;display:flex;height:6px;border-radius:3px;overflow:hidden;gap:2px}.Dashboard .discipline-bar .discipline-bar-pass,.Dashboard .discipline-bar .discipline-bar-fail{border-radius:3px}.Dashboard .emotion-bar-wrap{display:flex;align-items:center}.Dashboard .emotion-bar{flex:1;display:flex;height:6px;border-radius:3px;overflow:hidden;gap:2px}.Dashboard .emotion-bar .emotion-bar-seg{border-radius:3px}.Dashboard .emotion-legend{display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:6px}.Dashboard .emotion-legend-item{display:flex;align-items:center;gap:4px;font-size:12px}.Dashboard .emotion-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.Dashboard .error-list{display:flex;flex-direction:column;gap:5px;margin-top:2px}.Dashboard .error-row{display:flex;align-items:center;justify-content:space-between;font-size:12px}.Dashboard .error-label{color:var(--text-secondary)}.Dashboard .error-count{font-size:12px}.Dashboard .hero-value{color:var(--text-primary);line-height:1.2}.Dashboard .long-short-bar{display:flex;height:5px;border-radius:3px;overflow:hidden;gap:2px;width:56px}.Dashboard .long-short-bar .ls-long,.Dashboard .long-short-bar .ls-short{border-radius:3px}.Dashboard .perf-card{display:flex;flex-direction:column;gap:0}.Dashboard .perf-return-row{display:flex}.Dashboard .perf-return-col{flex:1;display:flex;flex-direction:column;gap:4px}.Dashboard .perf-return-col:first-child{padding-right:16px;border-right:1px solid var(--border-color)}.Dashboard .perf-return-col:last-child{padding-left:16px}.Dashboard .perf-return-big{font-size:28px;font-weight:700;line-height:1.2}.Dashboard .perf-return-sub{font-size:14px;line-height:1.3;margin-top:2px}.Dashboard .perf-kpi-row{display:flex;padding-top:12px;border-top:1px solid var(--border-color)}.Dashboard .perf-kpi-item{flex:1;display:flex;flex-direction:column;gap:2px}.Dashboard .perf-kpi-item+.Dashboard .perf-kpi-item{padding-left:12px;border-left:1px solid var(--border-color)}.Dashboard .perf-kpi-value{font-size:16px;line-height:1.3}.Dashboard .dashboard-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.Dashboard .strategy-summary-table{font-size:14px}.Dashboard .strategy-table-header{display:grid;grid-template-columns:1.5fr 1.2fr .8fr .8fr .6fr;gap:8px;padding:6px 0;border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-size:12px}.Dashboard .strategy-table-body{max-height:148px;overflow-y:auto;scrollbar-width:thin}.Dashboard .strategy-table-body::-webkit-scrollbar{width:4px}.Dashboard .strategy-table-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}.Dashboard .strategy-table-row{display:grid;grid-template-columns:1.5fr 1.2fr .8fr .8fr .6fr;gap:8px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04);align-items:center}.Dashboard .strategy-table-row:last-child{border-bottom:none}.Dashboard .pnl-summary{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:10px}.Dashboard .pnl-summary-row{display:flex;gap:16px}.Dashboard .pnl-summary-item{flex:1;display:flex;flex-direction:column;gap:2px}.Dashboard .trade-on-market-legend{display:flex;gap:14px;font-size:12px;color:var(--text-secondary)}.Dashboard .legend-item{display:flex;align-items:center;gap:5px}.Dashboard .legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.Dashboard .mc-label{font-size:12px;color:var(--text-secondary);letter-spacing:.02em}.Dashboard .mc-value{line-height:1.2;margin-top:4px}.Dashboard .mc-unit{font-size:12px;font-weight:400;color:var(--text-secondary);margin-left:2px}.Dashboard .mc-extra{font-size:12px;color:var(--text-secondary);margin-top:5px;line-height:1.5}.Dashboard .trade-habit-row{display:flex;gap:16px}.Dashboard .trade-habit-col{flex:1;min-width:0}.Dashboard .trend-chart-label{font-size:12px;margin-bottom:8px;font-weight:500}.Dashboard .inner-panel{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:12px 14px}@media (max-width: 1200px){.Dashboard .dashboard-two-col{grid-template-columns:1fr}.Dashboard .trade-habit-row{flex-direction:column}}@media (max-width: 900px){.Dashboard .dashboard-main-row{flex-direction:column}.Dashboard .dashboard-col-left{flex:none;max-width:100%;position:static;flex-direction:row}.Dashboard .dashboard-col-left>.ant-card{flex:1;min-width:0}.Dashboard .perf-return-row{flex-direction:column;gap:12px}.Dashboard .perf-return-col:first-child{padding-right:0;border-right:none;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.Dashboard .perf-return-col:last-child{padding-left:0}.Dashboard .perf-kpi-row{flex-wrap:wrap;gap:12px}.Dashboard .perf-kpi-row .perf-kpi-item{flex:0 0 calc(50% - 6px)}.Dashboard .perf-kpi-row .perf-kpi-item+.Dashboard .perf-kpi-row .perf-kpi-item{padding-left:0;border-left:none}.Dashboard .strategy-table-header,.Dashboard .strategy-table-row{grid-template-columns:1.5fr 1.2fr .8fr .8fr .6fr;font-size:12px}}@media (max-width: 600px){.Dashboard{padding:8px}.Dashboard .dashboard-col-left{flex-direction:column}.Dashboard .account-status-grid{grid-template-columns:1fr}}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--text-primary: #000000;--text-secondary: #666666;--border-color: #d9d9d9;--sidebar-bg: #001529;--sidebar-hover: #1890ff;--sidebar-active: #1890ff;--shadow: rgba(0, 0, 0, .1);--border-color: #dfdfdf;--color-up: #38a169;--color-down: #cf1322}:root[data-theme=dark]{--bg-primary: #141414;--bg-secondary: #1f1f1f;--text-primary: #ffffff;--text-secondary: #a6a6a6;--border-color: #434343;--sidebar-bg: #001529;--sidebar-hover: #177ddc;--sidebar-active: #177ddc;--shadow: rgba(0, 0, 0, .3);--color-up: #49aa19;--color-down: #d32029}.auth-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.auth-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.auth-background-gradient{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9}.auth-background-gradient:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:float 20s infinite linear}.auth-background-gradient:after{content:"";position:absolute;bottom:-30%;left:-30%;width:80%;height:80%;background:radial-gradient(circle,rgba(255,255,255,.15) 1px,transparent 1px);background-size:80px 80px;animation:float 25s infinite linear reverse}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(-50px,-50px) rotate(360deg)}}.auth-background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.05) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.05) 75%);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0px;opacity:.3}.auth-content-wrapper{position:relative;z-index:1;width:100%;max-width:440px}.login-card{border-radius:24px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a;border:none;overflow:hidden;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-card .ant-card-body{padding:56px 48px}.auth-logo-section{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid rgba(0,0,0,.06)}.auth-logo-section .auth-logo-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:20px;border-radius:20px;box-shadow:0 8px 24px #0000004d}.auth-logo-section .auth-logo-icon .anticon{font-size:36px;color:#fff}.auth-logo-section .auth-brand-title{margin-bottom:8px!important;font-size:36px;font-weight:700;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.auth-logo-section .auth-brand-subtitle{font-size:14px;color:#8c8c8c;font-weight:500;letter-spacing:.5px}.auth-login-section{margin-bottom:32px}.auth-login-section .auth-welcome-title{margin-bottom:8px!important;font-size:24px;font-weight:600;color:#1a1a1a;text-align:center}.auth-login-section .auth-welcome-subtitle{font-size:14px;line-height:1.6;color:#666;display:block;text-align:center;margin-bottom:32px}.auth-login-section .google-login-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.auth-login-section .google-login-wrapper :global div[id*=google-login]{width:100%!important;transition:transform .2s ease}.auth-login-section .google-login-wrapper :global div[id*=google-login]:hover{transform:translateY(-2px)}.auth-login-section .google-login-wrapper :global div[id*=google-login] iframe{width:100%!important;min-width:100%!important;border-radius:8px!important}.auth-footer{text-align:center;padding-top:24px;border-top:1px solid rgba(0,0,0,.06)}.auth-footer .auth-footer-text{font-size:12px;line-height:1.6;color:#999}.auth-footer .auth-footer-text .auth-link{color:#2a5298;text-decoration:none;transition:color .2s ease}.auth-footer .auth-footer-text .auth-link:hover{color:#1e3c72;text-decoration:underline}@media (max-width: 576px){.auth-container{padding:16px}.login-card .ant-card-body{padding:40px 32px}.auth-logo-section{margin-bottom:40px;padding-bottom:24px}.auth-logo-section .auth-logo-icon{width:64px;height:64px;margin-bottom:16px}.auth-logo-section .auth-logo-icon .anticon{font-size:32px}.auth-logo-section .auth-brand-title{font-size:28px!important}.auth-logo-section .auth-brand-subtitle{font-size:13px}.auth-login-section{margin-bottom:24px}.auth-login-section .auth-welcome-title{font-size:20px!important}.auth-login-section .auth-welcome-subtitle{font-size:13px;margin-bottom:24px}}@media (prefers-color-scheme: dark){.login-card{background:#1e1e1ef2}.login-card .auth-logo-section{border-bottom-color:#ffffff1a}.login-card .auth-welcome-title{color:#fff}.login-card .auth-welcome-subtitle{color:#b3b3b3}.login-card .auth-footer{border-top-color:#ffffff1a}.login-card .auth-footer .auth-footer-text{color:#999}}.theme-switcher-btn{width:48px!important;height:48px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;color:#fff!important;background-color:transparent!important;border:none!important}.theme-switcher-btn:hover{background-color:#ffffff26!important;color:#fff!important}.theme-switcher-btn .anticon{font-size:20px}.theme-switcher-content .theme-colors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:200px}.theme-switcher-content .theme-color-item{width:40px;height:40px;border-radius:8px;cursor:pointer;position:relative;transition:all .3s ease;box-shadow:0 2px 8px #00000026;padding:0;margin:0}.theme-switcher-content .theme-color-item:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.theme-switcher-content .theme-color-item.active{box-shadow:0 4px 16px #0000004d}.theme-switcher-content .theme-color-item .check-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.AddPositionModal .ant-select-selector{border-radius:4px!important}.AddPositionModal .ant-input-number-wrapper .ant-input-number-group-addon{border-radius:4px 0 0 4px!important}.AddPositionModal .ant-input-number-wrapper .ant-input-number{border-radius:0 4px 4px 0!important}.Strategies{padding:8px 12px}.Strategies-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 4px 12px;flex-wrap:wrap}.Strategies-header-summary{display:flex;align-items:center;gap:8px;font-size:13px;color:#8c8c8c;font-variant-numeric:tabular-nums;flex-wrap:wrap}.Strategies-header-summary b{color:#1a1a1a;font-weight:600}.Strategies-header-summary .dot{color:#d9d9d9;-webkit-user-select:none;user-select:none}.Strategies-stat-suffix{font-size:13px;color:#bfbfbf;font-weight:400;margin-left:2px}.Strategies-toolbar{display:flex;justify-content:space-between;align-items:center;padding:4px 0;margin:4px 0;gap:12px;flex-wrap:wrap}.Strategies-toolbar-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.Strategies-toolbar-count{font-size:13px;color:#8c8c8c;font-variant-numeric:tabular-nums}.Strategies-toolbar-count b{color:#1a1a1a;font-weight:600}.Strategies-toolbar .reset-filter-btn{color:#8c8c8c}.Strategies-toolbar .reset-filter-btn:hover{color:#1a1a1a;background:#f5f5f5}.Strategies-ghost-card{height:100%;min-height:220px;border:1px dashed #d9d9d9;border-radius:8px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8c8c8c;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.Strategies-ghost-card:hover{border-color:var(--ghost-primary, #1677ff);background:color-mix(in srgb,var(--ghost-primary, #1677ff) 6%,transparent);color:var(--ghost-primary-dark, var(--ghost-primary, #1677ff))}.Strategies-ghost-card:focus-visible{outline:2px solid var(--ghost-primary, #1677ff);outline-offset:2px}.Strategies-ghost-icon{font-size:24px}.Strategies-ghost-label{font-size:14px;font-weight:500}.Strategies-ghost-hint{font-size:12px;color:#bfbfbf}.Strategies-list{margin-top:4px}.Strategies-card{border-radius:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%;display:flex;flex-direction:column;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}.Strategies-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#d9d9d9}.Strategies-card.inactive{opacity:.6;background:#fafafa}.Strategies-card .ant-card-body{flex:1;display:flex;flex-direction:column;padding:12px}.Strategies-card .ant-card-actions{border-top:1px solid #f0f0f0;background:#fafafa}.Strategies-card .ant-card-actions li{margin:0 8px}.Strategies-card .ant-card-actions li .ant-btn{border-radius:4px}.Strategies-card-content{flex:1;display:flex;flex-direction:column}.Strategies-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.Strategies-card-title{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;flex:1;line-height:1.4}.Strategies-card-stats{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #f0f0f0;margin-top:auto}.Strategies-card-stats .stat-row{display:flex;gap:16px}.Strategies-card-stats .stat-item{display:flex;flex-direction:column;gap:6px;flex:1}.Strategies-card-stats .stat-item .stat-label{font-size:12px;color:#8c8c8c;font-weight:500}.Strategies-card-stats .stat-item .stat-value{font-size:18px;font-weight:600;color:#1a1a1a}.Strategies .ant-drawer-header{padding:8px!important}.add-strategy-form .ant-form-item{margin-bottom:20px}.add-strategy-form .ant-form-item-explain-error,.add-strategy-form .ant-form-item-message-error,.add-strategy-form .ant-form-item-feedback-icon-error,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain-error,.add-strategy-form .ant-form-item-has-error .ant-form-item-message-error,.add-strategy-form .ant-form-item-has-error .ant-form-item-feedback-icon-error,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain,.add-strategy-form .ant-form-item-has-error .ant-form-item-message,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain-error span,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain-error div,.add-strategy-form .ant-form-item-has-error .ant-form-item-message-error span,.add-strategy-form .ant-form-item-has-error .ant-form-item-message-error div,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain span,.add-strategy-form .ant-form-item-has-error .ant-form-item-explain div,.add-strategy-form .ant-form-item-has-error .ant-form-item-message span,.add-strategy-form .ant-form-item-has-error .ant-form-item-message div{color:var(--strategy-error-color, #ff4d4f)!important}.add-strategy-form .ant-form-item-has-error .ant-input,.add-strategy-form .ant-form-item-has-error .ant-input-number,.add-strategy-form .ant-form-item-has-error .ant-select-selector,.add-strategy-form .ant-form-item-has-error .ant-picker{border-color:var(--strategy-error-color, #ff4d4f)!important}.add-strategy-form .ant-form-item-has-error .ant-input:focus,.add-strategy-form .ant-form-item-has-error .ant-input-number:focus,.add-strategy-form .ant-form-item-has-error .ant-select-focused .ant-select-selector,.add-strategy-form .ant-form-item-has-error .ant-picker-focused{border-color:var(--strategy-error-color, #ff4d4f)!important;box-shadow:0 0 0 2px var(--strategy-error-color-shadow, rgba(255, 77, 79, .2))!important}.Strategies .ant-drawer-header{padding:8px}.Strategies .ant-drawer-body{padding:0!important;overflow:hidden!important;-ms-overflow-style:none;scrollbar-width:none}.Strategies .ant-drawer-body::-webkit-scrollbar{display:none}.Strategies .full-width{width:100%;padding:16px}.Strategies .full-width .ps__rail-y{right:0!important}.strategy-performance .performance-descriptions{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.strategy-performance .performance-descriptions .ant-descriptions-title{font-size:16px;font-weight:600;margin-bottom:16px;padding:20px 20px 0}.strategy-performance .performance-descriptions .ant-descriptions-view{border-radius:8px;overflow:hidden}.strategy-performance .performance-descriptions .ant-descriptions-item-label{font-weight:500}.strategy-performance .performance-descriptions .ant-descriptions-item-content{font-size:14px}.strategy-performance .performance-descriptions .ant-descriptions-item:first-child .ant-descriptions-item-label,.strategy-performance .performance-descriptions .ant-descriptions-item:first-child .ant-descriptions-item-content{border-top-left-radius:8px}.strategy-performance .performance-descriptions .ant-descriptions-item:last-child .ant-descriptions-item-label,.strategy-performance .performance-descriptions .ant-descriptions-item:last-child .ant-descriptions-item-content{border-bottom-right-radius:8px}.StrategyDrawer .StrategyDrawer-delete-btn{border-radius:4px!important;color:#666!important;background-color:transparent!important;transition:all .2s ease}.StrategyDrawer .StrategyDrawer-delete-btn .anticon{font-size:14px}.StrategyDrawer .StrategyDrawer-delete-btn:hover{color:#b91c1c!important;background-color:#b91c1c14!important}
