:root{--bg-base:#f6f8fb;--bg-alt:#e9eef7;--ink-strong:#101b2d;--ink-main:#253349;--ink-muted:#5c697c;--panel:#ffffff;--line:#d5deea;--accent:#0f8a8d;--accent-2:#e58f2a;--accent-soft:#daf5f5;--danger:#c43d52;--success:#1f8e5a;--radius-card:18px;--radius-control:12px;--shadow-soft:0 16px 38px rgba(8,22,45,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-heading),"Avenir Next","Segoe UI",sans-serif;background:radial-gradient(circle at 8% 12%,rgba(15,138,141,.16),transparent 30%),radial-gradient(circle at 90% 14%,rgba(229,143,42,.2),transparent 26%),linear-gradient(170deg,var(--bg-base) 0,var(--bg-alt) 68%);color:var(--ink-main)}button,input,select,textarea{font:inherit}input::-webkit-file-upload-button{font:inherit}input::-webkit-file-upload-button,input::file-selector-button{font:inherit}a{color:inherit}.app-shell{width:clamp(320px,80vw,1280px);margin:1.2rem auto 2rem}.top-nav{position:relative;z-index:110;justify-content:space-between;gap:1rem;margin-bottom:1.2rem;padding:.95rem 1.1rem;border:1px solid rgba(16,27,45,.08);border-radius:16px;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand-mark,.top-nav{display:flex;align-items:center}.brand-mark{gap:.75rem;font-weight:700;letter-spacing:.01em;color:var(--ink-strong)}.brand-mark:before{content:"";width:13px;height:13px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 0 5px rgba(15,138,141,.14)}.nav-links{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}.nav-link{text-decoration:none;padding:.45rem .72rem;border-radius:10px;color:var(--ink-main);border:1px solid transparent;transition:border-color .14s ease,background .14s ease}.nav-link:hover{border-color:rgba(37,51,73,.16);background:rgba(255,255,255,.85)}.account-menu{position:relative;z-index:1200}.account-menu-trigger{font:inherit;border-radius:10px;border:1px solid #c7d2e3;background:#fff;color:var(--ink-main);padding:.45rem .72rem;cursor:pointer}.account-menu-popover{position:absolute;right:0;top:calc(100% + .45rem);min-width:180px;background:#fff;border:1px solid #d8e1ef;border-radius:12px;box-shadow:0 14px 32px rgba(10,25,53,.14);z-index:1300;padding:.3rem}.account-menu-item{width:100%;display:block;text-align:left;font:inherit;color:var(--ink-main);text-decoration:none;padding:.5rem .6rem;border:0;background:transparent;border-radius:8px;cursor:pointer}.account-menu-item:hover{background:#f4f8ff}.overlay-backdrop{position:fixed;inset:0;background:rgba(8,15,27,.42);display:grid;place-items:center;z-index:2200;padding:clamp(1rem,4dvh,2rem) 1rem;overflow:auto}.overlay-panel{width:min(560px,100%);max-height:calc(100dvh - clamp(2rem, 8dvh, 4rem));overflow:auto;margin:0;padding:1rem;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:0 20px 52px rgba(3,18,45,.24)}.overlay-panel-wide{width:min(880px,100%)}.page{animation:slide-fade .42s ease both;max-width:100%;overflow-x:clip}.hero,.surface-card{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--panel);box-shadow:var(--shadow-soft)}.hero{padding:clamp(1.3rem,2vw,2.2rem)}.workspace-hero{padding-bottom:1.2rem}.workspace-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.workspace-overview{position:relative}.workspace-title-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.workspace-title-row h1{margin:0;color:var(--ink-strong);letter-spacing:-.02em}.workspace-switch-btn{width:1.95rem;height:1.95rem}.workspace-project-field{flex:1 1 360px;max-width:580px;margin:0}.workspace-destination-card{margin-top:.75rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.workspace-destination-compact{margin-top:.65rem;padding:.55rem .7rem}.workspace-destination-compact .stat-label{margin-bottom:.2rem}.hero h1,.page h1{margin:0;color:var(--ink-strong);letter-spacing:-.02em}.page h1{margin-bottom:.55rem}.lead{margin-top:.55rem;margin-bottom:0;color:var(--ink-muted);max-width:70ch}.grid-2{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.grid-2>*{min-width:0}.stack .grid-2{margin-top:0}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-gap:.8rem;gap:.8rem;margin:1rem 0}.history-kpi-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.stat-card{padding:.9rem;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.stat-label{margin:0 0 .3rem;font-size:.82rem;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em}.stat-value{margin:0;font-size:1.35rem;font-weight:700;color:var(--ink-strong)}.surface-card{padding:1rem;min-width:0;max-width:100%;overflow:hidden}.panel-title{margin:0;color:var(--ink-strong)}h2.panel-title{font-size:1.5rem}h3.panel-title,h4.panel-title{font-size:1.2rem}.project-management-stack h4.panel-title{margin-top:20px}.project-management-stack h4.panel-title.project-management-title-first{margin-top:0}.panel-subtitle{margin-top:.4rem;color:var(--ink-muted);font-size:.93rem}.controls-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.control,.file-input,.ghost-btn,.primary-btn,.select{font:inherit}.file-input,.select{width:100%;padding:.66rem .76rem;border-radius:var(--radius-control);border:1px solid #cdd7e5;background:#fff}.text-area{resize:vertical;min-height:8rem;font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem}#upload-files{border-style:dashed;border-color:#b9c7db;background:linear-gradient(180deg,#fbfdff,#f4f8ff);color:var(--ink-main);cursor:pointer}#upload-files:hover,.upload-style-file-input:hover{border-color:#96abc9;background:linear-gradient(180deg,#f7fbff,#edf4ff)}#upload-files::-webkit-file-upload-button,.upload-style-file-input::-webkit-file-upload-button{font:inherit;border:1px solid #c1cee2;border-radius:10px;background:#ffffff;color:var(--ink-main);padding:.45rem .72rem;margin-right:.75rem;cursor:pointer}#upload-files::file-selector-button,.upload-style-file-input::file-selector-button{font:inherit;border:1px solid #c1cee2;border-radius:10px;background:#ffffff;color:var(--ink-main);padding:.45rem .72rem;margin-right:.75rem;cursor:pointer}#upload-files::-webkit-file-upload-button:hover,.upload-style-file-input::-webkit-file-upload-button:hover{border-color:#9fb3cf;background:#f5f9ff}#upload-files::file-selector-button:hover,.upload-style-file-input::file-selector-button:hover{border-color:#9fb3cf;background:#f5f9ff}.upload-style-file-input{border-style:dashed;border-color:#b9c7db;background:linear-gradient(180deg,#fbfdff,#f4f8ff);color:var(--ink-main);cursor:pointer}.field{display:grid;grid-gap:.45rem;gap:.45rem;margin:.8rem 0}.field label{font-size:.9rem;font-weight:600;color:var(--ink-main)}input[type=checkbox]{width:1.08rem;height:1.08rem;accent-color:var(--accent)}.validation-rules-title{white-space:nowrap}.checkbox-label-tight{display:inline-flex;gap:.28rem;align-items:center;font-weight:400!important}.governance-project-select{font-size:1.04rem;font-weight:600}.template-enabled-select{width:auto;min-width:6.5rem;max-width:8rem}.column-drag-handle{cursor:-webkit-grab;cursor:grab;color:var(--ink-muted)}.column-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.user-add-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);grid-gap:.8rem;gap:.8rem}.user-inline-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.user-filter-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr) minmax(0,1.5fr);grid-gap:.8rem;gap:.8rem}.ghost-btn,.link-btn,.primary-btn{border-radius:12px;border:1px solid transparent;padding:.62rem .9rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,opacity .12s ease,border-color .12s ease}.primary-btn{color:#fff;background:linear-gradient(145deg,var(--accent),#0c6f72)}.ghost-btn:hover,.link-btn:hover,.primary-btn:hover{transform:translateY(-1px)}.ghost-btn{background:#f7fafd}.ghost-btn,.link-btn{border-color:#c7d2e3;color:var(--ink-main)}.link-btn{background:#fff}.ghost-btn:disabled,.primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.stack{display:grid;grid-gap:1rem;gap:1rem}.stack,.stack>*{min-width:0}.data-table-wrap{overflow-x:auto;overflow-y:hidden;border:1px solid var(--line);border-radius:14px;max-width:100%;min-width:0}.data-table{width:100%;border-collapse:collapse;min-width:720px;font-size:.93rem;background:#fff}.data-table td,.data-table th{text-align:left;padding:.65rem .75rem;border-bottom:1px solid #e8edf5}.data-table th{font-size:.76rem;color:#6b7789;text-transform:uppercase;letter-spacing:.08em;background:#f7fafd}.row-clickable{cursor:pointer}.row-clickable:hover{background:#f6f9ff}.row-selected{background:#e9f5ff}.status-chip{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.2rem .55rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;border:1px solid transparent}.status-ok{color:#0e6f45;background:#e2f7ec;border-color:#bdeed2}.status-warn{color:#8f5d00;background:#fff2d9;border-color:#f6da9e}.status-bad{color:#8f2544;background:#ffe6ee;border-color:#ffc2d4}.status-neutral{color:#3d4b63;background:#ebf0f8;border-color:#d2dbea}.inline-code{display:inline-flex;align-items:center;font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.79rem;line-height:1;color:#344154;background:#eef3fa;border:1px solid #d9e2f0;border-radius:9px;padding:.15rem .38rem}.notice{padding:.68rem .82rem;border-radius:12px;font-size:.92rem}.notice-error{background:#ffe7ee;color:#922949;border:1px solid #ffbdd0}.notice-success{background:#e6f7ee;color:#176d46;border:1px solid #b7e8cf}.actions-row{display:flex;align-items:center;gap:0 1rem;flex-wrap:wrap}.template-compare-indicator{display:inline-flex;align-items:center;justify-content:center;margin-left:.15rem;cursor:help}.template-compare-icon-ok{color:var(--success)}.template-compare-icon-bad{color:var(--danger)}.upload-hint-row{margin-top:.55rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.upload-surface{position:relative;overflow:visible;z-index:20}.info-hover-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;border:1px solid #bdd2e5;color:#48617e;background:#f5f9ff;cursor:help}.info-hover-wrap .fa-circle-info{font-size:.8rem}.info-hover-panel{position:absolute;z-index:2300;top:50%;left:calc(100% + .55rem);right:auto;bottom:auto;transform:translateY(-50%);min-width:320px;max-width:420px;display:none;gap:.25rem;padding:.65rem .7rem;border-radius:12px;border:1px solid #d7e2f0;background:#ffffff;box-shadow:0 14px 30px rgba(7,19,40,.16);color:var(--ink-main);font-size:.8rem;line-height:1.35}.info-hover-panel strong{color:var(--ink-strong)}.info-hover-panel>span{display:grid;grid-gap:.12rem;gap:.12rem}.info-hover-wrap:focus-within .info-hover-panel,.info-hover-wrap:hover .info-hover-panel{display:grid}.result-cell{display:inline-flex;align-items:center;gap:.45rem}.filename-meta{margin-top:.15rem;font-size:.78rem;color:rgba(0,0,0,.5)}.issue-icon-btn{width:1.45rem;height:1.45rem;border-radius:999px;border:1px solid #f5b4c5;background:#ffe8ef;color:#8f2544;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;line-height:1}.issue-icon-btn:hover{background:#ffdce7}.issue-icon-btn .fa-circle-exclamation{font-size:.78rem}.icon-btn-danger{width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid #f5b4c5;background:#ffe8ef;color:#8f2544;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn-danger:hover{background:#ffdce7}.icon-btn-danger:disabled{opacity:.55;cursor:not-allowed}.actions-cell-buttons{display:inline-flex;align-items:center;gap:.4rem}.icon-btn-neutral{width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid #c9d5e8;background:#f4f8ff;color:#3f5371;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn-neutral:hover{background:#e8f1ff}.icon-btn-neutral:disabled{opacity:.55;cursor:not-allowed}.destination-host-main{font-weight:600;color:var(--ink-strong)}.destination-host-meta{font-size:.79rem}.destination-host-meta,.health-meta{color:var(--ink-muted);margin-top:.14rem}.health-meta{font-size:.78rem;line-height:1.3}.project-picker-list{display:grid;grid-gap:.5rem;gap:.5rem}.project-picker-item{font:inherit;width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-main);padding:.62rem .72rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;cursor:pointer}.project-picker-item:hover{border-color:#b9c7dc;background:#f6faff}.project-picker-item-active{border-color:#96abc9;background:#eef5ff}.auth-method-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.connection-test-status{font-size:.86rem;font-weight:600}.connection-test-success{color:var(--success)}.connection-test-failed{color:var(--danger)}.destination-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem .9rem;gap:.45rem .9rem;max-height:220px;overflow:auto;border:1px solid var(--line);border-radius:12px;padding:.6rem;background:#fbfcff}.job-files-cell{max-width:320px;color:var(--ink-main);line-height:1.35;overflow-wrap:anywhere}.job-progress-cell{display:grid;grid-gap:.32rem;gap:.32rem;min-width:170px}.progress-track{position:relative;width:100%;height:.5rem;border-radius:999px;background:#e7edf8;overflow:hidden}.progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f8a8d,#3aa8aa)}.progress-meta{color:var(--ink-muted);font-size:.76rem;line-height:1.25;white-space:nowrap}.pipeline-status-cell{display:grid;grid-gap:.32rem;gap:.32rem;min-width:210px}.pipeline-stage-label{color:var(--ink-main);font-size:.84rem;font-weight:600}.pipeline-boxes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.24rem;gap:.24rem}.pipeline-box{display:block;height:.4rem;border-radius:999px}.pipeline-box-done{background:#55b88d}.pipeline-box-active{background:#0f8a8d}.pipeline-box-pending{background:#d7dfec}.pipeline-box-error{background:#d65b7a}.admin-console-nav{display:flex;flex-wrap:wrap;gap:1.35rem;align-items:center;border-bottom:1px solid #d8e2f0;padding:0 .2rem .15rem}.admin-console-tab{position:relative;text-decoration:none;color:#5f6f88;font-weight:600;font-size:.93rem;letter-spacing:.01em;padding:.25rem .1rem .6rem;transition:color .14s ease}.admin-console-tab:hover{color:#2f4260}.admin-console-tab:after{content:"";position:absolute;left:0;right:0;bottom:-.2rem;height:2px;border-radius:999px;background:transparent;transform:scaleX(.28);transform-origin:center;transition:background .14s ease,transform .14s ease}.admin-console-tab-active{color:var(--ink-strong)}.admin-console-tab-active:after{background:linear-gradient(90deg,var(--accent),#3aa8aa);transform:scaleX(1)}.pipeline-track{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem}.audit-toolbar{display:grid;grid-template-columns:1fr auto;grid-gap:.8rem;gap:.8rem;align-items:baseline}.audit-toolbar-action{margin:0}.audit-toolbar-action label{visibility:hidden}.login-wrap{min-height:calc(100vh - 190px);display:grid;place-items:center}.login-card{width:min(480px,100%);padding:1.3rem}.login-badge{display:inline-flex;border-radius:999px;background:var(--accent-soft);color:#0f6768;border:1px solid #a4e2e4;padding:.2rem .55rem;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}@keyframes slide-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.app-shell{width:clamp(320px,90vw,1280px);margin-top:.6rem}.grid-2{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.audit-toolbar,.destination-project-grid,.user-add-row,.user-filter-row,.user-inline-fields{grid-template-columns:1fr}}@media (max-width:620px){.top-nav{align-items:flex-start;flex-direction:column}.account-menu-popover{left:0;right:auto}.stat-grid{grid-template-columns:1fr}.admin-console-nav{gap:.9rem}}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-heading:"Outfit","Outfit 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{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}