.download-progress-dialog-mask{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:rgba(16,24,40,.36)}.download-progress-dialog{position:relative;width:min(560px,100%);border-radius:10px;border:1px solid var(--border-default-color);background:var(--background-light);color:var(--foreground);padding:22px;box-shadow:0 18px 50px rgba(15,23,42,.18)}.download-progress-dialog__close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--background-grey);color:var(--text-muted);cursor:pointer}.download-progress-dialog__close:hover{background:var(--button-hover-bg);color:var(--primary-color)}.download-progress-dialog__close svg{width:18px;height:18px}.download-progress-dialog__download{display:flex;gap:14px;align-items:flex-start;padding-right:34px}.download-progress-dialog__icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:var(--theme-soft-bg);color:var(--primary-color)}.download-progress-dialog__icon svg{width:22px;height:22px}.download-progress-dialog__content{flex:1 1;min-width:0}.download-progress-dialog__content h3{margin:0;color:var(--text-strong);font-size:18px;line-height:1.35}.download-progress-dialog__content p{margin:6px 0 16px;color:var(--text-soft);line-height:1.5}.download-progress-dialog__bar{height:8px;overflow:hidden;border-radius:999px;background:var(--background-grey)}.download-progress-dialog__bar span{display:block;height:100%;border-radius:inherit;background:var(--primary-color);transition:width .24s ease}.download-progress-dialog__meta{display:flex;justify-content:space-between;gap:12px;margin-top:10px;color:var(--text-soft);font-size:13px}.download-progress-dialog__meta strong{color:var(--text-strong)}.download-progress-dialog__nps{margin-top:20px;padding-top:18px;border-top:1px solid var(--border-default-color)}.download-progress-dialog__nps input,.download-progress-dialog__nps textarea{width:100%;border:1px solid var(--border-default-color);border-radius:7px;background:var(--input-bg);color:var(--foreground);padding:10px 12px;font:inherit;outline:none}.download-progress-dialog__nps input::placeholder,.download-progress-dialog__nps textarea::placeholder{color:var(--text-faint)}.download-progress-dialog__nps input:focus,.download-progress-dialog__nps textarea:focus{border-color:var(--theme-color);box-shadow:0 0 0 3px rgba(37,105,255,.12)}.download-progress-dialog__nps input:disabled,.download-progress-dialog__nps textarea:disabled{cursor:not-allowed;opacity:.72;background:var(--background-grey)}.download-progress-dialog__nps textarea{resize:vertical;min-height:82px}.download-progress-dialog__nps input{height:40px;margin-top:10px}.download-progress-dialog__nps-title{color:var(--text-strong);font-size:16px;font-weight:700;line-height:1.4}.download-progress-dialog__nps-desc{margin-top:4px;color:var(--text-soft);line-height:1.5}.download-progress-dialog__nps-scale{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:var(--text-soft);font-size:12px}.download-progress-dialog__scores{display:grid;grid-template-columns:repeat(11,1fr);grid-gap:6px;gap:6px;margin:8px 0 12px}.download-progress-dialog__scores button{height:32px;border:1px solid var(--border-default-color);border-radius:7px;background:var(--background-light);color:var(--text-default);cursor:pointer;font-weight:700}.download-progress-dialog__scores button:hover{border-color:var(--theme-soft-border);background:var(--button-hover-bg);color:var(--primary-color)}.download-progress-dialog__scores button.active{border-color:var(--primary-color);background:var(--theme-soft-bg);color:var(--primary-color)}.download-progress-dialog__scores button:disabled{cursor:not-allowed;opacity:.72}.download-progress-dialog__actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}.download-progress-dialog__actions span{color:var(--text-soft);font-size:13px}.download-progress-dialog__actions button{height:36px;border:0;border-radius:7px;background:var(--primary-color);color:#fff;padding:0 16px;cursor:pointer;font-weight:700}.download-progress-dialog__actions button:disabled{cursor:not-allowed;opacity:.45}html[data-theme=dark] .download-progress-dialog-mask{background:rgba(0,0,0,.62)}html[data-theme=dark] .download-progress-dialog{box-shadow:0 24px 70px rgba(0,0,0,.45)}@media(max-width:520px){.download-progress-dialog{padding:18px}.download-progress-dialog__download{padding-right:28px}.download-progress-dialog__scores{gap:4px}.download-progress-dialog__scores button{height:30px;border-radius:6px;font-size:12px}}.MuiFormControl-root *{font-family:var(--font-family)}.MuiButton-root{border:0;border-radius:8px;text-transform:none;padding:4px 14px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.MuiButton-root .MuiButton-startIcon{margin-right:6px}.MuiButton-root.contained-white{color:var(--foreground);background:var(--button-bg)}.MuiButton-root.contained-white .MuiTouchRipple-root .MuiTouchRipple-rippleVisible{color:var(--foreground)!important;opacity:.1!important}.MuiButton-root.contained-white:hover{background:var(--button-white-hover-bg)}.MuiButton-root.contained-confirm{border:0;color:#fff;box-shadow:0 1px 3px 0 rgba(var(--button-bg3),.05);background:var(--button-bg2);font-weight:600}.MuiButton-root.contained-confirm:hover{background:var(--button-primary-hover-bg)}.MuiButton-root.contained-confirm.Mui-disabled{opacity:.5}.MuiButton-root.MuiButton-outlinedPrimary{border:1px solid var(--border-default-color);background-color:var(--background);color:var(--foreground)}.MuiButton-root.MuiButton-outlinedPrimary:hover{background:var(--button-white-hover-bg)}.MuiIconButton-root{color:var(--foreground);border-radius:6px}.MuiIconButton-root:hover{background-color:var(--border-default-color)}.MuiIconButton-root.border{border:1px solid var(--border-default-color);padding:6px}.MuiIconButton-root.border:hover{background-color:var(--border-default-color)}.MuiIconButton-root.border .MuiTouchRipple-root .MuiTouchRipple-rippleVisible{color:var(--foreground)!important;opacity:.1!important}.MuiIconButton-root.border .iconfont,.MuiIconButton-root.border svg{font-size:16px;width:16px;height:16px}.MuiCheckbox-root{color:var(--foreground)}.MuiCheckbox-root.Mui-checked{color:var(--theme-color)}.MuiCheckbox-root.Mui-disabled{opacity:.6}.MuiOutlinedInput-root{background-color:var(--input-bg);border-radius:6px}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--theme-color);border-width:1px}.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:var(--border-default-color)}.MuiOutlinedInput-root.Mui-disabled input{background-color:var(--editor-input-bg)}.MuiOutlinedInput-root .MuiOutlinedInput-input{color:var(--foreground);padding:10px;font-size:14px}.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--placeholder-color)}.MuiPaper-root{background-color:var(--background-light);color:var(--foreground)}.MuiTooltip-tooltip{background:var(--foreground)!important;color:#fff!important;font-size:12px;max-width:400px;white-space:pre-line;word-break:break-word;border-radius:8px;padding:8px 12px}.MuiTooltip-arrow{color:var(--foreground)!important}.MuiPopover-paper{border-radius:12px;border:1px solid var(--border-default-color);background:var(--background-light)}.MuiSnackbar-root .MuiAlert-root{border-radius:8px}.MuiSnackbar-root .MuiAlert-message{text-transform:capitalize}.MuiSnackbar-root .MuiAlert-colorSuccess{background-image:none!important;background-color:var(--button-bg2)}.MuiSnackbar-root .MuiAlert-colorSuccess .MuiAlert-icon .MuiSvgIcon-root{color:#fff}.MuiSnackbar-root .MuiAlert-colorSuccess .MuiAlert-message{color:#fff;text-transform:capitalize}.MuiSnackbar-root .MuiAlert-colorSuccess .MuiAlert-action .MuiIconButton-root{color:#fff}.MuiSnackbar-root .MuiAlert-colorSuccess .MuiAlert-action .MuiIconButton-root:hover{background-color:var(--button-bg1)}.MuiSnackbar-root .MuiAlert-colorError{background-color:var(--warn-text-color)}.mui-select-content{max-height:300px;background:#fff!important;color:#172033!important;border:1px solid #e5e7eb}.mui-select-content .MuiMenu-list{padding:5px 0}.mui-select-content .MuiMenu-list .MuiButtonBase-root{display:flex;justify-content:center;color:#172033}.mui-select-content .MuiMenu-list .MuiButtonBase-root .vip-icon{width:14px;height:14px;margin-left:4px}.mui-select-content::-webkit-scrollbar{width:6px;height:6px;display:none}.mui-select-content::-webkit-scrollbar-thumb{background:var(--content-background);border-radius:8px}.mui-select-content::-webkit-scrollbar-track{background:var(--background)}.mui-select-content .MuiMenu-list .MuiMenuItem-root:hover{background-color:#f5f8ff}.mui-select-content .MuiMenu-list .MuiMenuItem-root.Mui-selected{background-color:#eaf2ff;color:#2569ff}.mui-select-content .MuiMenu-list .MuiMenuItem-root.Mui-selected:hover{background-color:#dbe8ff}html[data-theme=dark] .mui-select-content{background:var(--background-light)!important;color:var(--foreground)!important;border-color:var(--border-default-color)}html[data-theme=dark] .mui-select-content .MuiMenu-list .MuiButtonBase-root,html[data-theme=dark] .mui-select-content .MuiMenu-list .MuiMenuItem-root{color:var(--foreground)}html[data-theme=dark] .mui-select-content .MuiMenu-list .MuiMenuItem-root:hover{background-color:var(--button-white-hover-bg)}html[data-theme=dark] .mui-select-content .MuiMenu-list .MuiMenuItem-root.Mui-selected{background-color:var(--button-hover-bg);color:var(--theme-color)}html[data-theme=dark] .mui-select-content .MuiMenu-list .MuiMenuItem-root.Mui-selected:hover{background-color:var(--theme-soft-bg-strong)}.MuiTableContainer-root{background:var(--background);padding:0 25px 25px;border-radius:16px}.MuiTableContainer-root .MuiTableHead-root .MuiTableRow-head .MuiTableCell-root{color:var(--foreground);font-weight:600;border-bottom-color:var(--border-default-color);padding:15px 16px 15px 0;font-size:13px}.MuiTableContainer-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{color:var(--foreground);padding:25px 16px 25px 0;font-weight:500;border-bottom-color:var(--border-default-color)}.MuiChip-root{background:var(--background);border-color:var(--btn-border-default);padding-left:14px;padding-right:14px;height:34px}.MuiChip-root .MuiChip-label{font-size:14px;padding:0;max-width:250px;font-weight:500}.MuiChip-root .MuiChip-deleteIcon{margin-left:6px;font-size:16px}.MuiChip-root.MuiChip-deletable{background:var(--button-hover-bg);border-color:var(--button-hover-bg);padding-right:10px}:root{--btn-bg-default:#ffffff;--btn-bg-hover:#4d8ff7;--btn-bg-active:#255fc0;--btn-bg-disabled:#e0e0e0;--btn-text-default:#000000;--btn-text-hover:#ffffff;--btn-text-disabled:#aaaaaa;--text-color-level2:#757575;--text-color-level3:#b2b2b2;--btn-border-default:#ebebeb;--btn-border-hover:transparent;--btn-border-active:transparent;--btn-border-disabled:#e0e0e0;--primary-color:#2569ff;--dark-text:#1a202c;--light-text:#4a5568;--text-strong:#172033;--text-default:#344054;--text-muted:#475467;--text-soft:#667085;--text-faint:#98a2b3;--background-light:#ffffff;--background-grey:#f7fafc;--card-bg:#f7f8ff;--card-bg-light:#fbfcff;--blog-border-color:#e2e8f0;--editor-module-bg:#fbfbfb;--editor-input-bg:#ffffff;--editor-input-border-default:#ebebeb;--editor-input-border-hover:#bebebe;--editor-input-border-active:#2569ff;--editor-input-border-radius:8px;--editor-input-placeholder-text:#b2b2b2;--editor-preview-skeleton-bg:#ffffff;--editor-preview-skeleton-line:rgba(37,105,255,0.12);--editor-label-font-size:12px;--background:#fff;--content-background:#f9f9f9;--foreground:#000;--theme-color:#2569ff;--font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-size:14px;--placeholder:#bfbfbf;--drag-icon-default:#b2b2b2;--border-default-color:#EBEBEB;--border-color:#000;--button-bg:#F9FAFA;--input-bg:transparent;--button-bg1:#4d8ff7;--button-bg2:#2569ff;--button-bg3:#255fc0;--button-hover-bg:#eaf2ff;--button-white-hover-bg:#F9FAFA;--button-primary-hover-bg:#4d8ff7;--theme-soft-bg:#eef4ff;--theme-soft-bg-strong:#dbe8ff;--theme-soft-border:#c8d9ff;--theme-accent-strong:#2569ff;--theme-accent-soft:#4d8ff7;--theme-accent-medium:#3d7ff0;--theme-accent-deep:#255fc0;--warn-text-color:#F8425C;--warn-bg-color:#FFEBEE;--modal-label-border-color:#d9d9d9;--modal-label-text-color:#fff}html[data-theme=dark] .MuiModal-root,html[data-theme=dark] .MuiPopover-root,html[data-theme=dark] .MuiSnackbar-root,html[data-theme=dark] .app-layout-wrapper,html[data-theme=dark] .layout-wrapper{color-scheme:dark;--btn-bg-default:#111827;--btn-bg-hover:#4d8ff7;--btn-bg-active:#2569ff;--btn-bg-disabled:#2a3344;--btn-text-default:#f8fafc;--btn-text-hover:#ffffff;--btn-text-disabled:#667085;--text-color-level2:#a4adbd;--text-color-level3:#707b90;--btn-border-default:#273244;--btn-border-hover:transparent;--btn-border-active:transparent;--btn-border-disabled:#273244;--primary-color:#2569ff;--dark-text:#f8fafc;--light-text:#cbd5e1;--text-strong:#f8fafc;--text-default:#d7deea;--text-muted:#b7c1d1;--text-soft:#cacaca;--text-faint:#707b90;--background-light:#171719;--background-grey:#141416;--card-bg:#1c1c1f;--card-bg-light:#171719;--blog-border-color:#273244;--editor-module-bg:#171719;--editor-input-bg:#171719;--editor-input-border-default:#2a2a2a;--editor-input-border-hover:#6a6a6a;--editor-input-border-active:#6a6a6a;--editor-input-placeholder-text:#707b90;--editor-preview-skeleton-bg:#24262b;--editor-preview-skeleton-line:rgba(148,163,184,0.24);--background:#0F0F10;--content-background:#0F0F10;--foreground:#f8fafc;--theme-color:#79a8ff;--placeholder:#707b90;--drag-icon-default:#707b90;--border-default-color:#2a2a2a;--border-color:#f8fafc;--button-bg:#171719;--input-bg:#171719;--button-bg1:#4d8ff7;--button-bg2:#3d7ff0;--button-bg3:#255fc0;--button-hover-bg:rgba(121,168,255,0.14);--button-white-hover-bg:#1c2940;--button-primary-hover-bg:#4d8ff7;--theme-soft-bg:rgba(121,168,255,0.14);--theme-soft-bg-strong:rgba(121,168,255,0.22);--theme-soft-border:rgba(121,168,255,0.34);--theme-accent-strong:#79a8ff;--theme-accent-soft:#a8c4ff;--theme-accent-medium:#8eb5ff;--theme-accent-deep:#4d8ff7;--warn-text-color:#ff6b81;--warn-bg-color:rgba(248,66,92,0.16);--modal-label-border-color:#3a465a}.reset-scroll-bar{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.reset-scroll-bar::-webkit-scrollbar{display:none;width:6px;height:6px}.reset-scroll-bar::-webkit-scrollbar-thumb{background:var(--content-background);border-radius:8px}.reset-scroll-bar::-webkit-scrollbar-track{background:var(--background)}.hidden-scroll-bar::-webkit-scrollbar{width:0}.common-markdown-body *{color:var(--dark-text)}.common-markdown-body pre code,.common-markdown-body pre tt{display:inline-block;box-sizing:border-box;max-width:100%;padding:0;margin:0;overflow-x:auto;line-height:inherit;word-wrap:normal;border:0;word-wrap:break-word;white-space:pre-wrap;background-color:rgba(0,0,0,0)}.common-markdown-body h1,.common-markdown-body h2,.common-markdown-body h3{font-weight:500;margin:16px 0 0;font-size:16px}.common-markdown-body p{margin:8px 0}.common-markdown-body ol,.common-markdown-body ul{padding-left:20px}.common-markdown-body li{margin:4px 0}@font-face{font-family:hypercv_font;font-style:normal;font-weight:400;font-display:swap;src:url(https://prod-oss.hicv.cn/_next/static/media/hypercv_font.e4af272c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:hypercv_font;font-style:normal;font-weight:500;font-display:swap;src:url(https://prod-oss.hicv.cn/_next/static/media/hypercv_font.e4af272c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:hypercv_font;font-style:normal;font-weight:600;font-display:swap;src:url(https://prod-oss.hicv.cn/_next/static/media/hypercv_font.e4af272c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:hypercv_font;font-style:normal;font-weight:700;font-display:swap;src:url(https://prod-oss.hicv.cn/_next/static/media/hypercv_font.e4af272c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:hypercv_font;font-style:normal;font-weight:800;font-display:swap;src:url(https://prod-oss.hicv.cn/_next/static/media/hypercv_font.e4af272c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fdM3mDaZRbryhsA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY5abuWIGxA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzY5abuWI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY5abuWIGxA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:weight_arial;src:local("Arial");ascent-override:90.2%;descent-override:22.48%;line-gap-override:0%;size-adjust:107.4%}@font-face{font-family:thunderbit inter;src:url(https://prod-oss.hicv.cn/_next/static/media/thunderbit.730e8169.woff2) format("woff2");font-weight:450;font-style:normal;font-display:swap}body,html{width:100%!important;max-width:100vw;font-size:14px;font-family:var(--font-family);background:var(--background);color:var(--foreground);scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0;display:none}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none}a{color:inherit;text-decoration:none}.fade-in-up{opacity:0;transform:translateY(15px);transition:all 1.2s ease}.fade-in-up.active{opacity:1;transform:none}.blog_container__aByPT{font-family:var(--font-family);line-height:1.6;display:flex;flex-direction:column;width:100%;align-items:center}.blog_container__aByPT a,.blog_container__aByPT code,.blog_container__aByPT li,.blog_container__aByPT p,.blog_container__aByPT pre,.blog_container__aByPT span{-webkit-user-select:text;-moz-user-select:text;user-select:text}.blog_header__EIgE6{width:100%;height:56px;background:var(--background-light);padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;z-index:1000}.blog_header__EIgE6 .blog_headerContainer__BFOSy{height:100%;margin:0 auto;padding:0 24px;position:relative;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px 0 rgba(0,0,0,.12);transition:box-shadow .2s}.blog_header__EIgE6 .blog_navLogo__0_PHZ{display:flex;align-items:center;gap:0}.blog_header__EIgE6 .blog_navLogo__0_PHZ .blog_logo__dCKMl{display:block;width:auto;height:auto}.blog_header__EIgE6 .blog_nav__Rukn3 .blog_navItem___bmsq{font-size:14px;font-weight:500;margin:0 1rem;text-decoration:none;color:#333}.blog_header__EIgE6 .blog_nav__Rukn3 .blog_active__vX2aC,.blog_header__EIgE6 .blog_nav__Rukn3 .blog_navItem___bmsq:hover{color:var(--primary-color)}.blog_header__EIgE6 .blog_nav__Rukn3 a.blog_chromeButton__IBZ1y{background:#111;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px}.blog_header__EIgE6 .blog_nav__Rukn3 a.blog_chromeButton__IBZ1y:hover{background:var(--btn-bg-hover);transition:all .3s linear}.blog_blogContainer__qNSWR{display:block;flex-direction:column;align-items:center;flex:1 1;width:100%;max-width:1200px;padding:80px 1em 0}.blog_blogContainer__qNSWR a,.blog_blogContainer__qNSWR code,.blog_blogContainer__qNSWR li,.blog_blogContainer__qNSWR p,.blog_blogContainer__qNSWR pre,.blog_blogContainer__qNSWR span{-webkit-user-select:text;-moz-user-select:text;user-select:text}.blog_blogContainer__qNSWR .blog_detailHeader__5UpAy{display:flex;gap:4px;flex-wrap:wrap;align-items:center;width:100%;overflow:hidden}.blog_blogContainer__qNSWR .blog_detailHeader__5UpAy .blog_itemBox___RzyO{display:flex;gap:4px;flex-wrap:nowrap;align-items:center}.blog_blogContainer__qNSWR .blog_detailHeader__5UpAy .blog_itemBox___RzyO .blog_item__cndlt{color:var(--primary-color);font-size:14px;font-weight:600;white-space:nowrap;text-decoration:none}.blog_blogContainer__qNSWR .blog_detailHeader__5UpAy .blog_itemBox___RzyO .blog_item__cndlt:hover{text-decoration:underline}.blog_blogContainer__qNSWR .blog_detailHeader__5UpAy .blog_currentItemBox__3vTkf{color:#757580;font-size:14px;font-weight:400;font-family:"thunderbit inter, Helvetica, arial, sans-serif";flex:1 1;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.blog_blogContainer__qNSWR .blog_tdText__uynIj{width:100%;display:flex;flex-direction:column;align-items:center;margin:60px 0 30px}.blog_blogHeader__C6_Xl{text-align:center}.blog_blogHeader__C6_Xl h1{color:#16161a;font-size:36px;text-align:center;line-height:48px;font-weight:600;margin:31px 0 0}.blog_blogHeader__C6_Xl p{font-size:16px;color:#46464d;max-width:760px;margin:12px auto 40px}.blog_blogHeader__C6_Xl .blog_tags__XaSb5{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;max-width:700px;justify-content:center;margin:0 auto}.blog_blogHeader__C6_Xl .blog_tags__XaSb5 .blog_categoryItem__nAXma{display:flex;gap:8px;align-items:center;justify-content:center;padding:4px 12px;border-radius:8px;border:1px solid #e6e6e6;font-size:14px;font-weight:500;line-height:22px;cursor:pointer;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);color:#16161a}.blog_blogHeader__C6_Xl .blog_tags__XaSb5 .blog_categoryItem__nAXma:hover{background-color:#e6e6e6;text-decoration:none}.blog_recentlySection__N6Qw5{display:flex;flex-direction:column;align-items:center;gap:24px}.blog_recentlySection__N6Qw5 h2{margin:60px 0 0;font-size:24px;line-height:48px;font-weight:600;color:#16161a}.blog_featuredSection__87VZl{display:flex;flex-direction:column;align-items:center;gap:24px}.blog_featuredSection__87VZl h2{margin:40px 0 0;color:#16161a;text-align:center;font-size:24px;font-weight:600;line-height:48px}.blog_featuredSection__87VZl .blog_featuredArticleContainer__iZXIO{display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr;margin:0 auto}@media(min-width:720px){.blog_featuredSection__87VZl .blog_featuredArticleContainer__iZXIO{grid-template-columns:repeat(2,1fr)}}@media(min-width:1060px){.blog_featuredSection__87VZl .blog_featuredArticleContainer__iZXIO{grid-template-columns:repeat(3,1fr)}}@media(min-width:1050px){.blog_featuredSection__87VZl .blog_featuredArticleContainer__iZXIO>:first-child{grid-column:1/-1}}.blog_articleList__W9_eq{display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr;margin:0 auto}@media(min-width:720px){.blog_articleList__W9_eq{grid-template-columns:repeat(2,1fr)}}@media(min-width:1060px){.blog_articleList__W9_eq{grid-template-columns:repeat(3,1fr)}}.blog_paginationContainer__sFQ3l{width:100%;display:flex;align-items:center;justify-content:space-between}.blog_featuredArticleCard__j2690{display:inline-flex;gap:20px;width:100%;height:100%;min-width:320px;flex-direction:row-reverse;align-items:center;padding:23px 20px;border-radius:16px;border:1px solid #e6e6e6;background-color:#fff;text-decoration:none;overflow:hidden;cursor:pointer;transition:all .15s ease}.blog_featuredArticleCard__j2690 .blog_articleImg__sZEqM{width:57%;overflow:hidden;position:relative;aspect-ratio:600/294}.blog_featuredArticleCard__j2690 .blog_articleImg__sZEqM img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0;transition:opacity .3s ease-in-out;opacity:1}.blog_featuredArticleCard__j2690 .blog_articleText__n_LDF{display:flex;flex-direction:column;gap:16px;align-items:center;flex:1 1;width:100%}.blog_featuredArticleCard__j2690 .blog_articleText__n_LDF .blog_articleCategory__tmXmS{display:flex;align-items:center;margin:.5rem 0;gap:5px;color:#999}.blog_featuredArticleCard__j2690 h3{color:#16161a;text-decoration:none;font-size:32px;font-weight:600;line-height:44px;white-space:normal;-webkit-line-clamp:2;height:88px}.blog_featuredArticleCard__j2690 h3,.blog_featuredArticleCard__j2690 p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-overflow:ellipsis}.blog_featuredArticleCard__j2690 p{color:#757580;font-size:16px;line-height:24px;white-space:pre-line;-webkit-line-clamp:4}.blog_featuredArticleCard__j2690 .blog_authorContainer__f7PmM{display:none}@media(max-width:1050px){.blog_featuredArticleCard__j2690{background:#fff;border:1px solid #eee;border-radius:10px;text-align:left;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:0}.blog_featuredArticleCard__j2690 .blog_articleImg__sZEqM{width:100%;min-width:100%;overflow:hidden;position:relative;aspect-ratio:400/184}.blog_featuredArticleCard__j2690 .blog_articleImg__sZEqM img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0;transition:opacity .3s ease-in-out;opacity:1}.blog_featuredArticleCard__j2690 .blog_articleText__n_LDF{display:flex;flex-direction:column;box-sizing:border-box;height:132px;gap:16px}.blog_featuredArticleCard__j2690 .blog_articleText__n_LDF .blog_articleCategory__tmXmS{display:flex;align-items:center;margin:.5rem 0;gap:5px;color:#999}.blog_featuredArticleCard__j2690 h3{height:28px;color:#16161a;font-size:20px;line-height:28px;font-weight:600;text-decoration:none;-webkit-line-clamp:1}.blog_featuredArticleCard__j2690 h3,.blog_featuredArticleCard__j2690 p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;white-space:pre-line;text-overflow:ellipsis}.blog_featuredArticleCard__j2690 p{height:48px;color:#757580;font-size:16px;line-height:24px;-webkit-line-clamp:2}.blog_featuredArticleCard__j2690 .blog_authorContainer__f7PmM{display:flex}}.blog_featuredArticleCard__j2690:hover{border-color:var(--theme-color);box-shadow:0 0 8px 0 var(--button-bg2,.5)}.blog_articleCard__A_h2e{background:#fff;border:1px solid #eee;border-radius:10px;text-align:left;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:all .15s ease}.blog_articleCard__A_h2e .blog_articleImg__sZEqM{width:100%;min-width:100%;overflow:hidden;position:relative;aspect-ratio:400/184}.blog_articleCard__A_h2e .blog_articleImg__sZEqM img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0;transition:opacity .3s ease-in-out;opacity:1}.blog_articleCard__A_h2e .blog_articleText__n_LDF{display:flex;flex-direction:column;box-sizing:border-box;padding:20px;height:132px;gap:16px}.blog_articleCard__A_h2e .blog_articleText__n_LDF .blog_articleCategory__tmXmS{display:flex;align-items:center;margin:.5rem 0;gap:5px;color:#999}.blog_articleCard__A_h2e h3{height:28px;color:#16161a;font-size:20px;line-height:28px;font-weight:600;text-decoration:none;-webkit-line-clamp:1}.blog_articleCard__A_h2e h3,.blog_articleCard__A_h2e p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;white-space:pre-line;text-overflow:ellipsis}.blog_articleCard__A_h2e p{height:48px;color:#757580;font-size:16px;line-height:24px;-webkit-line-clamp:2}.blog_articleCard__A_h2e .blog_authorContainer__f7PmM{width:100%;display:flex;align-items:center;gap:10px;font-size:16px;line-height:24px;color:#46464d!important;margin-top:10px;padding:0 20px 20px}.blog_articleCard__A_h2e .blog_authorPoint__xfUN_{width:4px;height:4px;background:#46464d!important;border-radius:2px}.blog_articleCard__A_h2e:hover{border-color:var(--theme-color);box-shadow:0 0 8px 0 var(--button-bg2,.5)}@media screen and (max-width:768px){.blog_navLogo__0_PHZ img{width:100px;height:19.3px}.blog_nav__Rukn3{display:none}.blog_header__EIgE6 .blog_headerContainer__BFOSy{padding-right:20px;padding-left:54px;position:relative}}.layout-footer-wrapper{height:200px;background:#081430;color:#fff}.layout-footer-wrapper.hidden{display:none}.footer_footer__oS8vy{width:100%;padding:56px 24px 35px;background:#fff;border-top:1px solid #eef2f7}.footer_container__ET5rf{width:980px;max-width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(230px,1.2fr) minmax(120px,.85fr) minmax(130px,.9fr) minmax(190px,1.15fr);grid-gap:42px;gap:42px;align-items:start}.footer_brandBlock__7XDGb{display:flex;flex-direction:column;align-items:flex-start}.footer_footerLogo__aM6SK{display:inline-flex;align-items:center;gap:10px;color:#1f2937;text-decoration:none}.footer_footerLogo__aM6SK .footer_logo__dXRoK{display:block;width:auto;height:auto}.footer_footerLogoText__clKuA{color:#111827;font-size:20px;line-height:1;font-weight:800;letter-spacing:0;white-space:nowrap}.footer_brandDesc__uAIGN{margin-top:18px;color:#6b7280;font-size:14px;line-height:1.8}.footer_column__470ma{min-width:0}.footer_column__470ma ul{margin:12px 0 0;padding:0;list-style:none}.footer_column__470ma li{margin-bottom:10px;color:#6b7280;font-size:14px;line-height:1.8}.footer_column__470ma a,.footer_column__470ma span{color:inherit;text-decoration:none}.footer_column__470ma a:hover{color:var(--primary-color)}.footer_footerAgentLink__Jg33S{display:inline-flex;align-items:center;gap:6px}.footer_footerXiaoHIcon__CYLSy{position:relative;display:inline-flex;width:22px;height:22px;flex:0 0 22px;border-radius:7px;background:#2864ff;box-shadow:0 6px 14px rgba(40,100,255,.16);overflow:hidden;animation:footer_footerXiaoHTilt__r1IgK 1.15s ease-out .22s both}.footer_footerXiaoHEyeLeft__gqfCT,.footer_footerXiaoHEyeRight__FXGhL{position:absolute;top:7px;width:4px;height:8px;border-radius:999px;background:#fff;animation:footer_footerXiaoHIntroBlink__1NEvy 1.15s ease-out .22s both,footer_footerXiaoHBlink__TymfR 6.8s 1.8s infinite}.footer_footerXiaoHEyeLeft__gqfCT{left:6px}.footer_footerXiaoHEyeRight__FXGhL{right:6px}.footer_rulesColumn__ba9nv{min-width:190px}.footer_rulesLinks__Mtpvu{display:grid;grid-template-columns:repeat(2,max-content);grid-column-gap:24px;column-gap:24px;align-items:start}@keyframes footer_footerXiaoHTilt__r1IgK{0%,to{transform:rotate(0deg)}34%{transform:rotate(-7deg) translateY(-1px)}52%{transform:rotate(5deg)}}@keyframes footer_footerXiaoHIntroBlink__1NEvy{0%,28%,54%,to{height:8px;transform:translateY(0)}38%,44%{height:2px;transform:translateY(3px)}}@keyframes footer_footerXiaoHBlink__TymfR{0%,90%,to{height:8px;transform:translateY(0)}93%,96%{height:2px;transform:translateY(3px)}}.footer_title__8bp6E{margin:0;color:#1f2937;font-size:18px;line-height:1.5;font-weight:700}.footer_bottom__Sv_1t{width:980px;max-width:100%;margin:34px auto 0}.footer_divider__gGDfy{width:100%;height:1px;background:#eef2f7}.footer_bottomMeta__lJLDQ{padding-top:24px;text-align:center}.footer_bottomMeta__lJLDQ p{margin:0;color:#9ca3af;font-size:14px;line-height:1.8}.footer_bottomMeta__lJLDQ p+p{margin-top:2px}.footer_bottomMeta__lJLDQ span{color:#ef4444}@media screen and (max-width:768px){.footer_footer__oS8vy{padding:40px 20px 32px}.footer_container__ET5rf{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.footer_brandBlock__7XDGb{grid-column:1/-1;align-items:flex-start}.footer_title__8bp6E{font-size:16px}.footer_rulesColumn__ba9nv{min-width:0}.footer_rulesLinks__Mtpvu{grid-template-columns:repeat(2,minmax(0,max-content));column-gap:18px}.footer_bottom__Sv_1t{margin-top:28px}.footer_bottomMeta__lJLDQ{padding-top:20px}.footer_bottomMeta__lJLDQ p{font-size:13px}}.Header_header__WncgS{width:100%;height:56px;padding:0;position:fixed;top:0;left:0;z-index:1000;pointer-events:none}.Header_header__WncgS .Header_nav__GxTnM .Header_navItem__K8Dn_{color:#1f2937}.Header_header__WncgS .Header_nav__GxTnM .Header_navItem__K8Dn_:hover{text-shadow:none}.Header_header__WncgS .Header_headerContainer__dYRrU{height:100%;width:min(1200px,100% - 48px);margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between;pointer-events:auto;transition:background-color .2s ease,box-shadow .2s ease,top .2s ease,transform .2s ease,border-radius .2s ease,max-width .2s ease,-webkit-backdrop-filter .2s ease;transition:background-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease,top .2s ease,transform .2s ease,border-radius .2s ease,max-width .2s ease;transition:background-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease,top .2s ease,transform .2s ease,border-radius .2s ease,max-width .2s ease,-webkit-backdrop-filter .2s ease;background:rgba(0,0,0,0);backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;top:0}.Header_header__WncgS .Header_headerContainer__dYRrU.Header_show_bg__XLmU6{width:min(1248px,100% - 48px);padding:0 24px;box-sizing:border-box;top:10px;background:hsla(0,0%,100%,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 12px 32px rgba(15,23,42,.12)}.Header_header__WncgS .Header_navLogo__03Uow{display:flex;align-items:center;gap:0}.Header_header__WncgS .Header_navLogo__03Uow .Header_logo__j31lX{display:block;width:auto;height:auto}.Header_header__WncgS .Header_nav__GxTnM .Header_navItem__K8Dn_{font-size:14px;font-weight:500;margin:0 1.5rem;text-decoration:none;color:#333;transition:all .15s ease}.Header_header__WncgS .Header_nav__GxTnM .Header_active__Lr_EC,.Header_header__WncgS .Header_nav__GxTnM .Header_navItem__K8Dn_:hover{color:var(--primary-color)}.Header_header__WncgS .Header_nav__GxTnM a.Header_chromeButton__jCNur{background:#111;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px}.Header_header__WncgS .Header_nav__GxTnM a.Header_chromeButton__jCNur:hover{background:var(--btn-bg-hover);transition:all .3s linear}@media screen and (max-width:975px){.Header_header__WncgS .Header_headerContainer__dYRrU{width:calc(100% - 20px);padding:0;justify-content:space-between;box-sizing:border-box}.Header_header__WncgS .Header_headerContainer__dYRrU.Header_show_bg__XLmU6{width:calc(100% - 20px);padding:0 10px;top:10px;border-radius:14px;box-shadow:0 10px 24px rgba(15,23,42,.1)}.Header_header__WncgS .Header_nav__GxTnM{display:none}.Header_header__WncgS .Header_navLogo__03Uow{position:relative;z-index:1}}.main-header-menu{display:flex;align-items:center;gap:15px}.main-header-menu .action-link .MuiButton-root,.main-header-menu>.MuiButton-root{width:85px;min-width:85px;height:32px;padding-left:0;padding-right:0;font-size:13px}.main-header-menu .action-link .MuiButton-textPrimary{font-weight:600}.main-header-menu .icon-menu{display:none;font-size:20px;cursor:pointer;position:absolute;left:18px;top:12px}.main-header-menu .mobile-ai-link{display:none;width:85px;height:32px;padding:0;border:0;border-radius:9px;background:var(--primary-color);color:#fff;font-size:13px;font-weight:800;font-family:inherit;text-decoration:none;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.main-header-menu .mobile-ai-link:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(49,95,255,.18)}.main-header-menu .mobile-menu-toggle{display:none;width:34px;height:34px;padding:0;border:1px solid rgba(0,0,0,0);border-radius:10px;background:rgba(0,0,0,0);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;transition:background .18s ease,border-color .18s ease}.main-header-menu .mobile-menu-toggle span{width:18px;height:2px;border-radius:999px;background:#1f2937;transition:transform .18s ease,opacity .18s ease,background .18s ease}.main-header-menu .mobile-menu-toggle.active,.main-header-menu .mobile-menu-toggle:hover{border-color:#dbe4ff;background:#f6f8ff}.main-header-menu .mobile-menu-toggle.active span,.main-header-menu .mobile-menu-toggle:hover span{background:var(--primary-color)}.main-header-menu .mobile-menu-toggle.active span:first-child{transform:translateY(7px) rotate(45deg)}.main-header-menu .mobile-menu-toggle.active span:nth-child(2){opacity:0}.main-header-menu .mobile-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-header-menu-drawer,.main-header-menu-drawer .MuiModal-backdrop{top:56px!important}.main-header-menu-drawer .MuiDrawer-paper{top:56px!important;transform:none!important}.main-header-menu-drawer.is-floating,.main-header-menu-drawer.is-floating .MuiModal-backdrop{top:66px!important}.main-header-menu-drawer.is-floating .MuiDrawer-paper{top:66px!important;margin:0 auto;left:0;right:0;border-radius:0 0 14px 14px}.main-header-menu-drawer.is-floating .menu-wrapper{border-top:0;border-radius:0 0 14px 14px}.main-header-menu-drawer.is-flat .MuiDrawer-paper{width:100%;left:0;right:0;border-radius:0}.main-header-menu-drawer .menu-wrapper{padding:10px 16px 16px;background:#fff;border-top:1px solid #edf1f7;box-shadow:0 18px 34px rgba(15,23,42,.08)}.main-header-menu-drawer .menu-wrapper .menu-list{display:flex;flex-direction:column;gap:4px}.main-header-menu-drawer .menu-wrapper .menu-list .link-item{min-height:42px;padding:0 12px;border-radius:9px;color:#253044;font-size:15px;font-weight:700;display:flex;align-items:center;transition:background .18s ease,color .18s ease;opacity:1}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:hover{background:#f6f8ff;color:var(--primary-color)}.main-header-menu-drawer .menu-wrapper .menu-list .link-item.active{background:#eef3ff;color:var(--primary-color)}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:first-child{transition-delay:.05s}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:nth-child(2){transition-delay:.1s}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:nth-child(3){transition-delay:.15s}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:nth-child(4){transition-delay:.2s}.main-header-menu-drawer .menu-wrapper .menu-list .link-item:nth-child(5){transition-delay:.25s}.main-header-menu-drawer .menu-wrapper .mobile-menu-actions{display:none;margin-top:10px;padding-top:12px;border-top:1px solid #edf1f7}.main-header-menu-drawer .menu-wrapper .mobile-menu-actions .MuiButton-root{width:100%;height:42px;border-radius:9px;font-size:15px}.main-header-menu-drawer .menu-wrapper .actions{display:flex;gap:10px}.main-header-menu-drawer .menu-wrapper .actions .MuiButton-textPrimary{flex:1 1;background:var(--button-bg);font-weight:600}.main-header-menu-drawer .menu-wrapper .action-link{width:100%}.main-header-menu-drawer .menu-wrapper .action-link .MuiButton-root{width:100%;height:42px;font-size:15px}@media screen and (max-width:975px){.main-header-menu .MuiButton-text,.main-header-menu>.MuiButton-root,.main-header-menu>.action-link{display:none}.main-header-menu .mobile-ai-link,.main-header-menu .mobile-menu-toggle{display:inline-flex}}.common-message-alert{align-items:center}.common-message-alert--loading .MuiAlert-icon{opacity:1}.xiao-h-assistant{position:fixed;right:28px;bottom:24px;z-index:1200;font-family:inherit;--eye-x:0px;--eye-y:0px;--accent:#2864ff;--accent-soft:#eef5ff;--xiao-h-eye-height:17px}@media(max-width:991px){.layout-wrapper .edit-page-wrapper~.xiao-h-assistant,.layout-wrapper .xiao-h-assistant{bottom:calc(88px + env(safe-area-inset-bottom, 0px))}.layout-wrapper .xiao-h-assistant.is-open{bottom:calc(96px + env(safe-area-inset-bottom, 0px))}}.xiao-h-assistant__bubble{position:absolute;right:62px;bottom:38px;width:max-content;max-width:184px;padding:9px 12px;border:1px solid rgba(40,100,255,.12);border-radius:16px 16px 4px 16px;color:#203152;background:hsla(0,0%,100%,.96);box-shadow:0 14px 36px rgba(22,36,72,.12);font-size:13px;font-weight:700;line-height:1.45;word-break:normal;transition:transform .22s ease,opacity .22s ease}.xiao-h-assistant.is-open .xiao-h-assistant__bubble{opacity:0;transform:translateY(-10px)}.xiao-h-assistant__orb{position:relative;width:54px;height:54px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;filter:drop-shadow(0 10px 20px rgba(25,92,255,.16));transform:translateY(0);transition:filter .2s ease,transform .2s ease}.xiao-h-assistant.is-open .xiao-h-assistant__orb,.xiao-h-assistant__orb:hover{filter:drop-shadow(0 12px 24px rgba(25,92,255,.2));transform:translateY(-4px)}.xiao-h-assistant.is-happy .xiao-h-assistant__orb{animation:xiao-h-bob .9s ease both}.xiao-h-assistant.is-excited .xiao-h-assistant__orb{animation:xiao-h-bob .7s ease both}.xiao-h-assistant.is-sparkle .xiao-h-assistant__orb{animation:xiao-h-pop .72s ease both}.xiao-h-assistant.is-busy .xiao-h-assistant__orb{cursor:wait;animation:xiao-h-busy-pulse 1.8s ease-in-out infinite}.xiao-h-assistant.is-busy .xiao-h-assistant__orb:after,.xiao-h-assistant.is-busy .xiao-h-assistant__orb:before{content:"";position:absolute;inset:-5px;border:1px solid rgba(40,100,255,.28);border-radius:24px;animation:xiao-h-radio 1.7s ease-out infinite}.xiao-h-assistant.is-busy .xiao-h-assistant__orb:after{animation-delay:.55s}.xiao-h-assistant.is-steady .xiao-h-assistant__orb,.xiao-h-assistant.is-thinking .xiao-h-assistant__orb{animation:xiao-h-tilt .75s ease both}.xiao-h-mascot,.xiao-h-mascot__core{position:absolute;inset:0;display:block}.xiao-h-mascot__core{border-radius:19px;background:#2864ff;box-shadow:0 0 0 1px rgba(12,75,220,.06);overflow:hidden}.xiao-h-mascot__shine{display:none}.xiao-h-mascot__eye{position:absolute;top:14px;width:9px;height:var(--xiao-h-eye-height);border-radius:999px;background:#fff;box-shadow:0 1px 0 rgba(13,57,160,.08);transform:translate(var(--eye-x),var(--eye-y));transition:transform .08s linear,width .18s ease,height .18s ease,border-radius .18s ease,opacity .18s ease}.xiao-h-mascot__eye--left{left:15.5px}.xiao-h-mascot__eye--right{right:15.5px}.xiao-h-assistant.is-curious .xiao-h-mascot__eye--right,.xiao-h-assistant.is-thinking .xiao-h-mascot__eye--left,.xiao-h-assistant.is-wink .xiao-h-mascot__eye--right{height:7px;border-radius:999px;transform:translate(var(--eye-x),var(--eye-y)) translateY(7px)}.xiao-h-assistant.is-wink .xiao-h-mascot__eye--right{height:3px;width:12px;right:15px;transform:translate(var(--eye-x),var(--eye-y)) translateY(8px) rotate(-2deg);animation:none}.xiao-h-assistant.is-wink .xiao-h-mascot__eye--left{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y));animation:none}.xiao-h-assistant.is-busy .xiao-h-mascot__eye{height:6px;width:15px;transform:translate(var(--eye-x),var(--eye-y)) translateY(6px);animation:xiao-h-busy-eye 1.2s ease-in-out infinite}.xiao-h-assistant.is-happy .xiao-h-mascot__eye{width:9px;height:var(--xiao-h-eye-height)}.xiao-h-assistant.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-happy .xiao-h-mascot__eye--right{transform:translate(var(--eye-x),var(--eye-y)) translateY(-1px)}.xiao-h-assistant.is-excited .xiao-h-mascot__eye{top:14px;width:9px;height:var(--xiao-h-eye-height)}.xiao-h-assistant.is-sparkle .xiao-h-mascot__eye{top:18px;width:14px;height:5px;transform:translate(var(--eye-x),var(--eye-y)) rotate(-6deg);animation:none}.xiao-h-assistant.is-sparkle .xiao-h-mascot__eye--right{transform:translate(var(--eye-x),var(--eye-y)) rotate(6deg)}.xiao-h-assistant.is-steady .xiao-h-mascot__eye{width:18px;height:4px;border-radius:999px;transform:translateY(8px);animation:none}.xiao-h-assistant.is-eye-idle.is-eye-blink.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-blink.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-blink .32s ease-in-out both}.xiao-h-assistant.is-eye-idle.is-eye-look-left.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-look-left.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-look-left .96s ease-in-out both}.xiao-h-assistant.is-eye-idle.is-eye-look-right.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-look-right.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-look-right .96s ease-in-out both}.xiao-h-assistant__panel{position:absolute;right:0;bottom:78px;width:min(336px,100vw - 42px);max-height:min(560px,100vh - 132px);overflow:auto;padding:12px;border:1px solid rgba(40,100,255,.12);border-radius:20px;background:hsla(0,0%,100%,.98);box-shadow:0 24px 72px rgba(22,36,72,.16);opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transform-origin:right bottom;transition:opacity .2s ease,transform .2s ease}.xiao-h-assistant.is-open .xiao-h-assistant__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.xiao-h-assistant__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:3px 3px 10px}.xiao-h-assistant__head strong{display:block;color:#14213f;font-size:16px;line-height:1.35}.xiao-h-assistant__head span{display:block;margin-top:4px;color:#66748c;font-size:13px;line-height:1.48}.xiao-h-assistant__head button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;border:0;border-radius:10px;color:#687891;background:#f3f6fb;cursor:pointer}.xiao-h-assistant__interactions{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}.xiao-h-assistant__interactions button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;height:52px;border:1px solid rgba(40,100,255,.12);border-radius:14px;color:#31507d;background:linear-gradient(180deg,#fbfdff,#f4f8ff);font-size:11px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.xiao-h-assistant__interactions button svg{width:16px;height:16px}.xiao-h-assistant__interactions button:hover{border-color:rgba(40,100,255,.24);color:var(--accent);background:#eef5ff}.xiao-h-assistant__prompts{display:grid;grid-gap:9px;gap:9px}.xiao-h-assistant__prompts button{display:grid;grid-template-columns:34px 1fr 18px;align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:66px;padding:11px 10px;border:1px solid #edf1f7;border-radius:14px;color:inherit;text-align:left;background:hsla(0,0%,100%,.92);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.xiao-h-assistant__prompts button:hover{border-color:rgba(40,100,255,.24);background:#fff;box-shadow:0 12px 26px rgba(22,36,72,.09);transform:translateY(-1px)}.xiao-h-assistant__prompts button:disabled{cursor:not-allowed;opacity:.58;transform:none}.xiao-h-assistant__prompt-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.xiao-h-assistant__prompt-copy{min-width:0}.xiao-h-assistant__prompt-copy strong{display:block;color:#17233d;font-size:14px;line-height:1.35}.xiao-h-assistant__prompt-copy em{display:block;margin-top:3px;color:#6a778d;font-size:12px;font-style:normal;line-height:1.4}.xiao-h-assistant__prompt-arrow{color:#9ba8bc}@keyframes xiao-h-bob{0%,to{transform:translateY(-4px)}45%{transform:translateY(-10px)}}@keyframes xiao-h-tilt{0%,to{transform:translateY(-4px) rotate(0deg)}45%{transform:translateY(-5px) rotate(-5deg)}}@keyframes xiao-h-pop{0%,to{transform:translateY(-4px) scale(1)}45%{transform:translateY(-7px) scale(1.08)}}@keyframes xiao-h-radio{0%{opacity:.58;transform:scale(.92)}to{opacity:0;transform:scale(1.28)}}@keyframes xiao-h-busy-pulse{0%,to{filter:drop-shadow(0 10px 20px rgba(25,92,255,.16));transform:translateY(0)}50%{filter:drop-shadow(0 14px 28px rgba(25,92,255,.26));transform:translateY(-3px)}}@keyframes xiao-h-busy-eye{0%,to{opacity:.82}50%{opacity:1}}@keyframes xiao-h-idle-blink{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}48%,58%{height:4px;transform:translate(var(--eye-x),var(--eye-y)) translateY(7px)}}@keyframes xiao-h-idle-look-left{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}45%,68%{height:var(--xiao-h-eye-height);transform:translate(calc(var(--eye-x) - 3px),var(--eye-y))}}@keyframes xiao-h-idle-look-right{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}45%,68%{height:var(--xiao-h-eye-height);transform:translate(calc(var(--eye-x) + 3px),var(--eye-y))}}@media(max-width:720px){.xiao-h-assistant{right:14px;bottom:16px;--xiao-h-eye-height:16px}.xiao-h-assistant__orb{width:52px;height:52px}.xiao-h-mascot__core{border-radius:17px}.xiao-h-mascot__eye{top:12px;width:9px;height:16px}.xiao-h-mascot__eye--left{left:14px}.xiao-h-mascot__eye--right{right:14px}.xiao-h-assistant__bubble{right:62px;bottom:38px;width:max-content;max-width:184px;font-size:12px}.xiao-h-assistant__panel{right:0;bottom:70px;width:min(330px,100vw - 32px)}}