:root{--background:#0a0e1a;--foreground:#f1f5f9;--muted:#94a3b8;--secondary:#64748b;--border:hsla(0,0%,100%,.08);--accent:#6366f1;--accent-light:#818cf8;--success:#10b981;--cyan:#06b6d4;--card-bg:rgba(17,24,39,.7)}body,html{max-width:100vw;overflow-x:hidden;margin:0}body{color:var(--foreground);background:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{opacity:.8}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:80;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 40px;background:rgba(10,14,26,.92);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navbar-brand{display:inline-flex;align-items:center;gap:10px}.navbar-logo{width:28px;height:28px}.navbar-title{font-size:15px;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.navbar-title-blog{color:#94a3b8;font-weight:600}.navbar-menu{gap:28px}.navbar-links,.navbar-menu{display:flex;align-items:center}.navbar-links{gap:24px}.navbar-link{color:#94a3b8;font-size:13px;font-weight:600;transition:color .2s}.navbar-link:hover{color:var(--foreground)}.navbar-cta{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 18px;border-radius:9px;background:#6366f1;color:#fff;font-size:13px;font-weight:800;white-space:nowrap;transition:background .2s}.navbar-cta:hover{background:#4f46e5}.hero{position:relative;overflow:hidden}.hero-grid{inset:0;background-image:linear-gradient(rgba(99,102,241,.05) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.05) 1px,transparent 0);background-size:52px 52px}.hero-glow,.hero-grid{position:absolute;pointer-events:none}.hero-glow{top:-10%;left:20%;width:700px;height:420px;background:radial-gradient(ellipse,rgba(108,140,245,.12) 0,transparent 65%)}.hero-content{position:relative;max-width:1160px;margin:0 auto;padding:88px 40px 56px}.hero-label{color:#10b981;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hero-title{max-width:760px;margin:0 0 20px;font-size:48px;font-weight:900;line-height:1.08;letter-spacing:-.02em}.hero-description{max-width:640px;margin:0;color:#94a3b8;font-size:18px;line-height:1.75}.posts-container{max-width:1160px;margin:0 auto;padding:0 40px}.featured-post{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:32px;gap:32px;background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:24px;padding:32px;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s;margin-bottom:24px;cursor:pointer}.featured-post:hover{border-color:hsla(0,0%,100%,.16)}.featured-image{min-height:220px;border-radius:16px;background:repeating-linear-gradient(135deg,rgba(99,102,241,.14) 0 12px,rgba(99,102,241,.06) 12px 24px);display:flex;align-items:center;justify-content:center}.featured-image-text{font-family:ui-monospace,Menlo,monospace;font-size:12px;color:#818cf8;background:rgba(10,14,26,.6);padding:6px 12px;border-radius:6px}.featured-content{display:flex;flex-direction:column;justify-content:center;min-width:0}.post-tag{display:inline-flex;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700;background:rgba(99,102,241,.12);color:#818cf8;border:1px solid rgba(99,102,241,.22);width:-moz-fit-content;width:fit-content}.featured-badge{display:flex;align-items:center;gap:10px;margin-bottom:14px}.featured-badge-text{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.featured-title{font-size:26px;font-weight:800;line-height:1.28;margin-bottom:10px}.featured-description{margin:0 0 16px;color:#94a3b8;font-size:15px;line-height:1.7}.featured-meta{color:#64748b;font-size:13px}.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;padding:16px 40px 88px}.post-card{display:flex;flex-direction:column;gap:12px;background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:18px;padding:22px;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s;cursor:pointer}.post-card:hover{border-color:hsla(0,0%,100%,.16);transform:translateY(-2px)}.post-card-tag{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;background:rgba(99,102,241,.12);color:#818cf8;border:1px solid rgba(99,102,241,.22)}.post-card-title{font-size:17px;font-weight:700;line-height:1.35}.post-card-description{margin:0;color:#94a3b8;font-size:13.5px;line-height:1.65;flex:1 1}.post-card-meta{color:#64748b;font-size:12px}.footer{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1160px;margin:0 auto;padding:36px 40px 48px;border-top:1px solid var(--border)}.footer-brand{display:inline-flex;align-items:center;gap:8px;color:#94a3b8;font-size:13px;font-weight:700}.footer-links{display:flex;gap:20px}.footer-link{color:#94a3b8;font-size:13px;font-weight:600;transition:color .2s}.footer-link:hover{color:var(--foreground)}.wrapper{max-width:68ch;margin:0 auto;padding:48px 20px 80px}.postList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}.postListItem a{text-decoration:none;color:var(--foreground)}.postListTitle{font-size:22px;font-weight:600;margin-bottom:4px}.postMeta{color:var(--muted);font-size:14px;margin-bottom:8px}.postDescription{color:var(--muted);font-size:15px}.emptyState{color:var(--muted);padding:40px 0;text-align:center}.article-header{max-width:720px;margin:0 auto;padding:48px 40px 0}.back-link{display:inline-flex;align-items:center;gap:6px;color:#94a3b8;font-size:13px;font-weight:600;margin-bottom:28px}.article-meta-tag{display:inline-flex;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700;background:rgba(99,102,241,.12);color:#818cf8;border:1px solid rgba(99,102,241,.22);margin-bottom:18px}.article-title{margin:0 0 18px;font-size:38px;font-weight:900;line-height:1.18;letter-spacing:-.02em}.article-date{color:#64748b;font-size:13px;padding-bottom:28px;border-bottom:1px solid var(--border);margin-bottom:36px}.article{max-width:720px;margin:0 auto;padding:0 40px}.article p{margin:0 0 20px;color:#cbd5e1;font-size:17px;line-height:1.85}.article h2{margin:40px 0 16px;font-size:24px;font-weight:800;line-height:1.3}.article h3{font-size:19px;margin:24px 0 10px}.article ol,.article ul{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:12px}.article li{display:flex;align-items:flex-start;gap:10px;color:#94a3b8;font-size:15.5px;line-height:1.65}.article li:before{content:"✓";flex-shrink:0;color:#10b981;font-weight:800;margin-top:2px}.article code{background:var(--border);padding:2px 5px;border-radius:4px;font-size:.9em}.article pre{background:var(--border);padding:12px 16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.article blockquote{margin:0 0 24px;padding:18px 24px;border-left:3px solid #06b6d4;background:rgba(6,182,212,.06);border-radius:0 12px 12px 0;font-size:18px;font-style:italic;color:#f1f5f9;line-height:1.6}.article-callout{margin:0 0 24px;padding:22px 24px;background:rgba(17,24,39,.82);border:1px solid hsla(0,0%,100%,.12);border-radius:14px}.callout-label{color:#67e8f9;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.callout-text{margin:0;color:#94a3b8;font-size:15px;line-height:1.75}.article table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:14px}.article td,.article th{border:1px solid var(--border);padding:8px 10px;text-align:left}.article-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:1100px;margin:56px auto 0;padding:32px 40px;background:rgba(99,102,241,.08);border-top:1px solid rgba(99,102,241,.2);border-bottom:1px solid rgba(99,102,241,.2)}.article-cta-content{max-width:640px}.article-cta-title{font-size:19px;font-weight:800;margin-bottom:6px}.article-cta-description{margin:0;color:#94a3b8;font-size:14px;line-height:1.6}.article-cta-button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 22px;border-radius:10px;background:#6366f1;color:#fff;font-size:14px;font-weight:800;white-space:nowrap;transition:background .2s}.article-cta-button:hover{background:#4f46e5}.related-posts{max-width:720px;margin:0 auto;padding:56px 40px 88px}.related-posts-title{font-size:13px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px}.related-posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.related-post-card{display:flex;flex-direction:column;gap:8px;background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:18px;color:inherit;transition:border-color .2s;cursor:pointer}.related-post-card:hover{border-color:hsla(0,0%,100%,.16)}.related-post-tag{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:700;background:rgba(99,102,241,.12);color:#818cf8;border:1px solid rgba(99,102,241,.22)}.related-post-title{font-size:15px;font-weight:700;line-height:1.35}.related-post-date{color:#64748b;font-size:12px}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:400;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:500;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:600;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:700;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:800;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_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_d0be19;font-style:normal;font-weight:900;font-display:swap;src:url(/_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_d0be19;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_d0be19{font-family:__Inter_d0be19,__Inter_Fallback_d0be19;font-style:normal}