html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-family:Inter,-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;overflow-x:hidden}code,pre,kbd,samp{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,Courier New,monospace}::-webkit-scrollbar{width:0px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media(max-width:768px){::-webkit-scrollbar{width:4px;height:4px}}.app-container{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;position:relative}@media(max-width:768px){body{overflow-x:hidden;position:fixed;width:100%;height:100vh}.app-container{-webkit-tap-highlight-color:transparent;overflow-x:hidden;height:100vh}}.navbar{background:#fff;color:#000;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}@supports (padding: max(0px)){.navbar{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}.nav-container{display:grid;grid-template-columns:260px 1fr auto;align-items:center;padding-left:20px;padding-right:20px;height:56px;max-width:100%;margin:0 auto;gap:0}.nav-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#000;padding:0 16px;user-select:none;-webkit-user-select:none;min-width:0}.nav-brand img{flex-shrink:0}.brand-text{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-breadcrumb{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;padding-right:48px}.breadcrumb-section{color:#6b7280;font-weight:500}.breadcrumb-separator{color:#9ca3af;font-size:18px;display:flex;align-items:center;margin:0 2px}.breadcrumb-page{color:#000;font-weight:700}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.nav-links{display:flex;align-items:center;gap:12px}.nav-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#374151;font-size:20px;border-radius:6px;transition:all .2s ease;text-decoration:none;background:transparent}.nav-link:hover{color:#000;background:#f3f4f6}.nav-link:active{transform:scale(.95)}.nav-version{display:flex;align-items:right;justify-content:flex-end}.version-badge{font-size:12px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px;border:1px solid #e5e7eb;letter-spacing:.02em;letter-spacing:1.5px}.nav-hamburger{display:none;background:transparent;border:1px solid #e5e7eb;color:#000;font-size:22px;width:40px;height:40px;border-radius:6px;cursor:pointer;transition:all .2s ease;align-items:center;justify-content:center}.nav-hamburger:hover{background:#f9fafb;border-color:#d1d5db}.nav-hamburger:active{transform:scale(.95)}.mobile-breadcrumb{display:none}@media(max-width:768px){.mobile-breadcrumb{display:flex;position:sticky;top:0;background:#fff;padding:12px 16px;border-bottom:1px solid #e5e7eb;z-index:900;font-size:13px;line-height:1.5;gap:6px;flex-wrap:wrap;align-items:center;box-shadow:0 1px 2px #0000000d;margin:0;width:100%}.mobile-breadcrumb-section{color:#6b7280;font-weight:500}.mobile-breadcrumb-separator{color:#9ca3af;font-size:16px;display:flex;align-items:center;margin:0 2px}.mobile-breadcrumb-page{color:#111827;font-weight:600}.mobile-breadcrumb-heading{color:#000;font-weight:700}}.nav-dropdown{position:fixed;top:56px;left:0;right:0;width:100vw;background:#fff;box-shadow:0 4px 16px #0000001a;border-bottom:1px solid #e5e7eb;max-height:calc(100vh - 56px);overflow-y:auto;animation:slideDown .2s ease-out;z-index:999;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media(max-width:480px){.nav-dropdown{top:54px;max-height:calc(100vh - 54px)}}@media(max-width:375px){.nav-dropdown{top:52px;max-height:calc(100vh - 52px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{padding:0;width:100%}.dropdown-section{border-bottom:1px solid #e5e7eb}.dropdown-section:last-child{border-bottom:none}.section-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fafafa;border:none;width:100%;cursor:pointer;transition:background .15s ease;text-align:left}.section-header:hover{background:#f3f4f6}.section-header:active{background:#eeeff1}.section-title{font-size:12px;font-weight:700;color:#000;letter-spacing:.05em;text-transform:uppercase}.section-arrow{font-size:18px;color:#6b7280;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.section-arrow.expanded{transform:rotate(0)}.section-items{background:#fff;animation:expandDown .2s ease-out;padding:4px 20px}@keyframes expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.dropdown-item{padding:14px 20px;cursor:pointer;color:#4b5563;font-size:14px;transition:all .15s ease;position:relative;background:#fff;min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.dropdown-item:hover{background:#f9fafb;color:#1f2937}.dropdown-item.active{background:#f3f4f6;color:#000;font-weight:700}.layout{display:grid;grid-template-columns:260px minmax(0,1fr) 220px;height:calc(100vh - 56px);overflow-x:hidden;width:100%;max-width:100vw}.sidebar{border-right:1px solid #e5e7eb;padding:20px 16px;overflow-y:auto;background:#fff;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;width:260px;min-width:260px;max-width:260px}.sidebar h4{margin:20px 0 12px;text-transform:uppercase;font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.8px;padding-left:8px}.sidebar .item{padding:10px 20px;cursor:pointer;border-radius:6px;margin-bottom:4px;color:#374151;font-size:14px;font-weight:500;transition:all .15s ease;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.sidebar .item:hover{background:#f9fafb;color:#111827;transform:translate(2px)}.sidebar .item.active{background:#f9fafb;color:#000;font-weight:700}.content{padding:40px clamp(24px,4vw,80px);overflow-y:auto;background:#fff;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;max-width:100%;width:100%;box-sizing:border-box}@media(min-width:769px){.content{border-left:1px solid #e5e7eb}}.content-header{display:flex;justify-content:flex-end;margin-bottom:24px}.share-button{padding:9px 18px;background:#000;color:#fff;border:1px solid #000000;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}@media(hover:hover){.share-button:hover{background:#fff;color:#000;transform:translateY(-1px)}}.share-button:active{transform:scale(.97);background:#1f2937}.content h1{color:#1a202c;font-size:36px;font-weight:800;margin:0 0 24px;line-height:1.2}.content h2{color:#2d3748;font-size:28px;font-weight:700;margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.content h3{color:#2d3748;font-size:22px;font-weight:600;margin:24px 0 12px}.content h4{color:#4a5568;font-size:18px;font-weight:600;margin:20px 0 10px}.content p{color:#4a5568;line-height:1.7;margin-bottom:16px}.content code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:.9em;color:#000;font-family:Courier New,monospace;border:1px solid #e5e7eb}.code-block-wrapper{position:relative;margin:20px 0;border-radius:8px;overflow:hidden;background:#eaedf0;border:1px solid #e5e7eb;-webkit-overflow-scrolling:touch;box-shadow:0 1px 3px #0000000d}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fcf9f9;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1;width:auto}.code-language{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;background:#f3f4f6;padding:4px 8px;border-radius:4px}.copy-code-button{display:flex;align-items:center;justify-content:center;padding:10px;width:38px;height:38px;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.copy-code-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent);transition:left .5s}.copy-code-button:hover:before{left:100%}.copy-code-button:hover{background:#000;border-color:#000;color:#fff;transform:translateY(-2px) rotate(5deg);box-shadow:0 4px 12px #00000026}@media(hover:hover){.copy-code-button:hover{background:#3a3838;border-color:#3a3838}}.copy-code-button:active{transform:translateY(0) scale(.95);box-shadow:0 1px 3px #0000001a}.copy-code-button.copied{background:#3a3838;border-color:#3a3838;color:#fff;animation:successPulse .5s ease-out}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.copy-code-button svg{font-size:18px;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.copy-code-button:hover svg{transform:scale(1.15)}.copy-code-button.copied svg{animation:checkmark .5s ease-out}@keyframes checkmark{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.3) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.content pre{background:#f8f9fa;color:#1f2937;padding:20px;border-radius:0 0 8px 8px;overflow-x:auto;margin:0;border:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.content pre code{background:transparent;color:#1f2937;padding:0;border:none;font-family:Courier New,Consolas,Monaco,monospace;font-size:14px;line-height:1.6;display:block;white-space:pre;word-wrap:normal;overflow-wrap:normal;-webkit-overflow-scrolling:touch}.content a{color:#000;text-decoration:underline;text-decoration-color:#d1d5db;font-weight:500;transition:all .2s ease}.content a:hover{text-decoration-color:#000}.content ul,.content ol{color:#374151;line-height:1.7;margin:16px 0;padding-left:28px}.content li{margin-bottom:8px}.content blockquote{border-left:3px solid #000000;margin:16px 0;color:#4b5563;font-style:italic;background:#f9fafb;padding:12px 16px}.content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.content thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.content th{padding:12px 16px;text-align:left;font-weight:600;color:#1f2937;font-size:13px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.content td{padding:12px 16px;color:#4b5563;border-bottom:1px solid #f3f4f6}.content tbody tr{transition:background-color .15s ease}.content tbody tr:hover{background:#f9fafb}.content tbody tr:last-child td{border-bottom:none}.content table code{font-size:.85em;background:#f3f4f6;padding:2px 6px;border-radius:3px}@media(max-width:768px){.content table{font-size:13px;margin:16px 0}.content th,.content td{padding:10px 12px}.content th{font-size:12px}}.toc{border-left:1px solid #e5e7eb;padding:20px 16px;font-size:14px;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;width:220px;min-width:220px;max-width:220px}.toc h4{font-size:11px;font-weight:600;color:#9ca3af;text-transform:none;letter-spacing:.3px;margin-bottom:16px;padding-left:8px}.toc-item{margin:4px 0;padding:8px 12px;cursor:pointer;color:#374151;border-radius:6px;transition:all .2s ease;font-weight:400;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;border-left:3px solid transparent;font-size:13px;max-width:70%}.toc-item:hover{background:#f9fafb;color:#111827}.toc-item.active{color:#000;font-weight:500;background:transparent;border-left-color:#f9fafb}@media(min-width:1440px){.nav-container{max-width:1920px;padding-left:32px;padding-right:32px;margin:0 auto}.layout{max-width:100%;margin:0 auto}.content{padding:48px 80px}.sidebar,.toc{padding:24px 20px}}@media(min-width:1025px)and (max-width:1439px){.nav-breadcrumb{padding-right:24px}.content{padding:40px 48px}}@media(min-width:769px)and (max-width:1024px){.layout{grid-template-columns:220px 1fr 200px}.toc{display:block}.sidebar{padding:16px 12px}.sidebar .item{font-size:13px;padding:9px 10px}.toc{padding:16px 12px;font-size:13px}.toc-item{padding:7px 10px}.content{padding:28px 32px}.nav-breadcrumb{font-size:13px;padding-right:16px}.nav-actions{gap:12px}.nav-container{grid-template-columns:220px 1fr auto}}@media(max-width:768px){.desktop{display:none!important}.mobile{display:flex!important}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:56px}.nav-brand{padding:0}.nav-actions{display:flex;align-items:center;gap:10px}.nav-links{display:flex;gap:8px}.nav-link{width:34px;height:34px;font-size:18px}.nav-hamburger{margin-left:0}.layout{grid-template-columns:1fr;height:calc(100vh - 56px);overflow-x:hidden;position:relative}.sidebar,.toc{display:none}.content{overflow-y:auto;overflow-x:hidden;height:100%;-webkit-overflow-scrolling:touch;padding:24px 20px;margin:0 auto;max-width:98%;scrollbar-width:none}.content-header{padding:0;margin-bottom:16px}.content>*{padding-left:0;padding-right:0}.content>.mobile-breadcrumb,.content>.content-header,.content>.code-block-wrapper{padding-left:0;padding-right:0}.content .code-block-wrapper{margin-left:0;margin-right:0}.content>.mobile-breadcrumb{margin-bottom:0;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.content h1{font-size:26px;margin-top:16px}.content h2{font-size:22px}.content h3{font-size:19px}.content h4{font-size:17px}.content p{font-size:15px}.share-button{padding:8px 16px;font-size:13px}.code-block-wrapper{margin:16px 0;border-radius:6px}.code-block-header{padding:10px 14px;flex-wrap:wrap;gap:8px}.code-language{font-size:11px}.copy-code-button{padding:7px 12px;font-size:12px;gap:5px}.copy-code-button svg{font-size:15px}.copy-code-button span{display:inline}.content pre{padding:14px;font-size:13px}.content pre code{font-size:13px}.content ul,.content ol{margin-left:20px}.content li{margin-bottom:6px}}@media(max-width:480px){.nav-container{padding:0 12px;height:54px}.nav-brand img{width:32px;height:32px}.brand-text{font-size:16px}.nav-actions{gap:8px}.nav-links{gap:6px}.nav-link{width:32px;height:32px;font-size:17px}.nav-hamburger{width:36px;height:36px;font-size:20px}.mobile-breadcrumb{padding:10px 16px;font-size:12px;gap:4px}.mobile-breadcrumb-separator{font-size:14px}.content{padding:20px 16px}.content>*{padding-left:0;padding-right:0}.content .code-block-wrapper{margin-left:0;margin-right:0}.content>.mobile-breadcrumb{padding-left:14px;padding-right:14px;margin:0}.content-header{padding:12px 14px 0;margin-left:14px;margin-right:14px}.content h1{font-size:24px;margin-top:12px}.content h2{font-size:20px;margin:28px 0 14px}.content h3{font-size:18px;margin:20px 0 10px}.content h4{font-size:16px}.content p{font-size:14px;line-height:1.6}.share-button{padding:7px 14px;font-size:12px}.code-block-wrapper{margin:14px 0}.code-block-header{padding:8px 12px}.copy-code-button{padding:6px 10px;font-size:11px;gap:4px}.copy-code-button svg{font-size:14px}.content pre{padding:12px;font-size:12px}.content pre code{font-size:12px}.content ul,.content ol{padding-left:20px}.content table{font-size:12px}.content th,.content td{padding:8px 10px}.dropdown-content{padding:0}.section-header{padding:14px 16px}.section-title{font-size:11px}.dropdown-item{padding:0 16px;font-size:13px}}@media(max-width:375px){.nav-container{padding:0 10px;height:52px}.nav-brand img{width:30px;height:30px}.brand-text{font-size:15px}.nav-actions{gap:6px}.nav-links{gap:4px}.nav-link{width:30px;height:30px;font-size:16px}.nav-hamburger{width:34px;height:34px;font-size:19px}.mobile-breadcrumb{padding:8px 12px;font-size:11px}.content{padding:16px 12px}.content>*{padding-left:0;padding-right:0}.content .code-block-wrapper{margin-left:12px;margin-right:12px}.content>.mobile-breadcrumb{padding-left:12px;padding-right:12px;margin:0}.content h1{font-size:22px;margin-top:10px}.content h2{font-size:19px;margin:24px 0 12px}.content h3{font-size:17px;margin:18px 0 8px}.content h4{font-size:15px}.content p{font-size:14px;line-height:1.6}.share-button{padding:6px 12px;font-size:11px}.code-block-header{padding:7px 10px}.code-language{font-size:10px}.copy-code-button{padding:5px 8px;font-size:10px}.copy-code-button svg{font-size:12px}.content pre{padding:10px;font-size:11px}.content pre code{font-size:11px}.section-header{padding:12px 14px}.section-title{font-size:10px}.dropdown-item{padding:0 14px;font-size:12px}}@media(max-height:500px)and (orientation:landscape){body{overflow-x:hidden;position:fixed;width:100%;height:100vh}.navbar{position:fixed;width:100%;top:0;z-index:1000}.layout{height:calc(100vh - 56px);margin-top:56px;overflow-x:hidden}.content{overflow-y:auto;height:100%}.content h1{font-size:20px;margin-top:8px}.content h2{font-size:18px;margin:20px 0 10px}.content h3{font-size:16px}.content p{font-size:13px}.mobile-breadcrumb{padding:6px 12px;font-size:11px}}.desktop{display:flex}.mobile{display:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.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;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.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;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.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;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,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;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.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;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.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;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.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;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,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;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.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;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.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;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.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;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,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;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.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;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.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;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.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;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx3cwhsk.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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxTcwhsk.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxPcwhsk.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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx_cwhsk.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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx7cwhsk.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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwg.woff2) format("woff2");unicode-range:U+0000-00FF,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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx3cwhsk.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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxTcwhsk.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxPcwhsk.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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx_cwhsk.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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx7cwhsk.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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwg.woff2) format("woff2");unicode-range:U+0000-00FF,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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx3cwhsk.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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxTcwhsk.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxPcwhsk.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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx_cwhsk.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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx7cwhsk.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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwg.woff2) format("woff2");unicode-range:U+0000-00FF,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:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx3cwhsk.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:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxTcwhsk.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxPcwhsk.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:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx_cwhsk.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:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx7cwhsk.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:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwg.woff2) format("woff2");unicode-range:U+0000-00FF,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}
