:root{--background-color:#121212;--text-color:#d2c7fb;--primary-color:#9d4edd;--secondary-color:#1e1e1e;--card-background:#1e1e1e;--border-color:#333;--hover-background:#2a2a2a;--button-text-color:#fff;--section-background:#1a1a1a;--nav-text-color:#fff;--nav-hover-color:#b57bff;--hero-gradient:linear-gradient(180deg,#09082c,#231575 99%);--accent-color:#64ffda;--glow-color:rgba(157,78,221,.6);--scrollbar-track-color:#1a1a1a;--scrollbar-thumb-color:#9d4edd;--scrollbar-thumb-hover-color:#b57bff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);line-height:1.6}::-webkit-scrollbar{height:0}::-webkit-scrollbar,::-webkit-scrollbar-track{width:0;background:transparent}::-webkit-scrollbar-thumb{background:transparent;width:0}::-webkit-scrollbar-corner{background:transparent}:hover::-webkit-scrollbar-thumb,body:active::-webkit-scrollbar-thumb,body:focus::-webkit-scrollbar-thumb,body:hover::-webkit-scrollbar-thumb,html:active::-webkit-scrollbar-thumb,html:focus::-webkit-scrollbar-thumb,html:hover::-webkit-scrollbar-thumb{background:transparent;width:0}.scrolling::-webkit-scrollbar-thumb{background:transparent;width:0}#root{width:100%;min-height:100vh}.app-container{width:100%;overflow-x:hidden}.header{justify-content:space-between;padding:.1rem 5%;background-color:hsla(0,0%,7%,.55);box-shadow:0 2px 15px rgba(0,0,0,.4);position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.08)}.header,.logo-container{display:flex;align-items:center}.logo-container{gap:10px}.logo-icon{display:flex;align-items:center;transition:transform .3s ease}.logo-container:hover .logo-icon{transform:scale(1.05)}.logo-text{display:flex;flex-direction:column;align-items:flex-start}.logo-text h1{font-size:1.8rem;font-weight:700;color:#ede8ff;margin:0;position:relative;overflow:hidden}.logo-text h1:before{content:"";position:absolute;top:-20px;left:-100%;width:10%;height:200%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7),transparent);z-index:1;animation:colorSweep 4s ease 0s infinite;transform:rotate(30deg)}@keyframes colorSweep{0%{left:-100%}to{left:500%}}.logo-text .slogan{font-size:.9rem;color:#666;margin:0}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:var(--nav-text-color);font-weight:600;transition:all .3s ease;position:relative;padding:.3rem 0;letter-spacing:.5px;text-shadow:0 0 1px hsla(0,0%,100%,.2)}.nav a:hover{color:var(--nav-hover-color);text-shadow:0 0 8px var(--glow-color)}.nav a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav a:hover:after{width:100%}.cta-button,.primary-button{background:linear-gradient(83.87deg,#d8648b,#d66594 47.97%,#5145e8 98.18%);color:var(--button-text-color);border:none;padding:.7rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .3s;position:relative;overflow:hidden}.hero{display:flex;align-items:center;justify-content:center;padding:8rem 8% 5rem;background:var(--hero-gradient);height:100vh;position:relative;overflow:hidden;box-sizing:border-box;box-shadow:inset 0 -10px 20px rgba(0,0,0,.2)}.hero-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.hero-content{position:relative;margin-top:-3rem;padding-right:2rem}.hero-content h2{font-size:4.5rem;margin-bottom:1.5rem;line-height:1.1;font-weight:700;text-shadow:0 0 15px rgba(166,75,244,.4);white-space:nowrap}.hero-content h2 span{background:linear-gradient(90deg,#bf53cb,#3439dc);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;display:inline-block}.hero-content p{font-size:1.4rem;margin:.8rem 0;color:#f0f0f0;line-height:1.5}.primary-button{padding:1rem 2.2rem;border-radius:8px;font-size:1.3rem;font-weight:600;margin-top:1.5rem}@media (max-width:768px){.hero{flex-direction:column;text-align:center;padding:6rem 5% 3rem}.hero-content{margin-top:0;padding-right:0;max-width:100%}.hero-content h2{font-size:2.8rem;line-height:1.2;white-space:normal}.hero-content p{font-size:1.2rem}.primary-button{font-size:1.1rem;padding:.9rem 2rem}.hero-image{margin-top:2rem}}@media (min-width:1201px){.module-cards{flex-wrap:nowrap}.module-card{flex:1 1;min-width:0;max-width:320px}}@media (max-width:480px){.hero{padding:5rem 4% 2rem}.hero-content h2{font-size:2.2rem;white-space:normal}.hero-content p{font-size:1.1rem}.primary-button{font-size:1rem;padding:.8rem 1.8rem}}.cta-button:before,.primary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:all .6s ease}.cta-button:hover:before,.primary-button:hover:before{left:100%}.hero-image{position:relative;z-index:1;flex:1 1;display:flex;justify-content:center;align-items:center}.digital-human-placeholder{width:400px;height:400px;background-color:#333;border-radius:10px;position:relative;overflow:hidden}.digital-human-placeholder:after{content:"数字人示意图";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#888}section{font-size:1.4rem}.section-title{font-size:3.5rem;text-align:center;margin-bottom:3rem;color:var(--text-color);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--primary-color)}.section-desc{text-align:center;max-width:800px;margin:0 auto 3rem;color:#bbb;font-size:1.1rem}.section-intro{text-align:center;max-width:900px;margin:0 auto 4rem;padding:2rem;background:linear-gradient(135deg,rgba(157,78,221,.08),rgba(100,255,218,.05));border-radius:16px;border:1px solid rgba(157,78,221,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.section-intro:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.03),transparent 50%);z-index:1}.intro-text{color:#e8e8e8;font-size:1.2rem;line-height:1.8;margin-bottom:1rem;position:relative;z-index:2;font-weight:400;letter-spacing:.5px}.intro-text:last-child{margin-bottom:0}.features{padding:5rem 5%;background-color:var(--section-background)}.feature-cards{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.feature-card{flex:1 1;min-width:300px;max-width:350px;padding:2rem;border-radius:12px;background-color:var(--card-background);box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid hsla(0,0%,100%,.05);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 50%);z-index:1}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.35);border-color:rgba(var(--accent-color),.2)}.feature-card:hover:after{opacity:1}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color);position:relative;display:inline-block}.feature-card h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background-color:var(--accent-color);transition:width .3s ease}.feature-card:hover h3:after{width:100%}.feature-card p{color:#ccc}.how-it-works{padding:5rem 5%;background-color:var(--background-color)}.modules{margin-top:4rem;text-align:center;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem;overflow:hidden}.modules h3{font-size:2rem;margin-bottom:1rem;color:var(--text-color)}.modules p{color:#bbb;margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.module-cards{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:center;margin-top:2rem;width:100%}.module-card{flex:1 1;min-width:0;max-width:320px;padding:2rem 1.5rem;border-radius:16px;background:linear-gradient(145deg,var(--card-background) 0,rgba(30,30,30,.8) 100%);box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(157,78,221,.1);transition:all .5s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(157,78,221,.1);position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(157,78,221,.05),transparent 50%,rgba(100,255,218,.05));opacity:0;transition:opacity .3s ease;z-index:1}.module-card:hover:before{opacity:1}.module-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.4),0 4px 16px rgba(157,78,221,.2);border-color:rgba(157,78,221,.3)}.module-card h4{font-size:2.5rem;margin-bottom:1.5rem;color:var(--primary-color);font-weight:600;position:relative;z-index:2;background:linear-gradient(135deg,var(--primary-color),#64ffda);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.module-card p{color:#d0d0d0;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;position:relative;z-index:2;padding:0 .5rem}.module-image{width:100%;height:150px;background-color:transparent;border-radius:5px;margin-top:1rem;display:flex;align-items:center;justify-content:center}.module-image img{width:200px;height:200px;object-fit:contain}.digital-human-text-comparison{margin:1.5rem auto 0;background:linear-gradient(135deg,rgba(100,255,218,.05),hsla(0,100%,71%,.05));border-radius:8px;border:1px solid rgba(100,255,218,.1);overflow:visible;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.2)}.digital-human-text-comparison:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-image:url(/vs-icon.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:10;filter:drop-shadow(0 0 8px rgba(157,78,221,.6));animation:float 3s ease-in-out infinite;transition:all .3s ease;cursor:pointer}.digital-human-text-comparison:hover:before{filter:drop-shadow(0 0 12px rgba(157,78,221,.8));transform:translate(-50%,-50%) rotate(10deg) scale(1.1)}@keyframes float{0%,to{transform:translate(-50%,-50%) rotate(0deg)}50%{transform:translate(-50%,calc(-50% - 5px)) rotate(5deg)}}.comparison-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem;font-size:.85rem;line-height:1.4;border-bottom:1px solid hsla(0,0%,100%,.1);position:relative;min-height:40px}.comparison-row:last-child{border-bottom:none}.advantage-text{color:var(--primary-color);font-weight:600;flex:1 1;text-align:left;display:flex;align-items:center;gap:.5rem;padding-left:1rem;font-size:.95rem;line-height:1.6;justify-content:flex-start}.advantage-text:before{content:"✔";color:var(--primary-color);font-size:.9rem;font-weight:700}.disadvantage-text{color:#ff6b6b;font-weight:500;flex:1 1;text-align:right;opacity:.9;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding-right:1rem;font-size:.95rem;line-height:1.6}.disadvantage-text:after{content:"×";color:#ff6b6b;font-size:1rem;font-weight:700}a{text-decoration:none;color:#1a73e8}a:hover{color:#0d62d1}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}button{border:none;background:none;cursor:pointer;font-family:inherit;padding:0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.scenarios{padding:5rem 5%;background-color:var(--section-background)}.model-types,.scenario-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.model-type,.scenario-item{padding:2rem;border-radius:12px;background-color:var(--card-background);box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid hsla(0,0%,100%,.05);position:relative;overflow:hidden}.model-type:before,.scenario-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 50%);z-index:1}.model-type:hover,.scenario-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.35);border-color:rgba(var(--accent-color),.2)}.model-type h3,.scenario-item h3{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color);position:relative;display:inline-block;z-index:2;background:linear-gradient(135deg,var(--primary-color),#64ffda);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.model-type h3:after,.scenario-item h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background-color:var(--accent-color);transition:width .3s ease}.model-type:hover h3:after,.scenario-item:hover h3:after{width:100%}.model-type p,.scenario-item p{color:#ccc;position:relative;z-index:2}.voice-feature{padding:5rem 5%;background-color:var(--background-color);text-align:center}.voice-details{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.voice-item{max-width:500px;text-align:left}.voice-item h3{text-align:center;font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.voice-item p{color:#ccc}.voice-stats{display:flex;gap:3rem}.stat{text-align:center}.stat .number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color)}.stat .label{font-size:1rem;color:#bbb}.voice-comparison{margin-top:5rem;max-width:900px;margin-left:auto;margin-right:auto;padding:0 1rem}.voice-comparison h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.comparison-table{background:linear-gradient(135deg,rgba(157,78,221,.1),rgba(100,255,218,.08));border-radius:20px;padding:3rem;border:1px solid rgba(157,78,221,.2);box-shadow:0 8px 32px rgba(157,78,221,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comparison-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:stretch}.comparison-item{padding:2rem;border-radius:16px;text-align:left;position:relative;transition:all .3s ease;min-height:200px;display:flex;flex-direction:column}.comparison-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.comparison-item.custom{background:linear-gradient(135deg,rgba(157,78,221,.15),rgba(100,255,218,.1));border:2px solid rgba(157,78,221,.3)}.comparison-item.public{background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.15)}.comparison-item h4{font-size:1.4rem;margin-bottom:1.5rem;color:var(--primary-color);font-weight:600;text-align:center;padding-bottom:.5rem;border-bottom:2px solid rgba(157,78,221,.3)}.comparison-item.public h4{color:#999;border-bottom-color:hsla(0,0%,100%,.2)}.comparison-item ul{list-style:none;padding:0;margin:0;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.comparison-item li{color:#f0f0f0;position:relative;padding:.8rem 0 .8rem 2rem;font-size:1.1rem;line-height:1.5;font-weight:500}.comparison-item.custom li:before{content:"✓";color:var(--primary-color)}.comparison-item.custom li:before,.comparison-item.public li:before{position:absolute;left:0;font-weight:700;font-size:1.2rem;top:50%;transform:translateY(-50%)}.comparison-item.public li:before{content:"×";color:#666}.comparison-item.public li{color:#aaa}@media (max-width:768px){.comparison-row{grid-template-columns:1fr;gap:1.5rem}.voice-comparison{margin-top:3rem;padding:0 .5rem}.voice-comparison h3{font-size:1.8rem;margin-bottom:2rem}.comparison-table{padding:2rem 1.5rem}.comparison-item{padding:1.5rem;min-height:auto}.comparison-item h4{font-size:1.2rem;margin-bottom:1rem}.comparison-item li{font-size:1rem;padding:.6rem 0}}.brands{padding:5rem 5%;background-color:var(--section-background);text-align:center}.platform-recommendation h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.platform-recommendation p{color:#bbb}.platforms-support{padding:5rem 5%;background-color:var(--background-color);text-align:center;overflow:hidden}.platform-subtitle{text-align:center;max-width:800px;margin:0 auto 4rem;padding:1.5rem;background:linear-gradient(135deg,rgba(157,78,221,.06),rgba(100,255,218,.04));border-radius:12px;border:1px solid rgba(157,78,221,.1)}.platform-subtitle p{color:#e0e0e0;font-size:1.1rem;line-height:1.6;margin-bottom:.8rem;font-weight:400}.platform-subtitle p:last-child{margin-bottom:0}.platforms-container{position:relative;width:100%;height:240px;margin:0 auto;overflow:hidden}.platforms-left,.platforms-right{position:absolute;top:0;width:15%;height:100%;z-index:10;pointer-events:none}.platforms-left{left:0;background:linear-gradient(to right,var(--background-color),transparent)}.platforms-right{right:0;background:linear-gradient(to left,var(--background-color),transparent)}.auto-scroll-content{position:absolute;width:100%;height:50%;display:flex;align-items:center;overflow:hidden;gap:3rem}.auto-scroll-right{top:0}.auto-scroll-left{bottom:0}.auto-scroll-list{display:flex;align-items:center;gap:3rem;animation:scrollRight 30s linear infinite}.auto-scroll-left .auto-scroll-list{animation:scrollLeft 30s linear infinite}@keyframes scrollRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollLeft{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.platform-logo{flex-shrink:0;width:120px;height:80px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border-radius:8px;transition:all .3s ease}.platform-logo:hover{background:hsla(0,0%,100%,.1);transform:scale(1.05)}.platform-logo img{max-width:80%;max-height:80%;object-fit:contain}.cta-section{padding:5rem 5%;background-color:var(--section-background);text-align:center}.footer{padding:3rem 5%;background-color:#111;color:#aaa;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.footer-logo{margin-bottom:2rem}.footer-logo h2{font-size:1.8rem;color:var(--primary-color);margin-bottom:.5rem}.footer-logo p{color:#bbb;font-size:.9rem}.footer-links{display:flex;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.link-group{display:flex;flex-direction:column;gap:.5rem}.link-group h3{font-size:1.1rem;color:var(--text-color);margin-bottom:1rem}.link-group a{color:#bbb;text-decoration:none;font-size:.9rem;transition:color .3s ease}.link-group a:hover{color:var(--primary-color)}.copyright{width:100%;padding-top:2rem;border-top:1px solid var(--border-color);text-align:center}.copyright p{color:#888;font-size:.8rem}@media (max-width:768px){.nav{display:none}.header{padding:.5rem 5%}.module-cards{flex-wrap:wrap}.voice-details{flex-direction:column}.voice-details,.voice-item{text-align:center}.footer-links{flex-direction:column;gap:2rem}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 2px 8px rgba(255,71,87,.4)}50%{transform:scale(1.1);box-shadow:0 4px 16px rgba(255,71,87,.8)}to{transform:scale(1);box-shadow:0 2px 8px rgba(255,71,87,.4)}}.hero-buttons{display:flex;align-items:center;gap:2rem;justify-content:center;flex-wrap:wrap}.secondary-link{position:relative;display:inline-flex;margin-top:1.5rem;align-items:center;padding:1rem 2.2rem;background:linear-gradient(135deg,var(--primary-color),#64ffda);border-radius:8px;color:#ede8ff;text-decoration:none;font-weight:600;font-size:1.3rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(157,78,221,.2);border:none}.secondary-link:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.4),0 4px 16px rgba(100,255,218,.4);color:#fff}.animated-link{position:relative;overflow:hidden;animation:breathe 3s ease-in-out infinite}.animated-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(100,255,218,.3),hsla(0,0%,100%,.2),rgba(100,255,218,.3),transparent);animation:shimmer 2s infinite}.animated-link:hover{transform:scale(1.05);box-shadow:0 0 30px rgba(100,255,218,.6),0 0 60px rgba(100,255,218,.3);background:linear-gradient(135deg,var(--primary-color),#64ffda);filter:brightness(1.2) saturate(1.3)}@keyframes breathe{0%,to{box-shadow:0 0 15px rgba(100,255,218,.4),0 0 30px rgba(100,255,218,.2)}50%{box-shadow:0 0 25px rgba(100,255,218,.8),0 0 50px rgba(100,255,218,.4)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width:768px){.hero-buttons{flex-direction:column;gap:1rem}.secondary-link{padding:.9rem 2rem;font-size:1.1rem}}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/8e9860b6e62d6359-s.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:__Inter_0832f1;font-style:normal;font-weight:100 900;font-display:swap;src:url(//img.hungjie.com/_next/static/media/e4af272ccee01ff0-s.p.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:__Inter_Fallback_0832f1;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0832f1{font-family:__Inter_0832f1,__Inter_Fallback_0832f1;font-style:normal}