:root{--bg:#0a0a0a;--bg-elevated:#111111;--text:#f5f5f5;--text-muted:#a3a3a3;--text-subtle:rgba(255,255,255,0.6);--border:rgba(255,255,255,0.12);--tag-bg:rgba(255,255,255,0.06);--tag-text:rgba(255,255,255,0.85);--card-shadow:rgba(255,255,255,0.16);--accent:#ffffff;--accent-contrast:#0a0a0a;--dot:rgba(255,255,255,0.07);--nav-bg:rgba(10,10,10,0.75);--photo-glow:rgba(255,255,255,0.1);--gh-0:rgba(255,255,255,0.05);--gh-1:rgba(255,255,255,0.30);--gh-2:rgba(255,255,255,0.50);--gh-3:rgba(255,255,255,0.72);--gh-4:rgba(255,255,255,0.95);--mono:ui-monospace,SFMono-Regular,Menlo,"Cascadia Code",Consolas,monospace}[data-theme=light]{--bg:#ffffff;--bg-elevated:#fafafa;--text:#0a0a0a;--text-muted:#525252;--text-subtle:rgba(0,0,0,0.55);--border:rgba(0,0,0,0.12);--tag-bg:rgba(0,0,0,0.05);--tag-text:rgba(0,0,0,0.72);--card-shadow:rgba(0,0,0,0.12);--accent:#0a0a0a;--accent-contrast:#ffffff;--dot:rgba(0,0,0,0.07);--nav-bg:rgba(255,255,255,0.75);--photo-glow:rgba(0,0,0,0.06);--gh-0:rgba(0,0,0,0.06);--gh-1:rgba(0,0,0,0.30);--gh-2:rgba(0,0,0,0.52);--gh-3:rgba(0,0,0,0.74);--gh-4:rgba(0,0,0,0.92)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}a,body{color:var(--text)}a{text-decoration:none}img{max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}.section-inner{max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-heading{font-family:var(--mono);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:44px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease}.nav.scrolled{background:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-name{font-weight:700;font-size:.95rem;letter-spacing:.02em;white-space:nowrap}.nav-name-short{display:none}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a:not(.theme-toggle){position:relative;font-size:.9rem;color:var(--text-muted);transition:color .2s ease}.nav-links a:not(.theme-toggle):after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:var(--text);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-links a:not(.theme-toggle):hover{color:var(--text)}.nav-links a:not(.theme-toggle):hover:after{transform:scaleX(1)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:8px;background:none;border:1px solid var(--border);border-radius:50%;color:var(--text);cursor:pointer;transition:background .2s ease,color .2s ease}.theme-toggle:hover{background:var(--accent);color:var(--accent-contrast)}.icon-sun{display:block}.icon-moon,[data-theme=light] .icon-sun{display:none}[data-theme=light] .icon-moon{display:block}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:96px 24px 64px;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:radial-gradient(var(--dot) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 65% 65% at 50% 45%,#000 30%,transparent 78%);mask-image:radial-gradient(ellipse 65% 65% at 50% 45%,#000 30%,transparent 78%)}.hero-photo{width:168px;height:168px;object-fit:cover;border-radius:50%;border:1px solid var(--border);outline:1px solid var(--border);outline-offset:6px;box-shadow:0 0 90px var(--photo-glow);margin-bottom:28px}.hero-name{font-size:clamp(1.9rem,6vw,3.4rem);font-weight:300;letter-spacing:-.01em;line-height:1.25;padding-bottom:.1em}.hero-title{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;margin-top:12px}.hero-title-role{background:linear-gradient(90deg,var(--text) 0,var(--text-muted) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-tagline{color:var(--text);opacity:.88;font-size:1.05rem;font-weight:400;max-width:520px;margin:20px auto 0}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.btn,.hero-actions{justify-content:center}.btn{display:inline-flex;align-items:center;min-height:44px;padding:0 24px;border-radius:999px;font-size:.9rem;font-weight:500;border:1px solid var(--border);transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.btn-primary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.btn-primary:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 20px var(--photo-glow)}.btn-secondary{color:var(--text)}.btn-secondary:hover{background:var(--tag-bg);border-color:var(--text);transform:translateY(-2px)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.tool-group{border:1px solid var(--border);border-radius:12px;padding:30px;background:transparent}.tool-group-label{font-family:var(--mono);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px}.tool-list{list-style:none;display:flex;flex-wrap:wrap;gap:10px}.tool-list li{display:inline-flex;align-items:center;gap:7px;font-size:.95rem;font-weight:400;padding:8px 16px;border:1px solid var(--border);color:var(--text-muted);border-radius:999px}.tool-list li svg{flex-shrink:0}.gh-card{border:1px solid var(--border);border-radius:12px;padding:24px 28px 36px;display:flex;flex-direction:column;align-items:stretch}.gh-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-family:var(--mono);font-size:.72rem;letter-spacing:.02em;padding-bottom:16px;margin-bottom:24px;border-bottom:1px solid var(--border)}.gh-handle,.gh-header{color:var(--text-muted)}.gh-handle{transition:color .2s ease}.gh-handle:hover{color:var(--text)}.gh-inner{display:flex;flex-direction:column;gap:18px;width:max-content;max-width:100%;align-self:center}.gh-total{color:var(--text-muted);margin:0}.gh-total:empty{display:none}.gh-wrap{overflow-x:auto;max-width:100%;display:flex;justify-content:flex-start}.gh-chart{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;grid-column-gap:8px;column-gap:8px;grid-row-gap:6px;row-gap:6px;width:max-content}.gh-months{grid-column:2;grid-row:1;display:grid;grid-gap:3px;gap:3px;font-size:.65rem;color:var(--text-muted)}.gh-month{white-space:nowrap;overflow:hidden}.gh-days{grid-column:1;grid-row:2;display:grid;grid-template-rows:repeat(7,11px);grid-gap:3px;gap:3px;font-size:.65rem;color:var(--text-muted)}.gh-days span{display:flex;align-items:center;line-height:1;padding-right:2px}.gh-grid{grid-column:2;grid-row:2;display:grid;grid-auto-flow:column;grid-template-rows:repeat(7,11px);grid-auto-columns:11px;grid-gap:3px;gap:3px;width:max-content}.gh-legend{display:flex;align-items:center;gap:4px;align-self:flex-end;font-size:.72rem;color:var(--text-muted)}.gh-legend .gh-cell{width:11px;height:11px}.gh-legend .gh-legend-text:first-child{margin-right:2px}.gh-legend .gh-legend-text:last-child{margin-left:2px}.gh-cell{width:11px;height:11px;border-radius:2px;background:var(--gh-0)}.gh-empty{background:transparent}.gh-level-0{background:var(--gh-0)}.gh-level-1{background:var(--gh-1)}.gh-level-2{background:var(--gh-2)}.gh-level-3{background:var(--gh-3)}.gh-level-4{background:var(--gh-4)}.gh-fallback{color:var(--text-muted);border-bottom:1px solid var(--border);transition:color .2s ease}.gh-fallback:hover{color:var(--text)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:28px}.section-head .section-heading{margin-bottom:0}.section-head-link{flex-shrink:0;font-size:.9rem;font-weight:600;color:var(--text-muted);white-space:nowrap;transition:color .2s ease}.section-head-link:hover{color:var(--text)}.section-head-link .arrow{display:inline-block;margin-left:6px;transition:transform .2s ease}.section-head-link:hover .arrow{transform:translateX(4px)}.projects-topic-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.projects-topic-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.projects-topic-chip:hover{border-color:var(--text);color:var(--text)}.projects-topic-count{font-size:.78rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-subtle)}.projects-cta-row{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px}.projects-view-all-btn .arrow{display:inline-block;margin-left:6px;transition:transform .2s ease}.projects-view-all-btn:hover .arrow{transform:translateX(4px)}.project-sections{display:flex;flex-direction:column;gap:56px}.project-topic-heading{display:flex;align-items:center;gap:16px;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin-bottom:24px;color:var(--text);scroll-margin-top:100px}.project-topic-heading:after{content:"";flex:1 1;height:1px;background:var(--border)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:20px;gap:20px}.project-card{position:relative;border:1px solid var(--border);border-radius:12px;padding:32px;background:var(--bg-elevated);display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;will-change:transform}.project-card:hover{border-color:var(--text);transform:translateY(-4px);box-shadow:0 20px 40px -10px var(--card-shadow)}.project-card--static:hover{transform:none;box-shadow:none}.project-card-body{display:flex;flex-direction:column;gap:16px}.project-card-foot{display:flex;flex-direction:column;gap:20px}.project-title{font-size:1.3rem;font-weight:500;line-height:1.3;min-height:2.6em}.project-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7;min-height:calc(6 * .95rem * 1.7)}.project-tags{list-style:none;display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;min-height:calc(3 * (1.152rem + 10px + 2px) + 2 * 8px)}.project-tags li{font-size:.72rem;font-weight:500;letter-spacing:.03em;padding:5px 11px;background:var(--tag-bg);border:1px solid var(--border);border-radius:999px;color:var(--tag-text)}.project-link{font-size:.9rem;font-weight:600;align-self:flex-start;border-bottom:1px solid var(--border);transition:border-color .2s ease}.project-link:hover{border-bottom-color:var(--text)}.project-link .arrow{display:inline-block;transition:transform .2s ease}.project-link:hover .arrow{transform:translateX(4px)}.project-card:hover .project-card-link{border-bottom-color:var(--text)}.project-card:hover .project-card-link .arrow{transform:translateX(4px)}.project-card-link:after{content:"";position:absolute;inset:0;z-index:0}.project-link--secondary{position:relative;z-index:1;margin-top:0}.project-detail-header{max-width:720px;margin:0 auto;padding:140px 24px 0}.project-back-link{display:inline-block;color:var(--text-muted);font-size:.9rem;margin-bottom:32px;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.project-back-link:hover{color:var(--text);border-bottom-color:var(--text)}.project-detail-category{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.project-detail-title{font-size:clamp(2.1rem,5vw,2.9rem);font-weight:400;letter-spacing:-.02em;line-height:1.2}.project-detail-summary{color:var(--text-muted);font-size:1.05rem;margin-top:20px;line-height:1.75;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.project-detail-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.project-detail-body{max-width:720px;color:var(--text)}.project-detail-body h2{font-size:1.5rem;font-weight:600;margin-top:56px;margin-bottom:18px}.project-detail-body h2:first-child{margin-top:0}.project-detail-body p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.project-detail-body ol,.project-detail-body p,.project-detail-body ul{color:var(--text-muted);line-height:1.8;margin-bottom:16px}.project-detail-body li{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.project-detail-body ul{list-style:none;padding-left:0}.project-detail-body ul li{position:relative;padding-left:1.4em;margin-bottom:6px}.project-detail-body ul li:before{content:"";position:absolute;left:0;top:.85em;width:.7em;height:1px;background:var(--text-muted);opacity:.7}.project-detail-body ol{padding-left:1.25em}.project-detail-body img{display:block;width:100%;height:auto;border:1px solid var(--border);border-radius:12px;background:var(--bg-elevated);box-shadow:0 12px 30px rgba(0,0,0,.08);margin:24px 0 32px}.footer{background:transparent;padding:0 0 48px}.footer .section-inner{border-top:1px solid var(--border);padding-top:64px}.footer-invite{color:var(--text-muted);max-width:520px;margin-bottom:20px}.footer-email{display:inline-block;font-size:1.05rem;font-weight:500;margin-bottom:28px;border-bottom:1px solid var(--border);transition:border-color .2s ease}.footer-email:hover{border-bottom-color:var(--text)}.footer-links{display:flex;gap:14px}.footer-links a{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--border);border-radius:50%;color:var(--text);transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.footer-links a:hover{transform:translateY(-2px);background:var(--accent);color:var(--accent-contrast)}.footer-copy{color:var(--text-muted);font-size:.85rem;margin-top:32px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{transition:none!important}}@media (max-width:860px){.section{padding:72px 0}}@media (max-width:560px){.nav-name-full{display:none}.nav-name-short{display:inline}.nav-links{gap:20px}.section-head{flex-direction:column;align-items:flex-start;gap:10px}}@font-face{font-family:Inter;font-style:normal;font-weight:300;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;font-style:normal;font-weight:300;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;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;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;font-style:normal;font-weight:300;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;font-style:normal;font-weight:300;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;font-style:normal;font-weight:300;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}