.wyc{--wyc-gap:14px;font-family:var(--wyc-font-body);color:var(--wyc-text-1);-webkit-font-smoothing:antialiased}.wyc--admin{--wyc-accent:var(--byk-accent,#4f46e5);--wyc-accent-fg:var(--byk-accent-fg,#4338ca);--wyc-accent-soft:var(--byk-accent-soft,#4f46e51c);--wyc-surface:var(--byk-card,#fff);--wyc-surface-2:var(--byk-sunken,#f5f7fb);--wyc-border:var(--byk-border,#e3e8ef);--wyc-border-strong:var(--byk-border-strong,#cbd2de);--wyc-text-1:var(--byk-text-1,#181d27);--wyc-text-2:var(--byk-text-2,#545c6b);--wyc-text-3:var(--byk-text-3,#626b7a);--wyc-price:var(--byk-copper,#c2410c);--wyc-radius:var(--byk-r-lg,14px);--wyc-radius-sm:var(--byk-r-sm,7px);--wyc-shadow:var(--byk-sh-card,0 1px 3px #10162614);--wyc-success:var(--byk-success,#1f9d57);--wyc-danger:var(--byk-danger,#dc2626);--wyc-font-body:var(--byk-font-body,"Inter", system-ui, sans-serif);--wyc-font-display:var(--byk-font-display,"Space Grotesk", system-ui, sans-serif);--wyc-font-mono:var(--byk-font-mono,"IBM Plex Mono", ui-monospace, monospace)}.wyc--site{--wyc-accent:var(--color-primary-500,#4f46e5);--wyc-accent-fg:var(--color-primary-400,#818cf8);--wyc-accent-soft:rgba(var(--color-primary-rgb,79, 70, 229), .14);--wyc-surface:var(--color-surface-1,#0f172a);--wyc-surface-2:var(--color-surface-2,#1e293b);--wyc-border:var(--color-border-strong,#334155);--wyc-border-strong:var(--color-text-muted,#64748b);--wyc-text-1:var(--color-text-primary,#f1f5f9);--wyc-text-2:var(--color-text-secondary,#94a3b8);--wyc-text-3:var(--color-text-muted,#64748b);--wyc-price:var(--color-warm-500,#e8762a);--wyc-radius:14px;--wyc-radius-sm:9px;--wyc-shadow:0 2px 10px #00000052;--wyc-success:var(--color-success,#22c55e);--wyc-danger:var(--color-error,#ef4444);--wyc-font-body:var(--font-body,"Inter", system-ui, sans-serif);--wyc-font-display:var(--font-display,"Space Grotesk", system-ui, sans-serif);--wyc-font-mono:var(--font-mono,"IBM Plex Mono", ui-monospace, monospace)}.wyc__header{margin-bottom:22px}.wyc__heading{font-family:var(--wyc-font-display);letter-spacing:-.02em;color:var(--wyc-text-1);margin:0 0 8px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.1}.wyc__intro{color:var(--wyc-text-2);max-width:60ch;margin:0;font-size:.95rem;line-height:1.6}.wyc__base{border:1.5px solid var(--wyc-accent);background:var(--wyc-accent-soft);border-radius:var(--wyc-radius);padding:16px 16px 18px}.wyc__base-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.wyc__base-name{font-family:var(--wyc-font-display);color:var(--wyc-text-1);font-size:1.05rem;font-weight:600}.wyc__base-price{font-family:var(--wyc-font-mono);color:var(--wyc-price);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:600}.wyc__base-tag{font-family:var(--wyc-font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--wyc-accent-fg);margin-top:4px;font-size:.66rem;font-weight:600;display:inline-block}.wyc__base-desc{color:var(--wyc-text-2);margin:8px 0 0;font-size:.82rem;line-height:1.5}.wyc__base-includes{grid-template-columns:1fr;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}@media (min-width:560px){.wyc__base-includes{grid-template-columns:1fr 1fr}}.wyc__base-includes li{color:var(--wyc-text-2);align-items:flex-start;gap:7px;font-size:.8rem;line-height:1.35;display:flex}.wyc__base-includes li svg{width:13px;height:13px;color:var(--wyc-price);flex:none;margin-top:2px}.wyc__layout{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}@media (min-width:880px){.wyc__layout{grid-template-columns:minmax(0,1fr) 340px}.wyc__summary{position:sticky;top:16px}}.wyc__controls{flex-direction:column;gap:24px;display:flex}.wyc__group{gap:var(--wyc-gap);flex-direction:column;display:flex}.wyc__group-title{font-family:var(--wyc-font-display);text-transform:uppercase;letter-spacing:.07em;color:var(--wyc-text-3);margin:0;font-size:.78rem;font-weight:600}.wyc__packages{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:560px){.wyc__packages{grid-template-columns:repeat(3,1fr)}}.wyc__pkg{border:1.5px solid var(--wyc-border);border-radius:var(--wyc-radius);background:var(--wyc-surface);cursor:pointer;flex-direction:column;gap:6px;padding:14px 14px 16px;transition:border-color .12s,background .12s,box-shadow .12s;display:flex;position:relative}.wyc__pkg:hover{border-color:var(--wyc-accent-fg)}.wyc__pkg--on{border-color:var(--wyc-accent);background:var(--wyc-accent-soft);box-shadow:inset 0 0 0 1px var(--wyc-accent)}.wyc__pkg-name{color:var(--wyc-text-1);font-size:.95rem;font-weight:600}.wyc__pkg-price{font-family:var(--wyc-font-mono);color:var(--wyc-price);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:600}.wyc__pkg-desc{color:var(--wyc-text-2);font-size:.8rem;line-height:1.45}.wyc__sr{opacity:0;pointer-events:none;position:absolute}.wyc__modules{flex-direction:column;gap:8px;display:flex}.wyc__mod{border:1px solid var(--wyc-border);border-radius:var(--wyc-radius-sm);background:var(--wyc-surface);cursor:pointer;align-items:flex-start;gap:12px;padding:12px 14px;transition:border-color .12s,background .12s;display:flex}.wyc__mod:hover{border-color:var(--wyc-accent-fg)}.wyc__mod--on{border-color:var(--wyc-accent);background:var(--wyc-accent-soft)}.wyc__mod--disabled{cursor:not-allowed;opacity:.55;background:var(--wyc-surface-2)}.wyc__mod--disabled:hover{border-color:var(--wyc-border)}.wyc__mod--locked{cursor:default}.wyc__box{border:1.5px solid var(--wyc-border-strong);background:var(--wyc-surface);color:#fff;border-radius:6px;flex:none;place-items:center;width:19px;height:19px;margin-top:1px;transition:background .12s,border-color .12s;display:grid}.wyc__box--on{background:var(--wyc-accent);border-color:var(--wyc-accent)}.wyc__box-check{width:12px;height:12px}.wyc__mod-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wyc__mod-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.wyc__mod-name{color:var(--wyc-text-1);font-size:.9rem;font-weight:500}.wyc__mod-price{font-family:var(--wyc-font-mono);color:var(--wyc-price);font-variant-numeric:tabular-nums;flex:none;font-size:.85rem;font-weight:500}.wyc__mod-desc{color:var(--wyc-text-3);font-size:.78rem;line-height:1.4}.wyc__mod-reason{color:var(--wyc-accent-fg);margin-top:2px;font-size:.74rem;font-weight:500}.wyc__mod-lock{text-transform:uppercase;letter-spacing:.04em;color:var(--wyc-success);font-size:.7rem;font-weight:600}.wyc__chips{flex-wrap:wrap;gap:10px;display:flex}.wyc__chip{border:1.5px solid var(--wyc-border);background:var(--wyc-surface);cursor:pointer;color:var(--wyc-text-2);border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:.85rem;font-weight:500;transition:all .12s;display:inline-flex}.wyc__chip:hover{border-color:var(--wyc-accent-fg)}.wyc__chip--on{border-color:var(--wyc-accent);background:var(--wyc-accent-soft);color:var(--wyc-text-1)}.wyc__chip-factor{font-family:var(--wyc-font-mono);color:var(--wyc-price);font-size:.8rem}.wyc__summary{border:1px solid var(--wyc-border);border-radius:var(--wyc-radius);background:var(--wyc-surface);box-shadow:var(--wyc-shadow);padding:18px 18px 20px}.wyc__summary-title{font-family:var(--wyc-font-display);text-transform:uppercase;letter-spacing:.07em;color:var(--wyc-text-3);margin:0 0 14px;font-size:.78rem;font-weight:600}.wyc__breakdown{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.wyc__line{justify-content:space-between;gap:12px;font-size:.82rem;display:flex}.wyc__line-label{color:var(--wyc-text-2);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wyc__line-label--bundled:after{content:" · w pakiecie";color:var(--wyc-success);font-size:.72rem}.wyc__line-amount{font-family:var(--wyc-font-mono);color:var(--wyc-text-1);font-variant-numeric:tabular-nums;flex:none}.wyc__line--mul .wyc__line-amount{color:var(--wyc-accent-fg)}.wyc__line-empty{color:var(--wyc-text-3);font-size:.82rem}.wyc__divider{background:var(--wyc-border);height:1px;margin:4px 0 14px}.wyc__range-label{text-transform:uppercase;letter-spacing:.06em;color:var(--wyc-text-3);margin-bottom:4px;font-size:.74rem}.wyc__range{font-family:var(--wyc-font-mono);color:var(--wyc-price);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:600;line-height:1.1}.wyc__disclaimer{color:var(--wyc-text-3);margin:12px 0 0;font-size:.72rem;line-height:1.45}.wyc__lead{border-top:1px solid var(--wyc-border);flex-direction:column;gap:10px;margin-top:16px;padding-top:16px;display:flex}.wyc__field{flex-direction:column;gap:5px;display:flex}.wyc__label{color:var(--wyc-text-2);font-size:.78rem;font-weight:600}.wyc__input{height:42px;font-size:.9rem;font-family:var(--wyc-font-body);color:var(--wyc-text-1);background:var(--wyc-surface-2);border:1px solid var(--wyc-border-strong);border-radius:var(--wyc-radius-sm);box-sizing:border-box;width:100%;padding:0 12px}.wyc__input:focus{outline:2px solid var(--wyc-accent);outline-offset:1px;border-color:var(--wyc-accent)}.wyc__consent{color:var(--wyc-text-2);cursor:pointer;align-items:flex-start;gap:9px;font-size:.8rem;line-height:1.45;display:flex}.wyc__consent input{accent-color:var(--wyc-accent);flex:none;margin-top:2px}.wyc__consent a{color:var(--wyc-accent-fg)}.wyc__cta{height:44px;font-family:var(--wyc-font-display);color:#fff;background:var(--wyc-accent);border:1px solid var(--wyc-accent);border-radius:var(--wyc-radius-sm);cursor:pointer;padding:0 18px;font-size:.92rem;font-weight:600;transition:background .12s,opacity .12s}.wyc__cta:hover:not(:disabled){background:var(--wyc-accent-fg)}.wyc__cta:disabled{opacity:.55;cursor:not-allowed}.wyc__note{font-size:.82rem;line-height:1.5}.wyc__note--ok{color:var(--wyc-success)}.wyc__note--err{color:var(--wyc-danger)}.wyc__honey{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.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.p.0rx81dn62y51_.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.0rd3rjvnnhw7n.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.0gspg~~t9nou8.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.p.0rx81dn62y51_.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.0rd3rjvnnhw7n.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_28252ec4-module__-ZUskW__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_28252ec4-module__-ZUskW__variable{--font-space-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.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.0m6w47a4e5dy9.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.11u06r12fd6v_.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.0wxq9webf.ew4.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.067x_6k0k23tk.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.p.16ipb6fqu393i.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.0q-301v4kxxnr.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.0bjc5tiuqdqro.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.0m6w47a4e5dy9.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.11u06r12fd6v_.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.0wxq9webf.ew4.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.067x_6k0k23tk.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.p.16ipb6fqu393i.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.0q-301v4kxxnr.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.0bjc5tiuqdqro.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.0m6w47a4e5dy9.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.11u06r12fd6v_.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.0wxq9webf.ew4.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.067x_6k0k23tk.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.p.16ipb6fqu393i.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.0q-301v4kxxnr.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_4d81718a-module__UjoXxW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4d81718a-module__UjoXxW__variable{--font-inter:"Inter", "Inter 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)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)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)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.p.0k_.i63k_i_qa.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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.16-z~2sp29ex6.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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.0m9hhkgdlzukj.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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.0juuwbcf7uz~t.woff2)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)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.p.0hkrq11n-dhos.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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.07ig5l8azj~hy.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: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_29ab4f37-module__PkQPtq__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_29ab4f37-module__PkQPtq__variable{--font-ibm-plex-mono:"IBM Plex Mono", "IBM Plex Mono Fallback"}
