:root{--color-primary: #ff4d5a;--color-primary-soft: #ff7d86;--color-primary-dark: #dc3041;--color-accent: #f5d38a;--color-text-primary: #2b2530;--color-text-secondary: #7d7684;--color-text-tertiary: #a7a0ae;--color-border: rgba(31, 41, 55, .08);--color-border-secondary: rgba(31, 41, 55, .05);--color-bg-page: #f7f8fb;--color-bg-container: #ffffff;--color-success: #42a06c;--color-warning: #f59e0b;--color-error: #dc3041;--color-info: #ff4d5a;--font-family-base: "PingFang SC", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-xxl: 24px;--font-size-xxxl: 28px;--line-height-body: 1.5;--line-height-heading: 1.25;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--radius-compact-min: 6px;--radius-compact-max: 8px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 8px 24px rgba(31, 41, 55, .06);--shadow-md: 0 16px 36px rgba(31, 41, 55, .08);--shadow-lg: 0 22px 44px rgba(31, 41, 55, .1);--size-nav-height: 64px;--size-control-height: 40px;--size-button-sm: 32px;--size-button-md: 40px;--size-button-lg: 48px;--size-table-row-height: 48px;--size-min-touch-target: 44px;--breakpoint-mobile-max: 768px;--breakpoint-tablet-min: 768px;--breakpoint-tablet-max: 1199px;--breakpoint-desktop-min: 1200px}:root{--primary: #ff4d5a;--primary-soft: #ff7d86;--primary-dark: #dc3041;--primary-rgb: 255, 77, 90;--primary-dark-rgb: 220, 48, 65;--accent: #f5d38a;--accent-rgb: 245, 211, 138;--sidebar-bg: #fffdfd;--sidebar-hover: rgba(255, 77, 90, .07);--sidebar-selected: linear-gradient(90deg, rgba(255, 241, 243, .98) 0%, rgba(255, 250, 250, .98) 100%);--sidebar-selected-shadow: 0 10px 20px rgba(31, 41, 55, .04);--surface-soft: #fff4f5;--surface: rgba(255, 255, 255, .98);--surface-strong: #ffffff;--surface-raised: #ffffff;--gray-light: #f7f8fb;--gray-bg: #ffffff;--text: #2b2530;--text-secondary: #7d7684;--heading: #211b25;--border: rgba(31, 41, 55, .08);--border-strong: rgba(255, 77, 90, .16);--link: #dc3041;--link-hover: #c92a39;--shadow-sm: 0 8px 24px rgba(31, 41, 55, .06);--shadow-md: 0 16px 36px rgba(31, 41, 55, .08);--shadow-lg: 0 22px 44px rgba(31, 41, 55, .1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 8px;--z-floating-tools: 900;--z-message: 10050}.ant-message,.ant-notification{z-index:var(--z-message)!important}.ant-modal-confirm .ant-btn:focus,.ant-modal-confirm .ant-btn:focus-visible{outline:none;box-shadow:none}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden}body{height:100%;overflow:hidden;font-family:PingFang SC,Hiragino Sans GB,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;margin:0;color:var(--text);background:radial-gradient(circle at top right,rgba(var(--primary-rgb),.08) 0%,transparent 18%),radial-gradient(circle at bottom left,rgba(var(--accent-rgb),.12) 0%,transparent 22%),linear-gradient(180deg,#fff,#fffdfd 68%,#fff5f6);background-attachment:fixed}#root{height:100%;overflow:hidden}.global-mutation-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10040;display:flex;align-items:center;justify-content:center;background:#ffffff61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.global-mutation-loading__panel{min-width:220px;max-width:min(88vw,320px);padding:20px 24px;border-radius:16px;background:#fffffff5;border:1px solid rgba(var(--primary-rgb),.12);box-shadow:0 18px 48px #1f29371f;text-align:center}.global-mutation-loading__icon{font-size:28px;color:var(--primary)}.global-mutation-loading__title{margin-top:12px;font-size:16px;font-weight:600;color:var(--heading)}.global-mutation-loading__desc{margin-top:6px;font-size:13px;line-height:1.6;color:var(--text-secondary)}.admin-layout.ant-layout{height:100vh;overflow:hidden;background:linear-gradient(180deg,#fff,#fffafb)}.admin-layout .admin-sider.ant-layout-sider{display:flex!important;flex-direction:column;height:100vh!important;max-height:100vh;overflow:hidden}.admin-layout .admin-sider .ant-layout-sider-children{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.admin-sider-logo-wrap{flex-shrink:0}.admin-sider-menu-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:8px}.admin-layout .admin-sider .ant-layout-sider-trigger{flex-shrink:0;z-index:2!important}.admin-sider-menu-scroll--drawer{flex:1;min-height:0;max-height:none}.admin-content{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:1200px;width:100%;margin-left:auto!important;margin-right:auto!important}.admin-content .ant-card{border-radius:16px;background:var(--surface-raised);box-shadow:var(--shadow-sm);border:1px solid rgba(31,41,55,.06);transition:box-shadow .3s ease}.admin-content .ant-card .ant-card-body{padding:24px}.admin-content .ant-card.ant-card-small .ant-card-body{padding:16px}.admin-content .ant-card.ant-card-bordered .ant-card-head{border-bottom-color:var(--border)}.admin-header{height:64px!important;line-height:64px!important}.admin-content .ant-btn{min-height:40px}.admin-content .ant-btn-sm{min-height:32px}.admin-content .ant-btn-lg{min-height:48px}.admin-content textarea.ant-input{line-height:1.6;resize:vertical}.admin-content .ant-input-textarea,.admin-content .ant-input-textarea-affix-wrapper{width:100%;max-width:100%}.admin-content .ant-input-textarea-show-count:after{margin-top:6px;color:var(--text-secondary);font-size:12px}.admin-content .ant-form-vertical .ant-form-item-control .ant-select,.admin-content .ant-form-vertical .ant-form-item-control .ant-picker,.admin-content .ant-form-vertical .ant-form-item-control .ant-input-number,.admin-content .ant-form-horizontal .ant-form-item-control .ant-select,.admin-content .ant-form-horizontal .ant-form-item-control .ant-picker,.admin-content .ant-form-horizontal .ant-form-item-control .ant-input-number{width:100%}.admin-content .ant-form-inline .ant-form-item{margin-right:16px;margin-bottom:12px}.admin-content .ant-form-inline .ant-btn{min-height:40px}.admin-content .ant-form-item{margin-bottom:24px}.admin-content .ant-card:hover{box-shadow:var(--shadow-md)}.admin-content h2{margin-bottom:20px;font-size:20px;font-weight:600;color:var(--heading)}.admin-content .ant-card .ant-card-head-title,.admin-content .ant-statistic-content,.admin-content h1,.admin-content h2,.admin-content h3,.admin-content h4{color:var(--heading)}.admin-content .ant-typography,.admin-content .ant-form-item-label>label,.admin-content .ant-descriptions-item-label,.admin-content .ant-empty-description,.admin-content .ant-list-item-meta-description,.admin-content .ant-alert-description{color:var(--text-secondary)}.admin-content a{color:var(--link);transition:color .2s ease}.admin-content a:hover{color:var(--link-hover)}.admin-content .ant-btn-default{background:#fff;border-color:var(--border);color:var(--text)}.admin-content .ant-btn-default:hover{background:#fff6f7;border-color:var(--border-strong);color:var(--primary-dark)}.admin-content .ant-btn-link{color:var(--link)}.admin-content .ant-btn-link:hover{color:var(--link-hover)}.admin-content .level-page>.ant-card{background:transparent!important;border:none!important;box-shadow:none!important}.admin-content .level-page{padding:0}.admin-content .level-page .ant-tabs{background:#fff;border-radius:12px 12px 0 0;border:1px solid rgba(15,23,42,.08);border-bottom:none}.admin-content .level-page .ant-tabs-nav{margin-bottom:0;padding:12px 16px 0}.admin-content .level-page .ant-tabs-top>.ant-tabs-nav:before{border-bottom:none}.admin-content .level-page .ant-tabs-nav-list{gap:4px}.admin-content .level-page .ant-tabs-tab{margin:0!important;padding:10px 20px!important;border-radius:8px 8px 0 0;transition:all .2s ease;background:transparent;border:1px solid transparent;border-bottom:none}.admin-content .level-page .ant-tabs-tab .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#5f5b66}.admin-content .level-page .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#2f2b36}.admin-content .level-page .ant-tabs-tab.ant-tabs-tab-active{background:#fff;border-color:#0f172a14;border-bottom:2px solid #fff;margin-bottom:-1px!important}.admin-content .level-page .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1f1b27;font-weight:600}.admin-content .level-page .ant-tabs-ink-bar{display:none!important}.admin-content .level-page .ant-tabs-content-holder{background:#fff;border:1px solid rgba(15,23,42,.08);border-top:none;border-radius:0 0 12px 12px}.admin-content .level-page__content{padding:20px}.admin-content .level-page__filters{display:grid;grid-template-columns:minmax(280px,1.6fr) auto auto auto auto;gap:12px;align-items:center;width:100%;margin-bottom:16px}.admin-content .level-page__filters--orders{grid-template-columns:minmax(220px,1.2fr) minmax(220px,1.2fr) auto auto}.admin-content .level-page__filter-search.ant-input-affix-wrapper{height:40px;min-height:40px;border-radius:10px!important;padding:4px 11px!important}.admin-content .level-page__filter-search.ant-input-affix-wrapper input.ant-input{height:auto!important;min-height:auto!important;font-size:14px!important}.admin-content .level-page__filter-search .ant-input-prefix{margin-inline-end:8px}.admin-content .level-page__filters .ant-btn{height:40px!important;min-height:40px!important;padding:6px 20px!important;border-radius:10px;font-size:14px}.admin-content .level-page__table .ant-table-thead>tr>th{font-size:13px;font-weight:600;background:linear-gradient(180deg,#fafafb,#f8f9fa)!important;color:var(--heading)!important;border-bottom:1px solid rgba(15,23,42,.08)!important}.admin-content .level-page__table .ant-table-tbody>tr>td{font-size:13px}.admin-content .level-page__table .ant-table-tbody>tr:hover>td{background:#fafafa!important}.admin-content .level-page__table .ant-table-container{border-top:1px solid rgba(15,23,42,.04)}.admin-content .level-page__table .ant-btn-link{padding-inline:4px;font-weight:500}.admin-content .level-page__table .ant-pagination{margin:16px 0 0}.admin-content .level-page__table .ant-pagination-total-text{color:var(--text-secondary)}.admin-content .level-page__modal-form{margin-top:8px}.admin-content .level-page__input-number{width:100%}.admin-content .level-page__cover-image .ant-image-img,.admin-content .level-page__cover-image img{object-fit:cover}.admin-content .level-page__detail-subtitle{margin-top:16px;margin-bottom:8px;font-weight:500}.admin-content .level-page__detail-descriptions{margin-bottom:12px}.admin-content .level-page__table .ant-space-item .ant-btn-link{padding-inline:8px;font-size:13px}.admin-content .level-page .level-op-link.ant-btn-link{color:#d03a4a;font-weight:500}.admin-content .level-page .level-op-link.ant-btn-link:hover{color:var(--primary-dark)}.admin-content .level-page .level-op-danger.ant-btn-link{color:#e03131;font-weight:500}.admin-content .level-page .level-op-danger.ant-btn-link:hover{color:#c92a2a}.admin-content .level-page .level-table .ant-btn-link:hover{color:var(--primary-dark)}.admin-content .level-page .level-table .ant-btn-link.ant-btn-dangerous{color:#e03131}.admin-content .level-page .level-table .ant-btn-link.ant-btn-dangerous:hover{color:#c92a2a}.admin-content .level-page .level-table .ant-empty{margin-block:32px}.admin-content .level-detail-modal .ant-descriptions-bordered .ant-descriptions-item-label{width:120px;background:#fafafa;color:var(--heading)}@media (max-width: 1100px){.admin-content .level-page__filters,.admin-content .level-page__filters--orders{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.admin-content .level-page__filters,.admin-content .level-page__filters--orders{grid-template-columns:1fr}.admin-content .level-page__filters .ant-btn,.admin-content .level-page__filters .ant-select,.admin-content .level-page__filters .ant-input-affix-wrapper{width:100%}}.admin-content .ant-table-wrapper{border-radius:16px;background:var(--surface);border:1px solid rgba(31,41,55,.06);box-shadow:var(--shadow-sm)}.admin-content .ant-table{background:transparent}.admin-content .ant-table-container{border-inline-start:none!important;border-radius:inherit;overflow:hidden}.admin-content .ant-table-thead>tr>th{background:linear-gradient(180deg,#fff8f8,#fffefe)!important;color:var(--heading)!important;border-bottom:1px solid var(--border)!important}.admin-content .ant-table-tbody>tr>td{border-bottom-color:#1f29370f!important;vertical-align:middle}.admin-content .ant-table-tbody>tr:hover>td{background:rgba(var(--primary-rgb),.04)!important}.admin-content .ant-table-expanded-row>td{background:rgba(var(--primary-rgb),.02)!important}.admin-content .redeem-code-table .redeem-code-table__time-cell{max-width:0;overflow:hidden;vertical-align:middle}.admin-content .redeem-code-table .redeem-code-table__time-ellipsis{display:block!important;width:100%!important;max-width:100%!important;margin-bottom:0!important}.admin-content .redeem-code-table .redeem-code-table__op-cell{overflow:hidden;white-space:nowrap}.admin-content .redeem-code-table .redeem-code-table__op-link{white-space:nowrap}.admin-content .pingjia-table .pingjia-table__flags{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0}.admin-content .pingjia-table .pingjia-table__flag-item{display:flex;justify-content:center;min-width:0}.admin-content .pingjia-table .pingjia-table__flag-item .ant-switch{min-width:54px}.admin-content .pingjia-table .pingjia-table__actions.ant-space{display:flex;flex-wrap:nowrap;gap:4px}.admin-content .pingjia-table .pingjia-table__actions .ant-space-item{display:inline-flex;flex:0 0 auto}.admin-content .pingjia-table .pingjia-table__action-link.ant-btn{padding-inline:4px;white-space:nowrap}.admin-content .pingjia-table .ant-table-cell-fix-right{z-index:2;background:#fff!important;box-shadow:-6px 0 8px -4px #00000014}.admin-content .pingjia-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:color-mix(in srgb,#ffffff 96%,var(--primary) 4%)!important}.admin-content .pingjia-table .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right{background:color-mix(in srgb,#ffffff 90%,var(--primary) 10%)!important}.admin-content .pingjia-table .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-right{background:color-mix(in srgb,#ffffff 88%,var(--primary) 12%)!important}.admin-content .pingjia-table .pingjia-table__flags-cell{min-width:300px}.admin-content .pingjia-table .pingjia-table__actions-cell{min-width:220px;white-space:nowrap}.admin-content .pingjia-table .pingjia-table__actions-cell .ant-space,.admin-content .pingjia-table .pingjia-table__actions{min-width:0;flex-wrap:nowrap}.admin-content .ant-pagination .ant-pagination-item{border-color:var(--border);background:#fff}.admin-content .ant-pagination .ant-pagination-item-active{background:#fff2f3;border-color:rgba(var(--primary-rgb),.24)}.admin-content .ant-pagination .ant-pagination-item-active a{color:var(--primary-dark)}.admin-content .ant-tabs-top>.ant-tabs-nav:before{border-bottom-color:var(--border)}.admin-content .ant-tabs-tab{color:var(--text-secondary)}.admin-content .ant-tabs-tab-btn{font-weight:600}.admin-content .ant-alert{border-radius:14px;border:1px solid var(--border)}.admin-content .ant-alert-info{background:linear-gradient(180deg,#fff7f8,#fffdfd)}.admin-content .ant-empty,.admin-content .ant-result{color:var(--text-secondary)}.admin-content .ant-descriptions-view{border-radius:14px;overflow:hidden;border-color:var(--border)!important}.admin-subbar{background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 6px 18px #1f293708}.admin-breadcrumb .ant-breadcrumb{color:var(--text-secondary)}.admin-breadcrumb__home{cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;gap:4px;transition:color .2s ease}.admin-breadcrumb__home:hover{color:var(--link)}.admin-operation-alert.ant-alert{background:linear-gradient(180deg,#fff7f8,#fffdfd);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.admin-operation-alert .ant-alert-message{color:var(--heading)}.admin-operation-alert .ant-alert-description{color:var(--text-secondary)}.ant-float-btn,.ant-float-btn-group,.ant-back-top{z-index:var(--z-floating-tools)!important}.ant-modal-root .ant-modal-mask,.ant-modal-root .ant-modal-wrap,.ant-drawer .ant-drawer-mask,.ant-image-preview-root .ant-image-preview-mask,.ant-image-preview-root .ant-image-preview-wrap{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.ant-drawer .ant-drawer-content-wrapper{position:fixed!important}.ant-modal .ant-modal-content,.ant-drawer .ant-drawer-content,.ant-dropdown .ant-dropdown-menu,.ant-popover .ant-popover-inner{background:var(--surface-strong);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.ant-modal .ant-modal-header,.ant-drawer .ant-drawer-header{background:transparent;border-bottom-color:var(--border)}.ant-modal .ant-modal-footer,.ant-drawer .ant-drawer-footer{border-top-color:var(--border)}.ant-tag{border-radius:999px;padding-inline:10px;line-height:22px;font-weight:600;border-color:transparent}.ant-tag-blue,.ant-tag-processing{color:#c92a39;background:#fff2f4;border-color:#ffd4d9}.ant-tag-red,.ant-tag-error,.ant-tag-volcano,.ant-tag-magenta{color:#c92a39;background:#fff0f2;border-color:#ffd0d6}.ant-tag-orange,.ant-tag-warning,.ant-tag-gold,.ant-tag-lime{color:#a66d1f;background:#fff8ea;border-color:#fde4b5}.ant-tag-green,.ant-tag-success,.ant-tag-cyan{color:#4d7a5c;background:#f0f8f2;border-color:#d6ecdc}.ant-tag-purple,.ant-tag-geekblue{color:#6c4b79;background:#f6f0fb;border-color:#e8dcf7}.admin-content .ant-back-top{right:28px;bottom:28px}.admin-content .ant-back-top-inner{width:44px;height:44px;line-height:44px;border-radius:50%;background:var(--primary-soft);color:#fff;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s}.admin-content .ant-back-top-inner:hover{background:var(--primary);transform:scale(1.06);box-shadow:var(--shadow-lg)}.payment-page{width:100%}.payment-page__title{color:var(--heading)}.payment-page__card.ant-card{overflow:hidden}.payment-page__tabs .ant-tabs-nav{margin-bottom:16px}.payment-page__filters.ant-space{display:flex;width:100%;gap:8px 8px}.payment-page__filters .ant-space-item{flex:0 0 auto}.payment-page__table .ant-table-container{border-top:1px solid rgba(31,41,55,.04)}.payment-page__table .ant-table-row-expand-icon-cell,.payment-page__table .ant-table-expanded-row-fixed,.payment-page__table .ant-table-thead>tr>th.ant-table-row-expand-icon-cell{background:inherit!important}.payment-page__table .ant-table-row-expand-icon-cell,.payment-page__table .ant-table-thead>tr>th.ant-table-row-expand-icon-cell{width:44px;min-width:44px;text-align:center}.payment-page__table .ant-table-thead>tr>th.ant-table-row-expand-icon-cell:before,.payment-page__table .ant-table-tbody>tr>td.ant-table-row-expand-icon-cell:before{display:none!important}.payment-page__table .ant-table-expanded-row>td{padding:16px 20px!important}.payment-page__expanded-stack.ant-space{gap:12px 12px}.coupon-page{width:100%}.coupon-page__card.ant-card{overflow:hidden}.coupon-page__tabs .ant-tabs-nav{margin-bottom:16px}.coupon-page__filters.ant-space{display:flex;width:100%;gap:12px 12px;align-items:center}.coupon-page__filters .ant-space-item{flex:0 0 auto}.coupon-page__table .ant-table-container{border-top:1px solid rgba(31,41,55,.04)}.redeem-code-page{width:100%}.redeem-code-page__card.ant-card{overflow:hidden}.redeem-code-page__filters.ant-space{display:flex;width:100%;gap:12px 12px;align-items:center}.redeem-code-page__filters .ant-space-item{flex:0 0 auto}.redeem-code-page__table .ant-table-container{border-top:1px solid rgba(31,41,55,.04)}@media (max-width: 767px){.payment-page__filters.ant-space{gap:10px 10px}.payment-page__filters .ant-space-item,.payment-page__filters .ant-space-item>.ant-input,.payment-page__filters .ant-space-item>.ant-input-affix-wrapper,.payment-page__filters .ant-space-item>.ant-select,.payment-page__filters .ant-space-item>.ant-picker,.payment-page__filters .ant-space-item>.ant-btn{width:100%!important}.coupon-page__filters.ant-space,.redeem-code-page__filters.ant-space{gap:10px 10px}.coupon-page__filters .ant-space-item,.coupon-page__filters .ant-space-item>.ant-input,.coupon-page__filters .ant-space-item>.ant-input-affix-wrapper,.coupon-page__filters .ant-space-item>.ant-select,.coupon-page__filters .ant-space-item>.ant-picker,.coupon-page__filters .ant-space-item>.ant-btn,.redeem-code-page__filters .ant-space-item,.redeem-code-page__filters .ant-space-item>.ant-input,.redeem-code-page__filters .ant-space-item>.ant-input-affix-wrapper,.redeem-code-page__filters .ant-space-item>.ant-select,.redeem-code-page__filters .ant-space-item>.ant-picker,.redeem-code-page__filters .ant-space-item>.ant-btn{width:100%!important}}@media (max-width: 1024px){.admin-content{margin:16px auto!important;padding:16px!important}}@media (max-width: 767px){.admin-content{margin:8px auto!important;padding:12px!important;border-radius:8px!important}.admin-content .ant-card-body{padding:12px!important}.admin-content h2{font-size:17px!important;margin-bottom:14px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:100%}.ant-modal{max-width:calc(100vw - 16px)!important;margin:0 auto!important;top:8px!important}.ant-modal-content{border-radius:10px!important}.ant-modal-body{max-height:calc(100vh - 130px);overflow-y:auto}.ant-form-item{margin-bottom:14px}.ant-space-horizontal{flex-wrap:wrap!important}.ant-space-item{flex-shrink:0}.ant-descriptions-item-label,.ant-descriptions-item-content{padding:6px 10px!important;font-size:13px!important}.ant-tabs-tab{padding:8px 10px!important;font-size:13px!important}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:4px}.ant-pagination-options{margin-inline-start:0!important}.ant-select,.ant-input-affix-wrapper,.ant-input{max-width:100%}}.admin-layout .admin-sider.ant-layout-sider{background:linear-gradient(180deg,#fff,#fff7f7)!important}.admin-layout .admin-sider .ant-layout-sider-trigger{background:#fffffff5!important;color:var(--text-secondary)!important;border-top:1px solid var(--border);transition:color .2s ease,background .2s ease}body.activity-orders-pay-modal-open .admin-layout .admin-sider .ant-layout-sider-trigger,body.contest-modal-open .admin-layout .admin-sider .ant-layout-sider-trigger,body.ant-scrolling-effect .admin-layout .admin-sider .ant-layout-sider-trigger{opacity:0!important;visibility:hidden!important;pointer-events:none!important}body.ant-scrolling-effect .admin-layout,body.ant-scrolling-effect .admin-layout .admin-sider,body.ant-scrolling-effect .admin-layout .admin-header,body.ant-scrolling-effect .admin-layout .admin-subbar,body.ant-scrolling-effect .admin-layout .admin-content,body.ant-scrolling-effect .admin-layout .ant-table-wrapper,body.ant-scrolling-effect .admin-layout .ant-card,body.ant-scrolling-effect .admin-layout .ant-statistic,body.ant-scrolling-effect .admin-layout .ant-statistic-content,body.ant-scrolling-effect .admin-layout .ant-statistic-title{position:relative!important;z-index:0!important}body.ant-scrolling-effect .admin-layout .ant-float-btn,body.ant-scrolling-effect .admin-layout .ant-float-btn-group,body.ant-scrolling-effect .admin-layout .ant-back-top{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.admin-layout .admin-sider .ant-layout-sider-trigger:hover{background:#fff4f5!important;color:var(--primary-dark)!important}.admin-side-menu.ant-menu,.admin-side-menu.ant-menu-light,.admin-side-menu.ant-menu-inline{background:transparent!important;border-inline-end:0!important}.admin-side-menu.ant-menu .ant-menu-item,.admin-side-menu.ant-menu .ant-menu-submenu-title{height:42px;line-height:42px;margin:6px 12px;padding-inline:14px!important;border-radius:12px;color:var(--text-secondary)!important;font-weight:600;font-size:13px;transition:all .2s ease}.admin-side-menu.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-item,.admin-side-menu.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu-title{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 24px);text-align:left}.admin-side-menu.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-title-content{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-side-menu.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu-arrow{margin-inline-start:12px}.admin-side-menu.ant-menu .ant-menu-sub.ant-menu-inline{background:transparent!important}.admin-side-menu.ant-menu .ant-menu-item:hover,.admin-side-menu.ant-menu .ant-menu-submenu-title:hover{background:var(--sidebar-hover)!important;color:var(--primary-dark)!important}.admin-side-menu.ant-menu .ant-menu-item-selected{background:var(--sidebar-selected)!important;color:var(--primary-dark)!important;box-shadow:inset 3px 0 0 var(--primary),var(--sidebar-selected-shadow);font-weight:700}.admin-side-menu.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.admin-side-menu.ant-menu .ant-menu-submenu-open>.ant-menu-submenu-title{color:var(--heading)!important;background:rgba(var(--primary-rgb),.04)!important}.admin-side-menu.ant-menu .ant-menu-item-icon,.admin-side-menu.ant-menu .ant-menu-submenu-title .ant-menu-item-icon,.admin-side-menu.ant-menu .ant-menu-submenu-arrow,.admin-side-menu.ant-menu .ant-menu-submenu-title .anticon{color:currentColor!important;font-size:15px}.activity-list-page .activity-cat-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.activity-list-page .activity-cat-all-btn.ant-btn{border-radius:10px;width:168px;height:56px;padding-inline:12px;font-weight:600;border-color:#e6eaf0;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.activity-list-page .activity-cat-all-btn.ant-btn:hover{border-color:#ff4d5a38;background:#fff8f9;color:#dc3041;transform:translateY(-1px);box-shadow:0 8px 18px #1f29371a}.activity-list-page .activity-cat-all-btn.ant-btn.is-active{border-color:#ff4d5a42;background:#fff1f3;color:#dc3041;box-shadow:0 10px 22px #ff4d5a24}.activity-list-page .activity-cat-chip{display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:168px;min-height:56px;padding:8px 10px;border-radius:10px;border:1px solid #e6eaf0;background:#fff;box-shadow:0 1px 2px #0f172a0a;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,min-height .22s ease,transform .2s ease}.activity-list-page .activity-cat-chip.is-active{border-color:#ff4d5a42;background:#fff7f8;box-shadow:0 2px 10px #ff4d5a1a}.activity-list-page .activity-cat-chip__main{display:inline-flex;flex-direction:row;align-items:center;gap:6px;border:0;background:transparent;cursor:pointer;border-radius:8px;min-height:0;padding:0;font-weight:600;color:#1f2937;line-height:1;max-width:100%;flex:1;min-width:0}.activity-list-page .activity-cat-chip__main>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.activity-list-page .activity-cat-chip__main:hover,.activity-list-page .activity-cat-chip.is-active .activity-cat-chip__main{color:#dc3041}.activity-list-page .activity-cat-chip__actions{margin-left:0;padding-left:0;border-left:0;flex-shrink:0}.activity-list-page .activity-cat-chip__thumb{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #eceff3;transition:width .2s ease,height .2s ease}.activity-list-page .activity-cat-chip:hover{flex-direction:column;align-items:center;justify-content:flex-start;min-height:172px;transform:translateY(-1px);border-color:#ff4d5a3d;box-shadow:0 10px 24px #1f29371f}.activity-list-page .activity-cat-chip:hover .activity-cat-chip__main{flex-direction:column;gap:8px;align-items:center}.activity-list-page .activity-cat-chip:hover .activity-cat-chip__main>span:last-child{max-width:132px;text-align:center}.activity-list-page .activity-cat-chip:hover .activity-cat-chip__thumb{width:100px;height:100px}.activity-list-page .activity-cat-chip__action.ant-btn{padding:0;min-height:0;height:auto;font-size:12px;line-height:1.2;font-weight:500;color:#9ca3af}.activity-list-page .activity-cat-chip__action.ant-btn:hover{color:#dc3041!important}.activity-entry-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.activity-entry-label__text{min-width:0;flex:1}.activity-entry-actions{display:inline-flex;align-items:center;gap:8px;opacity:0;pointer-events:none;transition:opacity .2s ease}.admin-content .ant-menu-item:hover .activity-entry-actions,.admin-content .ant-menu-item-selected .activity-entry-actions{opacity:1;pointer-events:auto}.activity-entry-actions .ant-btn{font-size:12px;height:auto;min-height:0;line-height:1.3}.qiantai-menus-page__panels,.qiantai-menus-page__tree-card,.qiantai-menus-page__detail-card{min-width:0}.qiantai-menu-tree-node{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0;padding-right:6px}.qiantai-menus-page .ant-tree-treenode{align-items:flex-start}.qiantai-menus-page .ant-tree-node-content-wrapper{width:100%;padding:10px 12px;border-radius:12px;transition:background .15s,box-shadow .15s}.qiantai-menus-page .ant-tree-node-content-wrapper:hover{background:#0f172a0a}.qiantai-menus-page .ant-tree-node-selected>.ant-tree-node-content-wrapper{background:rgba(var(--primary-rgb),.14)!important;box-shadow:0 1px 6px rgba(var(--primary-rgb),.14)}.qiantai-menus-page .ant-tree-title{display:block;width:100%}.qiantai-menu-tree-node__meta{flex:1 1 280px;min-width:0}.qiantai-menu-tree-node__meta .ant-tag{flex-shrink:0}.qiantai-menu-tree-node__path{overflow-wrap:anywhere;word-break:break-word}.qiantai-menu-tree-node__actions.ant-space{margin-left:auto;max-width:100%}.qiantai-menu-tree-node__actions.ant-space .ant-space-item{display:inline-flex}.qiantai-menu-tree-node__actions .ant-btn{padding-inline:6px;height:28px}.qiantai-menu-tree-node__actions .ant-btn-icon{margin-inline-end:4px}.qiantai-menu-tree-node__actions .ant-switch{transform:scale(.92);transform-origin:left center}.qiantai-menus-page__detail-actions.ant-space{display:flex;flex-wrap:wrap}@media (max-width: 1199px){.qiantai-menus-page__panels{gap:16px!important}.qiantai-menu-tree-node{flex-direction:column;gap:6px}.qiantai-menu-tree-node__actions.ant-space{width:100%;margin-left:0;justify-content:flex-start}}@media (max-width: 991px){.qiantai-menus-page__tree-card .ant-card-body,.qiantai-menus-page__detail-card .ant-card-body{padding:16px!important}.qiantai-menus-page__detail-actions .ant-btn{flex:1 1 180px}.qiantai-menus-page .ant-tree-node-content-wrapper{padding:8px 10px;border-radius:10px}}@media (max-width: 767px){.qiantai-menus-page__toolbar.ant-space,.qiantai-menus-page__detail-actions.ant-space,.qiantai-menus-page__toolbar .ant-space-item,.qiantai-menus-page__detail-actions .ant-space-item,.qiantai-menus-page__toolbar .ant-btn,.qiantai-menus-page__detail-actions .ant-btn{width:100%}.qiantai-menu-tree-node__actions .ant-btn{height:auto;padding-inline:4px}.qiantai-menu-tree-node__actions .ant-btn>span+span{display:none}.qiantai-menu-tree-node__actions .ant-btn{min-width:30px}.qiantai-menu-tree-node__actions .ant-btn-icon{margin-inline-end:0}.qiantai-menu-tree-node__actions .ant-switch{transform:scale(.88)}}.pics-hub{width:100%;max-width:100%}.pics-hub__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.pics-hub__header-main{display:flex;align-items:flex-start;gap:16px}.pics-hub__icon-wrap{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#fff0ec,#ffe1db);border:1px solid rgba(var(--primary-rgb),.24);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--primary);flex-shrink:0}.pics-hub__title{margin:0 0 4px!important;font-weight:600!important;color:#1e293b!important;letter-spacing:.02em}.pics-hub__subtitle{font-size:13px;line-height:1.5;display:block;max-width:520px}.pics-hub__stats{display:flex;gap:12px}.pics-hub__stat{min-width:88px;padding:10px 16px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);text-align:center}.pics-hub__stat-value{display:block;font-size:20px;font-weight:700;color:var(--primary-dark);line-height:1.2}.pics-hub__stat-label{font-size:11px;color:var(--text-secondary);margin-top:2px}.pics-hub__grid{display:grid;grid-template-columns:minmax(250px,280px) 1fr;gap:20px;align-items:start}@media (max-width: 991px){.pics-hub__grid{grid-template-columns:1fr}}.pics-hub__panel{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);padding:16px 14px 18px}.pics-hub__panel--sidebar{padding-bottom:14px}.pics-hub__panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.pics-hub__panel-title{font-size:15px;font-weight:600;color:#334155}.pics-hub__scope-all{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:10px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;cursor:pointer;font-size:14px;font-weight:500;color:#334155;text-align:left;transition:border-color .2s,background .2s,box-shadow .2s}.pics-hub__scope-all:hover{border-color:var(--primary-soft);background:#fff4f1}.pics-hub__scope-all--active{border-color:var(--primary);background:linear-gradient(135deg,rgba(var(--primary-rgb),.12),rgba(var(--primary-rgb),.05));box-shadow:0 0 0 1px rgba(var(--primary-rgb),.18);color:#612626}.pics-hub__scope-all .anticon{font-size:18px;color:var(--primary)}.pics-hub__scope-all-hint{margin-left:auto!important;font-size:12px!important}.pics-hub__tree-hint{display:block;font-size:12px;margin-bottom:8px}.pics-hub__tree-hint .anticon{margin-right:4px;color:#94a3b8}.pics-hub__tree-toolbar{display:flex;gap:4px;margin-bottom:6px}.pics-hub__tree-scroll{margin:0 -4px;padding:4px;border-radius:10px;background:#fafbfc}.pics-hub__tree-scroll:not(.pics-hub__tree-scroll--virtual){max-height:min(58vh,620px);overflow:auto}.pics-hub__tree-scroll--virtual{overflow:hidden}.pics-hub__empty-tree{text-align:center;padding:24px 12px;background:#fafbfc;border-radius:12px}.pics-hub__empty-tree-btn{margin-top:8px}.pics-hub-tree .ant-tree-node-content-wrapper{border-radius:8px;padding-block:5px;transition:background .15s}.pics-hub-tree .ant-tree-node-selected .ant-tree-node-content-wrapper{background:rgba(var(--primary-rgb),.14)!important}.pics-hub-tree .ant-tree-switcher{color:#94a3b8}.pics-hub-tree-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:100%}.pics-hub-tree-ico{font-size:15px;flex-shrink:0}.pics-hub-tree-ico--folder{color:var(--primary)}.pics-hub-tree-ico--leaf{color:#d27b6b}.pics-hub-tree-name{font-weight:500;color:#1e293b;flex:1;min-width:0}.pics-hub-tree-meta{font-size:11px;color:#94a3b8;flex-shrink:0}.pics-hub-tree-node--d1 .pics-hub-tree-name{font-weight:500}.pics-hub-tree-node--d2 .pics-hub-tree-name,.pics-hub-tree-node--d3 .pics-hub-tree-name,.pics-hub-tree-node--d4 .pics-hub-tree-name,.pics-hub-tree-node--d5 .pics-hub-tree-name{color:#475569}.pics-hub__alert{margin-bottom:16px;border-radius:12px}.pics-hub__main-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px}.pics-hub__main-actions{margin-left:auto}.pics-hub__search{width:220px;max-width:100%}.pics-hub__crumb-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;min-width:0}.pics-hub__crumb-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.pics-hub__breadcrumb{margin:0!important;font-size:14px}.pics-hub__breadcrumb .ant-breadcrumb-separator{color:#cbd5e1}.pics-hub__depth-pill{margin:0!important;font-size:12px;line-height:20px}.pics-hub__divider{margin:14px 0 16px!important;border-color:#f1f5f9}.pics-hub__drawer-tip,.pics-hub__table-head{margin-bottom:12px}.pics-hub__thumb{border-radius:8px;box-shadow:0 1px 4px #00000014}.pics-hub__thumb .ant-image-img,.pics-hub__thumb img{object-fit:cover}.pics-hub__thumb-placeholder{color:#cbd5e1;font-size:13px}.pics-hub .ant-table-wrapper,.pics-hub .ant-table-container{border-radius:12px}.pics-hub .ant-table-container{overflow:hidden;border-top:1px solid rgba(31,41,55,.04)}.pics-hub__table .ant-table-cell{vertical-align:top}.pics-hub__table .ant-table-row-expand-icon-cell{width:44px}.pics-hub__table .ant-table-expanded-row>td{background:#fafcff!important}.pics-hub__row-detail .ant-descriptions{margin-top:2px}.pics-hub__row-detail .ant-descriptions-item-label{width:88px}.pics-hub__modal-form,.pics-hub__detail-body{margin-top:8px}.pics-hub__detail-preview{margin-bottom:16px;padding:16px;text-align:center;background:#fafafa;border:1px solid #f0f0f0;border-radius:12px}.pics-hub__detail-preview-image{max-width:100%;max-height:280px;border-radius:8px;object-fit:contain}.pics-hub__detail-preview-label{margin-top:8px;color:#8c8c8c;font-size:12px}.pics-hub__detail-path-stack{width:100%}.pics-hub__path-text,.pics-hub__path-paragraph{word-break:break-all}.pics-hub__path-paragraph{margin-bottom:0}.pics-hub .ant-table-thead>tr>th{background:#f8fafc!important;font-weight:600;color:#475569!important}.contest-page__filters{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) auto auto auto;gap:12px;align-items:center;width:100%}.contest-page__filters--category{grid-template-columns:minmax(240px,1fr) auto auto}.contest-page__table .ant-table-container{border-top:1px solid rgba(31,41,55,.04)}.contest-page__filters .ant-btn{min-width:88px}.contest-page__panel-card.ant-card{border-radius:20px}.contest-page__danger-link{color:#cf1322}.contest-page__summary-text{color:#262626}.contest-page__summary-text--muted{color:#8c8c8c}.contest-page__summary-meta{color:#8c8c8c;font-size:12px}.contest-page__input-number{width:100%}.contest-page__hero-card.ant-card,.contest-page__detail-hero.ant-card{overflow:hidden;background:linear-gradient(135deg,#2f9e44,#8fd16a)}.contest-page__hero-card.ant-card{margin-bottom:20px;border-radius:24px}.contest-page__hero-stack,.contest-page__detail-stack{width:100%}.contest-page__hero-tag.ant-tag{width:fit-content;margin:0;border:none;border-radius:999px;color:#fff;background:#ffffff2e;padding-inline:12px;padding-block:4px}.contest-page__hero-title.ant-typography,.contest-page__detail-title.ant-typography{margin:0;color:#fff!important}.contest-page__hero-desc.ant-typography{margin:12px 0 0;color:#ffffffe6;font-size:15px;line-height:1.8}.contest-page__hero-btn.ant-btn{border-radius:999px;border:none}.contest-page__hero-btn--ghost.ant-btn{color:#fff;background:transparent;border:1px solid rgba(255,255,255,.45)}.contest-page__hero-btn--ghost.ant-btn:hover,.contest-page__hero-btn--ghost.ant-btn:focus{color:#fff;background:#ffffff14;border-color:#ffffffb8}.contest-page__hero-stats-card.ant-card{border-radius:20px;background:#ffffff24}.contest-page__hero-stat-label{color:#ffffffc7;font-size:13px}.contest-page__hero-stat-label--spaced{margin-bottom:8px}.contest-page__hero-stat-value{color:#fff;font-size:28px;font-weight:700}.contest-page__hero-stat-text.ant-typography{color:#fff;line-height:1.8}.contest-page__detail-hero.ant-card{position:relative;overflow:hidden;border-radius:20px}.contest-page__detail-hero--contest.ant-card{border-radius:22px;background:linear-gradient(135deg,#2f9e44eb,#8fd16ad1)}.contest-page__detail-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.contest-page__detail-hero-media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2f9e44d6,#8fd16ab8);content:""}.contest-page__detail-hero-media-image{width:100%;height:100%;object-fit:cover}.contest-page__detail-hero-content{position:relative;z-index:1}.contest-page__detail-desc.ant-typography{margin:0;color:#ffffffeb;line-height:1.9}.contest-page__detail-desc--wide.ant-typography{max-width:760px;color:#fffffff0}.contest-page__pill-tag.ant-tag{margin:0;border-radius:999px}.contest-page__cover-preview{position:relative;overflow:hidden;height:150px;border-radius:18px}.contest-page__cover-preview-image{width:100%;height:100%;object-fit:cover}.contest-page__cover-preview--filled{border:1px solid rgba(255,255,255,.24)}.contest-page__cover-preview--empty{display:flex;align-items:center;justify-content:center;color:#ffffffe0;border:1px dashed rgba(255,255,255,.4)}.contest-page__soft-card.ant-card{border-radius:16px}.contest-page__section-label{margin-bottom:8px;font-weight:600}.contest-page__list-chip{padding:10px 12px;border-radius:10px}.contest-page__list-chip--green{background:#f7fbf4}.contest-page__list-chip--gold{background:#fffbe6}.contest-page__guide-item{display:flex;gap:10px;align-items:flex-start}.contest-page__guide-index{flex:0 0 auto;display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#2f9e44;color:#fff;font-size:12px;font-weight:600}.contest-page__guide-text{padding-top:2px}.contest-page__faq-item{padding:10px 12px;border-radius:10px;background:#fafafa}.contest-page__preview-card{overflow:hidden;border:1px solid #edf4e7;border-radius:16px;background:#f7fbf4}.contest-page__preview-cover{position:relative;display:flex;overflow:hidden;height:170px;align-items:flex-start;justify-content:space-between;padding:14px;background:linear-gradient(135deg,#2f9e44,#8fd16a)}.contest-page__preview-cover-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.contest-page__preview-cover-content{position:relative;z-index:1;display:flex;width:100%;align-items:flex-start;justify-content:space-between}.contest-page__preview-cover--compact{height:164px}.contest-page__preview-tag.ant-tag{margin:0}.contest-page__preview-body{padding:16px}.contest-page__preview-title{margin-bottom:10px;font-size:18px;font-weight:700;line-height:26px}.contest-page__preview-desc{margin-bottom:12px;color:#5f6f65;line-height:24px}.contest-page__preview-highlights{margin-bottom:12px}.contest-page__preview-meta{color:#8c8c8c;font-size:12px;line-height:20px}.contest-page__preview-meta--spaced{margin-bottom:6px}@media (max-width: 1100px){.contest-page__filters,.contest-page__filters--category{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.contest-page__filters,.contest-page__filters--category{grid-template-columns:1fr}.contest-page__filters .ant-btn,.contest-page__filters .ant-select,.contest-page__filters .ant-input-affix-wrapper{width:100%}}@media (max-width: 767px){.pics-hub__main-actions{width:100%;margin-left:0}.pics-hub__main-actions .ant-space-item,.pics-hub__main-actions .ant-space-item>.ant-btn,.pics-hub__main-actions .ant-space-item>.ant-input-search,.pics-hub__main-actions .ant-space-item>.ant-input-affix-wrapper{width:100%}.pics-hub__search{width:100%}}.qiantai-menus-page .qiantai-menu-tree-node--hidden>.ant-tree-node-content-wrapper{background:#0000000a;border-radius:6px}.qiantai-menus-page .qiantai-menu-tree-node--hidden>.ant-tree-node-content-wrapper:hover{background:#0000000f}.qiantai-menus-page .qiantai-menu-tree-node--hidden .ant-tree-iconEle{color:#0006}.base-menus-page .ant-card:hover{box-shadow:var(--shadow-sm)}.base-menus-page .ant-tree-node-content-wrapper{width:100%;padding:8px 10px;border-radius:10px;overflow:hidden}.base-menus-page .ant-tree-title{display:block;width:100%}.base-menu-tree-node__meta{flex:1 1 280px;min-width:0}.base-menu-tree-node__path{overflow-wrap:anywhere;word-break:break-word}.base-menu-tree-node__actions.ant-space{margin-left:auto;max-width:100%}.base-menu-tree-node__actions.ant-space .ant-space-item{display:inline-flex;max-width:100%}.base-menu-tree-node__actions .ant-btn{padding-inline:6px;height:28px}.base-menu-tree-node__actions .ant-btn-icon{margin-inline-end:4px}.base-menu-tree-node__actions .ant-switch{transform:scale(.92);transform-origin:left center}@media (max-width: 1199px){.base-menu-tree-node{flex-direction:column;gap:6px!important}.base-menu-tree-node__actions.ant-space{width:100%;margin-left:0;justify-content:flex-start}}@media (max-width: 767px){.base-menu-tree-node__actions .ant-btn{height:auto;padding-inline:4px}.base-menu-tree-node__actions .ant-btn>span+span{display:none}}.quanweihezuo-page{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.quanweihezuo-page__hero.ant-card{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(var(--primary-rgb),.12);background:radial-gradient(circle at top right,rgba(var(--accent-rgb),.24) 0%,transparent 28%),radial-gradient(circle at left center,rgba(var(--primary-rgb),.12) 0%,transparent 34%),linear-gradient(135deg,#fffdfd,#fff9fa 58%,#fff4f3);box-shadow:0 24px 48px #1f293714}.quanweihezuo-page__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#ffffff94,#ffffff1f)}.quanweihezuo-page__hero .ant-card-body{position:relative;z-index:1}.quanweihezuo-page__hero-copy{max-width:760px}.quanweihezuo-page__eyebrow{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#ffffffc2;border:1px solid rgba(var(--primary-rgb),.14);color:var(--primary-dark);font-size:12px;font-weight:700;letter-spacing:.04em}.quanweihezuo-page__hero-title.ant-typography{margin:10px 0 12px!important;font-size:42px;line-height:1.05;font-weight:800;color:var(--heading)}.quanweihezuo-page__lead.ant-typography{margin:0!important;max-width:680px;font-size:15px;line-height:1.9;color:#6f6776}.quanweihezuo-page__hero-flow.ant-space{gap:10px 8px}.quanweihezuo-page__flow-tag.ant-tag{margin-inline-end:0;padding-inline:14px;line-height:28px;background:#fffc;border:1px solid rgba(31,41,55,.06);box-shadow:0 10px 20px #1f29370a;color:var(--heading)}.quanweihezuo-page__flow-tag--warm.ant-tag{color:#9a6412;background:#fff7e8;border-color:#f5dfb7}.quanweihezuo-page__flow-tag--rose.ant-tag{color:#bf3244;background:#fff2f4;border-color:#ffd4db}.quanweihezuo-page__flow-tag--green.ant-tag{color:#4f7b61;background:#f1f8f2;border-color:#d5ead9}.quanweihezuo-page__flow-tag--neutral.ant-tag{color:#5a5361;background:#ffffffeb;border-color:#1f293714}.quanweihezuo-page__hero-actions.ant-space{gap:10px 10px}.quanweihezuo-page__hero-actions .ant-btn{height:44px;padding-inline:18px;border-radius:999px;font-weight:700;box-shadow:0 12px 24px #1f29370f}.quanweihezuo-page__hero-actions .ant-btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#ff7f6d 100%);border:none}.quanweihezuo-page__hero-stats>.ant-col{display:flex}.quanweihezuo-page__stat-card{width:100%;min-height:126px;padding:18px;border-radius:22px;border:1px solid rgba(var(--primary-rgb),.08);background:#ffffffd1;box-shadow:0 18px 28px #1f29370d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:space-between;gap:12px}.quanweihezuo-page__stat-label.ant-typography{color:#8d8395;font-size:12px;line-height:1.4}.quanweihezuo-page__stat-value{color:var(--heading);font-size:32px;line-height:1.05;font-weight:800;overflow-wrap:anywhere}.quanweihezuo-page__stat-hint.ant-typography{color:#6f6776;font-size:13px;line-height:1.6}.quanweihezuo-page__section-card.ant-card{height:100%;border-radius:24px;overflow:hidden}.quanweihezuo-page__section-card .ant-card-head{min-height:76px;padding:0 24px;background:linear-gradient(180deg,#fff7f8,#fffefe)}.quanweihezuo-page__section-card .ant-card-head-title,.quanweihezuo-page__section-card .ant-card-extra{padding:18px 0}.quanweihezuo-page__section-card .ant-card-body{padding:20px 24px 24px!important}.quanweihezuo-page__panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.quanweihezuo-page__panel-title-main{display:flex;align-items:center;gap:12px;min-width:0}.quanweihezuo-page__panel-step{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:6px 10px;border-radius:999px;background:rgba(var(--primary-rgb),.1);color:var(--primary-dark);font-size:12px;font-weight:800}.quanweihezuo-page__panel-title-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.quanweihezuo-page__panel-heading{color:var(--heading);font-size:20px;line-height:1.2;font-weight:800}.quanweihezuo-page__panel-subtitle{color:var(--text-secondary);font-size:13px;line-height:1.4}.quanweihezuo-page__panel-actions.ant-space{gap:8px 8px}.quanweihezuo-page__panel-actions .ant-btn,.quanweihezuo-page__refresh-button.ant-btn{border-radius:999px}.quanweihezuo-page__panel-tip{padding:16px 18px;border-radius:18px;border:1px solid rgba(var(--primary-rgb),.12);background:linear-gradient(135deg,rgba(var(--primary-rgb),.08),rgba(var(--accent-rgb),.16))}.quanweihezuo-page__panel-tip-label{display:inline-flex;align-items:center;margin-bottom:8px;color:var(--primary-dark);font-size:12px;font-weight:800;letter-spacing:.04em}.quanweihezuo-page__panel-tip-text.ant-typography{margin:0!important;color:#5f5766;line-height:1.8}.quanweihezuo-page__scope-card{padding:16px 18px;border-radius:18px;border:1px solid rgba(31,41,55,.08);background:linear-gradient(180deg,#fff,#fffbfb);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.quanweihezuo-page__scope-card:hover{transform:translateY(-1px);border-color:rgba(var(--primary-rgb),.18);box-shadow:var(--shadow-sm)}.quanweihezuo-page__scope-card.is-active{border-color:rgba(var(--primary-rgb),.24);background:linear-gradient(135deg,#fff6f6,#fff);box-shadow:0 16px 32px rgba(var(--primary-rgb),.1)}.quanweihezuo-page__category-tabs-shell{padding:16px 18px 10px;border-radius:22px;border:1px solid rgba(var(--primary-rgb),.1);background:linear-gradient(135deg,#fffffffa,#fff6f7f5)}.quanweihezuo-page__category-tabs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.quanweihezuo-page__category-tabs-copy{display:flex;flex-direction:column;gap:4px}.quanweihezuo-page__category-tabs-kicker.ant-typography{color:var(--primary-dark);font-size:12px;font-weight:800;letter-spacing:.04em}.quanweihezuo-page__category-tabs.ant-tabs{margin-bottom:-8px}.quanweihezuo-page__category-tabs .ant-tabs-nav{margin:0}.quanweihezuo-page__category-tabs .ant-tabs-nav:before,.quanweihezuo-page__category-tabs .ant-tabs-ink-bar,.quanweihezuo-page__category-tabs .ant-tabs-content-holder{display:none}.quanweihezuo-page__category-tabs .ant-tabs-nav-wrap{overflow:auto}.quanweihezuo-page__category-tabs .ant-tabs-nav-list{flex-wrap:wrap;gap:8px}.quanweihezuo-page__category-tabs .ant-tabs-tab{margin:0!important;padding:10px 14px!important;border:1px solid rgba(31,41,55,.08)!important;border-radius:999px!important;background:#ffffffeb;box-shadow:0 10px 20px #1f29370a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.quanweihezuo-page__category-tabs .ant-tabs-tab:hover{transform:translateY(-1px);border-color:rgba(var(--primary-rgb),.18)!important}.quanweihezuo-page__category-tabs .ant-tabs-tab.ant-tabs-tab-active{border-color:rgba(var(--primary-rgb),.24)!important;background:linear-gradient(135deg,#fff1f2,#fff);box-shadow:0 16px 28px rgba(var(--primary-rgb),.12)}.quanweihezuo-page__category-tabs .ant-tabs-tab-btn:focus-visible{outline:none}.quanweihezuo-page__category-tab{display:inline-flex;align-items:center;gap:8px}.quanweihezuo-page__category-tab-name{color:var(--heading);font-weight:700;line-height:1}.quanweihezuo-page__category-tab.is-child .quanweihezuo-page__category-tab-name{color:#6f6776}.quanweihezuo-page__category-tab-dot{width:6px;height:6px;border-radius:999px;background:rgba(var(--primary-rgb),.56);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.1)}.quanweihezuo-page__category-table .ant-table-tbody>tr>td,.quanweihezuo-page__content-table .ant-table-tbody>tr>td{padding-top:18px;padding-bottom:18px;vertical-align:top}.quanweihezuo-page__category-table .quanweihezuo-page__cat-row--active>td{background:rgba(var(--primary-rgb),.06)!important}.quanweihezuo-page__category-table .ant-btn-link,.quanweihezuo-page__content-table .ant-btn-link{border-radius:999px;padding-inline:8px}.quanweihezuo-page__category-table .ant-btn-link:hover,.quanweihezuo-page__content-table .ant-btn-link:hover{background:rgba(var(--primary-rgb),.08)}.quanweihezuo-page__content-focus{display:flex;align-items:flex-end;justify-content:space-between;gap:18px 20px;padding:20px 22px;border-radius:22px;border:1px solid rgba(var(--primary-rgb),.1);background:linear-gradient(135deg,#fffffffa,#fff7f8f5)}.quanweihezuo-page__content-focus-copy{max-width:720px}.quanweihezuo-page__focus-kicker{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgba(var(--primary-rgb),.08);color:var(--primary-dark);font-size:12px;font-weight:700}.quanweihezuo-page__focus-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:10px 0 8px}.quanweihezuo-page__focus-title.ant-typography{margin:0!important;font-size:30px;line-height:1.1;font-weight:800}.quanweihezuo-page__focus-tag.ant-tag{margin:0;background:#fff;border-color:rgba(var(--primary-rgb),.16);color:var(--primary-dark)}.quanweihezuo-page__focus-desc.ant-typography{margin:0!important;color:#6f6776;line-height:1.8}.quanweihezuo-page__focus-actions.ant-space{gap:10px 10px}.quanweihezuo-page__focus-actions .ant-btn{height:40px;padding-inline:18px;border-radius:999px}.quanweihezuo-page__toolbar{padding:14px 16px;border-radius:18px;border:1px solid rgba(31,41,55,.06);background:#ffffffd6;box-shadow:inset 0 1px #ffffffd6}.quanweihezuo-page__toolbar .ant-select-selector,.quanweihezuo-page__toolbar .ant-input-affix-wrapper,.quanweihezuo-page__toolbar .ant-input-group-addon .ant-btn,.quanweihezuo-page__toolbar .ant-input-search-button{height:40px}.quanweihezuo-page__toolbar .ant-input-group>.ant-input-affix-wrapper{border-radius:14px 0 0 14px}.quanweihezuo-page__toolbar .ant-select .ant-select-selector{border-radius:14px!important;padding-inline:14px!important}.quanweihezuo-page__filter-bar.ant-space{gap:8px 8px}.quanweihezuo-page__filter-bar .ant-tag{margin-inline-end:0}.quanweihezuo-page__content-cell{display:flex;align-items:flex-start;gap:14px;width:100%;min-width:0}.quanweihezuo-page__image-placeholder{width:72px;height:72px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:18px;border:1px dashed rgba(var(--primary-rgb),.26);background:linear-gradient(135deg,rgba(var(--primary-rgb),.08),rgba(var(--accent-rgb),.14));color:var(--primary-dark);font-size:12px;font-weight:700}.quanweihezuo-page__content-main{min-width:0;display:flex;flex-direction:column;gap:6px}.quanweihezuo-page__content-title-row.ant-space{width:100%}.quanweihezuo-page__content-summary.ant-typography{margin:0!important;color:#6f6776}@media (max-width: 1199px){.quanweihezuo-page__content-focus{align-items:flex-start;flex-direction:column}}@media (max-width: 991px){.quanweihezuo-page{gap:14px}.quanweihezuo-page__hero-title.ant-typography{font-size:34px}.quanweihezuo-page__section-card .ant-card-head{padding:0 20px}.quanweihezuo-page__section-card .ant-card-body{padding:18px 20px 20px!important}.quanweihezuo-page__content-focus{padding:18px}.quanweihezuo-page__category-tabs-shell{padding:16px}}@media (max-width: 767px){.quanweihezuo-page{gap:12px}.quanweihezuo-page__hero-title.ant-typography{font-size:30px}.quanweihezuo-page__stat-card{min-height:110px;padding:14px;border-radius:18px}.quanweihezuo-page__stat-value{font-size:24px}.quanweihezuo-page__panel-title,.quanweihezuo-page__panel-title-main{align-items:flex-start}.quanweihezuo-page__section-card .ant-card-head{padding:0 16px}.quanweihezuo-page__section-card .ant-card-head-title,.quanweihezuo-page__section-card .ant-card-extra{padding:14px 0}.quanweihezuo-page__section-card .ant-card-body{padding:16px!important}.quanweihezuo-page__hero-actions.ant-space,.quanweihezuo-page__focus-actions.ant-space,.quanweihezuo-page__hero-actions .ant-space-item,.quanweihezuo-page__focus-actions .ant-space-item,.quanweihezuo-page__hero-actions .ant-btn,.quanweihezuo-page__focus-actions .ant-btn{width:100%}.quanweihezuo-page__toolbar{padding:12px}.quanweihezuo-page__category-tabs-shell{padding:14px;border-radius:18px}.quanweihezuo-page__category-tabs .ant-tabs-nav-list{flex-wrap:nowrap}.quanweihezuo-page__category-tabs .ant-tabs-tab{padding:9px 12px!important}.quanweihezuo-page__content-cell{gap:10px}.quanweihezuo-page__image-placeholder{width:64px;height:64px;border-radius:16px}}
