*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;overflow-x:hidden;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xt-hide-hscroll{scrollbar-width:none;-ms-overflow-style:none}.xt-hide-hscroll::-webkit-scrollbar{display:none}.xt-glass-card{border-radius:16px;padding:14px 16px;background:#0e111ee0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 48px #00000073;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff2442}.xhs-card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.xhs-card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 24px #ff24421f}.xhs-gradient-text{background:linear-gradient(135deg,#ff2442,#ff5e7e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.xhs-animate-fade-up{animation:fadeUp .8s cubic-bezier(.16,1,.3,1)}.xhs-animate-fade-in{animation:fadeIn .6s ease}@keyframes pulse-soft{0%,to{opacity:.6}50%{opacity:1}}.xhs-pulse{animation:pulse-soft 2s ease-in-out infinite}.xhs-tab-indicator{transition:transform .4s cubic-bezier(.16,1,.3,1),width .4s cubic-bezier(.16,1,.3,1)}.xhs-shadow-sm{box-shadow:0 2px 8px #0000000f}.xhs-shadow-md{box-shadow:0 8px 24px #00000014}.xhs-shadow-lg{box-shadow:0 16px 40px #0000001f}.xhs-shadow-primary{box-shadow:0 8px 24px #ff244233}.xhs-img-card{transition:all .28s cubic-bezier(.4,0,.2,1)}.xhs-img-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 14px 32px #0000002e;z-index:2}.xhs-img-card .xhs-img-card-inner{transition:transform .35s cubic-bezier(.4,0,.2,1)}.xhs-img-card:hover .xhs-img-card-inner{transform:scale(1.06)}.xhs-img-card:hover .xhs-img-info{opacity:1!important;transform:translateY(0)!important}.product-card{position:relative;cursor:pointer;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.06);padding:8px;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease,transform .25s ease}.product-card:hover{border-color:#ff244259;box-shadow:0 0 0 1px #ff24420f,0 8px 28px #0000001a;transform:translateY(-2px)}.product-card[data-selected]{border-color:#ff2442;box-shadow:0 0 0 1px #ff2442,0 10px 30px #ff244229}.product-card-media{position:relative;aspect-ratio:4 / 5;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#f7f7f9,#f0f0f3)}.product-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s ease}.product-card:hover .product-card-img{transform:scale(1.06)}.product-card-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-card-edit{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000001f;font-size:13px;opacity:0;transform:translateY(-4px);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:3}.product-card:hover .product-card-edit{opacity:1;transform:translateY(0)}.product-card-edit:hover{background:#fff;color:#ff2442;transform:scale(1.1)}.product-card-check{position:absolute;top:10px;left:10px;z-index:2;filter:drop-shadow(0 2px 6px rgba(255,36,66,.4));animation:productCheckIn .3s cubic-bezier(.16,1,.3,1)}@keyframes productCheckIn{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.product-card-cat{position:absolute;bottom:10px;left:10px;z-index:2;padding:3px 10px;border-radius:999px;background:#ffffffd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:11px;font-weight:600;color:#444;border:1px solid rgba(255,255,255,.6);box-shadow:0 1px 6px #00000014}.product-card-info{padding:10px 6px 4px}.product-card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:500;line-height:1.5;color:#1f1f1f}.product-card-hint{display:block;margin-top:6px;font-size:11px;color:#bbb}.product-card-space{margin-top:6px}.config-card{background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.06);padding:20px;box-shadow:0 4px 20px #0000000d}.product-card-buyer:hover{border-color:#ff6a0059;box-shadow:0 0 0 1px #ff6a000f,0 8px 28px #0000001a}.product-card-buyer[data-selected]{border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00,0 10px 30px #ff6a0029}.product-card-buyer .product-card-edit:hover{color:#ff6a00}.regen-base-card:hover{border-color:#ff2442!important;background:#fff0f3!important;color:#ff2442!important;box-shadow:0 4px 16px #ff24421f}.regen-base-card span:first-child{transition:transform .25s}.regen-base-card:hover span:first-child{transform:scale(1.15)}.product-list-del:hover{background:#ff4d4f;color:#fff!important}.project-card:hover{transform:translateY(-4px);border-color:#ff244240;box-shadow:0 14px 36px #0000001a}.project-card:hover .project-card-cover img{transform:scale(1.06)}.phone-shell{max-height:calc(100vh - 230px);overflow:hidden}.phone-screen{scrollbar-width:none;-ms-overflow-style:none}.phone-screen::-webkit-scrollbar{display:none}@supports not (aspect-ratio: 9 / 19){.phone-shell{height:calc(100vh - 230px)}}.xt-dark .ant-card{background:#ffffff12!important;border:1px solid rgba(255,255,255,.12)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:none!important}.xt-dark .ant-card-head{color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.1)!important}.xt-dark .ant-card .ant-typography{color:#ffffffe0!important}.xt-dark .ant-card .ant-form-item-label>label{color:#ffffffb8!important}.xt-dark .ant-card .ant-form-item-label>label:after{color:#fff6}.xt-dark .ant-table{background:transparent!important}.xt-dark .ant-table-thead>tr>th{background:#ffffff0f!important;color:#ffffffb8!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.xt-dark .ant-table-tbody>tr>td{background:transparent!important;color:#ffffffd9!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.xt-dark .ant-table-tbody>tr:hover>td{background:#ffffff14!important}.xt-dark .ant-table-placeholder .ant-table-cell{background:transparent!important}.xt-dark .ant-pagination-item{background:#ffffff14!important;border-color:#ffffff26!important}.xt-dark .ant-pagination-item a{color:#ffffffbf!important}.xt-dark .ant-pagination-item-active{border-color:#ff2442!important}.xt-dark .ant-pagination-item-active a{color:#fff!important}.xt-dark .ant-pagination-prev .ant-pagination-item-link,.xt-dark .ant-pagination-next .ant-pagination-item-link{color:#ffffffbf!important}.xt-dark .ant-empty-description{color:#ffffffa6!important}.xt-dark .ant-empty-image svg{opacity:.55}.xt-dark .ant-collapse{background:#ffffff0d!important;border-color:#ffffff1a!important}.xt-dark .ant-collapse>.ant-collapse-item{border-color:#ffffff1a!important}.xt-dark .ant-collapse-header{color:#ffffffd9!important}.xt-dark .ant-tabs-tab{color:#ffffff8c!important}.xt-dark .ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}.xt-dark .ant-tabs-ink-bar{background:#ff2442!important}.xt-dark .ant-menu{background:transparent!important}.xt-dark .ant-menu-item{color:#ffffffb3!important}.xt-dark .ant-menu-item:hover{color:#fff!important}.xt-dark .ant-menu-item-selected{background:#ff244238!important;color:#fff!important}.xt-dark .config-card{background:#ffffff12!important;border:1px solid rgba(255,255,255,.12)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:none!important}.xt-dark .config-card .ant-typography{color:#ffffffe0!important}.xt-dark .product-card{background:#ffffff12!important;border-color:#ffffff1f!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.xt-dark .product-card:hover{border-color:#ff24428c!important;box-shadow:0 12px 34px #00000059,0 0 0 1px #ff244233!important}.xt-dark .product-card[data-selected]{border-color:#ff2442!important;box-shadow:0 0 0 1px #ff2442,0 12px 34px #ff244240!important}.xt-dark .product-card-media{background:#ffffff0f!important}.xt-dark .product-card-name{color:#ffffffe6!important}.xt-dark .product-card-hint{color:#ffffff73!important}.xt-dark .product-card-cat{background:#0f1220b3!important;color:#ffffffd9!important;border-color:#ffffff26!important}.xt-dark .product-card-edit{color:#ffffffd9!important}.xt-dark .xt-summary-card{background:#ffffff12!important;border:1px solid rgba(255,255,255,.12)!important}.xt-dark .ant-btn-default{background:#ffffff14!important;border-color:#ffffff29!important;color:#ffffffd9!important}.xt-dark .ant-btn-default:hover:not(:disabled){background:#ffffff24!important;border-color:#ff244299!important;color:#fff!important}.xt-dark .ant-btn-default:disabled{background:#ffffff0a!important;border-color:#ffffff14!important;color:#ffffff4d!important}.xt-dark .ant-btn-text{color:#fffc!important}.xt-dark .ant-btn-text:hover{color:#fff!important;background:#ffffff1a!important}.xt-dark .ant-btn-link{color:#ff6a6e!important}.xt-dark .ant-input,.xt-dark .ant-input-affix-wrapper,.xt-dark .ant-input-number,.xt-dark .ant-input-number-group-addon,.xt-dark .ant-select:not(.ant-select-customize-input) .ant-select-selector,.xt-dark .ant-input-outlined{background:#ffffff0f!important;border-color:#ffffff24!important;color:#ffffffe6!important}.xt-dark .ant-input::placeholder,.xt-dark .ant-input-affix-wrapper input::placeholder,.xt-dark .ant-select-selection-placeholder{color:#ffffff59!important}.xt-dark .ant-input:hover,.xt-dark .ant-input-affix-wrapper:hover,.xt-dark .ant-input-number:hover,.xt-dark .ant-select:not(.ant-select-customize-input):hover .ant-select-selector{border-color:#ffffff4d!important}.xt-dark .ant-input:focus,.xt-dark .ant-input-focused,.xt-dark .ant-input-affix-wrapper-focused,.xt-dark .ant-input-number-focused,.xt-dark .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:#ff2442b3!important;box-shadow:0 0 0 2px #ff244226!important}.xt-dark .ant-select-selection-item{color:#ffffffe6!important}.xt-dark .ant-select-arrow,.xt-dark .ant-select-clear,.xt-dark .ant-input-number-handler-wrap{color:#fff6!important}.xt-dark .ant-input-prefix{color:#ffffff73!important}.xt-dark .ant-input-suffix{color:#fff6!important}.xt-dark .ant-input-number-handler,.xt-dark .ant-input-number-handler-up-inner,.xt-dark .ant-input-number-handler-down-inner{color:#ffffff80!important}.xt-dark .ant-radio-wrapper,.xt-dark .ant-checkbox-wrapper{color:#ffffffd9!important}.xt-dark .ant-radio-inner,.xt-dark .ant-checkbox-inner{background:#ffffff14!important;border-color:#ffffff4d!important}.xt-dark .ant-slider-rail{background:#ffffff26!important}.xt-dark .ant-slider-track{background:#ff2442b3!important}.xt-dark .ant-upload.ant-upload-select,.xt-dark .ant-upload-wrapper .ant-upload-drag{background:#ffffff0d!important;border-color:#fff3!important;color:#ffffffb3!important}.xt-dark .ant-upload-text,.xt-dark .ant-upload-hint{color:#ffffff80!important}.xt-dark .ant-form-text{color:#fff9!important}.xt-dark .ant-menu-item{border-radius:10px!important;margin:4px 0!important;height:42px!important;line-height:42px!important;font-size:14px!important}.xt-dark .ant-menu-item-selected{background:linear-gradient(135deg,#ff24424d,#ff6a002e)!important;box-shadow:0 4px 16px #ff244233!important;font-weight:600!important}.xt-dark .ant-menu-item-selected .anticon{color:#ff6a6e!important}.xt-dark .ant-menu-item .anticon{color:#ffffff8c!important}.xt-dark .ant-menu-item:hover .anticon{color:#ff8a9c!important}.xt-dark .ant-card .ant-typography,.xt-dark .ant-list .ant-typography{color:#ffffffeb!important}.xt-dark .ant-card .ant-typography-secondary{color:#ffffff8c!important}.xt-dark .ant-list{background:transparent!important}.xt-dark .ant-list-item{border-bottom:1px solid rgba(255,255,255,.08)!important;color:#ffffffe0;padding:16px 4px!important}.xt-dark .ant-list-item:hover{background:#ffffff0a;border-radius:12px}.xt-dark .ant-list-item-meta-title{color:#ffffffeb!important}.xt-dark .ant-list-item-meta-description{color:#ffffff8c!important}.xt-dark .ant-tag:not(.ant-tag-checkable){background:#ffffff14!important;border-color:#ffffff24!important;color:#ffffffd9!important}.xt-dark .ant-tag-green{background:#52c41a29!important;color:#8fd460!important;border-color:#52c41a66!important}.xt-dark .ant-tag-red{background:#ff244229!important;color:#ff7a8c!important;border-color:#ff244266!important}.xt-dark .ant-tag-orange{background:#ff8c0029!important;color:#ffb84d!important;border-color:#ff8c0066!important}.xt-dark .ant-tag-blue{background:#1677ff29!important;color:#6cb3ff!important;border-color:#1677ff66!important}.xt-dark .ant-tag-magenta{background:#eb2f9629!important;color:#ff7ab8!important;border-color:#eb2f9666!important}.xt-dark .ant-tag-purple{background:#722ed133!important;color:#b98aff!important;border-color:#722ed166!important}.xt-dark .ant-tag-gold{background:#faad1429!important;color:#ffd15c!important;border-color:#faad1466!important}.xt-dark .ant-tag-cyan{background:#13c2c229!important;color:#5fdcdc!important;border-color:#13c2c266!important}.xt-dark .ant-tag-default{background:#ffffff14!important;color:#fffc!important;border-color:#ffffff29!important}.xt-dark .ant-divider{border-color:#ffffff1a!important}.xt-dark .ant-divider-inner-text{color:#fff9!important}.xt-dark .ant-alert{background:#ffffff0f!important;border-color:#ffffff24!important}.xt-dark .ant-alert-info{background:#1677ff1f!important;border-color:#1677ff59!important}.xt-dark .ant-alert-message{color:#ffffffe6!important}.xt-dark .ant-alert-description{color:#fff9!important}.xt-dark .ant-alert-icon{color:inherit!important}.xt-dark .ant-table-container{border-radius:12px!important}.xt-dark .ant-table-thead>tr>th{font-weight:600!important}.xt-dark .ant-table-tbody>tr>td{padding:12px 16px!important}.xt-dark .ant-switch{background:#ffffff2e!important}.xt-dark .ant-switch-checked{background:linear-gradient(135deg,#ff2442,#ff6a00)!important}.xt-dark .ant-modal .ant-form-item-label>label{color:#000000e0!important}.xt-dark .ant-modal .ant-typography{color:#000000e0!important}.xt-dark .ant-modal .ant-input,.xt-dark .ant-modal .ant-input-affix-wrapper,.xt-dark .ant-modal .ant-select .ant-select-selector,.xt-dark .ant-modal .ant-btn-default{background:#fff!important;border-color:#d9d9d9!important;color:#000000e0!important}.xt-dark .ant-modal .ant-slider-rail{background:#0000000f!important}.xt-dark .ant-modal .ant-radio-wrapper,.xt-dark .ant-modal .ant-checkbox-wrapper{color:#000000e0!important}.xt-dark .ant-modal .ant-radio-inner,.xt-dark .ant-modal .ant-checkbox-inner{background:#fff!important;border-color:#d9d9d9!important}.xt-dark .ant-modal .ant-upload.ant-upload-select{background:#fafafa!important;border-color:#d9d9d9!important}.xt-dark .ant-modal .ant-tag{background:#0000000a!important;color:#000000bf!important;border-color:#d9d9d9!important}.xt-dark .ant-modal .ant-upload-text{color:#000000a6!important}.xt-dark .ant-modal .ant-upload-hint{color:#00000073!important}.xt-dark .ant-card-head-title{font-weight:600!important;letter-spacing:.2px}.xt-dark .ant-table-placeholder,.xt-dark .ant-table-placeholder .ant-table-cell{background:transparent!important;border-bottom:none!important}.xt-dark .ant-empty-description{color:#ffffff8c!important}.xt-dark.ant-layout,.xt-dark .ant-layout{background:transparent!important}body{background:#0b0e1a}.xt-dark{color:#ffffffe0}.xt-dark .ant-typography{color:#ffffffe0!important}.xt-dark .ant-typography-secondary{color:#ffffff8c!important}.xt-dark .phone-screen .ant-typography,.xt-dark .phone-screen .ant-typography-secondary{color:#000000e0!important}.xt-dark .phone-screen .ant-typography-secondary{color:#00000073!important}.xt-dark .ant-input-number-input{color:#ffffffeb!important}.xt-dark .ant-input-number-input::placeholder{color:#ffffff59!important}.xt-dark .ant-layout-content{overflow-x:hidden!important}.xt-dark .ant-statistic-title{color:#fff9!important}.xt-dark .ant-statistic-content-value{color:#fffffff2!important}.xt-dark .ant-statistic-content-suffix{color:#ffffffb3!important}.fc-card{transition:transform .2s ease,box-shadow .2s ease}.fc-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0006}.fc-card-actions{opacity:0;transition:opacity .2s ease}.fc-card:hover .fc-card-actions{opacity:1}.fc-send-btn:hover{transform:scale(1.06);box-shadow:0 8px 24px #ff244280!important}.fc-input-box .ant-input,.fc-input-box .ant-input:hover,.fc-input-box .ant-input:focus,.fc-input-box .ant-input-focused,.fc-input-box .ant-input-outlined{background:transparent!important;border-color:transparent!important;box-shadow:none!important;outline:none!important}.fc-input-box .ant-input::placeholder{color:#ffffff4d!important}.fc-input-box .ant-input{caret-color:#ffffffe6}@keyframes fc-glow{0%,to{box-shadow:0 0 18px #ff244229,0 0 55px #5865f21a,0 16px 48px #00000080}50%{box-shadow:0 0 30px #ff24424d,0 0 85px #5865f22e,0 16px 48px #00000080}}.fc-glow-frame{border-radius:28px;padding:1.5px;background:#ffffff24;transition:background .3s ease}.fc-glow-frame:hover{background:linear-gradient(135deg,#ff244299,#ff6a0059 28%,#5865f273 68%,#ff24428c);animation:fc-glow 3.2s ease-in-out infinite}.ant-popover .ant-popover-inner{background:#161a2ef7!important;border:1px solid rgba(255,255,255,.12);border-radius:16px!important;box-shadow:0 0 22px #ff244224,0 8px 32px #0000008c!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ant-popover .ant-popover-arrow:before{background:#161a2ef7!important;border:1px solid rgba(255,255,255,.12)}.ant-popover .ant-popover-inner-content{color:#ffffffe0}.ant-dropdown .ant-dropdown-menu{background:#161a2ef7!important;border:1px solid rgba(255,255,255,.12);border-radius:16px!important;box-shadow:0 0 22px #ff244224,0 8px 32px #0000008c!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:6px!important}.ant-dropdown .ant-dropdown-menu-item{color:#ffffffd9!important;border-radius:10px!important;padding:7px 12px!important}.ant-dropdown .ant-dropdown-menu-item:hover,.ant-dropdown .ant-dropdown-menu-item-active{background:#ffffff14!important;color:#fff!important}.ant-dropdown .ant-dropdown-menu-item .anticon{color:#fff9}.ant-dropdown .ant-dropdown-menu-item-divider{background:#ffffff1a!important}.ant-dropdown .ant-dropdown-menu-item-danger{color:#ff4d4f!important}.ant-dropdown .ant-dropdown-menu-item-danger:hover{background:#ff244226!important}.ant-select-dropdown{background:#161a2ef7!important;border:1px solid rgba(255,255,255,.12);border-radius:16px!important;box-shadow:0 0 22px #ff244224,0 8px 32px #0000008c!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:6px!important}.ant-select-dropdown .ant-select-item{color:#ffffffd9!important;border-radius:10px!important}.ant-select-dropdown .ant-select-item-option-selected{background:#ff24422e!important;color:#ff5e7e!important}.ant-select-dropdown .ant-select-item-option-active{background:#ffffff14!important}.ant-select-dropdown .ant-select-item-option-content{color:inherit}.ant-tabs .ant-tabs-tab{color:#fff9!important;transition:color .2s}.ant-tabs .ant-tabs-tab:hover{color:#ffffffeb!important}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}.ant-tabs .ant-tabs-ink-bar{background:linear-gradient(90deg,#ff2442,#ff6a00)!important}.ant-tabs .ant-tabs-tab-btn:focus-visible{outline:none}.ant-popover .ant-input::placeholder,.ant-select-dropdown .ant-input::placeholder,.ant-modal .ant-input::placeholder{color:#ffffff73!important}@keyframes fc-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fc-ph-shimmer{background:linear-gradient(110deg,#ffffff05 25%,#ffffff17 45%,#ff244212 55%,#ffffff05 75%);background-size:200% 100%;animation:fc-shimmer 1.8s linear infinite}.fc-send-btn:hover{transform:scale(1.06);box-shadow:0 8px 22px #ffffff59!important}.fc-send-btn:active{transform:scale(.96)}@keyframes fc-nav-pulse{0%,to{opacity:.45}50%{opacity:1}}.fc-nav-line-pulse{animation:fc-nav-pulse 1.2s ease-in-out infinite}.fc-ref-thumb{transition:all .2s}.fc-ref-thumb:hover{border-color:#ff2442b3!important;transform:scale(1.06);box-shadow:0 0 10px #ff24424d}.fc-ref-thumb:hover .fc-ref-del{opacity:1!important}.fc-ref-thumb:hover .fc-ref-idx{opacity:0}@keyframes fc-skill-glow{0%,to{box-shadow:0 2px 12px #ff244273}50%{box-shadow:0 2px 20px #ff2442cc,0 0 26px #ff6a0059}}.fc-skill-btn{animation:fc-skill-glow 2.4s ease-in-out infinite}.fc-skill-btn:hover{transform:scale(1.06);filter:brightness(1.12)}.fc-skill-btn:active{transform:scale(.96)}.xt-dark textarea{resize:none!important}.xt-dark textarea.xt-prompt-input.ant-input,.xt-dark textarea.xt-prompt-input.ant-input:hover,.xt-dark textarea.xt-prompt-input.ant-input:focus{background:transparent!important;border:none!important;border-color:transparent!important;box-shadow:none!important;scrollbar-width:none;-ms-overflow-style:none}.xt-dark textarea.xt-prompt-input.ant-input::-webkit-scrollbar{display:none}@keyframes xt-breathe{0%{transform:translate(0) scale(1);opacity:.3}20%{transform:translate(82px,-52px) scale(1.16);opacity:1}45%{transform:translate(-68px,52px) scale(1.26);opacity:.38}70%{transform:translate(54px,78px) scale(1.1);opacity:.94}to{transform:translate(-38px,-46px) scale(1.03);opacity:.32}}*{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 1024 1024'%3E%3Cpath d='M57.782857%2029.988571c7.314286-1.462857%2013.897143-0.731429%2020.48%202.194286L967.68%20387.657143c7.314286%202.925714%2013.897143%208.045714%2017.554286%2015.36%204.388571%206.582857%205.851429%2014.628571%205.12%2023.405714a37.302857%2037.302857%200%200%201-10.971429%2021.211429%2030.72%2030.72%200%200%201-20.48%2010.24L512%20517.851429l-56.32%20439.588571a29.988571%2029.988571%200%200%201-9.508571%2020.48c-5.851429%205.851429-13.165714%209.508571-21.211429%2010.971429a37.010286%2037.010286%200%200%201-23.405714-5.12%2032.841143%2032.841143%200%200%201-15.36-17.554286L31.451429%2078.994286A33.206857%2033.206857%200%200%201%2029.257143%2058.514286%2038.180571%2038.180571%200%200%201%2057.782857%2029.988571z%20m343.04%20777.508572L130.925714%20131.657143l680.228572%20272.091428-364.982857%2049.005715-45.348572%20354.742857z' fill='%23f4ea2a'/%3E%3C/svg%3E") 2 2,auto!important}button,a,[role=button],[role=menuitem],[role=menuitemradio],[role=option],.ant-btn,.ant-btn *,.ant-dropdown-menu-item,.ant-dropdown-menu-item *,.ant-pagination-item,.ant-pagination-item *,.ant-menu-item,.ant-menu-item *,.ant-tabs-tab,.ant-tabs-tab *,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-switch,[style*="cursor: pointer"],[style*="cursor:pointer"],[style*="cursor:pointer"] *,[style*="cursor: pointer"] *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 1029 1024'%3E%3Cpath d='M646.736842%201020.854949c-66.617898-12.580204-59.327098-100.069803-163.828563-99.069105s-202.855787%204.145749-328.800782%2083.772721C50.320815%201072.176462-22.873098%20743.375681%20238.166132%20734.655312c0%200%20133.378752-6.718972%20153.392712-8.720369s-54.752478-106.502862-100.069803-165.829959-214.435292-198.852995-235.449951-222.726791-94.637442-92.350133-29.592071-271.618037c49.606031-137.238587%20152.392015%204.717576%20197.280469%2069.619992%200%200%20179.982689%20241.168226%20257.322351%20262.754712%200%200%2013.437945%2014.295686%2012.008377-10.149937-1.286612-21.586486-88.490297-125.087254-87.060729-148.53218s18.012565-52.179255%2069.334078-53.608823a263.612453%20263.612453%200%200%201%20188.988971%2071.478431c34.16669%2034.16669%2021.586486%2012.008376%206.576016-42.887059-6.718972-25.017451%203.002094-37.168784%206.576015-40.027921%2017.440737-14.295686%20131.091442-22.873098%20240.596399%20177.266509a475.903392%20475.903392%200%200%201%2045.031411%20356.391456%20111.077482%20111.077482%200%200%201%2042.887058%2025.160407c13.437945%2015.725255%2016.440039%2032.737121%2014.295687%2070.191819-1.286612%2023.016055-77.196705%20138.668156-185.843921%20182.127042-59.470054%2023.730839-149.961748%2042.887058-187.845316%2035.167388z' fill='%23ffffff' stroke='%23121422' stroke-width='30'/%3E%3Cpath d='M673.898646%20970.534134C607.280748%20957.810973%20566.823956%20936.796314%20496.346224%20914.923915s-212.576853-19.013263-346.813347%2030.306854C53.608823%20980.684071-9.435153%20741.088371%20251.604077%20732.225045c0%200%2092.779003%202.001396%20112.792963%200s77.053748-22.444227%2041.314533-80.198799c-26.447019-42.887058-130.519615-182.412955-247.458327-259.895574S-46.175066%20248.316069%2026.589976%2053.608823C73.33687-71.478431%20192.276979%2068.047466%20237.165433%20132.806924c0%200%20193.992461%20247.887198%20271.618038%20269.473685A21.014659%2021.014659%200%200%200%20528.940388%20380.694123c-3.859835-39.313137-55.324305-83.772721-103.929638-121.513333-37.168784-28.591372-24.302666-73.622784%2063.901717-75.481223a263.040625%20263.040625%200%200%201%20188.988971%2071.478431c34.16669%2034.16669%204.002792-20.728745-3.002094-40.599749-5.00349-14.295686-3.573922-48.74829%2017.440737-46.88985s127.231607-5.289404%20236.87952%20194.850202c102.50007%20187.130532%2047.461678%20343.096468%2047.461678%20343.096468a113.078878%20113.078878%200%200%201%2042.887058%2025.160408c13.437945%2015.868212%2012.008376%2042.887058%200%2075.052352-25.017451%2068.476337-63.75876%20112.221136-149.532877%20146.387826-59.470054%2023.873796-158.825073%2025.446321-196.708642%2018.298479z' fill='%23ffffff' stroke='%23121422' stroke-width='30'/%3E%3Cpath d='M126.516823%20774.82619s45.031411%20101.785285%20303.35446%2077.482619S836.297641%20771.967053%20933.36535%20646.022058s9.006282-297.9221-71.478431-391.844758a503.922937%20503.922937%200%200%200-83.34385-64.187631%20180.411559%20180.411559%200%200%200-83.629765-23.016055c-25.017451%200.714784-24.302666%2021.300572-21.586486%2032.165294s57.182745%2053.608823%2036.454%2074.194611c-14.295686%2014.295686-8.863325-1.286612-62.186235-42.887058s-100.069803-48.891247-161.541253-46.175066-74.909396%2022.015357-77.625576%2027.590674S622.577132%20338.807762%20561.534553%20428.870585c-17.583694%2025.732235-96.924752-55.467262-145.530086-91.921262-22.873098-17.154823-81.628368-83.200893-143.957559-156.537764C228.730979%20128.661175%20195.564987%2062.329192%20158.825073%2028.591372a112.364093%20112.364093%200%200%200-71.478431-27.590674C42.887058%201.143655%2027.733631%20151.105403%20155.537065%20257.322351c203.856485%20170.118665%20333.232445%20363.110429%20353.103449%20404.996789S470.185118%20838.870864%20257.322351%20732.225045c0%200-120.941505%205.432361-130.376658%2042.887059z' fill='%23ffffff' stroke='%23121422' stroke-width='30'/%3E%3C/svg%3E") 4 3,pointer!important}input,textarea,select,[contenteditable=true],input.ant-input,textarea.ant-input{cursor:text!important}.xt-work-col{width:840px}.xt-cat-col{width:104px}.xt-struct-col{width:128px}.xt-items-grid{grid-template-columns:repeat(4,1fr)}@media (max-width: 1439px){.xt-work-col{width:720px}.xt-items-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1279px){.xt-work-col{width:620px}.xt-cat-col{width:92px}.xt-struct-col{width:108px}.xt-items-grid{grid-template-columns:repeat(3,1fr)}.xt-header-less{padding:0 16px!important}.xt-logo-sub{display:none!important}}@media (max-width: 1080px){.xt-work-col{width:520px}.xt-items-grid{grid-template-columns:repeat(2,1fr)}.xt-coin-tag,.xt-avatar-name{display:none!important}}
