#static-theme-root#static-theme-root.static-theme{--bg:#0a0a0a;--ink:#fff;--muted:#888;--muted-2:#666;--cyan:#76a6d1;--mint:#00ffa3;--line:#ffffff14;--line-soft:#ffffff0d;--line-strong:#ffffff26;--glass:#ffffff08;--glass-brd:#76a6d147;--panel:#121212;--maxw:1180px;--ease:cubic-bezier(.22,.61,.36,1);background:#0a0a0a;background:var(--bg);color:var(--ink);font-family:var(--sfont-inter),"Inter",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.6;position:relative}#static-theme-root#static-theme-root.static-theme h1,#static-theme-root#static-theme-root.static-theme h2,#static-theme-root#static-theme-root.static-theme h3,#static-theme-root#static-theme-root.static-theme h4{font-family:var(--sfont-space-grotesk),"Space Grotesk",sans-serif;letter-spacing:-.02em;font-weight:600;line-height:1.12}#static-theme-root#static-theme-root.static-theme a{color:inherit;-webkit-text-decoration:none;text-decoration:none}#static-theme-root#static-theme-root.static-theme .mono{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace}#static-theme-root#static-theme-root.static-theme #grain{pointer-events:none;z-index:1;opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:fixed;inset:0}#static-theme-root#static-theme-root.static-theme #cursor{pointer-events:none;z-index:9999;width:22px;height:22px;transition:width .2s var(--ease),height .2s var(--ease),background .2s,border-color .2s;mix-blend-mode:difference;border:1px solid #76a6d180;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}#static-theme-root#static-theme-root.static-theme #cursor.hot{border-color:var(--cyan);background:#76a6d11a;width:46px;height:46px}@media (max-width:900px){#static-theme-root#static-theme-root.static-theme #cursor{display:none}}#static-theme-root#static-theme-root.static-theme .wrap{max-width:var(--maxw);margin:0 auto;padding:0 max(20px,min(4vw,44px))}#static-theme-root#static-theme-root.static-theme .wrap--narrow{max-width:820px}#static-theme-root#static-theme-root.static-theme .sec{z-index:2;padding:max(70px,min(10vh,120px)) 0;position:relative}#static-theme-root#static-theme-root.static-theme .sec--dark{background:radial-gradient(1200px 400px at 50% 0%,#76a6d10d,transparent 70%),var(--bg)}#static-theme-root#static-theme-root.static-theme .sec-head{max-width:720px;margin-bottom:56px}#static-theme-root#static-theme-root.static-theme .sec-head--center{text-align:center;margin-left:auto;margin-right:auto}#static-theme-root#static-theme-root.static-theme .sec-head p{color:var(--muted);margin-top:14px;font-size:max(15px,min(1.6vw,17px))}#static-theme-root#static-theme-root.static-theme .sec-head h2{margin-bottom:0;font-size:max(30px,min(4vw,48px))}#static-theme-root#static-theme-root.static-theme .sec-head--center .eyebrow{justify-content:center}#static-theme-root#static-theme-root.static-theme .hl{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .eyebrow{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);align-items:center;gap:10px;margin-bottom:22px;font-size:12px;display:inline-flex}#static-theme-root#static-theme-root.static-theme .eyebrow:before{content:"";background:var(--cyan);width:26px;height:1px;display:inline-block}#static-theme-root#static-theme-root.static-theme .crumb{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:36px;font-size:11px}#static-theme-root#static-theme-root.static-theme .crumb a{color:var(--muted-2);transition:color .2s}#static-theme-root#static-theme-root.static-theme .crumb a:hover{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .crumb .sep{color:var(--line-strong);margin:0 8px}#static-theme-root#static-theme-root.static-theme .crumb .now{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .btn-primary,#static-theme-root#static-theme-root.static-theme .btn-ghost{transition:transform .25s var(--ease),box-shadow .25s,background .25s;cursor:pointer;font-size:14.5px;font-weight:600;font-family:var(--sfont-inter),"Inter",sans-serif;border:none;border-radius:100px;align-items:center;gap:9px;padding:14px 24px;display:inline-flex}#static-theme-root#static-theme-root.static-theme .btn-primary{background:var(--cyan);color:#0a0a0a;box-shadow:0 6px 22px #76a6d147}#static-theme-root#static-theme-root.static-theme .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #76a6d16b}#static-theme-root#static-theme-root.static-theme .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}#static-theme-root#static-theme-root.static-theme .btn-ghost{color:var(--ink);border:1px solid var(--line-strong);background:0 0}#static-theme-root#static-theme-root.static-theme .btn-ghost:hover{border-color:var(--cyan);color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .btn-primary svg,#static-theme-root#static-theme-root.static-theme .btn-ghost svg{width:16px;height:16px}#static-theme-root#static-theme-root.static-theme .reveal{opacity:0;transition:opacity .9s var(--ease),transform .9s var(--ease);transform:translateY(34px)}#static-theme-root#static-theme-root.static-theme .reveal.in{opacity:1;transform:none}#static-theme-root#static-theme-root.static-theme .hero-simple{padding-top:150px;padding-bottom:60px;position:relative;overflow:hidden}#static-theme-root#static-theme-root.static-theme .hero-simple:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(600px 400px at 20% 20%,#76a6d11a,#0000 60%),radial-gradient(500px 400px at 80% 60%,#00ffa30d,#0000 60%);position:absolute;inset:0}#static-theme-root#static-theme-root.static-theme .hero-simple .wrap{z-index:1;position:relative}#static-theme-root#static-theme-root.static-theme .hero-simple h1{margin-bottom:20px;font-size:max(38px,min(5.4vw,60px))}#static-theme-root#static-theme-root.static-theme .hero-simple .hero-sub{color:var(--muted);max-width:640px;font-size:max(16px,min(1.6vw,18px))}#static-theme-root#static-theme-root.static-theme .hero-simple .hero-sub b{color:var(--ink);font-weight:600}#static-theme-root#static-theme-root.static-theme .pilier{background:var(--glass);border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .35s var(--ease),border-color .3s;border-radius:20px;flex-direction:column;height:100%;padding:34px 32px;display:flex}#static-theme-root#static-theme-root.static-theme .pilier:hover{border-color:var(--glass-brd);transform:translateY(-4px)}#static-theme-root#static-theme-root.static-theme .pilier-icon{width:46px;height:46px;color:var(--cyan);background:#76a6d11a;border-radius:14px;flex:none;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}#static-theme-root#static-theme-root.static-theme .pilier .tag{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan);background:#76a6d114;border:1px solid #76a6d140;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:16px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}#static-theme-root#static-theme-root.static-theme .pilier h3,#static-theme-root#static-theme-root.static-theme .pilier h4{margin-bottom:12px;font-size:19px}#static-theme-root#static-theme-root.static-theme .pilier p{color:var(--muted);flex-grow:1;margin-bottom:10px;font-size:14.5px;line-height:1.65}#static-theme-root#static-theme-root.static-theme .ct-grid{grid-gap:60px;grid-template-columns:.9fr 1.1fr;align-items:flex-start;gap:60px;display:grid}@media (max-width:900px){#static-theme-root#static-theme-root.static-theme .ct-grid{grid-template-columns:1fr;gap:40px}}#static-theme-root#static-theme-root.static-theme .ct-info h2{margin-bottom:18px;font-size:max(28px,min(3.5vw,40px))}#static-theme-root#static-theme-root.static-theme .ct-sub{color:var(--muted);margin-bottom:32px;font-size:15px}#static-theme-root#static-theme-root.static-theme .ct-details{flex-direction:column;gap:18px;font-size:14.5px;display:flex}#static-theme-root#static-theme-root.static-theme .ct-details div{align-items:flex-start;gap:12px;display:flex}#static-theme-root#static-theme-root.static-theme .ct-details svg{width:18px;height:18px;color:var(--cyan);flex:0 0 18px;margin-top:2px}#static-theme-root#static-theme-root.static-theme .ct-details a{color:var(--ink);font-weight:500}#static-theme-root#static-theme-root.static-theme .ct-details a:hover{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .ct-details span{color:var(--muted)}#static-theme-root#static-theme-root.static-theme .form-card{background:var(--glass);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;padding:36px 34px}#static-theme-root#static-theme-root.static-theme .form-card h3{margin-bottom:6px;font-size:20px}#static-theme-root#static-theme-root.static-theme .form-card .fc-sub{color:var(--muted);font-size:13px;font-family:var(--sfont-inter),"Inter",sans-serif;margin-bottom:22px;font-weight:400}#static-theme-root#static-theme-root.static-theme .field{margin-bottom:14px}#static-theme-root#static-theme-root.static-theme .field label{color:var(--muted);font-size:12.5px;font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;display:block}#static-theme-root#static-theme-root.static-theme .field input,#static-theme-root#static-theme-root.static-theme .field select,#static-theme-root#static-theme-root.static-theme .field textarea{border:1px solid var(--line-soft);width:100%;color:var(--ink);font-family:var(--sfont-inter),"Inter",sans-serif;background:#0a0a0a99;border-radius:11px;padding:13px 15px;font-size:14.5px;transition:border-color .25s,box-shadow .25s}#static-theme-root#static-theme-root.static-theme .field textarea{resize:vertical;min-height:120px}#static-theme-root#static-theme-root.static-theme .field input::-moz-placeholder{color:var(--muted-2)}#static-theme-root#static-theme-root.static-theme .field textarea::-moz-placeholder{color:var(--muted-2)}#static-theme-root#static-theme-root.static-theme .field input::placeholder,#static-theme-root#static-theme-root.static-theme .field textarea::placeholder{color:var(--muted-2)}#static-theme-root#static-theme-root.static-theme .field input:focus,#static-theme-root#static-theme-root.static-theme .field select:focus,#static-theme-root#static-theme-root.static-theme .field textarea:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #76a6d124}#static-theme-root#static-theme-root.static-theme .form-card .btn-primary{justify-content:center;width:100%;margin-top:8px}#static-theme-root#static-theme-root.static-theme .form-note{text-align:center;color:var(--muted);margin-top:14px;font-size:12px}#static-theme-root#static-theme-root.static-theme .form-note b{color:var(--mint);font-weight:600}#static-theme-root#static-theme-root.static-theme .faq{flex-direction:column;gap:12px;display:flex}#static-theme-root#static-theme-root.static-theme .qa{background:var(--glass);border:1px solid var(--line);border-radius:14px;transition:border-color .3s;overflow:hidden}#static-theme-root#static-theme-root.static-theme .qa:hover{border-color:var(--glass-brd)}#static-theme-root#static-theme-root.static-theme .qa button{width:100%;color:var(--ink);cursor:pointer;font-family:var(--sfont-space-grotesk),"Space Grotesk",sans-serif;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;font-size:15.5px;font-weight:500;display:flex}#static-theme-root#static-theme-root.static-theme .qa .plus{color:var(--cyan);transition:transform .3s var(--ease);flex:none;font-size:20px}#static-theme-root#static-theme-root.static-theme .qa.open .plus{transform:rotate(45deg)}#static-theme-root#static-theme-root.static-theme .qa .ans{max-height:0;transition:max-height .35s var(--ease);overflow:hidden}#static-theme-root#static-theme-root.static-theme .qa .ans p{color:var(--muted);padding:0 24px 20px;font-size:14px;line-height:1.65}#static-theme-root#static-theme-root.static-theme .badge{color:var(--cyan);text-transform:uppercase;letter-spacing:.06em;background:#76a6d126;border-radius:100px;align-items:center;gap:8px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}#static-theme-root#static-theme-root.static-theme .grid-2{grid-gap:22px;grid-template-columns:1fr 1fr;gap:22px;display:grid}#static-theme-root#static-theme-root.static-theme .grid-3{grid-gap:22px;grid-template-columns:repeat(3,1fr);gap:22px;display:grid}#static-theme-root#static-theme-root.static-theme .grid-4{grid-gap:22px;grid-template-columns:repeat(4,1fr);gap:22px;display:grid}@media (max-width:920px){#static-theme-root#static-theme-root.static-theme .grid-3,#static-theme-root#static-theme-root.static-theme .grid-4{grid-template-columns:1fr 1fr}}@media (max-width:820px){#static-theme-root#static-theme-root.static-theme .grid-2{grid-template-columns:1fr}}@media (max-width:620px){#static-theme-root#static-theme-root.static-theme .grid-3,#static-theme-root#static-theme-root.static-theme .grid-4{grid-template-columns:1fr}}#static-theme-root#static-theme-root.static-theme .cta-box{border:1px solid var(--glass-brd);text-align:center;background:linear-gradient(160deg,#76a6d114,#12121299);border-radius:22px;padding:max(36px,min(6vw,56px)) max(28px,min(6vw,48px));position:relative;overflow:hidden}#static-theme-root#static-theme-root.static-theme .cta-box:before{content:"";background:var(--cyan);filter:blur(100px);opacity:.14;pointer-events:none;width:320px;height:320px;position:absolute;top:-40%;right:-30%}#static-theme-root#static-theme-root.static-theme .cta-box h2{z-index:1;margin-bottom:18px;font-size:max(28px,min(3.6vw,40px));position:relative}#static-theme-root#static-theme-root.static-theme .cta-box p{color:var(--muted);z-index:1;max-width:640px;margin:0 auto 16px;font-size:15px;line-height:1.65;position:relative}#static-theme-root#static-theme-root.static-theme .cta-box .btn-primary,#static-theme-root#static-theme-root.static-theme .cta-box .btn-ghost{z-index:1;margin-top:16px;position:relative}#static-theme-root#static-theme-root.static-theme .article-card{background:var(--glass);border:1px solid var(--line);transition:transform .35s var(--ease),border-color .3s;border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden}#static-theme-root#static-theme-root.static-theme .article-card:hover{border-color:var(--glass-brd);transform:translateY(-4px)}#static-theme-root#static-theme-root.static-theme .article-card .thumb{background:var(--panel);height:190px;position:relative;overflow:hidden}#static-theme-root#static-theme-root.static-theme .article-card .thumb img{-o-object-fit:cover;object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .5s,transform .5s}#static-theme-root#static-theme-root.static-theme .article-card:hover .thumb img{filter:grayscale(0);transform:scale(1.05)}#static-theme-root#static-theme-root.static-theme .article-card .thumb .cat{background:var(--cyan);color:#0a0a0a;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}#static-theme-root#static-theme-root.static-theme .article-card .body{flex-direction:column;flex-grow:1;padding:24px 24px 26px;display:flex}#static-theme-root#static-theme-root.static-theme .article-card .meta{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2);gap:16px;margin-bottom:14px;font-size:11px;display:flex}#static-theme-root#static-theme-root.static-theme .article-card .meta span{align-items:center;gap:6px;display:inline-flex}#static-theme-root#static-theme-root.static-theme .article-card h3{margin-bottom:10px;font-size:18px;line-height:1.3}#static-theme-root#static-theme-root.static-theme .article-card p{color:var(--muted);flex-grow:1;margin-bottom:16px;font-size:13.5px;line-height:1.6}#static-theme-root#static-theme-root.static-theme .article-card .more{color:var(--cyan);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}#static-theme-root#static-theme-root.static-theme .article-card .more svg{width:14px;height:14px;transition:transform .25s var(--ease)}#static-theme-root#static-theme-root.static-theme .article-card:hover .more svg{transform:translate(3px)}#static-theme-root#static-theme-root.static-theme header.nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:16px max(20px,min(4vw,44px));transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}#static-theme-root#static-theme-root.static-theme header.nav.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#0a0a0abf}#static-theme-root#static-theme-root.static-theme .brand{font-family:var(--sfont-space-grotesk),"Space Grotesk",sans-serif;letter-spacing:-.02em;align-items:center;gap:11px;font-size:19px;font-weight:500;display:flex}#static-theme-root#static-theme-root.static-theme .brand .brand-mark{width:auto;height:28px;display:block}#static-theme-root#static-theme-root.static-theme .nav-links{align-items:center;gap:26px;display:flex}#static-theme-root#static-theme-root.static-theme .nav-links>a,#static-theme-root#static-theme-root.static-theme .nav-links .nav-item-trigger{color:var(--muted);white-space:nowrap;font-size:13.5px;font-weight:500;transition:color .25s;position:relative}#static-theme-root#static-theme-root.static-theme .nav-links>a:hover,#static-theme-root#static-theme-root.static-theme .nav-item-trigger:hover{color:var(--ink)}#static-theme-root#static-theme-root.static-theme .nav-links>a.active,#static-theme-root#static-theme-root.static-theme .nav-item-trigger.active{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .nav-links>a.active:after,#static-theme-root#static-theme-root.static-theme .nav-item-trigger.active:after{content:"";background:var(--cyan);height:1px;position:absolute;bottom:-6px;left:0;right:0}#static-theme-root#static-theme-root.static-theme .nav-cta{font-family:var(--sfont-inter),"Inter",sans-serif;color:#0a0a0a;background:var(--cyan);transition:transform .25s var(--ease),box-shadow .25s;white-space:nowrap;border-radius:100px;align-items:center;gap:9px;padding:11px 20px 11px 16px;font-size:13.5px;font-weight:600;display:inline-flex;box-shadow:0 6px 22px #76a6d147}#static-theme-root#static-theme-root.static-theme .nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #76a6d16b}#static-theme-root#static-theme-root.static-theme .pulse-dot{background:#0a0a0a;border-radius:50%;flex:0 0 8px;width:8px;height:8px;animation:2.2s cubic-bezier(.66,0,0,1) infinite stPulseDot;position:relative;box-shadow:0 0 #0a0a0ae6}#static-theme-root#static-theme-root.static-theme .pulse-dot:after{content:"";background:#04222b;border-radius:50%;position:absolute;inset:1.5px}@keyframes stPulseDot{0%{box-shadow:0 0 #0a0a0ad9}70%{box-shadow:0 0 0 9px #0a0a0a00}to{box-shadow:0 0 #0a0a0a00}}@media (max-width:1240px){#static-theme-root#static-theme-root.static-theme .nav-links{gap:20px}#static-theme-root#static-theme-root.static-theme .nav-links>a,#static-theme-root#static-theme-root.static-theme .nav-item-trigger{font-size:13px}}@media (max-width:1080px){#static-theme-root#static-theme-root.static-theme .nav-links{display:none}}#static-theme-root#static-theme-root.static-theme .nav-item{position:relative}#static-theme-root#static-theme-root.static-theme .nav-item-trigger{cursor:pointer;align-items:center;gap:5px;display:inline-flex}#static-theme-root#static-theme-root.static-theme .nav-caret{opacity:.7;width:9px;height:9px;transition:transform .25s var(--ease);flex:0 0 9px}#static-theme-root#static-theme-root.static-theme .nav-item:hover .nav-caret,#static-theme-root#static-theme-root.static-theme .nav-item:focus-within .nav-caret{transform:rotate(180deg)}#static-theme-root#static-theme-root.static-theme .nav-dropdown{opacity:0;pointer-events:none;width:max-content;min-width:220px;transition:opacity .2s var(--ease),transform .2s var(--ease);padding-top:14px;position:absolute;top:100%;left:50%;transform:translate(-50%)}#static-theme-root#static-theme-root.static-theme .nav-dropdown-inner{border:1px solid var(--line);background:#0e0e0e;border-radius:14px;flex-direction:column;gap:2px;padding:8px;display:flex;box-shadow:0 20px 50px #00000080}#static-theme-root#static-theme-root.static-theme .nav-item:hover .nav-dropdown,#static-theme-root#static-theme-root.static-theme .nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:auto}#static-theme-root#static-theme-root.static-theme .nav-dropdown a{white-space:nowrap;color:var(--muted);border-radius:8px;padding:9px 12px;font-size:13px;display:block}#static-theme-root#static-theme-root.static-theme .nav-dropdown a:hover{background:var(--glass);color:var(--ink)}#static-theme-root#static-theme-root.static-theme .nav-toggle{border:1px solid var(--line);cursor:pointer;z-index:210;background:#12121280;border-radius:10px;flex-direction:column;flex:0 0 40px;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}#static-theme-root#static-theme-root.static-theme .nav-toggle span{background:var(--ink);width:18px;height:1.5px;transition:transform .3s var(--ease),opacity .3s var(--ease)}#static-theme-root#static-theme-root.static-theme .nav-toggle[aria-expanded=true] span:first-child{transform:translateY(6.5px)rotate(45deg)}#static-theme-root#static-theme-root.static-theme .nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}#static-theme-root#static-theme-root.static-theme .nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:1080px){#static-theme-root#static-theme-root.static-theme .nav-toggle{display:flex}}#static-theme-root#static-theme-root.static-theme .nav-backdrop{z-index:190;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .35s var(--ease);background:#04040499;position:fixed;inset:0}#static-theme-root#static-theme-root.static-theme .nav-backdrop.open{opacity:1;pointer-events:auto}#static-theme-root#static-theme-root.static-theme .nav-links-mobile{z-index:200;border-left:1px solid var(--line);width:min(320px,80vw);transition:transform .4s var(--ease);background:#0e0e0e;flex-direction:column;gap:6px;padding:100px 30px 40px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}#static-theme-root#static-theme-root.static-theme .nav-links-mobile.open{transform:translate(0)}#static-theme-root#static-theme-root.static-theme .nav-links-mobile>a{font-family:var(--sfont-space-grotesk),"Space Grotesk",sans-serif;color:var(--ink);border-bottom:1px solid var(--line-soft);padding:14px 4px;font-size:19px;font-weight:600;transition:color .25s}#static-theme-root#static-theme-root.static-theme .nav-links-mobile>a:hover{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .nav-mobile-group{border-bottom:1px solid var(--line-soft)}#static-theme-root#static-theme-root.static-theme .nav-mobile-group summary{font-family:var(--sfont-space-grotesk),"Space Grotesk",sans-serif;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 4px;font-size:19px;font-weight:600;list-style:none;display:flex}#static-theme-root#static-theme-root.static-theme .nav-mobile-group summary::-webkit-details-marker{display:none}#static-theme-root#static-theme-root.static-theme .nav-mobile-group summary:after{content:"+";color:var(--cyan);font-size:20px;font-weight:400}#static-theme-root#static-theme-root.static-theme .nav-mobile-group[open] summary:after{content:"−"}#static-theme-root#static-theme-root.static-theme .nav-mobile-group a{font-family:var(--sfont-inter),"Inter",sans-serif;color:var(--muted);border-bottom:none;padding:10px 4px 10px 14px;font-size:15px;font-weight:500;display:block}#static-theme-root#static-theme-root.static-theme .nav-mobile-group a:hover{color:var(--cyan)}#static-theme-root#static-theme-root.static-theme .nav-links-mobile .nav-cta{justify-content:center;width:100%;margin-top:20px;padding:15px 20px}body.nav-open{overflow:hidden}#static-theme-root#static-theme-root.static-theme footer{border-top:1px solid var(--line);z-index:2;margin-top:60px;padding:60px 0 30px;position:relative}#static-theme-root#static-theme-root.static-theme .foot-grid{grid-gap:44px;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px;display:grid}@media (max-width:820px){#static-theme-root#static-theme-root.static-theme .foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){#static-theme-root#static-theme-root.static-theme .foot-grid{grid-template-columns:1fr}}#static-theme-root#static-theme-root.static-theme .foot-col h4{font-family:var(--sfont-jetbrains-mono),"JetBrains Mono",monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);margin-bottom:18px;font-size:11px}#static-theme-root#static-theme-root.static-theme .foot-col a{color:var(--muted);margin-bottom:9px;font-size:14px;transition:color .2s;display:block}#static-theme-root#static-theme-root.static-theme .foot-col a:hover{color:var(--ink)}#static-theme-root#static-theme-root.static-theme .foot-brand p{color:var(--muted);margin:16px 0;font-size:13.5px;line-height:1.6}#static-theme-root#static-theme-root.static-theme .foot-brand address{color:var(--muted-2);font-size:13px;font-style:normal;line-height:1.7}#static-theme-root#static-theme-root.static-theme .foot-bottom{border-top:1px solid var(--line-soft);color:var(--muted-2);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:26px;font-size:12px;display:flex}#static-theme-root#static-theme-root.static-theme .foot-bottom a{color:var(--muted-2)}#static-theme-root#static-theme-root.static-theme .foot-bottom a:hover{color:var(--ink)}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_9ae63e40-module__90WKgq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_9ae63e40-module__90WKgq__variable{--sfont-inter:"Inter","Inter Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_527c8d7b-module__ihPU3q__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_527c8d7b-module__ihPU3q__variable{--sfont-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,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(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,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(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,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(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");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:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_920504f9-module__QovS_q__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_920504f9-module__QovS_q__variable{--sfont-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}
