.modal-overlay.svelte-ta60gp{-webkit-backdrop-filter:blur(6px);z-index:999;cursor:default;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.25s svelte-ta60gp-fadeIn;display:flex;position:fixed;inset:0}.modal-content.svelte-ta60gp{pointer-events:auto;background:#fff;border-radius:16px;width:100%;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) svelte-ta60gp-scaleIn;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0003}.modal-header.svelte-ta60gp{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem .5rem;display:flex}.modal-title.svelte-ta60gp{color:#0f172a;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.variant-icon.svelte-ta60gp{font-size:1.2rem}.close-btn.svelte-ta60gp{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s,transform .15s;display:flex}.close-btn.svelte-ta60gp:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.close-btn.svelte-ta60gp svg{stroke:currentColor}.modal-body.svelte-ta60gp{color:#334155;padding:1rem 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}.max-w-sm.svelte-ta60gp{max-width:24rem}.max-w-md.svelte-ta60gp{max-width:28rem}.max-w-lg.svelte-ta60gp{max-width:32rem}.max-w-xl.svelte-ta60gp{max-width:36rem}.modal-content.svelte-ta60gp::-webkit-scrollbar{width:4px}.modal-content.svelte-ta60gp::-webkit-scrollbar-track{background:0 0}.modal-content.svelte-ta60gp::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}@keyframes svelte-ta60gp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-ta60gp-scaleIn{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=640px){.modal-content.svelte-ta60gp{border-radius:12px;max-width:100%;margin:.5rem}.modal-header.svelte-ta60gp{padding:1rem 1rem .25rem}.modal-body.svelte-ta60gp{padding:.75rem 1rem 1.25rem}.modal-title.svelte-ta60gp{font-size:1rem}}:root{--brand-blue:#2563eb;--brand-blue-dark:#1d4ed8;--brand-blue-light:#dbeafe;--text-primary:#1e293b;--text-secondary:#475569;--bg-white:#fff;--shadow-sm:0 1px 3px #0000000f}header.svelte-vny38x{z-index:100;background:var(--bg-white);box-shadow:var(--shadow-sm);border-bottom:1px solid #f1f5f9;position:sticky;top:0}.container.svelte-vny38x{z-index:101;justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo.svelte-vny38x a:where(.svelte-vny38x){flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo.svelte-vny38x img:where(.svelte-vny38x){width:auto;height:36px}.logo.svelte-vny38x span:where(.svelte-vny38x){color:var(--text-primary);letter-spacing:.02em;white-space:nowrap;font-size:1.2rem;font-weight:700}.desktop-nav.svelte-vny38x{align-items:center;display:flex}.desktop-nav.svelte-vny38x ul:where(.svelte-vny38x){gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.desktop-nav.svelte-vny38x li:where(.svelte-vny38x){position:relative}.desktop-nav.svelte-vny38x a:where(.svelte-vny38x){color:var(--text-secondary);white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.desktop-nav.svelte-vny38x a:where(.svelte-vny38x):hover,.desktop-nav.svelte-vny38x li.active:where(.svelte-vny38x) a:where(.svelte-vny38x){color:var(--brand-blue);background:var(--brand-blue-light)}.desktop-nav.svelte-vny38x li.active:where(.svelte-vny38x):after{content:"";background:var(--brand-blue);border-radius:2px;width:20px;height:3px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.btn-primary.svelte-vny38x{color:#fff;background:var(--brand-blue);white-space:nowrap;border-radius:8px;padding:.6rem 1.6rem;font-size:.9rem;font-weight:600;line-height:18px;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary.svelte-vny38x:hover{background:var(--brand-blue-dark);transform:translateY(-1px)}.hamburger.svelte-vny38x{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger.svelte-vny38x span:where(.svelte-vny38x){background:var(--text-primary);transform-origin:50%;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.svelte-vny38x span.open:where(.svelte-vny38x):first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.svelte-vny38x span.open:where(.svelte-vny38x):nth-child(2){opacity:0}.hamburger.svelte-vny38x span.open:where(.svelte-vny38x):nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu.svelte-vny38x{background:var(--bg-white);z-index:102;width:80%;max-width:360px;height:100vh;padding-top:80px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 30px #0000001a}.mobile-menu.open.svelte-vny38x{right:0}.mobile-menu-inner.svelte-vny38x{padding:0 1.5rem 2rem}.mobile-menu.svelte-vny38x ul:where(.svelte-vny38x){flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.mobile-menu.svelte-vny38x li:where(.svelte-vny38x) a:where(.svelte-vny38x){color:var(--text-secondary);border-radius:10px;padding:.8rem 1rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.mobile-menu.svelte-vny38x li:where(.svelte-vny38x) a:where(.svelte-vny38x):hover,.mobile-menu.svelte-vny38x li.active:where(.svelte-vny38x) a:where(.svelte-vny38x){color:var(--brand-blue);background:var(--brand-blue-light)}.mobile-cta.svelte-vny38x{margin-top:1.5rem}.mobile-cta.svelte-vny38x .btn-primary:where(.svelte-vny38x){text-align:center;padding:.8rem;font-size:1rem;display:block}.overlay.svelte-vny38x{z-index:101;background:#0006;width:100%;height:100%;animation:.3s svelte-vny38x-fadeIn;position:fixed;top:0;left:0}@keyframes svelte-vny38x-fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=1024px){.desktop-nav.svelte-vny38x a:where(.svelte-vny38x){padding:.4rem .7rem;font-size:.82rem}}@media (width<=768px){.container.svelte-vny38x{height:64px;padding:0 1rem}.logo.svelte-vny38x span:where(.svelte-vny38x){font-size:1rem}.logo.svelte-vny38x img:where(.svelte-vny38x){height:30px}.desktop-nav.svelte-vny38x,.desktop-cta.svelte-vny38x{display:none}.hamburger.svelte-vny38x{display:flex}}.wechat-modal-content.svelte-vny38x{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.wechat-id-display.svelte-vny38x{color:#2563eb;letter-spacing:.06em;background:#dbeafe;border-radius:10px;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:700}.wechat-id-display.error.svelte-vny38x{color:#dc2626;background:#fee2e2}.wechat-hint.svelte-vny38x{color:#64748b;margin:0;font-size:.9rem}.error-hint.svelte-vny38x{color:#dc2626;margin:0;font-size:.9rem}.wechat-go-btn.svelte-vny38x{color:#fff;cursor:pointer;background:linear-gradient(135deg,#07c160,#06ad56);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.7rem 2.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #07c1604d}.wechat-go-btn.svelte-vny38x:hover{transform:translateY(-2px);box-shadow:0 8px 24px #07c16066}.wechat-go-btn.svelte-vny38x svg{stroke:#fff}.wechat-cancel-btn.svelte-vny38x{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem 1rem;font-size:.85rem;transition:color .2s}.wechat-cancel-btn.svelte-vny38x:hover{color:#64748b}footer.svelte-lx0fvn{color:#e2e8f0;background:#0a0e1a;border-top:1px solid #fff3;margin-top:auto;padding:2rem 0 0}.footer-container.svelte-lx0fvn{max-width:1280px;margin:0 auto;padding:0 2.5rem}.footer-main.svelte-lx0fvn{border-bottom:1px solid #ffffff4d;grid-template-columns:280px 1fr;gap:4rem;padding-bottom:3rem;display:grid}.brand-section.svelte-lx0fvn{flex-direction:column;gap:1rem;display:flex}.brand-section.svelte-lx0fvn .logo:where(.svelte-lx0fvn){align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-section.svelte-lx0fvn .logo:where(.svelte-lx0fvn) img:where(.svelte-lx0fvn){filter:brightness(0)invert();width:auto;height:32px}.brand-section.svelte-lx0fvn .logo:where(.svelte-lx0fvn) span:where(.svelte-lx0fvn){color:#fff;letter-spacing:.02em;font-size:1.1rem;font-weight:600}.slogan.svelte-lx0fvn{color:#94a3b8;letter-spacing:.04em;margin:0;font-size:.9rem;line-height:1.6}.social-links.svelte-lx0fvn{gap:.5rem;margin-top:.25rem;display:flex}.social-btn.svelte-lx0fvn{color:#94a3b8;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:0;transition:background .2s,color .2s,transform .15s;display:flex}.social-btn.svelte-lx0fvn:hover{color:#fff;background:#2563eb4d;transform:translateY(-2px)}.social-btn.svelte-lx0fvn svg{flex-shrink:0}.links-section.svelte-lx0fvn{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.link-column.svelte-lx0fvn{flex-direction:column;gap:.7rem;display:flex}.column-title.svelte-lx0fvn{color:#bac4d0;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.2rem;font-size:.8rem;font-weight:600}.link-column.svelte-lx0fvn a:where(.svelte-lx0fvn){color:#cbd5e1;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;line-height:1.5;text-decoration:none;transition:color .2s;display:inline-flex}.link-column.svelte-lx0fvn a:where(.svelte-lx0fvn):hover{color:#60a5fa}.link-column.svelte-lx0fvn a:where(.svelte-lx0fvn) svg{flex-shrink:0}.link-column.svelte-lx0fvn .address:where(.svelte-lx0fvn){color:#bac4d0;align-items:flex-start;gap:.5rem;font-size:.85rem;font-style:normal;line-height:1.5;display:inline-flex}.link-column.svelte-lx0fvn .address:where(.svelte-lx0fvn) svg{flex-shrink:0;margin-top:2px}.contact-column.svelte-lx0fvn a:where(.svelte-lx0fvn){color:#cbd5e1;align-items:center;gap:.5rem;display:inline-flex}.contact-column.svelte-lx0fvn a:where(.svelte-lx0fvn) svg{flex-shrink:0}.contact-column.svelte-lx0fvn a:where(.svelte-lx0fvn):hover{color:#60a5fa}.link-button.svelte-lx0fvn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:.9rem;line-height:1.5;transition:color .2s;display:inline-flex}.link-button.svelte-lx0fvn:hover{color:#60a5fa}.link-button.svelte-lx0fvn svg{flex-shrink:0}.footer-bar.svelte-lx0fvn{color:#bac4d0;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.82rem;display:flex}.footer-bar.svelte-lx0fvn .legal:where(.svelte-lx0fvn){gap:1.5rem;display:flex}.footer-bar.svelte-lx0fvn .legal:where(.svelte-lx0fvn) a:where(.svelte-lx0fvn){color:#bac4d0;text-decoration:none;transition:color .2s}.footer-bar.svelte-lx0fvn .legal:where(.svelte-lx0fvn) a:where(.svelte-lx0fvn):hover{color:#94a3b8}.wechat-modal-content.svelte-lx0fvn{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.wechat-id-display.svelte-lx0fvn{color:#2563eb;letter-spacing:.06em;background:#dbeafe;border-radius:10px;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:700}.wechat-id-display.error.svelte-lx0fvn{color:#dc2626;background:#fee2e2}.wechat-hint.svelte-lx0fvn{color:#64748b;margin:0;font-size:.9rem}.error-hint.svelte-lx0fvn{color:#dc2626;margin:0;font-size:.9rem}.wechat-go-btn.svelte-lx0fvn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#07c160,#06ad56);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.7rem 2.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #07c1604d}.wechat-go-btn.svelte-lx0fvn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #07c16066}.wechat-go-btn.svelte-lx0fvn svg{stroke:#fff}.wechat-cancel-btn.svelte-lx0fvn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem 1rem;font-size:.85rem;transition:color .2s}.wechat-cancel-btn.svelte-lx0fvn:hover{color:#64748b}.footer-toggle.svelte-lx0fvn{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;width:100%;margin-bottom:.25rem;padding:.6rem 0 .8rem;font-family:inherit;transition:background .3s;display:none}.footer-toggle.svelte-lx0fvn:hover{background:#ffffff0a}.footer-toggle.svelte-lx0fvn:active{transform:scale(.96)}.toggle-icon-wrapper.svelte-lx0fvn{color:#64748b;justify-content:center;align-items:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1);display:flex}.toggle-icon-wrapper.svelte-lx0fvn:not(.open){animation:2.8s ease-in-out infinite svelte-lx0fvn-breathe}.toggle-icon-wrapper.open.svelte-lx0fvn{animation:none}@keyframes svelte-lx0fvn-breathe{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.toggle-icon-wrapper.svelte-lx0fvn:not(.open):hover{color:#94a3b8;animation:none;transform:scale(1.15)}.toggle-icon-wrapper.open.svelte-lx0fvn:hover{color:#94a3b8;transform:scale(1.1)}.toggle-label.svelte-lx0fvn{color:#64748b;letter-spacing:.06em;font-size:.7rem;font-weight:500;transition:color .3s}.footer-toggle.svelte-lx0fvn:hover .toggle-label:where(.svelte-lx0fvn){color:#94a3b8}.footer-main-wrapper.svelte-lx0fvn{max-height:2000px;transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.footer-main-wrapper.svelte-lx0fvn:not(.open){max-height:1000px}@media (width<=1024px){.footer-main.svelte-lx0fvn{grid-template-columns:1fr;gap:2.5rem}.links-section.svelte-lx0fvn{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){footer.svelte-lx0fvn{padding:.5rem 0 0}.footer-main-wrapper.svelte-lx0fvn:not(.open){max-height:0}.footer-container.svelte-lx0fvn{padding:0 1.5rem}.footer-toggle.svelte-lx0fvn{display:flex}.footer-main-wrapper.svelte-lx0fvn{max-height:0}.footer-main-wrapper.open.svelte-lx0fvn{max-height:2000px}.footer-main.svelte-lx0fvn{border-bottom:1px solid #ffffff26;grid-template-columns:1fr;gap:2rem;padding:0 0 1.5rem}.links-section.svelte-lx0fvn{grid-template-columns:repeat(2,1fr);gap:1.8rem}.footer-bar.svelte-lx0fvn{text-align:center;flex-direction:column;gap:.6rem;padding:1rem 0}.footer-bar.svelte-lx0fvn .legal:where(.svelte-lx0fvn){flex-wrap:wrap;justify-content:center;gap:1rem}.wechat-id-display.svelte-lx0fvn{padding:.4rem 1.2rem;font-size:1.2rem}.wechat-go-btn.svelte-lx0fvn{padding:.6rem 1.5rem;font-size:.85rem}}@media (width<=480px){.footer-container.svelte-lx0fvn{padding:0 1rem}.links-section.svelte-lx0fvn{grid-template-columns:1fr 1fr;gap:1.2rem}.link-column.svelte-lx0fvn a:where(.svelte-lx0fvn){font-size:.82rem}.brand-section.svelte-lx0fvn .logo:where(.svelte-lx0fvn) span:where(.svelte-lx0fvn){font-size:1rem}.brand-section.svelte-lx0fvn .logo:where(.svelte-lx0fvn) img:where(.svelte-lx0fvn){height:28px}.wechat-id-display.svelte-lx0fvn{padding:.3rem 1rem;font-size:1rem}.toggle-icon-wrapper.svelte-lx0fvn svg{width:30px;height:30px}.toggle-label.svelte-lx0fvn{font-size:.65rem}}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-cyrillic-ext-400-normal.FAIU8e3o.woff2)format("woff2"),url(./fira-mono-cyrillic-ext-400-normal.Co4MVjrD.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:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-cyrillic-400-normal.BJkDdjbt.woff2)format("woff2"),url(./fira-mono-cyrillic-400-normal.DUd3efVn.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-greek-ext-400-normal.Be4g_LSk.woff2)format("woff2"),url(./fira-mono-greek-ext-400-normal.BQ5yw6bY.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-greek-400-normal.ftNhKy_S.woff2)format("woff2"),url(./fira-mono-greek-400-normal.B_0AmgK7.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:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-symbols2-400-normal.C6JptOil.woff2)format("woff2"),url(./fira-mono-symbols2-400-normal.CpeG9ob9.woff)format("woff");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-latin-ext-400-normal.B2gPvaNr.woff2)format("woff2"),url(./fira-mono-latin-ext-400-normal.CbD3vWRE.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:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-latin-400-normal.DVTTRLHv.woff2)format("woff2"),url(./fira-mono-latin-400-normal.C3FQ26ho.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}:root{--font-body:Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono:"Fira Mono", monospace;--color-bg-0:#cad8e4;--color-bg-1:#cedce8;--color-bg-2:#edf0f8;--color-theme-1:#ff3e00;--color-theme-2:#4075a6;--color-text:#000000b3;--column-width:42rem;--column-margin-top:4rem;font-family:var(--font-body);color:var(--color-text)}body{background-attachment:fixed;background-color:var(--color-bg-1);background-size:100vw 100vh;background-image:radial-gradient(50% 50% at 50% 50%, #ffffffbf 0%, #fff0 100%), linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 50%);min-height:100vh;margin:0}h1,h2,p{font-weight:400}p{line-height:1.5}a{color:var(--color-theme-1);text-decoration:none}a:hover{text-decoration:underline}h1{text-align:center;font-size:2rem}h2{font-size:1rem}pre{font-size:16px;font-family:var(--font-mono);color:var(--color-text);background-color:#ffffff73;border-radius:3px;padding:.5em;overflow-x:auto;box-shadow:2px 2px 6px #ffffff40}.text-column{flex-direction:column;flex:.6;justify-content:center;max-width:48rem;margin:0 auto;display:flex}input,button{font-size:inherit;font-family:inherit}button:focus:not(:focus-visible){outline:none}@media (width>=720px){h1{font-size:2.4rem}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:auto;margin:0;padding:0;position:absolute;overflow:hidden}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}main.svelte-12qhfyh{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:1310px;margin:0 auto;padding:1rem;display:flex}
