*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-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}
