.app *,.app :before,.app :after{box-sizing:border-box}.app a{color:inherit;text-decoration:none}.app button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.app ul,.app ol{margin:0;padding:0;list-style:none}.app input{font:inherit}.app{--font-body:var(--font-plex-sans), system-ui, sans-serif;--font-display:var(--font-space-grotesk), system-ui, sans-serif;--font-mono:var(--font-plex-mono), ui-monospace, monospace;--bg:#fcfbf8;--ink:#100f0d;--muted:#595650;--faint:#8e8a82;--line:#e4e1d8;--line-2:#efede6;--red:#e0241a;--red-deep:#b3160e;--panel:#fff;--panel-rail:#fff;--body:#2a2823;--topbar-bg:#fcfbf8e6;--invert-bg:#100f0d;--invert-fg:#fff;--scroll-thumb:#d8d5cb;--rail-w:296px;--measure:740px;grid-template-columns:var(--rail-w) 1fr;background:var(--bg);height:100vh;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;display:grid;overflow:hidden}.rail{scrollbar-width:thin;background:var(--panel-rail);border-right:1px solid var(--line);flex-direction:column;grid-column:1;height:100vh;display:flex;overflow:hidden auto}.stage{flex-direction:column;grid-column:2;min-width:0;height:100vh;display:flex;overflow:hidden}.scroll{scroll-behavior:smooth;scrollbar-width:thin;flex:auto;overflow-y:auto}.scroll::-webkit-scrollbar{width:10px}.scroll::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:3px solid var(--bg);border-radius:99px}.doc{max-width:var(--measure);margin:0 auto;padding:56px 56px 130px}.rail-head{border-bottom:2px solid var(--ink);padding:20px 20px 16px}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:var(--red);place-items:center;width:30px;height:30px;display:grid}.brand-mark span{border:2px solid #fff;width:12px;height:12px;display:block;transform:rotate(45deg)}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-text strong{font-family:var(--font-display);letter-spacing:-.01em;font-size:17px;font-weight:700}.brand-text em{color:var(--faint);margin-top:1px;font-size:11px;font-style:normal}.rail-progress{padding:14px 20px 16px}.rail-progress-top{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.rail-progress-top span{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--faint);white-space:nowrap;font-size:10px}.rail-progress-num{font-family:var(--font-mono);font-size:11px;font-weight:600}.meter{background:var(--line);height:5px;overflow:hidden}.meter-fill{background:var(--red);height:100%;transition:width .3s}.rail-nav{flex:1;padding:8px 12px 28px}.mod{margin-bottom:2px}.mod-head{text-align:left;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;width:100%;padding:9px 10px;display:grid}.mod-head:hover{background:var(--line-2)}.mod-code{font-family:var(--font-mono);color:var(--red);font-size:11px;font-weight:700}.mod-name{font-family:var(--font-display);font-size:13px;font-weight:600}.mod-count{font-family:var(--font-mono);color:var(--faint);font-size:11px}.mod-chev{border-right:1.5px solid var(--faint);border-bottom:1.5px solid var(--faint);width:6px;height:6px;transition:transform .2s;transform:rotate(-45deg)}.mod.open .mod-chev{transform:rotate(45deg)}.mod-body{padding:2px 0 10px;display:none}.mod.open .mod-body{display:block}.sec-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--faint);padding:10px 10px 5px;font-size:10px}.lessons{flex-direction:column;display:flex}li.lesson{cursor:pointer;color:var(--muted);grid-template-columns:auto auto 1fr;align-items:center;gap:9px;padding:7px 10px;display:grid}li.lesson:hover{background:var(--line-2);color:var(--ink)}.lesson-tick{border:1.5px solid #c9c5bb;width:8px;height:8px}li.lesson.done .lesson-tick{background:var(--red);border-color:var(--red)}.lesson-n{font-family:var(--font-mono);color:var(--faint);width:15px;font-size:11px}.lesson-title{font-size:13px}li.lesson.current{background:var(--invert-bg);color:var(--invert-fg)}li.lesson.current .lesson-n{color:var(--red)}li.lesson.current .lesson-tick{border-color:var(--red);background:var(--red)}li.lesson.current .lesson-title{font-weight:600}.topbar{background:var(--topbar-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid var(--ink);flex:none;align-items:center;gap:16px;height:56px;padding:0 28px;display:flex}.crumb{min-width:0;font-family:var(--font-mono);color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.crumb i{opacity:.4;font-style:normal}.crumb-cur{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:700;overflow:hidden}.topbar-right{align-items:center;gap:18px;margin-left:auto;display:flex}.readmeter{background:var(--line);width:120px;height:4px;overflow:hidden}.readmeter-fill{background:var(--red);width:0%;height:100%;transition:width .15s linear;display:block}.seg{background:var(--line-2);border:1.5px solid var(--ink);padding:2px;display:inline-flex}.seg-btn{color:var(--muted);padding:6px 14px;font-size:12px;font-weight:700}.seg-btn.active{background:var(--red);color:#fff}.rail-btn{border:1.5px solid var(--ink);width:34px;height:34px;display:none;position:relative}.rail-btn span,.rail-btn span:before,.rail-btn span:after{background:var(--ink);width:17px;height:2px;position:absolute;left:7px}.rail-btn span{top:15px}.rail-btn span:before{content:"";top:-5px}.rail-btn span:after{content:"";top:5px}.hero{border-bottom:3px solid var(--ink);padding-bottom:34px}.hero-tags{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.tag{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--ink);background:var(--line-2);white-space:nowrap;padding:5px 10px;font-size:11px}.tag-mod{background:var(--red);color:#fff}.hero-title{font-family:var(--font-display);letter-spacing:-.035em;text-transform:uppercase;margin:0;font-size:clamp(46px,8vw,104px);font-weight:700;line-height:.9}.hero-tagline{color:var(--ink);max-width:34ch;margin:22px 0 28px;font-size:21px;font-weight:500;line-height:1.45}.hero-meta{flex-wrap:wrap;gap:10px;display:flex}.chip{font-size:12px;font-family:var(--font-mono);border:1.5px solid var(--ink);align-items:center;gap:7px;padding:8px 13px;display:inline-flex}.chip b{color:var(--red);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.onpage{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:36px 0 8px;padding:20px 0}.onpage-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:12px;font-size:10px;font-weight:600;display:block}.onpage ol{counter-reset:toc;columns:2;gap:4px 28px;display:block}.onpage a{color:var(--muted);padding:2px 0 2px 24px;font-size:13px;display:block;position:relative}.onpage a:before{counter-increment:toc;content:counter(toc, decimal-leading-zero);font-family:var(--font-mono);color:var(--faint);font-size:11px;position:absolute;left:0}.onpage a:hover,.onpage a.active{color:var(--red)}.block{margin-top:66px;scroll-margin-top:24px}.block-head{align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.block-num{font-family:var(--font-display);color:var(--red);letter-spacing:-.04em;flex:none;font-size:64px;font-weight:700;line-height:.8}.block-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;margin:0;padding-top:6px;font-size:33px;font-weight:700;line-height:1}.lead{color:var(--ink);border-left:4px solid var(--red);margin:0 0 18px;padding-left:16px;font-size:20px;font-weight:600;line-height:1.45}.blist{flex-direction:column;gap:13px;display:flex}.blist li{color:var(--body);padding-left:30px;font-size:17px;line-height:1.5;position:relative}.blist li:before{content:"";background:var(--red);width:16px;height:3px;position:absolute;top:10px;left:0}.shot{margin:26px 0 0}.shot-frame{aspect-ratio:16/9;background:var(--panel);border:2px solid var(--ink);width:100%;position:relative;overflow:hidden}.shot-grid{background-image:linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);background-size:26px 26px;position:absolute;inset:0}.shot-center{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.shot-glyph{background:var(--red);width:46px;height:46px;position:relative}.shot-glyph:before{content:"";border:2px solid #fff;position:absolute;inset:12px}.shot-kicker{font-family:var(--font-mono);letter-spacing:.14em;color:var(--faint);font-size:11px}.shot-corner{width:14px;height:14px;position:absolute}.shot-corner:before,.shot-corner:after{content:"";background:var(--red);position:absolute}.shot-corner:before{width:16px;height:3px;top:6px}.shot-corner:after{width:3px;height:16px;left:6px}.shot-corner.tl{top:10px;left:10px}.shot-corner.tr{top:10px;right:10px}.shot-corner.tr:before{right:0}.shot-corner.tr:after{left:auto;right:6px}.shot-corner.bl{bottom:10px;left:10px}.shot-corner.bl:before{top:auto;bottom:6px}.shot-corner.bl:after{top:auto;bottom:0}.shot-corner.br{bottom:10px;right:10px}.shot-corner.br:before{top:auto;bottom:6px;right:0}.shot-corner.br:after{inset:auto 6px 0 auto}.shot-tag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--faint);font-size:10px;position:absolute;bottom:10px;right:12px}.shot-cap{font-family:var(--font-mono);color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.5}.shot-frame img{object-fit:cover;width:100%;height:100%;display:block}.app [data-mentor]{display:none}.app.mentor-on [data-mentor]{display:block}.mentor{border:2px solid var(--red);margin:22px 0 0}.mentor-head{background:var(--red);align-items:center;gap:10px;width:100%;padding:12px 16px;display:flex}.mentor-badge{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#fff;font-size:11px;font-weight:700}.mentor-chev{border-bottom:2px solid #fff;border-right:2px solid #fff;width:8px;height:8px;margin-left:auto;transition:transform .2s;transform:rotate(45deg)}.mentor.collapsed .mentor-chev{transform:rotate(-45deg)}.mentor-body{padding:16px;overflow:hidden}.mentor.collapsed .mentor-body{display:none}.mentor-body p{color:var(--ink);margin:0;font-size:14px;line-height:1.6}.key{background:var(--red);color:#fff;margin-top:66px;padding:52px 44px}.key-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#fffc;font-size:11px}.key-title{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;margin:14px 0 18px;font-size:44px;font-weight:700;line-height:.98}.key-body{color:#ffffffeb;max-width:54ch;font-size:17px;line-height:1.55}.task{border:3px solid var(--ink);margin-top:70px;padding:32px}.task-grid{grid-template-columns:1fr 1fr;gap:18px;margin:20px 0;display:grid}.task-card{border:1.5px solid var(--line);padding:20px}.task-card.build{border-color:var(--ink)}.task-kicker{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:16px;font-size:11px;font-weight:700;display:block}.task-list{flex-direction:column;gap:13px;display:flex}.task-list li{color:var(--body);padding-left:30px;font-size:16px;line-height:1.5;position:relative}.task-list li:before{content:"";background:var(--red);width:16px;height:3px;position:absolute;top:9px;left:0}.task-submit-row{gap:10px;display:flex}.task-input{border:1.5px solid var(--ink);font-family:var(--font-mono);background:var(--panel);color:var(--ink);flex:1;padding:13px 15px;font-size:13px}.task-input:focus{border-color:var(--red);outline:none}.btn-submit{background:var(--red);color:#fff;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding:13px 22px;font-size:14px;font-weight:700}.btn-submit:hover{background:var(--red-deep)}.btn-submit:disabled{opacity:.5;cursor:default}.task-note{font-family:var(--font-mono);color:var(--muted);margin-top:12px;font-size:12px}.task-ok{color:#1c7a3f;margin-top:12px;font-size:14px;font-weight:700}.recap{background:var(--invert-bg);color:var(--invert-fg);margin-top:70px;padding:36px}.recap-label{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--red);font-size:11px}.recap .block-title{color:#fff;margin:10px 0 20px;padding-top:0}.recap-list{flex-direction:column;gap:13px;display:flex}.recap-list li{color:#e8e6e1;padding-left:30px;font-size:17px;line-height:1.5;position:relative}.recap-list li:before{content:"";background:var(--red);width:16px;height:3px;position:absolute;top:10px;left:0}.lesson-foot{border-top:3px solid var(--ink);grid-template-columns:1fr 1fr;gap:16px;margin-top:66px;padding-top:28px;display:grid}.foot-link{flex-direction:column;gap:6px;padding:18px 0;display:flex}.foot-link.prev{padding-right:18px}.foot-link.next{text-align:right;border-left:1px solid var(--line);align-items:flex-end;padding-left:18px}.foot-dir{font-family:var(--font-mono);color:var(--red);letter-spacing:.04em;font-size:11px;font-weight:600}.foot-name{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;font-size:22px;font-weight:700}.foot-link:hover .foot-name{color:var(--red)}.rail-scrim{display:none}@media (max-width:900px){.app{grid-template-columns:1fr}.rail{z-index:40;width:304px;transition:transform .26s;position:fixed;top:0;left:0;transform:translate(-105%)}.app.rail-open .rail{transform:translate(0)}.stage{grid-column:1}.rail-btn{justify-content:center;align-items:center;display:inline-flex}.rail-scrim{z-index:30;opacity:0;pointer-events:none;background:#00000080;transition:opacity .26s;display:block;position:fixed;inset:0}.app.rail-open .rail-scrim{opacity:1;pointer-events:auto}.doc{padding:40px 22px 100px}.task-grid{grid-template-columns:1fr}.topbar .readmeter{display:none}}.land{max-width:860px;margin:0 auto;padding:64px 56px 120px}.land-kicker{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:11px;font-weight:600}.land-title{font-family:var(--font-display);letter-spacing:-.035em;text-transform:uppercase;margin:14px 0 0;font-size:clamp(48px,8vw,92px);font-weight:700;line-height:.9}.land-title em{color:var(--red);font-style:normal}.land-lead{color:var(--muted);max-width:40ch;margin:24px 0 28px;font-size:20px;line-height:1.5}.land-cta{background:var(--red);color:#fff;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;padding:15px 26px;font-size:15px;font-weight:700;display:inline-block}.land-cta:hover{background:var(--red-deep)}.land-modnum{font-family:var(--font-mono);color:var(--faint);margin-left:14px;font-size:12px}.land-mod{border-top:2px solid var(--ink);margin-top:40px}.land-mod-head{align-items:baseline;gap:12px;padding:18px 0 10px;display:flex}.land-mod-code{font-family:var(--font-mono);color:var(--red);font-size:14px;font-weight:700}.land-mod-name{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;font-size:22px;font-weight:700}.land-list{grid-template-columns:1fr 1fr;gap:0 28px;display:grid}.land-row{border-top:1px solid var(--line);align-items:baseline;gap:10px;padding:8px 0;display:flex}.land-row:hover .land-row-title{color:var(--red)}.land-row-n{font-family:var(--font-mono);color:var(--faint);width:18px;font-size:11px}.land-row-title{font-size:14px}@media (max-width:700px){.land{padding:40px 22px 90px}.land-list{grid-template-columns:1fr}}.app.dark{--bg:#0e0d0c;--ink:#f2f0eb;--muted:#a7a29a;--faint:#6f6a62;--line:#2b2825;--line-2:#211e1b;--red:#f5251b;--red-deep:#e0241a;--panel:#161310;--panel-rail:#141110;--body:#cfcac1;--topbar-bg:#0e0d0cdb;--invert-bg:#000;--invert-fg:#fff;--scroll-thumb:#39342e}.app.dark .lesson-tick{border-color:#4a443c}.app.dark .shot-grid{opacity:.45}.app.dark .tag{color:var(--ink)}.rail-foot{border-top:1px solid var(--line);flex-direction:column;gap:12px;padding:14px 16px 18px;display:flex}.theme-toggle{width:100%;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border:1.5px solid var(--line);justify-content:center;align-items:center;gap:8px;padding:8px 10px;font-size:11px;font-weight:700;display:inline-flex}.theme-toggle:hover{border-color:var(--ink);color:var(--ink)}.rail-account{font-family:var(--font-mono);color:var(--faint);font-size:11px;line-height:1.5}.rail-account .acc-email{color:var(--ink);word-break:break-all;margin:2px 0 10px;font-size:12px;font-weight:600;display:block}.rail-actions{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.rail-link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;border:1.5px solid var(--ink);color:var(--ink);padding:7px 11px;font-size:10.5px;font-weight:700}.rail-link:hover{background:var(--line-2)}.rail-link.red{background:var(--red);color:#fff;border-color:var(--red)}.rail-link.red:hover{background:var(--red-deep)}.theme-btn{border:1.5px solid var(--ink);width:34px;height:34px;color:var(--ink);justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex}.theme-btn:hover{background:var(--line-2)}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rx81dn62y51_.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rd3rjvnnhw7n.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0gspg~~t9nou8.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rx81dn62y51_.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rd3rjvnnhw7n.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0gspg~~t9nou8.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rx81dn62y51_.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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.0rd3rjvnnhw7n.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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_a48d89e7-module__Z9wmPa__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_a48d89e7-module__Z9wmPa__variable{--font-space-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_4bb7fa7f-module__Fj5m9q__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_4bb7fa7f-module__Fj5m9q__variable{--font-plex-sans:"IBM Plex Sans", "IBM Plex Sans Fallback"}
@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e390973e931a41c5-s.08hd0g.321csk.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/59b15b4bcd7b1eb5-s.0x08jh8vondwt.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.0~wrfy7sm-h4g.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.0k_.i63k_i_qa.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.16-z~2sp29ex6.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.0m9hhkgdlzukj.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.0juuwbcf7uz~t.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.0qg7j5o.yrclm.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.0hkrq11n-dhos.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.07ig5l8azj~hy.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ff74e33ebd7bca3-s.0_n_qwbzcushi.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1a69062cfe6f77f8-s.07r2ragk8ph~z.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9a4838fcda0d1bca-s.0787d67~10694.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2e95a7d252b9825a-s.0dgq8lqrj3gc_.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/23b7a97ae3b5c134-s.p.0o14nraug8u5s.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/f53f4557ddd9f7a6-s.0l86rvwdd07jt.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5256dd17dd2ccf14-s.0-bj-4.3jk9zi.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fe48c93add1d142c-s.169mj0m4oygmx.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5689d89b20a4bd5b-s.072srq0~jhoqa.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a7e15459c1805da0-s.p.15mmg7gamto4l.woff2?dpl=dpl_EUpPm3UbNwmbo8BAjLcbhUfgwDVb)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:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_f1a377aa-module__2ek3bq__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_f1a377aa-module__2ek3bq__variable{--font-plex-mono:"IBM Plex Mono", "IBM Plex Mono Fallback"}
