.myc-chrome{--ground:#FAFAFA;--ground-2:#FFFFFF;--ink:#0D0D11;--ink-2:#3F4149;--muted:#8A8D97;--line:#E7E7EA;--line-soft:#F0F0F2;--pill:#F1F1F3;--accent:#EA5F45;--long:#0F8A54;--long-ink:#0A6B40;--short:#C22B30;--accent-hot:#FF7C5C;--accent-deep:#B44733;--accent-ink:#FFFFFF;--f-sans:"Schibsted Grotesk","Helvetica Neue",Arial,sans-serif;--f-mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;--gut:clamp(16px,4vw,40px);--maxw:1200px}@media (prefers-color-scheme:dark){.myc-chrome:not([data-theme=light]){--ground:#0A0A0D;--ground-2:#111116;--ink:#F5F5F7;--ink-2:#C4C5CC;--muted:#84868F;--line:#232329;--line-soft:#1A1A1F;--pill:#1A1A20;--long:#3DD68C;--long-ink:#3DD68C;--short:#E5484D}}.myc-chrome[data-theme=dark]{--ground:#0A0A0D;--ground-2:#111116;--ink:#F5F5F7;--ink-2:#C4C5CC;--muted:#84868F;--line:#232329;--line-soft:#1A1A1F;--pill:#1A1A20;--long:#3DD68C;--long-ink:#3DD68C;--short:#E5484D}.myc-chrome *,.myc-chrome :after,.myc-chrome :before{box-sizing:border-box}.myc-chrome h1,.myc-chrome h2,.myc-chrome h3{margin:0;line-height:1.06;letter-spacing:-.035em;text-wrap:balance;font-weight:700}.myc-chrome p{margin:0}.myc-chrome a{color:inherit;text-decoration:none}.myc-chrome :focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.myc-chrome .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gut)}.myc-chrome .nav{position:sticky;z-index:80;padding:clamp(10px,1.6vw,16px) clamp(12px,3vw,28px)}.myc-chrome .nav-bar{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;-moz-column-gap:clamp(12px,2vw,24px);column-gap:clamp(12px,2vw,24px);height:62px;padding-inline:14px;border-radius:999px;background:color-mix(in srgb,var(--ground-2) 58%,transparent);border:1px solid color-mix(in srgb,var(--line) 80%,transparent);-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 12px 38px rgba(0,0,0,.26),inset 0 1px 0 color-mix(in srgb,#fff 14%,transparent)}.myc-chrome .nav-brand{display:flex;align-items:center;gap:9px;justify-self:start;min-width:0;padding-left:6px;font-weight:700;font-size:16px;letter-spacing:-.03em;color:var(--ink)}.myc-chrome .nav-brand svg{width:22px;height:22px;flex:none}.myc-chrome .nav-links{display:flex;align-items:center;gap:4px;justify-self:center}.myc-chrome .nav-links a{padding:8px 14px;border-radius:999px;font-size:13.5px;color:var(--muted);transition:color .18s,background-color .18s;white-space:nowrap}.myc-chrome .nav-links a:hover{color:var(--ink);background:color-mix(in srgb,var(--ink) 7%,transparent)}.myc-chrome .nav-links a.on{color:var(--ink);background:color-mix(in srgb,var(--ink) 10%,transparent)}@media(max-width:780px){.myc-chrome .nav-links{display:none}}.myc-chrome .nav-cta{display:inline-flex;align-items:center;gap:10px;justify-self:end;height:46px;padding-inline:18px 6px;border-radius:999px;grid-column:3;font-size:13.5px;font-weight:600;letter-spacing:-.01em;color:var(--ink);background:color-mix(in srgb,var(--ink) 10%,transparent);border:1px solid color-mix(in srgb,var(--ink) 16%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 22%,transparent);transition:background-color .18s,transform .18s}.myc-chrome .nav-cta:hover{background:color-mix(in srgb,var(--ink) 16%,transparent);transform:translateY(-1px)}.myc-chrome .nav-chip{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;flex:none;background:var(--ink);color:var(--ground);transition:background-color .18s,color .18s}.myc-chrome .nav-chip svg{width:15px;height:15px}.myc-chrome .nav-cta:hover .nav-chip{background:var(--accent);color:#fff}@media(max-width:520px){.myc-chrome .nav-cta{padding-inline:14px 5px;font-size:12.5px;height:42px}.myc-chrome .nav-chip{width:30px;height:30px}.myc-chrome .nav-bar{padding-inline:10px;height:56px}}.myc-chrome .pop{--rise:10px;--hover:5px;border:2px solid var(--wall);transform:translateY(0);box-shadow:0 var(--rise) 0 -2px var(--lip),0 var(--rise) 0 0 var(--wall),0 calc(var(--rise) + 10px) 18px -6px var(--base);transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease,color .15s ease}.myc-chrome .pop:hover{transform:translateY(var(--hover));box-shadow:0 calc(var(--rise) - var(--hover)) 0 -2px var(--lip),0 calc(var(--rise) - var(--hover)) 0 0 var(--wall),0 calc(var(--rise) - var(--hover) + 8px) 12px -6px var(--base)}.myc-chrome .pop:active{transform:translateY(var(--rise));box-shadow:0 0 0 -2px var(--lip),0 0 0 0 var(--wall),0 0 0 0 transparent}.myc-chrome .pop:focus-visible{outline:2px solid var(--accent-hot);outline-offset:3px}@media (prefers-reduced-motion:reduce){.myc-chrome .pop{transition:background-color .15s ease,color .15s ease}}.myc-chrome .pop-paper{--lip:#D7D7DC;--wall:#9C9CA6;--base:rgba(0,0,0,.55)}.myc-chrome .pop-coral{--lip:color-mix(in srgb,var(--accent-deep) 78%,#000);--wall:var(--accent-deep);--base:rgba(120,32,18,.5)}.myc-chrome .foot{position:relative;background:#000;color:#F5F5F7;margin-top:0;border-top:0;overflow:hidden}.myc-chrome .foot:before{content:"";position:absolute;inset:0 0 auto;height:140px;z-index:0;pointer-events:none;background:linear-gradient(#0A0A0D,transparent)}.myc-chrome .foot-stage{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(440px,56vw,620px);display:flex;flex-direction:column;justify-content:flex-start;padding-top:clamp(40px,5.4vw,66px);padding-bottom:clamp(30px,4.4vw,56px)}.myc-chrome .foot-wave{position:absolute;left:0;bottom:0;width:100%;height:clamp(300px,42vw,470px);z-index:0;pointer-events:none;display:block}.myc-chrome .foot-fade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#000 0,rgba(0,0,0,.86) 46%,rgba(0,0,0,.6) 72%,rgba(0,0,0,.26) 89%,transparent)}.myc-chrome .foot-lockup{position:relative;z-index:2;text-align:center}.myc-chrome .foot-lockup h2{font-size:clamp(2.4rem,6.6vw,4.6rem);font-weight:400;letter-spacing:-.04em;line-height:1.02;color:#DCDCE0;margin:0}.myc-chrome .foot-lockup p{margin:clamp(18px,2.6vw,24px) auto 0;max-width:52ch;font-size:15px;line-height:1.55;color:rgba(255,255,255,.8)}.myc-chrome .foot-keys{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0 0 clamp(30px,4.4vw,50px)}.myc-chrome .fkey{display:inline-flex;align-items:center;gap:12px;height:53px;padding:0 20px;border-radius:14px;background:#fff;color:#0B0D13;text-decoration:none;font-family:var(--f-sans);font-size:15px;font-weight:600;letter-spacing:-.02em;white-space:nowrap}.myc-chrome .fkey:hover{background:#F1F1F4}.myc-chrome .fkey-ico{display:block;width:24px;height:24px;color:var(--accent);flex:none}.myc-chrome .fkey:hover .fkey-ico{color:var(--accent-deep)}.myc-chrome .fkey-ico svg{width:100%;height:100%;display:block}@media(max-width:640px){.myc-chrome .foot-keys{gap:9px}.myc-chrome .fkey{height:47px;padding:0 14px;font-size:13.5px;gap:9px}.myc-chrome .fkey-ico{width:21px;height:21px}}@media(max-width:560px){.myc-chrome .foot-keys{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.myc-chrome .fkey{justify-content:center}}@media(max-width:400px){.myc-chrome .fkey{height:44px;padding:0 11px;font-size:12.5px;gap:7px}.myc-chrome .fkey-ico{width:19px;height:19px}}.myc-chrome .foot-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:clamp(22px,3vw,30px)}.myc-chrome .fbtn{display:inline-flex;align-items:center;height:53px;border-radius:14px;font-family:var(--f-sans);font-size:15px;font-weight:600;letter-spacing:-.02em;text-decoration:none}.myc-chrome .fbtn-ghost{padding:0 20px;color:#0B0D13;background:#fff}.myc-chrome .fbtn-ghost:hover{background:#F1F1F4}.myc-chrome .fbtn-solid{padding:0 12px 0 18px;gap:14px;color:#fff;background:var(--accent)}.myc-chrome .fbtn-solid:hover{background:var(--accent-hot)}.myc-chrome .fbtn-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:7px;background:rgba(0,0,0,.28);color:#fff;font-size:15px;transition:background-color .15s ease,color .15s ease}.myc-chrome .fbtn-solid:hover .fbtn-chip{background:#fff;color:var(--accent)}.myc-chrome .foot-bottom{position:relative;isolation:isolate;padding-block:clamp(52px,6.5vw,84px) clamp(32px,4vw,48px)}.myc-chrome .foot-bottom:after,.myc-chrome .foot-bottom:before{content:"";position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;left:calc(50% - 50vw);width:100vw}.myc-chrome .foot-bottom:before{background:radial-gradient(42% 66% at 10% 22%,rgba(255,154,126,.3),transparent 68%),radial-gradient(34% 58% at 30% 84%,rgba(142,50,32,.58),transparent 70%),radial-gradient(38% 62% at 52% 14%,rgba(234,95,69,.26),transparent 70%),radial-gradient(44% 70% at 74% 68%,rgba(234,95,69,.36),transparent 68%),radial-gradient(30% 52% at 92% 26%,rgba(255,154,126,.22),transparent 72%),radial-gradient(36% 60% at 62% 96%,rgba(142,50,32,.5),transparent 70%),radial-gradient(52% 82% at 40% 50%,rgba(234,95,69,.14),transparent 78%)}.myc-chrome .foot-bottom:after{background:rgba(0,0,0,.74)}.myc-chrome .foot-bottom>*{position:relative;z-index:2}.myc-chrome .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(20px,4vw,40px)}@media(max-width:820px){.myc-chrome .foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:460px){.myc-chrome .foot-grid{grid-template-columns:1fr}}.myc-chrome .foot-brand a{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:16px;letter-spacing:-.03em;color:#F5F5F7}.myc-chrome .foot-brand a svg{width:22px;height:22px;flex:none}.myc-chrome .foot-brand p{color:#84868F;font-size:13.5px;margin-top:14px;max-width:36ch}.myc-chrome .foot-col h4{font-size:12px;letter-spacing:-.005em;color:#9A9CA6;margin:0 0 14px;font-weight:500}.myc-chrome .foot-col a{display:block;color:#C4C5CC;font-size:13.5px;padding:4px 0;transition:color .16s}.myc-chrome .foot-col a:hover{color:var(--accent)}.myc-chrome .foot-base{margin-top:clamp(30px,5vw,48px);padding-top:20px;border-top:1px solid #232329;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-family:var(--f-mono);font-size:11px;color:#9A9CA6}.myc-chrome .sprite{position:absolute;width:0;height:0;overflow:hidden}.myc-chrome.myc-chrome{--f-sans:var(--myc-nd-sans,"Schibsted Grotesk"),"Helvetica Neue",Arial,sans-serif;--f-mono:var(--myc-nd-mono,"IBM Plex Mono"),"SFMono-Regular",Consolas,monospace;color:var(--ink);font-family:var(--f-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}.myc-chrome .nav{position:fixed;top:0;inset-inline:0}.myc-chrome .nav-right{grid-column:3;justify-self:end;display:flex;align-items:center;gap:10px;min-width:0}.myc-chrome .nav-burger{display:none;width:46px;height:46px;flex:none;align-items:center;justify-content:center;padding:0;border-radius:999px;cursor:pointer;color:var(--ink);background:color-mix(in srgb,var(--ink) 10%,transparent);border:1px solid color-mix(in srgb,var(--ink) 16%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background-color .18s}.myc-chrome .nav-burger:hover{background:color-mix(in srgb,var(--ink) 16%,transparent)}.myc-chrome .nav-burger svg{width:18px;height:18px;display:block}@media (max-width:780px){.myc-chrome .nav-burger{display:inline-flex}}@media (max-width:520px){.myc-chrome .nav-burger{width:42px;height:42px}}.myc-chrome .nav-menu{position:fixed;inset:0;z-index:90;display:flex;flex-direction:column;gap:8px;padding:14px clamp(14px,5vw,28px) 24px;overflow-y:auto;background:color-mix(in srgb,var(--ground) 96%,transparent);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.myc-chrome .nav-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:62px}.myc-chrome .nav-menu-who{display:grid;gap:2px;min-width:0;text-align:right;font-size:12.5px;color:var(--muted)}.myc-chrome .nav-menu-who b{font-size:14px;font-weight:600;color:var(--ink)}.myc-chrome .nav-menu-who span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myc-chrome .nav-menu-links{display:grid;gap:4px;margin-top:clamp(10px,3vw,22px)}.myc-chrome .nav-menu-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-radius:12px;border:1px solid var(--line);background:var(--ground-2);font-size:16px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.myc-chrome .nav-menu-links a[aria-current=page]{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));color:var(--accent)}.myc-chrome .nav-menu-links a .go{font-family:var(--f-mono);font-size:12px;color:var(--muted)}.myc-chrome .nav-menu-foot{margin-top:auto;padding-top:22px}.myc-chrome .nav-menu-foot .nav-cta{width:100%;justify-content:space-between;justify-self:stretch}@media (min-width:781px){.myc-chrome .nav-menu{display:none}}.myc-chrome :where(h1,h2,h3,h4,h5,h6){font-weight:700}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk Fallback;src:local("Arial");ascent-override:93.46%;descent-override:24.67%;line-gap-override:0.00%;size-adjust:104.49%}.__className_064a64{font-family:Schibsted Grotesk,Schibsted Grotesk Fallback;font-style:normal}.__variable_064a64{--myc-nd-sans:"Schibsted Grotesk","Schibsted Grotesk Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-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:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_46fe82{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_46fe82{--myc-nd-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}