:root{--app-bg:#f8fafc;--app-bg-top:#ffffff;--app-bg-bottom:#f1f5f9;--app-sidebar:#f8fafc;--app-surface:#ffffff;--app-surface-strong:#ffffff;--app-surface-muted:#f8fafc;--app-surface-ink:#f1f5f9;--app-border:#e2e8f0;--app-border-strong:#cbd5e1;--app-ink:#0f172a;--app-ink-soft:#1e293b;--app-muted:#475569;--app-muted-soft:#94a3b8;--app-accent:#2563eb;--app-accent-strong:#1d4ed8;--app-accent-soft:#dbeafe;--app-accent-ink:#1e40af;--app-highlight:#7c3aed;--app-highlight-soft:#ede9fe;--app-highlight-ink:#5b21b6;--app-success:#10b981;--app-success-soft:#d1fae5;--app-warning:#f59e0b;--app-warning-soft:#fef3c7;--app-danger:#ef4444;--app-danger-soft:#fee2e2;--app-gradient-brand:linear-gradient(135deg,#2563eb,#4f46e5 58%,#7c3aed);--app-gradient-shell:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(248,250,252,0.88));--app-glass:rgba(255,255,255,0.86);--app-shadow:0 16px 42px rgba(15,23,42,0.08);--app-shadow-soft:0 8px 24px rgba(15,23,42,0.06);--app-radius-sm:8px;--app-radius-md:12px;--app-radius-lg:16px;--app-radius-xl:22px;--app-shell-max:1320px}html{background:var(--app-bg)}body,html{margin:0;padding:0;min-height:100%;background:transparent;color:var(--app-ink)}*{box-sizing:border-box}body{line-height:1.5;font-family:var(--font-sans),"Helvetica Neue",sans-serif;background:radial-gradient(circle at top left,rgba(124,58,237,.06) 0,rgba(124,58,237,0) 26%),radial-gradient(circle at top right,rgba(37,99,235,.08) 0,rgba(37,99,235,0) 24%),linear-gradient(180deg,var(--app-bg-top) 0,var(--app-bg) 35%,var(--app-bg-bottom) 100%)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}::selection{background:rgba(37,99,235,.18);color:var(--app-ink)}code{font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}[data-mantine-color-scheme=light] body{background:transparent}.shell-topbar-inner{width:100%;padding:0}.shell-topbar-frame{width:100%;min-height:72px;display:grid;grid-template-columns:248px minmax(0,1fr);align-items:center;grid-gap:0;gap:0}.shell-topbar-primary{min-width:0;padding:0 14px}.shell-topbar-brand{min-width:0;display:flex;align-items:center;gap:12px}.shell-topbar-brand-copy{min-width:0}.shell-topbar-workspace{min-width:0;justify-self:end;flex-shrink:0;margin-right:18px;align-items:center;gap:12px}.shell-layout{display:grid;grid-template-columns:220px minmax(0,1fr);flex:1 1 auto;min-height:0}.shell-main{min-width:0;padding:20px 24px 32px;overflow-y:auto;min-height:0}.shell-main-inner{width:min(100%,1320px);margin:0 auto;min-height:100%;display:flex;flex-direction:column}.shell-main-panel{flex:1 1 auto;min-height:0}.breadcrumb-seg{padding:5px 12px;background:rgba(255,255,255,.88);border:1px solid var(--app-border);color:var(--app-muted);letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.breadcrumb-seg-current{background:var(--app-accent-soft);border-color:rgba(37,99,235,.18);color:var(--app-accent-ink)}.breadcrumb-sep{color:var(--app-border-strong);flex-shrink:0;margin:0 -1px;position:relative;z-index:1}.breadcrumb-link{text-decoration:none;transition:filter .12s ease}.breadcrumb-link:hover .breadcrumb-seg{background:var(--app-surface-ink);border-color:var(--app-border-strong);color:var(--app-ink-soft)}.shell-mobile-only{display:none}.page-header-meta{display:flex;flex-wrap:wrap;gap:8px}.app-panel{background:var(--app-glass);box-shadow:var(--app-shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-panel,.app-panel-muted{border:1px solid var(--app-border);border-radius:var(--app-radius-lg)}.app-panel-muted{background:rgba(248,250,252,.94)}.app-panel-header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px}.app-panel-heading{display:grid;grid-gap:5px;gap:5px}.dashboard-kpi-card{min-height:144px}.dashboard-chart-frame{width:100%;height:320px}.dashboard-chart-frame-compact{height:260px}.dashboard-empty-state{min-height:180px;display:grid;place-items:center;grid-gap:6px;gap:6px;text-align:center;padding:24px;border:1px dashed var(--app-border);border-radius:var(--app-radius-md);background:rgba(248,250,252,.9)}.dashboard-color-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.dashboard-divider{height:1px;background:var(--app-border)}.dashboard-breakdown-row{display:grid;grid-gap:10px;gap:10px;padding:14px 0;border-top:1px solid var(--app-border)}.dashboard-breakdown-row:first-child{padding-top:0;border-top:0}.dashboard-breakdown-track{display:flex;overflow:hidden;height:10px;border-radius:999px;background:var(--app-surface-muted)}.dashboard-breakdown-segment{height:100%}.dashboard-breakdown-segment-granted{background:var(--app-success)}.dashboard-breakdown-segment-denied{background:var(--app-warning)}.app-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 24px;gap:18px 24px}.app-field-grid{display:grid;grid-gap:16px;gap:16px}.app-action-row{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.app-two-column-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.app-preview-frame{border-radius:var(--app-radius-xl);padding:24px;border:1px solid var(--app-border);background:rgba(255,255,255,.84);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);min-height:400px;display:flex;align-items:center;justify-content:center}.app-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:0;gap:0;align-items:start;min-height:calc(100vh - 200px)}.app-builder-left{padding-right:24px;overflow-y:auto}.app-builder-right{position:-webkit-sticky;position:sticky;top:80px;height:calc(100vh - 160px);overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding:24px}.app-field-row{border-bottom:1px solid var(--app-border)}.app-field-row:first-child{border-top:1px solid var(--app-border)}.app-field-row:hover{background:var(--app-surface)}.app-inline-code{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border-radius:7px;border:1px solid var(--app-border);background:var(--app-accent-soft);color:var(--app-accent-ink);font-size:.82rem}.app-public-shell{min-height:100vh;padding:32px 20px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--public-accent,var(--app-accent)) 12%,transparent) 0,transparent 26%),radial-gradient(circle at bottom right,color-mix(in srgb,var(--public-accent,var(--app-accent)) 10%,white 18%) 0,transparent 24%),linear-gradient(180deg,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 22%),var(--public-bg,var(--app-bg-top))}.app-public-layout{width:min(100%,1120px);margin:0 auto;display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.app-public-aside,.app-public-card{border:1px solid var(--app-border);border-radius:var(--app-radius-xl);background:rgba(255,255,255,.9);box-shadow:var(--app-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-public-aside{padding:28px;position:-webkit-sticky;position:sticky;top:24px}.app-public-card{padding:28px}.app-public-brand{display:inline-flex;align-items:center;gap:12px;color:var(--app-ink);font-size:.95rem;font-weight:700}.app-public-meta{display:grid;grid-gap:12px;gap:12px}.app-public-meta-item{display:grid;grid-gap:4px;gap:4px;padding-top:12px;border-top:1px solid var(--app-border)}.app-public-meta-label{color:var(--app-muted);font-size:.8rem;font-weight:600}.app-public-meta-value{color:var(--app-ink);font-size:.95rem;font-weight:600}.app-public-step{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(37,99,235,.14);background:rgba(219,234,254,.85);color:var(--app-accent-ink);font-size:.84rem;font-weight:600}.app-public-title{margin:0;color:var(--app-ink);font-size:clamp(1.8rem,2.7vw,2.6rem);line-height:1;letter-spacing:-.045em}.app-public-subtitle{margin:0;color:var(--app-muted);font-size:.98rem;line-height:1.65}.app-public-purpose-list{border-top:1px solid var(--app-border)}.app-public-notice{display:block;width:100%;max-width:100%;align-self:stretch;padding:0 .9rem;margin-top:4px;border:0;background:transparent;box-sizing:border-box;text-align:left}.app-public-notice-title{color:var(--app-ink-soft);font-size:.74rem;font-weight:600;line-height:1.4;display:inline}.app-public-notice-body{color:var(--app-muted);font-size:.72rem;line-height:1.5;display:inline}.app-public-notice-body>:first-child{margin-top:0}.app-public-notice-body>:last-child{margin-bottom:0}.app-public-notice-body p{margin:0;display:inline}.app-public-notice-body li,.app-public-notice-body ol,.app-public-notice-body ul{display:inline;margin:0;padding:0}.app-public-notice-link{color:var(--app-accent-strong);font-size:.72rem;font-weight:500;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.app-public-notice-link:before{content:"·";color:var(--app-muted-soft);margin-right:.35rem}.app-public-purpose-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--app-border)}.app-public-purpose-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.app-public-state-icon{width:60px;height:60px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--app-accent-soft);color:var(--app-accent-strong)}.mantine-Card-root,.mantine-Paper-root{border-radius:var(--app-radius-lg);box-shadow:none}.mantine-Button-root{min-height:40px;border-radius:999px;box-shadow:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}.mantine-Button-root:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.12)}.mantine-Button-root:disabled,.mantine-Button-root[data-disabled]{opacity:.4}.mantine-Badge-root{min-height:24px;border-radius:999px;text-transform:none;letter-spacing:0}.mantine-ColorInput-input,.mantine-Input-input,.mantine-Input-input input,.mantine-MultiSelect-input,.mantine-Select-input,.mantine-TextInput-input,.mantine-Textarea-input{min-height:42px;border-color:var(--app-border);background:var(--app-surface);color:var(--app-ink)}.mantine-Textarea-input{min-height:110px}.mantine-InputWrapper-label,.mantine-Switch-label{margin-bottom:6px;color:var(--app-ink-soft);font-weight:600}.mantine-InputWrapper-description,.mantine-Switch-description{color:var(--app-muted)}.mantine-Table-td,.mantine-Table-th{border-color:var(--app-border)}.mantine-Table-th{background:var(--app-surface-muted)}.mantine-Table-tr[data-hover]:hover td{background:rgba(219,234,254,.4)}.mantine-Alert-root{border-radius:var(--app-radius-md);border:1px solid var(--app-border)}.mantine-Switch-track{border-color:var(--app-border);background:var(--app-surface-muted)}.mantine-Switch-input:checked+.mantine-Switch-track{background:var(--app-accent);border-color:var(--app-accent)}@media (max-width:62em){.shell-topbar-inner{padding:0 16px}.shell-topbar-frame{display:flex;gap:16px}.shell-topbar-primary{padding:0;flex:1 1 auto}.shell-topbar-workspace{min-width:auto;margin-right:0;gap:10px;flex-wrap:wrap;justify-content:flex-end}.shell-layout{grid-template-columns:1fr}.shell-sidebar{display:none}.shell-main{padding:18px 16px 28px}.shell-main-inner{width:100%}.shell-main-panel{min-height:auto}.shell-mobile-only{display:inline-flex}.app-info-grid,.app-public-layout,.app-two-column-layout{grid-template-columns:1fr}.app-public-aside{position:static}.app-builder-layout{grid-template-columns:1fr}.app-builder-right{position:static;height:auto}}@media (max-width:40em){.shell-topbar-workspace{gap:8px;justify-content:flex-end}.app-public-shell{padding:20px 14px}.app-public-aside,.app-public-card{padding:22px 18px}.app-panel-header,.app-public-purpose-row{flex-direction:column;align-items:stretch}.page-header-meta{gap:6px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-sans:"Inter","Inter 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:700;font-display:swap;src:url(/_next/static/media/704b853f32d191d5-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:700;font-display:swap;src:url(/_next/static/media/656feb427634a431-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:700;font-display:swap;src:url(/_next/static/media/991629005c80bdf1-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:700;font-display:swap;src:url(/_next/static/media/46e154b2fcbd6033-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:700;font-display:swap;src:url(/_next/static/media/37786be940ec402b-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_27d86c{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_27d86c{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}