body:has(.hsk-home-page),html:has(.hsk-home-page){overflow:hidden}.root:has(.hsk-home-page){min-height:100vh;overflow:hidden}.hsk-home-page{background:linear-gradient(135deg,#0a0e27,#1a1f3a 50%,#2d1b3d);color:#fff;position:relative;overflow-x:hidden;overflow-y:auto;height:100vh}.hsk-home-page:before{top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,217,255,.15) 0,transparent 70%)}.hsk-home-page:after,.hsk-home-page:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hsk-home-page:after{bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(138,43,226,.1) 0,transparent 70%)}.hero-section{padding:80px 20px 120px;position:relative;z-index:1}.hero-section .hero-container{max-width:900px;margin:0 auto;text-align:center;padding:48px 40px 56px;background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.06);border-radius:24px;position:relative;overflow:hidden}.hero-section .hero-container:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,100,100,.15) 0,transparent 60%);pointer-events:none;z-index:-1}.hero-section .hero-container:after{content:"";position:absolute;bottom:-80px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,rgba(100,200,150,.12) 0,transparent 60%);pointer-events:none;z-index:-1}.hero-section .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:14px;color:rgba(255,255,255,.8);margin-bottom:32px;transition:all .3s ease}.hero-section .hero-badge:hover{background:rgba(255,255,255,.08);border-color:rgba(0,217,255,.3)}.hero-section .hero-badge .anticon{color:#00d9ff}.hero-section .hero-title{font-size:56px;font-weight:700;line-height:1.2;margin:0 0 24px;background:linear-gradient(135deg,#ffffff,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-section .hero-subtitle{font-size:18px;line-height:1.6;color:rgba(255,255,255,.7);max-width:700px;margin:0 auto 40px}.hero-section .hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.hero-section .btn-primary,.hero-section .btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.hero-section .btn-primary:before,.hero-section .btn-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s ease}.hero-section .btn-primary:hover:before,.hero-section .btn-secondary:hover:before{opacity:1}.hero-section .btn-primary{background:linear-gradient(135deg,#00d9ff,#00bcd4);color:#0a0e27;box-shadow:0 8px 24px rgba(0,217,255,.3)}.hero-section .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,217,255,.4)}.hero-section .btn-secondary{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff}.hero-section .btn-secondary:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.hero-section .info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:900px;margin:0 auto}.hero-section .info-card{display:flex;align-items:center;gap:16px;padding:24px;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.hero-section .info-card:hover{background:rgba(255,255,255,.05);border-color:rgba(0,217,255,.3);transform:translateY(-4px)}.hero-section .info-card .info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,217,255,.2),rgba(138,43,226,.2));border-radius:12px;font-size:24px;color:#00d9ff}.hero-section .info-card .info-content{flex:1 1;text-align:left}.hero-section .info-card .info-label{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:4px}.hero-section .info-card .info-value{font-size:18px;font-weight:600;color:#fff}.main-content{max-width:1200px;margin:0 auto;padding:0 20px 80px;position:relative;z-index:1;width:100%}.section{margin-bottom:80px}.section .section-header{text-align:center;margin-bottom:48px}.section .section-title{font-size:40px;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,#ffffff,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.section .section-subtitle{font-size:16px;line-height:1.8;color:rgba(255,255,255,.7);max-width:100%;margin:0 auto;text-align:left}.hsk-usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.usage-card{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}.usage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00d9ff,#8a2be2)}.usage-card:hover{background:rgba(255,255,255,.05);border-color:rgba(0,217,255,.3);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,217,255,.15)}.usage-card .usage-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,217,255,.2),rgba(138,43,226,.2));border-radius:16px;font-size:28px;color:#00d9ff;margin-bottom:20px}.usage-card h4{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}.usage-card p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7);margin:0 0 20px}.usage-card .usage-list{list-style:none;padding:0;margin:0}.usage-card .usage-list li{position:relative;padding-left:20px;font-size:14px;color:rgba(255,255,255,.8);margin-bottom:10px}.usage-card .usage-list li:last-child{margin-bottom:0}.usage-card .usage-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#00d9ff;border-radius:50%}.glass-card{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;transition:all .3s ease}.glass-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}.glass-card p{font-size:16px;line-height:1.8;color:rgba(255,255,255,.8);margin:0 0 16px}.glass-card p:last-child{margin-bottom:0}.glass-card h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 16px}.hsk-features-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-bottom:48px;padding:24px 32px;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px}.hsk-features-bar .feature-item{display:flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(0,217,255,.08);border:1px solid rgba(0,217,255,.2);border-radius:12px;transition:all .3s ease}.hsk-features-bar .feature-item:hover{background:rgba(0,217,255,.15);border-color:rgba(0,217,255,.4);transform:translateY(-2px)}.hsk-features-bar .feature-item .feature-icon{font-size:18px;color:#00d9ff}.hsk-features-bar .feature-item span{font-size:14px;font-weight:500;color:rgba(255,255,255,.9)}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.level-card{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}.level-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00d9ff,#8a2be2)}.level-card:hover{background:rgba(255,255,255,.05);border-color:rgba(0,217,255,.3);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,217,255,.2)}.level-card .level-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.level-card .level-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,217,255,.2),rgba(138,43,226,.2));border-radius:16px;font-size:28px;color:#00d9ff}.level-card .level-info{flex:1 1}.level-card .level-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 4px}.level-card .level-badge{display:inline-block;padding:4px 12px;background:rgba(0,217,255,.15);border:1px solid rgba(0,217,255,.3);border-radius:12px;font-size:12px;color:#00d9ff}.level-card .level-stats{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.level-card .stat-item{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(255,255,255,.7)}.level-card .stat-item .stat-icon{font-size:16px}.level-card .level-description{font-size:15px;line-height:1.6;color:rgba(255,255,255,.7);margin:0 0 24px}.level-card .level-button{width:100%;padding:12px 24px;background:rgba(0,217,255,.1);border:1px solid rgba(0,217,255,.3);border-radius:12px;color:#00d9ff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.level-card .level-button:hover{background:rgba(0,217,255,.2);border-color:#00d9ff;transform:translateX(4px)}.score-card .score-header{margin-bottom:20px}.score-card .score-header h3{margin-bottom:8px}.score-card .score-header p{font-size:14px;color:rgba(255,255,255,.6);margin:0}.score-card .score-content{padding:20px;background:rgba(0,217,255,.05);border:1px solid rgba(0,217,255,.2);border-radius:12px}.score-card .score-info{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.score-card .score-info span{font-size:16px;color:rgba(255,255,255,.9)}.score-card .score-info .score-level{font-weight:700;color:#00d9ff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.feature-card{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;text-align:center;transition:all .3s ease}.feature-card:hover{background:rgba(255,255,255,.05);border-color:rgba(0,217,255,.3);transform:translateY(-8px)}.feature-card .feature-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,217,255,.2),rgba(138,43,226,.2));border-radius:16px;font-size:32px;color:#00d9ff}.feature-card h4{font-size:18px;font-weight:600;color:#fff;margin:0 0 12px}.feature-card p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.7);margin:0}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px}.card-title{font-size:24px;font-weight:600;color:#fff;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.story-list{display:flex;flex-direction:column;gap:24px}.story-item{padding:20px;background:rgba(0,217,255,.05);border:1px solid rgba(0,217,255,.15);border-radius:12px;transition:all .3s ease}.story-item:hover{background:rgba(0,217,255,.08);border-color:rgba(0,217,255,.3)}.story-item .story-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.story-item .story-name{font-weight:600;color:#fff}.story-item .story-score{font-size:14px;color:#00d9ff}.story-item .story-quote{font-size:14px;line-height:1.6;color:rgba(255,255,255,.8);margin:0;font-style:italic}.news-list{display:flex;flex-direction:column;gap:24px}.news-item{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.news-item:last-child{padding-bottom:0;border-bottom:none}.news-item .news-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:16px}.news-item .news-title{font-weight:600;color:#fff;flex:1 1}.news-item .news-date{font-size:12px;color:rgba(255,255,255,.5);white-space:nowrap}.news-item .news-content{font-size:14px;line-height:1.6;color:rgba(255,255,255,.7);margin:0}.footer{padding:40px 20px;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.05)}.footer .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer p{font-size:14px;color:rgba(255,255,255,.5);margin:0}@media(max-width:768px){.hero-section{padding:60px 20px 80px}.hero-section .hero-title{font-size:36px}.hero-section .hero-subtitle{font-size:16px}.hero-section .info-cards{grid-template-columns:1fr}.section{margin-bottom:60px}.section .section-title{font-size:32px}.features-grid,.levels-grid,.two-column-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}}@media(max-width:480px){.hero-section .hero-title{font-size:28px}.hero-section .hero-buttons{flex-direction:column;width:100%}.hero-section .hero-buttons .btn-primary,.hero-section .hero-buttons .btn-secondary{width:100%;justify-content:center}.feature-card,.glass-card,.level-card{padding:24px}}.hsk-footer{background:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);padding:20px}.hsk-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.hsk-footer .footer-left p,.hsk-footer .footer-right p{margin:0;color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.6}.hsk-footer .footer-left{flex:1 1;min-width:300px}.hsk-footer .footer-right{text-align:right;min-width:280px}@media(max-width:768px){.hsk-footer{padding:24px 16px;margin-top:40px}.hsk-footer .footer-content{flex-direction:column;text-align:center}.hsk-footer .footer-left,.hsk-footer .footer-right{text-align:center;min-width:100%}.hsk-footer .footer-left p,.hsk-footer .footer-right p{font-size:.9rem}}.component-auth-provider-dialog{width:450px}.component-auth-provider-dialog .login-btn{width:100%}.awesome-links .ant-card{height:100%}.awesome-links .ant-card>.ant-card-body{padding:12px 0 0}.awesome-series{max-width:910px}.awesome-series .collection-title{display:inline;margin-right:8px}.awesome-series .npm-name{margin-bottom:.2rem;margin-top:1rem}.awesome-series .description{margin-bottom:.5rem;color:var(--textColorSecondary)}.awesome-series .ad{padding:8px;background-color:#fafafa;border:1px solid #ccc}.awesome-series .ad .ant-tag{border:0}.component-page-title .title{margin-bottom:1rem;font-weight:700;font-size:3rem;text-align:center;font-family:neo-sans,Arial,Helvetica,sans-serif;font-weight:bolder;position:relative}.component-page-title .sub-title{margin-bottom:1rem;font-size:1.5rem;font-family:acumin-pro,Arial,Helvetica,sans-serif;text-align:center;position:relative}@media only screen and (max-width:500px){.component-page-title .title{font-size:1.4rem}.component-page-title .sub-title{font-size:1rem}}.npm-list .collection-title{display:inline;margin-right:8px}.npm-list .npm-badge{margin-bottom:.5rem}.npm-list .npm-name{margin-bottom:.2rem;margin-top:1rem}.npm-list .img-container{margin-bottom:1em;text-align:center}.npm-list .img-container .npm-img{max-width:95%}.npm-list .img-container .npm-img-desciption{margin-top:.5rem;font-weight:300}.npm-list .description{margin-bottom:.5rem;color:var(--primaryColor)}@media only screen and (max-width:400px){.npm-list .package-quality{display:none}}.component-icon-tag .ant-tag.not-clickable{cursor:auto}.component-icon-tag .ant-tag>.anticon+span,.component-icon-tag .ant-tag>span+.anticon{margin-left:4px}.component-breathe{display:inline-block;width:8px;height:8px;vertical-align:.125em;border:1px solid #2b92d4;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.3);overflow:hidden;animation-timing-function:ease-in-out;animation-name:component-breathe-light;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate}@keyframes component-breathe-light{0%{opacity:.4;box-shadow:0 1px 2px rgba(0,147,223,.4),inset 0 1px 1px rgba(0,147,223,.1)}to{opacity:1;border:1px solid rgba(59,235,235,.7);box-shadow:0 1px 30px #0093df,inset 0 1px 20px #0093df}}.component-bunjs-layout .site-layout{margin-left:200px}.component-bunjs-layout .ant-layout-sider{overflow:auto;height:100vh;position:fixed;left:0;top:0;bottom:0}.component-bunjs-layout .ant-layout-sider .ant-menu-item{margin-top:0}.component-bunjs-layout .ant-layout-content{height:calc(100vh - 50px);overflow:auto}.component-bunjs-layout .content{width:900px;max-width:fit-content;margin:0 auto;padding:1rem}.component-bunjs-layout .content h1{font-size:3rem}.component-bunjs-layout .content h2{font-size:2rem}.component-bunjs-layout .content h2.sub-title{font-size:1.2rem}.component-bunjs-layout .content .ant-typography{font-size:16px}.component-bunjs-layout .content img{max-width:100%;text-align:center}.component-bunjs-layout .ant-layout-footer{text-align:center;background-color:#000001;font-size:1.2rem;font-weight:700;width:100%;padding:12px;color:#fff;position:fixed;bottom:0;width:calc(100vw - 200px)}.component-bunjs-layout .ant-layout-footer a{margin-right:12px}@media (max-width:500px){.component-bunjs-layout .site-layout{margin-left:0}}.copilot-guide .step{margin-bottom:4px;border-radius:5px}.copilot-guide .step ul{padding-bottom:0;margin-bottom:0}.copilot-guide .step ul li{padding:2px 0}.copilot-guide .step.title{padding:10px 8px;background-color:rgba(192,221,252,.5);font-weight:500;text-align:center}.copilot-guide .step.content{padding:4px 8px;background-color:rgba(181,239,242,.5);min-height:100px}@media (max-width:800px){.copilot-guide .step.content{min-height:auto}}.component-draggable-tabs .tab-editable-label[contentEditable=true]:focus{color:var(--primaryColor);box-shadow:none;border:1px solid var(--textColorSecondary);outline:none;padding:4px;margin:0 -5px;line-height:12px}.component-fe-footer{text-align:center;background-color:#000;padding:1rem;font-size:1.5rem}.component-fe-footer .links{margin:auto}.component-fe-footer .ant-divider{border-left-color:#aaa}@media (max-width:600px){.component-fe-footer{padding:4rem .5rem}.component-fe-footer .links{width:100%}.component-fe-footer .links a{width:100%;display:block}.component-fe-footer .ant-divider{display:none}}.hash-calculator .component-title .sub-title{font-size:1.2rem}.hash-calculator .ant-form .ant-form-item-label>label{font-weight:700}.hash-calculator .ant-form-item{margin-bottom:8px}.hash-calculator .hash-function-page-links{margin:16px 0 8px}.hash-calculator .hash-form .ant-input-suffix{position:absolute;right:0;top:33px}.hash-calculator .hash-form .ant-input-textarea-show-count.ant-input-textarea-in-form-item:after{position:absolute;right:0;bottom:-5px}.hash-nav .ant-card-body{height:27.9rem}.hash-nav .ant-tag{margin-bottom:.6rem;cursor:pointer}.hash-page-layout.main-container{max-width:1100px}@media only screen and (max-width:1000px){.hash-page-layout .hash-nav{margin-bottom:16px}.hash-page-layout .hash-nav .ant-card-body{height:auto}}pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}code[class*=language-],pre[class*=language-]{color:#ccc;background:none}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.inserted{color:green}.component-img-desc{text-align:center}.component-img-desc img{max-width:100%}.component-img-desc .desc{margin-top:8px}code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:4;-webkit-hyphens:none;hyphens:none}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.fe-component-markdown{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5;word-wrap:break-word}.fe-component-markdown.inline,.fe-component-markdown.inline>p{display:inline}.fe-component-markdown h1,.fe-component-markdown h2,.fe-component-markdown h3,.fe-component-markdown h4,.fe-component-markdown h5,.fe-component-markdown h6{margin-top:16px;font-weight:600;line-height:1.25;padding-bottom:.3em}.fe-component-markdown h1{border-bottom:1px solid #eaecef;font-size:2em}.fe-component-markdown h2{border-bottom:1px solid #eaecef;font-size:1.5em}.fe-component-markdown h3{font-size:1.25em}.fe-component-markdown h4{font-size:1em}.fe-component-markdown h5{font-size:.875em}.fe-component-markdown h6{font-size:.85em;color:#6a737d}.fe-component-markdown p{margin-top:0;margin-bottom:4px;line-height:28px}.fe-component-markdown blockquote{margin:0 0 16px;padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}.fe-component-markdown blockquote>:first-child{margin-top:0}.fe-component-markdown blockquote>:last-child{margin-bottom:0}.fe-component-markdown ol,.fe-component-markdown ul{padding-left:2em;margin-top:0;margin-bottom:0}.fe-component-markdown ol ol,.fe-component-markdown ol ul,.fe-component-markdown ul ol,.fe-component-markdown ul ul{margin-top:0;margin-bottom:0}.fe-component-markdown li{overflow-wrap:break-word;margin-bottom:4px}.fe-component-markdown li>p{margin-top:0}.fe-component-markdown code{padding:.2em .4em;margin:0;font-size:85%;background-color:rgba(27,31,35,.05);border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.fe-component-markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px;margin-top:0;margin-bottom:16px}.fe-component-markdown pre code{padding:0;margin:0;font-size:100%;background:rgba(0,0,0,0);border:0}.fe-component-markdown table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.fe-component-markdown table td,.fe-component-markdown table th{border:1px solid #dfe2e5;padding:6px 13px}.fe-component-markdown table tr:nth-child(2n){background-color:#f6f8fa}.fe-component-markdown table th{background-color:#f6f8fa;font-weight:600}.fe-component-markdown table th code{background-color:rgba(0,0,0,0)}.fe-component-markdown a{color:#0366d6;text-decoration:none}.fe-component-markdown a:hover{text-decoration:underline}.fe-component-markdown hr{height:.25em;padding:0;margin:30px 0;background-color:#e1e4e8;border:0}.component-question{color:var(--blueColor)}.component-question .anticon-question-circle{margin-left:3px;line-height:16.5px;vertical-align:middle;height:16.5px}.component-row-tag{margin-bottom:11px;width:100%;font-size:14px;border-radius:8px;padding:8px 16px;background-color:#f0f5ff;border-color:#adc6ff;font-weight:400;cursor:pointer;display:flex}.component-row-tag:hover{background-color:rgba(236,236,250,.6)}.component-row-tag .text{flex:1 1 auto;padding-right:4px}.component-row-tag .plus{flex:0 0 12px;color:#888;margin-bottom:auto;margin-top:auto}.component-tih-skeleton .header{text-align:center;background-color:#000;padding:1rem;font-size:1.5rem;margin:auto}.component-tih-skeleton .children{width:800px;max-width:90%;margin:0 auto}.component-tih-skeleton .ad-container{margin-top:1rem;text-align:center}.component-tih-skeleton .ant-typography,.component-tih-skeleton .ant-typography ol li,.component-tih-skeleton .ant-typography ul li{line-height:1.8rem}.component-tih-skeleton .ant-typography ol,.component-tih-skeleton .ant-typography p,.component-tih-skeleton .ant-typography ul{margin-bottom:0}.component-tih-skeleton .ant-divider{border-left-color:#aaa}@media (max-width:600px){.component-tih-skeleton .header{width:100%}.component-tih-skeleton .header a{width:100%;display:block}.component-tih-skeleton .ant-divider{display:none}}