:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.unified-modal-root .ant-modal-header{display:none}.unified-modal-root .ant-modal-content{padding:0;border-radius:var(--unified-modal-radius, 25px);overflow:hidden;background:#fff;box-shadow:0 16px 48px #0f172a24}.unified-modal-root .ant-modal-body{padding:0}.unified-modal-root .ant-modal-container{padding:0!important;border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.unified-modal{position:relative;background:linear-gradient(0deg,#f3f6fb,#c8cfdb)}.unified-modal__hero{position:relative;min-height:118px;padding:13px 37px 0}.unified-modal__close{position:absolute;top:16px;right:22px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#ffffffeb;cursor:pointer}.unified-modal__close:hover{background:#ffffff29}.unified-modal__close:focus{outline:none}.unified-modal__close:focus-visible{outline:2px solid rgba(255,255,255,.72);outline-offset:2px}.unified-modal__heading{display:contents}.unified-modal__title-row{display:flex;align-items:center;gap:10px;padding-top:7px}.unified-modal__title-icon{width:43px;height:44px;object-fit:contain;flex-shrink:0}.unified-modal__title{font-size:1.14rem;font-weight:500;line-height:1;color:#fff;white-space:nowrap;margin-bottom:10px}.unified-modal__art{position:absolute;top:19px;right:54px;width:178px;height:auto;max-height:190px;object-fit:contain;pointer-events:none;z-index:1}.unified-modal__sheet{position:relative;z-index:2;display:flex;flex-direction:column;gap:.75rem;padding:37px 42px 39px}.unified-modal__sheet-content{background:linear-gradient(-155deg,#f4f4f700 15%,#f5f6f7cc 50%);border-radius:.36rem;min-width:0}.unified-modal__sheet-footer{flex-shrink:0;background:transparent}.unified-modal-root{--unified-modal-radius: 25px;--unified-modal-sheet-bg: #ffffff;--unified-modal-hero-gradient: linear-gradient(90deg, var(--semi-color-primary), color-mix(in srgb, var(--semi-color-primary) 55%, #ffffff), var(--semi-color-primary-light-default))}html.dark .unified-modal-root .ant-modal-content{background:var(--semi-color-bg-1);border:1px solid var(--semi-color-border)}html.dark .unified-modal{background:var(--semi-color-bg-1)}html.dark .unified-modal__close{color:#ffffffeb}html.dark .unified-modal__close:hover{background:#ffffff1f}.unified-modal--wallet .unified-modal__hero{min-height:96px;padding:18px 24px 10px}.unified-modal--wallet .unified-modal__title{margin-bottom:0;font-size:1.14rem;font-weight:600;color:#333}.unified-modal__subtitle{margin:8px 0 0;padding-right:160px;font-size:12px;line-height:1.5;color:#8a8f99;font-weight:400}.unified-modal--wallet .unified-modal__close{top:14px;right:16px;color:#666}.unified-modal--wallet .unified-modal__close:hover{background:#0000000a}.unified-modal--wallet .unified-modal__art{top:8px;right:40px;width:150px;max-height:120px;opacity:.5}.unified-modal--wallet .unified-modal__sheet{margin-top:-28px;padding:1.25rem 1.5rem 1.5rem;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.unified-modal-root .unified-modal.unified-modal--wallet{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#e4e8ef,#f4f6f9 36%,#fff)}.unified-modal--wallet .unified-modal__sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto}.unified-modal--wallet .unified-modal__sheet-footer{flex:0 0 auto}html.dark .unified-modal-root .unified-modal.unified-modal--wallet{background:linear-gradient(180deg,#2a303c 0%,var(--semi-color-bg-1) 100%)}html.dark .unified-modal--wallet .unified-modal__title{color:var(--semi-color-text-0)}html.dark .unified-modal__subtitle{color:#ffffff8c}html.dark .unified-modal--wallet .unified-modal__close{color:var(--semi-color-text-2)}html.dark .unified-modal--wallet .unified-modal__close:hover{background:var(--semi-color-fill-1)}@keyframes notice-modal-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}@keyframes notice-art-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-6deg)}}@keyframes icon-float-c78c81c1{0%,to{transform:translateY(0)}50%{transform:translateY(-.375rem)}}@keyframes notice-art-glow{0%,to{opacity:.42;transform:scale(.92)}50%{opacity:.78;transform:scale(1.08)}}@keyframes notice-bg-breathe{0%,to{opacity:.22}50%{opacity:.62}}@keyframes notice-bg-breathe-light{0%,to{opacity:.52}50%{opacity:1}}@keyframes notice-content-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes notice-top-sweep{0%{transform:translate(-100%)}to{transform:translate(280%)}}.system-notice-modal-root .ant-modal-mask{background:#0f172447!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}html.dark .system-notice-modal-root .ant-modal-mask{background:#060a1075!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.system-notice-modal-root .ant-modal{width:56.25rem!important;max-width:min(56.25rem,calc(100vw - 2rem))}.system-notice-modal-root .ant-modal-content,.system-notice-modal-root .ant-modal-container{height:80vh;max-height:80vh}.system-notice-modal-root .ant-modal-container{box-shadow:0 1.875rem 6.25rem #000000b3,0 0 0 .0625rem #00cae033,inset 0 .0625rem #ffffff1a}.system-notice-modal-root .ant-modal-body{height:100%}.system-notice-modal-root .unified-modal{height:100%;overflow:hidden;animation:notice-modal-in .42s cubic-bezier(.22,1,.36,1)}html.dark .system-notice-modal-root{--color-1: rgb(30, 31, 37);--color-2: rgb(27, 28, 33)}html.dark .system-notice-modal-root .ant-modal-content,html.dark .system-notice-modal-root .ant-modal-container,html.dark .system-notice-modal-root .unified-modal,html.dark .system-notice-modal-root .unified-modal.unified-modal--wallet{background:linear-gradient(145deg,var(--color-1) 0%,var(--color-2) 50%,var(--color-1) 100%)}.system-notice-modal-root .unified-modal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(circle 9rem at 0% 42%,rgba(0,186,200,.42) 0%,rgba(0,186,200,.16) 52%,transparent 72%),radial-gradient(circle 7.5rem at 6% 94%,rgba(0,186,200,.36) 0%,rgba(0,186,200,.14) 52%,transparent 72%),radial-gradient(circle 6.5rem at 98% 2%,rgba(0,186,200,.4) 0%,rgba(0,186,200,.16) 52%,transparent 72%);animation:notice-bg-breathe-light 4.6s ease-in-out infinite}html.dark .system-notice-modal-root .unified-modal:after{animation:notice-bg-breathe 4.6s ease-in-out infinite;background:radial-gradient(circle 9rem at 0% 42%,rgba(0,202,224,.22) 0%,rgba(0,202,224,.09) 52%,transparent 72%),radial-gradient(circle 7.5rem at 6% 94%,rgba(0,202,224,.18) 0%,rgba(0,202,224,.07) 52%,transparent 72%),radial-gradient(circle 6.5rem at 98% 2%,rgba(0,202,224,.2) 0%,rgba(0,202,224,.08) 52%,transparent 72%)}.system-notice-modal-root .unified-modal--wallet .unified-modal__hero{overflow:visible;z-index:5;display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;column-gap:16px;min-height:0;padding:32px 48px 10px}.system-notice-modal-root .unified-modal--wallet .unified-modal__close{grid-column:1;grid-row:1;z-index:7;width:40px;height:40px;border:none;border-radius:8px;background:#d5eef1;box-shadow:none;color:#2b7d86;transition:transform .28s ease,color .2s ease,background .2s ease}.system-notice-modal-root .unified-modal--wallet .unified-modal__close svg{width:22px;height:22px}.system-notice-modal-root .unified-modal--wallet .unified-modal__close:hover{transform:rotate(90deg) scale(1.1);color:#fff;background:#4eb6c2;box-shadow:none}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__close{color:#7eefff;background:#00cae024;box-shadow:none}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__close:hover{color:#fff;background:#00cae047;box-shadow:none}.system-notice-modal-root .unified-modal:before{content:"";position:absolute;top:0;left:0;width:90%;height:4px;pointer-events:none;z-index:6;background:linear-gradient(90deg,transparent 0%,rgba(58,168,180,.2) 10%,rgba(58,168,180,.72) 50%,rgba(58,168,180,.2) 90%,transparent 100%);animation:notice-top-sweep 3s linear infinite}html.dark .system-notice-modal-root .unified-modal:before{background:linear-gradient(90deg,transparent 0%,rgba(0,229,255,.2) 10%,rgba(0,229,255,1) 50%,rgba(0,229,255,.2) 90%,transparent 100%)}.system-notice-modal-root .unified-modal--wallet .unified-modal__heading{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;grid-column:2;grid-row:1}.system-notice-modal-root .unified-modal--wallet .unified-modal__title-row{justify-content:flex-start;padding-top:0}.system-notice-modal-root .unified-modal--wallet .unified-modal__title{margin-bottom:0;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:.02em;color:#2d3439}.system-notice-modal-root .unified-modal--wallet .unified-modal__subtitle{margin:0;padding-right:0;text-align:left;width:auto;font-size:14px;line-height:1.4;font-weight:400}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__title{color:#e8f7fa;text-shadow:0 0 10px rgba(0,229,255,.45)}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__subtitle{color:#8b939c}.system-notice-modal-root .unified-modal--wallet .unified-modal__art{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;left:auto;right:auto;top:auto;z-index:1;box-sizing:border-box;width:6rem;height:6rem;max-height:6rem;padding:1.35rem;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#00cae033,#0066ff26,#00cae033);position:relative;overflow:hidden;border:.125rem solid rgba(0,202,224,.25);box-shadow:none;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);opacity:1;object-fit:contain;filter:none;animation:icon-float-c78c81c1 3s ease-in-out infinite}.system-notice-modal-root .unified-modal--wallet .unified-modal__hero:after{display:none}.system-notice-modal-root .unified-modal--wallet .unified-modal__sheet.system-notice-modal__sheet{min-height:0;flex:1;z-index:2;gap:0;margin-top:0}.system-notice-modal-root .unified-modal--wallet .unified-modal__sheet-content.system-notice-modal__content{position:relative;overflow:hidden;background:transparent;display:flex;flex-direction:column;min-height:0}.system-notice-modal-root .unified-modal--wallet .unified-modal__sheet-content.system-notice-modal__content:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;z-index:4;pointer-events:none;background:linear-gradient(to bottom,#f4f6f9 0%,rgba(244,246,249,.78) 32%,rgba(244,246,249,.28) 68%,transparent 100%);opacity:var(--notice-top-fade, 0);transition:opacity .4s ease}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__sheet-content.system-notice-modal__content{background:transparent}html.dark .system-notice-modal-root .unified-modal--wallet .unified-modal__sheet-content.system-notice-modal__content:before{background:linear-gradient(to bottom,rgb(30,31,37) 0%,rgba(30,31,37,.82) 32%,rgba(27,28,33,.32) 68%,transparent 100%)}.system-notice-scroll{max-height:none;height:100%;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:4px 2px 0;animation:notice-content-in .42s cubic-bezier(.22,1,.36,1);scrollbar-width:thin;scrollbar-color:rgba(0,202,224,.35) transparent}.system-notice-scroll::-webkit-scrollbar{width:6px}.system-notice-scroll::-webkit-scrollbar-thumb{background:#00cae059;border-radius:999px}.system-notice-card{position:relative;padding:18px 20px;border-radius:16px;border:1px solid rgba(0,202,224,.32);border-left-width:6px;border-left-color:#00cae0;background:linear-gradient(135deg,#00cae024,#d5eef1e6 55%,#fff);box-shadow:0 12px 34px #00cae01a;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.system-notice-card:hover{transform:translateY(-4px);border-color:#00cae080;border-left-color:#00cae0;box-shadow:0 14px 28px #00cae029}.system-notice-card-title{font-size:16px;line-height:1.5;font-weight:700;color:#1f2937;word-break:break-word}.system-notice-card-divider{height:1px;margin:12px 0;background:#e8eef6}.system-notice-card-body{font-size:14px;line-height:1.8;color:#4b5563;white-space:pre-wrap;word-break:break-word}.system-notice-empty{padding:48px 0}.system-notice-loading{display:flex;flex:1 1 auto;align-items:center;justify-content:center;width:100%;height:100%;min-height:280px}@keyframes notice-line-load{0%{transform:translate(-120%)}to{transform:translate(280%)}}.system-notice-line-loader{width:7.5rem;height:.1875rem;border-radius:999px;overflow:hidden;background:#3aa8b42e}.system-notice-line-loader:after{content:"";display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,transparent,#3aa8b4,#00cae0,#3aa8b4,transparent);animation:notice-line-load 1.15s ease-in-out infinite}html.dark .system-notice-line-loader{background:#00cae029}html.dark .system-notice-line-loader:after{background:linear-gradient(90deg,transparent,#00cae0,#7eefff,#00cae0,transparent)}.system-notice-modal-root .unified-modal__sheet-footer.system-notice-modal__footer{border-top:1px solid rgba(15,23,36,.06);margin-left:-1.5rem;margin-right:-1.5rem;padding:14px 1.5rem 0}html.dark .system-notice-modal-root .unified-modal__sheet-footer.system-notice-modal__footer{border-top-color:#ffffff14}.system-notice-pager{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;padding-top:0}.system-notice-pager-nav{display:flex;align-items:center;gap:12px;width:100%}.system-notice-snooze-btn{display:inline-flex;align-items:center;align-self:flex-end;gap:8px;height:auto;padding:0;border:none;border-radius:0;background:transparent;color:#3aa8b4;font-size:13px;line-height:1;cursor:pointer;white-space:nowrap;box-shadow:none;transition:color .18s ease,opacity .18s ease}.system-notice-snooze-btn:hover{transform:none;color:#2b7d86;box-shadow:none}.system-notice-snooze-check{width:16px;height:16px;flex-shrink:0;border-radius:50%;border:1.5px solid #3aa8b4;background:transparent;box-sizing:border-box}.system-notice-theme-switch{display:inline-flex;margin-right:auto;padding:3px;border-radius:999px;border:1px solid rgba(209,220,239,.95);background:#ffffffe6}.system-notice-theme-btn{height:28px;padding:0 12px;border:none;border-radius:999px;background:transparent;color:#6b7280;font-size:13px;cursor:pointer}.system-notice-theme-btn.is-active{background:#eff6ff;color:#1d4ed8;font-weight:600}.system-notice-pager-btn{flex:1 1 0;min-width:0;height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:none;background:#d5eef1;color:#2b7d86;font-size:15px;line-height:1;cursor:pointer;box-shadow:none;transition:background .2s ease,color .2s ease}.system-notice-pager-btn:hover:not(:disabled){transform:none;background:#4eb6c2;color:#fff;box-shadow:none}.system-notice-pager-btn:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 640px){.system-notice-pager-nav{gap:8px}.system-notice-pager-btn{height:42px;padding:0 8px;font-size:13px;gap:4px}}html.dark .system-notice-card{border-color:#00cae047;border-left-color:#00cae0;background:linear-gradient(135deg,#00cae029,#1e1f25f5 55%,#1b1c21f5);box-shadow:0 12px 34px #00cae01f}html.dark .system-notice-card:hover{border-color:#00cae073;border-left-color:#00cae0;box-shadow:0 14px 28px #00cae02e}html.dark .system-notice-card-title{color:#f3f4f6}html.dark .system-notice-card-divider{background:#94a3b838}html.dark .system-notice-card-body{color:#d1d5db}html.dark .system-notice-theme-switch{border-color:#94a3b847;background:#242a36eb}html.dark .system-notice-theme-btn{color:#94a3b8}html.dark .system-notice-theme-btn.is-active{background:#3b82f633;color:#93c5fd}html.dark .system-notice-pager-btn{border:none;background:#00cae024;color:#7eefff;box-shadow:none}html.dark .system-notice-pager-btn:hover:not(:disabled){background:#00cae047;color:#fff;box-shadow:none}html.dark .system-notice-snooze-btn{border:none;background:transparent;color:#00cae0;box-shadow:none}html.dark .system-notice-snooze-btn:hover{border:none;color:#2ee4f2;box-shadow:none}@media (prefers-reduced-motion: reduce){.system-notice-modal-root .unified-modal,.system-notice-modal-root .unified-modal--wallet .unified-modal__art,.system-notice-modal-root .unified-modal:before,.system-notice-modal-root .unified-modal:after,.system-notice-modal-root .unified-modal--wallet .unified-modal__hero:after,.system-notice-card,.system-notice-scroll,.system-notice-line-loader:after{animation:none}.system-notice-modal-root .unified-modal--wallet .unified-modal__close:hover,.system-notice-modal-root .unified-modal--wallet .unified-modal__art{transform:none}.system-notice-card:hover,.system-notice-pager-btn:hover:not(:disabled),.system-notice-snooze-btn:hover{transform:none}}.system-notice-scroll.is-html{max-height:none;padding:0;gap:0}.system-notice-html{font-size:16px;line-height:1.8;border-radius:16px;padding:12px 12px 16px;max-height:min(62vh,560px);overflow-y:auto;scrollbar-width:thin}.system-notice-modal-root .system-notice-html{max-height:none;height:100%;min-height:0;padding-bottom:1rem}.system-notice-modal-root .system-notice-html>:last-child{margin-bottom:0}.system-notice-modal-root .system-notice-html.is-dark{background:transparent}.system-notice-html::-webkit-scrollbar{width:6px}.system-notice-html img{max-width:100%;height:auto}.system-notice-html .notice-grow{color:inherit;font-weight:800;letter-spacing:.01em;line-height:1.35}.system-notice-html .notice-grow--1{font-size:1.12em}.system-notice-html .notice-grow--2{font-size:1.28em}.system-notice-html .notice-grow--3{font-size:1.45em}.system-notice-html .notice-grow--4{font-size:1.65em}.system-notice-html .notice-chips,.system-notice-html .notice-minis,.system-notice-html .notice-stats,.system-notice-html .notice-section{display:flex;flex-wrap:wrap;align-items:center}.system-notice-html .notice-hero{position:relative;overflow:hidden;margin-top:1.25rem;margin-bottom:1.25rem;padding:1.5rem 1.5rem 1.375rem;border-radius:1.125rem}.system-notice-html .notice-hero:before,.system-notice-html .notice-hero:after{content:"";position:absolute;z-index:0;pointer-events:none;border-radius:50%}.system-notice-html .notice-hero:before{top:-20%;right:-8%;width:14rem;height:14rem}.system-notice-html .notice-hero:after{left:2%;bottom:2%;width:10rem;height:10rem}.system-notice-html .notice-hero>*{position:relative;z-index:1}.system-notice-html .notice-hero__shine{position:absolute;top:0;left:0;right:0;height:.25rem}.system-notice-html .notice-chips{gap:.5rem;margin-bottom:.8rem}.system-notice-html .notice-chip{display:inline-block;font-size:.75rem;font-weight:800;padding:.25rem .75rem;border-radius:6.25rem}.system-notice-html .notice-chip--hot{letter-spacing:.12em;padding:.3rem .875rem}.system-notice-html .notice-hero__title{font-size:1.5rem;font-weight:800;line-height:1.35;margin-bottom:.75rem}.system-notice-html .notice-hero__desc{margin-bottom:1rem}.system-notice-html .notice-minis{gap:.625rem;margin-bottom:.875rem}.system-notice-html .notice-mini{flex:1 1 15rem;padding:.875rem .9rem;border-radius:.75rem}.system-notice-html .notice-mini__title{font-weight:800;margin-bottom:.25rem}.system-notice-html .notice-mini__text{font-size:.875rem}.system-notice-html .notice-callout{position:relative;overflow:hidden;padding:.8rem 1rem;border-radius:.75rem}.system-notice-html .notice-callout:before{content:"";position:absolute;left:-1rem;top:50%;width:5.5rem;height:5.5rem;transform:translateY(-50%);border-radius:50%;pointer-events:none}.system-notice-html .notice-stats{gap:.625rem;margin-bottom:1.75rem}.system-notice-html .notice-stat{flex:1;text-align:center;padding:.875rem .5rem;border-radius:.875rem}.system-notice-html .notice-stat__num{font-size:1.5rem;font-weight:800;line-height:1.2}.system-notice-html .notice-stat__label{font-size:.75rem;margin-top:.25rem}.system-notice-html .notice-section{gap:.625rem;margin-bottom:.875rem}.system-notice-html .notice-section__bar{display:inline-block;width:.375rem;height:1.25rem;border-radius:.1875rem}.system-notice-html .notice-section__title{font-size:1.125rem;font-weight:700}.system-notice-html .notice-section__count{padding:.125rem .5625rem;border-radius:6.25rem;font-size:.75rem}.system-notice-html .notice-block{padding:1rem 1.125rem;border-radius:.875rem;margin-bottom:.625rem}.system-notice-html .notice-block__title{font-size:1rem;font-weight:700;margin-bottom:.375rem}.system-notice-html .notice-block__text{font-size:.875rem}.system-notice-html .notice-foot{margin:1.25rem 0;padding:1.125rem 1.25rem;border-radius:.875rem;text-align:center}.system-notice-html .notice-foot__title{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.system-notice-html .notice-foot__text{font-size:.8125rem}.system-notice-html.is-light{color:#475569;background:transparent;scrollbar-color:rgba(0,202,224,.32) transparent}.system-notice-html.is-light::-webkit-scrollbar-thumb{background:#00cae052;border-radius:999px}.system-notice-html.is-light .notice-hero{background:linear-gradient(135deg,#ffc44647,#ffedd5e6 55%,#fff7ed);border:.125rem solid rgba(251,146,60,.55);box-shadow:0 0 2.4rem #fb923c2e}.system-notice-html.is-light .notice-hero:before{background:radial-gradient(circle,rgba(255,196,70,.36) 0%,rgba(255,196,70,.14) 45%,transparent 72%)}.system-notice-html.is-light .notice-hero:after{background:radial-gradient(circle,rgba(255,170,50,.28) 0%,rgba(255,170,50,.1) 48%,transparent 74%)}.system-notice-html.is-light .notice-hero__shine{background:linear-gradient(90deg,transparent,#fed7aa,#fdba74,#fed7aa,transparent)}.system-notice-html.is-light .notice-chip{color:#9a3412;background:#fff7ede6;border:.0625rem solid rgba(251,146,60,.45)}.system-notice-html.is-light .notice-chip--hot{color:#3a1400;background:linear-gradient(135deg,#fff3c4,#ffd089);border:none}.system-notice-html.is-light .notice-hero__title{color:#9a3412}.system-notice-html.is-light .notice-hero__desc{color:#57534e}.system-notice-html.is-light .notice-hero__desc b,.system-notice-html.is-light .notice-callout b{color:#c2410c}.system-notice-html.is-light .notice-mini{background:#ffffffc7;border:.0625rem solid rgba(251,146,60,.28)}.system-notice-html.is-light .notice-mini__title{color:#b45309}.system-notice-html.is-light .notice-mini__text{color:#57534e}.system-notice-html.is-light .notice-mini__text b{color:#9a3412}.system-notice-html.is-light .notice-callout{background:#ffedd5e6;border-left:.1875rem solid #f97316;color:#9a3412}.system-notice-html.is-light .notice-callout:before{background:radial-gradient(circle,rgba(255,180,70,.3) 0%,rgba(255,180,70,.1) 50%,transparent 74%)}.system-notice-html.is-light .notice-stat--violet{background:#a78bfa1f;border:.0625rem solid rgba(139,92,246,.28)}.system-notice-html.is-light .notice-stat--violet .notice-stat__num{color:#6d28d9}.system-notice-html.is-light .notice-stat--gold{background:#fbbf2424;border:.0625rem solid rgba(245,158,11,.28)}.system-notice-html.is-light .notice-stat--gold .notice-stat__num{color:#b45309}.system-notice-html.is-light .notice-stat--rose{background:#fb71851f;border:.0625rem solid rgba(244,63,94,.24)}.system-notice-html.is-light .notice-stat--rose .notice-stat__num{color:#be123c}.system-notice-html.is-light .notice-stat__label{color:#64748b}.system-notice-html.is-light .notice-section__bar{background:linear-gradient(180deg,#a78bfa,#f472b6)}.system-notice-html.is-light .notice-section__title{color:#0f172a}.system-notice-html.is-light .notice-section__count{background:#a78bfa29;color:#6d28d9}.system-notice-html.is-light .notice-block--violet{background:#a78bfa14;border-left:.1875rem solid #8b5cf6}.system-notice-html.is-light .notice-block--purple{background:#c084fc14;border-left:.1875rem solid #c084fc}.system-notice-html.is-light .notice-block--pink{background:#f472b614;border-left:.1875rem solid #f472b6}.system-notice-html.is-light .notice-block__title{color:#5b21b6}.system-notice-html.is-light .notice-block--pink .notice-block__title{color:#9d174d}.system-notice-html.is-light .notice-block__text{color:#475569}.system-notice-html.is-light .notice-block__text b,.system-notice-html.is-light .notice-block__text em{color:#6d28d9;font-style:normal;font-weight:700}.system-notice-html.is-light .notice-block--pink .notice-block__text em{color:#be185d}.system-notice-html.is-light .notice-foot{background:linear-gradient(135deg,#ffb43c29,#a78bfa1f);border:.0625rem solid rgba(251,146,60,.28)}.system-notice-html.is-light .notice-foot__title{color:#9a3412}.system-notice-html.is-light .notice-foot__text{color:#64748b}.system-notice-html.is-dark{color:#d6e2ea;background:#15181f;scrollbar-color:rgba(0,202,224,.35) transparent}.system-notice-html.is-dark::-webkit-scrollbar-thumb{background:#00cae059;border-radius:999px}.system-notice-html.is-dark .notice-hero{background:linear-gradient(135deg,#ffc4463d,#ff782829 55%,#ffd67812);border:.125rem solid rgba(255,193,72,.75);box-shadow:0 0 3.4rem #ffaa324d}.system-notice-html.is-dark .notice-hero:before{background:radial-gradient(circle,rgba(255,196,70,.32) 0%,rgba(255,196,70,.12) 45%,transparent 72%)}.system-notice-html.is-dark .notice-hero:after{background:radial-gradient(circle,rgba(255,170,50,.24) 0%,rgba(255,170,50,.08) 48%,transparent 74%)}.system-notice-html.is-dark .notice-hero__shine{background:linear-gradient(90deg,transparent,#ffd46a,#ff8a2b,#ffd46a,transparent)}.system-notice-html.is-dark .notice-chip{color:#ffd98a;background:#ffb43c2e;border:.0625rem solid rgba(255,193,72,.5)}.system-notice-html.is-dark .notice-chip--hot{color:#3a1400;background:linear-gradient(135deg,#ffe08a,#ff8a2b);border:none}.system-notice-html.is-dark .notice-hero__title{color:#ffe6a8}.system-notice-html.is-dark .notice-hero__desc{color:#f1e6d2}.system-notice-html.is-dark .notice-hero__desc b,.system-notice-html.is-dark .notice-callout b{color:#ffbe3c}.system-notice-html.is-dark .notice-mini{background:#ffffff0f;border:.0625rem solid rgba(255,193,72,.32)}.system-notice-html.is-dark .notice-mini__title{color:#ffd98a}.system-notice-html.is-dark .notice-mini__text{color:#dfd3bf}.system-notice-html.is-dark .notice-mini__text b{color:#f5ead2}.system-notice-html.is-dark .notice-callout{background:#ff8c3c2e;border-left:.1875rem solid #ff8a2b;color:#ffe8d2}.system-notice-html.is-dark .notice-callout:before{background:radial-gradient(circle,rgba(255,180,70,.28) 0%,rgba(255,180,70,.08) 50%,transparent 74%)}.system-notice-html.is-dark .notice-stat--violet{background:#a78bfa1a;border:.0625rem solid rgba(167,139,250,.22)}.system-notice-html.is-dark .notice-stat--violet .notice-stat__num{color:#c4b5fd}.system-notice-html.is-dark .notice-stat--gold{background:#fbbf241a;border:.0625rem solid rgba(251,191,36,.22)}.system-notice-html.is-dark .notice-stat--gold .notice-stat__num{color:#fcd34d}.system-notice-html.is-dark .notice-stat--rose{background:#fb71851a;border:.0625rem solid rgba(251,113,133,.22)}.system-notice-html.is-dark .notice-stat--rose .notice-stat__num{color:#fda4af}.system-notice-html.is-dark .notice-stat__label{color:#9baebb}.system-notice-html.is-dark .notice-section__bar{background:linear-gradient(180deg,#a78bfa,#f472b6)}.system-notice-html.is-dark .notice-section__title{color:#fff}.system-notice-html.is-dark .notice-section__count{background:#a78bfa2e;color:#c4b5fd}.system-notice-html.is-dark .notice-block--violet{background:#a78bfa12;border-left:.1875rem solid #a78bfa}.system-notice-html.is-dark .notice-block--purple{background:#a78bfa12;border-left:.1875rem solid #c084fc}.system-notice-html.is-dark .notice-block--pink{background:#f472b612;border-left:.1875rem solid #f472b6}.system-notice-html.is-dark .notice-block__title{color:#ddd6fe}.system-notice-html.is-dark .notice-block--purple .notice-block__title{color:#e9d5ff}.system-notice-html.is-dark .notice-block--pink .notice-block__title{color:#fbcfe8}.system-notice-html.is-dark .notice-block__text{color:#a9bac6}.system-notice-html.is-dark .notice-block__text b,.system-notice-html.is-dark .notice-block__text em{color:#ddd6fe;font-style:normal;font-weight:700}.system-notice-html.is-dark .notice-block--pink .notice-block__text em{color:#f9a8d4}.system-notice-html.is-dark .notice-foot{background:linear-gradient(120deg,#00cae02e,#7c3aed33);border:.0625rem solid rgba(255,180,60,.28)}.system-notice-html.is-dark .notice-foot__title{color:#ffe6c8}.system-notice-html.is-dark .notice-foot__text{color:#8fa6b4}.system-notice-html .notice-block--pink{margin-bottom:1.75rem}.system-notice-html .notice-pin{position:relative;overflow:hidden;margin:0 0 1.75rem;padding:1.5rem 1.375rem 1.25rem 1.75rem;border-radius:1rem}.system-notice-html .notice-pin:before,.system-notice-html .notice-pin:after{content:"";position:absolute;z-index:0;pointer-events:none;border-radius:50%}.system-notice-html .notice-pin:before{top:-18%;right:-8%;width:14rem;height:14rem}.system-notice-html .notice-pin:after{left:2%;bottom:2%;width:10rem;height:10rem}.system-notice-html .notice-pin>*{position:relative;z-index:1}.system-notice-html .notice-pin__bar{position:absolute;top:0;left:0;width:6px;height:100%}.system-notice-html .notice-pin__chip{margin-bottom:.75rem}.system-notice-html .notice-chip--alert{letter-spacing:1.5px;padding:5px 14px;border:none}.system-notice-html .notice-pin__title{font-size:1.5rem;font-weight:800;line-height:1.36;margin-bottom:.55rem}.system-notice-html .notice-pin__desc{font-size:.875rem;line-height:1.85;margin-bottom:1.1rem}.system-notice-html .notice-metas{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.1rem}.system-notice-html .notice-meta{flex:1 1 150px;padding:12px 14px;border-radius:11px}.system-notice-html .notice-meta__label{font-size:11px;letter-spacing:1px;margin-bottom:5px}.system-notice-html .notice-meta__value{font-size:16px;font-weight:700}.system-notice-html .notice-points{padding:15px 17px;border-radius:12px}.system-notice-html .notice-points__title{font-size:13px;font-weight:800;letter-spacing:.5px;margin-bottom:12px}.system-notice-html .notice-point{display:flex;gap:11px;margin-bottom:10px}.system-notice-html .notice-point:last-child{margin-bottom:0}.system-notice-html .notice-point__n{flex-shrink:0;width:19px;height:19px;margin-top:3px;border-radius:6px;font-size:11px;font-weight:800;text-align:center;line-height:19px}.system-notice-html .notice-point__text{font-size:14px;line-height:1.8}.system-notice-html .notice-pin__tip{margin-top:15px;font-size:13px;line-height:1.9}.system-notice-html .notice-kicker{margin:0 0 8px;font-size:12px;letter-spacing:2px}.system-notice-html .notice-section{margin-top:.35rem;margin-bottom:.9rem}.system-notice-html .notice-section__line{flex:1;height:1px}.system-notice-html.is-light .notice-pin{background:linear-gradient(135deg,#ff4d4f29,#ffedd5f2 55%,#fff7ed);border:1px solid rgba(255,138,76,.45);box-shadow:0 12px 34px #ff4d4f1a}.system-notice-html.is-light .notice-pin:before{background:radial-gradient(circle,rgba(255,122,69,.34) 0%,rgba(255,122,69,.12) 45%,transparent 72%)}.system-notice-html.is-light .notice-pin:after{background:radial-gradient(circle,rgba(255,146,43,.28) 0%,rgba(255,146,43,.1) 48%,transparent 74%)}.system-notice-html.is-light .notice-pin__bar{background:linear-gradient(180deg,#ff4d4f,#ff922b)}.system-notice-html.is-light .notice-chip--alert{color:#fff;background:linear-gradient(135deg,#ff4d4f,#ff7a45)}.system-notice-html.is-light .notice-pin__title{color:#9f1239}.system-notice-html.is-light .notice-pin__desc,.system-notice-html.is-light .notice-pin__tip{color:#9a3412}.system-notice-html.is-light .notice-meta{background:#ffffffb8;border:1px solid rgba(255,138,76,.28)}.system-notice-html.is-light .notice-meta__label{color:#c2410c}.system-notice-html.is-light .notice-meta__value{color:#7c2d12}.system-notice-html.is-light .notice-points{background:#ffffffb3;border:1px solid rgba(255,237,213,.9)}.system-notice-html.is-light .notice-points__title{color:#9a3412}.system-notice-html.is-light .notice-point__n{background:#ff7a452e;color:#c2410c}.system-notice-html.is-light .notice-point__text{color:#44403c}.system-notice-html.is-light .notice-point__text b{color:#b45309}.system-notice-html.is-light .notice-kicker{color:#64748b}.system-notice-html.is-light .notice-section--feature .notice-section__bar{background:linear-gradient(180deg,#00cae0,#2f86ff)}.system-notice-html.is-light .notice-section--feature .notice-section__count{background:#00cae024;color:#0e7490}.system-notice-html.is-light .notice-section--feature .notice-section__line{background:linear-gradient(90deg,rgba(0,202,224,.4),transparent)}.system-notice-html.is-light .notice-section--optimize .notice-section__bar{background:linear-gradient(180deg,#a06bff,#ff6bcb)}.system-notice-html.is-light .notice-section--optimize .notice-section__count{background:#a06bff24;color:#6d28d9}.system-notice-html.is-light .notice-section--optimize .notice-section__line{background:linear-gradient(90deg,rgba(160,107,255,.4),transparent)}.system-notice-html.is-light .notice-section--bug .notice-section__bar{background:linear-gradient(180deg,#2fd48f,#7ee787)}.system-notice-html.is-light .notice-section--bug .notice-section__count{background:#2fd48f29;color:#047857}.system-notice-html.is-light .notice-section--bug .notice-section__line{background:linear-gradient(90deg,rgba(47,212,143,.4),transparent)}.system-notice-html.is-light .notice-block--cyan,.system-notice-html.is-light .notice-block--blue,.system-notice-html.is-light .notice-block--teal{background:#00cae00f}.system-notice-html.is-light .notice-block--cyan{border-left:3px solid #00cae0}.system-notice-html.is-light .notice-block--blue{border-left:3px solid #2f86ff}.system-notice-html.is-light .notice-block--teal{border-left:3px solid #14b8a6}.system-notice-html.is-light .notice-block--orange{border-left:3px solid #ffa94d;background:#a06bff0f}.system-notice-html.is-light .notice-block--slate{border-left:3px solid #7f93a0;background:#a06bff0f}.system-notice-html.is-light .notice-block--green{border-left:3px solid #2fd48f;background:#2fd48f0f}.system-notice-html.is-light .notice-block--lime{border-left:3px solid #7ee787;background:#2fd48f0f}.system-notice-html.is-light .notice-block--sky{border-left:3px solid #4dc9ff;background:#2fd48f0f}.system-notice-html.is-light .notice-block--gold{border-left:3px solid #ffd166;background:#2fd48f0f}.system-notice-html.is-light .notice-block--cyan .notice-block__title,.system-notice-html.is-light .notice-block--blue .notice-block__title,.system-notice-html.is-light .notice-block--teal .notice-block__title{color:#155e75}.system-notice-html.is-light .notice-block--green .notice-block__title,.system-notice-html.is-light .notice-block--lime .notice-block__title,.system-notice-html.is-light .notice-block--sky .notice-block__title,.system-notice-html.is-light .notice-block--gold .notice-block__title{color:#065f46}.system-notice-html.is-dark .notice-pin{background:linear-gradient(135deg,#ff4d4f38,#ff922b21 55%,#ff4d4f0d);border:1px solid rgba(255,138,76,.45);box-shadow:0 12px 34px #ff4d4f24}.system-notice-html.is-dark .notice-pin:before{background:radial-gradient(circle,rgba(255,122,69,.3) 0%,rgba(255,122,69,.1) 45%,transparent 72%)}.system-notice-html.is-dark .notice-pin:after{background:radial-gradient(circle,rgba(255,146,43,.22) 0%,rgba(255,146,43,.08) 48%,transparent 74%)}.system-notice-html.is-dark .notice-pin__bar{background:linear-gradient(180deg,#ff4d4f,#ff922b)}.system-notice-html.is-dark .notice-chip--alert{color:#fff;background:linear-gradient(135deg,#ff4d4f,#ff7a45)}.system-notice-html.is-dark .notice-pin__title{color:#fff6f0}.system-notice-html.is-dark .notice-pin__desc{color:#ffcfb6}.system-notice-html.is-dark .notice-pin__tip{color:#ffbfa0}.system-notice-html.is-dark .notice-meta{background:#00000042;border:1px solid rgba(255,138,76,.26)}.system-notice-html.is-dark .notice-meta__label{color:#ff9f6b}.system-notice-html.is-dark .notice-meta__value{color:#fff2ea}.system-notice-html.is-dark .notice-points{background:#0000003d;border:1px solid rgba(255,255,255,.07)}.system-notice-html.is-dark .notice-points__title{color:#ffd9a8}.system-notice-html.is-dark .notice-point__n{background:#ff7a453d;color:#ffb385}.system-notice-html.is-dark .notice-point__text{color:#ecdcd2}.system-notice-html.is-dark .notice-point__text b{color:#ffd08a}.system-notice-html.is-dark .notice-kicker{color:#7f939e}.system-notice-html.is-dark .notice-section--feature .notice-section__bar{background:linear-gradient(180deg,#00cae0,#2f86ff)}.system-notice-html.is-dark .notice-section--feature .notice-section__title{color:#f2fbff}.system-notice-html.is-dark .notice-section--feature .notice-section__count{background:#00cae026;color:#57e0f0}.system-notice-html.is-dark .notice-section--feature .notice-section__line{background:linear-gradient(90deg,rgba(0,202,224,.4),transparent)}.system-notice-html.is-dark .notice-section--optimize .notice-section__bar{background:linear-gradient(180deg,#a06bff,#ff6bcb)}.system-notice-html.is-dark .notice-section--optimize .notice-section__title{color:#f8f2ff}.system-notice-html.is-dark .notice-section--optimize .notice-section__count{background:#a06bff2e;color:#c4a3ff}.system-notice-html.is-dark .notice-section--optimize .notice-section__line{background:linear-gradient(90deg,rgba(160,107,255,.45),transparent)}.system-notice-html.is-dark .notice-section--bug .notice-section__bar{background:linear-gradient(180deg,#2fd48f,#7ee787)}.system-notice-html.is-dark .notice-section--bug .notice-section__title{color:#effff7}.system-notice-html.is-dark .notice-section--bug .notice-section__count{background:#2fd48f29;color:#6fe6ae}.system-notice-html.is-dark .notice-section--bug .notice-section__line{background:linear-gradient(90deg,rgba(47,212,143,.45),transparent)}.system-notice-html.is-dark .notice-block--cyan,.system-notice-html.is-dark .notice-block--blue,.system-notice-html.is-dark .notice-block--teal{background:#00cae00d;border:1px solid rgba(255,255,255,.07)}.system-notice-html.is-dark .notice-block--cyan{border-left:3px solid #00cae0}.system-notice-html.is-dark .notice-block--blue{border-left:3px solid #2f86ff}.system-notice-html.is-dark .notice-block--teal{border-left:3px solid #4dd6a8}.system-notice-html.is-dark .notice-block--orange,.system-notice-html.is-dark .notice-block--slate{background:#a06bff0f;border:1px solid rgba(255,255,255,.07)}.system-notice-html.is-dark .notice-block--orange{border-left:3px solid #ffa94d}.system-notice-html.is-dark .notice-block--slate{border-left:3px solid #7f93a0}.system-notice-html.is-dark .notice-block--green,.system-notice-html.is-dark .notice-block--lime,.system-notice-html.is-dark .notice-block--sky,.system-notice-html.is-dark .notice-block--gold{background:#2fd48f0e;border:1px solid rgba(255,255,255,.07)}.system-notice-html.is-dark .notice-block--green{border-left:3px solid #2fd48f}.system-notice-html.is-dark .notice-block--lime{border-left:3px solid #7ee787}.system-notice-html.is-dark .notice-block--sky{border-left:3px solid #4dc9ff}.system-notice-html.is-dark .notice-block--gold{border-left:3px solid #ffd166}.system-notice-html.is-dark .notice-block--cyan .notice-block__title,.system-notice-html.is-dark .notice-block--blue .notice-block__title,.system-notice-html.is-dark .notice-block--teal .notice-block__title{color:#eaf9ff}.system-notice-html.is-dark .notice-block--green .notice-block__title,.system-notice-html.is-dark .notice-block--lime .notice-block__title,.system-notice-html.is-dark .notice-block--sky .notice-block__title,.system-notice-html.is-dark .notice-block--gold .notice-block__title{color:#eafff5}.system-notice-html.is-dark .notice-block--cyan .notice-block__text b,.system-notice-html.is-dark .notice-block--blue .notice-block__text b,.system-notice-html.is-dark .notice-block--teal .notice-block__text b{color:#6be3f2}.system-notice-html.is-dark .notice-block--green .notice-block__text b,.system-notice-html.is-dark .notice-block--lime .notice-block__text b{color:#7ce8b4}.system-notice-html.is-dark .notice-foot{margin-top:26px;border-style:dashed;background:linear-gradient(120deg,#00cae02e,#7c3aed33);border-color:#00cae06b}.system-notice-html .notice-hero__accent{display:inline;margin-left:.15em}.system-notice-html .notice-spot{margin:0 0 1rem;padding:1rem 1.05rem .95rem;border-radius:.9rem}.system-notice-html .notice-spot__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.55rem}.system-notice-html .notice-spot__title{font-size:1rem;font-weight:800;line-height:1.45}.system-notice-html .notice-spot__badge{flex-shrink:0;font-size:.6875rem;font-weight:800;letter-spacing:.12em;padding:.28rem .7rem;border-radius:999px}.system-notice-html .notice-spot__desc{font-size:.875rem;line-height:1.8;margin-bottom:.55rem}.system-notice-html .notice-spot__note{font-size:.8125rem;line-height:1.75;opacity:.92}.system-notice-html .notice-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 .9rem}.system-notice-html .notice-tag{display:inline-block;font-size:.75rem;font-weight:700;padding:.22rem .65rem;border-radius:999px}.system-notice-html .notice-note{margin:0 0 .75rem;padding:.85rem .95rem;border-radius:.75rem}.system-notice-html .notice-note:last-child{margin-bottom:0}.system-notice-html .notice-note__title{font-size:.875rem;font-weight:800;margin-bottom:.3rem}.system-notice-html .notice-note__text{font-size:.875rem;line-height:1.75}.system-notice-html .notice-intro{margin:0 0 1.1rem;padding:.15rem 0 .35rem}.system-notice-html .notice-intro__label{font-size:.75rem;font-weight:800;letter-spacing:.18em;margin-bottom:.45rem}.system-notice-html .notice-intro__title{font-size:1.25rem;font-weight:800;line-height:1.4;margin-bottom:.45rem}.system-notice-html .notice-intro__desc{font-size:.875rem;line-height:1.8}.system-notice-html .notice-stack{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.system-notice-html .notice-stack__item{padding:.85rem .95rem;border-radius:.75rem}.system-notice-html .notice-stack__title{font-size:.9375rem;font-weight:800;margin-bottom:.3rem}.system-notice-html .notice-stack__text{font-size:.875rem;line-height:1.75}.system-notice-html .notice-group{margin-bottom:.35rem}.system-notice-html.is-light .notice-hero__accent{color:#c2410c}.system-notice-html.is-light .notice-hero--violet{background:linear-gradient(135deg,#a78bfa47,#ede9feeb 55%,#f5f3ff);border:.125rem solid rgba(139,92,246,.5);box-shadow:0 0 2.4rem #8b5cf629}.system-notice-html.is-light .notice-hero--violet:before{background:radial-gradient(circle,rgba(167,139,250,.32) 0%,rgba(167,139,250,.12) 45%,transparent 72%)}.system-notice-html.is-light .notice-hero--violet:after{background:radial-gradient(circle,rgba(139,92,246,.24) 0%,rgba(139,92,246,.08) 48%,transparent 74%)}.system-notice-html.is-light .notice-hero--violet .notice-callout:before{background:radial-gradient(circle,rgba(167,139,250,.28) 0%,rgba(167,139,250,.1) 50%,transparent 74%)}.system-notice-html.is-light .notice-hero--violet .notice-hero__shine{background:linear-gradient(90deg,transparent,#ddd6fe,#c4b5fd,#ddd6fe,transparent)}.system-notice-html.is-light .notice-hero--violet .notice-chip{color:#5b21b6;background:#f5f3ffeb;border:.0625rem solid rgba(139,92,246,.4)}.system-notice-html.is-light .notice-hero--violet .notice-chip--hot{color:#2e1065;background:linear-gradient(135deg,#ede9fe,#c4b5fd);border:none}.system-notice-html.is-light .notice-hero--violet .notice-hero__title,.system-notice-html.is-light .notice-hero--violet .notice-hero__accent{color:#5b21b6}.system-notice-html.is-light .notice-hero--violet .notice-hero__desc{color:#4c1d95}.system-notice-html.is-light .notice-hero--violet .notice-mini{background:#ffffffb8;border:.0625rem solid rgba(139,92,246,.28)}.system-notice-html.is-light .notice-hero--violet .notice-mini__title{color:#6d28d9}.system-notice-html.is-light .notice-spot{background:#ffffffc7;border:.0625rem solid rgba(251,146,60,.42);box-shadow:0 8px 22px #fb923c1a}.system-notice-html.is-light .notice-spot__title{color:#9a3412}.system-notice-html.is-light .notice-spot__badge{color:#3a1400;background:linear-gradient(135deg,#ffe08a,#ff8a2b)}.system-notice-html.is-light .notice-spot__desc,.system-notice-html.is-light .notice-spot__note{color:#57534e}.system-notice-html.is-light .notice-spot__desc b,.system-notice-html.is-light .notice-spot__note b{color:#c2410c}.system-notice-html.is-light .notice-hero--violet .notice-spot{border-color:#8b5cf666;box-shadow:0 8px 22px #8b5cf61a}.system-notice-html.is-light .notice-hero--violet .notice-spot__title{color:#5b21b6}.system-notice-html.is-light .notice-hero--violet .notice-spot__badge{color:#2e1065;background:linear-gradient(135deg,#ddd6fe,#a78bfa)}.system-notice-html.is-light .notice-tag{color:#9a3412;background:#fff7edf2;border:.0625rem solid rgba(251,146,60,.4)}.system-notice-html.is-light .notice-hero--violet .notice-tag{color:#5b21b6;background:#f5f3fff2;border-color:#8b5cf659}.system-notice-html.is-light .notice-note--info{background:#ff8c3c1f;border-left:.1875rem solid #ff8a2b}.system-notice-html.is-light .notice-note--place{background:#0ea5e91a;border-left:.1875rem solid #0ea5e9}.system-notice-html.is-light .notice-note--how{background:#8b5cf61a;border-left:.1875rem solid #8b5cf6}.system-notice-html.is-light .notice-note__title{color:#9a3412}.system-notice-html.is-light .notice-note--place .notice-note__title{color:#0369a1}.system-notice-html.is-light .notice-note--how .notice-note__title{color:#6d28d9}.system-notice-html.is-light .notice-note__text{color:#57534e}.system-notice-html.is-light .notice-intro__label{color:#a16207}.system-notice-html.is-light .notice-intro__title{color:#1e293b}.system-notice-html.is-light .notice-intro__desc{color:#475569}.system-notice-html.is-light .notice-stack__item{background:#fffc;border:.0625rem solid rgba(148,163,184,.35)}.system-notice-html.is-light .notice-stack__title{color:#1e293b}.system-notice-html.is-light .notice-stack__text{color:#475569}.system-notice-html.is-light .notice-stack--feature .notice-stack__item{border-left:.1875rem solid #2f86ff}.system-notice-html.is-light .notice-stack--optimize .notice-stack__item{border-left:.1875rem solid #a78bfa}.system-notice-html.is-light .notice-stack--bug .notice-stack__item{border-left:.1875rem solid #2fd48f}.system-notice-html.is-dark .notice-hero__accent{color:#ffbe3c}.system-notice-html.is-dark .notice-hero--violet{background:linear-gradient(135deg,#8b5cf647,#5b21b62e 55%,#a78bfa14);border:.125rem solid rgba(167,139,250,.7);box-shadow:0 0 3.4rem #8b5cf647}.system-notice-html.is-dark .notice-hero--violet:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,rgba(167,139,250,.1) 45%,transparent 72%)}.system-notice-html.is-dark .notice-hero--violet:after{background:radial-gradient(circle,rgba(139,92,246,.22) 0%,rgba(139,92,246,.08) 48%,transparent 74%)}.system-notice-html.is-dark .notice-hero--violet .notice-callout:before{background:radial-gradient(circle,rgba(167,139,250,.26) 0%,rgba(167,139,250,.08) 50%,transparent 74%)}.system-notice-html.is-dark .notice-hero--violet .notice-hero__shine{background:linear-gradient(90deg,transparent,#c4b5fd,#8b5cf6,#c4b5fd,transparent)}.system-notice-html.is-dark .notice-hero--violet .notice-chip{color:#ddd6fe;background:#8b5cf638;border:.0625rem solid rgba(167,139,250,.5)}.system-notice-html.is-dark .notice-hero--violet .notice-chip--hot{color:#2e1065;background:linear-gradient(135deg,#ddd6fe,#a78bfa);border:none}.system-notice-html.is-dark .notice-hero--violet .notice-hero__title,.system-notice-html.is-dark .notice-hero--violet .notice-hero__accent{color:#e9d5ff}.system-notice-html.is-dark .notice-hero--violet .notice-hero__desc{color:#ede9fe}.system-notice-html.is-dark .notice-hero--violet .notice-mini{background:#ffffff0f;border:.0625rem solid rgba(167,139,250,.35)}.system-notice-html.is-dark .notice-hero--violet .notice-mini__title{color:#ddd6fe}.system-notice-html.is-dark .notice-spot{background:#00000038;border:.0625rem solid rgba(255,193,72,.45);box-shadow:inset 0 0 0 1px #ffd67814}.system-notice-html.is-dark .notice-spot__title{color:#ffe6a8}.system-notice-html.is-dark .notice-spot__badge{color:#3a1400;background:linear-gradient(135deg,#ffe08a,#ff8a2b)}.system-notice-html.is-dark .notice-spot__desc,.system-notice-html.is-dark .notice-spot__note{color:#f1e6d2}.system-notice-html.is-dark .notice-spot__desc b,.system-notice-html.is-dark .notice-spot__note b{color:#ffbe3c}.system-notice-html.is-dark .notice-hero--violet .notice-spot{border-color:#a78bfa80;box-shadow:inset 0 0 0 1px #c4b5fd14}.system-notice-html.is-dark .notice-hero--violet .notice-spot__title{color:#e9d5ff}.system-notice-html.is-dark .notice-hero--violet .notice-spot__badge{color:#2e1065;background:linear-gradient(135deg,#ddd6fe,#a78bfa)}.system-notice-html.is-dark .notice-tag{color:#ffd98a;background:#ffb43c29;border:.0625rem solid rgba(255,193,72,.4)}.system-notice-html.is-dark .notice-hero--violet .notice-tag{color:#ddd6fe;background:#8b5cf633;border-color:#a78bfa73}.system-notice-html.is-dark .notice-note--info{background:#ff8c3c29;border-left:.1875rem solid #ff8a2b}.system-notice-html.is-dark .notice-note--place{background:#38bdf81f;border-left:.1875rem solid #38bdf8}.system-notice-html.is-dark .notice-note--how{background:#a78bfa24;border-left:.1875rem solid #a78bfa}.system-notice-html.is-dark .notice-note__title{color:#ffe6a8}.system-notice-html.is-dark .notice-note--place .notice-note__title{color:#7dd3fc}.system-notice-html.is-dark .notice-note--how .notice-note__title{color:#ddd6fe}.system-notice-html.is-dark .notice-note__text{color:#dfd3bf}.system-notice-html.is-dark .notice-intro__label{color:#fbbf24}.system-notice-html.is-dark .notice-intro__title{color:#fff}.system-notice-html.is-dark .notice-intro__desc{color:#9baebb}.system-notice-html.is-dark .notice-stack__item{background:#ffffff0a;border:.0625rem solid rgba(148,163,184,.18)}.system-notice-html.is-dark .notice-stack__title{color:#f1f5f9}.system-notice-html.is-dark .notice-stack__text{color:#9baebb}.system-notice-html.is-dark .notice-stack--feature .notice-stack__item{border-left:.1875rem solid #38bdf8}.system-notice-html.is-dark .notice-stack--optimize .notice-stack__item{border-left:.1875rem solid #a78bfa}.system-notice-html.is-dark .notice-stack--bug .notice-stack__item{border-left:.1875rem solid #4ade80}.online-consultation{position:fixed;top:160px;right:88px;z-index:1001;transform:translate(calc(100% + 88px));transition:transform .28s ease;pointer-events:none}.online-consultation.is-expanded{transform:translate(0);pointer-events:auto}.online-consultation.is-expanded .online-consultation__inner{pointer-events:auto}.online-consultation__inner{display:flex;flex-direction:row;align-items:flex-start;pointer-events:none}.online-consultation__panel{--online-consultation-notch-width: 104px;--online-consultation-notch-height: 26px;position:relative;box-shadow:0 4px 10px #a5a5a559;background:linear-gradient(0deg,#1b54b8,#d3dcec);border-radius:10px;width:22rem;min-width:0;max-width:calc(100vw - 80px);overflow:hidden;flex-shrink:0;animation:online-consultation-panel-in .2s ease-out}@keyframes online-consultation-panel-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.online-consultation__panel-header{position:relative;min-height:80px;padding:18px 24px 10px 32px;box-sizing:border-box}.online-consultation__title-wrap{position:relative;z-index:1;display:inline-block;padding-bottom:.75rem}.online-consultation__title{position:relative;z-index:1;display:block;margin:0;color:#fff;font-weight:700;font-size:1.71rem;line-height:1.35}.online-consultation__title-en{position:absolute;left:0;bottom:5px;display:block;color:#ffffff61;font-weight:600;line-height:1;letter-spacing:.06em;white-space:nowrap;pointer-events:none;font-size:1.33rem}.online-consultation__panel-decor{position:absolute;top:5px;right:10px;width:200px;height:130px;max-width:40%;object-fit:contain;object-position:top right;pointer-events:none;-webkit-user-select:none;user-select:none}.online-consultation__panel-body{position:relative;z-index:1;margin:0 2px 2px;padding:28px 32px;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:.5rem;-webkit-mask-image:linear-gradient(#fff,#fff),radial-gradient(ellipse calc(var(--online-consultation-notch-width) / 2) var(--online-consultation-notch-height) at 50% 0,#000 98%,transparent 100%);mask-image:linear-gradient(#fff,#fff),radial-gradient(ellipse calc(var(--online-consultation-notch-width) / 2) var(--online-consultation-notch-height) at 50% 0,#000 98%,transparent 100%);-webkit-mask-composite:xor;mask-composite:exclude}.online-consultation__qr-block{display:flex;flex-direction:column;align-items:center;margin-top:4px;border:1px solid #eeeeee}.online-consultation__qr-image{width:180px;height:180px;object-fit:contain;background:#fff;margin:1rem;box-sizing:border-box}.online-consultation__contact-list{display:inline-flex;flex-direction:column;align-items:stretch;width:-webkit-max-content;width:max-content;max-width:100%;margin-top:30px}.online-consultation__contact-row{display:flex;flex-direction:row;align-items:center;width:100%;min-height:36px;padding:4px 0;box-sizing:border-box;background:transparent}.online-consultation__contact-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #eeeeee;border-radius:50%;width:32px;height:32px;margin-right:7px;box-sizing:border-box}.online-consultation__contact-icon{display:block;color:#c4d6f7}.online-consultation__contact-icon--phone{width:22px;height:22px}.online-consultation__contact-icon--email{width:21px;height:17px}.online-consultation__contact-label{flex-shrink:0;color:#333;font-size:16px;font-weight:500;line-height:21px;white-space:nowrap}.online-consultation__contact-value{flex:0 0 auto;color:#333;font-size:16px;line-height:21px;white-space:nowrap;margin-left:4px}.online-consultation__trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;padding:0;margin-right:12px;border:none;background:transparent;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.online-consultation__trigger.is-dragging{cursor:grabbing}.online-consultation__trigger:focus-visible{outline:2px solid rgba(46,126,248,.6);outline-offset:4px;border-radius:8px}.online-consultation__avatar{width:56px;height:56px;object-fit:contain;background:transparent;border:none;box-shadow:none;pointer-events:none;opacity:.55;transition:opacity .28s ease}.online-consultation.is-expanded .online-consultation__avatar{opacity:1}html.dark .online-consultation__panel{background:linear-gradient(0deg,#1b54b8,#3a4f6b);box-shadow:0 8px 24px #00000047}html.dark .online-consultation__panel-body{background:var(--semi-color-bg-1);-webkit-mask-image:linear-gradient(#fff,#fff),radial-gradient(ellipse calc(var(--online-consultation-notch-width) / 2) var(--online-consultation-notch-height) at 50% 0,#000 98%,transparent 100%);mask-image:linear-gradient(#fff,#fff),radial-gradient(ellipse calc(var(--online-consultation-notch-width) / 2) var(--online-consultation-notch-height) at 50% 0,#000 98%,transparent 100%)}html.dark .online-consultation__title{color:#fff}html.dark .online-consultation__qr-block{border-color:color-mix(in srgb,var(--semi-color-border) 70%,transparent);background:#ffffff0a;border-radius:8px;overflow:hidden}html.dark .online-consultation__qr-image{background:#fff}html.dark .online-consultation__contact-label,html.dark .online-consultation__contact-value{color:var(--semi-color-text-0)}html.dark .online-consultation__contact-icon-wrap{border-color:var(--semi-color-border);background-color:var(--semi-color-bg-1)}@media (max-width: 560px){.online-consultation__panel{width:min(19.36rem,calc(100vw - 64px))}.online-consultation__panel-header{min-height:96px;padding:14px 16px 8px 20px}.online-consultation__panel-body{margin:0 10px 10px;padding:24px 20px 40px}.online-consultation__panel-decor{width:160px;height:108px}.online-consultation__title-en{font-size:.625rem}.online-consultation__qr-image{width:168px;height:168px}}.feedback-popup-root.unified-modal-root .ant-modal-content,.feedback-popup-root.unified-modal-root .ant-modal-container{height:70vh;max-height:70vh;border-radius:var(--unified-modal-radius, 25px);overflow:hidden;background:linear-gradient(0deg,#f3f6fb,#c8cfdb)}.feedback-popup-root.unified-modal-root .ant-modal-body{display:flex;flex-direction:column;height:100%;max-height:70vh;overflow:hidden}.feedback-popup-root .unified-modal.unified-modal--wallet{display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0;max-height:70vh}.feedback-popup-root .unified-modal--wallet .feedback-popup__sheet.unified-modal__sheet{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:1rem 1.25rem 1.25rem}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:.25rem .25rem .5rem;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent;background:linear-gradient(-155deg,#f4f4f700 15%,#f5f6f7cc 50%)}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px;height:6px;background:transparent}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-button{display:none;width:0;height:0;background:transparent}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-corner{background:transparent}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:999px}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:#ffffffb3}.feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content.is-history{overflow:hidden}.feedback-popup-root .unified-modal--wallet .feedback-popup__footer.unified-modal__sheet-footer{padding:.25rem 0 0}.feedback-popup__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.feedback-popup__actions--history{justify-content:flex-end;width:100%}.feedback-popup__tabs{position:relative;display:flex;justify-content:flex-start;gap:6px;width:-webkit-fit-content;width:fit-content;margin:16px 0 14px;padding:4px;border-radius:10px;background:var(--semi-color-fill-0, #f5f6f8)}.feedback-popup__tab-thumb{position:absolute;top:4px;left:0;height:32px;border-radius:8px;background:var(--semi-color-primary, #1b54b8);pointer-events:none;z-index:0}.feedback-popup__tab-thumb.is-ready{transition:transform .28s cubic-bezier(.22,.61,.36,1),width .28s cubic-bezier(.22,.61,.36,1)}.feedback-popup__tab{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:none;border-radius:8px;background:transparent;color:var(--semi-color-text-2, rgba(0, 0, 0, .45));font-size:13px;cursor:pointer;transition:color .2s ease}.feedback-popup__tab.is-active{background:var(--semi-color-primary, #1b54b8);color:#fff}.feedback-popup__tabs.is-thumb-ready .feedback-popup__tab.is-active{background:transparent}.feedback-popup__notice{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;border-radius:10px;border:1px solid color-mix(in srgb,var(--semi-color-primary, #1b54b8) 40%,transparent);background:var(--semi-color-primary-light-default, rgba(27, 84, 184, .08))}.feedback-popup__notice-icon{flex-shrink:0;color:var(--semi-color-primary, #1b54b8)}.feedback-popup__notice-text{flex:1;min-width:0;margin:0;font-size:12px;line-height:18px;color:var(--semi-color-text-1, rgba(0, 0, 0, .65))}.feedback-popup__notice-text em{font-style:normal;font-weight:650;color:var(--semi-color-primary, #1b54b8);margin:0 2px}.feedback-popup__notice-btn{display:inline-flex;flex-shrink:0;align-items:center;gap:4px;height:28px;padding:0 10px;border:none;border-radius:8px;background:var(--semi-color-primary, #1b54b8);color:#fff;font-size:12px;cursor:pointer}.feedback-popup__label{display:block;margin:0 0 8px;font-size:13px;font-weight:600;color:var(--semi-color-text-0, rgba(0, 0, 0, .88))}.feedback-popup__required{margin-left:2px;color:var(--semi-color-danger, #f54a45)}.feedback-popup__field{position:relative;margin-bottom:14px}.feedback-popup__input,.feedback-popup__select,.feedback-popup__textarea{width:100%;box-sizing:border-box;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:10px;background:var(--semi-color-fill-0, #f5f6f8);color:var(--semi-color-text-0, rgba(0, 0, 0, .88));font-size:13px;outline:none}.feedback-popup__input{height:56px;padding:10px 12px 22px}.feedback-popup__select{display:flex;align-items:center;justify-content:space-between;height:44px;padding:10px 36px 10px 12px;font:inherit;text-align:left;cursor:pointer}.feedback-popup__select.is-placeholder{color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.feedback-popup__select.is-open,.feedback-popup__select:focus{border-color:var(--semi-color-primary, #1b54b8);background:var(--semi-color-bg-1, #fff)}.feedback-popup__select-icon{position:absolute;right:12px;top:50%;color:var(--semi-color-text-2, rgba(0, 0, 0, .45));pointer-events:none;transform:translateY(-50%);transition:transform .18s ease}.feedback-popup__select.is-open .feedback-popup__select-icon{transform:translateY(-50%) rotate(180deg)}.feedback-popup__select-menu{position:fixed;z-index:1200;margin:0;padding:6px;list-style:none;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:12px;background:var(--semi-color-bg-1, #fff);box-shadow:0 8px 24px #1b54b81f}.feedback-popup__select-option{display:block;width:100%;margin:0;padding:9px 12px;border:none;border-radius:8px;background:transparent;color:var(--semi-color-text-0, rgba(0, 0, 0, .88));font-size:13px;text-align:left;cursor:pointer}.feedback-popup__select-option:hover,.feedback-popup__select-option.is-active{background:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 10%,transparent);color:var(--semi-color-primary, #1b54b8)}.feedback-popup__select-option.is-empty{color:var(--semi-color-text-2, rgba(0, 0, 0, .45));cursor:default}.feedback-popup__textarea{min-height:108px;padding:10px 12px 22px;resize:none}.feedback-popup__input:focus,.feedback-popup__select:focus,.feedback-popup__textarea:focus{border-color:var(--semi-color-primary, #1b54b8);background:var(--semi-color-bg-1, #fff)}.feedback-popup__count{position:absolute;right:10px;bottom:8px;font-size:12px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45));pointer-events:none}.feedback-popup__images{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.feedback-popup__upload,.feedback-popup__thumb{width:84px;height:84px;border-radius:12px}.feedback-popup__upload{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0;border:1px dashed var(--semi-color-primary, #1b54b8);background:var(--semi-color-primary-light-default, rgba(27, 84, 184, .06));color:var(--semi-color-text-2, rgba(0, 0, 0, .45));font-size:12px;cursor:pointer}.feedback-popup__upload.is-uploading{cursor:default;opacity:.7}.feedback-popup__thumb{position:relative;overflow:hidden;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08))}.feedback-popup__thumb img{width:100%;height:100%;object-fit:cover}.feedback-popup__thumb-remove{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer}.feedback-popup__empty{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;min-height:0;margin:0;text-align:center;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.feedback-popup__empty-text{margin:8px 0 0}.feedback-popup__history{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;margin:4px 0 0;padding:0;overflow:auto;list-style:none;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent}.feedback-popup__history::-webkit-scrollbar{width:6px;height:6px;background:transparent}.feedback-popup__history::-webkit-scrollbar-button{display:none;width:0;height:0}.feedback-popup__history::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:999px}.feedback-popup__history-panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.feedback-popup__pager{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:16px;margin-top:12px;padding-top:4px}.feedback-popup__pager-btn{height:32px;padding:0 12px;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:8px;background:var(--semi-color-bg-1, #fff);color:var(--semi-color-text-0, rgba(0, 0, 0, .88));font-size:13px;cursor:pointer}.feedback-popup__pager-btn:hover:not(:disabled){border-color:var(--semi-color-primary, #1b54b8);color:var(--semi-color-primary, #1b54b8)}.feedback-popup__pager-btn:disabled{opacity:.4;cursor:not-allowed}.feedback-popup__pager-info{min-width:48px;text-align:center;font-size:13px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.feedback-popup__history-item{display:block;width:100%;margin:0;padding:14px 16px;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:12px;background:var(--semi-color-bg-1, #fff);box-shadow:0 1px 2px #1b54b80a;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.feedback-popup__history-item:hover,.feedback-popup__history-item.is-expanded{border-color:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 35%,transparent);box-shadow:0 4px 12px #1b54b814}.feedback-popup__history-head{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.feedback-popup__history-main{flex:1;min-width:0}.feedback-popup__history-topline{display:flex;align-items:center;gap:8px;min-width:0}.feedback-popup__history-type{flex-shrink:0;padding:1px 7px;border-radius:999px;background:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 10%,transparent);color:var(--semi-color-primary, #1b54b8);font-size:11px;font-weight:600;line-height:18px}.feedback-popup__history-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;color:var(--semi-color-text-0, rgba(0, 0, 0, .88))}.feedback-popup__history-time{flex-shrink:0;font-size:12px;line-height:18px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.feedback-popup__history-status{flex-shrink:0;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:18px}.feedback-popup__history-status.is-pending{background:#faad141f;color:#d48806}.feedback-popup__history-status.is-done{background:#52c41a1f;color:#389e0d}.feedback-popup__history-chevron{flex-shrink:0;margin-top:3px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45));transition:transform .18s ease}.feedback-popup__history-item.is-expanded .feedback-popup__history-chevron{transform:rotate(180deg)}.feedback-popup__history-body{display:grid;grid-template-rows:0fr;margin-top:0;border-top:1px solid transparent;opacity:0;transition:grid-template-rows .22s ease,margin-top .22s ease,border-color .22s ease,opacity .18s ease}.feedback-popup__history-item.is-expanded .feedback-popup__history-body{grid-template-rows:1fr;margin-top:12px;border-top-color:var(--semi-color-border, rgba(0, 0, 0, .08));opacity:1}.feedback-popup__history-body-inner{min-height:0;overflow:hidden}.feedback-popup__history-item.is-expanded .feedback-popup__history-body-inner{padding-top:12px}.feedback-popup__history-detail{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.feedback-popup__history-content{flex:1;min-width:0;margin:0;font-size:13px;line-height:20px;color:var(--semi-color-text-1, rgba(0, 0, 0, .65));white-space:pre-wrap;word-break:break-word}.feedback-popup__history-images{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:50%}.feedback-popup__history-thumb{width:64px;height:64px;padding:0;overflow:hidden;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:10px;background:var(--semi-color-fill-0, #f5f6f8);cursor:zoom-in}.feedback-popup__history-thumb img{display:block;width:100%;height:100%;object-fit:cover}.feedback-popup__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0000008c}.feedback-popup__lightbox-img{max-width:min(90vw,720px);max-height:80vh;object-fit:contain;border-radius:10px}.feedback-popup__lightbox-close{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer}.feedback-popup__history-reply{margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--semi-color-fill-0, #f5f6f8)}.feedback-popup__history-reply-label{display:block;margin-bottom:4px;font-size:12px;font-weight:600;color:var(--semi-color-primary, #1b54b8)}.feedback-popup__history-reply-text{margin:0;font-size:13px;line-height:20px;color:var(--semi-color-text-0, rgba(0, 0, 0, .88));white-space:pre-wrap;word-break:break-word}html.dark .feedback-popup__history-item{background:transparent}html.dark .feedback-popup__history-status.is-pending{color:#faad14;background:#faad142e}html.dark .feedback-popup__history-status.is-done{color:#73d13d;background:#52c41a2e}html.dark .feedback-popup__history-reply{background:var(--semi-color-fill-0)}html.dark .feedback-popup-root.unified-modal-root .ant-modal-content,html.dark .feedback-popup-root.unified-modal-root .ant-modal-container,html.dark .feedback-popup-root .unified-modal{background:var(--semi-color-bg-1)}html.dark .feedback-popup-root .unified-modal__sheet{background:transparent}html.dark .feedback-popup-root .feedback-popup__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%);scrollbar-color:rgba(255,255,255,.45) transparent}html.dark .feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:#fff6}html.dark .feedback-popup-root .unified-modal--wallet .feedback-popup__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:#ffffffa6}html.dark .feedback-popup__history{scrollbar-color:rgba(255,255,255,.45) transparent}html.dark .feedback-popup__history::-webkit-scrollbar-thumb{background:#fff6}html.dark .feedback-popup__pager-btn{background:transparent;border-color:var(--semi-color-border);color:var(--semi-color-text-0)}html.dark .feedback-popup__pager-btn:hover:not(:disabled){border-color:var(--semi-color-primary);color:var(--semi-color-primary)}html.dark .feedback-popup-root .unified-modal--wallet .unified-modal__art{filter:none;opacity:.45}html.dark .feedback-popup__input:focus,html.dark .feedback-popup__select:focus,html.dark .feedback-popup__textarea:focus{background:var(--semi-color-fill-1)}html.dark .feedback-popup__select.is-placeholder,html.dark .feedback-popup__input::placeholder,html.dark .feedback-popup__textarea::placeholder{color:var(--semi-color-text-2)}html.dark .feedback-popup__select-menu{background:var(--semi-color-bg-1);border-color:var(--semi-color-border)}html.dark .feedback-popup__select-option:hover,html.dark .feedback-popup__select-option.is-active{background:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 18%,transparent)}html.dark .feedback-popup-root .ant-btn-default{background:transparent;border-color:var(--semi-color-border);color:var(--semi-color-text-0)}html.dark .feedback-popup-root .ant-btn-default:hover{border-color:var(--semi-color-primary);color:var(--semi-color-primary)}.feedback-success-root.unified-modal-root .ant-modal-content,.feedback-success-root.unified-modal-root .ant-modal-container{height:auto;max-height:none;background:linear-gradient(0deg,#f3f6fb,#c8cfdb)}.feedback-success-root .unified-modal--wallet .feedback-success__sheet.unified-modal__sheet{padding:.75rem 1.25rem 1.25rem}.feedback-success-root .unified-modal--wallet .feedback-success__content.unified-modal__sheet-content{background:transparent}.feedback-success__text{margin:28px 0;text-align:center;font-size:14px;line-height:22px;color:var(--semi-color-text-1, rgba(0, 0, 0, .65))}.feedback-success__actions{display:flex;justify-content:center;width:100%}.feedback-success__actions .ant-btn{min-width:120px}html.dark .feedback-success-root.unified-modal-root .ant-modal-content,html.dark .feedback-success-root.unified-modal-root .ant-modal-container,html.dark .feedback-success-root .unified-modal{background:var(--semi-color-bg-1)}html.dark .feedback-success-root .unified-modal__sheet{background:transparent}.inapp-inbox-modal-root .ant-modal-content,.inapp-inbox-modal-root .ant-modal-container{height:800px;max-height:800px}.inapp-inbox-modal-root .ant-modal-body,.inapp-inbox-modal-root .unified-modal{height:100%}.inapp-inbox-modal-root .unified-modal--wallet .unified-modal__art{width:92px;max-height:92px;opacity:.92;top:10px;right:44px}.inapp-inbox-modal__sheet{min-height:0;flex:1}.inapp-inbox-modal__content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:12px;overflow:hidden}.inapp-inbox-tabs{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:8px}.inapp-inbox-tab{height:30px;padding:0 14px;border:1px solid rgba(209,220,239,.95);border-radius:999px;background:#ffffffdb;color:#4b5563;font-size:13px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.inapp-inbox-tab:hover{transform:translateY(-1px);border-color:#93c5fd}.inapp-inbox-tab.is-active{border-color:#3b82f6;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#2563eb;font-weight:600;box-shadow:0 4px 12px #3b82f629}.inapp-inbox-empty{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;min-height:180px;margin:0;padding:24px 0;text-align:center;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.inapp-inbox-empty-text{margin:8px 0 0}.inapp-inbox-list-panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.inapp-inbox-list{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;max-height:none;margin:4px 0 0;padding:0;overflow:auto;list-style:none;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}.inapp-inbox-list::-webkit-scrollbar{width:6px;height:6px;background:transparent}.inapp-inbox-list::-webkit-scrollbar-thumb{background:#94a3b88c;border-radius:999px}.inapp-inbox-item{display:block;width:100%;margin:0;padding:14px 16px;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:12px;background:var(--semi-color-bg-1, #fff);box-shadow:0 1px 2px #1b54b80a;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.inapp-inbox-item:hover,.inapp-inbox-item.is-expanded{border-color:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 35%,transparent);box-shadow:0 4px 12px #1b54b814}.inapp-inbox-item-head{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.inapp-inbox-item-main{flex:1;min-width:0}.inapp-inbox-item-topline{display:flex;align-items:center;gap:8px;min-width:0}.inapp-inbox-item-type{flex-shrink:0;padding:1px 7px;border-radius:999px;background:color-mix(in srgb,var(--semi-color-primary, #1b54b8) 10%,transparent);color:var(--semi-color-primary, #1b54b8);font-size:11px;font-weight:600;line-height:18px}.inapp-inbox-item-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;color:var(--semi-color-text-0, rgba(0, 0, 0, .88))}.inapp-inbox-item-time{flex-shrink:0;font-size:12px;line-height:18px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.inapp-inbox-item-chevron{flex-shrink:0;color:var(--semi-color-text-2, rgba(0, 0, 0, .45));transition:transform .18s ease}.inapp-inbox-item.is-expanded .inapp-inbox-item-chevron{transform:rotate(180deg)}.inapp-inbox-item-body{display:grid;grid-template-rows:0fr;margin-top:0;border-top:1px solid transparent;opacity:0;transition:grid-template-rows .22s ease,margin-top .22s ease,border-color .22s ease,opacity .18s ease}.inapp-inbox-item.is-expanded .inapp-inbox-item-body{grid-template-rows:1fr;margin-top:12px;border-top-color:var(--semi-color-border, rgba(0, 0, 0, .08));opacity:1}.inapp-inbox-item-body-inner{min-height:0;overflow:hidden}.inapp-inbox-item.is-expanded .inapp-inbox-item-body-inner{padding-top:12px}.inapp-inbox-item-detail{display:flex;flex-direction:column;gap:10px}.inapp-inbox-item-content{margin:0;font-size:13px;line-height:20px;color:var(--semi-color-text-1, rgba(0, 0, 0, .65));white-space:pre-wrap;word-break:break-word}.inapp-inbox-item-tags{display:flex;flex-wrap:wrap;gap:6px}.inapp-inbox-item-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px}.inapp-inbox-item-media{width:100%;max-height:240px;background:#111;border-radius:8px}.inapp-inbox-item-image{max-width:100%;border-radius:8px}html.dark .inapp-inbox-item{background:transparent}html.dark .inapp-inbox-item-tag{background:#2563eb38;color:#93c5fd}.header-contact-service-anchor{position:fixed;top:66px;right:20px;z-index:1002}.header-contact-service-trigger{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:none;background:transparent;cursor:pointer}.header-contact-service-trigger.has-unread .header-contact-service-robot{filter:hue-rotate(-28deg) saturate(2.1) brightness(.92) drop-shadow(0 0 10px rgba(239,68,68,.75))}.header-contact-service-unread-dot{position:absolute;top:2px;left:2px;z-index:2;width:12px;height:12px;border-radius:50%;background:#ef4444;border:2px solid #fff;box-shadow:0 0 0 2px #ef444438}.header-contact-service-robot{width:56px;height:56px;object-fit:contain;pointer-events:none;transform-origin:center center;transition:transform .18s ease}.header-contact-service-trigger:hover .header-contact-service-robot,.header-contact-service-trigger.is-open .header-contact-service-robot{transform:scale(1.12)}.header-contact-service-trigger:active .header-contact-service-robot{transform:scale(.92)}.header-contact-service-popover.ant-popover{padding:0;background:transparent;animation:header-contact-service-in .16s ease-out}@keyframes header-contact-service-in{0%{opacity:0}to{opacity:1}}.header-contact-service-popover.ant-popover .ant-popover-content,.header-contact-service-popover.ant-popover .ant-popover-inner,.header-contact-service-popover.ant-popover .ant-popover-inner-content{padding:0;background:transparent;box-shadow:none}.header-contact-service-panel{min-width:420px;padding:12px;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:16px;background:var(--semi-color-bg-1, #fff);box-shadow:0 8px 24px #0000001f}.header-contact-service-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 4px}.header-contact-service-head-left{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:650;line-height:22px;color:var(--semi-color-text-0, rgba(0, 0, 0, .88))}.header-contact-service-bar{width:3px;height:14px;border-radius:2px;background:var(--semi-color-primary, var(--ant-color-primary, #1b54b8))}.header-contact-service-head-en{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.header-contact-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.header-contact-service-item{display:flex;align-items:center;gap:10px;width:auto;margin:0;padding:10px 12px;border:1px solid var(--semi-color-border, rgba(0, 0, 0, .08));border-radius:12px;background:transparent;box-shadow:none;text-align:left;cursor:pointer}.header-contact-service-item.is-active,.header-contact-service-item:hover{border-color:var(--semi-color-primary, var(--ant-color-primary, #1b54b8));background:transparent}.header-contact-service-icon-wrap{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--semi-color-primary, var(--ant-color-primary, #1b54b8));background:var(--semi-color-primary-light-default, var(--ant-color-primary-bg, rgba(27, 84, 184, .12)))}.header-contact-service-item-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:1.5px solid #fff}.header-contact-service-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.header-contact-service-name{font-size:13px;font-weight:650;line-height:20px;color:var(--semi-color-text-0, rgba(0, 0, 0, .88))}.header-contact-service-desc{font-size:12px;line-height:18px;color:var(--semi-color-text-2, rgba(0, 0, 0, .45))}.header-contact-service-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000073}.header-contact-service-modal-card{position:relative}.header-contact-service-modal-card .online-consultation__panel{animation:header-contact-service-center-in .2s ease-out}@keyframes header-contact-service-center-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.header-contact-service-modal-close{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:#ffffff38;color:#fff;cursor:pointer}.header-contact-service-modal-close:hover{background:#ffffff57}.svg-icon{display:inline-block;vertical-align:middle;flex-shrink:0;line-height:0}.svg-icon svg{overflow:visible}.scene-video{position:relative;display:inline-block;max-width:100%;vertical-align:top;background:#0f172a;overflow:hidden}.scene-video__thumb{display:block;width:100%;height:100%;object-fit:cover;vertical-align:top;background:#0f172a}.scene-video__thumb--video{pointer-events:none}.scene-video__skeleton{width:100%;height:100%;min-height:68px;background:linear-gradient(90deg,#e8eaef,#f4f5f7,#e8eaef);background-size:200% 100%;animation:scene-video-skeleton 1.2s ease-in-out infinite}@keyframes scene-video-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.scene-video__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.scene-video__play-icon{width:2.25rem;height:2.25rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35));transition:transform .15s ease}.scene-video__play:hover .scene-video__play-icon{transform:scale(1.06)}.scene-video-player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0f172a8c;opacity:0;transition:opacity .2s ease}.scene-video-player-overlay--open{opacity:1}.scene-video-player-panel{position:relative;width:min(920px,100%);max-height:min(80vh,100%);border-radius:12px;overflow:hidden;background:#000;box-shadow:0 16px 48px #0f172a59;transform:scale(.96);transition:transform .2s ease}.scene-video-player-panel--open{transform:scale(1)}.scene-video-player-close{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border:0;border-radius:50%;background:#0f172a8c;color:#fff;font-size:20px;line-height:1;cursor:pointer}.scene-video-player-close:hover{background:#0f172abf}.scene-video-player{display:block;width:100%;max-height:min(80vh,100%);background:#000}html.dark .scene-video__skeleton{background:linear-gradient(90deg,#2a2f3a,#343b48,#2a2f3a);background-size:200% 100%}.image-slice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;flex-direction:column;background:#000000eb;color:#f5f5f5}.image-slice-overlay__stage{flex:1;min-height:0;position:relative;margin:16px 24px 8px;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.image-slice-overlay__img{position:absolute;display:block;max-width:none;pointer-events:none;z-index:1}.image-slice-overlay__mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.image-slice-overlay__crop{position:absolute;z-index:2;box-sizing:border-box;border:1.5px solid var(--ant-color-primary, #1668dc);box-shadow:0 0 0 9999px #00000073;cursor:move}.image-slice-overlay__handle{position:absolute;width:10px;height:10px;background:var(--ant-color-primary, #1668dc);border:1px solid var(--ant-color-primary-active, #0958b9);border-radius:1px;box-sizing:border-box}.image-slice-overlay__handle--nw{left:-5px;top:-5px;cursor:nwse-resize;z-index:2}.image-slice-overlay__handle--ne{right:-5px;top:-5px;cursor:nesw-resize;z-index:2}.image-slice-overlay__handle--sw{left:-5px;bottom:-5px;cursor:nesw-resize;z-index:2}.image-slice-overlay__handle--se{right:-5px;bottom:-5px;cursor:nwse-resize;z-index:2}.image-slice-overlay__handle--n,.image-slice-overlay__handle--s,.image-slice-overlay__handle--e,.image-slice-overlay__handle--w{background:transparent;border:none;border-radius:0;z-index:1}.image-slice-overlay__handle--n{left:8px;right:8px;top:-6px;width:auto;height:12px;cursor:ns-resize}.image-slice-overlay__handle--s{left:8px;right:8px;bottom:-6px;width:auto;height:12px;cursor:ns-resize}.image-slice-overlay__handle--e{top:8px;bottom:8px;right:-6px;width:12px;height:auto;cursor:ew-resize}.image-slice-overlay__handle--w{top:8px;bottom:8px;left:-6px;width:12px;height:auto;cursor:ew-resize}.image-slice-overlay__handle--n:after,.image-slice-overlay__handle--s:after,.image-slice-overlay__handle--e:after,.image-slice-overlay__handle--w:after{content:"";position:absolute;background:var(--ant-color-primary, #1668dc);border:1px solid var(--ant-color-primary-active, #0958b9);border-radius:1px;box-sizing:border-box}.image-slice-overlay__handle--n:after,.image-slice-overlay__handle--s:after{left:50%;top:50%;width:16px;height:6px;transform:translate(-50%,-50%)}.image-slice-overlay__handle--e:after,.image-slice-overlay__handle--w:after{left:50%;top:50%;width:6px;height:16px;transform:translate(-50%,-50%)}.image-slice-overlay__grid-line{position:absolute;z-index:2;background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 85%,transparent);pointer-events:none}.image-slice-overlay__grid-line--v{top:0;bottom:0;width:1px}.image-slice-overlay__grid-line--h{left:0;right:0;height:1px}.image-slice-overlay__toolbar{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:12px 16px 16px;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.08)}.image-slice-overlay__tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;flex:0 1 auto;min-width:0}.image-slice-overlay__divider{width:1px;height:22px;margin:0 4px;background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 45%,transparent);flex-shrink:0}.image-slice-overlay__actions{display:flex;align-items:center;justify-content:center;gap:8px;margin-left:0}.image-slice-overlay__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#1a1a1a;color:#e8e8e8;font-size:13px;line-height:1.2;cursor:pointer;white-space:nowrap}.image-slice-overlay__btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--ant-color-primary, #1668dc) 45%,transparent);color:#fff}.image-slice-overlay__btn:disabled{opacity:.45;cursor:not-allowed}.image-slice-overlay__btn--active{background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 18%,transparent);border-color:var(--ant-color-primary, #1668dc);color:var(--ant-color-primary, #1668dc)}.image-slice-overlay__btn--primary{display:inline-flex;align-items:center;gap:6px;background:var(--ant-color-primary, #1668dc);border-color:var(--ant-color-primary, #1668dc);color:#fff;font-weight:600}.image-slice-overlay__btn--primary:hover:not(:disabled){background:var(--ant-color-primary-hover, #4096ff);border-color:var(--ant-color-primary-hover, #4096ff);color:#fff}.image-slice-overlay__custom{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;border:1px solid color-mix(in srgb,var(--ant-color-primary, #1668dc) 45%,transparent);background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 8%,transparent)}.image-slice-overlay__custom input{width:44px;padding:4px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.16);background:#111;color:#fff;font-size:13px;text-align:center}.image-slice-overlay__custom span{color:#ffffff8c;font-size:12px}.image-slice-overlay__hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#ffffff8c;font-size:14px}.image-slice-overlay__grid-line--smart{background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 95%,#fff);box-shadow:0 0 0 1px #00000040}.image-slice-overlay__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 20px 8px}.image-slice-overlay__title{font-size:16px;font-weight:600;color:#f5f5f5}.image-slice-overlay__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;margin:0;padding:0;border:none;border-radius:8px;background:transparent;color:#ffffffbf;font-size:22px;line-height:1;cursor:pointer}.image-slice-overlay__close:hover:not(:disabled){background:#ffffff14;color:#fff}.image-slice-overlay__block{position:absolute;box-sizing:border-box;border:2px solid var(--ant-color-primary, #1668dc);background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 10%,transparent);box-shadow:0 0 0 1px #00000073;cursor:move;overflow:visible;border-radius:2px}.image-slice-overlay__block--active{border-color:var(--ant-color-primary, #1668dc);background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 14%,transparent);z-index:2}.image-slice-overlay__block-index{position:absolute;left:4px;top:4px;min-width:24px;height:24px;padding:0 7px;border-radius:4px;background:var(--ant-color-primary, #1668dc);color:#fff;font-size:13px;font-weight:700;line-height:24px;text-align:center;pointer-events:none;z-index:3;box-shadow:0 1px 3px #00000059}.image-slice-overlay__block-remove{position:absolute;right:4px;top:4px;width:22px;height:22px;margin:0;padding:0;border:none;border-radius:4px;background:#0000008c;color:#fff;font-size:16px;line-height:20px;cursor:pointer;z-index:3}.image-slice-overlay__block-remove:hover{background:#ff4d4f}.image-slice-overlay__btn--add{display:inline-flex;align-items:center;gap:4px;border-style:dashed}.image-slice-overlay__custom--smart{gap:8px}.image-slice-overlay__custom--smart input[type=range]{width:100px;padding:0;border:none;background:transparent;accent-color:var(--ant-color-primary, #1668dc)}.image-slice-overlay__custom--smart .image-slice-overlay__btn{padding:4px 10px;font-size:12px}.user-area-avatar-wrap{position:relative;display:inline-flex;flex-shrink:0;margin-right:.25rem}.user-area-avatar-wrap .user-area-avatar-img,.user-area-avatar-wrap .ant-image,.user-area-avatar-wrap .ant-image-img{width:34px;height:34px;border-radius:50%;object-fit:cover;display:block}.user-area-avatar-status{position:absolute;right:2px;bottom:2px;width:10px;height:10px;border-radius:50%;border:2px solid var(--user-area-avatar-status-ring, #fff);box-sizing:content-box}.user-area-avatar-status--online{background:#22c55e}.user-area-avatar-status--offline{background:#ef4444}.app-header-system-name.ant-typography,.app-header-system-name{color:var(--semi-color-primary)!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;-webkit-text-fill-color:currentColor!important}.header-action-circle-btn.ant-btn{width:36px;height:36px;min-width:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--ant-color-primary-bg, rgba(123, 106, 232, .14))!important;color:var(--ant-color-primary, #7b6ae8)!important;border:none!important;box-shadow:none!important}.header-action-circle-btn.ant-btn .ant-btn-icon,.header-action-circle-btn.ant-btn svg{color:currentColor}.header-action-circle-btn.ant-btn:hover,.header-action-circle-btn.ant-btn:focus-visible{background:var(--ant-color-primary-bg-hover, rgba(123, 106, 232, .22))!important;color:var(--ant-color-primary, #7b6ae8)!important}.header-notification-btn.ant-btn{width:36px;height:36px;min-width:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent!important;color:var(--semi-color-text-1, rgba(0, 0, 0, .65))!important;border:none!important;box-shadow:none!important}.header-notification-btn.ant-btn:hover,.header-notification-btn.ant-btn:focus-visible,.header-notification-btn.ant-btn:active{background:transparent!important;color:var(--semi-color-text-1, rgba(0, 0, 0, .65))!important}.header-notification-btn.ant-btn .ant-btn-icon,.header-notification-btn.ant-btn svg{color:currentColor}.wallet-page{--wallet-accent: var(--semi-color-primary);--wallet-accent-hover: var(--semi-color-primary-hover);--wallet-accent-soft: var(--semi-color-primary-light-default);--wallet-card-radius: 12px;--wallet-border: var(--semi-color-border);--wallet-fill: var(--semi-color-fill-0)}html.dark .wallet-page{--wallet-accent-soft: var(--semi-color-primary-light-default)}.wallet-page__head{display:flex;align-items:center;gap:.5rem;min-height:2.25rem;margin-bottom:.875rem;padding:0 .25rem;font-size:1.125rem;font-weight:600;color:#333}.wallet-page__head-icon{flex-shrink:0;color:#000}html.dark .wallet-page__head,html.dark .wallet-page__head-icon{color:var(--semi-color-text-0)}.wallet-section-title{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:15px;font-weight:600;color:var(--semi-color-text-0)}.wallet-stats-panel>.wallet-section-title,.wallet-recharge__head .wallet-section-title,.wallet-section-card>.wallet-section-title{font-size:1rem}.wallet-section-title .svg-icon{color:var(--semi-color-text-2)}.wallet-section-title__arrow{display:inline-flex;color:var(--wallet-accent);font-size:12px}.wallet-stats-invite-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:stretch}@media (max-width: 1100px){.wallet-stats-invite-grid{grid-template-columns:1fr}}.wallet-stats-invite-grid__stats{display:flex;flex-direction:column;min-width:0}.wallet-stats-invite-grid__invite .wallet-panel{height:100%}.wallet-dashboard-columns{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px;align-items:start}.wallet-dashboard-columns__col{display:flex;flex-direction:column;gap:20px;min-width:0}@media (max-width: 1100px){.wallet-dashboard-columns{grid-template-columns:1fr}}.wallet-middle-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}@media (max-width: 1100px){.wallet-middle-grid{grid-template-columns:1fr}}.wallet-stats-panel,.wallet-panel,.wallet-redeem-card,.wallet-section-card{border-radius:.71rem;border:1px solid #eeeeee;box-sizing:border-box}.wallet-stats-panel{container-type:inline-size;container-name:wallet-stats;background:var(--semi-color-bg-1);padding:16px}.wallet-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wallet-stats-grid>.wallet-stat-card{min-width:0;border-radius:.71rem;border:1px solid #eeeeee;background:linear-gradient(153deg,#f3f6fbb3 65%,#65819e59 95%)}@container wallet-stats (max-width: 820px){.wallet-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.wallet-invite-cards>.wallet-stat-card{min-width:0;border-radius:.71rem;border:1px solid #eeeeee;background:linear-gradient(0deg,#f3f6fbb3 50%,#65819e4d);flex-direction:row-reverse;justify-content:space-between}.wallet-invite-cards>.wallet-stat-card .wallet-stat-card__body{text-align:left}.wallet-section-card{padding:12px 14px;background:var(--semi-color-bg-1)}.wallet-stat-card{display:flex;flex-direction:row;align-items:center;gap:12px;height:8.64rem;padding:12px 14px;border-radius:.71rem;box-sizing:border-box}.wallet-stat-card__icon{flex-shrink:0;align-self:stretch;display:flex;align-items:center;justify-content:center;width:auto;min-width:50px}.wallet-stat-card__icon img{height:65%;width:auto;max-width:100%;object-fit:contain}.wallet-stat-card__body{flex:1;min-width:0}.wallet-stat-card__label{font-size:1rem;font-weight:300;line-height:1.35;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-stat-card__value{font-size:2.14rem;font-weight:700;line-height:1.2;color:var(--semi-color-text-0);white-space:normal;overflow-wrap:break-word;word-break:break-word}.wallet-stat-card__value--fit{overflow:hidden}.wallet-stat-card__value .wallet-stat-card__unit{font-size:13px;font-weight:500;margin-left:2px;color:var(--semi-color-text-2);vertical-align:.08em}html.dark .wallet-stats-panel,html.dark .wallet-panel,html.dark .wallet-redeem-card,html.dark .wallet-section-card{border-color:var(--semi-color-border)}html.dark .wallet-stats-panel{box-shadow:none}html.dark .wallet-stats-grid>.wallet-stat-card{background:linear-gradient(153deg,#f3f6fb1f,#65819e2e);border:1px solid var(--semi-color-border)}html.dark .wallet-invite-cards>.wallet-stat-card{background:var(--semi-color-bg-2);border:1px solid var(--semi-color-border);box-shadow:0 1px #ffffff0a inset}html.dark .wallet-invite-cards>.wallet-stat-card .wallet-stat-card__label{color:var(--semi-color-text-0);font-weight:400}html.dark .wallet-invite-cards>.wallet-stat-card .wallet-stat-card__value{color:var(--semi-color-text-0)}html.dark .wallet-invite-cards>.wallet-stat-card .wallet-stat-card__value .wallet-stat-card__unit{color:var(--semi-color-text-1)}html.dark .wallet-stat-card__label{color:var(--semi-color-text-1)}.wallet-panel{background:var(--semi-color-bg-1);padding:18px 18px 16px}.wallet-panel--invite{container-type:inline-size;container-name:wallet-invite;position:relative;overflow:hidden;min-height:430px;background-color:var(--semi-color-bg-1);background-image:url(/assets/bg-BsSwR96h.png);background-repeat:no-repeat;background-position:right top;background-size:cover}html.dark .wallet-panel--invite{background-image:url(/assets/bg_dark-NANmzkYz.png)}.wallet-recharge__head{padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid var(--semi-color-border)}.wallet-recharge__head .wallet-section-title{margin-bottom:0}.wallet-recharge__field{margin-bottom:18px}.wallet-recharge__field--pay{margin-bottom:16px}.wallet-recharge__label{margin-bottom:8px;font-size:13px;font-weight:500;color:var(--semi-color-text-1)}.wallet-recharge-mode{width:100%;display:inline-flex;border-radius:1.79rem 1.79rem .36rem .36rem;border:1px solid #EEEEEE;overflow:hidden}.wallet-recharge-mode__btn{flex:1;min-width:7.5rem;min-height:2.5rem;padding:8px 20px;border:none;background:#fff;font-size:14px;font-weight:500;color:var(--wallet-accent);cursor:pointer;transition:background .15s ease,color .15s ease}.wallet-recharge-mode__btn:last-child{border-right:none}.wallet-recharge-mode__btn:hover{color:var(--wallet-accent)}.wallet-recharge-mode__btn--active{background:linear-gradient(0deg,#f3f6fb,#c8cfdb);border-radius:1.79rem 1.79rem .36rem .36rem;color:#333}.wallet-recharge-mode__btn--active:hover{color:#333}html.dark .wallet-recharge-mode{border-color:var(--semi-color-border)}html.dark .wallet-recharge-mode__btn{background:var(--semi-color-bg-1);border-right-color:var(--semi-color-border);color:var(--wallet-accent)}html.dark .wallet-recharge-mode__btn:hover{color:var(--wallet-accent)}html.dark .wallet-recharge-mode__btn--active{background:linear-gradient(0deg,#f3f6fb33,#c8cfdb59);color:var(--semi-color-text-0)}html.dark .wallet-recharge-mode__btn--active:hover{color:var(--semi-color-text-0)}.wallet-preset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}@media (max-width: 640px){.wallet-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.wallet-preset-chip{display:flex;justify-content:center;align-items:center;height:6.5rem;padding:10px 12px;border-radius:.71rem;background:#fff;border:1px solid #EEEEEE;text-align:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.wallet-preset-chip:hover{border-color:var(--wallet-accent)}.wallet-preset-chip--active{border-color:var(--wallet-accent);box-shadow:none;background:transparent}.wallet-preset-chip__icon{flex-shrink:0;width:24px;height:24px;object-fit:contain}.wallet-preset-chip__content{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.wallet-preset-chip__row{display:inline-flex;align-items:center;gap:8px}.wallet-preset-chip__points{font-size:1.57rem;font-weight:700;color:var(--semi-color-text-0);line-height:1.2}.wallet-preset-chip__price{display:block;min-height:calc(.75rem * 1.3);font-size:.75rem;font-weight:400;line-height:1.3;color:#999;font-variant-numeric:tabular-nums}.wallet-preset-chip__price--pending{visibility:hidden}.wallet-custom-input-wrap{margin-bottom:18px}.wallet-custom-input{display:flex;align-items:center;gap:8px;height:4.7rem;padding:10px 16px;border-radius:.71rem;border:1px solid #EEEEEE;background:#fff}.wallet-custom-input__icon{flex-shrink:0;width:24px;height:24px;object-fit:contain}.wallet-custom-input__field{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:1.57rem;font-weight:700;color:var(--semi-color-text-0);line-height:1.2}.wallet-custom-input__field::placeholder{font-size:1rem;font-weight:400;color:#ccc}.wallet-custom-input__field::-webkit-outer-spin-button,.wallet-custom-input__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wallet-custom-input__field[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.wallet-custom-input__unit{flex-shrink:0;font-size:1.57rem;font-weight:700;color:var(--semi-color-text-0);line-height:1.2}.wallet-custom-input__yuan{min-height:calc(.75rem * 1.3);margin-top:8px;font-size:.75rem;font-weight:400;color:#999;line-height:1.3;text-align:left;font-variant-numeric:tabular-nums}.wallet-custom-input__yuan--pending{visibility:hidden}.wallet-custom-input__hint{visibility:visible;color:var(--semi-color-danger, #f54a45)}.wallet-pay-cards{display:flex;flex-wrap:wrap;gap:12px}.wallet-pay-card{flex:1 1 140px;display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:10px 14px;border-radius:10px;border:1px solid transparent;background:#f8faff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.wallet-pay-card:hover{border-color:#7e79e359}.wallet-pay-card--active{border-color:#7e79e3a6;background:#fff}.wallet-pay-card__icon{width:28px;height:28px;flex-shrink:0;object-fit:contain}.wallet-pay-card__text{font-size:14px;font-weight:500;color:var(--semi-color-text-2);text-align:left;line-height:1.3}.wallet-pay-card--active .wallet-pay-card__text{color:var(--wallet-accent)}html.dark .wallet-pay-card{background:var(--semi-color-fill-0);border-color:transparent}html.dark .wallet-pay-card:hover{border-color:var(--semi-color-border)}html.dark .wallet-pay-card--active{background:var(--semi-color-bg-2);border-color:var(--semi-color-border)}.wallet-btn-primary-lg.ant-btn-primary{height:42px;border-radius:.36rem;font-weight:600;padding:0 2rem}.wallet-btn-primary-lg.ant-btn-primary:hover{background:var(--wallet-accent-hover)!important;border-color:var(--wallet-accent-hover)!important}.wallet-invite-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}@container wallet-invite (max-width: 420px){.wallet-invite-cards{grid-template-columns:1fr}}.wallet-invite-link-row{display:flex;gap:10px;align-items:stretch;margin-bottom:12px}.wallet-invite-rules{border-radius:5px;border:1px solid var(--semi-color-border);padding:12px 14px;margin-bottom:16px;font-size:12px;line-height:1.65rem;color:var(--semi-color-text-2);background:#fff}.wallet-invite-rules ul{margin:0;padding-left:18px}.wallet-redeem-card{background:var(--semi-color-bg-1);padding:14px 16px}.wallet-redeem-card:has(.wallet-redeem-title){padding:0;overflow:hidden}.wallet-redeem-title{margin:0;line-height:0}.wallet-redeem-title__img{display:block;width:100%;max-width:100%;height:auto;object-fit:cover;vertical-align:top}.wallet-redeem-card:has(.wallet-redeem-title)>.wallet-redeem-input.ant-input-affix-wrapper{margin:14px 16px 0;padding:1rem}.wallet-redeem-card:has(.wallet-redeem-title)>.wallet-redeem-note{margin:8px 16px 14px}.wallet-redeem-input.ant-input-affix-wrapper{width:-webkit-fill-available;width:-moz-available;width:stretch;max-width:100%;box-sizing:border-box}.wallet-redeem-note{margin-top:8px;font-size:11px;color:var(--semi-color-text-3)}.wallet-rc-pay-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wallet-rc-pay-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:4.36rem;padding:0 12px;border-radius:.71rem;background:#fff;border:1px solid #EEEEEE;cursor:pointer;transition:background .15s ease}.wallet-rc-pay-btn:hover:not(:disabled),.wallet-rc-pay-btn--active,.wallet-rc-pay-btn:active:not(:disabled){background:#f5f5f5}.wallet-rc-pay-btn--disabled{opacity:.45;cursor:not-allowed}.wallet-rc-pay-btn__icon{width:38px;height:38px;object-fit:contain}.wallet-rc-pay-btn__text{font-size:14px;font-weight:600;color:var(--semi-color-text-0)}.wallet-recharge-preview{margin-top:4px;padding:10px 12px;border-radius:.71rem;border:1px dashed #dcdcdc;background:#fafafa}.wallet-recharge-preview__label{margin-bottom:8px;font-size:12px;font-weight:500;color:#999}.wallet-recharge-preview__actions{display:flex;flex-wrap:wrap;gap:8px}html.dark .wallet-recharge-preview{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-recharge-preview__label{color:var(--semi-color-text-2)}.wallet-rc-modal-root{--wallet-rc-ui-purple: #7b61ff;--wallet-rc-ui-gold: #ffc000;--wallet-rc-status-gradient: linear-gradient(135deg, #7b6ae8 0%, #d4ccff 0%, #f3f1ff 38%, #ffffff 100%)}.wallet-rc-modal-root .ant-modal-content{padding:0;border-radius:25px;overflow:hidden;background:#fff;box-shadow:0 16px 48px #0f172a24}.wallet-rc-modal-root--form .ant-modal-header{display:none}.wallet-rc-modal-root--form .ant-modal-body{padding:0}.wallet-rc-modal-root--form .ant-modal-container,.wallet-rc-modal-root--waiting .ant-modal-container,.wallet-rc-modal-root--success .ant-modal-container,.wallet-rc-modal-root--failed .ant-modal-container{padding:0!important;border-radius:19px;overflow:hidden}.wallet-rc-modal-root--waiting .ant-modal-header,.wallet-rc-modal-root--success .ant-modal-header,.wallet-rc-modal-root--failed .ant-modal-header{display:none}.wallet-rc-modal-root--waiting .ant-modal-body,.wallet-rc-modal-root--success .ant-modal-body,.wallet-rc-modal-root--failed .ant-modal-body{padding:0}.wallet-rc-modal-root--waiting .ant-modal-content,.wallet-rc-modal-root--success .ant-modal-content,.wallet-rc-modal-root--failed .ant-modal-content{background:#fff}.wallet-rc-modal-wait-card--success .wallet-rc-modal-status{padding:24px 28px 28px;min-height:auto}.wallet-rc-modal-wait-status-icon{display:flex;align-items:center;justify-content:center;margin:30px auto 0}.wallet-rc-modal-wait-status-icon .svg-icon{display:block}.wallet-rc-modal-wait-status-icon__img{display:block;width:4rem;height:4rem;object-fit:contain}.wallet-rc-modal-wait-status-icon--pop{transform:scale(0);opacity:0;animation:wallet-rc-status-icon-pop .55s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes wallet-rc-status-icon-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.wallet-rc-modal-wait-status-icon--pop{animation:none;transform:none;opacity:1}}.wallet-rc-modal-wait-card{background:var(--wallet-rc-status-gradient);border-radius:25px;overflow:hidden}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-content,.wallet-rc-modal-root--success .wallet-rc-modal-status-content,.wallet-rc-modal-root--failed .wallet-rc-modal-status-content{padding:1rem 1.25rem 1.125rem;text-align:center}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-content{position:relative}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-watermark{position:absolute;top:.5rem;left:50%;width:7.5rem;height:auto;transform:translate(-50%);opacity:.12;pointer-events:none;-webkit-user-select:none;user-select:none}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-dots{position:relative;z-index:1;margin-top:4.5rem}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-dots__dot{background:var(--semi-color-primary)}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-texts,.wallet-rc-modal-root--success .wallet-rc-modal-wait-texts,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-texts{position:relative;z-index:1;margin:1.25rem 0 0}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-desc,.wallet-rc-modal-root--success .wallet-rc-modal-wait-desc,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-desc{font-size:1.125rem;font-weight:500;color:#333}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-hint,.wallet-rc-modal-root--success .wallet-rc-modal-wait-hint,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-hint{margin-top:.75rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#999}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-order,.wallet-rc-modal-root--success .wallet-rc-modal-wait-order,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-order{position:relative;z-index:1;margin-top:1.25rem;font-size:.8125rem}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-pay-label,.wallet-rc-modal-root--success .wallet-rc-modal-wait-pay-label,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-pay-label{position:relative;z-index:1;margin:1.5rem 0 0;font-size:1rem;font-weight:400;color:#666;text-align:left}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-pay-row,.wallet-rc-modal-root--success .wallet-rc-modal-wait-pay-row,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-pay-row{position:relative;z-index:1;margin:.5rem 0 0;min-height:2.5rem;padding:0 .75rem 0 1rem;border-radius:.625rem}.wallet-rc-modal-root--waiting .wallet-rc-modal-wait-actions,.wallet-rc-modal-root--success .wallet-rc-modal-wait-actions,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-actions{margin:0}.wallet-rc-modal-root--success .wallet-rc-modal-wait-status-icon,.wallet-rc-modal-root--failed .wallet-rc-modal-wait-status-icon{margin-top:.5rem}.wallet-rc-modal-root--success .wallet-rc-modal-status__detail--inline,.wallet-rc-modal-root--failed .wallet-rc-modal-status__detail--inline{margin:1.25rem 0 0}.wallet-rc-modal-wait-header{display:flex;align-items:center;gap:9px;padding:13px 32px 0;min-height:52px}.wallet-rc-modal-wait-header__icon{width:33px;height:32px;margin-top:8px;object-fit:contain;flex-shrink:0}.wallet-rc-modal-wait-header__title{flex:1;min-width:0;margin-top:11px;font-size:26px;font-weight:500;line-height:1;color:#383838;white-space:nowrap}.wallet-rc-modal-wait-header__close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:4px;padding:0;border:none;border-radius:6px;background:transparent;color:#666;cursor:pointer;flex-shrink:0}.wallet-rc-modal-wait-header__close:hover{background:#0000000a}.wallet-rc-modal-wait-divider{height:1px;margin:19px 31px 0;background:#eee}.wallet-rc-modal-wait-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin:30px auto 0;min-height:8px}.wallet-rc-modal-wait-dots__dot{width:7px;height:7px;border-radius:50%;background:#ccc;animation:wallet-rc-modal-wait-dot-pulse 1.4s infinite ease-in-out both}.wallet-rc-modal-wait-dots__dot:nth-child(1){animation-delay:0s}.wallet-rc-modal-wait-dots__dot:nth-child(2){animation-delay:.16s}.wallet-rc-modal-wait-dots__dot:nth-child(3){animation-delay:.32s}@keyframes wallet-rc-modal-wait-dot-pulse{0%,80%,to{opacity:.35;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.wallet-rc-modal-wait-texts{margin:26px 22px 0;text-align:center}.wallet-rc-modal-wait-desc{margin:0;font-size:24px;font-weight:400;line-height:1.2;color:#333}.wallet-rc-modal-wait-hint{margin:13px 0 0;font-size:15px;font-weight:300;line-height:1.35;color:#999}.wallet-rc-modal-wait-hint--single{white-space:nowrap}.wallet-rc-modal-wait-order{margin:27px 0 0;text-align:center;font-size:13px;font-weight:300;line-height:1.4;color:#999}.wallet-rc-modal-wait-pay-label{margin:29px 0 0 32px;font-size:16px;font-weight:300;line-height:1.2;color:#666}.wallet-rc-modal-wait-pay-row{display:flex;align-items:center;gap:12px;margin:9px 29px 0;min-height:40px;padding:0 11px 0 17px;border:1px solid #f0f0f0;border-radius:10px;background:#fff}.wallet-rc-modal-wait-pay-row__url{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:300;line-height:1.4;color:#999}.wallet-rc-modal-wait-pay-row__copy{flex-shrink:0;padding:0;border:none;background:transparent;font-size:13px;font-weight:300;line-height:1;color:var(--semi-color-primary);cursor:pointer}.wallet-rc-modal-wait-pay-row__copy:hover{color:var(--semi-color-primary-hover)}.wallet-rc-modal-wait-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin:36px 28px 28px}.wallet-rc-modal-wait-actions--single{justify-content:center}.wallet-rc-modal-root:not(.wallet-rc-modal-root--form):not(.wallet-rc-modal-root--waiting):not(.wallet-rc-modal-root--success):not(.wallet-rc-modal-root--failed) .ant-modal-header{margin:0;padding:22px 24px 14px;background:#fff;border-bottom:1px solid #eeeeee}.wallet-rc-modal-root--form .ant-modal-close,.wallet-rc-modal-root--waiting .ant-modal-close,.wallet-rc-modal-root--success .ant-modal-close,.wallet-rc-modal-root--failed .ant-modal-close{display:none}.wallet-rc-modal-root .ant-modal-close{top:18px;inset-inline-end:22px}.wallet-rc-modal-root .ant-modal-close:hover{background:#0000000a}.wallet-rc-modal__title-text{font-size:22px;font-weight:500;color:#17171d;line-height:1.2}.wallet-rc-modal-root:not(.wallet-rc-modal-root--form):not(.wallet-rc-modal-root--waiting):not(.wallet-rc-modal-root--success):not(.wallet-rc-modal-root--failed) .ant-modal-body{padding:22px 24px 26px}.wallet-rc-modal-body{padding:0}.wallet-rc-modal-sheet.unified-modal__sheet{padding:1.25rem 1.5rem 1.5rem}.wallet-rc-modal-sheet-footer.unified-modal__sheet-footer{padding:0 .25rem}.wallet-rc-modal-content-card{padding:1rem 1.25rem 1.125rem}.wallet-rc-modal-content-card .wallet-rc-modal-info-row:last-of-type{margin-bottom:0}.wallet-rc-modal-content-card .wallet-rc-modal-instructions{margin-bottom:0}.wallet-rc-modal-info-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px;margin-bottom:14px;line-height:1.4}.wallet-rc-modal-info-row__label{flex-shrink:0;font-size:1rem;font-weight:400;color:#666}.wallet-rc-modal-info-row__value{display:inline-flex;align-items:baseline;gap:4px}.wallet-rc-modal-info-row__number{font-size:1.25rem;font-weight:600;color:var(--semi-color-primary)}.wallet-rc-modal-info-row__unit{font-size:1rem;font-weight:500;color:#333}.wallet-rc-modal-info-row__pay{display:inline-flex;align-items:center;gap:8px}.wallet-rc-modal-info-row__pay-icon{width:20px;height:20px;object-fit:contain}.wallet-rc-modal-info-row__pay-name{font-size:1rem;font-weight:400;color:#333}.wallet-rc-modal-info-row__edit{flex:1;min-width:120px}.wallet-rc-modal-input-number--inline.ant-input-number{width:100%;max-width:220px;border:none!important;background:transparent!important;box-shadow:none!important}.wallet-rc-modal-input-number--inline .ant-input-number-input{height:auto;padding:0;font-size:1.25rem;font-weight:600;color:var(--semi-color-primary);background:transparent!important}.wallet-rc-modal-input-number--inline .ant-input-number-suffix{font-size:1rem;font-weight:500;color:#333;-webkit-margin-end:0;margin-inline-end:0}.wallet-rc-modal-instructions{display:flex;align-items:flex-start;gap:16px;margin:8px 0 0;padding-top:16px;border-top:none;background-image:linear-gradient(to right,#eeeeee,transparent);background-size:100% 2px;background-repeat:no-repeat;background-position:top}.wallet-rc-modal-instructions__main{flex:1;min-width:0}.wallet-rc-modal-instructions__title{margin-bottom:8px;font-size:1rem;font-weight:400;color:#666}.wallet-rc-modal-instructions__qr{flex-shrink:0;width:88px;height:88px;border:1px dashed #dddddd;border-radius:8px;background:#fafafa}.wallet-rc-modal-footer{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.wallet-rc-modal-amount-block{max-width:calc(100% - 120px);margin-bottom:22px}.wallet-rc-modal-amount{display:flex;align-items:baseline;gap:6px;line-height:1}.wallet-rc-modal-amount__value{font-size:40px;font-weight:500;color:var(--wallet-rc-ui-gold)}.wallet-rc-modal-amount__unit{font-size:40px;font-weight:500;color:#333}.wallet-rc-modal-amount-edit{max-width:220px}.wallet-rc-modal-input-number--hero.ant-input-number{width:100%;height:auto;border:none!important;background:transparent!important;box-shadow:none!important}.wallet-rc-modal-input-number--hero .ant-input-number-input{height:auto;padding:0;font-size:40px;font-weight:500;color:var(--wallet-rc-ui-gold);background:transparent!important}.wallet-rc-modal-input-number--hero .ant-input-number-suffix{font-size:28px;font-weight:500;color:#333;-webkit-margin-end:0;margin-inline-end:0}.wallet-rc-modal-yuan{display:flex;align-items:baseline;gap:4px;margin-top:13px;line-height:1.2}.wallet-rc-modal-yuan__muted{font-size:16px;font-weight:300;color:#999}.wallet-rc-modal-yuan__highlight{font-size:18px;font-weight:400;color:var(--wallet-rc-ui-gold)}.wallet-rc-modal-block{margin-bottom:22px}.wallet-rc-modal-label{margin-bottom:14px;font-size:18px;font-weight:300;line-height:1.2;color:#666}.wallet-rc-modal-pay-row{display:inline-flex;align-items:center;gap:10px;margin-left:21px}.wallet-rc-modal-pay-row__icon{width:20px;height:20px;object-fit:contain}.wallet-rc-modal-pay-row__name{font-size:18px;font-weight:300;color:#666;line-height:1}.wallet-rc-modal-instructions-text{margin:0;font-size:.875rem;font-weight:400;line-height:1.5;color:#999;white-space:pre-line}.wallet-rc-modal-actions{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;gap:12px;margin-top:0;margin-bottom:0}.wallet-rc-modal-btn-cancel.ant-btn{min-width:88px;height:32px!important;padding:0 15px!important;border-radius:8px!important;font-size:.875rem!important;font-weight:400!important;background:#fff!important;border:1px solid #e8e8e8!important;color:#666!important;box-shadow:none!important}.wallet-rc-modal-btn-cancel.ant-btn:hover{border-color:#ddd!important;color:#666!important;background:#fafafa!important}.wallet-rc-modal-btn-ok.ant-btn{min-width:88px;height:32px!important;padding:0 15px!important;border-radius:8px!important;font-size:.875rem!important;font-weight:400!important;background:var(--semi-color-primary)!important;border-color:var(--semi-color-primary)!important;box-shadow:none!important}.wallet-rc-modal-btn-ok.ant-btn:hover{background:var(--semi-color-primary-hover)!important;border-color:var(--semi-color-primary-hover)!important}.wallet-rc-modal-agree{margin:0;flex:1;min-width:0}@keyframes wallet-rc-agree-shake{0%,to{transform:translate(0)}15%{transform:translate(-10px)}30%{transform:translate(10px)}45%{transform:translate(-8px)}60%{transform:translate(8px)}75%{transform:translate(-4px)}90%{transform:translate(4px)}}.wallet-rc-modal-agree--shake{animation:wallet-rc-agree-shake .5s ease}.wallet-rc-modal-checkbox.ant-checkbox-wrapper{align-items:flex-start;gap:10px}.wallet-rc-modal-checkbox .ant-checkbox+span{-webkit-padding-start:0;padding-inline-start:0;padding-top:0}.wallet-rc-modal-checkbox .ant-checkbox-inner{width:17px;height:17px;border-radius:3px;border-color:#999}.wallet-rc-modal-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--semi-color-primary);border-color:var(--semi-color-primary)}.wallet-rc-modal-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{inset-inline-start:4px;width:5px;height:8px}.wallet-rc-modal-agree-text{font-size:.875rem;font-weight:400;color:#999;line-height:1.4}.wallet-rc-modal-agree-prefix,.wallet-rc-modal-agree-mid{color:#999}.wallet-rc-modal-agree-text a{color:var(--semi-color-primary);font-weight:300;text-decoration:none}.wallet-rc-modal-agree-text a:hover{opacity:.85}html.dark .wallet-rc-modal-root{--wallet-rc-status-gradient: linear-gradient(135deg, #7b6ae8 0%, color-mix(in srgb, #7b6ae8 42%, var(--semi-color-bg-1)) 38%, var(--semi-color-bg-1) 100%)}html.dark .wallet-rc-modal-root .ant-modal-content{background:var(--semi-color-bg-1);border:1px solid var(--semi-color-border)}html.dark .wallet-rc-modal-root--success .ant-modal-content,html.dark .wallet-rc-modal-root--failed .ant-modal-content{border-color:var(--semi-color-border)}html.dark .wallet-rc-modal-root:not(.wallet-rc-modal-root--form):not(.wallet-rc-modal-root--waiting):not(.wallet-rc-modal-root--success):not(.wallet-rc-modal-root--failed) .ant-modal-header{border-bottom-color:var(--semi-color-border)}html.dark .wallet-rc-modal-root--form .unified-modal__sheet,html.dark .wallet-rc-modal-root--form .unified-modal{background:transparent}html.dark .wallet-rc-modal-root--form .unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .wallet-rc-modal-content-card{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%);border-color:var(--semi-color-border)}html.dark .wallet-rc-modal-info-row__label,html.dark .wallet-rc-modal-instructions__title{color:var(--semi-color-text-2)}html.dark .wallet-rc-modal-info-row__unit,html.dark .wallet-rc-modal-info-row__pay-name{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-instructions{background-image:linear-gradient(to right,var(--semi-color-border),transparent)}html.dark .wallet-rc-modal-instructions__qr{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-rc-modal-root--waiting .ant-modal-content,html.dark .wallet-rc-modal-root--success .ant-modal-content,html.dark .wallet-rc-modal-root--failed .ant-modal-content{background:var(--semi-color-bg-1)}html.dark .wallet-rc-modal-root--waiting .wallet-rc-modal-wait-content,html.dark .wallet-rc-modal-root--success .wallet-rc-modal-status-content,html.dark .wallet-rc-modal-root--failed .wallet-rc-modal-status-content{background:transparent}html.dark .wallet-rc-modal-root--waiting .wallet-rc-modal-wait-desc,html.dark .wallet-rc-modal-root--success .wallet-rc-modal-wait-desc,html.dark .wallet-rc-modal-root--failed .wallet-rc-modal-wait-desc,html.dark .wallet-rc-modal-wait-header__title{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-wait-divider{background:var(--semi-color-border)}html.dark .wallet-rc-modal-wait-dots__dot{background:var(--semi-color-text-2)}html.dark .wallet-rc-modal-wait-desc{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-wait-hint,html.dark .wallet-rc-modal-wait-order,html.dark .wallet-rc-modal-wait-pay-label{color:var(--semi-color-text-2)}html.dark .wallet-rc-modal-wait-pay-row{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-rc-modal-wait-pay-row__url{color:var(--semi-color-text-2)}html.dark .wallet-rc-modal__title-text,html.dark .wallet-rc-modal-label{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-yuan__muted,html.dark .wallet-rc-modal-instructions-text,html.dark .wallet-rc-modal-agree-text,html.dark .wallet-rc-modal-agree-prefix,html.dark .wallet-rc-modal-agree-mid,html.dark .wallet-rc-modal-pay-row__name{color:var(--semi-color-text-2)}html.dark .wallet-rc-modal-amount__unit{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-input-number--hero .ant-input-number-input{color:var(--wallet-rc-ui-gold)}html.dark .wallet-rc-modal-input-number--hero .ant-input-number-suffix{color:var(--semi-color-text-0)}html.dark .wallet-rc-pay-btn{background:var(--semi-color-bg-1);border-color:var(--semi-color-border)}html.dark .wallet-rc-pay-btn:hover:not(:disabled),html.dark .wallet-rc-pay-btn--active,html.dark .wallet-rc-pay-btn:active:not(:disabled){background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-rc-modal-btn-cancel{background:var(--semi-color-fill-0)!important;color:var(--semi-color-text-0)!important;border-color:var(--semi-color-border)!important}html.dark .wallet-rc-modal-btn-cancel.ant-btn:hover{background:var(--semi-color-fill-1)!important;border-color:var(--semi-color-border)!important;color:var(--semi-color-text-0)!important}html.dark .wallet-panel{box-shadow:none}html.dark .wallet-invite-rules{background:var(--semi-color-bg-1)}html.dark .wallet-preset-chip{background:color-mix(in srgb,var(--semi-color-fill-0) 22%,transparent);border-color:var(--semi-color-border)}html.dark .wallet-preset-chip:hover{border-color:var(--wallet-accent);background:color-mix(in srgb,var(--semi-color-fill-0) 32%,transparent)}html.dark .wallet-preset-chip--active{background:color-mix(in srgb,var(--wallet-accent) 10%,transparent);border-color:var(--wallet-accent);box-shadow:none}html.dark .wallet-preset-chip__price{color:var(--semi-color-text-2)}html.dark .wallet-page .ant-input-number,html.dark .wallet-rc-modal-root .ant-input-number{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-page .ant-input-number-input,html.dark .wallet-rc-modal-root .ant-input-number-input{color:var(--semi-color-text-0);background:transparent}html.dark .wallet-rc-modal-root .wallet-rc-modal-input-number.ant-input-number,html.dark .wallet-rc-modal-root .wallet-rc-modal-input-number.ant-input-number:hover,html.dark .wallet-rc-modal-root .wallet-rc-modal-input-number.ant-input-number-focused{background:var(--semi-color-fill-0)!important;border:none!important}html.dark .wallet-rc-modal-root .wallet-rc-modal-input-number .ant-input-number-suffix{color:var(--semi-color-text-2)}.wallet-rc-modal-status{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 8px 8px;min-height:200px}.wallet-rc-modal-status__title{margin:16px 0 8px;font-size:16px;font-weight:500;color:#212127;line-height:1.5}.wallet-rc-modal-status__hint{margin:0 0 8px;font-size:13px;color:#5c5c66;line-height:1.5}.wallet-rc-modal-status__order{margin:8px 0 0;font-size:12px;color:#8b8b96;word-break:break-all}.wallet-rc-modal-status__pay-link{display:flex;align-items:center;gap:8px;width:100%;margin:12px 0 0;padding:10px 12px;border-radius:8px;background:#7b6ae80f;min-width:0}.wallet-rc-modal-status__pay-link-label{flex-shrink:0;font-size:12px;color:#8b8b96}.wallet-rc-modal-status__pay-link-url{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#3d3d45}.wallet-rc-modal-status__pay-link-copy{flex-shrink:0;padding:0;border:none;background:transparent;font-size:12px;line-height:1.5;color:var(--wallet-rc-ui-purple, #7b6ae8);cursor:pointer}.wallet-rc-modal-status__pay-link-copy:hover{opacity:.85}.wallet-rc-modal-status__detail{margin:8px 0 20px;font-size:14px;color:#3d3d45;line-height:1.6}.wallet-rc-modal-status__detail p{margin:4px 0}.wallet-rc-modal-status__detail--inline{margin:20px 28px 0;text-align:center}.wallet-rc-modal-status__detail--inline p{margin:0 0 6px}.wallet-rc-modal-status__detail--inline p:last-child{margin-bottom:0}.wallet-rc-poll-spinner{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#7b6ae81f}.wallet-rc-poll-spinner__icon{color:var(--wallet-rc-ui-purple, #7b6ae8);animation:wallet-rc-spin 1s linear infinite}@keyframes wallet-rc-spin{to{transform:rotate(360deg)}}.wallet-rc-success-check{display:flex;align-items:center;justify-content:center;margin:30px auto 0}.wallet-rc-modal-root--success .wallet-rc-success-check{margin:.5rem auto 0}.wallet-rc-success-check__circle{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--semi-color-primary) 82%,#fff) 0%,var(--semi-color-primary) 100%);box-shadow:0 8px 24px color-mix(in srgb,var(--semi-color-primary) 35%,transparent);animation:wallet-rc-check-pop .5s cubic-bezier(.34,1.4,.64,1) forwards;transform:scale(0);opacity:0;will-change:transform,opacity}.wallet-rc-success-check__icon{display:block;color:#fff}.wallet-rc-success-check__tick{stroke-dasharray:100;stroke-dashoffset:100;animation:wallet-rc-check-stroke .42s ease-out .42s forwards;will-change:stroke-dashoffset}@keyframes wallet-rc-check-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes wallet-rc-check-stroke{to{stroke-dashoffset:0}}@media (prefers-reduced-motion: reduce){.wallet-rc-success-check__circle{animation:none;transform:none;opacity:1}.wallet-rc-success-check__tick{animation:none;stroke-dashoffset:0}}.wallet-rc-failure-cross{display:flex;align-items:center;justify-content:center;margin:30px auto 0}.wallet-rc-modal-root--failed .wallet-rc-failure-cross{margin:.5rem auto 0}.wallet-rc-failure-cross__circle{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--semi-color-danger) 82%,#fff) 0%,var(--semi-color-danger) 100%);box-shadow:0 8px 24px color-mix(in srgb,var(--semi-color-danger) 35%,transparent);animation:wallet-rc-check-pop .55s cubic-bezier(.34,1.56,.64,1) forwards;transform:scale(0);opacity:0}.wallet-rc-failure-cross__icon{display:block;color:#fff}.wallet-rc-failure-cross__arm{stroke-dasharray:100;stroke-dashoffset:100;animation:wallet-rc-cross-stroke .32s ease-out forwards;will-change:stroke-dashoffset}.wallet-rc-failure-cross__arm--1{animation-delay:.42s}.wallet-rc-failure-cross__arm--2{animation-delay:.56s}@keyframes wallet-rc-cross-stroke{to{stroke-dashoffset:0}}@media (prefers-reduced-motion: reduce){.wallet-rc-failure-cross__circle{animation:none;transform:none;opacity:1}.wallet-rc-failure-cross__arm{animation:none;stroke-dashoffset:0}}.wallet-rc-modal-btn-ok--done{margin-top:8px;min-width:140px}.wallet-rc-modal-actions--status{margin-top:24px;margin-bottom:0;justify-content:center}.wallet-rc-modal-status--failed .wallet-rc-modal-status__title{color:#c2410c}html.dark .wallet-page .wallet-section-title{color:var(--semi-color-text-0)}html.dark .wallet-page .wallet-section-title .svg-icon{color:var(--semi-color-text-1)}html.dark .wallet-page .shadow-sm{box-shadow:none!important}html.dark .wallet-recharge-mode__btn:not(.wallet-recharge-mode__btn--active){color:var(--wallet-accent)}html.dark .wallet-custom-input{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .wallet-custom-input__field,html.dark .wallet-custom-input__unit{color:var(--semi-color-text-0)}html.dark .wallet-custom-input__field::placeholder{color:var(--semi-color-text-2)}html.dark .wallet-custom-input__yuan{color:var(--semi-color-text-2)}html.dark .wallet-custom-input__hint{color:var(--semi-color-danger, #f54a45)}html.dark .wallet-rc-modal-root .ant-modal-close:hover{background:var(--semi-color-fill-1)}html.dark .wallet-rc-modal-status__title{color:var(--semi-color-text-0)}html.dark .wallet-rc-modal-status__hint,html.dark .wallet-rc-modal-status__order{color:var(--semi-color-text-2)}html.dark .wallet-rc-modal-status__detail{color:var(--semi-color-text-1)}html.dark .wallet-rc-modal-status--failed .wallet-rc-modal-status__title{color:#fb923c}html.dark .wallet-rc-poll-spinner{background:color-mix(in srgb,var(--wallet-accent) 22%,transparent)}html.dark .wallet-page .ant-input,html.dark .wallet-page .ant-input-affix-wrapper{background:var(--wallet-fill)!important;border-color:var(--wallet-border)!important;color:var(--semi-color-text-0)}html.dark .wallet-page .ant-input::placeholder{color:var(--semi-color-text-2)}html.dark .wallet-page .ant-input-affix-wrapper .ant-input{background:transparent!important}html.dark .wallet-page .ant-input-affix-wrapper .ant-input-prefix{color:var(--semi-color-text-2)}html.dark .wallet-page .ant-table{background:transparent;color:var(--semi-color-text-0)}html.dark .wallet-page .ant-table-thead>tr>th{background:var(--wallet-fill)!important;color:var(--semi-color-text-1)!important;border-bottom-color:var(--wallet-border)!important}html.dark .wallet-page .ant-table-tbody>tr>td{border-bottom-color:var(--wallet-border);background:transparent}html.dark .wallet-page .ant-table-tbody>tr.ant-table-row:hover>td,html.dark .wallet-page .ant-table-cell-row-hover{background:var(--wallet-fill)!important}html.dark .wallet-page .ant-pagination,html.dark .wallet-page .ant-pagination .ant-pagination-item a{color:var(--semi-color-text-1)}html.dark .wallet-page .ant-pagination .ant-pagination-item-active{background:var(--wallet-fill);border-color:var(--wallet-border)}html.dark .wallet-page .ant-pagination .ant-pagination-item-active a{color:var(--semi-color-text-0)}html.dark .wallet-page .ant-pagination .ant-select-selector{background:var(--wallet-fill)!important;border-color:var(--wallet-border)!important;color:var(--semi-color-text-0)}html.dark .wallet-page .ant-pagination .ant-pagination-options-quick-jumper input{background:var(--wallet-fill);border-color:var(--wallet-border);color:var(--semi-color-text-0)}html.dark .wallet-page .ant-empty-description{color:var(--semi-color-text-2)}.quick-recharge-modal-root.unified-modal-root{--quick-recharge-modal-height: 520px}.quick-recharge-modal-root.unified-modal-root .ant-modal-content,.quick-recharge-modal-root.unified-modal-root .ant-modal-container{height:var(--quick-recharge-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.quick-recharge-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.quick-recharge-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;border-radius:inherit;overflow:hidden}.quick-recharge-modal-root .unified-modal__hero{flex:0 0 auto}.quick-recharge-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin-top:-28px;padding:1rem 1.5rem 1.25rem}.quick-recharge-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:transparent}.quick-recharge-modal-root .wallet-panel,.quick-recharge-modal-root .wallet-redeem-card{background:linear-gradient(-155deg,#f4f4f700 15%,#f5f6f7cc 50%);border:none}html.dark .quick-recharge-modal-root .wallet-panel,html.dark .quick-recharge-modal-root .wallet-redeem-card{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}.quick-recharge-modal__tabs{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.quick-recharge-modal__tabs>.ant-tabs{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.quick-recharge-modal__tabs>.ant-tabs>.ant-tabs-nav{flex:0 0 auto}.quick-recharge-modal__tabs>.ant-tabs>.ant-tabs-nav:before{display:none}.quick-recharge-modal__tabs>.ant-tabs .ant-tabs-ink-bar{height:4px!important;border-radius:999px}.quick-recharge-modal__tabs .ant-tabs-content-holder{flex:1 1 auto;min-height:0;height:0;overflow-y:auto;overflow-x:hidden}.quick-recharge-modal__tabs .ant-tabs-content,.quick-recharge-modal__tabs .ant-tabs-tabpane{height:100%}.quick-recharge-modal__tabs .wallet-preset-chip{height:5.5rem;padding:8px 10px}.quick-recharge-modal__tabs .wallet-preset-chip__icon{width:20px;height:20px}.quick-recharge-modal__tabs .wallet-preset-chip__row{gap:6px}.quick-recharge-modal__tabs .wallet-preset-chip__points{font-size:1.125rem;font-weight:600}.quick-recharge-modal__tabs .wallet-preset-chip__price{font-size:.6875rem}.quick-recharge-modal__tabs .wallet-custom-input{height:5.5rem;padding:8px 12px}.quick-recharge-modal__tabs .wallet-custom-input__icon{width:20px;height:20px}.quick-recharge-modal__tabs .wallet-custom-input__field{font-size:1.125rem;font-weight:600}.quick-recharge-modal__tabs .wallet-custom-input__field::placeholder{font-size:.875rem}.quick-recharge-modal__tabs .wallet-custom-input__unit{font-size:1.125rem;font-weight:600}.quick-recharge-modal__tabs .wallet-custom-input__yuan{font-size:.6875rem}.quick-recharge-modal__tabs .wallet-rc-pay-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.quick-recharge-modal__tabs .wallet-rc-pay-btn{height:3.75rem;gap:8px;padding:0 8px}.quick-recharge-modal__tabs .wallet-rc-pay-btn__icon{width:32px;height:32px}.quick-recharge-modal__tabs .wallet-rc-pay-btn__text{font-size:13px}.console-page-title-root{position:relative;margin:1rem 0 0 10px}.console-page-title-root.console-page-title-root--gap-bottom{margin-bottom:10px}.console-page-title{display:flex;align-items:center}.console-page-title__icon{color:#989dbe;margin-right:0}html.dark .console-page-title__icon{color:#aab1d8}.console-page-title__text{font-family:Source Han Sans CN,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-weight:400;font-size:1.5rem;line-height:1.35;color:var(--semi-color-text-0)}.console-page-title-root--compact .console-page-title__text{font-size:1rem;color:#333}html.dark .console-page-title-root--compact .console-page-title__text{color:var(--semi-color-text-0)}.card-table .ant-table-header,.card-table .ant-table-thead>tr>th,.card-table .ant-table-thead>tr>td{background:transparent!important;font-weight:500}html:not(.dark) .card-table .ant-table-thead>tr>th,html:not(.dark) .card-table .ant-table-thead>tr>td{color:#333}html:not(.dark) .card-table .ant-table-tbody>tr>td{color:#666}.card-table .ant-table-thead>tr>th:before,.card-table .ant-table-thead>tr>td:before{background:transparent!important}.card-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.card-table .ant-table-thead>tr>th.ant-table-cell-fix-right,.card-table .ant-table-thead>tr>th.ant-table-column-sort,.card-table .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:transparent!important}.user-token-float-ratio-modal-root.unified-modal-root .ant-modal-content,.user-token-float-ratio-modal-root.unified-modal-root .ant-modal-container{height:auto;border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.user-token-float-ratio-modal-root.unified-modal-root .ant-modal-body{height:auto;overflow:visible}.user-token-float-ratio-modal-root .unified-modal.unified-modal--wallet{height:auto;min-height:0;overflow:hidden}.user-token-float-ratio-modal__sheet.unified-modal__sheet{flex:0 0 auto;min-height:0;overflow:visible;padding:1.25rem 1.5rem 1.5rem}.user-token-float-ratio-modal__content.unified-modal__sheet-content{display:flex;flex-direction:column;flex:0 0 auto;overflow:visible;padding:1rem 1.25rem;min-height:12rem}.user-token-float-ratio-modal__spin.semi-spin-block{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column}.user-token-float-ratio-modal__spin.semi-spin-block>.semi-spin-children{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.user-token-float-ratio-modal__spin-body{flex:1 1 auto;min-height:0}.user-token-float-ratio-modal__row{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--semi-color-border);border-radius:6px}html.dark .user-token-float-ratio-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .user-token-float-ratio-modal-root .semi-typography{color:var(--semi-color-text-0)}.user-token-float-ratio-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.user-token-float-ratio-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.manual-recharge-modal-root.unified-modal-root .ant-modal-content,.manual-recharge-modal-root.unified-modal-root .ant-modal-container{height:auto;max-height:calc(100vh - 80px);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.manual-recharge-modal-root.unified-modal-root .ant-modal-body{height:auto;max-height:calc(100vh - 80px);overflow:hidden}.manual-recharge-modal-root .unified-modal.unified-modal--wallet{height:auto;max-height:calc(100vh - 80px);min-height:0;overflow:hidden}.manual-recharge-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.manual-recharge-modal__content.unified-modal__sheet-content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem 1.25rem;max-height:calc(100vh - 220px);scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.manual-recharge-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.manual-recharge-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.manual-recharge-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.manual-recharge-modal__spin.semi-spin-block{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column}.manual-recharge-modal__spin.semi-spin-block>.semi-spin-children{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.manual-recharge-modal__spin-body{flex:1 1 auto;min-height:0}html.dark .manual-recharge-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%);scrollbar-color:rgba(var(--semi-grey-2),.45) transparent}html.dark .manual-recharge-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.manual-recharge-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.manual-recharge-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.add-user-modal-root.unified-modal-root .ant-modal-content,.add-user-modal-root.unified-modal-root .ant-modal-container{height:auto;border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.add-user-modal-root.unified-modal-root .ant-modal-body{height:auto;overflow:visible}.add-user-modal-root .unified-modal.unified-modal--wallet{height:auto;min-height:0;overflow:hidden}.add-user-modal__sheet.unified-modal__sheet{flex:0 0 auto;min-height:0;overflow:visible;padding:1.25rem 1.5rem 1.5rem}.add-user-modal__content.unified-modal__sheet-content{flex:0 0 auto;overflow:visible;padding:.25rem 0}html.dark .add-user-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .add-user-modal-root .text-gray-600{color:var(--semi-color-text-2)!important}html.dark .add-user-modal-root .semi-typography{color:var(--semi-color-text-0)}html.dark .add-user-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.add-user-modal-root .semi-card,html.dark .add-user-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.add-user-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.add-user-modal-root .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.add-user-modal-root .semi-avatar .semi-icon,.add-user-modal-root .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.add-user-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.add-user-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.edit-user-modal-root.unified-modal-root{--edit-user-modal-height: 70vh}.edit-user-modal-root.unified-modal-root .ant-modal-content,.edit-user-modal-root.unified-modal-root .ant-modal-container{height:var(--edit-user-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.edit-user-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-user-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-user-modal-root .unified-modal__hero{flex:0 0 auto}.edit-user-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.edit-user-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:.25rem 0;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.edit-user-modal__spin.semi-spin-block{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column}.edit-user-modal__spin.semi-spin-block>.semi-spin-children{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.edit-user-modal__spin.semi-spin-block .semi-spin-wrapper{width:100%;display:flex;justify-content:center}.edit-user-modal__spin-body{flex:1 1 auto;min-height:0}.edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}html.dark .edit-user-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent;background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .edit-user-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}html.dark .edit-user-modal-root .text-gray-600{color:var(--semi-color-text-2)!important}html.dark .edit-user-modal-root .semi-typography{color:var(--semi-color-text-0)}html.dark .edit-user-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.edit-user-modal-root .semi-card,html.dark .edit-user-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.edit-user-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.edit-user-modal-root .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.edit-user-modal-root .semi-avatar .semi-icon,.edit-user-modal-root .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.edit-user-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.edit-user-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.login-ill-panel{container-type:inline-size;container-name:login-ill-panel;display:flex;flex-direction:column;position:relative;box-sizing:border-box;width:100%;min-width:0;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;color:#1e1e34;background:linear-gradient(-23deg,#e8e4ff,#dbf2ff,#f1f8ff)}.login-ill-panel__bg-layer{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:transparent}.login-ill-panel__scene{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;width:100%;min-height:0;padding-bottom:clamp(1rem,1.6vw,2.8rem);overflow-x:hidden;overflow-y:auto}.login-ill-panel__header{flex-shrink:0;padding:clamp(1rem,1.25vw,2.2rem) clamp(1rem,1.4vw,2.7rem) 0}.login-ill-panel__hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;gap:clamp(1.25rem,1.7vw,3rem);padding:0 clamp(.75rem,1.7vw,1.5rem)}.login-ill-panel__header-row{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:clamp(.5rem,.85vw,1rem)}.login-ill-panel__logo-img{width:clamp(1.75rem,2.9vw,2.6rem);height:clamp(1.75rem,2.9vw,2.6rem);border-radius:.6rem;object-fit:cover}.login-ill-panel__brand{margin-top:.15em;font-size:clamp(1rem,2.6vw,2rem);line-height:1.1;font-weight:400;letter-spacing:-.02em;white-space:nowrap;background:linear-gradient(180deg,#00eaff,#7a73fc 48.4375%,#e99efc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.login-ill-panel__headline{position:relative;z-index:2;flex-shrink:1;max-width:100%;margin:0;padding:0 clamp(.25rem,1.15vw,1rem);font-size:clamp(1.5rem,2.5vw,4.2rem);font-weight:500;line-height:1.05;text-align:center;letter-spacing:-.025em;color:#18181b;font-family:Alibaba PuHuiTi,sans-serif}@supports (font-size: 1cqw){.login-ill-panel__scene{padding-bottom:clamp(1rem,2.8cqw,2.8rem)}.login-ill-panel__header{padding:clamp(1rem,2.2cqw,2.2rem) clamp(1rem,2.5cqw,2.7rem) 0}.login-ill-panel__hero{gap:clamp(1.25rem,3cqw,3rem);padding:0 clamp(.75rem,3cqw,1.5rem)}.login-ill-panel__header-row{gap:clamp(.5rem,1.5cqw,1rem)}.login-ill-panel__logo-img{width:clamp(1.75rem,5cqw,2.6rem);height:clamp(1.75rem,5cqw,2.6rem)}.login-ill-panel__brand{font-size:clamp(1rem,4.5cqw,2rem)}.login-ill-panel__headline{padding:0 clamp(.25rem,2cqw,1rem);font-size:clamp(1.5rem,9cqw,4.2rem)}}.login-ill-panel__main-shell{position:relative;flex-shrink:0;width:min(70%,100%);max-width:100%;margin-inline:auto;z-index:1}.login-ill-panel__grain{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.08;background-repeat:no-repeat;background-position:center;background-size:contain;mix-blend-mode:multiply}.login-ill-panel__main-img{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:.8rem;object-fit:contain}@supports (font-size: 1cqw){@media (max-height: 760px){.login-ill-panel__hero{gap:clamp(.75rem,2cqw,2rem)}}}html.auth-page-rem-root{font-size:min(10px,max(9px,calc(100vw / 192)))}:root{--auth-split-right-bg: #ffffff;--auth-ui-link: #034ACB;--auth-ui-btn: #034ACB;--auth-ui-btn-hover: #034ACB;--auth-ui-input-bg: #fbfcff;--auth-ui-input-row-height: 4.4rem;--auth-ui-text-muted: #9494a0;--auth-ui-title-accent-start: #ff9a36;--auth-ui-title-accent-end: #ff8955}.auth-page-bg-layout{position:relative;isolation:isolate}.auth-page-bg-layout__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background-color:color-mix(in srgb,var(--ant-color-primary, var(--build-theme-primary, #1b54b8)) 14%,#ffffff);background-image:url(/assets/bg-CNNZygFo.png);background-repeat:no-repeat;background-position:top;background-size:cover}.auth-page-bg-layout__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;pointer-events:none}.auth-page-bg-layout__logo{position:fixed;z-index:2;top:clamp(1rem,2.2vw,2.2rem);left:clamp(1rem,2.5vw,2.7rem)}.auth-brand-gradient-text{background:linear-gradient(180deg,#00eaff,#7a73fc 48.4375%,#e99efc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent!important;color:transparent!important}.auth-page-bg-layout__brand{font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.1;background:#034acb;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.auth-page-bg-layout__form-row{align-items:center}.auth-page-bg-layout__form-spacer{flex:1 1 57.291667%;min-width:0}.auth-page-bg-layout__form-wrap{flex:0 0 auto;padding:5.3rem;width:100%;max-width:44.15rem;min-height:48.15rem;box-sizing:border-box;border:2px solid #ffffff;background:linear-gradient(200deg,#d3dcea .5%,#fff 80%);box-shadow:0 1rem 1rem #ccced55c;border-radius:1.88rem}@media (min-width: 768px){.auth-page-bg-layout__form-row{justify-content:flex-end;padding-right:clamp(2rem,6vw,18rem)}}.auth-page-bg-layout__mobile-topbar{background:#ffffffe0!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html:not(.dark) .auth-split-right-panel--login{background:transparent!important}html:not(.dark) .auth-login-form-shell{border:none!important;box-shadow:none!important;border-radius:0!important;box-sizing:border-box}html.dark .auth-login-form-shell{background:var(--semi-color-bg-1);border:1px solid var(--semi-color-border);box-shadow:0 4px 24px #00000038;border-radius:.8rem;padding:1.5rem;box-sizing:border-box}.auth-login-page-header{margin-bottom:2rem;text-align:center}.auth-login-method-tabs{display:flex;align-items:center;justify-content:flex-start;gap:2.4rem;margin:3rem 0 .5rem}.auth-login-method-tab{position:relative;padding:0 .2rem .8rem;font-size:1.4rem;font-weight:500;line-height:1rem;color:#4e5969;background:none;border:none;cursor:pointer;transition:color .2s ease}.auth-login-method-tab:hover,.auth-login-method-tab--active{color:var(--auth-ui-link)}.auth-login-method-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;width:50%;margin:0 auto;height:2px;background:var(--auth-ui-link);border-radius:1px}.auth-login-page-title{display:block;gap:0 .35rem;margin:0 auto .5rem;width:-webkit-max-content;width:max-content;max-width:100%;text-align:center}.auth-login-page-title__accent{display:inline;font-size:3.6rem;font-weight:500;line-height:1.08;margin-right:.6rem;background-image:linear-gradient(-69deg,var(--auth-ui-title-accent-start) 0%,var(--auth-ui-title-accent-end) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media screen and (-ms-high-contrast: active),(prefers-contrast: more){.auth-login-page-title__accent{-webkit-text-fill-color:unset;color:#ea580c;background-image:none}}.auth-login-page-title__name{font-size:2rem;font-weight:500;line-height:1.08;color:#18181b}.auth-login-page-title--full-gradient{display:block;font-size:clamp(2.4rem,3vmin,3.2rem);font-weight:500;line-height:1.18;margin:0 auto .5rem;max-width:100%;text-align:center;letter-spacing:-.02em;background-image:linear-gradient(-69deg,var(--auth-ui-title-accent-start) 0%,var(--auth-ui-title-accent-end) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.auth-login-page-subtitle.semi-typography,.auth-login-page-subtitle{display:block;margin-top:.125rem!important;margin-left:auto;margin-right:auto;text-align:center;font-size:1.6rem!important;line-height:2.2rem!important;color:var(--auth-ui-text-muted)!important}.auth-ui-link{color:var(--auth-ui-link)!important;font-weight:500}.auth-ui-link:hover{opacity:.88}.auth-split-right-panel--login button.auth-ui-link.semi-button-borderless{color:var(--auth-ui-link)!important}.auth-login-btn-primary.semi-button-primary,button.auth-login-btn-primary.semi-button-primary{background-color:var(--auth-ui-btn)!important;border-color:transparent!important;color:#fff!important;height:4.4rem!important;border-radius:1rem!important;font-weight:500!important;margin-top:.4rem!important}.auth-login-btn-primary.semi-button-primary:hover,button.auth-login-btn-primary.semi-button-primary:hover:not(:disabled){background-color:var(--auth-ui-btn-hover)!important}.auth-login-btn-primary.semi-button-primary:disabled{opacity:.55!important}.auth-login-field-wrap .auth-password-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;background:transparent;cursor:pointer;line-height:1}.auth-login-field-wrap .auth-password-toggle:hover .semi-icon{color:#1d2129}.auth-login-field-wrap .semi-form-field-error-message,.auth-login-field-wrap .semi-form-field-help-text{font-size:1.2rem;line-height:1.4;margin-top:.4rem}.auth-split-right-panel--login .semi-form-field-label{font-family:Alibaba PuHuiTi,sans-serif!important;font-weight:400!important;font-size:1.8rem!important;color:#222!important}.auth-login-field-wrap .semi-input-wrapper{border-radius:1rem!important;box-sizing:border-box!important;min-height:var(--auth-ui-input-row-height)!important;height:var(--auth-ui-input-row-height)!important;display:inline-flex!important;align-items:stretch!important;background:#fbfcff!important;box-shadow:0 3px 8px #a5a5a51a!important}.auth-login-field-wrap .semi-input-wrapper .semi-input-prefix,.auth-login-field-wrap .semi-input-wrapper .semi-input-suffix{align-self:center}.auth-login-field-wrap .semi-input-wrapper input.semi-input{flex:1 1 0;min-width:0;width:auto!important;height:100%!important;min-height:0!important;line-height:var(--auth-ui-input-row-height)!important;box-sizing:border-box!important}.auth-login-field-wrap input:-webkit-autofill,.auth-login-field-wrap input:-webkit-autofill:hover,.auth-login-field-wrap input:-webkit-autofill:focus,.auth-login-field-wrap input:-webkit-autofill:active,.auth-login-field-wrap textarea:-webkit-autofill,.auth-login-field-wrap textarea:-webkit-autofill:hover,.auth-login-field-wrap textarea:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--auth-ui-input-bg) inset!important;-webkit-text-fill-color:#1d2129!important;caret-color:#1d2129;-webkit-transition:background-color 99999s ease-out 0s;transition:background-color 99999s ease-out 0s}.auth-split-right-panel--login .semi-checkbox:not(.auth-remember-checkbox) .semi-checkbox-inner-checked{background-color:var(--auth-ui-link)!important;border-color:var(--auth-ui-link)!important}.auth-split-right-panel--login .semi-checkbox:not(.auth-remember-checkbox):hover .semi-checkbox-inner-checked{background-color:#6a56e0!important}.auth-split-right-panel--login .auth-terms-agreement{min-height:1.8rem}.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox{align-items:flex-start;column-gap:1rem;min-height:1.8rem;outline:none;transform:none!important;-webkit-tap-highlight-color:transparent}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-addon{align-items:flex-start;line-height:1.8rem;min-height:1.8rem;padding-top:0}.auth-split-right-panel--login .auth-remember-checkbox:focus,.auth-split-right-panel--login .auth-remember-checkbox:focus-visible{outline:none}.auth-split-right-panel--login .auth-remember-checkbox input[type=checkbox]{outline:none!important}.auth-split-right-panel--login .auth-remember-checkbox input[type=checkbox]:focus,.auth-split-right-panel--login .auth-remember-checkbox input[type=checkbox]:focus-visible{outline:none!important;box-shadow:none!important}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner,.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner.semi-checkbox-inner-checked{position:relative;display:inline-flex!important;align-items:center;justify-content:center;width:1.8rem!important;height:1.8rem!important;min-width:1.8rem;min-height:1.8rem;max-width:1.8rem;max-height:1.8rem;flex-shrink:0;margin-top:0;background-color:transparent!important;border:none!important;box-sizing:border-box}.auth-split-right-panel--login .auth-remember-checkbox:hover .semi-checkbox-inner.semi-checkbox-inner-checked{background-color:transparent!important}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner-display{display:inline-flex!important;align-items:center;justify-content:center;width:1.8rem!important;height:1.8rem!important;min-width:1.8rem;min-height:1.8rem;max-width:1.8rem;max-height:1.8rem;box-sizing:border-box!important;border:none!important;border-radius:.5rem;padding:0!important;margin:0!important;overflow:hidden;flex-shrink:0;position:relative!important;transition:background-color .15s ease,box-shadow .15s ease;outline:none!important}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner-display .semi-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;line-height:1;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center;margin:0;pointer-events:none}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner-display.semi-checkbox-focus-border{box-shadow:inset 0 0 0 1px #eee!important}.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-unChecked .semi-checkbox-inner-display{box-shadow:inset 0 0 0 1px #eee;background:#fff}.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-unChecked:hover .semi-checkbox-inner-display,.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-unChecked:active .semi-checkbox-inner-display{box-shadow:inset 0 0 0 1px #eee!important;background:#fff!important}.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-checked .semi-checkbox-inner-display,.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-inner-checked .semi-checkbox-inner-display{background:linear-gradient(165deg,#9a8aef 0%,var(--auth-ui-link) 45%,#6f5fd4 100%)!important;box-shadow:none!important;color:#fff!important}.auth-split-right-panel--login .auth-remember-checkbox:hover .semi-checkbox-inner-checked .semi-checkbox-inner-display,.auth-split-right-panel--login .auth-remember-checkbox:active .semi-checkbox-inner-checked .semi-checkbox-inner-display,.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-checked:hover .semi-checkbox-inner-display,.auth-split-right-panel--login .auth-remember-checkbox.semi-checkbox-checked:active .semi-checkbox-inner-display{background:linear-gradient(165deg,#9a8aef 0%,var(--auth-ui-link) 45%,#6f5fd4 100%)!important;box-shadow:none!important;border-color:transparent!important;transform:none!important;color:#fff!important}.auth-split-right-panel--login .auth-remember-checkbox:focus-within .semi-checkbox-inner-display{outline:none!important}.auth-split-right-panel--login .auth-remember-checkbox:focus-within.semi-checkbox-unChecked .semi-checkbox-inner-display{box-shadow:inset 0 0 0 1px #eee!important}.auth-split-right-panel--login .auth-remember-checkbox:focus-within.semi-checkbox-checked .semi-checkbox-inner-display{box-shadow:none!important}@keyframes auth-terms-agreement-shake{0%,to{transform:translate(0)}15%{transform:translate(-10px)}30%{transform:translate(10px)}45%{transform:translate(-8px)}60%{transform:translate(8px)}75%{transform:translate(-4px)}90%{transform:translate(4px)}}.auth-terms-agreement--shake{animation:auth-terms-agreement-shake .5s ease}.auth-login-terms-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;height:3.2rem;font-size:1.2rem}.auth-split-right-panel--login .auth-forgot-btn.semi-button{color:var(--auth-ui-link)!important}.auth-split-right-panel--login .auth-forgot-btn.semi-button:hover{background:transparent!important;opacity:.87}.auth-login-no-account-prompt{color:#9494a0}.auth-remember-label{color:var(--auth-ui-text-muted)!important}@media (max-width: 767px){html.auth-page-rem-root{font-size:clamp(9.5px,calc(100vw / 37.5),11px)}.auth-page-bg-layout__backdrop{background-position:center center}.auth-page-bg-layout__main{overflow:hidden}.auth-page-bg-layout__form-row{align-items:flex-start;justify-content:center;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-page-bg-layout__form-wrap{min-height:0;max-width:100%;padding:1.2rem 1.2rem max(1.6rem,env(safe-area-inset-bottom));border:none;border-radius:0;background:transparent}.auth-split-mobile-topbar,.auth-page-bg-layout__mobile-topbar{padding-top:max(.75rem,env(safe-area-inset-top))!important;padding-left:1.2rem!important;padding-right:1.2rem!important;padding-bottom:.75rem!important}.auth-split-mobile-topbar img,.auth-page-bg-layout__mobile-topbar img{height:3.2rem!important;width:3.2rem!important}.auth-split-mobile-topbar-title{font-size:1.7rem;line-height:1.25}html:not(.dark) .auth-login-form-shell{background:#fffffff0!important;border-radius:1.6rem!important;padding:2rem 1.6rem!important;box-shadow:0 8px 32px #0f172a14!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.auth-login-page-header{margin-bottom:1.5rem}.auth-login-page-title{display:flex;flex-wrap:wrap;justify-content:center;column-gap:.35rem;row-gap:.15rem;width:100%;max-width:100%}.auth-login-page-title__accent,.auth-login-page-title__name{font-size:2.8rem;line-height:1.15}.auth-login-page-title--full-gradient{font-size:2.6rem;line-height:1.2}.auth-login-page-subtitle.semi-typography,.auth-login-page-subtitle{font-size:1.4rem!important;line-height:2rem!important;padding:0 .25rem}.auth-split-right-panel--login .semi-form-field-label{font-size:1.6rem!important}.auth-login-field-wrap .auth-login-password-field.semi-form-field{margin-top:.5rem!important;margin-bottom:2rem!important}.auth-login-terms-row{flex-wrap:wrap;height:auto;min-height:0;gap:.5rem .75rem;align-items:flex-start}.auth-login-terms-row .auth-terms-agreement{flex:1 1 100%;min-width:0}.auth-login-terms-row .auth-forgot-btn.semi-button{flex:0 0 auto;margin-left:auto;align-self:flex-end}.auth-split-right-panel--login .auth-remember-checkbox .semi-checkbox-addon{line-height:1.5;min-height:0}.auth-login-field-wrap .semi-input-wrapper:has(.semi-input-suffix){flex-wrap:wrap;height:auto!important;min-height:var(--auth-ui-input-row-height)!important;align-items:center}.auth-login-field-wrap .semi-input-wrapper:has(.semi-input-suffix) input.semi-input{height:var(--auth-ui-input-row-height)!important;line-height:var(--auth-ui-input-row-height)!important}.auth-login-field-wrap .semi-input-wrapper:has(.semi-input-suffix) .semi-input-suffix{flex:1 1 100%;width:100%;justify-content:flex-end;padding:0 .75rem .6rem;box-sizing:border-box}.auth-page-bg-layout footer{font-size:1.1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));padding-top:.25rem}}.auth-page-footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.5rem}.auth-page-footer__item{display:inline-flex;align-items:center}.auth-page-footer__beian-link{display:inline-flex;align-items:center;gap:.35rem;color:inherit;text-decoration:none}.auth-page-footer__beian-icon{width:1.3rem;height:1.3rem;flex-shrink:0;object-fit:contain}.auth-page-footer__beian-link:hover{text-decoration:underline;opacity:.85}.human-verify-modal .semi-modal-content{background:linear-gradient(194deg,#cbd1dd,#fff,#f8f8f8)}.human-verify-modal .semi-modal-header,.human-verify-modal .semi-modal-body{background:transparent}.human-verify-modal .semi-modal-content,.human-verify-modal .semi-typography{color:#999}.human-verify-modal .semi-modal-title{color:#333}.request-detail-modal-root.unified-modal-root{--request-detail-modal-height: 78vh}.request-detail-modal-root.unified-modal-root .ant-modal-content,.request-detail-modal-root.unified-modal-root .ant-modal-container{height:var(--request-detail-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.request-detail-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.request-detail-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.request-detail-modal-root .unified-modal__hero{flex:0 0 auto}.request-detail-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.request-detail-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem 0 1rem 1rem;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:#64748b8c}.request-detail-modal__section{border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:14px 16px;background:#f8fafcd9}.request-detail-modal-root .semi-table,.request-detail-modal-root .semi-table-wrapper,.request-detail-modal-root .semi-table-container,.request-detail-modal-root .semi-table-body,.request-detail-modal-root .semi-table-thead>.semi-table-row>.semi-table-row-head,.request-detail-modal-root .semi-table-tbody>.semi-table-row>.semi-table-row-cell{border-color:#0f172a14!important}.request-detail-modal-root .semi-divider-horizontal{border-bottom-color:#0f172a14}html.dark .request-detail-modal-root .unified-modal,html.dark .request-detail-modal-root .unified-modal__sheet{background:#1f2937}html.dark .request-detail-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(148,163,184,.35) transparent}html.dark .request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:#94a3b859}html.dark .request-detail-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:#94a3b880}html.dark .request-detail-modal__section{border-color:#94a3b82e;background:#1e293b8c}html.dark .request-detail-modal-root .semi-table,html.dark .request-detail-modal-root .semi-table-wrapper,html.dark .request-detail-modal-root .semi-table-container,html.dark .request-detail-modal-root .semi-table-body,html.dark .request-detail-modal-root .semi-table-thead>.semi-table-row>.semi-table-row-head,html.dark .request-detail-modal-root .semi-table-tbody>.semi-table-row>.semi-table-row-cell{border-color:#94a3b82e!important}html.dark .request-detail-modal-root .semi-divider-horizontal{border-bottom-color:#94a3b82e}.request-detail-modal__loading{min-height:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.request-detail-modal__loading-text{font-size:14px;line-height:1.4;white-space:nowrap;color:var(--semi-color-text-2, #64748b)}.request-detail-modal__empty{min-height:160px;display:flex;align-items:center;justify-content:center}.trial-model-modal-root.unified-modal-root{--trial-model-modal-height: 70vh}.trial-model-modal-root.unified-modal-root .ant-modal-content,.trial-model-modal-root.unified-modal-root .ant-modal-container{height:var(--trial-model-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.trial-model-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.trial-model-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.trial-model-modal-root .unified-modal__hero{flex:0 0 auto}.trial-model-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.trial-model-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.25rem 0;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}html.dark .trial-model-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent}html.dark .trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .trial-model-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}html.dark .trial-model-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .trial-model-modal-root .text-gray-600{color:var(--semi-color-text-2)!important}html.dark .trial-model-modal-root .semi-typography{color:var(--semi-color-text-0)}html.dark .trial-model-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.trial-model-modal-root .semi-card,html.dark .trial-model-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.trial-model-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.trial-model-modal-root .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.trial-model-modal-root .semi-avatar .semi-icon,.trial-model-modal-root .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.trial-model-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.trial-model-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.trial-model-form{display:flex;flex-direction:column;gap:12px}.trial-model-form__card{margin-bottom:0!important}.trial-model-form__section-header{display:flex;align-items:center;margin-bottom:1rem}.trial-model-form__icon-upload{display:flex;align-items:center;gap:12px;min-height:36px;margin:-4px 0 8px}.trial-model-form__icon-hint{font-size:12px;line-height:18px;color:var(--semi-color-text-2)}.trial-model-form__status-row{display:flex;align-items:center;gap:10px;min-height:24px}.trial-model-form__status-row .semi-switch{flex-shrink:0}.trial-model-form__status-text{font-size:14px;line-height:24px;height:24px;display:inline-flex;align-items:center;white-space:nowrap;color:var(--semi-color-text-0)}.trial-model-form__status-hint{margin-top:6px;font-size:12px;line-height:18px;color:var(--semi-color-text-2)}.trial-model-modal-root .trial-model-form__status-row .semi-switch.semi-switch-disabled{background-color:var(--semi-color-fill-1)}.trial-model-modal-root .trial-model-form .semi-form-field:last-child{margin-bottom:0}.docs-field-editor{display:flex;flex-direction:column;gap:16px}.docs-field-editor__card{border:1px solid var(--semi-color-border);border-radius:12px;background:var(--semi-color-bg-0);overflow:hidden;box-shadow:0 1px 2px #0000000a}.docs-field-editor__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;background:var(--semi-color-fill-0);border-bottom:1px solid var(--semi-color-border)}.docs-field-editor__title{display:flex;align-items:center;gap:10px;min-width:0}.docs-field-editor__badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--semi-color-primary);color:#fff;font-size:14px;font-weight:700;line-height:1}.docs-field-editor__title-text{display:flex;flex-direction:column;min-width:0;gap:2px}.docs-field-editor__title-text strong{font-size:16px;font-weight:700;color:var(--semi-color-text-0);line-height:1.2}.docs-field-editor__title-key{font-size:12px;color:var(--semi-color-text-2);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-field-editor__card .semi-row{padding:12px 16px 16px}.docs-field-editor__error{margin-top:4px;font-size:12px;color:var(--semi-color-danger)}html.dark .docs-field-editor__card{background:var(--semi-color-bg-1);box-shadow:none}html.dark .docs-field-editor__card-head{background:var(--semi-color-fill-1)}.model-manage-page{margin-top:10px;height:calc(100vh - 130px);display:flex;flex-direction:column;overflow:hidden;min-height:0}.model-manage-page .model-manage-tabs{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.model-manage-page .model-manage-tabs>.semi-tabs-bar{flex-shrink:0;margin:0 0 12px;padding:4px;width:-webkit-fit-content;width:fit-content;max-width:100%;background:var(--semi-color-fill-0);border-radius:10px}.model-manage-page .model-manage-tabs .semi-tabs-tab{margin:0;padding:8px 18px;border:0!important;border-radius:8px;font-size:14px;font-weight:500;color:var(--semi-color-text-2);background:transparent!important}.model-manage-page .model-manage-tabs .semi-tabs-tab:hover{color:var(--semi-color-text-0);background:var(--semi-color-fill-1)!important}.model-manage-page .model-manage-tabs .semi-tabs-tab-active,.model-manage-page .model-manage-tabs .semi-tabs-tab-active:hover{color:#fff!important;font-weight:700;background:var(--semi-color-primary)!important;box-shadow:0 1px 2px #00000029}.model-manage-page .model-manage-tabs .semi-tabs-content{flex:1 1 auto;min-height:0;height:auto!important}.model-manage-page .model-manage-tabs .semi-tabs-pane{height:100%!important;overflow:hidden!important}.model-manage-tab-panel{height:100%;min-height:0;display:flex;flex-direction:column}.docs-mismatch-panel{flex:0 0 auto;margin-bottom:10px;padding:10px 12px;border:1px solid var(--semi-color-border);border-radius:12px;background:var(--semi-color-bg-1)}.docs-mismatch-panel__head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.docs-mismatch-panel__hint{flex:1 1 auto;font-size:12px;color:var(--semi-color-text-2)}.docs-mismatch-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.docs-mismatch-col__title{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--semi-color-text-0)}.docs-mismatch-col__count{min-width:18px;padding:0 6px;border-radius:999px;background:var(--semi-color-fill-1);font-size:12px;font-weight:500;text-align:center}.docs-mismatch-col__list{display:flex;flex-wrap:wrap;gap:6px;max-height:92px;overflow:auto}.docs-mismatch-empty{font-size:12px;color:var(--semi-color-text-2)}.docs-mismatch-chip{display:inline-flex;align-items:baseline;gap:4px;max-width:100%;padding:2px 8px;border:1px solid var(--semi-color-border);border-radius:999px;background:var(--semi-color-bg-0);color:var(--semi-color-text-0);font-size:12px;line-height:1.6;cursor:pointer}.docs-mismatch-chip:hover{border-color:var(--semi-color-primary);color:var(--semi-color-primary)}.docs-mismatch-chip--static{cursor:default}.docs-mismatch-chip--static:hover{border-color:var(--semi-color-border);color:var(--semi-color-text-0)}.docs-mismatch-chip__name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.docs-mismatch-chip__title{color:var(--semi-color-text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.docs-sync-form{display:flex;flex-direction:column;gap:8px;padding-top:4px}.docs-sync-form__label{margin-top:4px;font-size:13px;font-weight:600}.docs-sync-form__hint{font-size:12px;color:var(--semi-color-text-2)}@media (max-width: 768px){.docs-mismatch-grid{grid-template-columns:1fr}}.model-manage-tab-panel>.table-scroll-card{flex:1 1 auto;height:auto!important;max-height:100%!important;min-height:0}.model-manage-page .model-manage-docs-card .semi-card-header,.model-manage-page .model-manage-docs-card .semi-card-footer{flex-shrink:0}.model-manage-page .model-manage-docs-card .semi-card-body{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:0!important;background:var(--semi-color-bg-0)}.model-manage-page .model-manage-docs-card .semi-card-footer{background:var(--semi-color-bg-0)}.model-manage-table-viewport{flex:1 1 auto;min-height:0;min-width:0;height:100%;overflow:hidden}.model-manage-table-viewport .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.model-manage-table-viewport .ant-table-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45);border-radius:4px}.model-manage-table-viewport .ant-table-body::-webkit-scrollbar-track{background:transparent}.model-manage-page .card-table.ant-table-wrapper,.model-manage-page .card-table .ant-table,.model-manage-page .card-table .ant-table-container,.model-manage-page .card-table .ant-table-header,.model-manage-page .card-table .ant-table-sticky-holder,.model-manage-page .card-table .ant-table-thead,.model-manage-page .card-table .ant-table-thead>tr,.model-manage-page .card-table .ant-table-thead>tr>th,.model-manage-page .card-table .ant-table-thead>tr>td,.model-manage-page .card-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.model-manage-page .card-table .ant-table-thead>tr>th.ant-table-cell-fix-right,.model-manage-page .card-table .ant-table-thead>tr>th.ant-table-column-sort,.model-manage-page .card-table .ant-table-thead>tr>th.ant-table-column-has-sorters:hover,.model-manage-page .card-table .ant-table-cell-scrollbar{background:var(--semi-color-bg-0)!important}html.dark .model-manage-page .model-manage-docs-card .semi-card-body,html.dark .model-manage-page .model-manage-docs-card .semi-card-footer,html.dark .model-manage-page .card-table.ant-table-wrapper,html.dark .model-manage-page .card-table .ant-table,html.dark .model-manage-page .card-table .ant-table-container,html.dark .model-manage-page .card-table .ant-table-header,html.dark .model-manage-page .card-table .ant-table-sticky-holder,html.dark .model-manage-page .card-table .ant-table-thead,html.dark .model-manage-page .card-table .ant-table-thead>tr,html.dark .model-manage-page .card-table .ant-table-thead>tr>th,html.dark .model-manage-page .card-table .ant-table-thead>tr>td,html.dark .model-manage-page .card-table .ant-table-thead>tr>th.ant-table-cell-fix-left,html.dark .model-manage-page .card-table .ant-table-thead>tr>th.ant-table-cell-fix-right,html.dark .model-manage-page .card-table .ant-table-thead>tr>th.ant-table-column-sort,html.dark .model-manage-page .card-table .ant-table-thead>tr>th.ant-table-column-has-sorters:hover,html.dark .model-manage-page .card-table .ant-table-cell-scrollbar{background:var(--semi-color-bg-1)!important}.markdown-body{font-family:inherit;line-height:1.6;color:var(--semi-color-text-0);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.user-message,.user-message .markdown-body,.user-message h1,.user-message h2,.user-message h3,.user-message h4,.user-message h5,.user-message h6,.user-message p,.user-message span,.user-message div,.user-message li,.user-message td,.user-message th{color:#fff!important}.user-message blockquote{color:#fff!important;border-left-color:#ffffff80!important;background-color:#ffffff1a!important}.user-message code:not(pre code){color:#000!important;background-color:#ffffffe6!important}.user-message a{color:#87ceeb!important}.user-message a:hover{color:#b0e0e6!important}.user-message table{border-color:#ffffff4d!important}.user-message th{background-color:#fff3!important;border-color:#ffffff4d!important}.user-message td{border-color:#ffffff4d!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hljs{display:block;overflow-x:auto;padding:0;background:transparent;color:var(--semi-color-text-0)}.hljs-comment,.hljs-quote{color:var(--semi-color-text-2);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:var(--semi-color-primary);font-weight:700}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:var(--semi-color-warning)}.hljs-string,.hljs-doctag{color:var(--semi-color-success)}.hljs-title,.hljs-section,.hljs-selector-id{color:var(--semi-color-primary);font-weight:700}.hljs-subst{font-weight:400}.hljs-type,.hljs-class .hljs-title{color:var(--semi-color-info);font-weight:700}.hljs-tag,.hljs-name,.hljs-attribute{color:var(--semi-color-primary);font-weight:400}.hljs-regexp,.hljs-link{color:var(--semi-color-tertiary)}.hljs-symbol,.hljs-bullet{color:var(--semi-color-warning)}.hljs-built_in,.hljs-builtin-name{color:var(--semi-color-info)}.hljs-meta{color:var(--semi-color-text-2)}.hljs-deletion{background:var(--semi-color-danger-light-default)}.hljs-addition{background:var(--semi-color-success-light-default)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.mermaid-container{transition:all .2s ease}.mermaid-container:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}pre{position:relative;font-family:Consolas,Monaco,Courier New,monospace;transition:all .2s ease}pre:hover{border-color:var(--semi-color-primary)!important;box-shadow:0 2px 8px #0000001a}pre:hover .copy-code-button{opacity:1!important}.copy-code-button{opacity:0;transition:opacity .2s ease;z-index:10;pointer-events:auto}.copy-code-button:hover{opacity:1!important}.copy-code-button button{pointer-events:auto!important;cursor:pointer!important}.copy-code-button .semi-button{pointer-events:auto!important;cursor:pointer!important;transition:all .2s ease}.copy-code-button .semi-button:hover{background-color:var(--semi-color-fill-1)!important;border-color:var(--semi-color-primary)!important;transform:scale(1.05)}@media (max-width: 768px){.markdown-body table{font-size:12px}.markdown-body th,.markdown-body td{padding:6px 8px}}.katex{font-size:1em}.katex-display{margin:1em 0;text-align:center}.markdown-body a{transition:all .2s ease}.markdown-body blockquote{position:relative}.markdown-body blockquote:before{content:'"';position:absolute;left:-8px;top:-8px;font-size:24px;color:var(--semi-color-primary);opacity:.3}.markdown-body ul li::marker{color:var(--semi-color-primary)}.markdown-body ol li::marker{color:var(--semi-color-primary);font-weight:700}.markdown-body hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--semi-color-border),transparent);margin:24px 0}.markdown-body img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:12px 0}.markdown-body code:not(pre code){background-color:var(--semi-color-fill-1);padding:2px 6px;border-radius:4px;font-size:.9em;color:var(--semi-color-primary);border:1px solid var(--semi-color-border)}.markdown-body h1:hover,.markdown-body h2:hover,.markdown-body h3:hover,.markdown-body h4:hover,.markdown-body h5:hover,.markdown-body h6:hover{position:relative}.markdown-body input[type=checkbox]{margin-right:8px;transform:scale(1.1)}.markdown-body li.task-list-item{list-style:none;margin-left:-20px}.markdown-body kbd{background-color:var(--semi-color-fill-0);border:1px solid var(--semi-color-border);border-radius:3px;box-shadow:0 1px 0 var(--semi-color-border);color:var(--semi-color-text-0);display:inline-block;font-family:Consolas,Monaco,Courier New,monospace;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}.markdown-body details{border:1px solid var(--semi-color-border);border-radius:6px;padding:12px;margin:12px 0}.markdown-body summary{cursor:pointer;font-weight:700;color:var(--semi-color-primary);margin-bottom:8px}.markdown-body summary:hover{color:var(--semi-color-primary-hover)}.markdown-body .footnote-ref{color:var(--semi-color-primary);text-decoration:none;font-weight:700}.markdown-body .footnote-ref:hover{text-decoration:underline}.markdown-body .warning{background-color:var(--semi-color-warning-light-default);border-left:4px solid var(--semi-color-warning);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .info{background-color:var(--semi-color-info-light-default);border-left:4px solid var(--semi-color-info);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .success{background-color:var(--semi-color-success-light-default);border-left:4px solid var(--semi-color-success);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}.markdown-body .danger{background-color:var(--semi-color-danger-light-default);border-left:4px solid var(--semi-color-danger);padding:12px 16px;margin:12px 0;border-radius:0 6px 6px 0}@keyframes fade-in{0%{opacity:0;transform:translateY(6px) scale(.98);filter:blur(3px)}60%{opacity:.85;filter:blur(.5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.animate-fade-in{animation:fade-in .6s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.edit-channel-modal-root.unified-modal-root{--edit-channel-modal-height: calc(100vh - 160px) }.edit-channel-modal-root.unified-modal-root .ant-modal-content,.edit-channel-modal-root.unified-modal-root .ant-modal-container{height:var(--edit-channel-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.edit-channel-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-channel-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-channel-modal-root .unified-modal__hero{flex:0 0 auto}.edit-channel-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.edit-channel-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.25rem 0;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}html.dark .edit-channel-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent;background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .edit-channel-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}html.dark .edit-channel-modal-root .text-gray-600{color:var(--semi-color-text-2)!important}html.dark .edit-channel-modal-root .semi-typography{color:var(--semi-color-text-0)}html.dark .edit-channel-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.edit-channel-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.edit-channel-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.edit-channel-modal-root .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.edit-channel-modal-root .semi-avatar .semi-icon,.edit-channel-modal-root .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.edit-channel-modal-root .space-y-3 .semi-card-body{border:none}.edit-channel-modal-root .edit-channel-model-tier-card.semi-card{border:1px solid rgba(0,0,0,.06)!important;box-shadow:none!important}html.dark .edit-channel-modal-root .edit-channel-model-tier-card.semi-card{border-color:#ffffff1a!important}html.dark .edit-channel-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.edit-channel-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.edit-channel-modal__actions{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.edit-channel-modal__nav{display:flex;align-items:center;gap:8px}.edit-channel-modal__nav-btn{border-radius:50%!important;width:32px!important;height:32px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.edit-channel-modal__buttons{display:flex;justify-content:flex-end;align-items:center;gap:12px}.edit-supplier-modal-root.unified-modal-root .ant-modal-content,.edit-supplier-modal-root.unified-modal-root .ant-modal-container{height:auto;border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.edit-supplier-modal-root.unified-modal-root .ant-modal-body{height:auto;overflow:visible}.edit-supplier-modal-root .unified-modal.unified-modal--wallet{height:auto;min-height:0;overflow:hidden}.edit-supplier-modal__sheet.unified-modal__sheet{flex:0 0 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.edit-supplier-modal__content.unified-modal__sheet-content{display:flex;flex-direction:column;flex:1 1 auto;min-height:12rem;overflow:visible;padding:1rem 1.25rem}.edit-supplier-modal-root .unified-modal--wallet .edit-supplier-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:12rem}.edit-supplier-modal__spin.semi-spin-block{flex:1 1 auto;min-height:12rem;width:100%;display:flex;flex-direction:column}.edit-supplier-modal__spin.semi-spin-block>.semi-spin-children{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.edit-supplier-modal__spin-body{flex:1 1 auto;min-height:12rem}html.dark .edit-supplier-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .edit-supplier-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.edit-supplier-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.edit-supplier-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.token-api-tips-trigger{width:auto;padding:0 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:0;border:none;border-radius:50%;background:transparent;color:#1f1f1f;font-size:16px;cursor:pointer;flex-shrink:0;transition:color .15s ease,opacity .15s ease}.token-api-tips-trigger:hover{color:var(--ant-color-primary, #1668dc);opacity:.85}.token-api-tips__title{margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.4;color:#fff}.token-api-tips__body{margin:0;padding:0;color:#ffffffeb;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:400;line-height:1.55;white-space:pre-wrap;word-break:break-word}.token-api-tips-overlay .ant-tooltip-inner{max-width:380px;padding:12px 14px;border-radius:10px}html.dark .token-api-tips-trigger{color:var(--semi-color-text-0, #f5f5f5)}html.dark .token-api-tips-trigger:hover{color:var(--ant-color-primary, #1668dc)}.edit-token-dispatch{margin:4px 0 12px}.edit-token-dispatch__header{display:flex;align-items:center;gap:6px;margin-bottom:10px}.edit-token-dispatch__title{font-size:14px;line-height:20px;color:var(--semi-color-text-0)}.edit-token-dispatch__info{color:#5b8def;font-size:16px;cursor:help}.edit-token-dispatch__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.edit-token-dispatch__btn{position:relative;display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 28px 8px 12px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;line-height:20px;color:#333}.edit-token-dispatch__btn-inner{display:inline-flex;align-items:center;justify-content:center;gap:8px}.edit-token-dispatch__icon{display:inline-flex;align-items:center;justify-content:center}.edit-token-dispatch__icon-svg{display:block}.edit-token-dispatch__btn.is-selected{border-color:#8eb8f8;box-shadow:inset 0 0 0 1px #8eb8f8}.edit-token-dispatch__check{position:absolute;right:8px;width:16px;height:16px;color:#2aa7c9}html.dark .edit-token-dispatch__btn{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);color:var(--semi-color-text-0)}html.dark .edit-token-dispatch__btn.is-selected{border-color:#8eb8f8}.edit-token-channel-priority-select .semi-select.semi-select-multiple,.edit-token-channel-priority-select .semi-select-input.semi-select-input-multiple{height:auto!important;min-height:32px}.edit-token-channel-priority-select .semi-select-content-wrapper{flex-wrap:wrap!important;row-gap:6px}.edit-token-channel-priority-select .semi-tag{max-width:100%}.edit-token-modal-root.unified-modal-root{--edit-token-modal-height: 70vh}.edit-token-modal-root.unified-modal-root .ant-modal-content,.edit-token-modal-root.unified-modal-root .ant-modal-container{height:var(--edit-token-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.edit-token-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-token-modal-root .unified-modal{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.edit-token-modal-root .unified-modal__hero{flex:0 0 auto}.edit-token-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.edit-token-modal__content.unified-modal__sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.25rem 4px .5rem;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}html.dark .edit-token-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent}html.dark .edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .edit-token-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}html.dark .edit-token-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .edit-token-modal-root .text-gray-600{color:var(--semi-color-text-2)!important}html.dark .edit-token-modal-root .semi-typography{color:var(--semi-color-text-0)}html.dark .edit-token-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.edit-token-modal-root .semi-card{background:transparent!important;background-color:transparent!important;overflow:visible!important}html.dark .edit-token-modal-root .semi-card{background:transparent!important;background-color:transparent!important}.edit-token-modal-root .semi-form-field{overflow:visible}.edit-token-modal-root .semi-form-field-label{padding-bottom:6px}.edit-token-modal-root .semi-form-field-extra{margin-top:6px;padding-left:0}.edit-token-modal-root .semi-input,.edit-token-modal-root .semi-input-textarea,.edit-token-modal-root .semi-select .semi-select-selection,.edit-token-modal-root .semi-datepicker .semi-input{padding-left:12px;padding-right:12px}.edit-token-modal-root .edit-token-token-count-field.semi-form-field{overflow:visible;padding-inline:0;box-sizing:border-box}.edit-token-modal-root .edit-token-token-count-field .semi-input-number,.edit-token-modal-root .edit-token-token-count-field .semi-input-wrapper{overflow:visible;width:100%}.edit-token-modal-root .edit-token-token-count-field .semi-input,.edit-token-modal-root .edit-token-token-count-field .semi-input-number-input,.edit-token-modal-root .edit-token-token-count-field input{padding-left:12px!important;padding-right:12px!important}.edit-token-modal-root .edit-token-token-count-field .semi-input-wrapper-focus{position:relative;z-index:1}.edit-token-expire-datepicker-popup .semi-datepicker{padding:8px 10px 10px}.edit-token-expire-datepicker-popup .semi-datepicker-month{padding:0 4px}.edit-token-expire-datepicker-popup .semi-datepicker-weekday,.edit-token-expire-datepicker-popup .semi-datepicker-weeks{padding-left:4px;padding-right:4px}.edit-token-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.edit-token-modal-root .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.edit-token-modal-root .semi-avatar .semi-icon,.edit-token-modal-root .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.edit-token-modal__form-body{padding:4px 2px 8px}.edit-token-modal-root .semi-card-body{padding:12px 4px 4px}.edit-token-modal-root .semi-card+.semi-card{margin-top:12px}.edit-token-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.edit-token-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.recharge-invoice-modal-root.unified-modal-root .ant-modal-content,.recharge-invoice-modal-root.unified-modal-root .ant-modal-container{height:auto;max-height:calc(100vh - 80px);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.recharge-invoice-modal-root.unified-modal-root .ant-modal-body{height:auto;max-height:calc(100vh - 80px);overflow:hidden}.recharge-invoice-modal-root .unified-modal.unified-modal--wallet{height:auto;max-height:calc(100vh - 80px);min-height:0;overflow:hidden}.recharge-invoice-modal__sheet.unified-modal__sheet{flex:1 1 auto;min-height:0;overflow:hidden;padding:1.25rem 1.5rem 1.5rem}.recharge-invoice-modal__content.unified-modal__sheet-content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem 1.25rem}.recharge-invoice-modal__form.ant-form .ant-form-item{margin-bottom:1rem}.recharge-invoice-modal__form.ant-form .ant-form-item:last-child{margin-bottom:0}html.dark .recharge-invoice-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .recharge-invoice-modal-root .ant-form-item-label>label{color:var(--semi-color-text-1)}.recharge-invoice-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.recharge-invoice-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.quota-insufficient-modal__sheet.unified-modal__sheet{padding:1.25rem 1.5rem 1.5rem}.quota-insufficient-modal-root .ant-modal:focus,.quota-insufficient-modal-root .ant-modal:focus-visible{outline:none;box-shadow:none}.quota-insufficient-modal__content.unified-modal__sheet-content{display:flex;align-items:center;justify-content:center;height:11.43rem;text-align:center}.quota-insufficient-modal__texts{margin:0 1.375rem;text-align:center}.quota-insufficient-modal__footer.unified-modal__sheet-footer{padding:0 .25rem}.quota-insufficient-modal__headline{margin:0;font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--semi-color-primary)}.quota-insufficient-modal__desc{margin:.8125rem 0 0;font-size:1.57rem;font-weight:400;line-height:1.45;color:#333}.quota-insufficient-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.quota-insufficient-modal__btn{box-sizing:border-box!important;min-width:120px;height:40px!important;padding:0 20px!important;border-radius:10px!important;font-size:15px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important;transform:none!important}.quota-insufficient-modal-root .quota-insufficient-modal__btn.ant-btn:hover,.quota-insufficient-modal-root .quota-insufficient-modal__btn.ant-btn:active,.quota-insufficient-modal-root .quota-insufficient-modal__btn.ant-btn:focus,.quota-insufficient-modal-root .quota-insufficient-modal__btn.ant-btn:focus-visible{transform:none!important;box-shadow:none!important;outline:none!important}.quota-insufficient-modal__btn--primary{border:1px solid var(--semi-color-primary)!important;background:var(--semi-color-primary)!important;color:#fff!important}.quota-insufficient-modal__btn--primary:hover,.quota-insufficient-modal__btn--primary:active,.quota-insufficient-modal__btn--primary:focus{border-color:var(--semi-color-primary-hover)!important;background:var(--semi-color-primary-hover)!important;color:#fff!important}.quota-insufficient-modal__btn--secondary{border:1px solid #e8e8e8!important;background:#fff!important;color:#666!important}.quota-insufficient-modal__btn--secondary:hover,.quota-insufficient-modal__btn--secondary:active,.quota-insufficient-modal__btn--secondary:focus{border-color:#ddd!important;background:#fafafa!important;color:#666!important}html.dark .quota-insufficient-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .quota-insufficient-modal__headline{color:var(--semi-color-primary)}html.dark .quota-insufficient-modal__desc{color:var(--semi-color-text-0)}html.dark .quota-insufficient-modal__btn--secondary{border:1px solid var(--semi-color-border)!important;background:var(--semi-color-bg-1)!important;color:var(--semi-color-text-1)!important}html.dark .quota-insufficient-modal__btn--secondary:hover,html.dark .quota-insufficient-modal__btn--secondary:active,html.dark .quota-insufficient-modal__btn--secondary:focus{border-color:var(--semi-color-border)!important;background:var(--semi-color-fill-0)!important;color:var(--semi-color-text-0)!important}.share-community-modal-root.unified-modal-root .ant-modal-content,.share-community-modal-root.unified-modal-root .ant-modal-container{height:auto;max-height:calc(100vh - 80px);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.share-community-modal-root .unified-modal--wallet .share-community-modal__sheet.unified-modal__sheet,.share-community-modal-root .unified-modal--wallet .share-community-modal__content.unified-modal__sheet-content{padding:1rem}.share-community-modal__field{margin-bottom:1rem}.share-community-modal__label{margin:0 0 8px;font-size:.875rem;line-height:1.4;color:#333}.share-community-modal__switch{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#333}.share-community-modal-root .unified-modal--wallet .share-community-modal__footer.unified-modal__sheet-footer{padding:0}.share-community-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.share-community-modal-root .unified-modal--wallet .unified-modal__art{width:80px;max-height:80px}html.dark .share-community-modal-root .unified-modal,html.dark .share-community-modal-root .unified-modal__sheet,html.dark .share-community-modal-root.unified-modal-root .ant-modal-content,html.dark .share-community-modal-root.unified-modal-root .ant-modal-container{background:var(--semi-color-bg-1)}html.dark .share-community-modal-root .share-community-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .share-community-modal__label,html.dark .share-community-modal__switch{color:var(--semi-color-text-0)}html.dark .share-community-modal-root .ant-input{background:var(--semi-color-fill-0);border-color:var(--semi-color-border);color:var(--semi-color-text-0)}html.dark .share-community-modal-root .ant-input::placeholder{color:var(--semi-color-text-2)}html.dark .share-community-modal-root .ant-input:hover,html.dark .share-community-modal-root .ant-input:focus,html.dark .share-community-modal-root .ant-input:focus-within{border-color:var(--semi-color-primary)}html.dark .share-community-modal-root .unified-modal--wallet .unified-modal__art{filter:none;opacity:.45}.chat-hub-body{display:flex;flex-direction:row;min-height:0;box-sizing:border-box;margin:.5rem 0;border-radius:1rem;background:linear-gradient(194deg,#cbd1dd,#fff,#f8f8f8);scrollbar-width:none;-ms-overflow-style:none;--chat-hub-msg-media-height: 14.5rem;--chat-hub-model-icon-bg: linear-gradient(181deg, #f6f8fa -30%, #6980a8 35%);position:relative}.chat-hub-body--file-over:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none;border-radius:inherit;border:2px dashed var(--ant-color-primary, #1668dc);background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 6%,transparent);box-sizing:border-box}.chat-hub-body::-webkit-scrollbar{display:none}.chat-hub-sidebar{width:19.29rem;flex-shrink:0;display:flex;flex-direction:column;min-height:0;background:linear-gradient(181deg,#d5dbe8,#eff0f1,#edf0f3,#d5dbe8);border-radius:1rem;overflow:hidden}.chat-hub-sidebar-top{flex-shrink:0;padding:12px 10px 5px}.chat-hub-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;width:100%;min-width:0}.chat-hub-tab{flex:1 1 0;min-width:0;border:none;border-radius:8px;padding:6px 4px;font-size:13px;font-weight:500;line-height:1.25;white-space:nowrap;text-align:center;color:#999;background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease}.chat-hub-tab:hover:not(.chat-hub-tab--active){color:var(--ant-color-primary, #1677ff);background:var(--ant-color-primary-bg-hover, rgba(22, 119, 255, .14))}.chat-hub-tab--active{color:#fff!important;background-color:var(--ant-color-primary, #1677ff)!important;background-image:none!important;box-shadow:0 2px 6px color-mix(in srgb,var(--ant-color-primary, #1677ff) 38%,transparent)}.chat-hub-search{margin-top:12px}.chat-hub-search .ant-input-affix-wrapper{border-radius:.36rem;background:#fff;padding:6px 14px}.chat-hub-search .ant-input{background:transparent}.chat-hub-list-wrap{flex:1;min-height:0;overflow-y:auto;padding:10px 10px 16px;scrollbar-width:none;-ms-overflow-style:none}.chat-hub-list-wrap::-webkit-scrollbar{display:none}.chat-hub-list-card-wrap{position:relative;margin-bottom:10px;overflow:visible}.chat-hub-list-card-wrap .chat-hub-list-card{margin-bottom:0}.chat-hub-list-card-pin{position:absolute;top:-6px;left:10px;z-index:2;width:18px;height:18px;padding:0;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:flex-start;justify-content:center;color:#b8b8b8;border-radius:0;box-shadow:none;transition:color .15s ease,transform .15s ease;transform-origin:50% 88%}.chat-hub-list-card-pin:not(.chat-hub-list-card-pin--active):hover{color:var(--ant-color-primary, #1677ff);transform:rotate(-14deg) scale(1.1)}.chat-hub-list-card-pin--active{color:var(--ant-color-primary, #1677ff);transform:rotate(-14deg)}.chat-hub-list-card-pin--active:hover{color:var(--ant-color-primary-hover, #4096ff);transform:rotate(-14deg) scale(1.1)}.chat-hub-list-card{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;margin-bottom:8px;background:#fff;border:1px solid rgba(200,200,200,.35);border-radius:.36rem;cursor:pointer;text-align:left;width:100%;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.chat-hub-list-card:hover:not(.chat-hub-list-card--selected){background:#edf2f8;border:1px solid rgba(184,192,203,1)}.chat-hub-list-card--selected{background:#edf2f8;border:1px solid rgba(184,192,203,1)}.chat-hub-list-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.36rem;background:var(--chat-hub-model-icon-bg);flex-shrink:0;overflow:hidden}.chat-hub-list-card-icon img{width:34px;height:34px;object-fit:contain;transition:transform .2s ease}.chat-hub-list-card:hover .chat-hub-list-card-icon img{transform:scale(1.2)}.chat-hub-list-card-mid{flex:1;min-width:0}.chat-hub-list-card-row1{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.chat-hub-list-card-title{font-size:15px;font-weight:700;color:#1c1c1c;line-height:1.25;margin:0}.chat-hub-list-card-desc{font-size:12px;line-height:1.45;color:#999;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-hub-type-tag{flex-shrink:0;padding:2px 8px;border-radius:2px;font-size:12px;font-weight:500;line-height:1.35;border:1px solid;white-space:nowrap}.chat-hub-workspace{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;overflow:hidden;--chat-hub-thread-max: 920px}.chat-hub-workspace--ref-editing .chat-hub-footer{z-index:1}.chat-hub-workspace-scroll{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;padding:28px 24px 16px;display:flex;flex-direction:column;align-items:center;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.chat-hub-workspace-scroll::-webkit-scrollbar{display:none}.chat-hub-hero-icon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:20px;background:var(--chat-hub-model-icon-bg);box-shadow:0 4px 24px #1c1c1c0f;overflow:hidden;flex-shrink:0}.chat-hub-hero-icon img{width:84px;height:84px;object-fit:contain}.chat-hub-detail-box{width:100%;max-width:620px;margin-top:18px;padding:18px 24px;background:#fff;border-radius:.7rem;border:1px solid rgba(232,234,239,.9);font-size:15px;line-height:1.65;color:#666;font-weight:300}.chat-hub-workspace-scroll--thread{align-items:stretch;padding-top:16px}.chat-hub-messages{width:100%;max-width:var(--chat-hub-thread-max);margin:0 auto;align-self:stretch;display:flex;flex-direction:column;gap:18px;padding-bottom:12px;box-sizing:border-box}.chat-hub-msg-row{display:flex;flex-direction:row;align-items:flex-end;gap:10px;width:100%}.chat-hub-msg-row--assistant{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:6px;align-items:end;justify-content:start}.chat-hub-msg-row--user{display:grid;grid-template-columns:minmax(0,1fr) 44px;grid-template-rows:auto auto;column-gap:10px;row-gap:6px;align-items:start;width:100%}.chat-hub-msg-row--user>.chat-hub-msg-bubble--user,.chat-hub-msg-row--user>.chat-hub-msg-user-stack{grid-column:1;grid-row:1;justify-self:end;max-width:min(720px,100%);flex:none;min-width:-webkit-min-content;min-width:min-content;width:-webkit-fit-content;width:fit-content}.chat-hub-msg-row--user>.chat-hub-msg-avatar{grid-column:2;grid-row:1;align-self:start}.chat-hub-msg-row--user>.chat-hub-msg-actions{grid-column:1;grid-row:2;justify-self:end;justify-content:flex-end;width:-webkit-fit-content;width:fit-content;max-width:100%;margin-top:0}.chat-hub-msg-row--user-media{grid-template-columns:minmax(0,1fr) 44px;grid-template-rows:auto auto auto}.chat-hub-msg-row--user-media>.chat-hub-msg-user-media-wrap{grid-column:1;grid-row:1;justify-self:end;align-self:end;display:flex;justify-content:flex-end;width:-webkit-fit-content;width:fit-content;max-width:min(520px,72vw)}.chat-hub-msg-row--user-media>.chat-hub-msg-user-media-wrap .chat-hub-msg-action-tooltip-host{display:inline-flex;justify-content:flex-end;max-width:100%}.chat-hub-msg-row--user-media>.chat-hub-msg-bubble--user{grid-column:1;grid-row:2;justify-self:end;max-width:min(520px,72vw)}.chat-hub-msg-row--user-media>.chat-hub-msg-avatar{grid-column:2;grid-row:2;align-self:start}.chat-hub-msg-row--user-media>.chat-hub-msg-actions{grid-column:1;grid-row:3;justify-self:end}.chat-hub-msg-row--user-media:not(:has(.chat-hub-msg-bubble--user))>.chat-hub-msg-user-media-wrap{grid-row:1}.chat-hub-msg-row--user-media:not(:has(.chat-hub-msg-bubble--user))>.chat-hub-msg-avatar{grid-row:1}.chat-hub-msg-actions--user{justify-content:flex-end}.chat-hub-msg-action-tooltip-host{display:inline-flex;align-items:center;vertical-align:middle}.chat-hub-msg-row--assistant>.chat-hub-msg-avatar-wrap{grid-column:1;grid-row:1;align-self:end}.chat-hub-msg-row--assistant>.chat-hub-msg-bubble--assistant{grid-column:2;grid-row:1;max-width:100%;justify-self:start;width:-webkit-fit-content;width:fit-content}.chat-hub-msg-row--assistant>.chat-hub-msg-media-standalone.chat-hub-msg-media-loading-placeholder{grid-column:2;grid-row:1;justify-self:start}.chat-hub-msg-row--assistant>.chat-hub-msg-media-standalone:not(.chat-hub-msg-media-loading-placeholder){grid-column:2;grid-row:1;justify-self:start;width:auto;max-width:100%;height:var(--chat-hub-msg-media-height, 14.5rem)}.chat-hub-msg-media-standalone:not(.chat-hub-msg-media-loading-placeholder){display:block;position:relative;background:transparent;border:none;box-shadow:none;padding:0;width:auto;max-width:100%;height:var(--chat-hub-msg-media-height, 14.5rem);overflow:hidden;border-radius:10px;flex-shrink:0}.chat-hub-msg-media-standalone.chat-hub-msg-media-loading-placeholder{display:block;position:relative;width:var(--chat-hub-msg-media-height, 14.5rem);height:var(--chat-hub-msg-media-height, 14.5rem);min-width:var(--chat-hub-msg-media-height, 14.5rem);max-width:var(--chat-hub-msg-media-height, 14.5rem);overflow:hidden;border-radius:10px;flex-shrink:0}.chat-hub-msg-media-loading-placeholder{position:relative;width:var(--chat-hub-msg-media-height, 14.5rem);height:var(--chat-hub-msg-media-height, 14.5rem);overflow:hidden;background:#0b0c10;border:1px solid rgba(123,97,255,.14);box-sizing:border-box;box-shadow:inset 0 0 0 1px #ffffff08,0 10px 28px #0f101847}.chat-hub-msg-media-loading-placeholder__ambient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 38%,rgba(99,102,241,.22) 0%,transparent 52%),radial-gradient(circle at 50% 100%,rgba(124,58,237,.12) 0%,transparent 48%);animation:chat-hub-media-loading-ambient 2.6s ease-in-out infinite}.chat-hub-msg-media-loading-placeholder__center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;height:100%}.chat-hub-msg-media-loading-placeholder__orb{display:flex;align-items:center;justify-content:center;width:64px;height:64px}.chat-hub-media-loading-svg{width:64px;height:64px;overflow:visible}.chat-hub-media-loading-ring{fill:none}.chat-hub-media-loading-orbit-wrap,.chat-hub-media-loading-inner-wrap,.chat-hub-media-loading-core-wrap{transform-box:fill-box;transform-origin:center}.chat-hub-media-loading-ring--track{stroke:#7b61ff1f;stroke-width:2.5}.chat-hub-media-loading-ring--outer{stroke-width:3;stroke-linecap:round;stroke-dasharray:52 140;filter:drop-shadow(0 0 8px rgba(99,102,241,.75))}.chat-hub-media-loading-orbit-wrap{animation:chat-hub-media-loading-orbit 1.35s linear infinite}.chat-hub-media-loading-ring--inner{stroke-width:1.5;opacity:.85}.chat-hub-media-loading-inner-wrap{animation:chat-hub-media-loading-inner 2.4s ease-in-out infinite}.chat-hub-media-loading-core-wrap{animation:chat-hub-media-loading-core 1.8s ease-in-out infinite}.chat-hub-msg-media-loading-placeholder__label{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:500;line-height:1.4;color:#ffffffe6;letter-spacing:.02em;white-space:nowrap;text-shadow:0 0 12px rgba(123,97,255,.35)}.chat-hub-media-gen-dots{display:inline-flex;align-items:center;gap:4px;margin-left:2px}.chat-hub-media-gen-dots i{display:block;width:4px;height:4px;border-radius:50%;background:linear-gradient(180deg,#c4b5fd,#7c3aed);box-shadow:0 0 8px #8b5cf6f2;animation:chat-hub-media-gen-dot 1.15s ease-in-out infinite}.chat-hub-media-gen-dots i:nth-child(2){animation-delay:.18s}.chat-hub-media-gen-dots i:nth-child(3){animation-delay:.36s}@keyframes chat-hub-media-loading-ambient{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes chat-hub-media-loading-orbit{to{transform:rotate(360deg)}}@keyframes chat-hub-media-loading-inner{0%,to{opacity:.45;transform:rotate(0) scale(.98)}50%{opacity:.95;transform:rotate(-180deg) scale(1)}}@keyframes chat-hub-media-loading-core{0%,to{opacity:.82;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}@keyframes chat-hub-media-gen-dot{0%,60%,to{opacity:.25;transform:translateY(0) scale(.85)}30%{opacity:1;transform:translateY(-2px) scale(1)}}.chat-hub-msg-media-overlay{position:absolute;top:.6rem;left:.6rem;z-index:2;display:inline-flex;align-items:center;gap:.1rem;padding:.25rem .35rem;border-radius:.55rem;background:#00000085;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .15s ease}.chat-hub-msg-media-standalone:hover .chat-hub-msg-media-overlay,.chat-hub-msg-media-standalone:focus-within .chat-hub-msg-media-overlay{opacity:1;pointer-events:auto}.chat-hub-msg-media-overlay-action{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:transparent;color:#fff;text-decoration:none;cursor:pointer;line-height:0}.chat-hub-msg-media-overlay-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.4rem;transition:background .15s ease}.chat-hub-msg-media-overlay-action:hover .chat-hub-msg-media-overlay-btn{background:#ffffff29}.chat-hub-msg-media-overlay-btn .anticon{font-size:.95rem;color:#fff}.chat-hub-msg-media-overlay-btn svg{width:.95rem;height:.95rem;color:#fff}.chat-hub-msg-media-standalone--image,.chat-hub-msg-media-standalone--video{width:-webkit-fit-content;width:fit-content;max-width:100%}.chat-hub-msg-media-standalone--video .chat-hub-media-content{cursor:pointer}.chat-hub-msg-media-standalone--image .ant-image,.chat-hub-msg-media-standalone--image .ant-image-img{cursor:zoom-in}.chat-hub-msg-media-play-btn{position:absolute;top:50%;left:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;margin:0;padding:0;padding-left:.22rem;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:#ffffff6b;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;box-shadow:0 2px 10px #0000002e,0 0 0 1px #fff3 inset;transform:translate(-50%,-50%);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.chat-hub-msg-media-play-icon{width:1.55rem;height:1.55rem;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45)) drop-shadow(0 0 6px rgba(255,255,255,.55))}.chat-hub-msg-media-standalone--video:hover .chat-hub-msg-media-play-btn{background:#ffffff8a;box-shadow:0 4px 16px #00000038,0 0 0 1px #ffffff47 inset}.chat-hub-msg-media-standalone--video:hover .chat-hub-msg-media-play-btn:hover{transform:translate(-50%,-50%) scale(1.06)}.chat-hub-msg-media-standalone .ant-image{display:block;width:auto;height:var(--chat-hub-msg-media-height, 14.5rem);max-width:100%;line-height:0}.chat-hub-msg-media-standalone .ant-image-img,.chat-hub-msg-media-standalone img.chat-hub-media-content{display:block;width:auto;height:var(--chat-hub-msg-media-height, 14.5rem);max-width:100%;max-height:var(--chat-hub-msg-media-height, 14.5rem);object-fit:contain;object-position:center;border-radius:10px;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.chat-hub-msg-row img,.chat-hub-msg-user-media-wrap img{-webkit-user-drag:none}.chat-hub-msg-media-standalone video.chat-hub-media-content--video{display:block;width:auto;height:var(--chat-hub-msg-media-height, 14.5rem);max-width:100%;max-height:var(--chat-hub-msg-media-height, 14.5rem);object-fit:contain;object-position:center;border-radius:10px;background:#000}.chat-hub-msg-media-standalone video.chat-hub-media-content{background:#000}.chat-hub-video-player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);opacity:0;transition:opacity .24s ease,backdrop-filter .28s ease,-webkit-backdrop-filter .28s ease}.chat-hub-video-player-overlay--open{opacity:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.chat-hub-video-player-panel{position:relative;display:block;width:min(92vw,calc(80vh * 16 / 9));height:min(80vh,51.75vw);max-width:92vw;max-height:80vh;opacity:0;transform:translateY(18px) scale(.94);transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.chat-hub-video-player-panel--open{opacity:1;transform:translateY(0) scale(1)}.chat-hub-video-player{display:block;width:100%;height:100%;border-radius:10px;background:#000;object-fit:contain;object-position:center;box-shadow:0 20px 50px #00000073}.chat-hub-video-player-close{position:absolute;top:-.65rem;right:-.65rem;z-index:2;width:32px;height:32px;padding:0;border:none;border-radius:999px;background:#0f172ae0;color:#fff;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 4px 12px #00000047;opacity:0;transform:scale(.85);transition:background .15s ease,opacity .22s ease .06s,transform .22s ease .06s}.chat-hub-video-player-panel--open .chat-hub-video-player-close{opacity:1;transform:scale(1)}.chat-hub-video-player-close:hover{background:#0f172a}.chat-hub-msg-row--assistant>.chat-hub-msg-actions{grid-column:2;grid-row:2;margin-top:0;justify-self:start;justify-content:flex-start;width:-webkit-fit-content;width:fit-content;max-width:100%}.chat-hub-msg-avatar-wrap{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--chat-hub-model-icon-bg);flex-shrink:0;overflow:hidden;box-shadow:0 2px 8px #1c1c1c14}.chat-hub-msg-avatar-wrap .chat-hub-msg-avatar{width:31px;height:31px;border-radius:0;object-fit:contain;box-shadow:none}.chat-hub-msg-avatar{width:44px;height:44px;border-radius:12px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #1c1c1c14}.chat-hub-msg-avatar--user{display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(180deg,#0065ff,#327eff)}.chat-hub-msg-actions{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.chat-hub-msg-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:6px 14px;border-radius:10px;font-size:13px;line-height:1.2;font-weight:400;color:#5b6474;border:1px solid rgba(232,234,239,.95);background:#fff;transition:all .15s ease;cursor:pointer;text-decoration:none;white-space:nowrap}.chat-hub-msg-action-btn .anticon{font-size:14px}.chat-hub-msg-action-btn .chat-hub-msg-share-icon{display:block;width:17px;height:14px;flex:0 0 auto}.chat-hub-msg-action-btn:hover:not(:disabled){color:#2a5fff;border-color:#2a5fff59;background:#f5f8ff}.chat-hub-msg-action-btn:disabled{opacity:.45;cursor:not-allowed}.chat-hub-msg-actions .chat-hub-media-download-action{flex-shrink:0}.chat-hub-msg-bubble{flex:0 1 auto;min-width:0;max-width:calc(100% - 54px);width:-webkit-fit-content;width:fit-content;padding:11px 16px;border-radius:16px;font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word;box-sizing:border-box}.chat-hub-msg-bubble--assistant{background:#fff;border:1px solid rgba(232,234,239,.95);color:#333;border-bottom-left-radius:6px;box-shadow:0 2px 8px #1c1c1c0a}.chat-hub-msg-bubble .markdown-body{white-space:normal;font-size:inherit;line-height:inherit;color:inherit}.chat-hub-msg-bubble .markdown-body p{margin:.35em 0}.chat-hub-msg-bubble .markdown-body strong{font-weight:600}.chat-hub-msg-bubble .markdown-body ul,.chat-hub-msg-bubble .markdown-body ol{margin:.35em 0;padding-left:1.35em}.chat-hub-msg-bubble .markdown-body li{margin:.2em 0}.chat-hub-msg-bubble .markdown-body h1,.chat-hub-msg-bubble .markdown-body h2,.chat-hub-msg-bubble .markdown-body h3{margin:.5em 0 .35em;font-weight:600;line-height:1.35}.chat-hub-msg-bubble .markdown-body hr{margin:.75em 0;border:none;border-top:1px solid rgba(0,0,0,.08)}.chat-hub-msg-bubble--assistant.chat-hub-msg-bubble--pending{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;min-width:auto;min-height:40px;padding:10px 16px;font-size:14px;line-height:1.4;color:#6b7280;overflow:visible;border-color:#d9dde6f2;background:linear-gradient(180deg,#fff,#f8faff);box-shadow:0 4px 14px #1c1c1c14;animation:chat-hub-loading-bubble 1.4s ease-in-out infinite}.chat-hub-pending-label{flex-shrink:0;font-size:14px;font-weight:500;line-height:1.4;color:#6b7280;white-space:nowrap}.chat-hub-pending-dots{position:relative;flex-shrink:0;width:40px;height:8px}.chat-hub-pending-dots:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#606878e6;box-shadow:-14px 0 #60687859,14px 0 #60687859;animation:chat-hub-typing-dot-mid 1.05s ease-in-out infinite}@keyframes chat-hub-loading-bubble{0%,to{transform:translateY(0);box-shadow:0 2px 10px #1c1c1c0f}50%{transform:translateY(-2px);box-shadow:0 8px 18px #1c1c1c24}}@keyframes chat-hub-typing-dot-mid{0%,to{transform:translate(-50%,-50%);box-shadow:-14px 0 #60687859,14px 0 #60687859}25%{transform:translate(-50%,-64%);box-shadow:-14px 0 #606878f2,14px 0 #60687847}50%{transform:translate(-50%,-50%);box-shadow:-14px 0 #60687859,14px 0 #60687859}75%{transform:translate(-50%,-64%);box-shadow:-14px 0 #60687847,14px 0 #606878f2}}@media (prefers-reduced-motion: reduce){.chat-hub-msg-bubble--assistant.chat-hub-msg-bubble--pending{animation:none}.chat-hub-pending-dots:before{animation:none;box-shadow:-14px 0 #606878a6,14px 0 #606878a6}}.chat-hub-msg-bubble--user{--chat-hub-user-bubble-bg: #f2f2f2;position:relative;overflow:visible;background:var(--chat-hub-user-bubble-bg);color:#333;border:1px solid rgba(232,234,239,.95);border-bottom-right-radius:6px;box-shadow:0 2px 8px #1c1c1c0a;min-width:-webkit-min-content;min-width:min-content}.chat-hub-msg-bubble--user .chat-hub-user-text{white-space:pre-wrap;word-break:break-word;display:inline-block;max-width:100%}.chat-hub-user-clamp{position:relative}.chat-hub-user-clamp.is-clampable{overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.chat-hub-user-clamp.is-collapsed{cursor:pointer;padding-bottom:2px}.chat-hub-user-toggle--inline{position:absolute;right:0;bottom:0;padding-left:34px;line-height:inherit;background:linear-gradient(90deg,transparent,var(--chat-hub-user-bubble-bg, #f2f2f2) 34%,var(--chat-hub-user-bubble-bg, #f2f2f2))}.chat-hub-user-bubble-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;margin-top:6px}.chat-hub-user-copy-prompt{position:absolute;left:0;bottom:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin:0;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:#fff;box-shadow:0 1px 4px #1c1c1c1a;color:#333333a6;font-size:12px;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:0;pointer-events:none;transform:translate(-45%,45%);transition:opacity .15s ease,color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.chat-hub-msg-bubble--user:hover .chat-hub-user-copy-prompt,.chat-hub-msg-bubble--user:focus-within .chat-hub-user-copy-prompt{opacity:1;pointer-events:auto}.chat-hub-user-copy-prompt:hover{color:var(--ant-color-primary, #1668dc);border-color:color-mix(in srgb,var(--ant-color-primary, #1668dc) 45%,transparent);background:#fff;box-shadow:0 2px 8px #1668dc2e}.chat-hub-user-toggle{display:inline-flex;align-items:center;gap:3px;color:var(--ant-color-primary, #1668dc);font-size:13px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.chat-hub-user-toggle-icon{font-size:11px}.chat-hub-user-toggle--collapse{margin-top:0;padding:0;border:none;background:transparent}.chat-hub-user-toggle:hover{text-decoration:underline}.chat-hub-msg-media-stack{display:flex;flex-direction:column;gap:8px}.chat-hub-msg-user-stack{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-end;gap:8px;width:auto;max-width:min(720px,100%)}.chat-hub-msg-user-stack .chat-hub-msg-bubble--user{flex:none;max-width:min(520px,100%);width:auto;min-width:-webkit-min-content;min-width:min-content}.chat-hub-msg-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chat-hub-msg-media-grid--user{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:8px;flex:none;width:-webkit-fit-content;width:fit-content;max-width:min(520px,72vw);margin-bottom:2px}.chat-hub-msg-media-grid--reuse{position:relative;margin:0;padding:0;border:none;background:transparent;cursor:pointer;text-align:inherit;font:inherit;color:inherit;border-radius:8px;transition:opacity .15s ease}.chat-hub-msg-media-grid--reuse:hover,.chat-hub-msg-media-grid--reuse:focus-visible{opacity:.92}.chat-hub-msg-media-grid--reuse:focus-visible{outline:2px solid var(--semi-color-primary, #0077fa);outline-offset:2px}.chat-hub-msg-media-grid--reuse .chat-hub-media-content--thumb,.chat-hub-msg-media-grid--reuse .chat-hub-media-content--thumb-root{pointer-events:none;-webkit-user-select:none;user-select:none}.chat-hub-msg-media-grid--user .chat-hub-media-content--thumb-root.ant-image,.chat-hub-msg-media-grid--user .ant-image:has(>.chat-hub-media-content--thumb){display:inline-block;width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;max-height:72px!important;overflow:hidden;border-radius:8px;line-height:0;flex:none}.chat-hub-msg-media-grid--user img.chat-hub-media-content--thumb,.chat-hub-msg-media-grid--user .chat-hub-media-content--thumb.ant-image-img{display:block!important;width:72px!important;height:72px!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;border-radius:8px}.chat-hub-media-thread{padding-top:12px}.chat-hub-media-list{display:flex;flex-direction:column;gap:10px;width:100%}.chat-hub-media-row{display:flex;width:100%}.chat-hub-media-row--assistant{justify-content:flex-start}.chat-hub-media-bubble{max-width:min(320px,76vw);border-radius:14px;border:1px solid rgba(232,234,239,.95);background:#fff;padding:8px;box-shadow:0 2px 10px #1c1c1c0f;box-sizing:border-box}.chat-hub-media-bubble--loading{min-width:82px;min-height:40px}.chat-hub-media-bubble--error{font-size:12px;line-height:1.4;color:#ff4d4f;padding:10px 12px}.chat-hub-media-content,.chat-hub-media-content video,.chat-hub-media-content img{width:100%;display:block;border-radius:10px}.chat-hub-msg-media-grid--user img.chat-hub-media-content--thumb{width:72px!important}.chat-hub-media-content .semi-image-img{border-radius:10px}.chat-hub-media-download-action{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#5b6474;border:1px solid rgba(232,234,239,.95);background:#fff;transition:all .15s ease}.chat-hub-media-download-action--outside{position:absolute;left:0;bottom:-42px}.chat-hub-msg-row--assistant-media{padding-bottom:0}.chat-hub-media-download-action:hover{color:#2a5fff;border-color:#2a5fff59;background:#f5f8ff}.chat-hub-media-download-action:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.chat-hub-media-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.chat-hub-media-actions--outside{position:absolute;left:0;bottom:-42px;justify-content:flex-start}.chat-hub-footer{position:relative;z-index:1;flex-shrink:0;padding:12px 24px 24px;background:transparent;overflow:visible}.chat-hub-composer-simple{display:flex;flex-direction:row;align-items:center;gap:12px;max-width:720px;margin:0 auto}.chat-hub-composer-simple .ant-input{border-radius:12px;background:#fff;border:1px solid #e5e6eb}.chat-hub-composer-simple .ant-btn-primary{border-radius:12px;min-width:88px;height:40px;background:linear-gradient(180deg,#0065ff,#327eff);border:none}.chat-hub-composer-wrap{max-width:var(--chat-hub-thread-max);margin:0 auto;width:100%;overflow:visible}.chat-hub-composer-shell{position:relative;width:100%;overflow:visible}.chat-hub-composer-shell .chat-hub-composer-rich{width:100%}.chat-hub-ref-edit-slot{position:absolute;right:calc(100% + 12px);bottom:0;z-index:2}.chat-hub-composer-clear-slot{position:absolute;left:calc(100% + 12px);bottom:0;z-index:2}.chat-hub-guide-slot{position:absolute;right:calc(100% + 12px);bottom:0;top:auto;z-index:3;width:36px;height:36px}.chat-hub-composer-shell:has(.chat-hub-ref-edit-slot) .chat-hub-guide-slot{bottom:calc(2.25rem + 10px)}.chat-hub-guide-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(27,84,184,.55);color:#1b54b8;background:#1b54b814;cursor:pointer;font-size:18px;box-shadow:0 0 #1b54b859;animation:chat-hub-guide-breathe 2s ease-in-out infinite;transition:color .2s ease,border-color .2s ease,transform .2s ease}.chat-hub-guide-button:hover{color:#1b54b8;border-color:#1b54b8;background:#1b54b81f;transform:translateY(-1px)}.chat-hub-guide-button--modal-open,.chat-hub-guide-button--modal-open:hover{animation:none;opacity:1;transform:none;box-shadow:0 0 #1b54b859}@keyframes chat-hub-guide-breathe{0%,to{box-shadow:0 0 #1b54b859;opacity:.82}50%{box-shadow:0 0 0 9px #1b54b800;opacity:1}}.chat-hub-guide-modal-root.unified-modal-root{--chat-hub-guide-modal-height: 79vh}.chat-hub-guide-modal-root .unified-modal{background:linear-gradient(0deg,#f3f6fb 71%,#e0e4ed)}.chat-hub-guide-modal-root .unified-modal__hero{min-height:92px;padding:20px 24px 8px}.chat-hub-guide-modal-root .unified-modal__title-row{align-items:flex-start;gap:12px}.chat-hub-guide-modal-root .unified-modal__title-icon{width:40px;height:40px;padding:8px;box-sizing:border-box;flex-shrink:0;border-radius:10px;background:#fff;object-fit:contain;box-shadow:0 1px 4px #0f172a0f}.chat-hub-guide-modal-root .unified-modal__title{margin-bottom:0;color:var(--semi-color-primary, #1677ff);font-size:18px;font-weight:600;line-height:1.35}.chat-hub-guide-modal-root .unified-modal__subtitle{margin:4px 0 0;padding-left:52px;padding-right:160px;color:#333;font-size:13px;line-height:1.4;font-weight:400}.chat-hub-guide-modal-root .chat-hub-guide-modal-badge{margin-top:4px;color:#333;font-weight:400;line-height:1.4}.chat-hub-guide-modal-root.unified-modal-root .ant-modal-content,.chat-hub-guide-modal-root.unified-modal-root .ant-modal-container{height:var(--chat-hub-guide-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden;transform:translateZ(0)}.chat-hub-guide-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content{background:transparent!important;overflow-y:auto;overflow-anchor:none;overscroll-behavior:contain;isolation:isolate;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.chat-hub-guide{display:flex;flex-direction:column;gap:0;padding:4px 2px 8px}.chat-hub-guide__section:last-child{border-bottom:0}.chat-hub-guide__section-title{margin:35px 0 10px;border-bottom:1px solid #DFE3E9;padding-bottom:8px;display:flex;align-items:center;gap:8px;color:#1f2329;font-size:18px;font-weight:600}.chat-hub-guide__section-title:before{content:"";flex-shrink:0;width:3px;height:16px;border-radius:1px;background:#1b54b8}.chat-hub-guide__rich-text{color:#333;line-height:1.9;overflow-wrap:anywhere}.chat-hub-guide__rich-text h1,.chat-hub-guide__rich-text h2,.chat-hub-guide__rich-text h3,.chat-hub-guide__rich-text h4,.chat-hub-guide__rich-text h5,.chat-hub-guide__rich-text h6{margin:30px 0 10px;color:#333;line-height:1.9}.chat-hub-guide__rich-text h1{font-size:1.5rem;font-weight:700}.chat-hub-guide__rich-text h2{font-size:1.25rem;font-weight:700}.chat-hub-guide__rich-text h3{font-size:1.125rem;font-weight:600}.chat-hub-guide__rich-text h4{font-size:1rem;font-weight:600}.chat-hub-guide__rich-text h5{font-size:.875rem;font-weight:600}.chat-hub-guide__rich-text h6{font-size:.75rem;font-weight:600}.chat-hub-guide__rich-text .chat-hub-guide__tip{margin:14px 0;padding:16px 18px;border-left:3px solid #1b54b8;border-radius:0 10px 10px 0;background:linear-gradient(90deg,#1b54b80f,#1b54b805 70%,#1b54b800);box-sizing:border-box}.chat-hub-guide__rich-text .chat-hub-guide__tip-title{display:flex;align-items:center;gap:8px;margin:0 0 10px!important;padding:0;border:0;color:#1f2329;font-size:.875rem;font-weight:700;font-style:normal;line-height:1.5}.chat-hub-guide__rich-text .chat-hub-guide__tip-body{margin:0!important;color:#333;font-style:italic;line-height:1.85}.chat-hub-guide__rich-text .chat-hub-guide__tip-body code,.chat-hub-guide__rich-text .chat-hub-guide__tip-body strong{display:inline-block;margin:0 2px;padding:1px 8px;border:1px solid #1b54b8;border-radius:4px;color:#1b54b8;background:#1b54b814;font-style:normal;font-weight:500;font-size:inherit;line-height:1.6}.chat-hub-guide__rich-text p{margin:0 0 12px}.chat-hub-guide__rich-text p:last-child{margin-bottom:0}.chat-hub-guide__rich-text ul,.chat-hub-guide__rich-text ol{margin:0 0 12px;padding-left:1.25rem}.chat-hub-guide__rich-text li{margin:0 0 6px}.chat-hub-guide__rich-text li:last-child{margin-bottom:0}.chat-hub-guide__rich-text ol:has(>li[data-list]){margin:12px 0;padding:14px 16px 14px 18px;list-style:none;counter-reset:chat-hub-guide-list;border-left:2px solid #1b54b8;background:linear-gradient(90deg,#1b54b80f,#1b54b805 70%,#1b54b800);border-radius:0 8px 8px 0}.chat-hub-guide__rich-text ol>li[data-list]{position:relative;margin:0 0 12px;padding-left:1.15rem;color:#333;font-style:italic;line-height:1.85;list-style:none}.chat-hub-guide__rich-text ol>li[data-list]:last-child{margin-bottom:0}.chat-hub-guide__rich-text ol>li[data-list] strong{font-weight:700;color:#1f2329}.chat-hub-guide__rich-text ol>li[data-list] .ql-ui{display:none}.chat-hub-guide__rich-text ol>li[data-list=bullet]:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#1b54b8}.chat-hub-guide__rich-text ol>li[data-list]:not([data-list=bullet]){counter-increment:chat-hub-guide-list;padding-left:1.4rem}.chat-hub-guide__rich-text ol>li[data-list]:not([data-list=bullet]):before{content:counter(chat-hub-guide-list) ".";position:absolute;left:0;top:0;color:#1b54b8;font-style:normal;font-weight:600}.chat-hub-guide__rich-text img{max-width:100%;height:auto}.chat-hub-guide__rich-text .chat-hub-guide__callout-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;margin:8px 0}.chat-hub-guide__rich-text .chat-hub-guide__callout-single{width:100%;margin:12px 0}.chat-hub-guide__rich-text .rt-callout{position:relative;display:block;min-width:0;margin:0;padding:16px 14px;overflow:hidden;border-radius:10px;color:#333;background:#fff;border:1px solid rgba(27,84,184,.12);box-shadow:0 2px 8px #1b54b80f;box-sizing:border-box;line-height:1.7}.chat-hub-guide__rich-text .rt-callout:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#1b54b8,#6b9eff)}.chat-hub-guide__rich-text .chat-hub-guide__callout-single .rt-callout{padding:18px 20px}.chat-hub-guide__rich-text>.rt-callout{margin:8px 0}.chat-hub-guide__rich-text .chat-hub-guide__strong-underline,.chat-hub-guide__rich-text strong.chat-hub-guide__strong-underline{display:block;width:100%;box-sizing:border-box;margin:0 0 6px;padding:8px 0 10px;line-height:2;letter-spacing:.05em;text-decoration:none;border-bottom:1px solid #eeeeee}.chat-hub-guide__rich-text table{width:100%;margin:12px 0;border-collapse:separate;border-spacing:0;border:1px solid #eeeeee;border-radius:5px;overflow:hidden;background:#fff}.chat-hub-guide__rich-text th,.chat-hub-guide__rich-text td{padding:12px 16px;line-height:1.8;letter-spacing:.04em;border-top:none;border-left:none;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}.chat-hub-guide__rich-text th{background:#1b54b8;color:#fff!important;font-weight:500}.chat-hub-guide__rich-text th p,.chat-hub-guide__rich-text th span,.chat-hub-guide__rich-text th strong,.chat-hub-guide__rich-text th p span,.chat-hub-guide__rich-text th p strong{color:#fff!important}.chat-hub-guide__rich-text td{background:#fff;color:#333}.chat-hub-guide__rich-text tr th:last-child,.chat-hub-guide__rich-text tr td:last-child{border-right:none}.chat-hub-guide__rich-text tr:last-child th,.chat-hub-guide__rich-text tr:last-child td{border-bottom:none}.chat-hub-guide__rich-text table:not(:has(th)):not(:has(thead))>tr:first-child>td,.chat-hub-guide__rich-text table:not(:has(th)):not(:has(thead))>tbody>tr:first-child>td{background:#1b54b8;color:#fff;font-weight:500}.chat-hub-guide__video{display:block;width:100%;max-width:min(100%,calc(602px * 16 / 9));aspect-ratio:16 / 9;max-height:602px;height:auto;margin:12px auto 0;border-radius:12px;background:#000;object-fit:cover;object-position:center}html.dark .chat-hub-guide-button{color:#6b9eff;border-color:#1b54b8a6;background:#1b54b833}html.dark .chat-hub-guide-modal-root .unified-modal__title,html.dark .chat-hub-guide-modal-root .chat-hub-guide-modal-model{color:var(--semi-color-text-0, #f5f5f5)}html.dark .chat-hub-guide-modal-root .chat-hub-guide-modal-badge{color:#ffffff8c}html.dark .chat-hub-guide-modal-root .unified-modal__title-icon{background:#ffffffeb;box-shadow:none}html.dark .chat-hub-guide-modal-root .unified-modal__subtitle{color:#ffffff8c}html.dark .chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent;background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)!important;border-radius:.36rem;padding:12px}html.dark .chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .chat-hub-guide-modal-root .chat-hub-guide-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}html.dark .chat-hub-guide__section-title{color:var(--semi-color-text-0, #f5f5f5);border-bottom-color:#ffffff1f}html.dark .chat-hub-guide__section{border-color:var(--semi-color-border, #3a3a3a)}html.dark .chat-hub-guide__rich-text{color:#ffffffe0}html.dark .chat-hub-guide__rich-text h1,html.dark .chat-hub-guide__rich-text h2,html.dark .chat-hub-guide__rich-text h3,html.dark .chat-hub-guide__rich-text h4,html.dark .chat-hub-guide__rich-text h5,html.dark .chat-hub-guide__rich-text h6{color:var(--semi-color-text-0, #f5f5f5)}html.dark .chat-hub-guide__rich-text [style*=color]{color:#ffffffe0!important}html.dark .chat-hub-guide__rich-text .chat-hub-guide__strong-underline,html.dark .chat-hub-guide__rich-text strong.chat-hub-guide__strong-underline{border-bottom-color:#ffffff1f}html.dark .chat-hub-guide__rich-text .rt-callout{color:#ffffffe0;background:#ffffff0f;border-color:#6b9eff40;box-shadow:none}html.dark .chat-hub-guide__rich-text .rt-callout [style*=color]{color:#ffffffe0!important}html.dark .chat-hub-guide__rich-text .rt-callout:before{background:linear-gradient(90deg,#1b54b8,#6b9eff)}html.dark .chat-hub-guide__rich-text .chat-hub-guide__tip{border-left-color:#6b9eff;background:#6b9eff1f}html.dark .chat-hub-guide__rich-text .chat-hub-guide__tip-title{color:var(--semi-color-text-0, #f5f5f5)}html.dark .chat-hub-guide__rich-text .chat-hub-guide__tip-body{color:#ffffffe0}html.dark .chat-hub-guide__rich-text .chat-hub-guide__tip-body code,html.dark .chat-hub-guide__rich-text .chat-hub-guide__tip-body strong{color:#6b9eff;border-color:#6b9eff;background:#6b9eff1f}html.dark .chat-hub-guide__rich-text ol:has(>li[data-list]){border-left-color:#6b9eff;background:#6b9eff1f}html.dark .chat-hub-guide__rich-text ol>li[data-list]{color:#ffffffe0}html.dark .chat-hub-guide__rich-text ol>li[data-list] span[style*=color]{color:#ffffffe0!important}html.dark .chat-hub-guide__rich-text ol>li[data-list] strong{color:var(--semi-color-text-0, #f5f5f5)}html.dark .chat-hub-guide__rich-text ol>li[data-list=bullet]:before{background:#6b9eff}html.dark .chat-hub-guide__rich-text ol>li[data-list]:not([data-list=bullet]):before{color:#6b9eff}html.dark .chat-hub-guide__rich-text table{border-color:#ffffff1a;background:#ffffff0a}html.dark .chat-hub-guide__rich-text th,html.dark .chat-hub-guide__rich-text td{border-right-color:#ffffff1a;border-bottom-color:#ffffff1a}html.dark .chat-hub-guide__rich-text th,html.dark .chat-hub-guide__rich-text table:not(:has(th)):not(:has(thead))>tr:first-child>td,html.dark .chat-hub-guide__rich-text table:not(:has(th)):not(:has(thead))>tbody>tr:first-child>td{background:#1b54b88c;color:#fff}html.dark .chat-hub-guide__rich-text th p,html.dark .chat-hub-guide__rich-text th span,html.dark .chat-hub-guide__rich-text th strong,html.dark .chat-hub-guide__rich-text th p span,html.dark .chat-hub-guide__rich-text th p strong{color:#fff!important}html.dark .chat-hub-guide__rich-text td{background:transparent;color:#ffffffe0}html.dark .chat-hub-guide__rich-text tbody tr:nth-child(2n) td{background:#ffffff08}html.dark .chat-hub-guide__rich-text td p,html.dark .chat-hub-guide__rich-text td span,html.dark .chat-hub-guide__rich-text td strong{color:#ffffffe0}.chat-hub-composer-clear-row{display:flex;justify-content:flex-start;margin-bottom:8px}.chat-hub-session-toolbar{display:flex;flex-direction:row;align-items:center;gap:8px}.chat-hub-session-toolbar .chat-hub-param-dropdown-trigger{min-width:108px;max-width:220px}.chat-hub-session-toolbar .chat-hub-dispatch-trigger{min-width:0;max-width:none;width:auto}.chat-hub-session-toolbar .chat-hub-param-dropdown-trigger-value{max-width:160px}.chat-hub-session-toolbar .chat-hub-dispatch-trigger .chat-hub-param-dropdown-trigger-value{max-width:none;overflow:visible;text-overflow:unset}.chat-hub-param-dropdown-trigger:disabled{cursor:not-allowed;opacity:.55}.chat-hub-session-history-btn{display:inline-flex!important;align-items:center;gap:4px;width:auto!important;min-width:0;padding:0 10px!important}.chat-hub-session-history-label{font-size:12px;font-weight:500;line-height:1}.chat-hub-session-menu-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;min-width:200px;max-width:280px}.chat-hub-session-menu-item--active .chat-hub-session-menu-title{color:#1677ff;font-weight:600}.chat-hub-session-menu-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.chat-hub-session-menu-time{flex-shrink:0;font-size:12px;color:#999}.chat-hub-composer-rich{max-width:100%;margin:0;background:#fff;border-radius:22px;border:1px solid rgba(232,234,239,.95);padding:18px 20px 14px;box-sizing:border-box}.chat-hub-rich-top{display:flex;flex-direction:row;align-items:stretch;gap:14px}.chat-hub-rich-top--text-only{gap:0}.chat-hub-upload-slots-row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;align-items:center;justify-content:center;flex-shrink:0;align-self:center;padding:0;width:var(--slot-width);min-height:var(--slot-height);--slot-width: 3.4375rem;--slot-height: 4.375rem}.chat-hub-upload-slots-row:not(.chat-hub-upload-slots-row--has-images) .chat-hub-upload-slot{flex-shrink:0}.chat-hub-upload-slots-row--has-images{position:relative;flex-shrink:0;width:var(--slot-width);min-height:var(--slot-height);overflow:visible;z-index:1;align-self:center;justify-content:flex-start}.chat-hub-upload-slots-row--has-images .chat-hub-upload-slot--filled{position:absolute;top:50%;left:0;margin-top:calc(var(--slot-height) * -.5);z-index:calc(var(--slot-index, 0) + 1);transform-origin:center center;transition:left .28s ease,transform .28s ease,margin-top .28s ease,z-index 0s}.chat-hub-upload-slots-row--has-images:not(:hover) .chat-hub-upload-slot--filled{left:0;transform:rotate(var(--slot-stack-rotate, -12deg))}.chat-hub-upload-slots-row--has-images:hover{z-index:5;width:var(--slot-width)}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled{left:calc(var(--slot-index, 0) * var(--slot-width))}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled.chat-hub-upload-slot--tilt-left{transform:rotate(-15deg)}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled.chat-hub-upload-slot--tilt-right{transform:rotate(15deg)}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled.chat-hub-upload-slot--tilt-left:hover{transform:rotate(-15deg) scale(1.3);z-index:20}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled.chat-hub-upload-slot--tilt-right:hover{transform:rotate(15deg) scale(1.3);z-index:20}.chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled:before{content:"";position:absolute;top:-15px;bottom:-15px;left:calc(var(--slot-width) * -.2);right:calc(var(--slot-width) * -.2);z-index:-1}.chat-hub-upload-slots-row--can-add-more .chat-hub-upload-slot-add-more{position:absolute;top:50%;left:0;margin-top:calc(var(--slot-height) * -.5);display:flex;opacity:0;visibility:hidden;z-index:calc(var(--slot-count, 1) + 2);margin-left:0;pointer-events:none;transform-origin:center center;transform:rotate(var(--slot-stack-rotate, 12deg));transition:left .28s ease,transform .28s ease,opacity .28s ease,visibility .28s ease,margin-top .28s ease,z-index 0s}.chat-hub-upload-slots-row--can-add-more:not(:hover) .chat-hub-upload-slot-add-more{left:0;transform:rotate(var(--slot-stack-rotate, 12deg))}.chat-hub-upload-slots-row--can-add-more:hover .chat-hub-upload-slot-add-more{opacity:1;visibility:visible;pointer-events:auto;left:calc(var(--slot-index, var(--slot-count, 1)) * var(--slot-width));z-index:calc(var(--slot-index, var(--slot-count, 1)) + 1)}.chat-hub-upload-slots-row--can-add-more:hover .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-left{transform:rotate(-15deg)}.chat-hub-upload-slots-row--can-add-more:hover .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-right{transform:rotate(15deg)}.chat-hub-upload-slots-row--can-add-more:hover .chat-hub-upload-slot-add-more:hover{z-index:20}.chat-hub-upload-slots-row--can-add-more:hover .chat-hub-upload-slot-more{opacity:0;pointer-events:none}.chat-hub-upload-slots-row--can-add-more .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-left:hover:not(:disabled){background:#eef0f3;border-color:#2aa7f9;color:#2aa7f9;transform:rotate(-15deg) scale(1.1)}.chat-hub-upload-slots-row--can-add-more .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-right:hover:not(:disabled){background:#eef0f3;border-color:#2aa7f9;color:#2aa7f9;transform:rotate(15deg) scale(1.1)}.chat-hub-upload-slot{flex-shrink:0;align-self:center;width:3.4375rem;height:4.375rem;border-radius:4px;border:1px dashed #c8c8c8;background:#f7f8fa;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#777;padding:0;transition:background .15s ease,border-color .15s ease,transform .15s ease,color .15s ease;position:relative;overflow:hidden}.chat-hub-upload-slot--tilt-left{transform:rotate(-15deg)}.chat-hub-upload-slot--tilt-right{transform:rotate(15deg)}.chat-hub-upload-slot--filled{cursor:default;border-style:solid;border-color:#0000001a;background:#fff;overflow:visible}.chat-hub-upload-slot--filled[draggable=true]{cursor:grab}.chat-hub-upload-slot--filled.chat-hub-upload-slot--dragging{opacity:.4;cursor:grabbing}.chat-hub-upload-slot--filled.chat-hub-upload-slot--drop-target{outline:2px dashed var(--ant-color-primary, #1668dc);outline-offset:2px}.chat-hub-upload-slots-row--file-over{outline:2px dashed var(--ant-color-primary, #1668dc);outline-offset:3px;border-radius:10px}.chat-hub-upload-slots-row--file-over .chat-hub-upload-slot{border-color:var(--ant-color-primary, #1668dc);background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 8%,transparent)}.chat-hub-composer-shell--file-over{outline:2px dashed var(--ant-color-primary, #1668dc);outline-offset:3px;border-radius:12px;background:color-mix(in srgb,var(--ant-color-primary, #1668dc) 6%,transparent)}.chat-hub-upload-slot--filled .chat-hub-upload-slot-del{top:0;right:0;left:auto;width:1.125rem;height:1.125rem;font-size:.625rem;z-index:4;background:#ff4d4f;color:#fff;border:1px solid #fff;box-shadow:0 1px 4px #0000002e;transform:translate(50%,-50%);opacity:0;pointer-events:none;transition:background .15s ease,opacity .15s ease,transform .15s ease}.chat-hub-upload-slot--filled:hover .chat-hub-upload-slot-del{opacity:1;pointer-events:auto}.chat-hub-upload-slot--filled .chat-hub-upload-slot-del:hover:not(:disabled){background:#ff7875;color:#fff;border-color:#fff;transform:translate(50%,-50%) scale(1.08)}.chat-hub-upload-slot--filled .chat-hub-upload-slot-preview.ant-image{position:absolute;top:0;right:1px;bottom:0;left:1px;width:calc(100% - 2px);height:100%;display:block;border-radius:3px;overflow:hidden;cursor:zoom-in}.chat-hub-upload-slot-preview-img,.chat-hub-upload-slot-preview .ant-image-img{width:100%!important;height:100%!important;max-width:none;object-fit:cover;object-position:center;display:block;border-radius:3px}.chat-hub-upload-slot--filled .chat-hub-upload-slot-preview-img{position:absolute;top:0;right:1px;bottom:0;left:1px;width:calc(100% - 2px);height:100%;cursor:zoom-in}.chat-hub-upload-slot-more{position:absolute;right:0;bottom:0;z-index:3;width:1.125rem;height:1.125rem;border-radius:50%;border:1px solid #2aa7f9;background:#fff;color:#2aa7f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:.625rem;line-height:1;box-shadow:0 1px 4px #0000001f;transform:translate(50%,50%);opacity:1;pointer-events:auto;transition:background .15s ease,color .15s ease,opacity .15s ease,transform .15s ease}.chat-hub-upload-slot-more:hover:not(:disabled){background:#2aa7f9;color:#fff;border-color:#2aa7f9;transform:translate(50%,50%) scale(1.08)}.chat-hub-upload-slot-more:disabled{cursor:not-allowed;opacity:.55}.chat-hub-upload-slot-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1}.chat-hub-upload-slot-icon{font-size:1rem}.chat-hub-upload-slot-label{font-size:.625rem;line-height:1.1;white-space:nowrap}.chat-hub-upload-slot--tilt-left:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more){background:#eef0f3;border-color:#2aa7f9;color:#2aa7f9;transform:rotate(-15deg) scale(1.1)}.chat-hub-upload-slot--tilt-right:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more){background:#eef0f3;border-color:#2aa7f9;color:#2aa7f9;transform:rotate(15deg) scale(1.1)}.chat-hub-upload-slot:disabled{cursor:not-allowed;opacity:.55}.chat-hub-upload-stack{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.chat-hub-upload-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;max-width:520px}.chat-hub-upload-item{position:relative;width:56px;height:56px;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#ffffffe6}.chat-hub-upload-thumb{width:100%!important;height:100%!important}.chat-hub-upload-thumb .ant-image-img{width:100%!important;height:100%!important;object-fit:cover;border-radius:10px}.chat-hub-upload-del{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:999px;border:none;background:#0000008c;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.chat-hub-upload-del:hover{background:#000000b8}.chat-hub-rich-composer-row{display:flex;gap:0;align-items:center;overflow:visible}.chat-hub-upload-slots-group{display:flex;flex-direction:row;align-items:center;flex-shrink:0;gap:4px;margin-right:2px}.chat-hub-upload-slots-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:14px;color:#bbb;font-size:12px;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.chat-hub-upload-slot--no-tilt{transform:none}.chat-hub-upload-slot--no-tilt:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more){background:#eef0f3;border-color:#2aa7f9;color:#2aa7f9;transform:scale(1.06)}.chat-hub-rich-composer-row--multi-ref .chat-hub-upload-slot-label{font-size:10px;line-height:1.15;white-space:normal;text-align:center}.chat-hub-upload-slot-preview--video{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;pointer-events:none}.chat-hub-upload-slot-preview--audio,.chat-hub-upload-slot-preview--file{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.25rem;color:#888;background:#f5f5f5;border-radius:inherit}.chat-hub-ref-edit-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid #c8c8c8;background:#fff;color:#888;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:1rem;line-height:1;box-shadow:none;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.chat-hub-ref-edit-btn:hover:not(:disabled){background:#f7f8fa;color:#666;border-color:#b0b0b0;transform:scale(1.06)}.chat-hub-ref-edit-btn:disabled{cursor:not-allowed;opacity:.45;border-color:#d9d9d9;color:#bbb;background:#fff}.chat-hub-composer-clear-slot .chat-hub-ref-edit-btn:not(:disabled){color:#444;border-color:#a8a8a8}.chat-hub-composer-clear-slot .chat-hub-ref-edit-btn:not(:disabled):hover{color:#222;border-color:#8c8c8c;background:#f0f1f3}.chat-hub-ref-edit-tooltip__title{font-size:13px;font-weight:600;line-height:1.4}.chat-hub-ref-edit-tooltip__desc{margin-top:4px;font-size:12px;line-height:1.5;opacity:.92;max-width:260px;white-space:normal}.chat-hub-rich-composer-row .chat-hub-rich-textarea.ant-input{margin-left:14px;flex:1;min-width:0}.chat-hub-rich-composer-row .chat-hub-stroke-composer.chat-hub-rich-textarea{margin-left:14px}.chat-hub-stroke-composer{flex:1;min-width:0;min-height:96px;max-height:192px;border:none;box-shadow:none;font-size:15px;color:#333;padding:8px 4px;background:transparent;outline:none;line-height:1.6;word-break:break-word;white-space:pre-wrap;overflow-x:hidden;overflow-y:auto}.chat-hub-stroke-composer:focus{outline:none}.chat-hub-stroke-composer--empty:not(:focus) .chat-hub-stroke-composer-text[data-show-placeholder=true]:empty:before{content:attr(data-placeholder);color:#999;white-space:pre-line;pointer-events:none}.chat-hub-stroke-tags{display:inline}.chat-hub-stroke-tag{display:inline;margin:0 4px;padding:2px 8px;border-radius:6px;border:1px solid var(--tag-color, #1677ff);background:color-mix(in srgb,var(--tag-color, #1677ff) 16%,transparent);color:var(--tag-color, #1677ff);font-size:14px;line-height:1.5;vertical-align:baseline;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default}.chat-hub-stroke-composer-text{display:inline-block;min-width:4px;vertical-align:baseline;outline:none}.chat-hub-rich-textarea.ant-input{flex:1;min-height:96px!important;max-height:192px;border:none!important;box-shadow:none!important;resize:none;font-size:15px;color:#333;padding:8px 4px;background:transparent;overflow-y:auto!important}.chat-hub-rich-textarea.ant-input::placeholder{color:#999;white-space:pre-line}.chat-hub-rich-toolbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;min-width:0}.chat-hub-rich-toolbar-controls{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:10px;flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.14) transparent}.chat-hub-rich-toolbar-controls::-webkit-scrollbar{height:2px}.chat-hub-rich-toolbar-controls::-webkit-scrollbar-track{background:transparent}.chat-hub-rich-toolbar-controls::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.chat-hub-rich-toolbar-controls::-webkit-scrollbar-thumb:hover{background:#00000038}.chat-hub-select{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;padding:0;border:none;background:transparent}.chat-hub-select-label{font-size:13px;color:#666;white-space:nowrap}.chat-hub-rich-toolbar-controls .ant-select:not(.ant-select-disabled) .ant-select-selector,.chat-hub-toolbar-control.ant-select:not(.ant-select-disabled) .ant-select-selector{border:1px solid var(--ant-color-primary, #7b6ae8)!important;border-color:var(--ant-color-primary, #7b6ae8)!important;box-shadow:none!important}.chat-hub-rich-toolbar-controls .ant-select-outlined:not(.ant-select-disabled),.chat-hub-toolbar-control.ant-select-outlined:not(.ant-select-disabled){--ant-color-border: var(--ant-color-primary, #7b6ae8)}.chat-hub-rich-toolbar-controls .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.chat-hub-rich-toolbar-controls .ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.chat-hub-toolbar-control.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.chat-hub-toolbar-control.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--ant-color-primary, #7b6ae8)!important}.chat-hub-rich-toolbar-controls .ant-input-number,.chat-hub-toolbar-control.ant-input-number{border:1px solid var(--ant-color-primary, #7b6ae8)!important;border-color:var(--ant-color-primary, #7b6ae8)!important;box-shadow:none!important}.chat-hub-rich-toolbar-controls .ant-input-number:hover,.chat-hub-rich-toolbar-controls .ant-input-number-focused{border-color:var(--ant-color-primary, #7b6ae8)!important}.chat-hub-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:13px;color:#999;background:#ffffffa6;border:1px solid rgba(200,200,200,.55);cursor:pointer;transition:border-color .15s ease,background .15s ease}.chat-hub-chip:hover{border-color:#2aa7f973;background:#2aa7f90f}.chat-hub-chip .anticon{font-size:11px;opacity:.75}.chat-hub-param-dropdown-trigger{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:32px;padding:0 12px;border-radius:8px;border:1px solid var(--ant-color-primary, #7b6ae8);background:#fff;color:#333;font-size:13px;line-height:1;cursor:pointer;transition:border-color .15s ease,background .15s ease}.chat-hub-param-dropdown-trigger:hover,.chat-hub-param-dropdown-trigger.is-open{border-color:var(--ant-color-primary, #7b6ae8);background:#fafbff}.chat-hub-param-dropdown-trigger-value{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-hub-dispatch-trigger-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-hub-dispatch-trigger-icon .chat-hub-dispatch-btn__icon-svg{width:14px;height:14px}.chat-hub-dispatch-trigger .chat-hub-param-dropdown-trigger-value{max-width:none;overflow:visible;text-overflow:unset}.chat-hub-param-dropdown-trigger-chevron{display:inline-flex;align-items:center;font-size:11px;color:#888}.chat-hub-param-dropdown-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:#666}.chat-hub-param-dropdown-trigger .chat-hub-param-dropdown-item-icon{color:#666}.ant-dropdown:has(.chat-hub-param-dropdown-panel),.ant-dropdown:has(.chat-hub-dispatch-panel){z-index:1100}.ant-dropdown:has(.chat-hub-param-dropdown-panel) .ant-dropdown-menu{padding:0;background:transparent;box-shadow:none}.chat-hub-param-dropdown-panel{min-width:240px;padding:12px 0 8px;border-radius:12px;border:1px solid rgba(232,234,239,.95);background:#fff;box-shadow:0 8px 24px #1c1c1c1a;text-align:left}.chat-hub-param-dropdown-header{padding:0 14px 10px;text-align:left}.chat-hub-param-dropdown-title{font-size:14px;font-weight:600;line-height:1.35;color:#333;text-align:left}.chat-hub-param-dropdown-desc{margin-top:4px;font-size:12px;line-height:1.45;color:#888;text-align:left}.chat-hub-param-dropdown-divider{height:1px;margin:0 0 6px;background:#f0f1f3}.chat-hub-param-dropdown-list{display:flex;flex-direction:column;max-height:280px;overflow-y:auto}.chat-hub-param-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;color:#333;font-size:14px;line-height:1.35;cursor:pointer;text-align:left;transition:background .15s ease}.chat-hub-param-dropdown-item:hover,.chat-hub-param-dropdown-item.is-selected{background:#f5f7fa}.chat-hub-param-dropdown-item-label{flex:1;min-width:0;text-align:left}.chat-hub-param-dropdown-item-check,.chat-hub-param-dropdown-item-check-placeholder{flex-shrink:0;width:14px;font-size:12px;color:var(--ant-color-primary, #7b6ae8)}.chat-hub-param-dropdown-item-check-placeholder{visibility:hidden}.chat-hub-param-dropdown-custom{padding:8px 14px 10px}.chat-hub-param-dropdown-custom-label{display:block;margin-bottom:6px;font-size:12px;line-height:1.35;color:#888}.chat-hub-param-dropdown-custom-row{display:flex;align-items:center;gap:8px}.chat-hub-param-dropdown-custom-input{flex:1;min-width:0;height:32px;padding:0 10px;border:1px solid #e8eaef;border-radius:8px;background:#fff;color:#333;font-size:13px;line-height:32px;outline:none}.chat-hub-param-dropdown-custom-input:focus{border-color:var(--ant-color-primary, #7b6ae8)}.chat-hub-param-dropdown-custom-confirm{flex-shrink:0;height:32px;padding:0 12px;border:none;border-radius:8px;background:var(--ant-color-primary, #7b6ae8);color:#fff;font-size:13px;line-height:32px;cursor:pointer}.chat-hub-param-dropdown-custom-confirm:hover{opacity:.92}.chat-hub-send-fab{margin-left:auto;flex-shrink:0;width:48px;height:48px;border-radius:50%;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:transform .1s ease,opacity .15s ease,background .15s ease;background:linear-gradient(194deg,#cbd1dd,#f8f8f8)}.chat-hub-send-fab:not(:disabled){background:linear-gradient(-28deg,#1b54b8 40%,#f8f8f8)}.chat-hub-send-fab:hover:not(:disabled){transform:scale(1.04)}.chat-hub-send-fab:disabled{opacity:.55;cursor:not-allowed;background:linear-gradient(-29deg,#b7bfd0 60%,#fff 85%,#f8f8f8 90%)}@media (max-width: 900px){.chat-hub-guide-slot{right:auto;left:8px;top:auto;bottom:8px}.chat-hub-composer-shell:has(.chat-hub-ref-edit-slot) .chat-hub-guide-slot{bottom:calc(18px + 2.25rem)}.chat-hub-composer-shell:has(.chat-hub-guide-slot) .chat-hub-rich-textarea{padding-left:52px}.chat-hub-guide-modal-root.unified-modal-root{--chat-hub-guide-modal-height: 64vh}.chat-hub-body{position:relative;flex-direction:column}.chat-hub-mobile-model-bar{flex-shrink:0;position:relative;z-index:31;padding:8px 12px 0}.chat-hub-mobile-model-bar__toggle{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 12px;border:1px solid rgba(200,200,200,.55);border-radius:12px;background:#ffffffeb;color:#333;cursor:pointer;text-align:left;box-shadow:0 2px 8px #1c1c1c0a}.chat-hub-mobile-model-bar__icon{width:28px;height:28px;border-radius:8px;object-fit:cover;flex-shrink:0}.chat-hub-mobile-model-bar__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.chat-hub-mobile-model-bar__placeholder{flex:1;min-width:0;font-size:14px;font-weight:500;color:#666}.chat-hub-mobile-model-bar__tag{flex-shrink:0}.chat-hub-mobile-model-bar__chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#999;font-size:12px}.chat-hub-mobile-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:28;margin:0;padding:0;border:none;background:#00000047;cursor:pointer}.chat-hub-sidebar{width:100%;flex-shrink:0;border-right:none;border-bottom:none}.chat-hub-sidebar--mobile-collapsed{display:none}.chat-hub-sidebar--mobile-open{position:absolute;top:60px;left:12px;right:12px;z-index:30;width:auto;max-height:min(72vh,calc(100% - 72px));border:1px solid rgba(200,200,200,.55);border-radius:14px;background:var(--app-page-bg, #fff);box-shadow:0 12px 40px #1c1c1c24;overflow:hidden;display:flex;flex-direction:column}.chat-hub-sidebar--mobile-open .chat-hub-list-wrap{flex:1;min-height:0}.chat-hub-workspace{flex:1;min-height:0;background:transparent}.chat-hub-rich-top{flex-direction:column}.chat-hub-upload-slot{width:3.4375rem;height:4.375rem}.chat-hub-stroke-composer{font-size:12px}}.chat-hub-empty-hint{color:#999;font-size:13px}.chat-hub-empty-hint--list{padding:12px}.chat-hub-empty-hint--workspace{margin-top:48px}html.dark .chat-hub-body{background:var(--semi-color-bg-0)}html.dark .chat-hub-sidebar{background:var(--semi-color-bg-1);border-right:1px solid var(--semi-color-border);box-shadow:inset -1px 0 #ffffff08}html.dark .chat-hub-tab{color:var(--semi-color-text-2)}html.dark .chat-hub-tab:hover:not(.chat-hub-tab--active){color:var(--ant-color-primary, #1668dc);background:var(--ant-color-primary-bg-hover, rgba(22, 119, 255, .16))}html.dark .chat-hub-tab--active{color:#fff!important;background-color:var(--ant-color-primary, #1668dc)!important;background-image:none!important;box-shadow:0 2px 10px color-mix(in srgb,var(--ant-color-primary, #1668dc) 42%,transparent)}html.dark .chat-hub-search .ant-input-affix-wrapper{background:var(--semi-color-fill-0);border-color:var(--semi-color-border)}html.dark .chat-hub-search .ant-input{color:var(--semi-color-text-0)}html.dark .chat-hub-search .ant-input::placeholder{color:var(--semi-color-text-2)}html.dark .chat-hub-list-card-pin{color:var(--semi-color-text-3, #666)}html.dark .chat-hub-list-card-pin:not(.chat-hub-list-card-pin--active):hover{color:var(--ant-color-primary, #1668dc)}html.dark .chat-hub-list-card-pin--active{color:var(--ant-color-primary, #1668dc)}html.dark .chat-hub-list-card-pin--active:hover{color:var(--ant-color-primary-hover, #3c89e8)}html.dark .chat-hub-list-card{background:#ffffff0a;border-color:var(--semi-color-border)}html.dark .chat-hub-list-card:hover:not(.chat-hub-list-card--selected){background:var(--ant-color-primary-bg-hover, rgba(22, 119, 255, .12));border-color:var(--ant-color-primary-border-hover, #3c89e8);box-shadow:0 1px 6px color-mix(in srgb,var(--ant-color-primary, #1668dc) 22%,transparent)}html.dark .chat-hub-list-card--selected{background:var(--ant-color-primary-bg, rgba(22, 119, 255, .15));border-color:var(--ant-color-primary, #1668dc);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ant-color-primary, #1668dc) 28%,transparent)}html.dark .chat-hub-list-card-title{color:var(--semi-color-text-0)}html.dark .chat-hub-list-card-desc,html.dark .chat-hub-empty-hint{color:var(--semi-color-text-2)}html.dark .chat-hub-workspace{background:var(--semi-color-bg-0)}html.dark .chat-hub-hero-icon{box-shadow:0 4px 28px #00000073}html.dark .chat-hub-detail-box{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);box-shadow:0 3px #00000059;color:var(--semi-color-text-1)}html.dark .chat-hub-msg-bubble--assistant{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);color:var(--semi-color-text-0);box-shadow:0 2px 12px #00000040}html.dark .chat-hub-msg-bubble--user{--chat-hub-user-bubble-bg: color-mix(in srgb, var(--ant-color-primary, #1668dc) 20%, var(--semi-color-bg-2, #2a2a2a));background:var(--chat-hub-user-bubble-bg);border-color:color-mix(in srgb,var(--ant-color-primary, #1668dc) 34%,var(--semi-color-border));color:var(--semi-color-text-0);box-shadow:0 2px 10px #00000038}html.dark .chat-hub-user-copy-prompt{color:#ffffffbf;background:var(--semi-color-bg-2, #2a2a2a);border-color:#ffffff2e;box-shadow:0 1px 4px #00000059}html.dark .chat-hub-user-copy-prompt:hover{color:var(--ant-color-primary, #1668dc);border-color:color-mix(in srgb,var(--ant-color-primary, #1668dc) 50%,transparent);background:var(--semi-color-bg-1, #1f1f1f);box-shadow:0 2px 8px #0006}html.dark .chat-hub-media-bubble{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);box-shadow:0 2px 12px #00000040}html.dark .chat-hub-msg-action-btn{color:var(--semi-color-text-1);border-color:var(--semi-color-border);background:var(--semi-color-fill-0)}html.dark .chat-hub-msg-action-btn:hover:not(:disabled){color:var(--semi-color-primary, #40a9ff);border-color:#40a9ff73;background:#40a9ff1a}html.dark .chat-hub-msg-action-btn:disabled{opacity:.4}html.dark .chat-hub-media-download-action{color:var(--semi-color-text-1);border-color:var(--semi-color-border);background:var(--semi-color-fill-0)}html.dark .chat-hub-media-download-action:hover:not(:disabled){color:var(--semi-color-primary, #40a9ff);border-color:#40a9ff73;background:#40a9ff1a}html.dark .chat-hub-media-download-action:disabled{opacity:.4}html.dark .chat-hub-pending-dots:before{background-color:var(--semi-color-text-1);box-shadow:-14px 0 #d6dce959,14px 0 #d6dce959}html.dark .chat-hub-msg-bubble--assistant.chat-hub-msg-bubble--pending{border-color:var(--semi-color-border);box-shadow:0 2px 12px #0000004d}html.dark .chat-hub-pending-label{color:var(--semi-color-text-1)}html.dark .chat-hub-msg-media-loading-placeholder{background:#08090d;border-color:#7b61ff33;box-shadow:inset 0 0 0 1px #ffffff0a,0 12px 32px #00000073}html.dark .chat-hub-msg-media-loading-placeholder__ambient{background:radial-gradient(circle at 50% 38%,rgba(99,102,241,.28) 0%,transparent 54%),radial-gradient(circle at 50% 100%,rgba(124,58,237,.16) 0%,transparent 50%)}html.dark .chat-hub-msg-avatar-wrap,html.dark .chat-hub-msg-avatar{box-shadow:0 2px 12px #00000059}html.dark .chat-hub-composer-simple .ant-input{background:var(--semi-color-fill-0);border-color:var(--semi-color-border);color:var(--semi-color-text-0)}html.dark .chat-hub-composer-rich{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);box-shadow:0 3px #00000059}html.dark .chat-hub-upload-slot{border-color:#ffffff24;background:#ffffff0a;color:var(--semi-color-text-2)}html.dark .chat-hub-upload-slot--filled{border-color:#ffffff1f;background:#0003;box-shadow:0 2px 10px #00000047;transition:background .15s ease,border-color .2s ease,box-shadow .2s ease,transform .28s ease}html.dark .chat-hub-upload-slot:hover:not(.chat-hub-upload-slot--filled),html.dark .chat-hub-upload-slot--tilt-left:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more),html.dark .chat-hub-upload-slot--tilt-right:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more),html.dark .chat-hub-upload-slot--no-tilt:hover:not(:disabled):not(.chat-hub-upload-slot--filled):not(.chat-hub-upload-slot-add-more){background:#2aa7f924;border-color:#4a9effb8;color:#82c4fffa}html.dark .chat-hub-upload-slots-row--has-images:hover .chat-hub-upload-slot--filled:hover{border-color:#4a9effe0;background:#0000001f;box-shadow:0 6px 18px #0000006b,0 0 0 2px #4a9eff52}html.dark .chat-hub-upload-slots-row--can-add-more .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-left:hover:not(:disabled),html.dark .chat-hub-upload-slots-row--can-add-more .chat-hub-upload-slot-add-more.chat-hub-upload-slot--tilt-right:hover:not(:disabled){background:#2aa7f924;border-color:#4a9effb8;color:#82c4fffa}html.dark .chat-hub-upload-slot--filled .chat-hub-upload-slot-del{border-color:#ffffffeb;box-shadow:0 2px 8px #00000073}html.dark .chat-hub-upload-slot--filled .chat-hub-upload-slot-del:hover:not(:disabled){background:#ff7875;border-color:#fff;box-shadow:0 2px 10px #ff4d4f73}html.dark .chat-hub-upload-slot-more{background:var(--semi-color-bg-2);border-color:#4a9effbf;color:#4a9efff2}html.dark .chat-hub-upload-slot-more:hover:not(:disabled){background:#4a9efff2;color:#fff;border-color:#4a9efff2}html.dark .chat-hub-upload-slot-preview--audio,html.dark .chat-hub-upload-slot-preview--file{background:#ffffff0f;color:var(--semi-color-text-2, #aaa)}html.dark .chat-hub-upload-slots-arrow{color:var(--semi-color-text-3, #666)}html.dark .chat-hub-ref-edit-btn{background:var(--semi-color-bg-2);border-color:var(--semi-color-border);color:var(--semi-color-text-2)}html.dark .chat-hub-ref-edit-btn:hover:not(:disabled){background:#2aa7f91f;color:#82c4fffa;border-color:#4a9eff8c;transform:scale(1.06)}html.dark .chat-hub-ref-edit-btn:disabled{background:var(--semi-color-fill-0);border-color:var(--semi-color-border);color:var(--semi-color-text-3)}html.dark .chat-hub-composer-clear-slot .chat-hub-ref-edit-btn:not(:disabled){color:var(--semi-color-text-0, #e8e8e8);border-color:var(--semi-color-text-3, #888)}html.dark .chat-hub-composer-clear-slot .chat-hub-ref-edit-btn:not(:disabled):hover{color:#fff;border-color:#ffffff8c;background:#ffffff1a}html.dark .chat-hub-rich-textarea.ant-input,html.dark .chat-hub-stroke-composer{color:var(--semi-color-text-0)}html.dark .chat-hub-stroke-composer--empty:not(:focus) .chat-hub-stroke-composer-text[data-show-placeholder=true]:empty:before{color:var(--semi-color-text-2)}html.dark .chat-hub-rich-textarea.ant-input::placeholder{color:var(--semi-color-text-2);white-space:pre-line}html.dark .chat-hub-rich-toolbar{border-top-color:var(--semi-color-border)}html.dark .chat-hub-chip{color:var(--semi-color-text-2);background:#ffffff0f;border-color:var(--semi-color-border)}html.dark .chat-hub-chip:hover{border-color:#4a9eff73;background:#2aa7f91a}html.dark .chat-hub-rich-toolbar-controls .ant-select:not(.ant-select-disabled) .ant-select-selector,html.dark .chat-hub-toolbar-control.ant-select:not(.ant-select-disabled) .ant-select-selector{border:1px solid var(--ant-color-primary, #7b6ae8)!important;border-color:var(--ant-color-primary, #7b6ae8)!important;background:var(--semi-color-fill-0)}html.dark .chat-hub-rich-toolbar-controls .ant-input-number,html.dark .chat-hub-toolbar-control.ant-input-number{border:1px solid var(--ant-color-primary, #7b6ae8)!important;border-color:var(--ant-color-primary, #7b6ae8)!important;background:var(--semi-color-fill-0)}html.dark .chat-hub-send-fab{color:#ffffffe0;background:linear-gradient(194deg,#3d4554,#2a2f38);box-shadow:none}html.dark .chat-hub-send-fab:not(:disabled){color:#fff;background:linear-gradient(-28deg,#1b54b8 40%,#4a5d78);box-shadow:0 2px 12px #1b54b852}html.dark .chat-hub-send-fab:hover:not(:disabled){background:linear-gradient(-28deg,#2563c6 40%,#5a6d8a);transform:scale(1.04)}html.dark .chat-hub-send-fab:disabled{color:#ffffff6b;background:linear-gradient(-29deg,#3d4554 60%,#2a2f38 90%);opacity:.55;box-shadow:none}html.dark .chat-hub-param-dropdown-trigger{background:var(--semi-color-bg-2);color:var(--semi-color-text-0);border-color:var(--ant-color-primary, #7b6ae8)}html.dark .chat-hub-param-dropdown-trigger:hover,html.dark .chat-hub-param-dropdown-trigger.is-open{background:var(--semi-color-bg-1)}html.dark .chat-hub-param-dropdown-panel{border-color:var(--semi-color-border);background:#2f343d;box-shadow:0 10px 28px #00000059}html.dark .chat-hub-param-dropdown-title{color:#fff}html.dark .chat-hub-param-dropdown-desc{color:#ffffff8c}html.dark .chat-hub-param-dropdown-divider{background:#ffffff1a}html.dark .chat-hub-dispatch-header{border-bottom-color:#ffffff1a}html.dark .chat-hub-param-dropdown-item{color:#ffffffe6}html.dark .chat-hub-param-dropdown-item:hover,html.dark .chat-hub-param-dropdown-item.is-selected{background:#ffffff14}html.dark .chat-hub-param-dropdown-item-icon{color:#ffffffb8}html.dark .chat-hub-param-dropdown-item-check,html.dark .chat-hub-param-dropdown-item-check-placeholder{color:#fff}html.dark .chat-hub-param-dropdown-custom-label{color:#ffffff8c}html.dark .chat-hub-param-dropdown-custom-input{border-color:#ffffff29;background:var(--semi-color-bg-1, #262a32);color:#ffffffe6}html.dark .chat-hub-param-dropdown-custom-input:focus{border-color:var(--ant-color-primary, #7b6ae8)}html.dark .chat-hub-param-dropdown-custom-confirm{background:var(--ant-color-primary, #7b6ae8);color:#fff}.chat-hub-dispatch-panel{width:400px;max-width:min(400px,calc(100vw - 24px));padding:14px 14px 12px;border-radius:14px;border:1px solid rgba(232,234,239,.95);background:#fff;box-shadow:0 8px 24px #1c1c1c1a;text-align:left}.chat-hub-dispatch-panel--manage{width:440px;max-width:min(440px,calc(100vw - 24px))}.chat-hub-dispatch-header{margin:-14px -14px 10px;padding:14px 14px 10px;border-bottom:1px solid #f0f1f3}.chat-hub-dispatch-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-hub-dispatch-help-link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:var(--semi-color-primary);font-size:12px;line-height:1.35;cursor:pointer;white-space:nowrap}.chat-hub-dispatch-page-title{margin-bottom:12px}.chat-hub-dispatch-title{font-size:14px;font-weight:600;line-height:1.35;color:#333}.chat-hub-dispatch-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.chat-hub-dispatch-section-head--groups{margin-top:14px}.chat-hub-dispatch-section-label{margin-bottom:8px;font-size:12px;color:var(--semi-color-primary)}.chat-hub-dispatch-fault-badge{padding:2px 8px;border-radius:999px;background:#2fc48c29;color:#2fc48c;font-size:12px}.chat-hub-dispatch-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chat-hub-dispatch-btn{position:relative;min-height:40px;padding:8px 28px 8px 10px;border:1px solid #e6e8ee;border-radius:8px;background:#fff;color:#333;font-size:13px;cursor:pointer;text-align:left}.chat-hub-dispatch-btn-main{display:inline-flex;align-items:center;gap:6px}.chat-hub-dispatch-type-icon.is-spark{color:#f3a6e0}.chat-hub-dispatch-type-icon.is-price{color:#f0b429}.chat-hub-dispatch-type-icon.is-speed{color:#5b9dff}.chat-hub-dispatch-type-icon.is-success{color:#3ecf8e}.chat-hub-dispatch-btn.is-selected{background:#f4f8fe;border-radius:.38rem;border:1px solid #1B54B8;box-shadow:none}.chat-hub-dispatch-btn.is-selected .chat-hub-dispatch-btn__icon-svg path{fill:#1b54b8}.chat-hub-dispatch-btn.is-selected .chat-hub-dispatch-btn__icon-svg path[fill="#FFFFFF"]{fill:#fff}.chat-hub-dispatch-btn-check{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#1b54b8;font-size:14px}.chat-hub-dispatch-btn__content{display:flex;align-items:center;gap:10px;width:100%}.chat-hub-dispatch-btn__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-hub-dispatch-btn__icon-svg{display:block}.chat-hub-dispatch-desc{margin-top:10px;min-height:3em;font-size:12px;line-height:1.5;color:#8a8f99}.chat-hub-dispatch-manage-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;margin-bottom:8px;font-size:12px;color:#8a8f99}.chat-hub-dispatch-manage-link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:var(--semi-color-primary);font-size:12px;cursor:pointer}.chat-hub-dispatch-group-list{display:flex;flex-direction:column;gap:8px}.chat-hub-dispatch-panel:not(.chat-hub-dispatch-manage-modal-panel) .chat-hub-dispatch-group-list{max-height:250px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.chat-hub-dispatch-panel:not(.chat-hub-dispatch-manage-modal-panel) .chat-hub-dispatch-group-list::-webkit-scrollbar{width:2px}.chat-hub-dispatch-panel:not(.chat-hub-dispatch-manage-modal-panel) .chat-hub-dispatch-group-list::-webkit-scrollbar-button{display:none;width:0;height:0}.chat-hub-dispatch-panel:not(.chat-hub-dispatch-manage-modal-panel) .chat-hub-dispatch-group-list::-webkit-scrollbar-track{background:transparent}.chat-hub-dispatch-panel:not(.chat-hub-dispatch-manage-modal-panel) .chat-hub-dispatch-group-list::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:1px}.chat-hub-dispatch-empty{padding:18px 8px;font-size:13px;color:#8a8f99;text-align:center}.chat-hub-dispatch-group-card{padding:10px 12px;border:1px solid #eceff3;border-radius:10px;background:#f7f8fa;cursor:pointer}.chat-hub-dispatch-group-card.is-selected{border-color:#2aa7c9;background:#2aa7c929}.chat-hub-dispatch-group-card--select{background:#fafafa;border:none}.chat-hub-dispatch-group-card--select .chat-hub-dispatch-group-card__top{align-items:center;justify-content:space-between}.chat-hub-dispatch-group-card--select.is-selected{background:#f4f8fe;border-radius:.38rem;border:1px solid #1B54B8;box-shadow:none}.chat-hub-dispatch-group-card--select.is-selected .chat-hub-dispatch-group-card__metric-icon path{fill:#1b54b8}.chat-hub-dispatch-group-card__rate{flex:0 0 auto;font-size:12px;line-height:1;color:#8a8f99;white-space:nowrap}.chat-hub-dispatch-group-card__meta{display:flex;gap:12px;margin-top:6px;font-size:12px;color:#8a8f99}.chat-hub-dispatch-group-card__top{display:flex;align-items:flex-start;gap:8px}.chat-hub-dispatch-group-card__title{flex:1 1 auto;min-width:0}.chat-hub-dispatch-group-card__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;color:#333}.chat-hub-dispatch-online{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;color:#2fc48c}.chat-hub-dispatch-online-dot{width:6px;height:6px;border-radius:50%;background:#2fc48c}.chat-hub-dispatch-group-card__metrics{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#8a8f99;white-space:nowrap}.chat-hub-dispatch-group-card__metrics span{display:inline-flex;align-items:center;gap:4px}.chat-hub-dispatch-group-card__metric-icon{display:block;flex:0 0 auto}.chat-hub-dispatch-group-card__prices{margin-top:8px;display:flex;flex-direction:column;gap:14px}.chat-hub-dispatch-price-line{display:flex;flex-direction:column;gap:6px;min-width:0}.chat-hub-dispatch-price-line__label{font-size:12px;line-height:1.35;color:#e9a13a}.chat-hub-dispatch-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;min-width:0;font-size:12px;line-height:1.35;color:#e9a13a}.chat-hub-dispatch-price-item{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.chat-hub-dispatch-price-bolt{color:#f0b429;flex:0 0 auto}.chat-hub-dispatch-manage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.chat-hub-dispatch-close{padding:4px;border:0;background:transparent;color:#8a8f99;cursor:pointer}.chat-hub-dispatch-manage-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;font-size:12px;color:#8a8f99}.chat-hub-dispatch-manage-actions{display:flex;gap:8px}.chat-hub-dispatch-btn-cancel,.chat-hub-dispatch-btn-save{min-width:72px;height:32px;border-radius:8px;font-size:13px;cursor:pointer}.chat-hub-dispatch-btn-cancel{border:1px solid #e6e8ee;background:#fff;color:#555}.chat-hub-dispatch-btn-save{border:0;background:var(--semi-color-primary);color:#fff}.chat-hub-dispatch-btn-save:hover:not(:disabled){background:var(--semi-color-primary-hover)}.chat-hub-dispatch-btn-save:disabled{opacity:.45;cursor:not-allowed}html.dark .chat-hub-dispatch-panel{border-color:#3a414c;background:#2b3038;box-shadow:0 10px 28px #00000059}html.dark .chat-hub-dispatch-title,html.dark .chat-hub-dispatch-group-card__name,html.dark .chat-hub-dispatch-btn{color:#fff}html.dark .chat-hub-dispatch-desc,html.dark .chat-hub-dispatch-manage-row,html.dark .chat-hub-dispatch-empty,html.dark .chat-hub-dispatch-group-card__metrics,html.dark .chat-hub-dispatch-group-card__rate,html.dark .chat-hub-dispatch-group-card__meta,html.dark .chat-hub-dispatch-manage-footer,html.dark .chat-hub-dispatch-close{color:#ffffff8c}html.dark .chat-hub-dispatch-help-link,html.dark .chat-hub-dispatch-manage-link,html.dark .chat-hub-dispatch-section-label{color:var(--semi-color-primary)}html.dark .chat-hub-dispatch-manage-alert{background:#c4702038;color:#e8a23a}html.dark .chat-hub-dispatch-btn,html.dark .chat-hub-dispatch-group-card{background:#23272e;border-color:#3a414c}html.dark .chat-hub-dispatch-btn.is-selected{background:#1b54b847;border:1px solid #4d8ef0;color:#fff;box-shadow:none}html.dark .chat-hub-dispatch-btn.is-selected .chat-hub-dispatch-btn-check{color:#7eb0ff}html.dark .chat-hub-dispatch-btn.is-selected .chat-hub-dispatch-btn__icon-svg path{fill:#7eb0ff}html.dark .chat-hub-dispatch-btn.is-selected .chat-hub-dispatch-btn__icon-svg path[fill="#FFFFFF"]{fill:#fff}html.dark .chat-hub-dispatch-group-card--select{background:var(--semi-color-bg-1)}html.dark .chat-hub-dispatch-group-card--select.is-selected{background:#1b54b847;border:1px solid #4d8ef0;box-shadow:none}.chat-hub-dispatch-manage-modal-root.unified-modal-root{--chat-hub-dispatch-manage-modal-height: 70vh}.chat-hub-dispatch-manage-modal-root .unified-modal{background:linear-gradient(0deg,#f3f6fb 58%,#e0e4ed)}.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal,.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal-content,.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal-container{height:auto;max-height:var(--chat-hub-dispatch-manage-modal-height)}.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal-content,.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal-container{border-radius:var(--unified-modal-radius, 25px);overflow:hidden;display:flex;flex-direction:column}.chat-hub-dispatch-manage-modal-root.unified-modal-root .ant-modal-body{height:auto;max-height:100%;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.chat-hub-dispatch-manage-modal-root .unified-modal.unified-modal--wallet{height:auto;max-height:100%}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__sheet.unified-modal__sheet{margin-top:0!important;padding:0!important;gap:0!important;min-height:0}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__content.unified-modal__sheet-content{background:transparent!important;border-radius:0!important;padding:0!important;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:2px}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__content.unified-modal__sheet-content::-webkit-scrollbar-button{display:none;width:0;height:0}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:1px}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal-panel{width:100%;max-width:none;background:transparent;border:none;box-shadow:none;padding:4px 24px 8px}.chat-hub-dispatch-manage-alert{display:flex;align-items:flex-start;gap:8px;margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#c4702029;color:#c47a1a;font-size:13px;line-height:1.5}.chat-hub-dispatch-manage-alert__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;color:#e8a23a}html.dark .chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal-panel{background:transparent;border:none;box-shadow:none}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-modal__footer.unified-modal__sheet-footer{padding:8px 24px 20px}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-manage-footer{margin-top:0}.chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-group-card.is-selected{border-color:#eceff3;border-left:2px solid #1B54B8;background:#fff;box-shadow:none}html.dark .chat-hub-dispatch-manage-modal-root .chat-hub-dispatch-group-card.is-selected{border-left:2px solid #1B54B8;background:var(--semi-color-bg-1);box-shadow:none}.chat-hub-dispatch-help-modal-root.unified-modal-root{--chat-hub-dispatch-help-modal-height: 70vh}.chat-hub-dispatch-help-modal-root .unified-modal{background:linear-gradient(0deg,#f3f6fb 71%,#e0e4ed)}.chat-hub-dispatch-help-modal-root.unified-modal-root .ant-modal-content,.chat-hub-dispatch-help-modal-root.unified-modal-root .ant-modal-container{height:var(--chat-hub-dispatch-help-modal-height);border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.chat-hub-dispatch-help-modal-root.unified-modal-root .ant-modal-body{height:100%;display:flex;flex-direction:column;overflow:hidden}.chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content{background:transparent!important;scrollbar-color:rgba(var(--semi-grey-2),.3) transparent}.chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar{width:6px}.chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar-track{background:transparent}.chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}html.dark .chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content{scrollbar-color:rgba(var(--semi-grey-2),.45) transparent}html.dark .chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.45)}html.dark .chat-hub-dispatch-help-modal-root .chat-hub-dispatch-help-modal__content.unified-modal__sheet-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.65)}.chat-hub-dispatch-help{display:flex;flex-direction:column;gap:12px;padding:4px 2px 8px}.chat-hub-dispatch-help__card{margin-bottom:0!important}.chat-hub-dispatch-help__section{display:flex;align-items:flex-start;gap:12px;margin:0}.chat-hub-dispatch-help__icon-col{display:flex;justify-content:center;flex:0 0 1.63rem;width:1.63rem;padding-top:2px}.chat-hub-dispatch-help__content-col{min-width:0;flex:1 1 auto}.chat-hub-dispatch-help-modal-root .semi-card{background:transparent!important}.chat-hub-dispatch-help-modal-root .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:1.63rem!important;height:1.63rem!important;border-radius:.38rem!important;background:#c5d9fb!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.chat-hub-dispatch-help__section-header{display:flex;align-items:center;margin-bottom:12px}.chat-hub-dispatch-help__section-header .semi-typography,.chat-hub-dispatch-help__section-title{font-family:Source Han Sans CN,Source Han Sans SC,Noto Sans SC,sans-serif;font-weight:700;font-size:.88rem;line-height:1.4;color:#14161a}html.dark .chat-hub-dispatch-help-modal-root .unified-modal__title{color:#fff}html.dark .chat-hub-dispatch-help__section-header .semi-typography,html.dark .chat-hub-dispatch-help__section-title{color:#f5f7fb}.chat-hub-dispatch-help__text{margin:0;font-size:13px;line-height:1.7;color:#666}.chat-hub-dispatch-help__strategy-list{display:flex;flex-direction:column;gap:10px}.chat-hub-dispatch-help__strategy{display:flex;align-items:flex-start;gap:12px;padding:1.31rem;border-radius:.63rem;background:#fff;box-shadow:none}.chat-hub-dispatch-help__strategy-icon{display:inline-flex;align-items:center;justify-content:center;width:3.93rem;height:3.93rem;background:#efe9f3;border-radius:1rem;flex-shrink:0}.chat-hub-dispatch-help__strategy-body{min-width:0;flex:1 1 auto}.chat-hub-dispatch-help__strategy-title{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:14px;font-weight:600;color:#333}.chat-hub-dispatch-help__strategy-tag{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px}html.dark .chat-hub-dispatch-help__text{color:var(--semi-color-text-2)}html.dark .chat-hub-dispatch-help__strategy{background:transparent;box-shadow:none;border:none}html.dark .chat-hub-dispatch-help__strategy-title{color:var(--semi-color-text-0)}html.dark .chat-hub-dispatch-group-card.is-selected{border-color:#2aa7c9;background:#2aa7c933}html.dark .chat-hub-dispatch-price-row,html.dark .chat-hub-dispatch-price-line__label{color:#f0b429}html.dark .chat-hub-dispatch-price-bolt{color:#f5c14a}html.dark .chat-hub-dispatch-btn-cancel{border-color:#3a414c;background:#23272e;color:#ffffffc7}html.dark .chat-hub-stroke-composer,html.dark .chat-hub-rich-textarea.ant-input{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}html.dark .chat-hub-rich-toolbar-controls{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent}html.dark .chat-hub-stroke-composer::-webkit-scrollbar,html.dark .chat-hub-rich-textarea.ant-input::-webkit-scrollbar{width:5px}html.dark .chat-hub-rich-toolbar-controls::-webkit-scrollbar{height:2px}html.dark .chat-hub-stroke-composer::-webkit-scrollbar-track,html.dark .chat-hub-rich-textarea.ant-input::-webkit-scrollbar-track,html.dark .chat-hub-rich-toolbar-controls::-webkit-scrollbar-track{background:transparent}html.dark .chat-hub-stroke-composer::-webkit-scrollbar-thumb,html.dark .chat-hub-rich-textarea.ant-input::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}html.dark .chat-hub-rich-toolbar-controls::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}html.dark .chat-hub-stroke-composer::-webkit-scrollbar-thumb:hover,html.dark .chat-hub-rich-textarea.ant-input::-webkit-scrollbar-thumb:hover{background:#ffffff47}html.dark .chat-hub-rich-toolbar-controls::-webkit-scrollbar-thumb:hover{background:#ffffff38}@media (max-width: 900px){html.dark .chat-hub-workspace{background:transparent}html.dark .chat-hub-mobile-model-bar__toggle{border-color:var(--semi-color-border);background:var(--semi-color-bg-2, rgba(30, 30, 30, .96));color:var(--semi-color-text-0);box-shadow:0 8px 24px #00000047}html.dark .chat-hub-mobile-model-bar__placeholder,html.dark .chat-hub-mobile-model-bar__chevron{color:var(--semi-color-text-2)}html.dark .chat-hub-mobile-backdrop{background:#00000085}html.dark .chat-hub-sidebar--mobile-open{border-color:var(--semi-color-border);background:var(--semi-color-bg-1, #1f1f1f);box-shadow:0 16px 48px #00000073}}.chat-hub-pending-tasks-badge{display:inline-flex;align-items:center;height:32px;padding:0 10px;border-radius:8px;font-size:12px;line-height:1;color:#2a5fffeb;background:#2a5fff14;border:1px solid rgba(42,95,255,.18);white-space:nowrap}html.dark .chat-hub-pending-tasks-badge{color:#8fb0ff;background:#8fb0ff1a;border-color:#8fb0ff38}.chat-hub-task-submit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#00000059;pointer-events:none}.chat-hub-task-submit-overlay .ant-spin{color:#fff}.chat-hub-task-submit-overlay .ant-spin-dot-item{background-color:#fff}.chat-hub-task-submit-overlay .ant-spin .anticon{color:#fff}.chat-hub-task-submit-overlay .ant-spin-text{margin-top:12px;font-size:14px;color:#fff}html.dark .chat-hub-task-submit-overlay{background:#0000008c}.chat-hub-page-skeleton__sidebar{pointer-events:none}.chat-hub-page-skeleton__tabs{display:flex;flex-direction:row;align-items:center;gap:6px;width:100%}.chat-hub-page-skeleton__list-wrap{padding-top:4px}.chat-hub-page-skeleton__list-card{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;margin-bottom:10px;border:1px solid rgba(200,200,200,.28);border-radius:.36rem;background:#ffffffb8;box-sizing:border-box}.chat-hub-page-skeleton__list-icon .ant-skeleton-avatar{border-radius:12px!important}.chat-hub-page-skeleton__list-mid{flex:1;min-width:0}.chat-hub-page-skeleton__list-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.chat-hub-page-skeleton__workspace{min-width:0}.chat-hub-page-skeleton__scroll{align-items:center}.chat-hub-page-skeleton__hero .ant-skeleton-avatar{border-radius:20px!important}.chat-hub-page-skeleton__detail-box{width:100%;max-width:620px;margin-top:18px;padding:18px 24px;border-radius:22px;border:1px solid rgba(232,234,239,.9);background:#ffffffd1;box-sizing:border-box}.chat-hub-page-skeleton__composer-toolbar{display:flex;flex-direction:row;align-items:center;gap:10px}.chat-hub-page-skeleton__composer-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px}.chat-hub-page-skeleton__send{margin-left:auto}html.dark .chat-hub-page-skeleton__list-card,html.dark .chat-hub-page-skeleton__detail-box{background:var(--semi-color-bg-1);border-color:var(--semi-color-border)}.image-annotator{display:flex;flex-direction:column;gap:16px;max-width:100%}.image-annotator__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.image-annotator__toolbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.image-annotator__toolbar-divider{flex-shrink:0;align-self:center;width:1px;height:24px;background:#0000001f}html.dark .image-annotator__toolbar-divider{background:#ffffff29}.image-annotator__colors{gap:6px}.image-annotator__color-swatch{width:28px;height:28px;padding:0;box-sizing:border-box;border:1px solid transparent;border-radius:50%;cursor:pointer;box-shadow:none;transition:transform .15s ease,box-shadow .15s ease}.image-annotator__color-swatch:hover{transform:scale(1.08)}.image-annotator__color-swatch--active{border-color:transparent;transform:scale(1.08);box-shadow:inset 0 0 0 1px #fffffff2,inset 0 0 8px 2px #ffffffb8}.image-annotator__stage-wrap{position:relative;overflow:auto;max-width:100%;border-radius:8px;border:1px solid var(--semi-color-border);background:repeating-conic-gradient(#e8e8e8,#e8e8e8 25%,#f5f5f5 0%,#f5f5f5 50%) 50% / 16px 16px}.image-annotator__stage-wrap--empty{min-height:280px;display:flex;align-items:center;justify-content:center;color:var(--semi-color-text-2);font-size:14px}.image-annotator__side{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}@media (max-width: 900px){.image-annotator__side{grid-template-columns:1fr}}.image-annotator__list{margin:0;padding:0;list-style:none;max-height:200px;overflow-y:auto;border:1px solid var(--semi-color-border);border-radius:8px;background:var(--semi-color-bg-1, #fff)}.image-annotator__list-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--semi-color-border);font-size:12px}.image-annotator__list-item:last-child{border-bottom:none}.image-annotator__list-text{flex:1;min-width:0;word-break:break-all;color:var(--semi-color-text-1)}.image-annotator__json{margin:0;padding:10px 12px;max-height:200px;overflow:auto;border-radius:8px;border:1px solid var(--semi-color-border);background:var(--semi-color-fill-0);font-size:11px;line-height:1.45;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-all}.image-annotator__section-title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--semi-color-text-0)}.image-annotator__hint{margin:0;font-size:12px;color:var(--semi-color-text-2);line-height:1.5}.image-annotator--overlay{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;gap:12px}.image-annotator--overlay .image-annotator__stage-measure{flex:1;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-annotator--overlay .image-annotator__stage-row{display:flex;align-items:center;justify-content:center;gap:12px;max-width:100%;max-height:100%;min-height:0;overflow:hidden}.image-annotator--overlay .image-annotator__stage-wrap{flex-shrink:0;max-width:100%;max-height:100%;overflow:hidden}.image-annotator--overlay .image-annotator__toolbar{flex-shrink:0}.image-annotator--overlay .image-annotator__toolbar--bottom{justify-content:center}.image-annotator__toolbar-actions{display:inline-flex;gap:8px}.image-annotator__tool-btn.ant-btn-default{border-color:transparent}.image-annotator__tool-btn.ant-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:36px;height:36px;padding-inline:12px;border:1px solid transparent;background:transparent;box-shadow:none;color:#000000a6;transform:none}.image-annotator__tool-btn.ant-btn:active,.image-annotator__tool-btn--active.ant-btn{transform:none}.image-annotator__tool-btn.ant-btn:not(:disabled):hover{background:#0000000a;border-color:transparent;color:#000000e0}.image-annotator__tool-btn--active.ant-btn{background:transparent;border-color:var(--ant-color-primary, #1677ff);color:var(--ant-color-primary, #1677ff)}.image-annotator__tool-btn--active.ant-btn:not(:disabled):hover{background:color-mix(in srgb,var(--ant-color-primary, #1677ff) 8%,transparent);border-color:var(--ant-color-primary, #1677ff);color:var(--ant-color-primary, #1677ff)}.image-annotator__tool-btn.ant-btn:disabled,.image-annotator__tool-btn--limit.ant-btn:disabled,.image-annotator__tool-btn--active.ant-btn:disabled{cursor:not-allowed;border-color:#0000000f!important;background:#0000000d!important;color:#0003!important;opacity:1}.image-annotator__tool-btn.ant-btn:disabled .svg-icon,.image-annotator__tool-btn--limit.ant-btn:disabled .svg-icon{color:#0003!important}.image-annotator__tool-btn--icon-only.ant-btn{width:36px;padding-inline:0}.image-annotator__tool-btn--icon-only.ant-btn>span:not(.ant-btn-icon){display:none}html.dark .image-annotator__tool-btn.ant-btn{color:var(--semi-color-text-1)}html.dark .image-annotator__tool-btn.ant-btn:not(:disabled):hover{background:#ffffff14;color:var(--semi-color-text-0)}html.dark .image-annotator__tool-btn--active.ant-btn:not(:disabled):hover{background:color-mix(in srgb,var(--ant-color-primary, #1677ff) 16%,transparent)}html.dark .image-annotator__tool-btn.ant-btn:disabled,html.dark .image-annotator__tool-btn--limit.ant-btn:disabled,html.dark .image-annotator__tool-btn--active.ant-btn:disabled{border-color:#ffffff14!important;background:#ffffff0f!important;color:#ffffff38!important}html.dark .image-annotator__tool-btn.ant-btn:disabled .svg-icon,html.dark .image-annotator__tool-btn--limit.ant-btn:disabled .svg-icon{color:#ffffff38!important}.image-annotator--overlay .image-annotator__stage-wrap--empty{min-height:160px}.ref-image-editor-overlay{position:absolute;top:0;left:0;right:0;z-index:40;display:flex;flex-direction:column;min-height:0;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -6px 28px #0f172a14}.ref-image-editor-overlay__header{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;font-size:15px;font-weight:600;color:#1f1f1f}.ref-image-editor-overlay__nav-count{font-size:13px;font-weight:500;color:#666}.ref-image-editor-overlay__body{flex:1;min-height:0;padding:0 16px 16px;overflow:hidden;display:flex;flex-direction:column}.ref-image-editor-overlay__canvas-area{flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;overflow:hidden}.ref-image-editor-overlay__canvas-area .image-annotator--overlay{width:100%;height:100%;min-height:0}.ref-image-editor-overlay__nav-btn{flex-shrink:0;box-shadow:0 2px 8px #0f172a14}html.dark .ref-image-editor-overlay{background:#16161af5;box-shadow:0 -6px 28px #00000059}html.dark .ref-image-editor-overlay__header{color:var(--semi-color-text-0)}html.dark .ref-image-editor-overlay__nav-count{color:var(--semi-color-text-2)}html.dark .ref-image-editor-overlay__nav-btn{box-shadow:0 2px 8px #00000047}.plaza-free-notice-banner{position:relative;box-sizing:border-box;width:174.8rem;max-width:100%;height:15rem;margin-bottom:1rem;background:linear-gradient(178deg,#f3f6fb 30%,#98acd1);border-radius:1rem;z-index:10}.plaza-free-notice-banner__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;padding:0 2.4rem 0 3.2rem;box-sizing:border-box}.plaza-free-notice-banner__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.8rem;min-width:0;max-width:50%}.plaza-free-notice-banner__text-img{flex-shrink:0;width:20.8rem;height:8rem;object-fit:contain;object-position:left center;pointer-events:none;-webkit-user-select:none;user-select:none}.plaza-free-notice-banner__desc{margin:0;font-family:Microsoft YaHei,PingFang SC,sans-serif;font-weight:300;font-size:1rem;color:#1c293b;line-height:1.4rem}html.dark .plaza-free-notice-banner__desc{color:#ffffffe0}.plaza-free-notice-banner__visual{position:relative;flex-shrink:0;width:40.4rem;height:12.5rem;margin-right:1.6rem;margin-top:auto}.plaza-free-notice-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.plaza-free-notice-banner__side-img{position:absolute;left:42%;bottom:0;top:-2rem;z-index:3;width:17.3rem;height:16.2rem;transform:translate(-50%);object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-select:none;user-select:none}html.dark .plaza-free-notice-banner{background:linear-gradient(178deg,#2a3142,#3d4f6f)}.plaza-free-notice-banner__image{display:block;width:100%;height:auto}.plaza-free-notice-banner__inner{position:relative;z-index:1;display:flex;align-items:center;gap:14px;padding:12px 8px 12px 16px;height:100%;min-height:120px;box-sizing:border-box}.plaza-free-notice-banner__illustration{flex-shrink:0;width:96px;height:96px;object-fit:contain;object-position:left center;pointer-events:none;-webkit-user-select:none;user-select:none}.plaza-free-notice-banner__icon{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;letter-spacing:-.02em;background:linear-gradient(145deg,#1890ff33,#7953ff24);border:1px solid rgba(24,144,255,.38);box-shadow:inset 0 0 0 1px #ffffff73}.dark .plaza-free-notice-banner__icon{background:linear-gradient(145deg,#40a9ff38,#7953ff29);border-color:#40a9ff7a;box-shadow:inset 0 0 0 1px #ffffff1a}.plaza-free-notice-banner__body{flex:1;min-width:0;line-height:1.55}.plaza-free-notice-banner__close{flex-shrink:0;align-self:center}.plaza-pricing-filter-sidebar{--plaza-filter-border: var(--semi-color-border);--plaza-filter-text: var(--semi-color-text-1);--plaza-filter-bg: var(--semi-color-bg-1);--plaza-filter-bg-hover: var(--semi-color-fill-0);--plaza-filter-bg-active: var(--semi-color-primary-light-default);--plaza-filter-accent: var(--semi-color-primary);--plaza-filter-badge-bg: var(--semi-color-fill-0);--plaza-filter-badge-text: var(--semi-color-text-2);--plaza-filter-reset-text: var(--semi-color-text-2);--plaza-filter-badge-active-bg: var(--semi-color-primary-light-active);--plaza-filter-badge-active-text: var(--semi-color-primary)}.plaza-pricing-filter-sidebar .sbg-button.semi-button{border:1px solid var(--plaza-filter-border)!important;box-sizing:border-box;border-radius:6px!important;box-shadow:none!important;justify-content:flex-start!important}.plaza-pricing-filter-sidebar .sbg-button.semi-button .semi-button-content{color:inherit!important;font-weight:400!important}.plaza-pricing-filter-sidebar .sbg-button.semi-button-primary.semi-button-light{border-color:var(--plaza-filter-border)!important;color:var(--plaza-filter-accent)!important}.plaza-pricing-filter-sidebar .sbg-button.semi-button-primary.semi-button-light:hover{background:var(--semi-color-primary-light-hover)!important;border-color:var(--plaza-filter-border)!important;color:var(--semi-color-primary-hover)!important}.plaza-pricing-filter-sidebar .sbg-badge{background-color:var(--plaza-filter-badge-bg)!important;color:var(--plaza-filter-badge-text)!important}.plaza-pricing-filter-sidebar .sbg-badge-active{background-color:var(--plaza-filter-badge-active-bg)!important;color:var(--plaza-filter-badge-active-text)!important}.plaza-pricing-filter-sidebar .pricing-sidebar-reset.semi-button{background:var(--plaza-filter-bg)!important;border:1px solid var(--plaza-filter-border)!important;color:var(--plaza-filter-reset-text)!important;box-shadow:none!important}.plaza-pricing-filter-sidebar .pricing-sidebar-reset.semi-button:hover{border-color:var(--plaza-filter-border)!important;background:var(--plaza-filter-bg-hover)!important;color:var(--plaza-filter-text)!important}.plaza-new-detail-sidesheet .semi-card-body{padding-left:1.25rem!important;padding-right:1.25rem!important}.plaza-new-model-card .semi-card-body{padding-left:1.5rem!important}.plaza-new-detail-page .semi-card-body{padding-left:1.25rem!important;padding-right:1.25rem!important}.plaza-new-detail-sidesheet .plaza-new-group-price-table .semi-table-row-head,.plaza-new-detail-sidesheet .plaza-new-group-price-table .semi-table-row-cell,.plaza-new-detail-page .plaza-new-group-price-table .semi-table-row-head,.plaza-new-detail-page .plaza-new-group-price-table .semi-table-row-cell{padding-left:.875rem!important;padding-right:.875rem!important}.plaza-new-detail-sidesheet .plaza-new-group-price-table .semi-table-row-head:first-child,.plaza-new-detail-sidesheet .plaza-new-group-price-table .semi-table-row-cell:first-child,.plaza-new-detail-page .plaza-new-group-price-table .semi-table-row-head:first-child,.plaza-new-detail-page .plaza-new-group-price-table .semi-table-row-cell:first-child{padding-left:1.125rem!important}.plaza-new-detail-sidesheet .semi-card .semi-avatar{position:relative;overflow:hidden;flex-shrink:0;width:2.75rem!important;height:2.75rem!important;background:#dfe4ec!important;background-color:#dfe4ec!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important}.plaza-new-detail-sidesheet .semi-card .semi-avatar:after{content:"";position:absolute;left:50%;bottom:-110%;z-index:0;width:160%;height:160%;transform:translate(-50%);background:#98b3e3;opacity:.2;border-radius:50%;pointer-events:none}.plaza-new-detail-sidesheet .semi-card .semi-avatar .semi-icon,.plaza-new-detail-sidesheet .semi-card .semi-avatar svg{position:relative;z-index:1;width:1.25rem!important;height:1.25rem!important;font-size:1.25rem!important;color:var(--ant-color-primary, var(--build-theme-primary, #1b54b8))!important;fill:currentColor}.plaza-pricing-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.plaza-pricing-body>.pricing-scroll-hide,.plaza-pricing-body>.pricing-content-mobile{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.agent-plaza-page{flex:1;min-height:0;overflow-y:auto;margin-top:21px;padding:0 0 32px;box-sizing:border-box;width:100%}.agent-plaza-body{width:80%;max-width:100%;margin-left:auto;margin-right:auto}.agent-plaza-hero{position:relative;display:block;width:auto;margin-bottom:24px}.agent-plaza-hero-main{position:relative;width:calc(67% - 6px);min-width:0;height:auto;border-radius:25px;overflow:hidden;background:var(--semi-color-primary-light-default, var(--build-theme-primary-light-default, rgba(27, 84, 184, .12)));line-height:0}.agent-plaza-hero-carousel{width:100%;height:auto;line-height:0}.agent-plaza-hero-carousel .slick-slider,.agent-plaza-hero-carousel .slick-list,.agent-plaza-hero-carousel .slick-track,.agent-plaza-hero-carousel .slick-slide,.agent-plaza-hero-carousel .slick-slide>div,.agent-plaza-hero-slide{height:auto!important;min-height:0!important}.agent-plaza-hero-slide{display:block;line-height:0}.agent-plaza-hero-slide img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.agent-plaza-hero-carousel .slick-dots{inset-inline-end:10px;inset-block:50% auto;transform:translateY(-50%);width:auto;flex-direction:column;margin:0}.agent-plaza-hero-carousel .slick-dots li{margin:4px 0}.agent-plaza-hero-carousel .slick-dots li button{width:6px;height:6px;border-radius:50%;background:#ffffff73}.agent-plaza-hero-carousel .slick-dots li.slick-active button{width:6px;height:14px;border-radius:999px;background:#fff}.agent-plaza-hero-side{position:absolute;top:0;right:0;bottom:0;width:calc(33% - 6px);min-width:0;overflow:hidden;display:grid;grid-template-rows:1fr 1fr;gap:12px}.agent-plaza-quick-card{position:relative;display:flex;align-items:center;width:100%;height:100%;min-height:0;padding:18px 16px 16px 20px;border:none;border-radius:12px;overflow:hidden;text-align:left;cursor:pointer;background-color:transparent;background-image:var(--agent-plaza-quick-figure);background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 2px 12px #5b82dc0f}.agent-plaza-quick-card:hover{box-shadow:0 4px 16px #5b82dc1f}.agent-plaza-quick-card-body{position:relative;z-index:1;flex:1;min-width:0;max-width:58%}.agent-plaza-quick-card-title{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.2;color:#333}.agent-plaza-quick-card-desc{margin:0;font-size:12px;font-weight:300;color:#666;line-height:1.5}.agent-plaza-primary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.agent-plaza-primary-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:28px}.agent-plaza-primary-tab{position:relative;border:none;padding:6px 0 10px;background:transparent;font-size:16px;font-weight:400;line-height:1.2;color:#999;cursor:pointer;transition:color .15s ease}.agent-plaza-primary-tab:hover{color:#333}.agent-plaza-primary-tab--active{font-weight:600;color:#333}.agent-plaza-primary-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:1px;background:#1b54b8}.agent-plaza-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.agent-plaza-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}.agent-plaza-tab{border:none;padding:8px 4px;background:transparent;font-size:14px;font-weight:400;color:#666;cursor:pointer;line-height:1;transition:color .15s ease}.agent-plaza-tab:hover{color:var(--ant-color-primary, #1b54b8)}.agent-plaza-tab--active:hover{color:#fff}.agent-plaza-tab--active{padding:8px 16px;border:0 solid #eeeeee;border-radius:.36rem;color:#fff;font-weight:500;background:#1b54b8;box-shadow:none}.agent-plaza-search{width:100%;max-width:320px}.agent-plaza-search .ant-input-affix-wrapper{height:36px;border-radius:10px;background:#fff;border-color:transparent;box-shadow:0 0 7px #d2d2d26b;padding:0 14px}.agent-plaza-search .ant-input{font-size:13px}.agent-plaza-spotlight{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-bottom:32px}.agent-plaza-spotlight-card{display:flex;flex-direction:column;align-items:center;padding:0 0 16px;border-radius:20px;background:#fff;border:1px solid #efeefd;box-shadow:0 0 1rem #b6c5df6b;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease;outline:none}.agent-plaza-spotlight-card:hover{border:1px solid #1b54b8;box-shadow:0 0 24px #1b54b82e;transform:translateY(-2px)}.agent-plaza-spotlight-cover{position:relative;width:100%;height:110px;border-radius:20px 20px 0 0;overflow:hidden;background:#f6f5f4;display:flex;align-items:center;justify-content:center}.agent-plaza-spotlight-cover img{width:auto;height:auto;max-width:58%;max-height:76%;object-fit:contain;object-position:center;filter:drop-shadow(0 8px 14px rgba(28,28,28,.22))}.agent-plaza-spotlight-rank{position:absolute;top:0;left:38px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1px;width:26px;padding:5px 0 7px;color:#fff;line-height:1;background:linear-gradient(180deg,#ffe566,#ffc833 55%,#ffb800);box-shadow:0 0 1rem #b6c5df6b;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 5px),0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 5px),0 100%)}.agent-plaza-spotlight-rank--02{background:linear-gradient(0deg,#75b6fc,#97cbf8);box-shadow:0 1px 6px #75b6fc47}.agent-plaza-spotlight-rank--03{background:linear-gradient(0deg,#c99370,#f5c89f);box-shadow:0 1px 6px #c9937047}.agent-plaza-spotlight-rank--04{background:linear-gradient(0deg,#667180,#d5e0ff);box-shadow:0 1px 6px #66718047}.agent-plaza-spotlight-rank--05{background:linear-gradient(0deg,#b0bef2,#e8eaed);box-shadow:0 1px 6px #b0bef247}.agent-plaza-spotlight-rank--06,.agent-plaza-spotlight-rank--07,.agent-plaza-spotlight-rank--08{background:linear-gradient(0deg,#667180,#d5e0ff);box-shadow:0 1px 6px #66718047}.agent-plaza-spotlight-rank-num{font-size:14px;font-weight:400;letter-spacing:.02em;text-shadow:0 1px 0 rgba(180,120,0,.25)}.agent-plaza-spotlight-rank-crown{font-size:11px;color:#fff;filter:drop-shadow(0 1px 0 rgba(180,120,0,.2))}.agent-plaza-spotlight-title{margin:14px 12px 6px;font-size:18px;font-weight:400;line-height:1.3;text-align:center}.agent-plaza-spotlight-desc{margin:0 12px;font-size:14px;font-weight:300;line-height:1.55;color:#666;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}.agent-plaza-spotlight-badge{margin:10px 0 12px;padding:4px 14px;border-radius:16px;font-size:12px;font-weight:300;color:#666;background:#efeefd}.agent-plaza-spotlight-meta{display:flex;align-items:center;gap:12px;margin-top:auto;font-size:12px;font-weight:300;color:#666}.agent-plaza-spotlight-meta-item{display:inline-flex;align-items:center;gap:4px}.agent-plaza-spotlight-meta-item .anticon{font-size:13px;color:#999}.agent-plaza-spotlight-meta-divider{width:1px;height:14px;background:#e0e0e0}.agent-plaza-section{margin-bottom:32px}.agent-plaza-section-head{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:600;color:#333;cursor:pointer}.agent-plaza-section-arrow{font-size:11px;color:#999}.agent-plaza-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 28px}.agent-plaza-list-card{display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:12px;padding:20px 18px 16px;border-radius:1.79rem;background:#fff;border:1px solid #efeefd;box-shadow:0 0 7px #dedcff6b;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease;outline:none}.agent-plaza-list-card:hover{border:1px solid #1b54b8;box-shadow:0 0 24px #1b54b82e}.agent-plaza-list-icon{width:56px;height:56px;flex-shrink:0;border-radius:10px;object-fit:cover;background:var(--semi-color-primary-light-default, var(--build-theme-primary-light-default, rgba(27, 84, 184, .12)));grid-row:1;grid-column:1}.agent-plaza-list-body{flex:1;min-width:0;display:flex;flex-direction:column;grid-row:1;grid-column:2}.agent-plaza-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.agent-plaza-list-title{margin:0;font-size:18px;font-weight:400;color:#0a0100;line-height:1.3}.agent-plaza-list-actions{display:flex;gap:8px;flex-shrink:0;color:#ccc}.agent-plaza-list-actions button{border:none;padding:0;background:transparent;color:inherit;cursor:pointer;line-height:0;font-size:14px}.agent-plaza-list-actions button:hover{color:#7b6ae8}.agent-plaza-list-desc{margin:0 0 12px;font-size:14px;font-weight:300;line-height:1.6;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.agent-plaza-list-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;grid-row:2;grid-column:1 / -1}.agent-plaza-list-foot-meta{display:flex;align-items:center;gap:10px}.agent-plaza-list-meta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:300;color:#666}.agent-plaza-list-meta .anticon{font-size:12px;color:#999}.agent-plaza-list-badge{flex-shrink:0;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:300;color:#666;background:#efeefd;white-space:nowrap}.agent-plaza-empty{padding:48px 16px;text-align:center;color:#999;font-size:14px}.agent-plaza-coming-soon{display:flex;align-items:center;justify-content:center;min-height:240px;margin:0;text-align:center;font-size:16px;font-weight:400;color:#999}.agent-plaza-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.agent-plaza-skill-card{display:flex;align-items:flex-start;gap:12px;min-height:108px;padding:18px 16px 16px 18px;border-radius:16px;background:#fff;border:1px solid #efeefd;box-shadow:0 0 12px #b6c5df47}.agent-plaza-skill-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:50%;color:#fff}.agent-plaza-skill-main{flex:1;min-width:0}.agent-plaza-skill-main>span{display:block;min-width:0;max-width:100%}.agent-plaza-skill-title{margin:0;font-size:16px;font-weight:600;line-height:1.3;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-plaza-skill-meta{margin:4px 0 0;font-size:12px;line-height:1.4;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-plaza-skill-bottom{display:flex;align-items:flex-end;gap:12px;margin-top:8px}.agent-plaza-skill-tip{flex:1;min-width:0;display:block}.agent-plaza-skill-desc{margin:0;font-size:12px;font-weight:300;line-height:1.55;color:#888;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-plaza-skill-btn{flex:0 0 auto;height:32px;padding:0 16px;border:none;border-radius:8px;background:#1b54b8;color:#fff;font-size:13px;line-height:32px;cursor:pointer}.agent-plaza-skill-btn:hover:not(:disabled){background:#2563c6}.agent-plaza-skill-btn--done,.agent-plaza-skill-btn:disabled{background:#f3f4f6;color:#9aa0a6;cursor:default}.agent-plaza-tpl-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px}.agent-plaza-tpl-card{min-width:0}.agent-plaza-tpl-book{position:relative;display:flex;align-items:stretch;width:100%;height:11.88rem;padding:0;border:1px solid #eeeeee;border-radius:12px;overflow:hidden;cursor:pointer;background:#fff}.agent-plaza-tpl-book:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:28%;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.22) 45%,rgba(0,0,0,.72) 100%);opacity:0;transition:opacity .2s ease}.agent-plaza-tpl-book:hover:after{opacity:1}.agent-plaza-tpl-cover{display:block;flex:0 0 11.88rem;width:11.88rem;height:11.88rem;overflow:hidden;background:#dfe3ea}.agent-plaza-tpl-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.agent-plaza-tpl-page{position:relative;display:flex;flex:1;flex-direction:column;align-items:flex-start;min-width:0;height:100%;padding:14px 12px 10px 14px;text-align:left;background:#fff;box-shadow:inset 8px 0 10px -8px #0000001f}.agent-plaza-tpl-page-title{margin:0 0 6px;font-size:1rem;font-weight:400;line-height:1.3;color:#333}.agent-plaza-tpl-page-desc{margin:0;font-size:11px;font-weight:300;line-height:1.5;color:#999;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.agent-plaza-tpl-remix{position:absolute;left:50%;bottom:1.2rem;z-index:2;display:none;align-items:center;justify-content:center;width:50%;height:28px;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:1.06rem;background:#1b54b84d;color:#fff;font-size:12px;line-height:28px;pointer-events:none;transform:translate(-50%)}.agent-plaza-tpl-book:hover .agent-plaza-tpl-remix,.agent-plaza-tpl-photo:hover .agent-plaza-tpl-remix,.agent-plaza-tpl-video:hover .agent-plaza-tpl-remix{display:inline-flex}.agent-plaza-tpl-page-meta{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;margin-top:auto;font-size:11px;line-height:1.2;color:#999}.agent-plaza-tpl-caption{margin:10px 0 0;font-size:14px;line-height:1.3;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-plaza-tpl-photo{position:relative;display:block;width:100%;padding:0;border:none;border-radius:.63rem;overflow:hidden;aspect-ratio:3 / 4;cursor:pointer;background:#dfe3ea}.agent-plaza-tpl-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.agent-plaza-tpl-grid--video{grid-auto-rows:minmax(0,auto)}.agent-plaza-tpl-video{position:relative;display:block;width:100%;height:100%;padding:0;border:none;border-radius:.63rem;overflow:hidden;aspect-ratio:16 / 9;cursor:pointer;background:#dfe3ea}.agent-plaza-tpl-card--tall{grid-row:span 2}.agent-plaza-tpl-card--tall .agent-plaza-tpl-video{aspect-ratio:auto;min-height:100%}.agent-plaza-tpl-video img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.agent-plaza-tpl-duration{position:absolute;left:50%;bottom:1.2rem;z-index:2;color:#fff;font-size:12px;line-height:1;text-shadow:0 1px 4px rgba(0,0,0,.55);pointer-events:none;transform:translate(-50%)}.agent-plaza-tpl-video:hover .agent-plaza-tpl-duration{display:none}.agent-plaza-tpl-grid--audio{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.agent-plaza-audio-card{display:flex;align-items:center;gap:12px;min-width:0;padding:1.44rem 1.66rem;border:1px solid #eeeeee;border-radius:.63rem;background:#fff;cursor:pointer;text-align:left;outline:none}.agent-plaza-audio-card:hover{border-color:#dbe4f3}.agent-plaza-audio-media{position:relative;flex:0 0 calc(10.7rem - 3px);width:calc(10.7rem - 3px);height:7.15rem}.agent-plaza-audio-disc{position:absolute;top:1.5px;left:3.55rem;width:calc(7.15rem - 3px);height:calc(7.15rem - 3px);object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.agent-plaza-audio-cover{position:absolute;top:0;left:0;z-index:1;width:7.15rem;height:7.15rem;overflow:hidden;border-radius:0;background:#dfe3ea;box-shadow:4px 0 10px #00000029}.agent-plaza-audio-cover img{display:block;width:100%;height:100%;object-fit:cover}.agent-plaza-audio-body{display:flex;flex:1;flex-direction:column;min-width:0;min-height:7.15rem}.agent-plaza-audio-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.agent-plaza-audio-title{margin:0;min-width:0;font-size:15px;font-weight:500;line-height:1.3;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-plaza-audio-use{flex:0 0 auto;height:24px;padding:0 10px;border:1px solid #1b54b8;border-radius:6px;font-size:12px;line-height:22px;color:#1b54b8;white-space:nowrap}.agent-plaza-audio-tags{margin:8px 0 0;font-size:12px;line-height:1.4;color:#b0b0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-plaza-audio-foot{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:10px;font-size:12px;line-height:1;color:#b0b0b0}.agent-plaza-audio-pos{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.agent-plaza-audio-play{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #c8c8c8;border-radius:50%;color:#b0b0b0}.agent-plaza-audio-bar{position:relative;flex:1;min-width:24px;height:2px;border-radius:999px;background:#e8e8e8}.agent-plaza-audio-bar-dot{position:absolute;top:50%;left:0;width:8px;height:8px;border-radius:50%;background:#c8c8c8;transform:translateY(-50%)}@media (max-width: 1200px){.agent-plaza-hero{margin-left:48px;margin-right:48px}.agent-plaza-spotlight{grid-template-columns:repeat(3,minmax(0,1fr))}.agent-plaza-skill-grid,.agent-plaza-list,.agent-plaza-tpl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.agent-plaza-hero{margin-left:24px;margin-right:24px;display:flex;flex-direction:column;gap:12px}.agent-plaza-hero-main{position:relative;width:100%;height:auto}.agent-plaza-hero-side{position:relative;top:auto;right:auto;bottom:auto;width:100%;min-width:0;height:auto;min-height:0;overflow:visible;grid-template-rows:auto auto}.agent-plaza-quick-card{height:auto;min-height:110px}.agent-plaza-spotlight{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-plaza-skill-grid,.agent-plaza-list,.agent-plaza-tpl-grid{grid-template-columns:1fr}.agent-plaza-primary,.agent-plaza-toolbar{flex-direction:column;align-items:stretch}.agent-plaza-search{max-width:none}}@media (max-width: 560px){.agent-plaza-hero{margin-left:16px;margin-right:16px}.agent-plaza-body{width:80%}.agent-plaza-spotlight{grid-template-columns:1fr}}html.dark .agent-plaza-hero-main{background:var(--semi-color-primary-light-default, var(--build-theme-primary-light-default, rgba(27, 84, 184, .12)))}html.dark .agent-plaza-hero-carousel .slick-slider,html.dark .agent-plaza-hero-carousel .slick-list,html.dark .agent-plaza-hero-carousel .slick-track,html.dark .agent-plaza-hero-carousel .slick-slide>div{background:transparent}html.dark .agent-plaza-quick-card-title,html.dark .agent-plaza-section-head{color:#ffffffe6}html.dark .agent-plaza-quick-card-desc,html.dark .agent-plaza-spotlight-desc,html.dark .agent-plaza-list-desc{color:#ffffff8c}html.dark .agent-plaza-primary-tab{color:#ffffff80}html.dark .agent-plaza-primary-tab:hover,html.dark .agent-plaza-primary-tab--active{color:#ffffffeb}html.dark .agent-plaza-primary-tab--active:after{background:var(--ant-color-primary, #1b54b8)}html.dark .agent-plaza-tab--active{border:0 solid #eeeeee;border-radius:.36rem;color:#fff;background:var(--ant-color-primary, #1b54b8);box-shadow:none}html.dark .agent-plaza-skill-card{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);box-shadow:0 4px 16px #00000038}html.dark .agent-plaza-skill-title{color:#ffffffe6}html.dark .agent-plaza-skill-meta,html.dark .agent-plaza-skill-desc{color:#ffffff80}html.dark .agent-plaza-skill-btn--done,html.dark .agent-plaza-skill-btn:disabled{background:#ffffff14;color:#ffffff6b}html.dark .agent-plaza-tpl-book{background:#202024;border-color:var(--semi-color-border)}html.dark .agent-plaza-tpl-cover,html.dark .agent-plaza-tpl-photo,html.dark .agent-plaza-tpl-video{background:#2a2a2c}html.dark .agent-plaza-tpl-page{background:#202024;box-shadow:inset 8px 0 10px -8px #00000073}html.dark .agent-plaza-tpl-page-title,html.dark .agent-plaza-tpl-caption{color:#ffffffe6}html.dark .agent-plaza-tpl-page-desc,html.dark .agent-plaza-tpl-page-meta{color:#ffffff80}html.dark .agent-plaza-audio-card{background:var(--semi-color-bg-1);border-color:var(--semi-color-border)}html.dark .agent-plaza-audio-title{color:#ffffffe6}html.dark .agent-plaza-audio-tags,html.dark .agent-plaza-audio-foot{color:#ffffff80}html.dark .agent-plaza-audio-use{color:var(--ant-color-primary, #1b54b8);border-color:var(--ant-color-primary, #1b54b8)}html.dark .agent-plaza-audio-play{border-color:#ffffff47;color:#ffffff80}html.dark .agent-plaza-audio-bar{background:#ffffff29}html.dark .agent-plaza-audio-bar-dot{background:#fff6}html.dark .agent-plaza-spotlight-card,html.dark .agent-plaza-list-card{background:var(--semi-color-bg-1);border-color:var(--semi-color-border);box-shadow:0 4px 16px #00000038}html.dark .agent-plaza-spotlight-cover{background:#3a3938}html.dark .agent-plaza-spotlight-cover img{filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}html.dark .agent-plaza-list-icon{background:var(--semi-color-primary-light-default, var(--build-theme-primary-light-default, rgba(27, 84, 184, .12)))}html.dark .agent-plaza-spotlight-title,html.dark .agent-plaza-list-title{color:#ffffffe6}html.dark .agent-plaza-spotlight-meta{color:#ffffff8c}html.dark .agent-plaza-list-card:hover,html.dark .agent-plaza-spotlight-card:hover{border-color:var(--ant-color-primary, #1b54b8);box-shadow:0 0 24px color-mix(in srgb,var(--ant-color-primary, #1b54b8) 28%,transparent)}html.dark .agent-plaza-spotlight-badge,html.dark .agent-plaza-list-badge{background:#ffffff14;color:#ffffffa6}html.dark .agent-plaza-search .ant-input-affix-wrapper{background:var(--semi-color-bg-1);box-shadow:none;border-color:var(--semi-color-border)}.work-card{display:block;width:100%;padding:0;border:none;background:none;text-align:left;break-inside:avoid;-webkit-column-break-inside:avoid}.work-card--interactive{cursor:pointer}.work-card__cover{position:relative;width:100%;min-height:0;aspect-ratio:3 / 4;border-radius:0;overflow:hidden;background-color:var(--semi-color-fill-0);background-size:cover;background-position:center;transition:box-shadow .2s ease,transform .2s ease}.work-card--interactive:hover .work-card__cover,.work-card--interactive:focus-visible .work-card__cover{transform:translateY(-2px);box-shadow:0 8px 20px #00000029}.work-card__cover .ant-image,.work-card__cover .work-card__cover-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-height:0}.work-card__cover img,.work-card__cover .ant-image-img,.work-card__cover video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-height:0;max-width:none;max-height:none;object-fit:cover;object-position:center;border-radius:0}.work-card__cover-video--overlay{opacity:0;pointer-events:none;transition:opacity .18s ease}.work-card__cover-video--overlay.is-playing{opacity:1}.work-card__play{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:#fff;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .18s ease}.work-card__play.is-playing{opacity:0}.work-card__stats{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 10px 8px;color:#fff;font-size:12px;background:linear-gradient(180deg,#0000,#0009);opacity:0;transition:opacity .2s ease}.work-card:hover .work-card__stats,.work-card--interactive:focus-visible .work-card__stats{opacity:1}.work-card__stat{display:inline-flex;align-items:center;gap:4px}.work-card__stat--like{position:relative;padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer;transition:transform .2s ease,color .2s ease}.work-card__stat--like:hover{transform:scale(1.22);color:#ff4d4f}.work-card__stat--like.is-liked{color:#ff4d4f}.work-card__stat--like.is-pop{animation:work-card-like-pop .42s ease}@keyframes work-card-like-pop{0%{transform:scale(1)}28%{transform:scale(1.4)}58%{transform:scale(.92)}to{transform:scale(1)}}.work-card__like-float{position:absolute;left:2px;top:-2px;color:#ff4d4f;pointer-events:none}.work-card__like-float--a{animation:work-card-like-float-a .72s ease-out forwards}.work-card__like-float--b{animation:work-card-like-float-b .78s ease-out .05s both}@keyframes work-card-like-float-a{0%{opacity:1;transform:translate(0) scale(.7)}to{opacity:0;transform:translate(-12px,-38px) scale(1.15)}}@keyframes work-card-like-float-b{0%{opacity:1;transform:translate(0) scale(.6)}to{opacity:0;transform:translate(14px,-44px) scale(1.2)}}.work-card__body{background:linear-gradient(180deg,#eee,#fff);padding:10px 14px 14px}.work-card__author{display:flex;align-items:center;gap:6px}.work-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;flex-shrink:0;overflow:hidden;color:#999;background-color:#f2f2f2;background-size:cover;background-position:center}.work-card__avatar--placeholder{background-image:none}html.dark .work-card__avatar{color:var(--semi-color-text-2);background-color:#ffffff1f}.work-card__author-name{font-size:12px;line-height:18px;color:var(--semi-color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-card__title{margin:6px 0 0;font-size:13px;font-weight:500;line-height:20px;color:var(--semi-color-text-0);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.work-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.work-card__tag{box-sizing:border-box;padding:1px 6px;border:1px solid #eeeeee;border-radius:.31rem;font-size:11px;line-height:16px;color:var(--semi-color-text-2);background:#fff;white-space:nowrap}html.dark .work-card__tag{background:#ffffff0f;border-color:#ffffff1a}html.dark .work-card__body{background:linear-gradient(180deg,var(--semi-color-fill-0) 0%,var(--semi-color-bg-1) 100%)}.author-community-page{flex:1;min-height:0;overflow-y:auto;padding:16px 24px 32px;box-sizing:border-box;width:100%}.author-community-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:flex-start;gap:24px;padding:6px 0 14px;background:var(--semi-color-bg-0)}.author-community-search{position:relative;flex:0 0 30%;width:30%;min-width:200px}.author-community-search .ant-input-affix-wrapper{height:34px;border-radius:999px;background:var(--semi-color-fill-0);border-color:transparent}.author-community-search .ant-input-affix-wrapper:hover,.author-community-search .ant-input-affix-wrapper-focused{background:var(--semi-color-bg-2);border-color:var(--semi-color-primary)}.author-community-search .ant-input{background:transparent;font-size:13px}.author-community-search-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;min-height:200px;padding:12px 14px 14px;border-radius:12px;background:var(--semi-color-bg-2);box-shadow:0 8px 24px #0f172a1f}.author-community-search-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:12px;color:var(--semi-color-text-2)}.author-community-search-clear{padding:0;border:none;background:none;cursor:pointer;font-size:12px;color:var(--semi-color-text-2)}.author-community-search-clear:hover{color:var(--semi-color-text-0)}.author-community-search-tags{display:flex;flex-wrap:wrap;gap:8px}.author-community-search-tag{padding:4px 10px;border:none;border-radius:4px;background:var(--semi-color-fill-0);color:var(--semi-color-text-1);font-size:12px;line-height:18px;cursor:pointer}.author-community-search-tag:hover{color:var(--semi-color-text-0);background:var(--semi-color-fill-1)}.author-community-tabs{display:flex;align-items:center;gap:26px;flex-shrink:0}.author-community-tab{padding:0;border:none;background:none;cursor:pointer;font-size:14px;line-height:22px;color:var(--semi-color-text-2);transition:color .2s ease,font-weight .2s ease}.author-community-tab:hover{color:var(--semi-color-text-0)}.author-community-tab--active{color:var(--semi-color-text-0);font-weight:600}.author-community-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}.author-community-tag{height:30px;padding:0 12px;border:1px solid #eeeeee;border-radius:.31rem;background:#fff;color:var(--semi-color-text-1);cursor:pointer;font-size:13px;line-height:28px;transform-origin:center;transition:transform .2s ease,color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.author-community-tag:hover{color:var(--semi-color-text-0);background:#fff;border-color:#d8d8d8;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.author-community-tag:active{transform:translateY(0) scale(.98);box-shadow:none}.author-community-tag--active{background:#fff;border-color:var(--semi-color-primary, #1b54b8);color:var(--semi-color-primary, #1b54b8);font-weight:600}.author-community-tag--active:hover{border-color:var(--semi-color-primary, #1b54b8);box-shadow:0 4px 12px color-mix(in srgb,var(--semi-color-primary, #1b54b8) 22%,transparent)}.author-community-tag.is-pop{animation:author-community-tag-pop .28s ease}@keyframes author-community-tag-pop{0%{transform:scale(1)}40%{transform:scale(1.04)}to{transform:scale(1)}}.author-community-grid-host{width:100%}.author-community-grid{display:grid;grid-template-columns:repeat(var(--ac-col-count, 5),minmax(0,1fr));align-items:start;gap:16px}.author-community-grid-col{min-width:0;display:flex;flex-direction:column;gap:16px}.author-community-grid .work-card{margin:0;width:100%;padding:0;border:1px solid #eeeeee;border-radius:10px;overflow:hidden;box-sizing:border-box;animation:author-community-card-up .48s ease both}@keyframes author-community-card-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.author-community-grid .work-card{animation:none}.author-community-tag,.author-community-tag:hover,.author-community-tag:active,.author-community-tag.is-pop{animation:none;transform:none;box-shadow:none}}.author-community-grid .work-card__body{padding:1rem}.author-community-grid .work-card__author{margin:0}.author-community-grid .work-card__title,.author-community-grid .work-card__tags{margin-left:0;margin-right:0}@media (max-width: 768px){.author-community-grid,.author-community-grid-col{gap:12px}}.author-community-empty,.author-community-loading{padding:80px 0;text-align:center;font-size:13px;color:var(--semi-color-text-2)}.author-community-more{padding:24px 0 8px;text-align:center}.author-community-more-sentinel{height:1px}.author-community-more-btn{min-width:120px;height:34px;padding:0 16px;border:1px solid #eeeeee;border-radius:999px;background:var(--semi-color-bg-2);color:var(--semi-color-text-1);font-size:13px;cursor:pointer}.author-community-more-btn:hover:not(:disabled){border-color:var(--semi-color-primary);color:var(--semi-color-primary)}.author-community-more-btn:disabled{cursor:not-allowed;opacity:.7}.author-community-more-end{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;max-width:280px;font-size:13px;color:var(--semi-color-text-2)}.author-community-more-end:before,.author-community-more-end:after{content:"";flex:1;height:1px}.author-community-more-end:before{background:linear-gradient(to right,transparent,var(--semi-color-border))}.author-community-more-end:after{background:linear-gradient(to left,transparent,var(--semi-color-border))}.author-community-detail-root{--ac-detail-pad: 1rem;--ac-detail-side-width: 300px;--ac-detail-side-gap: 1.25rem}.author-community-detail-root .ant-modal{width:-webkit-fit-content!important;width:fit-content!important;max-width:90vw}.author-community-detail-root .ant-modal-content,.author-community-detail-root .ant-modal-container{display:flex;flex-direction:column;height:80vh!important;width:-webkit-fit-content!important;width:fit-content!important;max-width:90vw;padding:var(--ac-detail-pad)!important;border-radius:12px;overflow:hidden;background:linear-gradient(0deg,#f3f6fb,#c8cfdb)!important}.author-community-detail-root .ant-modal-body{flex:1;min-height:0;height:100%;padding:0!important;background:transparent}.author-community-detail-root .ant-modal-close{top:1rem;inset-inline-end:1rem;width:26px;height:26px;color:var(--semi-color-text-2)}.author-community-detail-body{display:flex;align-items:stretch;height:100%;background:transparent}.author-community-detail-media{flex:0 0 auto;height:100%;min-width:0;max-width:calc(90vw - var(--ac-detail-pad) * 2 - var(--ac-detail-side-gap) - var(--ac-detail-side-width));display:flex;align-items:stretch;padding:0;background:transparent}.author-community-detail-figure{position:relative;height:100%;width:auto;min-width:0;max-width:100%;border-radius:8px;overflow:hidden;background:#ffffff47}.author-community-detail-figure.is-ready{min-width:0;background:transparent}.author-community-detail-figure.has-ratio{min-width:0;height:100%;width:auto}.author-community-detail-figure .ant-image,.author-community-detail-figure .author-community-detail-image-wrap{display:block;height:100%;width:auto;max-width:100%}.author-community-detail-figure img,.author-community-detail-figure .ant-image-img,.author-community-detail-figure video{display:block;height:100%;width:auto;max-width:100%;max-height:100%;object-fit:contain;background:transparent}.author-community-detail-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:#f3f6fb8c}.author-community-detail-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:#fff;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.author-community-detail-side{flex:0 0 var(--ac-detail-side-width);max-width:var(--ac-detail-side-width);display:flex;flex-direction:column;min-height:0;padding:30px 0 0 var(--ac-detail-side-gap);background:transparent}.author-community-detail-title{margin:0;padding-right:28px;font-size:1.25rem;font-weight:500;line-height:1.75rem;color:var(--semi-color-text-0)}.author-community-detail-stats{display:flex;align-items:center;gap:16px;margin-top:10px;font-size:.75rem;color:var(--semi-color-text-2)}.author-community-detail-stat{display:inline-flex;align-items:center;gap:4px}.author-community-detail-like{position:relative;padding:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit;transition:transform .2s ease,color .2s ease}.author-community-detail-like.is-liked{color:#f5222d}.author-community-detail-like:hover:not(:disabled){transform:scale(1.22);color:#f5222d}.author-community-detail-like.is-pop{animation:author-community-like-pop .42s ease}@keyframes author-community-like-pop{0%{transform:scale(1)}28%{transform:scale(1.4)}58%{transform:scale(.92)}to{transform:scale(1)}}.author-community-detail-like:disabled{cursor:not-allowed;opacity:.65}.author-community-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.author-community-detail-tag{display:inline-flex;align-items:center;box-sizing:border-box;height:1.44rem;padding:0 10px;border:1px solid var(--semi-color-border);border-radius:4px;font-size:.75rem;line-height:1.44rem;color:var(--semi-color-text-2);white-space:nowrap}.author-community-detail-model{margin-top:20px;font-size:.8125rem;line-height:1.375rem}.author-community-detail-model-label{color:var(--semi-color-text-2)}.author-community-detail-model-value{color:var(--semi-color-text-0)}.author-community-detail-author{display:flex;align-items:center;gap:8px;margin-top:16px}.author-community-detail-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;flex-shrink:0;overflow:hidden;color:#999;background-color:#f2f2f2;background-size:cover;background-position:center}.author-community-detail-avatar--placeholder{background-image:none}.author-community-detail-author-name{font-size:.8125rem;color:var(--semi-color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.author-community-detail-prompt{flex:1;min-height:0;overflow-y:auto;margin-top:20px;padding:1rem;border:none;border-radius:8px;background:linear-gradient(180deg,#fff,#fff0);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.18) transparent}.author-community-detail-prompt::-webkit-scrollbar{width:2px}.author-community-detail-prompt::-webkit-scrollbar-track{background:transparent}.author-community-detail-prompt::-webkit-scrollbar-thumb{background:#0000002e;border-radius:1px}.author-community-detail-prompt::-webkit-scrollbar-thumb:hover{background:#00000052}.author-community-detail-prompt-title{font-size:.8125rem;line-height:1.25rem;color:var(--semi-color-text-2)}.author-community-detail-prompt-text{margin:10px 0 0;font-size:.8125rem;line-height:1.625rem;color:var(--semi-color-text-1);white-space:pre-wrap;word-break:break-word}.author-community-detail-prompt-hint{display:block;margin-top:6px;color:var(--semi-color-text-2)}@media (max-width: 768px){.author-community-detail-body{flex-direction:column;height:100%}.author-community-detail-media{flex:1 1 auto;min-height:0;max-width:100%;padding:0}.author-community-detail-side{flex:0 0 auto;max-width:100%;max-height:46%;overflow-y:auto;padding:1rem 0 0}.author-community-detail-prompt{flex:0 0 auto}}html.dark .author-community-toolbar{background:transparent}html.dark .author-community-tag{background:#ffffff0f;border-color:#ffffff1a;color:var(--semi-color-text-1)}html.dark .author-community-tag:hover{background:#ffffff14;border-color:#ffffff2e;box-shadow:0 4px 10px #00000047}html.dark .author-community-tag--active{background:#ffffff0f;border-color:var(--semi-color-primary, #7aa2e8);color:var(--semi-color-primary, #7aa2e8)}html.dark .author-community-grid .work-card,html.dark .author-community-more-btn{border-color:#ffffff1a}html.dark .author-community-detail-root .ant-modal-content,html.dark .author-community-detail-root .ant-modal-container{background:var(--semi-color-bg-1)!important}html.dark .author-community-detail-figure{background:#ffffff0f}html.dark .author-community-detail-loading{background:color-mix(in srgb,var(--semi-color-bg-1) 72%,transparent)}html.dark .author-community-detail-prompt{background:linear-gradient(180deg,color-mix(in srgb,var(--semi-color-fill-0) 80%,transparent) 0%,transparent 100%);scrollbar-color:rgba(255,255,255,.22) transparent}html.dark .author-community-detail-prompt::-webkit-scrollbar-thumb{background:#ffffff38}html.dark .author-community-detail-prompt::-webkit-scrollbar-thumb:hover{background:#ffffff5c}html.dark .author-community-detail-avatar{color:var(--semi-color-text-2);background-color:var(--semi-color-fill-1)}.agent-embed{position:relative}.agent-embed-guide-slot{position:absolute;left:20px;bottom:24px;z-index:1;width:36px;height:36px}.agent-embed-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;background:var(--semi-color-bg-0);opacity:1;transition:opacity .24s ease}.agent-embed-loading.is-leaving{opacity:0;pointer-events:none}.agent-embed-loading-text{margin:0;font-size:13px;letter-spacing:.5px;color:var(--semi-color-primary)}.agent-embed-bean{display:flex;align-items:center;gap:10px}.agent-embed-bean-pac{position:relative;width:40px;height:40px;border-radius:50%;background:var(--semi-color-primary);animation:agent-embed-chomp .45s ease-in-out infinite alternate}.agent-embed-bean-pac:after{content:"";position:absolute;top:8px;left:19px;width:5px;height:5px;border-radius:50%;background:var(--semi-color-bg-0)}.agent-embed-bean-dots{display:flex;align-items:center;gap:8px;width:160px;overflow:hidden;animation:agent-embed-march .45s linear infinite}.agent-embed-bean-dots i{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--semi-color-primary)}@keyframes agent-embed-chomp{0%{-webkit-clip-path:polygon(100% 0,100% 50%,50% 50%,100% 50%,100% 100%,0 100%,0 0);clip-path:polygon(100% 0,100% 50%,50% 50%,100% 50%,100% 100%,0 100%,0 0)}to{-webkit-clip-path:polygon(100% 0,100% 25%,50% 50%,100% 75%,100% 100%,0 100%,0 0);clip-path:polygon(100% 0,100% 25%,50% 50%,100% 75%,100% 100%,0 100%,0 0)}}@keyframes agent-embed-march{0%{transform:translate(0)}to{transform:translate(-16px)}}@media (prefers-reduced-motion: reduce){.agent-embed-bean-pac,.agent-embed-bean-dots{animation:none}.agent-embed-bean-pac{-webkit-clip-path:polygon(100% 0,100% 25%,50% 50%,100% 75%,100% 100%,0 100%,0 0);clip-path:polygon(100% 0,100% 25%,50% 50%,100% 75%,100% 100%,0 100%,0 0)}}.demo-page{display:flex;flex-direction:column;height:calc(100vh - 75px);min-height:0;box-sizing:border-box}.demo-page__header{flex-shrink:0;padding:16px 20px 12px;border-bottom:1px solid var(--semi-color-border)}.demo-page__title{margin:0;font-size:18px;font-weight:600;color:var(--semi-color-text-0)}.demo-page__hint{margin:6px 0 0;font-size:13px;color:var(--semi-color-text-2);line-height:1.5}.demo-page__body{flex:1;min-height:0;display:flex;flex-direction:row}.demo-page__nav{width:220px;flex-shrink:0;border-right:1px solid var(--semi-color-border);overflow-y:auto;padding:12px 8px}.demo-page__nav-item{display:block;width:100%;margin:0 0 6px;padding:10px 12px;border:none;border-radius:8px;text-align:left;cursor:pointer;background:transparent;color:var(--semi-color-text-1);transition:background .15s ease,color .15s ease}.demo-page__nav-item:hover{background:var(--semi-color-fill-0);color:var(--semi-color-text-0)}.demo-page__nav-item--active{background:var(--ant-color-primary-bg, rgba(22, 119, 255, .12));color:var(--ant-color-primary, #1677ff);font-weight:500}.demo-page__nav-item-title{display:block;font-size:14px;line-height:1.35}.demo-page__nav-item-desc{display:block;margin-top:4px;font-size:12px;opacity:.75;line-height:1.4}.demo-page__main{flex:1;min-width:0;min-height:0;overflow-y:auto;padding:20px 24px 32px;background:var(--app-page-bg)}.demo-page__panel{max-width:960px}.demo-page__panel--wide{max-width:none}.demo-page__panel-title{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--semi-color-text-0)}.demo-page__panel-desc{margin:0 0 20px;font-size:13px;color:var(--semi-color-text-2);line-height:1.55}.demo-page__preview{padding:24px;border-radius:12px;border:1px dashed var(--semi-color-border);background:var(--semi-color-bg-1, #fff)}.demo-page__canvas{min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--semi-color-text-2);font-size:14px;line-height:1.6}.demo-page__code-path{margin-top:16px;padding:10px 12px;border-radius:8px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--semi-color-text-2);background:var(--semi-color-fill-0);word-break:break-all}.demo-ui-kit{display:flex;flex-direction:column;gap:20px}.demo-ui-kit__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.demo-ui-kit__label{width:100%;margin:0 0 4px;font-size:12px;color:var(--semi-color-text-2)}.mf-panel{width:100%}.mf-panel .ps-works-toolbar{margin-bottom:1.25rem}.mf-loading{display:flex;justify-content:center;padding:2rem 0}.mf-grid{display:grid;grid-template-columns:repeat(var(--ac-col-count, 5),minmax(0,1fr));align-items:start;gap:16px}.mf-grid-col{min-width:0;display:flex;flex-direction:column;gap:16px}.mf-grid .work-card{margin:0;width:100%;padding:0;border:1px solid #eeeeee;border-radius:10px;overflow:hidden;box-sizing:border-box;animation:mf-card-up .48s ease both}@keyframes mf-card-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.mf-grid .work-card{animation:none}}.mf-grid .work-card__body{padding:1rem}.mf-grid .work-card__author{margin:0}.mf-grid .work-card__title,.mf-grid .work-card__tags{margin-left:0;margin-right:0}.mf-empty{padding:1rem 0;color:#6b7280}.mf-tip{margin-top:.6rem;color:#9ca3af;font-size:.9rem}html.dark .mf-grid .work-card{border-color:var(--semi-color-border)}@media (max-width: 768px){.mf-grid,.mf-grid-col{gap:12px}}.personal-settings-page{--ps-accent: var(--ant-color-primary, #1b54b8);--ps-accent-soft: color-mix(in srgb, var(--ps-accent) 14%, transparent);--ps-card-bg: #ffffff;--ps-card-radius: 14px;--ps-shadow: 0 4px 24px rgba(15, 23, 42, .06);--ps-text: #333333;--ps-muted: #9494a0}html.dark .personal-settings-page{--ps-card-bg: var(--semi-color-bg-1);--ps-text: var(--semi-color-text-0);--ps-muted: var(--semi-color-text-2);--ps-accent-soft: color-mix(in srgb, var(--ps-accent) 18%, transparent);--ps-shadow: none;--ps-border: var(--semi-color-border);--ps-fill: var(--semi-color-fill-0)}.personal-settings-page .ps-icon-muted{color:var(--ps-muted)}.personal-settings-page .ps-page-inner{width:100%;max-width:none;margin-left:0;margin-right:auto;box-sizing:border-box}.personal-settings-page .ps-main-layout{display:flex;align-items:flex-start;gap:1.25rem}.personal-settings-page .ps-main-left{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:.875rem}.personal-settings-page .ps-account-section__head{display:flex;align-items:center;gap:.5rem;min-height:2.25rem;font-size:1.125rem;font-weight:600;color:var(--ps-text);padding:0 .25rem}.personal-settings-page .ps-account-main-card{background:linear-gradient(8deg,#fff 74%,#65819e4d);border-radius:var(--ps-card-radius);border:1px solid #EEEEEE;overflow:hidden;min-height:100%;position:relative;flex:1 1 auto}.personal-settings-page .ps-account-main-card--works{--ps-account-tab-bg: url(/assets/bg1-zMgPtHtu.png)}.personal-settings-page .ps-account-main-card--watermark{--ps-account-tab-bg: url(/assets/bg2-C7vW5lFz.png)}.personal-settings-page .ps-account-main-card--works:before,.personal-settings-page .ps-account-main-card--watermark:before{content:"";position:absolute;top:20px;right:80px;left:auto;z-index:0;width:34%;max-width:25rem;height:14rem;background-image:var(--ps-account-tab-bg);background-repeat:no-repeat;background-position:right top;background-size:contain;pointer-events:none}.personal-settings-page .ps-account-main-card .ps-tabs-section{position:relative;z-index:1}.personal-settings-page .ps-main-right{flex:0 0 22.5rem;width:22.5rem;min-width:0}.personal-settings-page .ps-sidebar-body{flex:1 1 auto;min-width:0;padding:.5rem;display:flex;flex-direction:column;background:linear-gradient(-5deg,#f3f6fbb3,#f2f3f4b3);border-radius:.71rem}.personal-settings-page .ps-sidebar-panel{position:relative;display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.personal-settings-page .ps-sidebar-panel__icon{position:absolute;top:0;right:0;z-index:0;width:7.5rem;height:auto;max-width:42%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.personal-settings-page .ps-sidebar-panel__profile{position:relative;z-index:1;padding:.75rem .25rem .25rem}.personal-settings-page .ps-sidebar-panel__title{position:relative;z-index:1;margin-bottom:.875rem;font-size:1rem;font-weight:600;color:var(--ps-text)}.personal-settings-page .ps-profile-block--hero{align-items:flex-start;margin-bottom:0}.personal-settings-page .ps-profile-block--hero .ps-profile-avatar-wrap{box-sizing:border-box;width:5rem;height:5rem;padding:.25rem;border:1px dashed #d9dce3;border-radius:.5rem;background:#fafbfc}.personal-settings-page .ps-profile-block--hero .ps-profile-avatar-img{border-radius:50%}.personal-settings-page .ps-sidebar-panel__modules{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.personal-settings-page .ps-sidebar-card{background:var(--ps-card-bg);border-radius:.36rem;border:0 solid #eeeeee;box-shadow:var(--ps-shadow);padding:1.125rem 1.25rem 1.25rem;border:1px solid #eeeeee}.personal-settings-page .ps-sidebar-card__title{font-size:1rem;font-weight:600;color:var(--ps-text);margin-bottom:1rem}.personal-settings-page .ps-sidebar-card--personal-info .ps-bind-row,.personal-settings-page .ps-sidebar-card--personal-info .ps-bind-row--password,.personal-settings-page .ps-sidebar-card--personal-info .ps-password-block,.personal-settings-page .ps-sidebar-card--personal-info .ps-password-block--editing,.personal-settings-page .ps-sidebar-card--personal-info .ps-email-block,.personal-settings-page .ps-sidebar-card--personal-info .ps-email-block--editing,.personal-settings-page .ps-sidebar-card--preferences .ps-setting-row{border-top:none}.personal-settings-page .ps-profile-block{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem}.personal-settings-page .ps-profile-avatar-wrap{position:relative;width:4.5rem;height:4.5rem;flex-shrink:0}.personal-settings-page .ps-profile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;background:#f3f4f6}.personal-settings-page .ps-profile-avatar-edit-btn{position:absolute;right:0;bottom:0;z-index:2;width:1.5rem;height:1.5rem;padding:0;border:2px solid #ffffff;border-radius:50%;background:#fff;color:var(--ps-accent);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #1b54b838}.personal-settings-page .ps-profile-meta{flex:1;min-width:0}.personal-settings-page .ps-profile-username-row{display:flex;align-items:center;gap:.375rem;min-width:0}.personal-settings-page .ps-profile-username{font-size:1rem;font-weight:600;color:var(--ps-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.personal-settings-page .ps-profile-username-edit-trigger{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:.25rem;background:transparent;color:var(--ps-muted);cursor:pointer}.personal-settings-page .ps-profile-username-edit-trigger:hover{color:var(--ps-accent);background:var(--ps-accent-soft)}.personal-settings-page .ps-profile-username-edit{display:flex;flex-direction:column;gap:.5rem}.personal-settings-page .ps-profile-username-edit__actions{display:flex;gap:.5rem}.personal-settings-page .ps-profile-id{margin-top:.25rem;font-size:.8125rem;color:var(--ps-muted)}.personal-settings-page .ps-bind-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-top:1px solid rgba(27,84,184,.08)}.personal-settings-page .ps-bind-row__main{flex:1;min-width:0}.personal-settings-page .ps-bind-row__label{font-size:.875rem;color:var(--ps-muted);margin-bottom:.125rem}.personal-settings-page .ps-bind-row__value{font-size:.9375rem;color:var(--ps-text);word-break:break-all}.personal-settings-page .ps-bind-row__value--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.personal-settings-page .ps-bind-row__btn{flex-shrink:0;min-width:4.5rem;height:2rem;border-radius:.36rem!important;border:1px solid color-mix(in srgb,var(--ps-accent) 35%,#d9d9d9)!important;color:var(--ps-accent)!important;background:#fff!important;font-weight:500}.personal-settings-page .ps-bind-row__btn:hover{border-color:var(--ps-accent)!important;color:var(--ps-accent)!important;background:var(--ps-accent-soft)!important}.personal-settings-page .ps-password-block{padding-top:.875rem;border-top:1px solid rgba(27,84,184,.08)}.personal-settings-page .ps-bind-row--password{border-top:1px solid rgba(27,84,184,.08)}.personal-settings-page .ps-password-block--editing{position:relative;padding-bottom:.125rem}.personal-settings-page .ps-password-decoy-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.personal-settings-page .ps-email-block{padding:.875rem 0;border-top:1px solid rgba(27,84,184,.08)}.personal-settings-page .ps-email-block--editing{display:flex;flex-direction:column;gap:.625rem}.personal-settings-page .ps-email-block__label{font-size:.875rem;color:var(--ps-muted)}.personal-settings-page .ps-email-input .ant-input,.personal-settings-page .ps-email-input.ant-input-affix-wrapper,.personal-settings-page .ps-email-captcha-input .ant-input{border-radius:.36rem;background:#f7f8fa;border-color:#ececf0}.personal-settings-page .ps-email-block__body{display:flex;align-items:stretch;gap:.75rem}.personal-settings-page .ps-email-block__fields{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.625rem}.personal-settings-page .ps-email-captcha-row{display:flex;align-items:center;gap:.5rem}.personal-settings-page .ps-email-captcha-input{flex:1 1 auto;min-width:0}.personal-settings-page .ps-email-captcha-row>.ant-btn{flex:0 0 auto;height:2.25rem;border-radius:.36rem;padding-inline:.875rem;white-space:nowrap}.personal-settings-page .ps-email-captcha-image-btn{flex:0 0 5.5rem;width:5.5rem;height:2.25rem;padding:0;border:1px solid #ececf0;border-radius:.36rem;background:#fff;overflow:hidden;cursor:pointer}.personal-settings-page .ps-email-captcha-image-btn img{display:block;width:100%;height:100%;object-fit:contain}.personal-settings-page .ps-email-captcha-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.75rem;color:var(--ps-muted)}.personal-settings-page .ps-email-block__side-actions{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;padding-top:0}.personal-settings-page .ps-email-block__side-actions .ant-btn{min-width:4.5rem;height:2.25rem;border-radius:.36rem;padding-inline:.875rem}.personal-settings-page .ps-email-turnstile{display:flex;justify-content:center}@media (max-width: 640px){.personal-settings-page .ps-email-block__body{flex-direction:column}.personal-settings-page .ps-email-block__side-actions{flex-direction:row}.personal-settings-page .ps-email-block__side-actions .ant-btn{flex:1}.personal-settings-page .ps-email-captcha-row{flex-wrap:wrap}.personal-settings-page .ps-email-captcha-row .ps-email-captcha-input{flex:1 1 100%}.personal-settings-page .ps-email-captcha-row>.ant-btn{flex:1 1 100%}}.personal-settings-page .ps-password-block__label{font-size:.875rem;color:var(--ps-muted);margin-bottom:.625rem}.personal-settings-page .ps-password-input{margin-bottom:.625rem}.personal-settings-page .ps-password-input .ant-input-affix-wrapper{border-radius:.36rem;background:#f7f8fa;border-color:#ececf0}.personal-settings-page .ps-password-block__actions{display:flex;gap:.625rem;margin-top:.25rem}.personal-settings-page .ps-password-block__actions .ant-btn{flex:1;min-width:0;height:2.25rem;border-radius:.36rem}.personal-settings-page .ps-btn-ghost{background:#f3f4f6!important;border:none!important;color:var(--ps-text)!important}.personal-settings-page .ps-btn-ghost:hover{background:#e9eaee!important;color:var(--ps-text)!important}.personal-settings-page .ps-setting-row{padding:.875rem 0;border-top:1px solid rgba(27,84,184,.08)}.personal-settings-page .ps-sidebar-card>.ps-setting-row:first-of-type{border-top:none;padding-top:0}.personal-settings-page .ps-setting-row--stacked{display:flex;flex-direction:column;gap:.625rem}.personal-settings-page .ps-setting-row__label{font-size:.875rem;font-weight:400;color:var(--ps-muted)}.personal-settings-page .ps-setting-row__desc{margin:0;font-size:.8125rem;color:var(--ps-muted);line-height:1.45}.personal-settings-page .ps-setting-row__control,.personal-settings-page .ps-setting-row__control .ant-select{width:100%}.personal-settings-page .ps-setting-row__control .ant-select-selector{border-radius:.36rem!important;border-color:#ececf0!important;background:#f7f8fa!important}.personal-settings-page .ps-quota-input,.personal-settings-page .ps-quota-input .ant-input-number-group-wrapper,.personal-settings-page .ps-quota-input.ant-input-number{width:100%}.personal-settings-page .ps-quota-input .ant-input-number{width:100%;border-radius:.36rem}.personal-settings-page .ps-top-cards-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.25rem}.personal-settings-page .ps-main-right .ps-top-cards-row{flex-wrap:nowrap}.personal-settings-page .ps-main-right .ps-top-card{flex:1 1 0;min-width:0;min-height:0;height:auto;padding:1rem 1.125rem .875rem}.personal-settings-page .ps-main-right .ps-top-cards-row .ps-card-illustration{margin:.125rem 0 .5rem}.personal-settings-page .ps-main-right .ps-top-cards-row .ps-card-illustration img{width:120px;height:auto;max-width:100%}.personal-settings-page .ps-main-right .ps-top-cards-row .ps-card-body-text{font-size:1rem}.personal-settings-page .ps-main-right .ps-top-cards-row .ps-btn-secondary{margin-top:.75rem;margin-bottom:0}.personal-settings-page .ps-main-right .ps-panel{flex:1 1 auto}.personal-settings-page .ps-tabs-section{flex:1 1 auto;display:flex;flex-direction:column;background:transparent;border:none;border-radius:0;overflow:hidden}.personal-settings-page .ps-title{font-size:1.5rem;font-weight:700;color:var(--ps-text);letter-spacing:-.02em}.personal-settings-page .ps-top-card{box-sizing:border-box;flex:1 1 280px;width:auto;min-width:0;max-width:100%;min-height:430px;height:auto;background:var(--ps-card-bg);border-radius:var(--ps-card-radius);border:1px solid rgba(126,121,227,.08);padding:1.125rem 1.25rem 1rem;display:flex;flex-direction:column}.personal-settings-page .ps-top-card--account{flex:1 1 auto;width:100%;height:100%;min-height:100%;position:relative;overflow:hidden;background-color:var(--ps-card-bg)}.personal-settings-page .ps-top-card--account .ps-card-head,.personal-settings-page .ps-top-card--account .ps-card-account-body{position:relative;z-index:1}.personal-settings-page .ps-top-card--account .ps-card-account-body{position:absolute;top:200px;left:50%;transform:translate(-50%);width:222px;max-width:calc(100% - 2rem);bottom:auto;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.personal-settings-page .ps-top-card--account .ps-card-illustration{margin:0 0 40px;width:100%;display:flex;justify-content:center}.personal-settings-page .ps-account-avatar-wrap{position:relative;width:222px;height:222px;flex-shrink:0}.personal-settings-page .ps-account-avatar-img{width:100%;height:100%;aspect-ratio:1;border-radius:50%;object-fit:cover;display:block;background:#f3f4f6}.personal-settings-page .ps-account-avatar-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffb8;pointer-events:none}.personal-settings-page .ps-account-avatar-edit-btn{position:absolute;right:10px;bottom:7px;z-index:2;width:55px;height:55px;padding:0;border:2px solid #ffffff;border-radius:50%;background:#fff;box-shadow:0 2px 10px #7e79e361;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease}.personal-settings-page .ps-account-avatar-edit-btn:hover:not(:disabled){box-shadow:0 4px 14px #7e79e37a}.personal-settings-page .ps-account-avatar-edit-btn:disabled{opacity:.65;cursor:not-allowed}.personal-settings-page .ps-account-avatar-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.personal-settings-page .ps-top-card--account .ps-card-account-meta{width:100%;display:flex;flex-direction:column;justify-content:center;gap:10px;text-align:left}.personal-settings-page .ps-top-card--account .ps-card-account-meta__row{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;column-gap:12px;width:100%;min-height:28px;line-height:1.5}.personal-settings-page .ps-top-card--account .ps-card-account-meta__label{display:inline-flex;align-items:center;width:100px;max-width:100px;color:var(--ps-muted);font-size:inherit;line-height:1.5}.personal-settings-page .ps-top-card--account .ps-card-account-meta__label-text{flex:1 1 auto;min-width:0;display:flex;justify-content:space-between;align-items:center}.personal-settings-page .ps-top-card--account .ps-card-account-meta__label-char{flex:0 0 auto;line-height:1.5}.personal-settings-page .ps-top-card--account .ps-card-account-meta__label-colon{flex:0 0 auto}.personal-settings-page .ps-top-card--account .ps-card-account-meta__row .ps-em{text-align:left;line-height:1.5;min-width:0;word-break:break-all}.personal-settings-page .ps-top-card--account .ps-card-body-text{width:100%}.personal-settings-page .ps-top-card--account .ps-btn-secondary{margin:.75rem auto 0;width:100%;min-width:0;background:#fff!important;border:none!important;box-shadow:0 0 9px #7e79e361;border-radius:10px!important}.personal-settings-page .ps-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:500;color:var(--ps-text)}.personal-settings-page .ps-card-head-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;flex-shrink:0}.personal-settings-page .ps-account-section__head-icon{flex-shrink:0;color:#000}.personal-settings-page .ps-card-head-icon--email{background:linear-gradient(95deg,#4c75e9,#7985e3)}.personal-settings-page .ps-card-head-icon--language{background:linear-gradient(95deg,#b1e3fd,#69a6f4)}.personal-settings-page .ps-card-head-icon .svg-icon{color:#fff!important}.personal-settings-page .ps-card-illustration{display:flex;justify-content:center;margin:.25rem 0 .75rem}.personal-settings-page .ps-card-body-text{text-align:center;font-size:1.125rem;color:var(--ps-muted);line-height:1.5}.personal-settings-page .ps-card-body-text strong,.personal-settings-page .ps-card-body-text .ps-em{color:var(--ps-text);font-weight:500}.personal-settings-page .ps-btn-secondary{width:auto;min-width:8rem;height:36px;border-radius:5px;font-weight:500;margin:auto}.personal-settings-page .ps-panel-head--compact{font-size:1rem;font-weight:500;margin-bottom:.75rem}.personal-settings-page .ps-btn-primary{background:var(--ps-accent)!important;border-color:var(--ps-accent)!important;color:#fff!important;border-radius:.36rem;font-weight:500}.personal-settings-page .ps-btn-primary:hover{filter:brightness(1.05);border-color:var(--ps-accent)!important;color:#fff!important}.personal-settings-page .ps-lang-wrap{margin-top:.25rem;display:flex;flex-direction:column;align-items:left;width:100%;padding:0 50px}.personal-settings-page .ps-lang-wrap>div:first-child{width:100%;text-align:left}.personal-settings-page .ps-lang-wrap>div:last-child{display:flex;justify-content:center;width:100%}.personal-settings-page .ps-lang-wrap .ant-select{max-width:100%;margin-inline:auto}.personal-settings-page .ps-lang-wrap .ant-select-selector{border-radius:8px!important;border-color:#e5e7eb!important}.personal-settings-page .ps-tabs-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:0;padding:1.35rem 1rem;position:relative;border-bottom:none}.personal-settings-page .ps-tabs-bar:before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:98%;height:1px;background:linear-gradient(to right,rgba(27,84,184,.1),transparent)}.personal-settings-page .ps-tab-pill{padding:.45rem 1.125rem;border-radius:.36rem;font-size:.875rem;font-weight:500;color:var(--ps-muted);background:transparent;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.personal-settings-page .ps-tab-pill:hover,.personal-settings-page .ps-tab-pill.ps-tab-pill-active{color:#fff;background:var(--ps-accent)}.personal-settings-page .ps-panel{background:transparent;border-radius:0;border:none;padding:1.25rem 1.35rem 1.5rem;min-height:16rem}.personal-settings-page .ps-panel-head{display:flex;align-items:center;gap:.625rem;font-size:1.5rem;font-weight:500;color:var(--ps-text);margin-bottom:.75rem}.personal-settings-page .ps-panel-head-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ps-accent)}.personal-settings-page .ps-panel-head-icon .svg-icon{width:22px;height:22px;color:currentColor!important}.personal-settings-page .ps-panel-desc{font-size:1rem;color:var(--ps-muted);margin-bottom:1rem;line-height:1.5}.personal-settings-page .ps-radio-row.ant-radio-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px;margin-top:1rem;width:100%}.personal-settings-page .ps-radio-row .ant-radio-wrapper{display:flex;align-items:center;gap:.625rem;-webkit-margin-end:0;margin-inline-end:0;padding:1rem .875rem;min-height:140px;box-sizing:border-box;border:1px solid #ececf0;border-radius:10px;background:#fff;transition:border-color .15s ease}.personal-settings-page .ps-radio-row .ant-radio-wrapper:hover{border-color:color-mix(in srgb,var(--ps-accent) 35%,transparent)}.personal-settings-page .ps-radio-row .ant-radio-wrapper-checked{border-color:color-mix(in srgb,var(--ps-accent) 22%,transparent)}.personal-settings-page .ps-radio-row .ant-radio{align-self:center;margin-top:0;top:0}.personal-settings-page .ps-radio-row .ant-radio+span{flex:1;min-width:0;padding-inline:0;display:flex;align-items:center}.personal-settings-page .ps-radio-card__text{display:flex;flex-direction:column;gap:.25rem}.personal-settings-page .ps-radio-card__title{font-size:1.125rem;font-weight:400;color:var(--ps-text);line-height:1.35}.personal-settings-page .ps-radio-card__desc{font-size:.75rem;font-weight:400;color:#9494a0;line-height:1.45}.personal-settings-page .ps-radio-row .ant-radio-inner{width:18px;height:18px;border:2px solid #c8cad0;background-color:#fff!important}.personal-settings-page .ps-radio-row .ant-radio-wrapper:hover .ant-radio-inner,.personal-settings-page .ps-radio-row .ant-radio:hover .ant-radio-inner{border-color:var(--ps-accent)}.personal-settings-page .ps-radio-row .ant-radio-checked .ant-radio-inner{border-color:var(--ps-accent)!important;background-color:#fff!important}.personal-settings-page .ps-radio-row .ant-radio-checked .ant-radio-inner:after{width:18px;height:18px;-webkit-margin-before:-9px;margin-block-start:-9px;-webkit-margin-start:-9px;margin-inline-start:-9px;background-color:var(--ps-accent)!important;transform:scale(.44);opacity:1}.personal-settings-page .ps-radio-row .ant-radio-checked:after{display:none}@media (max-width: 1024px){.personal-settings-page .ps-radio-row.ant-radio-group{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.personal-settings-page .ps-radio-row.ant-radio-group{grid-template-columns:minmax(0,1fr)}}html.dark .personal-settings-page .ps-radio-row .ant-radio-wrapper{background:var(--semi-color-bg-1);border-color:var(--semi-color-border)}html.dark .personal-settings-page .ps-radio-row .ant-radio-card__desc{color:var(--semi-color-text-2)}html.dark .personal-settings-page .ps-radio-row .ant-radio-inner{border-color:var(--semi-color-border);background-color:var(--semi-color-bg-1)!important}.personal-settings-page .ps-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(126,121,227,.2),transparent);margin:1.25rem 0}.personal-settings-page .ps-token-input .ant-input-affix-wrapper{border-radius:8px;background:#f9fafb}.personal-settings-page .ps-quota-actions{display:flex;justify-content:flex-start;margin-top:1rem}.personal-settings-page .ps-quota-actions .ant-btn{min-width:150px}.personal-settings-page .ps-threshold-hint{font-size:.8rem;color:var(--ps-muted);margin-top:.5rem;line-height:1.45}.personal-settings-page .ps-token-actions{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}.personal-settings-page .ps-token-actions .ps-token-input{flex:1 1 0;min-width:0;width:100%!important;max-width:100%}html.dark .personal-settings-page .ps-top-card,html.dark .personal-settings-page .ps-tabs-section{border-color:var(--ps-border)}html.dark .personal-settings-page .ps-top-card--account{background-color:transparent;border-color:#ffffff14}html.dark .personal-settings-page .ps-top-card--account .ps-card-head,html.dark .personal-settings-page .ps-top-card--account .ps-card-account-meta__row .ps-em{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-top-card--account .ps-card-account-meta__label{color:var(--semi-color-text-2)}html.dark .personal-settings-page .ps-top-card--account .ps-btn-secondary{background:var(--ps-fill)!important;color:var(--semi-color-text-0)!important;box-shadow:0 0 12px #00000059}html.dark .personal-settings-page .ps-account-avatar-img{background:var(--semi-color-fill-1)}html.dark .personal-settings-page .ps-account-avatar-loading{background:#00000080}html.dark .personal-settings-page .ps-account-avatar-edit-btn{background:var(--semi-color-bg-2);border-color:#ffffff24;box-shadow:0 2px 12px #00000073}html.dark .personal-settings-page .ps-btn-secondary.ant-btn{background:var(--ps-fill)!important;color:var(--semi-color-text-0)!important;border-color:var(--ps-border)!important}html.dark .personal-settings-page .ps-tab-pill:hover{background:#7e79e31f}html.dark .personal-settings-page .ps-tabs-bar:before{background:linear-gradient(to right,var(--ps-border),transparent)}html.dark .personal-settings-page .ps-divider{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ps-accent) 28%,transparent),transparent)}html.dark .personal-settings-page .ps-lang-wrap .ant-select-selector{background:var(--ps-fill)!important;border-color:var(--ps-border)!important;color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-lang-wrap .ant-select-selection-item{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-lang-wrap .ant-select-arrow{color:var(--semi-color-text-2)}html.dark .personal-settings-page .ps-token-input .ant-input-affix-wrapper{background:var(--ps-fill)!important;border-color:var(--ps-border)!important}html.dark .personal-settings-page .ps-token-input input.ant-input{color:var(--semi-color-text-0);background:transparent!important}html.dark .personal-settings-page .ant-input-number{background:var(--ps-fill);border-color:var(--ps-border)}html.dark .personal-settings-page .ant-input-number-input{color:var(--semi-color-text-0);background:transparent}html.dark .personal-settings-page .ant-input-number-group-addon{background:var(--semi-color-fill-1);border-color:var(--ps-border);color:var(--semi-color-text-2)}html.dark .personal-settings-page .ps-radio-row .ant-radio-checked .ant-radio-inner{background-color:var(--semi-color-bg-1)!important}html.dark .personal-settings-page .ant-table{background:transparent;color:var(--semi-color-text-0)}html.dark .personal-settings-page .ant-table-thead>tr>th{background:var(--ps-fill)!important;color:var(--semi-color-text-1)!important;border-bottom-color:var(--ps-border)!important}html.dark .personal-settings-page .ant-table-tbody>tr>td{border-bottom-color:var(--ps-border);background:transparent}html.dark .personal-settings-page .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--ps-fill)}html.dark .personal-settings-page .ant-table-cell-row-hover{background:var(--ps-fill)!important}html.dark .personal-settings-page .ant-pagination,html.dark .personal-settings-page .ant-pagination .ant-pagination-item a{color:var(--semi-color-text-1)}html.dark .personal-settings-page .ant-pagination .ant-pagination-item-active{background:var(--ps-fill);border-color:var(--ps-border)}html.dark .personal-settings-page .ant-pagination .ant-pagination-item-active a{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ant-pagination .ant-select-selector{background:var(--ps-fill)!important;border-color:var(--ps-border)!important;color:var(--semi-color-text-0)}html.dark .personal-settings-page .ant-pagination .ant-pagination-options-quick-jumper input{background:var(--ps-fill);border-color:var(--ps-border);color:var(--semi-color-text-0)}.personal-settings-page .ps-works-panel{display:flex;flex-direction:column;gap:1.25rem;padding:0 .25rem .5rem}.personal-settings-page .ps-works-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.personal-settings-page .ps-works-filter{display:inline-flex;flex-wrap:wrap;gap:1.25rem;align-items:center;background:transparent;border:none;width:auto}.personal-settings-page .ps-works-filter-btn{padding:0;font-size:.875rem;font-weight:400;color:var(--ps-muted);background:transparent;border:none;cursor:pointer;transition:color .15s ease}.personal-settings-page .ps-works-filter-btn:hover{color:var(--ps-text)}.personal-settings-page .ps-works-filter-btn.ps-works-filter-btn-active{color:var(--ps-text);font-weight:500;background:transparent}.personal-settings-page .ps-works-batch-btn{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:none;background:none;cursor:pointer;font-size:.8125rem;color:var(--ps-muted)}.personal-settings-page .ps-works-batch-btn:hover:not(:disabled){color:var(--ps-text)}.personal-settings-page .ps-works-batch-btn:disabled{cursor:not-allowed;opacity:.5}.personal-settings-page .ps-works-batch-actions{display:inline-flex;align-items:center;gap:.85rem;flex-shrink:0}.personal-settings-page .ps-works-batch-count{font-size:.8125rem;color:var(--ps-muted)}.personal-settings-page .ps-works-batch-btn--primary{color:var(--ps-accent, #1b54b8)}.personal-settings-page .ps-works-select-hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;margin:0;padding:0;border:2px solid transparent;border-radius:.25rem;background:transparent;cursor:pointer}.personal-settings-page .ps-works-grid-item.is-selected .ps-works-select-hit{border-color:var(--ps-accent, #1b54b8)}.personal-settings-page .ps-works-select-mark{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.9);background:#00000047;color:#fff}.personal-settings-page .ps-works-select-mark.is-on{border-color:var(--ps-accent, #1b54b8);background:var(--ps-accent, #1b54b8)}.personal-settings-page .ps-works-groups{display:flex;flex-direction:column;gap:1.5rem}.personal-settings-page .ps-works-group-title{margin:0 0 .7rem;padding-bottom:.5rem;font-family:Microsoft YaHei,sans-serif;font-weight:400;font-size:.88rem;line-height:1.2;color:#333;border-bottom:1px solid #EEEEEE}.personal-settings-page .ps-works-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:.5rem}.personal-settings-page .ps-works-grid-item{position:relative;min-width:0;animation:ps-works-card-up .48s ease both}@keyframes ps-works-card-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.personal-settings-page .ps-works-grid-item{animation:none}}.personal-settings-page .ps-works-grid-loading{display:flex;align-items:center;justify-content:center;min-height:12rem}.personal-settings-page .ps-works-pagination{display:flex;justify-content:flex-end}.personal-settings-page .ant-table-wrapper .ant-table-placeholder .ant-table-cell{border-bottom:none}.personal-settings-page .ps-works-alert.ant-alert{align-items:flex-start;border:none;border-radius:8px;background:linear-gradient(to right,rgba(255,247,230,.95),transparent);padding:.75rem 1rem}.personal-settings-page .ps-works-alert .ant-alert-message{color:#92400e;font-size:.875rem;line-height:1.55}.personal-settings-page .ps-works-alert .ant-alert-icon{color:#ef4444;margin-top:.15rem}.personal-settings-page .ps-works-media-wrap{position:relative;width:100%;aspect-ratio:3 / 4;height:auto;border-radius:.5rem;overflow:hidden;background:color-mix(in srgb,var(--ps-accent) 12%,#ffffff);flex-shrink:0}.personal-settings-page .ps-works-media-wrap--file,.personal-settings-page .ps-works-media-wrap--audio{display:flex;align-items:center;justify-content:center;color:var(--ps-muted);background:#f3f4f6}.personal-settings-page .ps-works-media-wrap--pending,.personal-settings-page .ps-works-media-wrap--failed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.65rem;text-align:center;color:var(--ps-muted);background:#f3f4f6}.personal-settings-page .ps-works-media-wrap--failed{background:#fef2f2;color:#991b1b}.personal-settings-page .ps-works-status-icon{font-size:1.35rem;line-height:1}.personal-settings-page .ps-works-status-icon--pending{color:var(--ps-accent, #1b54b8)}.personal-settings-page .ps-works-status-icon--failed{color:#ef4444}.personal-settings-page .ps-works-status-label{margin:0;font-size:.8125rem;font-weight:500;line-height:1.3}.personal-settings-page .ps-works-status-reason{margin:0;width:100%;max-height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;color:inherit;opacity:.92;word-break:break-word}.personal-settings-page .ps-works-status-sub{margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.2;opacity:.75}.personal-settings-page .ps-works-media-wrap--video{cursor:pointer}.personal-settings-page .ps-works-preview-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;border-radius:0;background:linear-gradient(90deg,color-mix(in srgb,var(--ps-accent) 10%,#ffffff),color-mix(in srgb,var(--ps-accent) 22%,#ffffff) 45%,color-mix(in srgb,var(--ps-accent) 10%,#ffffff));background-size:200% 100%;animation:ps-works-skeleton-shine 1.2s ease-in-out infinite}@keyframes ps-works-skeleton-shine{0%{background-position:100% 0}to{background-position:-100% 0}}.personal-settings-page .ps-works-audio-lazy{min-width:180px}.personal-settings-page .ps-works-preview-image-root,.personal-settings-page .ps-works-preview-image-root .ant-image,.personal-settings-page .ps-works-preview-image-root .ant-image-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;display:block}.personal-settings-page .ps-works-preview-image-root .ant-image-img{object-fit:cover;object-position:center}.personal-settings-page .ps-works-preview-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:0;background:color-mix(in srgb,var(--ps-accent) 14%,#ffffff);object-fit:cover;object-position:center;display:block;cursor:pointer}.personal-settings-page .ps-works-preview-video--poster{object-fit:cover;pointer-events:none}.personal-settings-page .ps-works-preview-video--placeholder{cursor:default;background:color-mix(in srgb,var(--ps-accent) 16%,#ffffff)}.personal-settings-page .ps-works-preview-video.ps-works-preview-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--ps-accent) 10%,#ffffff),color-mix(in srgb,var(--ps-accent) 22%,#ffffff) 45%,color-mix(in srgb,var(--ps-accent) 10%,#ffffff));background-size:200% 100%}.ps-works-video-player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);opacity:0;transition:opacity .24s ease,backdrop-filter .28s ease,-webkit-backdrop-filter .28s ease}.ps-works-video-player-overlay--open{opacity:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ps-works-video-player-panel{position:relative;display:block;width:min(92vw,calc(80vh * 16 / 9));height:min(80vh,51.75vw);max-width:92vw;max-height:80vh;opacity:0;transform:translateY(18px) scale(.94);transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.ps-works-video-player-panel--open{opacity:1;transform:translateY(0) scale(1)}.ps-works-video-player{display:block;width:100%;height:100%;border-radius:10px;background:#000;object-fit:contain;object-position:center;box-shadow:0 20px 50px #00000073}.ps-works-video-player-close{position:absolute;top:-.65rem;right:-.65rem;z-index:2;width:32px;height:32px;padding:0;border:none;border-radius:999px;background:#0f172ae0;color:#fff;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 4px 12px #00000047;opacity:0;transform:scale(.85);transition:background .15s ease,opacity .22s ease .06s,transform .22s ease .06s}.ps-works-video-player-panel--open .ps-works-video-player-close{opacity:1;transform:scale(1)}.ps-works-video-player-close:hover{background:#0f172a}.personal-settings-page .ps-works-media-overlay{position:absolute;display:inline-flex;align-items:center;gap:.1rem;padding:.2rem .25rem;border-radius:.45rem;background:#00000085;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:2}.personal-settings-page .ps-works-media-overlay--top{top:4px;left:4px}.personal-settings-page .ps-works-media-wrap:hover .ps-works-media-overlay,.personal-settings-page .ps-works-media-wrap:focus-within .ps-works-media-overlay{opacity:1;pointer-events:auto}.personal-settings-page .ps-works-media-overlay-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;margin:0;border:none;border-radius:4px;background:transparent;color:#fff;font-size:13px;cursor:pointer;transition:background .15s ease}.personal-settings-page .ps-works-media-overlay-btn:hover{background:#ffffff29}.personal-settings-page .ps-works-media-play-btn{position:absolute;left:6px;bottom:6px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin:0;padding:0;border:none;border-radius:50%;background:#00000073;color:#fff;cursor:pointer;opacity:1;pointer-events:auto}.personal-settings-page .ps-works-media-play-btn:hover{background:#0009}.personal-settings-page .ps-works-share-btn-wrap{position:absolute;right:8px;bottom:8px;z-index:3;display:inline-flex;line-height:0;opacity:0;pointer-events:none}.personal-settings-page .ps-works-share-btn{position:relative;right:auto;bottom:auto;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#0003;color:#fff;cursor:pointer;opacity:0;pointer-events:none;transform:scale(1);transition:opacity .15s ease,transform .16s ease,background .16s ease,box-shadow .16s ease}.personal-settings-page .ps-works-media-wrap:hover .ps-works-share-btn-wrap,.personal-settings-page .ps-works-media-wrap:focus-within .ps-works-share-btn-wrap,.personal-settings-page .ps-works-share-btn:focus-visible{opacity:1;pointer-events:auto}.personal-settings-page .ps-works-media-wrap:hover .ps-works-share-btn,.personal-settings-page .ps-works-media-wrap:focus-within .ps-works-share-btn,.personal-settings-page .ps-works-share-btn:focus-visible{opacity:1;pointer-events:auto}.personal-settings-page .ps-works-share-btn:hover{background:#0006;border-color:#fffc;color:#fff;transform:scale(1.06);box-shadow:0 2px 8px #00000047}.personal-settings-page .ps-works-share-btn:active{background:#00000073;transform:scale(.92);box-shadow:none}.personal-settings-page .ps-works-share-icon{width:.95rem;height:.95rem;display:block}.personal-settings-page .ps-works-play-icon{width:.7rem;height:.7rem;margin-left:1px}.personal-settings-page .ps-works-preview-audio{width:min(180px,100%);height:32px}.personal-settings-page .ps-works-preview-file{width:52px;height:52px;border-radius:8px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;color:var(--ps-muted)}.personal-settings-page .ps-works-download-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:var(--ps-accent);cursor:pointer;transition:background .15s ease,color .15s ease}.personal-settings-page .ps-works-download-btn:hover{background:var(--ps-accent-soft)}html.dark .personal-settings-page .ps-works-alert.ant-alert{background:linear-gradient(to right,rgba(146,64,14,.18),transparent)}html.dark .personal-settings-page .ps-works-alert .ant-alert-message{color:#fbbf24}html.dark .personal-settings-page .ps-works-filter{background:transparent;border:none}html.dark .personal-settings-page .ps-works-filter-btn{color:var(--semi-color-text-2);background:transparent}html.dark .personal-settings-page .ps-works-filter-btn:hover{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-works-filter-btn.ps-works-filter-btn-active{color:var(--semi-color-text-0);background:transparent}html.dark .personal-settings-page .ps-works-group-title{color:#ffffffd9;border-bottom-color:#ffffff1f}html.dark .personal-settings-page .ps-works-preview-file,html.dark .personal-settings-page .ps-works-media-wrap--file,html.dark .personal-settings-page .ps-works-media-wrap--audio,html.dark .personal-settings-page .ps-works-media-wrap--pending{background:var(--semi-color-fill-0)}html.dark .personal-settings-page .ps-works-media-wrap--failed{background:#ef44441f;color:#fca5a5}html.dark .personal-settings-page .ps-works-media-wrap,html.dark .personal-settings-page .ps-works-preview-video,html.dark .personal-settings-page .ps-works-preview-video--placeholder{background:color-mix(in srgb,var(--ps-accent) 22%,#1a1a1a)}html.dark .personal-settings-page .ps-works-preview-skeleton,html.dark .personal-settings-page .ps-works-preview-video.ps-works-preview-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--ps-accent) 16%,#1a1a1a),color-mix(in srgb,var(--ps-accent) 32%,#1a1a1a) 45%,color-mix(in srgb,var(--ps-accent) 16%,#1a1a1a));background-size:200% 100%}html.dark .personal-settings-page .ps-profile-block--hero .ps-profile-avatar-wrap{border-color:var(--ps-border);background:var(--ps-fill)}html.dark .personal-settings-page .ps-account-section__head,html.dark .personal-settings-page .ps-account-section__head-icon{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-account-main-card{background:linear-gradient(153deg,#ffffff0f 65%,#65819e2e 95%);border-color:var(--ps-border);box-shadow:none}html.dark .personal-settings-page .ps-account-main-card--works:before,html.dark .personal-settings-page .ps-account-main-card--watermark:before{opacity:.35}html.dark .personal-settings-page .ps-sidebar-body{background:linear-gradient(-5deg,#ffffff0a 45%,#65819e24);border:1px solid var(--ps-border)}html.dark .personal-settings-page .ps-sidebar-panel__title{color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-sidebar-card{background:#ffffff0a;border-color:var(--ps-border);box-shadow:none}html.dark .personal-settings-page .ps-bind-row,html.dark .personal-settings-page .ps-bind-row--password,html.dark .personal-settings-page .ps-email-block,html.dark .personal-settings-page .ps-password-block,html.dark .personal-settings-page .ps-setting-row{border-top-color:var(--ps-border)}html.dark .personal-settings-page .ps-bind-row__btn{background:var(--ps-fill)!important;border-color:var(--ps-border)!important;color:var(--semi-color-text-0)!important}html.dark .personal-settings-page .ps-password-input .ant-input-affix-wrapper,html.dark .personal-settings-page .ps-email-input .ant-input,html.dark .personal-settings-page .ps-email-input.ant-input-affix-wrapper,html.dark .personal-settings-page .ps-email-captcha-input .ant-input,html.dark .personal-settings-page .ps-setting-row__control .ant-select-selector{background:var(--ps-fill)!important;border-color:var(--ps-border)!important;color:var(--semi-color-text-0)}html.dark .personal-settings-page .ps-btn-ghost{background:var(--ps-fill)!important;color:var(--semi-color-text-0)!important}html.dark .personal-settings-page .ps-email-captcha-image-btn{background:var(--ps-fill);border-color:var(--ps-border)}html.dark .personal-settings-page .ps-profile-avatar-edit-btn{background:var(--semi-color-bg-2);border-color:#ffffff24}.personal-settings-page .ps-watermark-modal-root .ant-modal{width:1000px!important;max-width:calc(100vw - 32px)}.personal-settings-page .ps-watermark-modal-root .ant-modal-content,.personal-settings-page .ps-watermark-modal-root .ant-modal-container{display:flex;flex-direction:column;max-height:70vh;overflow:hidden}.personal-settings-page .ps-watermark-modal-root .ant-modal-body{flex:1;min-height:0;padding-top:.5rem;overflow:auto}.personal-settings-page .ps-watermark-panel{display:flex;flex-direction:column;gap:.75rem}.personal-settings-page .ps-watermark-hint{display:block;font-size:.8125rem;line-height:1.5}.personal-settings-page .ps-watermark-table{margin-top:.25rem}.personal-settings-page .ps-watermark-status{font-size:.875rem;font-weight:500}.personal-settings-page .ps-watermark-status--passed{color:var(--ps-accent)}.personal-settings-page .ps-watermark-status--rejected{color:#ef4444}.personal-settings-page .ps-watermark-status--pending{color:#f59e0b}@media (max-width: 1400px){.personal-settings-page .ps-works-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width: 1024px){.personal-settings-page .ps-main-layout{flex-direction:column}.personal-settings-page .ps-main-left{flex:none;width:100%}.personal-settings-page .ps-main-right{flex:none;width:100%;margin-top:0}.personal-settings-page .ps-works-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.account-mgmt-page{--account-mgmt-primary: #7e79e3;--account-mgmt-primary-hover: #6964d4}.account-mgmt-stats-body{min-width:0}.account-mgmt-wallet-title-arrow{display:block;height:21px;width:auto;flex-shrink:0}.account-mgmt-list-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px}.account-mgmt-field{display:flex;align-items:center;flex:1 1 140px;min-width:0}.account-mgmt-field .ant-input,.account-mgmt-field .ant-select{height:40px}.account-mgmt-field label{display:block;width:110px;margin-bottom:6px;font-size:18px;color:var(--semi-color-text-2)}.account-mgmt-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:0 0 auto;margin-left:auto}.account-mgmt-btn-primary{background:var(--account-mgmt-primary)!important;border-color:var(--account-mgmt-primary)!important;color:#fff!important}.account-mgmt-btn-primary:hover{background:var(--account-mgmt-primary-hover)!important;border-color:var(--account-mgmt-primary-hover)!important;color:#fff!important}.account-mgmt-info-grid{display:flex}@media (max-width: 900px){.account-mgmt-info-grid{grid-template-columns:1fr}}.account-mgmt-illustration{border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:485px;margin-left:62px}.account-mgmt-illustration img{width:100%;height:485px;object-fit:contain;display:block}.account-mgmt-form-col{width:600px;margin-left:20px}.account-mgmt-form-col>div{display:flex;align-items:center;margin-bottom:12px}.account-mgmt-form-col>div>label{flex-shrink:0;width:80px;height:20px;font-size:18px;margin-right:50px;text-align:justify;text-align-last:justify}.account-mgmt-form-col>div>label:after{content:"";display:inline-block;width:100%}.account-mgmt-form-col .ant-input-affix-wrapper,.account-mgmt-form-col .ant-select,.account-mgmt-form-col .ant-select-selector{border-radius:5px!important;height:40px}.account-mgmt-default-tag{font-size:11px;padding:0 8px;border-radius:999px;background:#7e79e31f;color:var(--account-mgmt-primary);border:1px solid rgba(126,121,227,.35)}.wallet-section-title{font-family:Source Han Sans CN;font-weight:400;font-size:24px;color:#1c1c1c}html.dark .account-mgmt-page .wallet-section-title{color:var(--semi-color-text-0);font-weight:600}html.dark .account-mgmt-page .wallet-section-title .svg-icon{color:var(--semi-color-text-1)}.allocate-free-quota-modal-root.unified-modal-root .ant-modal-content,.allocate-free-quota-modal-root.unified-modal-root .ant-modal-container{height:auto;border-radius:var(--unified-modal-radius, 25px);overflow:hidden}.allocate-free-quota-modal-root.unified-modal-root .ant-modal-body{height:auto;overflow:visible}.allocate-free-quota-modal-root .unified-modal.unified-modal--wallet{height:auto;min-height:0;overflow:hidden}.allocate-free-quota-modal__sheet.unified-modal__sheet{flex:0 0 auto;min-height:0;overflow:visible;padding:1.25rem 1.5rem 1.5rem}.allocate-free-quota-modal__content.unified-modal__sheet-content{flex:0 0 auto;overflow:visible;padding:1rem 1.25rem}html.dark .allocate-free-quota-modal__content.unified-modal__sheet-content{background:linear-gradient(-155deg,transparent 15%,color-mix(in srgb,var(--semi-color-fill-0) 55%,transparent) 50%)}html.dark .allocate-free-quota-modal-root .semi-form-field-label-text{color:var(--semi-color-text-1)}.allocate-free-quota-modal__footer.unified-modal__sheet-footer{flex:0 0 auto;padding:0 .25rem}.allocate-free-quota-modal__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}@layer tailwind-base,semi,tailwind-components,tailwind-utils;@layer tailwind-base{*,: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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}}@layer tailwind-base{button:not(.semi){font-family:revert-layer;font-feature-settings:revert-layer;font-variation-settings:revert-layer;font-size:revert-layer;font-weight:revert;line-height:revert-layer;letter-spacing:revert-layer;color:revert-layer;margin:revert-layer;padding:revert-layer;-moz-appearance:revert-layer;appearance:revert-layer;-webkit-appearance:revert-layer;background-color:revert-layer;background-image:revert-layer}}@layer tailwind-components{.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}}@layer tailwind-utils{.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-2{bottom:.5rem}.bottom-\[20px\]{bottom:20px}.left-\[-100px\]{left:-100px}.left-\[-50px\]{left:-50px}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[204px\]{top:204px}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.m-0{margin:0}.m-9{margin:2.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.\!mb-0{margin-bottom:0!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-\[1\.6rem\]{margin-bottom:1.6rem!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[10px\]{margin-bottom:10px}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[60px\]{margin-top:60px}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.\!h-8{height:2rem!important}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[151px\]{height:151px}.h-\[3\.6rem\]{height:3.6rem}.h-\[55px\]{height:55px}.h-\[80px\]{height:80px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[50vh\]{max-height:50vh}.max-h-\[600px\]{max-height:600px}.max-h-\[68vh\]{max-height:68vh}.min-h-0{min-height:0px}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[20rem\]{min-height:20rem}.min-h-\[280px\]{min-height:280px}.min-h-\[4\.4rem\]{min-height:4.4rem}.min-h-\[92px\]{min-height:92px}.min-h-screen{min-height:100vh}.\!w-8{width:2rem!important}.\!w-full{width:100%!important}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[151px\]{width:151px}.w-\[200px\]{width:200px}.w-\[3\.6rem\]{width:3.6rem}.w-\[80px\]{width:80px}.w-\[var\(--sidebar-current-width\)\]{width:var(--sidebar-current-width)}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.\!min-w-0{min-width:0px!important}.\!min-w-\[32px\]{min-width:32px!important}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.max-w-4xl{max-width:56rem}.max-w-60{max-width:15rem}.max-w-\[1110px\]{max-width:1110px}.max-w-\[160px\]{max-width:160px}.max-w-\[420px\]{max-width:420px}.max-w-\[43\.5rem\]{max-width:43.5rem}.max-w-\[43\.8rem\]{max-width:43.8rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50%;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))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;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))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;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))}.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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[0\.75rem\]{gap:.75rem}.gap-x-2{column-gap:.5rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-2xl,.\!rounded-\[1rem\]{border-radius:1rem!important}.\!rounded-\[2rem\]{border-radius:2rem!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[0\.8rem\]{border-radius:.8rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.\!border{border-width:1px!important}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#e5e6eb\]{--tw-border-opacity: 1;border-color:rgb(229 230 235 / var(--tw-border-opacity, 1))}.border-semi-color-border{border-color:var(--semi-color-border)}.border-semi-color-primary{border-color:var(--semi-color-primary)}.\!bg-\[var\(--semi-color-fill-0\)\]{background-color:var(--semi-color-fill-0)!important}.bg-\[\#FFD166\]{--tw-bg-opacity: 1;background-color:rgb(255 209 102 / var(--tw-bg-opacity, 1))}.bg-semi-color-bg-0{background-color:var(--semi-color-bg-0)}.bg-semi-color-bg-1{background-color:var(--semi-color-bg-1)}.bg-semi-color-fill-0{background-color:var(--semi-color-fill-0)}.bg-semi-color-primary-light-default{background-color:var(--semi-color-primary-light-default)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0{padding:0!important}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6,.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}.py-\[2\.5rem\]{padding-top:2.5rem;padding-bottom:2.5rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pb-\[1\.5rem\]{padding-bottom:1.5rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-5{padding-right:1.25rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[20px\]{font-size:20px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[80px\]{line-height:80px}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.\!text-\[var\(--semi-color-text-0\)\]{color:var(--semi-color-text-0)!important}.\!text-semi-color-primary{color:var(--semi-color-primary)!important}.text-\[\#666666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.text-\[\#86909c\]{--tw-text-opacity: 1;color:rgb(134 144 156 / var(--tw-text-opacity, 1))}.text-\[\#9494a0\]{--tw-text-opacity: 1;color:rgb(148 148 160 / var(--tw-text-opacity, 1))}.text-\[\#bbb\]{--tw-text-opacity: 1;color:rgb(187 187 187 / var(--tw-text-opacity, 1))}.text-\[\#c9cdd4\]{--tw-text-opacity: 1;color:rgb(201 205 212 / var(--tw-text-opacity, 1))}.text-\[var\(--ps-text\)\]{color:var(--ps-text)}.text-\[var\(--semi-color-text-0\)\]{color:var(--semi-color-text-0)}.text-\[var\(--semi-color-text-1\)\]{color:var(--semi-color-text-1)}.text-\[var\(--semi-color-text-2\)\]{color:var(--semi-color-text-2)}.text-semi-color-text-0{color:var(--semi-color-text-0)}.text-semi-color-text-1{color:var(--semi-color-text-1)}.text-semi-color-text-2{color:var(--semi-color-text-2)}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-opacity-50{--tw-ring-opacity: .5}.blur{--tw-blur: blur(8px);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)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));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)}.invert{--tw-invert: invert(100%);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)}.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)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}}@property --sidebar-current-width{syntax: "<length>"; inherits: true; initial-value: 12.58rem;}:root{--sidebar-width: 12.58rem;--sidebar-width-collapsed: 4rem;--sidebar-current-width: var(--sidebar-width);--app-page-bg: #ffffff;--sidebar-collapse-duration: .2s;--sidebar-collapse-ease: cubic-bezier(.4, 0, .2, 1)}html.dark{--app-page-bg: #1c1c1c}@media (prefers-reduced-motion: reduce){body{transition:none}}body.sidebar-collapsed{--sidebar-current-width: var(--sidebar-width-collapsed)}body{font-family:Lato,Helvetica Neue,Arial,Helvetica,Microsoft YaHei,sans-serif;color:var(--semi-color-text-0);background-color:var(--semi-color-bg-0);transition:--sidebar-current-width var(--sidebar-collapse-duration) var(--sidebar-collapse-ease)}.app-main-column{background-color:var(--app-page-bg);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.14) transparent}.app-main-column::-webkit-scrollbar{width:2px}.app-main-column::-webkit-scrollbar-track{background:transparent}.app-main-column::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.app-main-column::-webkit-scrollbar-thumb:hover{background:#00000038}html.dark .app-main-column{scrollbar-color:rgba(255,255,255,.14) transparent}html.dark .app-main-column::-webkit-scrollbar-thumb{background:#ffffff1f}html.dark .app-main-column::-webkit-scrollbar-thumb:hover{background:#ffffff38}.app-header-trailing{position:relative;flex:1 1 0%;min-width:0;display:flex;align-items:center;justify-content:end;background-color:var(--app-page-bg);border-radius:12px 0 0;padding:0 1rem;border-top:1px solid var(--semi-color-border);border-left:1px solid var(--semi-color-border)}.app-header-trailing>:before{position:absolute;bottom:0;left:1rem;right:1rem;content:"";display:block;height:1px;border-bottom:1px solid var(--semi-color-border)}.app-layout{height:100vh;height:100dvh}.app-sider{height:calc(100vh - 64px);height:calc(100dvh - 64px);overflow:hidden}.app-sider.ant-layout-sider{width:var(--sidebar-current-width)!important;min-width:var(--sidebar-current-width)!important;max-width:var(--sidebar-current-width)!important;flex:0 0 var(--sidebar-current-width)!important;transition:none!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.semi-layout::-webkit-scrollbar,.semi-layout-content::-webkit-scrollbar,.semi-sider::-webkit-scrollbar{display:none;width:0;height:0}.semi-layout,.semi-layout-content,.semi-sider{-ms-overflow-style:none;scrollbar-width:none}.semi-navigation-item{margin-bottom:4px!important;padding:4px 12px!important}.semi-navigation-sub-title{padding:0!important}.semi-navigation-item-icon{justify-items:center;align-items:center}.semi-navigation-item-icon-info{margin-right:0}.sidebar-nav .semi-navigation-item-text{flex:1;min-width:0}.semi-navigation-item,.semi-navigation-sub-title{height:100%!important}.semi-navigation-item-collapsed{height:44px!important}#root>section>header>section>div>div>div>div.semi-navigation-header-list-outer>div.semi-navigation-list-wrapper>ul>div>a>li>span{font-weight:600!important}.sidebar-container{height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:transparent}.sidebar-nav{flex:1;width:100%;background:var(--semi-color-bg-0);height:100%;overflow-x:hidden;border-right:none;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;font-size:16px}.sidebar-nav.ant-menu .ant-menu-submenu-title,.sidebar-nav.ant-menu .ant-menu-item{font-size:inherit}body:not(.sidebar-collapsed) .sidebar-nav.ant-menu .ant-menu-item,body:not(.sidebar-collapsed) .sidebar-nav.ant-menu .ant-menu-submenu-title{padding-left:30px!important;height:52px!important}.sidebar-nav.ant-menu .ant-menu-item-group-title{font-size:15px}.sidebar-nav.ant-menu .ant-menu-item .ant-menu-title-content{font-size:17px}.sidebar-nav.ant-menu .ant-menu-item .ant-menu-title-content,.sidebar-nav.ant-menu .ant-menu-submenu-title .ant-menu-title-content{white-space:nowrap}.sidebar-nav.ant-menu .ant-menu-submenu .ant-menu-item-only-child .ant-menu-title-content{padding-left:40px}.sidebar-nav.ant-menu .ant-menu.ant-menu-sub.ant-menu-inline{background:#f3f6fb!important}.sidebar-nav.ant-menu .ant-menu-item-selected{background:#f2f5fa;border-radius:.5rem}.sidebar-nav.ant-menu .ant-menu-item .ant-menu-item-active{background:#f2f5fa!important;border-radius:.5rem}html.dark .sidebar-nav.ant-menu .ant-menu.ant-menu-sub.ant-menu-inline{background:color-mix(in srgb,var(--semi-color-bg-1) 88%,var(--semi-color-primary) 12%)!important}html.dark .sidebar-nav.ant-menu .ant-menu-item-icon{color:var(--semi-color-text-2)}html.dark .sidebar-nav.ant-menu .ant-menu-item:hover,html.dark .sidebar-nav.ant-menu .ant-menu-item-active,html.dark .sidebar-nav.ant-menu .ant-menu-item-selected{background:color-mix(in srgb,var(--semi-color-primary) 12%,transparent)!important;border-radius:.5rem;outline:none!important}html.dark .sidebar-nav.ant-menu .ant-menu-submenu-title:hover{background:color-mix(in srgb,var(--semi-color-primary) 8%,transparent);border-radius:.5rem}.sidebar-nav.ant-menu .ant-menu-item-icon{color:#989dbe}.sidebar-nav.ant-menu .ant-menu-item:hover .ant-menu-item-icon,.sidebar-nav.ant-menu .ant-menu-submenu-title:hover .ant-menu-item-icon,.sidebar-nav.ant-menu .ant-menu-item-selected .ant-menu-item-icon{color:currentColor}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-item{border-radius:6px;margin:3px 8px;transition:all .15s ease;padding:8px 12px}.sidebar-nav-item:hover{background-color:rgba(var(--semi-blue-0),.08);color:var(--semi-color-primary)}.sidebar-nav-item-selected{background-color:rgba(var(--semi-blue-0),.12);color:var(--semi-color-primary);font-weight:500}.sidebar-icon-container{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:10px;transition:color .15s ease}.sidebar-sub-icon-container{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:10px;margin-left:1px;transition:all .2s ease}.sidebar-divider{margin:4px 8px;opacity:.15}.sidebar-group-label{padding:4px 15px 8px;color:var(--semi-color-text-2);font-size:14px;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.sidebar-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:12px;margin-top:auto;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-top:1px solid rgba(var(--semi-grey-0),.08)}.sidebar-footer--collapsed{flex-direction:column;align-items:center;justify-content:center;gap:10px}.sidebar-footer--no-quick-recharge{justify-content:flex-end}.sidebar-footer--no-quick-recharge.sidebar-footer--collapsed{align-items:flex-end;justify-content:center}.sidebar-footer__quick-recharge-skeleton,.sidebar-footer__collapse-skeleton{display:flex;flex-shrink:0}.sidebar-footer:not(.sidebar-footer--collapsed) .sidebar-footer__quick-recharge-skeleton{flex:1;min-width:0}.sidebar-quick-recharge{position:relative;overflow:hidden;isolation:isolate;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;height:2rem;min-width:0;padding:8px 14px 8px 12px;margin:0;border:none;cursor:pointer;font-size:1.2rem;background:linear-gradient(-87deg,#dae1ef,#a6b3cb);border-radius:.5rem;box-shadow:inset 0 1px #ffffffa6,0 2px 10px #7e79e31f;transition:filter .2s ease,transform .2s ease}.sidebar-quick-recharge:after{content:"";position:absolute;top:-40%;bottom:-40%;left:0;width:68%;background:linear-gradient(105deg,#fff0,#ffffff0f 28%,#ffffff52,#ffffff0f 72%,#fff0);transform:translate(-160%) skew(-18deg);animation:sidebar-quick-recharge-shimmer 3.3s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes sidebar-quick-recharge-shimmer{0%{transform:translate(-160%) skew(-18deg)}75%{transform:translate(320%) skew(-18deg)}to{transform:translate(320%) skew(-18deg)}}.sidebar-footer:not(.sidebar-footer--collapsed) .sidebar-quick-recharge{width:100%}.sidebar-quick-recharge:hover{filter:brightness(.98)}.sidebar-quick-recharge:active{transform:scale(.98)}.sidebar-footer--collapsed .sidebar-quick-recharge{width:40px;height:40px;padding:0;justify-content:center}.sidebar-quick-recharge__icon{position:relative;z-index:1;flex-shrink:0}.sidebar-quick-recharge__icon.svg-icon{width:28px;height:24px}.sidebar-quick-recharge__label{position:relative;z-index:1;color:#333;font-size:14px;font-weight:500;line-height:1;white-space:nowrap}html.dark .sidebar-quick-recharge{background:linear-gradient(90deg,#dfe6ff24,#d9e3ff2e 48%,#abb8ff38);box-shadow:inset 0 1px #ffffff1f,0 2px 12px #ffffff0f}html.dark .sidebar-quick-recharge:after{background:linear-gradient(105deg,#fff0,#ffffff0a 28%,#fff3,#ffffff0a 72%,#fff0)}@media (prefers-reduced-motion: reduce){.sidebar-quick-recharge:after{animation:none}}html.dark .sidebar-quick-recharge__label{color:var(--semi-color-text-0)}.sidebar-collapse-button-inner{width:28px;height:28px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:var(--semi-color-fill-0);transition:all .2s ease}.sidebar-collapse-icon-container{display:inline-block;transition:transform .3s ease}.sidebar-section{padding-top:12px}@media (max-width: 767px){.sidebar-container{background:var(--semi-color-bg-1);border-right:1px solid var(--semi-color-border)}.sidebar-nav{background:var(--semi-color-bg-1)}.sidebar-footer{background-color:var(--semi-color-bg-1);box-shadow:0 -10px 10px -5px var(--semi-color-bg-1)}}.semi-chat{padding-top:0!important;padding-bottom:0!important;height:100%;max-width:100%!important;width:100%!important;overflow:hidden!important}.semi-chat-chatBox,.semi-chat-chatBox-wrap{max-width:100%!important;overflow:hidden!important}.semi-chat-chatBox-content{min-width:auto;word-break:break-word;max-width:100%!important;overflow-wrap:break-word!important}.semi-chat-content{max-width:100%!important;overflow:hidden!important}.semi-chat-list{max-width:100%!important;overflow-x:hidden!important}.semi-chat-container{overflow-x:hidden!important}.semi-chat-chatBox-action{column-gap:0!important}.semi-chat-inputBox-clearButton.semi-button .semi-icon{font-size:20px!important}.semi-chat::-webkit-scrollbar,.semi-chat-chatBox::-webkit-scrollbar,.semi-chat-chatBox-wrap::-webkit-scrollbar,.semi-chat-chatBox-content::-webkit-scrollbar,.semi-chat-content::-webkit-scrollbar,.semi-chat-list::-webkit-scrollbar,.semi-chat-container::-webkit-scrollbar{display:none}.semi-chat,.semi-chat-chatBox,.semi-chat-chatBox-wrap,.semi-chat-chatBox-content,.semi-chat-content,.semi-chat-list,.semi-chat-container{-ms-overflow-style:none;scrollbar-width:none}.pricing-sidebar-reset.semi-button,.pricing-sidebar-reset .semi-button-content{font-weight:400!important}.sbg-title{margin:0 0 12px;text-align:left;font-size:13px;font-weight:600;color:var(--semi-color-text-0)}.sbg-square .sbg-button{border-radius:0!important}.sbg-button.semi-button{font-weight:400!important}.sbg-button .semi-button-content{min-width:0!important;font-weight:400!important}.sbg-content{display:flex;align-items:center;gap:4px;width:100%;min-width:0}.sbg-ellipsis{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sbg-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:18px;height:18px;padding:0 6px;border-radius:9px;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1;background-color:var(--semi-color-fill-0);color:var(--semi-color-text-2);transition:background-color .15s ease,color .15s ease}.sbg-badge-active{background-color:var(--semi-color-primary-light-active);color:var(--semi-color-primary)}.semi-tabs-content{padding:0!important;height:calc(100% - 40px)!important;flex:1!important}.semi-tabs-content .semi-tabs-pane{height:100%!important;overflow:hidden!important}.semi-tabs-content .semi-tabs-pane>div{height:100%!important}.tableShow{display:revert}.tableHiddle{display:none!important}.custom-footer{font-size:1.1em}.card-content-container{position:relative}.card-content-fade-indicator{position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(transparent,var(--semi-color-bg-1));pointer-events:none;z-index:1;opacity:0;transition:opacity .3s ease}.debug-panel .semi-tabs{height:100%!important;display:flex!important;flex-direction:column!important}.debug-panel .semi-tabs-bar{flex-shrink:0!important}.debug-panel .semi-tabs-content{flex:1!important;overflow:hidden!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.semi-table-body::-webkit-scrollbar{width:6px;height:6px}.semi-table-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.semi-table-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.semi-table-body::-webkit-scrollbar-track{background:transparent}.semi-sidesheet-body::-webkit-scrollbar{width:6px;height:6px}.semi-sidesheet-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.semi-sidesheet-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.semi-sidesheet-body::-webkit-scrollbar-track{background:transparent}.pricing-scroll-hide,.model-test-scroll,.card-content-scroll,.model-settings-scroll,.thinking-content-scroll,.custom-request-textarea .semi-input,.custom-request-textarea textarea,.notice-content-scroll{-ms-overflow-style:none;scrollbar-width:none}.pricing-scroll-hide::-webkit-scrollbar,.model-test-scroll::-webkit-scrollbar,.card-content-scroll::-webkit-scrollbar,.model-settings-scroll::-webkit-scrollbar,.thinking-content-scroll::-webkit-scrollbar,.custom-request-textarea .semi-input::-webkit-scrollbar,.custom-request-textarea textarea::-webkit-scrollbar,.notice-content-scroll::-webkit-scrollbar{display:none}.image-list-scroll::-webkit-scrollbar{width:6px;height:6px}.image-list-scroll::-webkit-scrollbar-thumb{background:var(--semi-color-tertiary-light-default);border-radius:3px}.image-list-scroll::-webkit-scrollbar-thumb:hover{background:var(--semi-color-tertiary)}.image-list-scroll::-webkit-scrollbar-track{background:transparent}.components-transfer-source-item,.components-transfer-selected-item{display:flex;align-items:center;padding:8px}.semi-transfer-left-list,.semi-transfer-right-list{-ms-overflow-style:none;scrollbar-width:none}.semi-transfer-left-list::-webkit-scrollbar,.semi-transfer-right-list::-webkit-scrollbar{display:none}.components-transfer-source-item .semi-checkbox,.components-transfer-selected-item .semi-checkbox{display:flex;align-items:center;width:100%}.components-transfer-source-item .semi-avatar,.components-transfer-selected-item .semi-avatar{margin-right:12px;flex-shrink:0}.components-transfer-source-item .info,.components-transfer-selected-item .info{flex:1;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.components-transfer-source-item .name,.components-transfer-selected-item .name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.components-transfer-source-item .email,.components-transfer-selected-item .email{font-size:12px;color:var(--semi-color-text-2);display:flex;align-items:center}.components-transfer-selected-item .semi-icon-close{margin-left:8px;cursor:pointer;color:var(--semi-color-text-2)}.components-transfer-selected-item .semi-icon-close:hover{color:var(--semi-color-text-0)}@keyframes sweep-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.shine-text{background:linear-gradient(90deg,currentColor 0%,currentColor 40%,rgba(255,255,255,.9) 50%,currentColor 60%,currentColor 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:sweep-shine 4s linear infinite}.dark .shine-text{background:linear-gradient(90deg,currentColor 0%,currentColor 40%,#facc15 50%,currentColor 60%,currentColor 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.semi-scrolllist,.semi-scrolllist *{-ms-overflow-style:none;scrollbar-width:none;background:transparent!important}.semi-scrolllist::-webkit-scrollbar,.semi-scrolllist *::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.semi-scrolllist-body{padding:1px!important}.semi-scrolllist-list-outer{padding-right:0!important}.blur-ball{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1}.blur-ball-indigo{background:#6366f1;top:40px;left:50%;transform:translate(-50%);opacity:.5}.blur-ball-teal{background:#14b8a6;top:200px;left:30%;opacity:.4}html:not(.dark) .blur-ball-indigo{opacity:.25}html:not(.dark) .blur-ball-teal{opacity:.2}.with-pastel-balls{position:relative;overflow:hidden;--pb1: #ffd1dc;--pb2: #e5d4ff;--pb3: #d1fff6;--pb4: #ffe5d9;--pb-opacity: .55;--pb-blur: 60px}.with-pastel-balls:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(circle at -5% -10%,var(--pb1) 0%,transparent 60%),radial-gradient(circle at 105% -10%,var(--pb2) 0%,transparent 55%),radial-gradient(circle at 5% 110%,var(--pb3) 0%,transparent 55%),radial-gradient(circle at 105% 110%,var(--pb4) 0%,transparent 50%);filter:blur(var(--pb-blur));opacity:var(--pb-opacity);transform:translateZ(0)}html.dark .with-pastel-balls{--pb1: #ffd1dc;--pb2: #e5d4ff;--pb3: #d1fff6;--pb4: #ffe5d9;--pb-opacity: .36;--pb-blur: 65px}html.dark .with-pastel-balls:before{mix-blend-mode:screen}.table-scroll-card{display:flex;flex-direction:column;height:calc(100vh - 170px);max-height:calc(100vh - 170px)}.table-scroll-card .semi-card-body{flex:1 1 auto;overflow-y:auto;border:1px solid #eeeeee;border-radius:.71rem}.table-scroll-card:has(.semi-card-footer) .semi-card-body{border-bottom:none;border-radius:.71rem .71rem 0 0}.table-scroll-card .semi-card-footer{border:1px solid #eeeeee;border-top:none;border-radius:0 0 .71rem .71rem}html.dark .table-scroll-card .semi-card-body,html.dark .table-scroll-card .semi-card-footer{border-color:var(--semi-color-border)}.table-scroll-card .semi-card-body::-webkit-scrollbar{width:6px}.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb{background:rgba(var(--semi-grey-2),.3);border-radius:2px}.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--semi-grey-2),.5)}.table-scroll-card .semi-card-body::-webkit-scrollbar-track{background:transparent}@media (max-width: 767px){.table-scroll-card{height:calc(100vh - 77px);max-height:calc(100vh - 77px)}}.pricing-layout{height:calc(100vh - 60px);overflow:hidden;margin-top:60px}.pricing-sidebar{width:clamp(280px,24vw,520px)!important;min-width:clamp(280px,24vw,520px)!important;max-width:clamp(280px,24vw,520px)!important;height:calc(100vh - 60px);background-color:var(--semi-color-bg-0);overflow:auto}.pricing-content{height:calc(100vh - 60px);background-color:var(--semi-color-bg-0);display:flex;flex-direction:column}.pricing-pagination-divider{border-color:var(--semi-color-border)}.pricing-content-mobile{height:100%;display:flex;flex-direction:column;overflow:auto}.pricing-search-header{padding:0 .5rem .5rem;background-color:var(--semi-color-bg-0);flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:5}.pricing-view-container{flex:1;overflow:auto}.pricing-view-container-mobile{flex:1;overflow:auto;min-height:0}.semi-card-header,.semi-card-body{padding:15px 0 20px!important}.semi-tag.channel-affinity-tag{border:1px solid rgba(var(--semi-cyan-5),.35);background-color:rgba(var(--semi-cyan-5),.15);color:rgba(var(--semi-cyan-9),1);cursor:help;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.semi-tag.channel-affinity-tag:hover{background-color:rgba(var(--semi-cyan-5),.22);border-color:rgba(var(--semi-cyan-5),.6);box-shadow:0 0 0 2px rgba(var(--semi-cyan-5),.18)}.semi-tag.channel-affinity-tag:active{background-color:rgba(var(--semi-cyan-5),.28)}.semi-tag.channel-affinity-tag .channel-affinity-tag-content{display:inline-flex;align-items:center;gap:.25rem}html:not(.dark) .auth-split-right-panel--login{background:transparent}html.dark .auth-split-right-panel--login{background:transparent}html:not(.dark) .auth-login-form-shell{border:none;border-radius:0;box-shadow:none}html.dark .auth-login-form-shell{background:var(--semi-color-bg-1);border:1px solid var(--semi-color-border);border-radius:.8rem;box-shadow:0 4px 24px #00000038}.auth-split-right-panel__iso-decor{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}html:not(.dark) .auth-split-right-panel__iso-decor{opacity:.02}html.dark .auth-split-right-panel__iso-decor{opacity:.12}.auth-split-mobile-topbar{background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html.dark .auth-split-mobile-topbar{background:var(--semi-color-bg-0);border-color:var(--semi-color-border)!important}html.dark .auth-split-mobile-topbar .auth-split-mobile-topbar-title{color:var(--semi-color-text-0)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.hover\:border-semi-color-border:hover{border-color:var(--semi-color-border)}.hover\:\!bg-\[var\(--semi-color-fill-1\)\]:hover{background-color:var(--semi-color-fill-1)!important}.hover\:bg-\[\#f7f8fa\]:hover{--tw-bg-opacity: 1;background-color:rgb(247 248 250 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-\[0px_8px_16px_0px_rgba\(217\,191\,255\,0\.4\)\]:hover{--tw-shadow: 0px 8px 16px 0px rgba(217,191,255,.4);--tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;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))}@media (min-width: 640px){.sm\:w-48{width:12rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:\!flex-1{flex:1 1 0%!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-\[3rem\]{padding-top:3rem;padding-bottom:3rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mb-0{margin-bottom:0}.md\:ml-1{margin-left:.25rem}.md\:ml-auto{margin-left:auto}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-h-screen{min-height:100vh}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-80{width:20rem}.md\:w-\[430px\]{width:430px}.md\:w-auto{width:auto}.md\:min-w-fit{min-width:-webkit-fit-content;min-width:fit-content}.md\:flex-\[0_0_57\.291667\%\]{flex:0 0 57.291667%}.md\:flex-initial{flex:0 1 auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-3{gap:.75rem}.md\:overflow-visible{overflow:visible}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-2{gap:.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&_\.anticon\]\:\!leading-none .anticon{line-height:1!important}.\[\&_\.semi-form-field-label\]\:\!text-\[1\.8rem\] .semi-form-field-label{font-size:1.8rem!important}.\[\&_\.semi-form-field-label\]\:\!leading-snug .semi-form-field-label{line-height:1.375!important}.\[\&_\.semi-form-field-label\]\:\!text-\[\#222222\] .semi-form-field-label{--tw-text-opacity: 1 !important;color:rgb(34 34 34 / var(--tw-text-opacity, 1))!important}.\[\&_\.semi-form-field\]\:\!pb-\[0\.75rem\] .semi-form-field{padding-bottom:.75rem!important}.\[\&_\.semi-input-wrapper\]\:\!rounded-\[1rem\] .semi-input-wrapper{border-radius:1rem!important}.\[\&_\.semi-input-wrapper\]\:\!border-0 .semi-input-wrapper{border-width:0px!important}.\[\&_\.semi-input\]\:\!rounded-\[1rem\] .semi-input{border-radius:1rem!important}body,body[theme-mode=dark]{--semi-color-primary: var(--build-theme-primary);--semi-color-primary-hover: var(--build-theme-primary-hover);--semi-color-primary-active: var(--build-theme-primary-active);--semi-color-primary-disabled: var(--build-theme-primary-disabled);--semi-color-primary-light-default: var(--build-theme-primary-light-default);--semi-color-primary-light-hover: var(--build-theme-primary-light-hover);--semi-color-primary-light-active: var(--build-theme-primary-light-active);--semi-color-info: var(--build-theme-primary);--semi-color-info-hover: var(--build-theme-primary-hover);--semi-color-info-active: var(--build-theme-primary-active);--semi-color-info-disabled: var(--build-theme-primary-disabled);--semi-color-info-light-default: var(--build-theme-primary-light-default);--semi-color-info-light-hover: var(--build-theme-primary-light-hover);--semi-color-info-light-active: var(--build-theme-primary-light-active);--semi-color-focus-border: var(--build-theme-primary);--semi-color-link: var(--build-theme-primary);--semi-color-link-hover: var(--build-theme-primary-hover);--semi-color-link-active: var(--build-theme-primary-active);--semi-color-link-visited: var(--build-theme-primary)}
