html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--bg-body: #f0f2f5;--bg-card: rgba(255, 255, 255, .75);--bg-card-border: rgba(255, 255, 255, .6);--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--bg-gradient-main: radial-gradient(circle at 50% 50%, rgba(76, 29, 149, .05) 0%, rgba(124, 58, 237, .05) 25%, rgba(59, 130, 246, .05) 50%, rgba(255, 255, 255, 0) 100%);--shape-1-bg: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);--shape-2-bg: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);--logo-gradient: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--btn-gradient: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--btn-gradient-hover: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--btn-shadow: 0 10px 20px -5px rgba(37, 99, 235, .4);--input-bg: #f8fafc;--input-bg-focus: #ffffff;--input-focus-shadow: 0 0 0 4px rgba(59, 130, 246, .1);--input-focus-border: rgba(59, 130, 246, .2);--bg-glass: rgba(255, 255, 255, .6);--bg-glass-hover: rgba(255, 255, 255, .8);--bg-glass-heavy: rgba(255, 255, 255, .85);--border-color: #e2e8f0;--border-glass: rgba(255, 255, 255, .5);--primary-light: #eff6ff;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--bg-sider: rgba(255, 255, 255, .7);--bg-header: rgba(255, 255, 255, .7);--bg-tab-bar: rgba(255, 255, 255, .85);--bg-input: #ffffff;--bg-hover: #f1f5f9;--gradient-shape-1: linear-gradient(135deg, #bfdbfe 0%, #a5f3fc 100%);--gradient-shape-2: linear-gradient(135deg, #e9d5ff 0%, #fbcfe8 100%)}.glass-card{background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);box-shadow:var(--shadow-md);transition:all .3s ease}.glass-card:hover{background:var(--bg-glass-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}body{background-color:var(--bg-body);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.ant-btn{border-radius:8px!important;box-shadow:none!important;transition:all .3s ease!important;height:38px!important;font-weight:500!important}.ant-btn:hover{transform:translateY(-1px)}.ant-btn:active{transform:translateY(0)}.ant-btn-primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important;box-shadow:0 4px 14px #3b82f663!important}.ant-btn-primary:hover{background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 6px 20px #3b82f63b!important}.ant-btn-default{background:#fff!important;border-color:var(--border-color)!important}.ant-btn-default:hover{color:var(--primary-color)!important;border-color:var(--primary-color)!important;background:#fff!important}.ant-btn-dangerous{box-shadow:0 4px 14px #ef444463!important}.ant-btn-ghost{border-color:#ffffff4d!important;color:#fff!important}.ant-btn-ghost:hover{background:#ffffff1a!important;border-color:#fff!important}.ant-btn-round{border-radius:20px!important}.ant-btn-sm{height:28px!important;font-size:12px!important;border-radius:6px!important}.ant-btn-link{box-shadow:none!important}.ant-btn-link:hover{transform:none!important;background:transparent!important}.ant-input,.ant-input-number,.ant-input-password,.ant-select-selector,.ant-picker{background-color:var(--input-bg)!important;border-color:var(--border-color)!important;border-radius:8px!important;transition:all .3s ease!important}html:not(.dark):not([data-theme=dark]) .ant-input:hover,html:not(.dark):not([data-theme=dark]) .ant-input-number:hover,html:not(.dark):not([data-theme=dark]) .ant-select-selector:hover,html:not(.dark):not([data-theme=dark]) .ant-picker:hover{border-color:var(--primary-color)!important;background-color:#fff!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{background-color:var(--input-bg-focus)!important;border-color:var(--input-focus-border)!important;box-shadow:var(--input-focus-shadow)!important}.ant-input-prefix{color:var(--text-tertiary)}.ant-tag{border:none!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}:root{--fh-font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fh-font-mono: "JetBrains Mono", "SF Mono", "Fira Code", Consolas, monospace;--fh-bg: #f5f5f5;--fh-surface: #fff;--fh-text: #1a1a1a;--fh-text-muted: #8c8c8c;--fh-border: #ebebeb;--fh-accent: #2563eb;--fh-accent-hover: #1d4ed8;--fh-accent-soft: rgba(37, 99, 235, .08);--fh-dark: #141414;--fh-dark-text: #f5f5f5;--fh-dark-muted: rgba(245, 245, 245, .55);--fh-radius: 12px;--fh-radius-sm: 8px;--fh-radius-pill: 999px;--fh-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--fh-shadow: 0 2px 8px rgba(0, 0, 0, .06);--fh-shadow-hover: 0 4px 16px rgba(0, 0, 0, .08);--fh-inner-max: 1160px;--fh-sidebar-width: 340px;--fh-gap: 24px;--fh-gap-sm: 16px;--fh-gap-xs: 12px;--fh-transition: .2s ease;--fh-topnav-height: 56px;--fh-tabbar-height: 54px}.fh-page{min-height:100vh;background:var(--fh-bg);color:var(--fh-text);font-family:var(--fh-font-sans);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fh-bg{position:relative;background:var(--fh-bg)}.fh-bg-grid{position:relative;background-color:var(--fh-bg);background-image:linear-gradient(var(--fh-border) 1px,transparent 1px),linear-gradient(90deg,var(--fh-border) 1px,transparent 1px);background-size:32px 32px;background-position:center top}.fh-bg-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,var(--fh-bg) 0%,rgba(245,245,245,.85) 40%,var(--fh-bg) 100%)}.fh-inner{position:relative;z-index:1;width:100%;max-width:var(--fh-inner-max);margin-inline:auto;padding-inline:var(--fh-gap)}.fh-crumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding-block:12px 8px;font-size:13px;color:var(--fh-text-muted)}.fh-crumb-link{border:none;background:none;padding:0;font:inherit;cursor:pointer;color:var(--fh-text-muted);text-decoration:none;transition:color var(--fh-transition)}.fh-crumb-link:hover{color:var(--fh-accent)}.fh-crumb-link.current{color:var(--fh-text);font-weight:500;cursor:default}.fh-crumb-sep{color:var(--fh-border);-webkit-user-select:none;user-select:none}.fh-crumb-current{color:var(--fh-text);font-weight:500}.fh-product-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--fh-gap-sm);padding:var(--fh-gap-sm) 0}.fh-product-head__thumb{flex-shrink:0;width:48px;height:48px;border-radius:var(--fh-radius-sm);border:1px solid var(--fh-border);background:var(--fh-surface);object-fit:cover;overflow:hidden}.fh-product-head__main{min-width:0}.fh-product-head__title{margin:0;font-size:18px;font-weight:600;line-height:1.35;color:var(--fh-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-product-head__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;color:var(--fh-text-muted)}.fh-product-head__extra{flex-shrink:0;display:flex;align-items:center;gap:8px}.fh-subnav{display:inline-flex;align-items:center;gap:2px;padding:4px;background:#e8e8e8;border-radius:var(--fh-radius-pill);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fh-subnav::-webkit-scrollbar{display:none}.fh-subnav-item{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:none;border-radius:var(--fh-radius-pill);background:transparent;color:var(--fh-text-muted);font-family:var(--fh-font-sans);font-size:13px;font-weight:500;line-height:1.4;white-space:nowrap;cursor:pointer;text-decoration:none;transition:background var(--fh-transition),color var(--fh-transition),box-shadow var(--fh-transition)}.fh-subnav-item:hover{color:var(--fh-text)}.fh-subnav-item.is-active,.fh-subnav-item--active,.fh-subnav-item.active{background:var(--fh-surface);color:var(--fh-text);box-shadow:var(--fh-shadow-sm)}.fh-feature-strip{display:flex;align-items:center;gap:10px;padding:var(--fh-gap-xs) 0}.fh-feature-strip-label{flex-shrink:0;font-size:12px;font-weight:600;color:var(--fh-text-muted)}.fh-feature-strip-scroll{display:flex;flex:1;min-width:0;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fh-feature-strip-scroll::-webkit-scrollbar{display:none}.fh-feature-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-pill);background:var(--fh-surface);font-family:inherit;font-size:12px;color:var(--fh-text-muted);cursor:pointer;white-space:nowrap;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-feature-chip img{width:18px;height:18px;border-radius:4px;object-fit:cover}.fh-feature-chip:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-feature-chip.is-active,.fh-feature-chip--active{border-color:var(--fh-accent);color:var(--fh-accent);background:var(--fh-accent-soft)}.fh-body{padding-block:var(--fh-gap)}.fh-page-head{display:flex;flex-direction:column;align-items:flex-start;gap:var(--fh-gap-xs);padding-block:var(--fh-gap) var(--fh-gap-sm)}.fh-page-head h1,.fh-page-head__title{margin:0;font-size:24px;font-weight:600;line-height:1.3;color:var(--fh-text);letter-spacing:-.02em}.fh-page-head-sub,.fh-page-head__desc{margin:0;font-size:14px;color:var(--fh-text-muted);max-width:640px;line-height:1.6}.fh-stat-row{display:flex;flex-wrap:wrap;gap:var(--fh-gap-xs);margin-top:4px}.fh-stat,.fh-stat-box{display:flex;flex-direction:column;gap:2px;min-width:100px;padding:12px 16px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-stat:hover,.fh-stat-box:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-stat-value,.fh-stat-box__value{font-family:var(--fh-font-mono);font-size:20px;font-weight:600;line-height:1.2;color:var(--fh-text)}.fh-stat-label,.fh-stat-box__label{font-size:12px;color:var(--fh-text-muted)}.fh-seg-filter{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--fh-gap-sm);padding-block:var(--fh-gap-xs) var(--fh-gap-sm)}.fh-seg-filter-tabs{display:inline-flex;align-items:center;gap:2px;padding:4px;background:#e8e8e8;border-radius:var(--fh-radius-pill);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%}.fh-seg-filter-tabs::-webkit-scrollbar{display:none}.fh-seg-filter-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:var(--fh-radius-pill);background:transparent;color:var(--fh-text-muted);font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;white-space:nowrap;cursor:pointer;transition:background var(--fh-transition),color var(--fh-transition),box-shadow var(--fh-transition)}.fh-seg-filter-tab:hover{color:var(--fh-text)}.fh-seg-filter-tab.active{background:var(--fh-surface);color:var(--fh-text);box-shadow:var(--fh-shadow-sm)}.fh-seg-filter-badge{padding:0 6px;font-size:11px;font-family:var(--fh-font-mono);line-height:1.6;color:var(--fh-text-muted);background:#0000000f;border-radius:10px}.fh-seg-filter-sort{display:flex;align-items:center;gap:8px;margin-left:auto}.fh-seg-filter-sort-label{font-size:13px;color:var(--fh-text-muted);white-space:nowrap}.fh-seg-filter-select{min-width:132px}.fh-seg-filter .fh-subnav{flex:1;min-width:0}.fh-card{border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);box-shadow:var(--fh-shadow-sm);overflow:hidden;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-card:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow)}.fh-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--fh-gap-xs);padding:16px 20px;border-bottom:1px solid var(--fh-border)}.fh-card-head__title{margin:0;font-size:15px;font-weight:600;color:var(--fh-text)}.fh-card-head__extra{font-size:13px;color:var(--fh-text-muted)}.fh-card__body{padding:20px}.fh-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--fh-gap)}.fh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--fh-gap)}.fh-grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--fh-gap)}.fh-product-card{display:flex;flex-direction:column;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-product-card--skeleton{pointer-events:none}.fh-product-card:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-hover)}.fh-product-card__cover{position:relative;aspect-ratio:16 / 10;background:var(--fh-bg);overflow:hidden}.fh-product-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.fh-product-card-media{position:relative;flex-shrink:0;aspect-ratio:16 / 10;overflow:hidden;background:var(--fh-bg);border-bottom:1px solid var(--fh-border)}.fh-product-card-media :deep(.ant-image),.fh-product-card-media :deep(.ant-image-img),.fh-product-card-img{width:100%;height:100%;object-fit:cover;display:block}.fh-product-card-media :deep(.ant-image){display:block;height:100%}.fh-product-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:140px;color:var(--fh-text-muted);font-size:32px}.fh-product-card-body{flex:1;display:flex;flex-direction:column;gap:8px;padding:14px 16px}.fh-product-card-name{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--fh-text)}.fh-product-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.fh-meta-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;color:var(--fh-text-muted);background:#fafafa;border:1px solid var(--fh-border);border-radius:6px}.fh-product-card-tags{display:flex;flex-wrap:wrap;gap:6px}.fh-product-card-tag{padding:2px 8px;font-size:11px;border:1px solid transparent;border-radius:4px}.fh-product-card-foot{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 16px;border-top:1px solid var(--fh-border);background:#fafafa}.fh-price-current{font-family:var(--fh-font-mono);font-size:16px;font-weight:600;color:var(--fh-accent)}.fh-price-original{font-size:12px;color:var(--fh-text-muted);text-decoration:line-through}.fh-price-discount{padding:2px 6px;font-size:11px;font-weight:600;color:#dc2626;background:#fef2f2;border-radius:4px}.fh-meta-chip .anticon,.fh-tag .anticon,.fh-product-head-meta .anticon,.fh-product-head-meta span .anticon{background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;width:1em;height:1em;line-height:1;font-size:12px}.fh-product-head-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;color:var(--fh-text-muted)}.fh-product-head-meta span{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#fafafa;border:1px solid var(--fh-border);border-radius:6px}.fh-product-head-thumb{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--fh-radius-sm);border:1px solid var(--fh-border);background:var(--fh-bg);overflow:hidden}.fh-product-head-thumb img{width:100%;height:100%;object-fit:cover}.fh-product-head-main{min-width:0}.fh-product-head-main h1{margin:0;font-size:18px;font-weight:600;line-height:1.35;color:var(--fh-text)}.fh-product-head-main p{margin:4px 0 0;font-size:13px;color:var(--fh-text-muted)}.fh-product-head-extra{flex-shrink:0;display:flex;align-items:center;gap:8px}.fh-product-card__body{flex:1;display:flex;flex-direction:column;gap:8px;padding:16px}.fh-product-card__title{margin:0;font-size:15px;font-weight:600;line-height:1.4;color:var(--fh-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fh-product-card__desc{margin:0;font-size:13px;color:var(--fh-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fh-product-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.fh-product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-top:1px solid var(--fh-border);background:#fafafa}.fh-product-card__price{font-family:var(--fh-font-mono);font-size:16px;font-weight:600;color:var(--fh-accent)}.fh-product-card__meta{font-size:12px;color:var(--fh-text-muted)}.fh-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:var(--fh-gap);align-items:start}.fh-detail-hero-info{display:flex;flex-direction:column;gap:var(--fh-gap-sm);min-width:0}.fh-detail-tags{display:flex;flex-wrap:wrap;gap:6px}.fh-gallery-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:280px;color:var(--fh-text-muted);font-size:48px;background:var(--fh-bg)}.fh-price-currency{font-size:.65em;margin-right:2px}.fh-product-carousel,.fh-carousel-slide{width:100%;height:100%}.fh-carousel-slide{display:flex!important;align-items:center;justify-content:center}.fh-detail-gallery__main{position:relative;aspect-ratio:4 / 3;background:var(--fh-bg)}.fh-detail-gallery__main .fh-carousel-image,.fh-detail-gallery__main .ant-image,.fh-detail-gallery__main .ant-image-img,.fh-product-carousel .ant-image,.fh-product-carousel .ant-image-img{width:100%;height:100%}.fh-detail-gallery__main .ant-image-img,.fh-product-carousel .ant-image-img{object-fit:contain}.fh-carousel-image{display:block;width:100%;height:100%}.fh-carousel-arrow{width:32px;height:32px;font-size:14px;color:var(--fh-text);background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:50%;display:flex!important;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:opacity var(--fh-transition);box-shadow:var(--fh-shadow-sm);z-index:2;cursor:pointer}.fh-carousel-arrow:before{display:none}.fh-product-carousel:hover .fh-carousel-arrow{opacity:1}.fh-carousel-arrow--prev{left:12px}.fh-carousel-arrow--next{right:12px}.fh-carousel-dots{bottom:12px!important}.fh-carousel-dot{width:6px;height:6px;border-radius:3px;background:#fff9;transition:all var(--fh-transition)}.fh-carousel-dots li.slick-active .fh-carousel-dot{width:18px;background:#fff}.fh-detail-gallery{border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);overflow:hidden}.fh-detail-gallery__main img{width:100%;height:100%;object-fit:contain;display:block}.fh-detail-gallery__thumbs{display:flex;gap:8px;padding:12px;border-top:1px solid var(--fh-border);overflow-x:auto}.fh-detail-gallery__thumb{flex-shrink:0;width:56px;height:56px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);overflow:hidden;cursor:pointer;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-detail-gallery__thumb:hover,.fh-detail-gallery__thumb.is-active{border-color:var(--fh-accent);box-shadow:0 0 0 2px var(--fh-accent-soft)}.fh-detail-gallery__thumb img{width:100%;height:100%;object-fit:cover}.fh-price-box{padding:20px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface)}.fh-price-box__label{font-size:12px;color:var(--fh-text-muted);margin-bottom:4px}.fh-price-box__value{font-family:var(--fh-font-mono);font-size:28px;font-weight:600;line-height:1.2;color:var(--fh-accent)}.fh-price-box__note{margin-top:8px;font-size:12px;color:var(--fh-text-muted);display:flex;align-items:center;flex-wrap:wrap;gap:8px}.fh-price-box .fh-price-original{text-decoration:line-through;margin-right:0;font-size:13px}.fh-package-list{margin-top:6px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);overflow:hidden;background:#fff}.fh-package-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--fh-border)}.fh-package-row:last-child{border-bottom:none}.fh-package-row:nth-child(2n){background:#fafafa}.fh-package-row__duration{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--fh-text)}.fh-package-row__price{font-family:var(--fh-font-mono);font-size:18px;font-weight:600;color:#ff4d4f;white-space:nowrap}.fh-package-original{margin-right:8px;font-size:13px;color:var(--fh-text-muted)}.fh-package-trial{font-size:11px;padding:0 6px;line-height:18px}.fh-price-buy-btn{width:100%;margin-top:14px;min-height:44px;justify-content:center;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.fh-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--fh-gap-sm)}.fh-detail-layout{display:grid;grid-template-columns:1fr var(--fh-sidebar-width);gap:var(--fh-gap);align-items:start;margin-top:var(--fh-gap)}.fh-detail-layout__main{min-width:0}.fh-detail-layout__sidebar{position:sticky;top:16px}.fh-ext-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);overflow:hidden}.fh-ext-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--fh-border);transition:background var(--fh-transition)}.fh-ext-item:last-child{border-bottom:none}.fh-ext-item:hover{background:#fafafa}.fh-ext-item--clickable,.fh-ext-item-btn{width:100%;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.fh-ext-item__main,.fh-ext-item-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.fh-ext-item__icon,.fh-ext-item-icon{flex-shrink:0;width:36px;height:36px;border-radius:var(--fh-radius-sm);border:1px solid var(--fh-border);overflow:hidden;display:flex;align-items:center;justify-content:center;object-fit:contain}.fh-ext-item__icon img,.fh-ext-item-icon{width:100%;height:100%;object-fit:contain}.fh-ext-item__icon--placeholder,.fh-ext-item-icon-placeholder{background:var(--fh-bg);color:var(--fh-text-muted);font-size:16px}.fh-ext-item-text{min-width:0}.fh-ext-item-arrow{flex-shrink:0;font-size:12px;color:var(--fh-text-muted)}.fh-ext-item__label{font-size:14px;font-weight:500;color:var(--fh-text)}.fh-ext-item__desc{font-size:12px;color:var(--fh-text-muted);margin-top:2px}.fh-ext-item__value{font-family:var(--fh-font-mono);font-size:13px;color:var(--fh-text-muted);flex-shrink:0}.fh-prose{font-size:14px;line-height:1.75;color:var(--fh-text);word-break:break-word}.fh-prose h1,.fh-prose h2,.fh-prose h3,.fh-prose h4{margin:1.5em 0 .6em;font-weight:600;line-height:1.35;color:var(--fh-text)}.fh-prose h1{font-size:22px}.fh-prose h2{font-size:18px}.fh-prose h3{font-size:16px}.fh-prose h4{font-size:15px}.fh-prose p{margin:0 0 1em}.fh-prose a{color:var(--fh-accent);text-decoration:underline;text-underline-offset:2px}.fh-prose a:hover{color:var(--fh-accent-hover)}.fh-prose ul,.fh-prose ol{margin:0 0 1em;padding-left:1.5em}.fh-prose li{margin-bottom:.4em}.fh-prose blockquote{margin:1em 0;padding:12px 16px;border-left:3px solid var(--fh-accent);background:var(--fh-accent-soft);border-radius:0 var(--fh-radius-sm) var(--fh-radius-sm) 0;color:var(--fh-text-muted)}.fh-prose code{font-family:var(--fh-font-mono);font-size:.9em;padding:2px 6px;border-radius:4px;background:#f0f0f0;color:var(--fh-text)}.fh-prose pre{margin:1em 0;padding:16px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-dark);color:var(--fh-dark-text);overflow-x:auto}.fh-prose pre code{padding:0;background:transparent;color:inherit}.fh-prose img{max-width:100%;height:auto;border-radius:var(--fh-radius-sm)}.fh-prose table{width:100%;border-collapse:collapse;margin:1em 0}.fh-prose th,.fh-prose td{padding:10px 12px;border:1px solid var(--fh-border);text-align:left}.fh-prose th{background:#fafafa;font-weight:600}.fh-intro-layout{display:grid;grid-template-columns:220px 1fr;gap:var(--fh-gap);align-items:start}.fh-intro-sidebar{position:sticky;top:16px;display:flex;flex-direction:column;gap:2px;padding:8px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface)}.fh-intro-item{display:block;padding:10px 14px;border:none;border-radius:var(--fh-radius-sm);background:transparent;color:var(--fh-text-muted);font-family:var(--fh-font-sans);font-size:13px;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:background var(--fh-transition),color var(--fh-transition)}.fh-intro-item:hover{background:#f5f5f5;color:var(--fh-text)}.fh-intro-item.is-active,.fh-intro-item--active{background:var(--fh-accent-soft);color:var(--fh-accent)}.fh-mobile-tabs{display:none;gap:8px;padding:8px 0 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fh-mobile-tabs::-webkit-scrollbar{display:none}.fh-mobile-tabs__item{flex-shrink:0;padding:8px 16px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-pill);background:var(--fh-surface);color:var(--fh-text-muted);font-family:var(--fh-font-sans);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:border-color var(--fh-transition),box-shadow var(--fh-transition),color var(--fh-transition)}.fh-mobile-tabs__item:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-mobile-tabs__item.is-active,.fh-mobile-tabs__item--active{border-color:var(--fh-accent);color:var(--fh-accent);background:var(--fh-accent-soft)}.fh-rules-table{border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);overflow:hidden}.fh-rule-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px;border-bottom:1px solid var(--fh-border);align-items:center}.fh-rule-row:last-child{border-bottom:none}.fh-rule-row:nth-child(2n){background:#fafafa}.fh-rule-row__label{font-size:13px;font-weight:500;color:var(--fh-text)}.fh-rule-row__value{font-size:13px;color:var(--fh-text-muted);text-align:right}.fh-rule-row__value code{font-family:var(--fh-font-mono);font-size:12px}.fh-rule-discount-tag{margin-left:6px;padding:1px 6px;font-size:11px;font-weight:500;color:#dc2626;background:#fef2f2;border-radius:4px}.fh-discount-tip{margin-bottom:12px;padding:8px 12px;border-radius:var(--fh-radius-sm)}@keyframes fh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fh-skeleton-block,.fh-skeleton-line,.fh-skeleton-chip{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:fh-shimmer 1.2s infinite;border-radius:6px}.fh-skeleton-line{height:14px;width:100%}.fh-skeleton-line--title{height:18px;width:70%;margin-bottom:8px}.fh-skeleton-line--short{width:45%}.fh-skeleton-line--foot{height:20px;width:40%}.fh-skeleton-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.fh-skeleton-chip{height:22px;width:64px}.fh-grid-products--skeleton{pointer-events:none}.fh-other-features{padding:var(--fh-gap) 0}.fh-other-features__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--fh-gap-sm)}.fh-other-features__title{margin:0;font-size:16px;font-weight:600;color:var(--fh-text)}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-surface);color:var(--fh-text);font-family:var(--fh-font-sans);font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;cursor:pointer;white-space:nowrap;transition:border-color var(--fh-transition),box-shadow var(--fh-transition),background var(--fh-transition),color var(--fh-transition)}.fh-btn:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-btn:disabled,.fh-btn.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.fh-btn--primary{border-color:var(--fh-accent);background:var(--fh-accent);color:#fff}.fh-btn--primary:hover{border-color:var(--fh-accent-hover);background:var(--fh-accent-hover);box-shadow:var(--fh-shadow)}.fh-btn--secondary{border-color:var(--fh-border);background:var(--fh-bg);color:var(--fh-text)}.fh-btn--secondary:hover{border-color:#d4d4d4;background:#eee}.fh-btn--text{padding:6px 10px;border-color:transparent;background:transparent;color:var(--fh-accent);box-shadow:none}.fh-btn--text:hover{background:var(--fh-accent-soft);border-color:transparent;box-shadow:none}.fh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;border:1px dashed var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface)}.fh-empty__icon{font-size:40px;color:var(--fh-border);line-height:1}.fh-empty__title{margin:0;font-size:15px;font-weight:600;color:var(--fh-text)}.fh-empty__desc{margin:0;font-size:13px;color:var(--fh-text-muted);max-width:320px}.fh-empty-icon{font-size:40px;color:var(--fh-border);line-height:1}.fh-empty-title{margin:0;font-size:15px;font-weight:600;color:var(--fh-text)}.fh-empty-desc{margin:0;font-size:13px;color:var(--fh-text-muted);max-width:320px}.fh-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;line-height:1.6;background:#f0f0f0;color:var(--fh-text-muted)}.fh-tag--accent{background:var(--fh-accent-soft);color:var(--fh-accent)}.fh-tag--dark{background:var(--fh-dark);color:var(--fh-dark-text)}.fh-versions-wrap{padding:var(--fh-gap-sm) 0}.fh-versions-wrap :deep(.page-header),.fh-versions-wrap :deep(.product-info-section),.fh-versions-wrap :deep(.pv-m-hero){display:none!important}.fh-versions-wrap :deep(.versions-container.with-padding){padding-top:0}.fh-versions-wrap .fh-card{box-shadow:none}.fh-section-dark{background:var(--fh-dark);color:var(--fh-dark-text)}.fh-section-dark .fh-card{background:#1e1e1e;border-color:#2a2a2a;color:var(--fh-dark-text)}.fh-section-dark .fh-text-muted{color:var(--fh-dark-muted)}@media (max-width: 1024px){.fh-detail-layout{grid-template-columns:1fr}.fh-detail-layout__sidebar{position:static}.fh-detail-hero{grid-template-columns:1fr}.fh-grid-3{grid-template-columns:repeat(2,1fr)}.fh-intro-layout{grid-template-columns:180px 1fr}}@media (max-width: 768px){:root{--fh-gap: 16px;--fh-topnav-height: 48px}.fh-inner{padding-inline:16px}.fh-crumb{font-size:12px;padding-block:10px 6px}.fh-body{padding-block:16px}.fh-subnav{width:100%;max-width:100%}.fh-subnav-item{padding:8px 14px;font-size:12px}.fh-product-head{grid-template-columns:auto 1fr;padding:12px 0}.fh-product-head-main h1{font-size:16px;white-space:normal}.fh-product-head-meta span{font-size:10px;padding:2px 6px}.fh-product-head__extra,.fh-product-head-extra{grid-column:1 / -1;justify-content:flex-start}.fh-page-head{flex-direction:column;align-items:flex-start}.fh-page-head__title{font-size:20px}.fh-stat-row{width:100%}.fh-stat-box{flex:1;min-width:0}.fh-grid-2,.fh-grid-3{grid-template-columns:1fr}.fh-grid-products{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.fh-intro-layout{grid-template-columns:1fr}.fh-intro-sidebar{display:none}.fh-mobile-tabs{display:flex}.fh-subnav{width:100%}.fh-seg-filter{flex-direction:column;align-items:stretch}.fh-action-row{flex-direction:column}.fh-action-row .fh-btn{width:100%}.fh-rule-row{grid-template-columns:1fr;gap:4px}.fh-rule-row__value{text-align:left}.fh-card-head{padding:14px 16px}.fh-card__body{padding:16px}}@media (max-width: 640px){.fh-crumb{font-size:12px;padding-block:8px 4px}.fh-product-head__title{font-size:16px}.fh-subnav-item{padding:7px 14px;font-size:12px}.fh-grid-products{grid-template-columns:1fr}.fh-price-box__value{font-size:24px}.fh-stat-box__value{font-size:18px}.fh-product-card__foot{flex-direction:column;align-items:flex-start;gap:4px}.fh-feature-strip{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.fh-feature-strip::-webkit-scrollbar{display:none}.fh-feature-chip{flex-shrink:0}.fh-dq-layout{grid-template-columns:1fr}.fh-dq-input-row{flex-direction:column;align-items:stretch;padding:10px}.fh-dq-input-icon{display:none}.fh-dq-submit{width:100%;justify-content:center}.fh-dq-results-head{flex-direction:column;align-items:flex-start}.fh-dq-grid{grid-template-columns:1fr}}.fh-dq-head{padding-bottom:var(--fh-gap-xs)}.fh-dq-layout{display:grid;grid-template-columns:1fr 300px;gap:var(--fh-gap);align-items:start}.fh-dq-search .fh-card-head__title{display:inline-flex;align-items:center;gap:8px}.fh-dq-search .fh-card-head__title .anticon{color:var(--fh-accent);font-size:16px}.fh-dq-form{margin-bottom:var(--fh-gap-sm)}.fh-dq-input-row{display:flex;align-items:center;gap:10px;padding:6px 6px 6px 14px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-bg);transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-dq-input-row.focused{border-color:var(--fh-accent);box-shadow:0 0 0 3px var(--fh-accent-soft);background:var(--fh-surface)}.fh-dq-input-icon{flex-shrink:0;font-size:16px;color:var(--fh-text-muted)}.fh-dq-input{flex:1;min-width:0;border:none;background:transparent;padding:10px 0;font-family:var(--fh-font-sans);font-size:15px;color:var(--fh-text);outline:none}.fh-dq-input::placeholder{color:var(--fh-text-muted)}.fh-dq-submit{flex-shrink:0;padding:10px 18px}.fh-dq-hint{padding:14px 16px;border-radius:var(--fh-radius-sm);background:#fafafa;border:1px solid var(--fh-border);font-size:13px;color:var(--fh-text-muted);line-height:1.6}.fh-dq-hint strong{display:block;margin-bottom:8px;color:var(--fh-text);font-weight:600}.fh-dq-hint ul{margin:0;padding-left:18px}.fh-dq-hint li+li{margin-top:4px}.fh-dq-side{display:flex;flex-direction:column;gap:var(--fh-gap-sm)}.fh-dq-scenarios{display:flex;flex-direction:column;gap:14px}.fh-dq-scenario{display:flex;align-items:flex-start;gap:12px}.fh-dq-scenario .anticon{flex-shrink:0;margin-top:2px;font-size:16px;color:var(--fh-accent)}.fh-dq-scenario strong{display:block;font-size:13px;font-weight:600;color:var(--fh-text);margin-bottom:2px}.fh-dq-scenario p{margin:0;font-size:12px;line-height:1.5;color:var(--fh-text-muted)}.fh-dq-api{display:block;padding:10px 12px;border-radius:var(--fh-radius-sm);background:var(--fh-dark);color:#86efac;font-family:var(--fh-font-mono);font-size:11px;line-height:1.6;word-break:break-all}.fh-dq-api-note{margin:10px 0 0;font-size:12px;color:var(--fh-text-muted);line-height:1.5}.fh-dq-results{margin-top:var(--fh-gap)}.fh-dq-results-head{display:flex;align-items:center;justify-content:space-between;gap:var(--fh-gap-sm);margin-bottom:var(--fh-gap-sm)}.fh-dq-results-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.fh-dq-domain-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-pill);background:var(--fh-surface);font-size:13px;font-weight:500;color:var(--fh-text)}.fh-dq-domain-tag .anticon{color:var(--fh-accent);font-size:14px}.fh-dq-results-count{font-size:13px;color:var(--fh-text-muted)}.fh-dq-results-count strong{font-family:var(--fh-font-mono);color:var(--fh-accent)}.fh-dq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--fh-gap-sm)}.fh-dq-card{display:flex;flex-direction:column;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);overflow:hidden;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-dq-card:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-hover)}.fh-dq-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 0}.fh-dq-card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--fh-radius-sm);font-size:18px}.fh-dq-card-icon.is-active{background:#ecfdf5;color:#059669}.fh-dq-card-icon.is-expired{background:#fef2f2;color:#dc2626}.fh-dq-card-icon.is-disabled,.fh-dq-card-icon.is-unknown{background:#f5f5f5;color:var(--fh-text-muted)}.fh-dq-status{padding:3px 10px;border-radius:var(--fh-radius-pill);font-size:11px;font-weight:600}.fh-dq-status.is-active{background:#ecfdf5;color:#059669}.fh-dq-status.is-expired{background:#fef2f2;color:#dc2626}.fh-dq-status.is-disabled,.fh-dq-status.is-unknown{background:#f5f5f5;color:var(--fh-text-muted)}.fh-dq-card-name{margin:12px 16px 0;font-size:16px;font-weight:600;line-height:1.35;color:var(--fh-text)}.fh-dq-kv{margin:14px 16px 0;padding:0}.fh-dq-kv-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--fh-border)}.fh-dq-kv-row:first-child{border-top:none;padding-top:0}.fh-dq-kv-row dt{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:12px;color:var(--fh-text-muted);font-weight:400}.fh-dq-kv-row dt .anticon{font-size:12px}.fh-dq-kv-row dd{margin:0;font-size:13px;font-weight:500;color:var(--fh-text);text-align:right}.fh-dq-kv-row dd.is-expired{color:#dc2626}.fh-dq-card-foot{margin-top:auto;padding:10px 16px;border-top:1px solid var(--fh-border);background:#fafafa;font-size:12px;font-weight:600}.fh-dq-card-foot.is-active{color:#059669}.fh-dq-card-foot.is-expired{color:#dc2626}.fh-dq-card-foot.is-disabled,.fh-dq-card-foot.is-unknown{color:var(--fh-text-muted)}.fh-dq-results .fh-empty .fh-btn{margin-top:4px}.fh-topnav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--fh-topnav-height);background:#ffffffeb;border-bottom:1px solid var(--fh-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fh-topnav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:var(--fh-inner-max);height:100%;margin:0 auto;padding:0 var(--fh-gap)}.fh-topnav-brand{display:inline-flex;align-items:center;gap:10px;border:none;background:none;padding:0;cursor:pointer;font-family:var(--fh-font-sans);text-align:left;flex-shrink:0}.fh-topnav-brand-mark{width:28px;height:28px;border-radius:8px;background:var(--fh-dark);position:relative;flex-shrink:0}.fh-topnav-brand-mark:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:2px solid #fff;border-radius:3px}.fh-topnav-brand-text{display:flex;flex-direction:column;gap:1px;line-height:1.2}.fh-topnav-brand-text strong{font-size:15px;font-weight:600;color:var(--fh-text);letter-spacing:-.01em}.fh-topnav-brand-text small{font-size:11px;color:var(--fh-text-muted);font-weight:400}.fh-topnav-links{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f0f0f0;border-radius:var(--fh-radius-pill)}.fh-topnav-link{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:none;border-radius:var(--fh-radius-pill);background:transparent;color:var(--fh-text-muted);font-family:var(--fh-font-sans);font-size:13px;font-weight:500;line-height:1.4;white-space:nowrap;cursor:pointer;transition:background var(--fh-transition),color var(--fh-transition),box-shadow var(--fh-transition)}.fh-topnav-link .anticon{font-size:14px}.fh-topnav-link:hover{color:var(--fh-text)}.fh-topnav-link.active{background:var(--fh-surface);color:var(--fh-text);box-shadow:var(--fh-shadow-sm)}.fh-topnav-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.fh-topnav-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 14px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-surface);color:var(--fh-text);font-family:var(--fh-font-sans);font-size:13px;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;transition:border-color var(--fh-transition),background var(--fh-transition),color var(--fh-transition),box-shadow var(--fh-transition)}.fh-topnav-btn:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-topnav-btn--ghost{border-color:transparent;background:transparent;color:var(--fh-text-muted);box-shadow:none}.fh-topnav-btn--ghost:hover{color:var(--fh-text);background:#f5f5f5;box-shadow:none}.fh-topnav-btn--primary{border-color:var(--fh-dark);background:var(--fh-dark);color:#fff}.fh-topnav-btn--primary:hover{border-color:#333;background:#333;box-shadow:var(--fh-shadow-sm)}.fh-topnav-btn--block{width:100%}.fh-topnav-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-surface);color:var(--fh-text);font-size:16px;cursor:pointer;transition:border-color var(--fh-transition),box-shadow var(--fh-transition)}.fh-topnav-menu-btn:hover{border-color:#d4d4d4;box-shadow:var(--fh-shadow-sm)}.fh-site-footer{margin-top:auto;padding:28px var(--fh-gap);border-top:1px solid var(--fh-border);background:var(--fh-surface)}.fh-site-footer-inner{max-width:var(--fh-inner-max);margin:0 auto;text-align:center}.fh-site-footer-inner p{margin:0;font-size:12px;line-height:1.8;color:var(--fh-text-muted)}.fh-site-footer-inner p+p{margin-top:2px}.fh-site-footer-inner a{color:var(--fh-text-muted);text-decoration:none;transition:color var(--fh-transition)}.fh-site-footer-inner a:hover{color:var(--fh-accent)}.fh-topnav-drawer .ant-drawer-body{display:flex;flex-direction:column;height:100%;padding:0!important}.fh-topnav-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--fh-border)}.fh-topnav-drawer-title{font-size:15px;font-weight:600;color:var(--fh-text)}.fh-topnav-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-surface);color:var(--fh-text-muted);cursor:pointer}.fh-topnav-drawer-nav{flex:1;padding:12px;overflow-y:auto}.fh-topnav-drawer-item{display:flex;align-items:center;gap:10px;width:100%;padding:14px;margin-bottom:6px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-surface);color:var(--fh-text);font-family:var(--fh-font-sans);font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:border-color var(--fh-transition),box-shadow var(--fh-transition),background var(--fh-transition)}.fh-topnav-drawer-item .anticon:first-child{font-size:16px;color:var(--fh-text-muted)}.fh-topnav-drawer-item.active{border-color:#d4d4d4;background:#fafafa}.fh-topnav-drawer-item.active .anticon:first-child{color:var(--fh-accent)}.fh-topnav-drawer-arrow{margin-left:auto;font-size:12px;color:var(--fh-text-muted)}.fh-topnav-drawer-foot{display:flex;flex-direction:column;gap:8px;padding:16px 18px 24px;border-top:1px solid var(--fh-border);background:#fafafa}@media (max-width: 768px){.fh-topnav-inner{padding:0 16px;justify-content:space-between}.fh-topnav--mobile{height:var(--fh-topnav-height)}.fh-topnav--mobile .fh-topnav-brand{justify-content:flex-start}.fh-topnav--home.fh-topnav--mobile .fh-topnav-brand{flex:1;min-width:0}.fh-topnav-actions--mobile{flex-shrink:0}.fh-topnav-btn--sm{height:30px;padding:0 12px;font-size:12px;border-radius:999px}.fh-topnav-brand-text small{display:none}.fh-topnav-brand-text strong{font-size:16px}}.fh-m-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:grid;grid-template-columns:repeat(4,1fr);height:calc(var(--fh-tabbar-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff5;border-top:1px solid var(--fh-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fh-m-tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:transparent;color:var(--fh-text-muted);font-family:var(--fh-font-sans);font-size:10px;font-weight:500;line-height:1.2;cursor:pointer;transition:color var(--fh-transition);-webkit-tap-highlight-color:transparent}.fh-m-tabbar-item .anticon{font-size:20px}.fh-m-tabbar-item.active{color:var(--fh-accent);font-weight:600}.fh-m-tabbar-item:active{opacity:.72}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.fh-m-dock{display:none}@media (max-width: 768px){:root{--fh-m-inline: 12px;--fh-m-dock-height: 50px;--fh-topnav-height: 48px;--fh-tabbar-height: 54px}.fh-page--mobile .fh-inner{padding-inline:0}.fh-page--mobile .fh-m-pagebar,.fh-page--mobile .fh-subnav-wrap,.fh-page--mobile .fh-feature-strip,.fh-page--mobile .fh-body{padding-inline:var(--fh-m-inline)}.fh-page--mobile .fh-body{padding-block:12px 8px}.fh-m-pagebar{display:flex;align-items:center;gap:8px;padding:8px var(--fh-m-inline) 4px;min-height:40px}.fh-m-pagebar-back{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);background:var(--fh-surface);color:var(--fh-text);font-size:15px;cursor:pointer;-webkit-tap-highlight-color:transparent}.fh-m-pagebar-back:active{background:#f5f5f5}.fh-m-pagebar-title{flex:1;min-width:0;font-size:16px;font-weight:600;line-height:1.35;color:var(--fh-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-page--mobile .fh-crumb,.fh-page--mobile .fh-product-head{display:none}.fh-page--mobile .fh-product-head.fh-product-head--detail{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:0 var(--fh-m-inline) 8px;align-items:center}.fh-page--mobile .fh-product-head--detail .fh-product-head-main p,.fh-page--mobile .fh-product-head--detail .fh-product-head-meta,.fh-page--mobile .fh-product-head--detail .fh-product-head-extra{display:none}.fh-page--mobile .fh-product-head--detail .fh-product-head-main h1{font-size:15px;margin:0}.fh-page--mobile .fh-product-head--detail .fh-product-head-thumb{width:40px;height:40px}.fh-subnav-wrap{position:sticky;top:var(--fh-topnav-height);z-index:20;padding-block:6px 8px;background:linear-gradient(180deg,var(--fh-bg) 70%,rgba(245,245,245,0))}.fh-page--mobile .fh-subnav{display:flex;width:100%;padding:3px;gap:2px}.fh-page--mobile .fh-subnav-item{flex:1;min-width:0;padding:8px 4px;font-size:11px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-page--mobile .fh-feature-strip{flex-direction:column;align-items:stretch;gap:6px;padding-block:0 8px}.fh-page--mobile .fh-feature-strip-label{font-size:11px}.fh-page--mobile .fh-feature-strip-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.fh-page--mobile .fh-feature-strip-scroll::-webkit-scrollbar{display:none}.fh-page--mobile .fh-page-head{padding:12px var(--fh-m-inline) 8px;gap:8px}.fh-page--mobile .fh-page-head h1{font-size:20px}.fh-page--mobile .fh-page-head-sub{font-size:13px;line-height:1.55}.fh-page--mobile .fh-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.fh-page--mobile .fh-stat,.fh-page--mobile .fh-stat-box{min-width:0;padding:10px 8px;text-align:center}.fh-page--mobile .fh-stat-value,.fh-page--mobile .fh-stat-box__value{font-size:17px}.fh-page--mobile .fh-stat-label,.fh-page--mobile .fh-stat-box__label{font-size:10px}.fh-page--mobile .fh-seg-filter{padding:0 var(--fh-m-inline) 10px;gap:10px}.fh-page--mobile .fh-seg-filter-tabs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fh-page--mobile .fh-seg-filter-tabs::-webkit-scrollbar{display:none}.fh-page--mobile .fh-seg-filter-tab{flex-shrink:0;padding:8px 12px;font-size:12px}.fh-page--mobile .fh-seg-filter-sort{width:100%;margin-left:0;justify-content:space-between}.fh-page--mobile .fh-seg-filter-select{flex:1;max-width:180px}.fh-page--mobile .fh-grid-products{grid-template-columns:1fr;gap:10px;padding-inline:var(--fh-m-inline)}.fh-page--mobile .fh-product-card{flex-direction:row;min-height:108px;border-radius:var(--fh-radius-sm)}.fh-page--mobile .fh-product-card-media{flex-shrink:0;width:108px;aspect-ratio:auto;min-height:108px;border-bottom:none;border-right:1px solid var(--fh-border)}.fh-page--mobile .fh-product-card-body{padding:10px 12px;gap:6px}.fh-page--mobile .fh-product-card-name{font-size:14px;-webkit-line-clamp:2}.fh-page--mobile .fh-product-card-meta{gap:4px}.fh-page--mobile .fh-meta-chip{font-size:10px;padding:2px 6px}.fh-page--mobile .fh-product-card-foot{display:none}.fh-page--mobile .fh-product-card:after{content:"›";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--fh-text-muted);pointer-events:none}.fh-page--mobile .fh-product-card{position:relative;padding-right:24px}.fh-page--mobile .fh-price-current{font-size:15px;color:#ff4d4f}.fh-page--mobile .fh-detail-hero{grid-template-columns:1fr;gap:0;margin-inline:calc(-1 * var(--fh-m-inline));margin-bottom:12px}.fh-page--mobile .fh-detail-gallery{border:none;border-radius:0}.fh-page--mobile .fh-detail-gallery__main{aspect-ratio:1}.fh-page--mobile .fh-carousel-arrow{display:none!important}.fh-page--mobile .fh-detail-hero-info{margin-top:-14px;padding:0 var(--fh-m-inline);gap:10px;position:relative;z-index:2}.fh-page--mobile .fh-price-box{border-radius:var(--fh-radius-sm);border-bottom:1px solid var(--fh-border);padding:16px var(--fh-m-inline);box-shadow:0 -4px 16px #0000000a}.fh-page--mobile .fh-price-box__value{font-size:26px;color:#ff4d4f}.fh-page--mobile .fh-package-row{padding:14px 16px}.fh-page--mobile .fh-package-row__price{font-size:20px}.fh-page--mobile .fh-price-buy-btn{min-height:46px;font-size:16px}.fh-page--mobile .fh-action-row{display:none}.fh-page--mobile .fh-detail-layout{margin-top:12px;gap:12px;margin-inline:calc(-1 * var(--fh-m-inline));padding-inline:var(--fh-m-inline)}.fh-page--mobile .fh-detail-layout .fh-card{border-radius:var(--fh-radius-sm)}.fh-page--mobile .fh-detail-layout__sidebar{position:static}.fh-page--mobile .fh-ext-item{min-height:52px;padding:12px 14px}.fh-page--mobile .fh-ext-item:active{background:#f5f5f5}.fh-m-dock{position:fixed;left:0;right:0;bottom:calc(var(--fh-tabbar-height) + env(safe-area-inset-bottom,0px));z-index:999;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;height:var(--fh-m-dock-height);background:var(--fh-border);border-top:1px solid var(--fh-border);box-shadow:0 -4px 12px #0000000f}.fh-m-dock-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:var(--fh-surface);color:var(--fh-text);font-family:var(--fh-font-sans);font-size:10px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent}.fh-m-dock-btn .anticon{font-size:16px;color:var(--fh-accent)}.fh-m-dock-btn:active{background:#f5f5f5}.fh-m-dock-btn--buy{background:var(--fh-accent);color:#fff}.fh-m-dock-btn--buy .anticon{color:#fff}.fh-m-dock-btn--buy:active{background:var(--fh-accent-hover)}.fh-page--mobile.fh-page--has-dock .fh-body{padding-bottom:calc(var(--fh-m-dock-height) + 8px)}.fh-page--mobile .fh-mobile-tabs{display:flex;gap:4px;padding:4px;margin-bottom:10px;background:#f0f0f0;border-radius:var(--fh-radius-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fh-page--mobile .fh-mobile-tabs::-webkit-scrollbar{display:none}.fh-page--mobile .fh-mobile-tabs__item{flex:1;min-width:max-content;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:var(--fh-text-muted);font-size:12px;font-weight:500;cursor:pointer}.fh-page--mobile .fh-mobile-tabs__item.is-active,.fh-page--mobile .fh-mobile-tabs__item--active{background:var(--fh-surface);color:var(--fh-text);font-weight:600;box-shadow:var(--fh-shadow-sm)}.fh-page--mobile .fh-intro-layout{gap:10px}.fh-page--mobile .fh-card-head{padding:12px 14px}.fh-page--mobile .fh-card__body{padding:14px}.fh-page--mobile .fh-card-head__title{font-size:14px}.fh-page--mobile .fh-prose{font-size:14px;line-height:1.7}.fh-page--mobile .fh-prose img{max-width:100%;height:auto}.fh-page--mobile .fh-empty{padding:32px 16px;border-radius:var(--fh-radius-sm)}.fh-page--mobile .fh-dq-head{padding:12px var(--fh-m-inline) 6px}.fh-page--mobile .fh-dq-layout{grid-template-columns:1fr;gap:10px;padding-inline:var(--fh-m-inline)}.fh-page--mobile .fh-dq-search .fh-card-head,.fh-page--mobile .fh-dq-side .fh-card-head{padding:12px 14px}.fh-page--mobile .fh-dq-input-row{flex-direction:column;align-items:stretch;padding:8px;gap:8px}.fh-page--mobile .fh-dq-input-icon{display:none}.fh-page--mobile .fh-dq-input{padding:10px 8px;text-align:left}.fh-page--mobile .fh-dq-submit{width:100%;min-height:42px}.fh-page--mobile .fh-dq-hint{font-size:12px;padding:12px}.fh-page--mobile .fh-dq-results{padding-inline:var(--fh-m-inline);margin-top:8px}.fh-page--mobile .fh-dq-grid{grid-template-columns:1fr;gap:10px}.fh-page--mobile .fh-dq-kv-row{flex-direction:column;align-items:flex-start;gap:2px}.fh-page--mobile .fh-dq-kv-row dd{text-align:left}.fh-page--mobile .fh-versions-wrap{padding:0;margin-inline:calc(-1 * var(--fh-m-inline))}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-float-back),.fh-page--mobile .fh-versions-wrap :deep(.pv-m-float-latest),.fh-page--mobile .fh-versions-wrap :deep(.pv-m-hero){display:none!important}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-app){min-height:auto;padding-bottom:0}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-sheet){margin-top:0;border-radius:0;padding-top:0}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-title){display:none}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-head){padding-top:8px}.fh-page--mobile .fh-versions-wrap :deep(.pv-m-card){border-radius:0;border-left:none;border-right:none}.fh-page--mobile .fh-detail-layout.fh-detail-layout--feature .fh-detail-layout__sidebar{order:2}.fh-page--mobile .fh-other-features{padding:0}.fh-page--mobile .fh-ext-item-btn{min-height:56px}.fh-page--mobile .fh-ext-item-btn:active{background:#f5f5f5}.fh-page--mobile .fh-product-card-price--mobile{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:auto}.fh-page--mobile .fh-btn,.fh-page--mobile .fh-product-card,.fh-page--mobile .fh-topnav-link{-webkit-tap-highlight-color:transparent}.fh-page--mobile .fh-btn:active{opacity:.88}}.fh-product-card-price--mobile{display:none}@media (max-width: 768px){input,textarea,select,.ant-input,.ant-input-affix-wrapper,.ant-input-affix-wrapper input,.ant-input-number,.ant-input-number-input,.ant-input-number-input-wrap input,.ant-textarea,.ant-select-selector,.ant-select-selection-search-input,.ant-select-selection-item,.ant-select-selection-placeholder,.ant-picker-input input,.ant-mentions textarea,.ant-cascader-input{font-size:16px!important}}html[data-theme=dark] html[data-theme=dark] .user-backend-layout .backend-content :is(.glass-btn,.glass-btn:hover,.glass-btn:focus,.glass-btn:active,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):hover,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):active,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):focus,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):focus-visible,.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.wm-tab.active,.upload-badge,.avatar-edit,.period-scroll .ant-radio-button-wrapper-checked,.product-detail-page .action-btn-card.primary),html.dark html.dark .user-backend-layout .backend-content :is(.glass-btn,.glass-btn:hover,.glass-btn:focus,.glass-btn:active,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):hover,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):active,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):focus,.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-input-search-button):focus-visible,.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.wm-tab.active,.upload-badge,.avatar-edit,.period-scroll .ant-radio-button-wrapper-checked,.product-detail-page .action-btn-card.primary){color:#1a1a1a!important}html[data-theme=dark] html[data-theme=dark] .user-backend-layout .backend-content :is(.glass-btn,.glass-btn:hover,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover),html.dark html.dark .user-backend-layout .backend-content :is(.glass-btn,.glass-btn:hover,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button),.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover){background:var(--mp-btn)!important;border-color:var(--mp-border)!important}html[data-theme=dark] html[data-theme=dark] .user-backend-layout .backend-content :is(.glass-btn:hover,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover),html.dark html.dark .user-backend-layout .backend-content :is(.glass-btn:hover,.ant-btn-default:not(.ant-btn-dangerous):not(.ant-input-search-button):hover){background:var(--mp-btn-hover)!important}html[data-theme=dark] html[data-theme=dark] .user-backend-layout .backend-content :is(.glass-btn .anticon,.ant-btn-default:not(.ant-btn-dangerous) .anticon,.ant-btn-default:not(.ant-btn-dangerous)>span,.ant-btn-primary:not(.ant-btn-dangerous) .anticon,.ant-btn-primary:not(.ant-btn-dangerous)>span,.ant-radio-button-wrapper-checked .ant-radio-button-label,.product-detail-page .action-btn-card.primary .btn-icon,.product-detail-page .action-btn-card.primary .btn-text),html.dark html.dark .user-backend-layout .backend-content :is(.glass-btn .anticon,.ant-btn-default:not(.ant-btn-dangerous) .anticon,.ant-btn-default:not(.ant-btn-dangerous)>span,.ant-btn-primary:not(.ant-btn-dangerous) .anticon,.ant-btn-primary:not(.ant-btn-dangerous)>span,.ant-radio-button-wrapper-checked .ant-radio-button-label,.product-detail-page .action-btn-card.primary .btn-icon,.product-detail-page .action-btn-card.primary .btn-text){color:#1a1a1a!important}html[data-theme=dark] html[data-theme=dark] .user-backend-layout .backend-content .ant-btn-primary:not(.ant-btn-dangerous):disabled,html.dark html.dark .user-backend-layout .backend-content .ant-btn-primary:not(.ant-btn-dangerous):disabled{color:#1a1a1a66!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper,html.dark .user-backend-layout .tiptap-editor-wrapper{--editor-bg: #303030;--editor-text: #f0f0f0;--editor-border: #434343;--editor-toolbar-bg: #353535;background:var(--editor-bg)!important;border-color:var(--editor-border)!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar,html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar-preview,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar-preview{background:var(--editor-toolbar-bg)!important;border-bottom-color:var(--editor-border)!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .preview-label,html.dark .user-backend-layout .tiptap-editor-wrapper .preview-label{color:var(--mp-text-secondary, #c8c8c8)!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .editor-container,html.dark .user-backend-layout .tiptap-editor-wrapper .editor-container{background:var(--editor-bg)!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .tiptap-editor-content .tiptap,html.dark .user-backend-layout .tiptap-editor-wrapper .tiptap-editor-content .tiptap{color:var(--editor-text)!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .tiptap-editor-content .tiptap p.is-editor-empty:first-child:before,html.dark .user-backend-layout .tiptap-editor-wrapper .tiptap-editor-content .tiptap p.is-editor-empty:first-child:before{color:#888!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar-btn,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar-btn{color:#c8c8c8!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar-btn:hover,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar-btn:hover{background:#404040!important;color:#fafafa!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar-btn.active,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar-btn.active{background:#4a4a4a!important;color:#fafafa!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .toolbar-divider,html.dark .user-backend-layout .tiptap-editor-wrapper .toolbar-divider{background:#505050!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .editor-badge,html.dark .user-backend-layout .tiptap-editor-wrapper .editor-badge{color:#c8c8c8!important;background:#404040!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .editor-badge.word-count,html.dark .user-backend-layout .tiptap-editor-wrapper .editor-badge.word-count{color:#a3c4e8!important;background:#a3c4e81f!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .context-menu,html.dark .user-backend-layout .tiptap-editor-wrapper .context-menu{background:#353535!important;border:1px solid #434343!important;color:#f0f0f0!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .context-menu-item:hover,html.dark .user-backend-layout .tiptap-editor-wrapper .context-menu-item:hover{background:#404040!important}html[data-theme=dark] .user-backend-layout .tiptap-editor-wrapper .ant-btn-link,html.dark .user-backend-layout .tiptap-editor-wrapper .ant-btn-link{color:var(--mp-text-secondary, #c8c8c8)!important}.debug-console-root[data-v-77c0012d]{position:fixed;right:16px;bottom:16px;z-index:10050;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.debug-console-fab[data-v-77c0012d]{position:relative;width:48px;height:48px;border:none;border-radius:50%;background:#1a1a1a;color:#ffe043;box-shadow:0 8px 24px #00000047;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .2s ease,box-shadow .2s ease}.debug-console-fab[data-v-77c0012d]:hover{transform:scale(1.05);box-shadow:0 10px 28px #00000057}.debug-console-fab__badge[data-v-77c0012d]{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;line-height:18px;text-align:center}.debug-console-panel[data-v-77c0012d]{width:min(92vw,420px);height:min(70vh,520px);display:flex;flex-direction:column;background:#141414f5;color:#e5e5e5;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 16px 48px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.debug-console-head[data-v-77c0012d]{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0a}.debug-console-head__title[data-v-77c0012d]{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#ffe043}.debug-console-head__count[data-v-77c0012d]{font-size:11px;color:#8c8c8c;font-weight:400}.debug-console-head__actions[data-v-77c0012d]{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.debug-console-check[data-v-77c0012d]{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#bfbfbf;cursor:pointer;-webkit-user-select:none;user-select:none}.debug-console-btn[data-v-77c0012d]{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#e5e5e5;border-radius:6px;padding:2px 8px;font-size:11px;cursor:pointer}.debug-console-btn[data-v-77c0012d]:hover{background:#ffffff1f}.debug-console-btn--icon[data-v-77c0012d]{width:26px;height:26px;padding:0;display:inline-flex;align-items:center;justify-content:center}.debug-console-filters[data-v-77c0012d]{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.06)}.debug-console-filter[data-v-77c0012d]{border:1px solid rgba(255,255,255,.12);background:transparent;color:#bfbfbf;border-radius:999px;padding:2px 8px;font-size:11px;cursor:pointer}.debug-console-filter.active[data-v-77c0012d]{background:#ffe04329;border-color:#ffe04373;color:#ffe043}.debug-console-filter__count[data-v-77c0012d]{margin-left:4px;opacity:.75}.debug-console-search[data-v-77c0012d]{flex:1;min-width:120px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#fff;border-radius:6px;padding:4px 8px;font-size:11px;outline:none}.debug-console-search[data-v-77c0012d]:focus{border-color:#ffe04373}.debug-console-list[data-v-77c0012d]{flex:1;overflow:auto;padding:8px}.debug-console-item[data-v-77c0012d]{margin-bottom:8px;padding:8px;border-radius:8px;background:#ffffff0a;border-left:3px solid #595959}.debug-console-item.is-error[data-v-77c0012d],.debug-console-item.is-assert[data-v-77c0012d]{border-left-color:#ef4444;background:#ef444414}.debug-console-item.is-warn[data-v-77c0012d]{border-left-color:#f59e0b;background:#f59e0b14}.debug-console-item.is-info[data-v-77c0012d],.debug-console-item.is-log[data-v-77c0012d],.debug-console-item.is-system[data-v-77c0012d]{border-left-color:#60a5fa}.debug-console-item.is-debug[data-v-77c0012d],.debug-console-item.is-trace[data-v-77c0012d]{border-left-color:#a78bfa}.debug-console-item__meta[data-v-77c0012d]{display:flex;align-items:center;gap:8px;margin-bottom:4px}.debug-console-item__time[data-v-77c0012d]{font-size:10px;color:#8c8c8c}.debug-console-item__level[data-v-77c0012d]{font-size:10px;font-weight:700;letter-spacing:.04em;color:#d4d4d4}.debug-console-item__msg[data-v-77c0012d],.debug-console-item__stack[data-v-77c0012d]{margin:0;white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.45;color:#f5f5f5}.debug-console-item__stack[data-v-77c0012d]{margin-top:6px;color:#a3a3a3;font-size:10px}.debug-console-empty[data-v-77c0012d]{padding:24px 12px;text-align:center;color:#737373;font-size:12px}.debug-console-foot[data-v-77c0012d]{padding:8px 10px;border-top:1px solid rgba(255,255,255,.06);font-size:10px;color:#737373;line-height:1.4}.debug-console-foot code[data-v-77c0012d]{color:#ffe043;background:#ffffff0f;padding:1px 4px;border-radius:4px}@media (max-width: 768px){.debug-console-root[data-v-77c0012d]{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px))}.debug-console-panel[data-v-77c0012d]{width:min(calc(100vw - 24px),420px);height:min(65vh,480px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}
