.background-container{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.circle-tl{filter:blur(1px);background-color:#6547ee;border-radius:100%;width:30rem;height:30rem;position:fixed;top:-8rem;left:-8rem;box-shadow:0 0 60px #6547ee4d}.rect-br{filter:blur(1px);background-color:#6547ee;border-radius:1rem;width:25rem;height:25rem;position:fixed;bottom:-9rem;right:-9rem;transform:rotate(55deg);box-shadow:0 0 40px #6547ee33}.accent-circle-1{filter:blur(20px);background:radial-gradient(circle,#1c945a66 0%,#1c945a33 50%,#0000 100%);border-radius:100%;width:8rem;height:8rem;position:fixed;top:20%;right:15%}.accent-circle-2{filter:blur(30px);background:radial-gradient(circle,#ffa5004d 0%,#ffa5001a 50%,#0000 100%);border-radius:100%;width:12rem;height:12rem;position:fixed;bottom:25%;left:10%}.dancing-diamond{filter:blur(2px);background:#6547ee26;border-radius:.4rem;width:3rem;height:3rem;position:fixed;top:60%;right:25%;transform:rotate(45deg)}@media (width<=768px){.circle-tl{width:20rem;height:20rem;top:-12rem;left:-12rem}.rect-br{width:18rem;height:18rem;bottom:-12rem;right:-12rem}.accent-circle-1{width:6rem;height:6rem}.accent-circle-2{width:8rem;height:8rem}}@media (width<=480px){.accent-circle-1,.accent-circle-2,.dancing-diamond{display:none}}.navbar{z-index:100;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #d9d9d9;padding:.7rem 2rem}.navbar-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.navbar-brand{color:#1c1c1c;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.navbar-brand img{width:2rem;height:2rem}.navbar-brand:hover{text-decoration:none}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:#7c7c7c;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.navbar-links a:hover{color:#1c1c1c;text-decoration:none}.navbar-links a.active{color:#6547ee}.navbar-links a.active:after{content:"";background:#6547ee;border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar-github{background:#1c1c1c;border-radius:.5rem;align-items:center;gap:.4rem;padding:.4rem 1rem;display:inline-flex;color:#fff!important;font-size:.9rem!important;transition:opacity .2s!important}.navbar-github:hover{opacity:.85}.navbar-github.active:after{display:none}.navbar-toggle{color:#1c1c1c;cursor:pointer;background:0 0;border:none;padding:.3rem;font-size:1.3rem;display:none}@media screen and (width<=700px){.navbar-toggle{display:block}.navbar-links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #d9d9d9;flex-direction:column;gap:1rem;padding:1rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-links.open{display:flex}.navbar-links a.active:after{display:none}}.footer{z-index:2;border-top:1px solid #d9d9d9;margin-top:2rem;padding:2.5rem 2rem;position:relative}.footer-content{flex-direction:column;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.footer-logo{width:2rem;height:2rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.footer-links a{color:#7c7c7c;text-decoration:none}.footer-links a:hover{color:#1c1c1c}.footer-copy{color:#7c7c7c;margin:0;font-size:.8rem;font-weight:500}.home-page{height:100vh;overflow:hidden}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}.hero-logo{background-color:#fff;border-radius:1rem;width:22rem;max-width:90vw;padding:1rem}.hero-subtitle{color:#1c1c1c;margin:1.5rem 0 .5rem;font-size:1.5rem;font-weight:700}.hero-tagline{color:#7c7c7c;margin:0 0 2.5rem;font-size:1rem;font-weight:500}.hero-actions{gap:1rem;display:flex}.btn-secondary{color:#fff;background:linear-gradient(135deg,#929292,#717171)}@media screen and (width<=600px){.hero-logo{width:15rem}.hero-subtitle{font-size:1.2rem}.hero-actions{flex-direction:column}}.features-page{padding-top:4rem}.section h2{text-align:center;margin-bottom:3rem;font-size:2rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid #d9d9d9;border-radius:1.2rem;padding:2rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 8px 24px #00000014}.feature-card h3{margin:1rem 0 .5rem;font-size:1.15rem}.feature-card p{color:#7c7c7c;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.feature-icon{color:#fff;background:linear-gradient(135deg,#8971f2,#6547ee);border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto;font-size:1.4rem;display:flex}.feature-icon-green{background:linear-gradient(135deg,#50ad80,#1c945a)}@media screen and (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=600px){.features-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}.btn-large{padding:.7rem 1.8rem;font-size:1.1rem}}.install-page{padding-top:4rem}.page-header{text-align:center;max-width:700px;margin:0 auto;padding:6rem 2rem 2rem}.page-header h1{margin-bottom:1rem;font-size:2.5rem}.page-header p{color:#7c7c7c;font-size:1.15rem;font-weight:500;line-height:1.6}.section{max-width:850px;margin:0 auto;padding:4rem 2rem}.section h2{align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:1.8rem;display:flex}.install-step{margin-bottom:2.5rem}.step-label{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.step-label h3{margin:0;font-size:1.15rem}.step-number{color:#fff;background:#6547ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:flex}.step-desc{color:#7c7c7c;margin:0 0 1rem;padding-left:2.8rem;font-size:.95rem;font-weight:500;line-height:1.6}.step-desc code{color:#6547ee;background:#6547ee14;border-radius:.3rem;padding:.15rem .4rem;font-size:.9rem;font-weight:600}.code-block{background:#282631;border-radius:1rem;margin-left:2.8rem;overflow:hidden}.code-header{color:#ffffff80;background:#ffffff14;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600}.code-block pre{margin:0;padding:1.2rem 1.5rem;overflow-x:auto}.code-block code{color:#e0e0e0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.88rem;font-weight:400;line-height:1.6}.success-banner{color:#1c945a;background:#1c945a14;border:1px solid #1c945a33;border-radius:1rem;align-items:center;gap:.8rem;margin-top:1rem;padding:1.2rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.success-banner svg{font-size:1.3rem}.btn{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #00000026;border-radius:.6rem;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;box-shadow:inset 0 2px 4px #fff3,0 2px 4px #0000001a}.btn:hover{filter:brightness(1.1);text-decoration:none;transform:scale(1.02)rotate(-2deg);box-shadow:inset 0 2px 4px #ffffff40,0 4px 8px #00000026}.btn:active{transform:scale(.95)rotate(3deg)}.btn-dark{color:#fff;background:linear-gradient(135deg,#3a3a3a,#1c1c1c)}.btn-primary{color:#fff;background:linear-gradient(135deg,#7b63f2,#6547ee)}.btn-small{padding:.5rem 1.2rem;font-size:.9rem}.btn-large{padding:.9rem 2.4rem;font-size:1.3rem}.section-desc{color:#7c7c7c;margin-bottom:2.5rem;font-size:1.05rem;font-weight:500;line-height:1.6}.download-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.download-card{text-align:center;color:#1c1c1c;background:#fff;border:1px solid #d9d9d9;border-radius:1.2rem;flex-direction:column;align-items:center;padding:2.5rem 2rem;text-decoration:none;transition:all .2s ease-in-out;display:flex}.download-card:hover{border-color:#6547ee;transform:translateY(-2px);box-shadow:0 4px 20px #6547ee1f}.download-card .download-icon{color:#6547ee;margin-bottom:1rem;font-size:2.5rem}.download-card h3{margin:0 0 .4rem;font-size:1.2rem}.download-card p{color:#7c7c7c;margin:0 0 1.2rem;font-size:.9rem;font-weight:500}.download-hint{color:#7c7c7c;text-align:center;font-size:.92rem;font-weight:500}.download-hint a{color:#6547ee;font-weight:600;text-decoration:none}.download-hint a:hover{text-decoration:underline}.cta-section{text-align:center;padding:5rem 2rem}.cta-section h2{justify-content:center}.cta-text{color:#7c7c7c;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.cta-actions{justify-content:center;display:flex}@media screen and (width<=900px){.download-grid{grid-template-columns:1fr}}@media screen and (width<=600px){.page-header h1{font-size:2rem}.code-block{margin-left:0}.step-desc{padding-left:0}.btn-large{padding:.7rem 1.8rem;font-size:1.1rem}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-cyrillic-ext-900-normal-buRuWz4h.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-900-normal-BUlv-ou0.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-cyrillic-900-normal-CjyCg421.woff2)format("woff2"),url(/assets/inter-cyrillic-900-normal-BAVML7y5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-greek-ext-900-normal-voj7phVX.woff2)format("woff2"),url(/assets/inter-greek-ext-900-normal-LVqH4fM3.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-greek-900-normal-Clii5heL.woff2)format("woff2"),url(/assets/inter-greek-900-normal-7n5hB3DA.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-vietnamese-900-normal-C4P836tE.woff2)format("woff2"),url(/assets/inter-vietnamese-900-normal-DBSPUrC7.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-latin-ext-900-normal-ty8Tfvw5.woff2)format("woff2"),url(/assets/inter-latin-ext-900-normal-DG9wZIMw.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-latin-900-normal-D4nM5aha.woff2)format("woff2"),url(/assets/inter-latin-900-normal-EUCDUbiG.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box}body,html{color:#1c1c1c;scroll-behavior:smooth;background-color:#fff;margin:0;padding:0;font-family:Inter,sans-serif;font-weight:700}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#7c7c7c;border-radius:10px}::-webkit-scrollbar-thumb:hover{filter:brightness(.8)}a{color:#6547ee;text-decoration:none}a:hover{text-decoration:underline}
