:root{color-scheme:light;--hd-bg:#f3f5f4;--hd-surface:#ffffff;--hd-surface-muted:#f7f9f8;--hd-surface-subtle:#eef3f1;--hd-text:#182224;--hd-text-soft:#3f4d50;--hd-muted:#6c787a;--hd-border:#d9e1df;--hd-border-strong:#bcc9c6;--hd-brand:#1d5554;--hd-brand-strong:#163e3f;--hd-brand-deep:#102f31;--hd-accent:#16877d;--hd-accent-hover:#116f68;--hd-accent-light:#8ed9ce;--hd-accent-soft:#e6f4f1;--hd-success:#28744a;--hd-success-soft:#edf7f1;--hd-warning:#9a650a;--hd-warning-soft:#fbf4e7;--hd-danger:#a74336;--hd-danger-soft:#fbefed;--hd-info:#356a8a;--hd-info-soft:#edf4f7;--hd-radius-sm:8px;--hd-radius-md:12px;--hd-radius-lg:16px;--hd-shadow-sm:0 1px 2px rgba(20,43,42,0.06);--hd-shadow-md:0 8px 24px rgba(20,43,42,0.08);--hd-focus-ring:0 0 0 3px rgba(22,135,125,0.16);--hd-space-1:4px;--hd-space-2:8px;--hd-space-3:12px;--hd-space-4:16px;--hd-space-5:24px;--hd-space-6:32px;--hd-control-height:40px;--hd-control-height-compact:36px;--hd-page-gutter:clamp(14px,1.45vw,24px);--hd-content-max:1680px;--bg:var(--hd-bg);--panel:var(--hd-surface);--panel-soft:var(--hd-surface-muted);--text:var(--hd-text);--muted:var(--hd-muted);--border:var(--hd-border);--nav:var(--hd-brand-strong);--nav-soft:var(--hd-brand);--accent:var(--hd-accent);--danger:var(--hd-danger);--warning:var(--hd-warning);--success:var(--hd-success);--purple:#66538f;--action-panel-radius:12px;--action-panel-padding-y:9px;--action-panel-padding-x:11px;--action-control-height:36px;--action-control-radius:9px;--action-control-gap:7px;--action-label-size:10px;--action-control-font-size:11.5px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-dm-sans),system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:228px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{background:linear-gradient(180deg,#081a50,#07163d);color:#fff;padding:22px 18px;display:flex;flex-direction:column;gap:20px;height:100vh;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto}.main-content{padding:0;height:auto;overflow:visible}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.page-header h1{margin:0;font-size:28px;line-height:1.05;letter-spacing:-.03em}.page-header p{margin:6px 0 0;color:var(--muted);font-size:14px}.actions{display:flex;gap:10px;flex-wrap:wrap}.eyebrow{display:inline-block;margin-bottom:8px;color:#5670a6;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.muted{color:var(--muted)}.small{font-size:13px}.section-title{margin:0 0 14px;font-size:17px}.compact-title{margin-bottom:0}.btn{border:1px solid var(--hd-border);background:var(--hd-surface);color:var(--hd-text);padding:8px 14px;border-radius:var(--hd-radius-sm);cursor:pointer;font-weight:700;font-size:13px;text-decoration:none;transition:border-color .14s ease,background .14s ease,color .14s ease}.btn:hover:not(:disabled){border-color:var(--hd-border-strong);background:var(--hd-surface-muted)}.btn.primary{background:var(--hd-accent);color:white;border-color:var(--hd-accent)}.btn.primary:hover:not(:disabled){background:var(--hd-accent-hover);border-color:var(--hd-accent-hover)}.btn.soft{background:var(--hd-accent-soft);border-color:color-mix(in srgb,var(--hd-accent) 24%,var(--hd-border));color:var(--hd-accent-hover)}.btn.danger{background:var(--hd-danger-soft);border-color:color-mix(in srgb,var(--hd-danger) 24%,var(--hd-border));color:var(--hd-danger)}.btn.ghost{background:transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 1px 3px rgba(10,26,71,.04)}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px}.grid-3,.grid-4{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.stack{display:flex;flex-direction:column;gap:12px}.inline-form{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.link-button{background:none;border:none;color:inherit;padding:0;cursor:pointer;text-align:left}.error{color:#b23333}.error,.success{font-size:14px;margin-top:8px}.success{color:var(--success)}.notice{padding:12px 14px;border-radius:14px;background:#eef6ff;border:1px solid #d7e6ff;color:#294b86;font-size:14px}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.badge{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.priority-LOW,.status-NEW{background:#eef2ff;color:#23408d}.priority-MEDIUM,.status-ASSIGNED{background:#e6f0ff;color:#1257a8}.priority-HIGH,.status-IN_PROGRESS{background:#fff3e8;color:var(--warning)}.status-WAITING_ON_USER{background:#f3ecff;color:var(--purple)}.status-CLOSED,.status-RESOLVED{background:#ecfff3;color:var(--success)}.priority-CRITICAL{background:#fff0ef;color:var(--danger)}.page-section{margin-top:20px}.section-shell{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:18px}.section-shell-soft{background:linear-gradient(180deg,#ffffff,#f9fbff)}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.section-kicker{display:inline-block;margin-bottom:6px;color:#5670a6;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-name{margin:0;font-size:18px;font-weight:700;line-height:1.2}.section-header-stack{align-items:flex-start}.section-description{margin:6px 0 0;font-size:13px;color:var(--muted);line-height:1.4;max-width:520px}.field label{display:block;margin-bottom:7px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:9px 12px;background:white;color:var(--text);font-size:13px}.field textarea{min-height:110px;resize:vertical}.modal{position:fixed;inset:0;background:rgba(10,20,40,.45);display:grid;place-items:center;z-index:1000;padding:24px}.modal-content{background:white;border-radius:20px;padding:22px;width:100%;max-width:420px;max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:fadeIn .15s ease}.modal-lg{max-width:760px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.modal-footer{display:flex;justify-content:flex-end;margin-top:16px}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.form-stack{gap:12px}.app-main,.form-stack{display:flex;flex-direction:column}.app-main{min-width:0;height:100vh;overflow:hidden}.page-header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;padding:16px 24px 14px;background:var(--bg);border-bottom:1px solid var(--border)}.page-content-shell{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 24px}.page-content-inner{min-height:0;padding-bottom:0}.app-footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:40;flex:0 0 auto;border-top:1px solid var(--border);background:var(--bg)}.footer-content{min-height:44px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:var(--muted);opacity:.92;flex-wrap:wrap}.footer-divider{opacity:.45}.footer-version-pill{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(96,113,143,.18);background:rgba(255,255,255,.72);color:var(--muted);font-size:11px;font-weight:700}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.grid-3{grid-template-columns:1fr}}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.page-content-inner{min-height:0;padding-bottom:0}.footer-content{padding:10px 18px}.sidebar{display:none}.main-content{padding:18px}.page-header{flex-direction:column}.modal-header,.section-header{flex-direction:column;align-items:flex-start}}.btn{display:inline-flex;align-items:center;justify-content:center;line-height:1}.page-header-shell{padding:13px 22px 11px}.page-header{gap:12px;margin-bottom:0}.page-header h1{font-size:26px;line-height:1.04}.page-header p{margin-top:4px;font-size:13px}.page-content-shell{padding:14px 22px}.card,.section-shell{border-radius:16px;padding:14px}.grid-2,.grid-3,.grid-4{gap:12px}.stack{gap:10px}.actions{gap:8px}.btn{min-height:34px;padding:0 12px;border-radius:10px;font-size:12.5px}.badges{gap:6px;margin-top:8px}.badge{padding:5px 9px;font-size:11px}.notice{padding:10px 12px;border-radius:12px}.page-section{margin-top:14px}.section-header{gap:12px;margin-bottom:10px}.section-name{font-size:17px}.section-description{margin-top:4px;font-size:12.5px}.field label{margin-bottom:5px}.field input,.field select,.field textarea{min-height:36px;padding:8px 11px;border-radius:11px}.field textarea{min-height:92px}.modal{padding:18px}.modal-content{border-radius:18px;padding:18px;max-height:calc(100vh - 36px)}.modal-header{gap:12px;margin-bottom:12px}.modal-footer{margin-top:12px}.form-stack{gap:10px}.footer-content{min-height:38px}.footer-version-pill{height:22px;padding-inline:9px}@media (max-width:900px){.page-content-shell,.page-header-shell{padding:12px}}.custom-select{position:relative;width:100%;min-width:0}.custom-select-trigger{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border:1px solid #c8d5e8;border-radius:11px;background:#fff;color:#14213d;font:inherit;font-weight:700;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.custom-select-trigger:hover{border-color:#96acd0;background:#fbfdff}.custom-select-trigger:focus-visible{outline:0;border-color:#2b67d1;box-shadow:0 0 0 3px rgba(43,103,209,.14)}.custom-select-placeholder{color:#7d899e;font-weight:600}.custom-select-chevron{width:18px;height:18px;flex:0 0 auto;color:#5f6f89;transition:transform .16s ease}.custom-select-trigger[aria-expanded=true] .custom-select-chevron{transform:rotate(180deg)}.custom-select.is-disabled .custom-select-trigger{cursor:not-allowed;opacity:.68;background:#f2f5f9}.custom-select-menu{overflow-x:hidden;overflow-y:auto;padding:6px;border:1px solid #c8d5e8;border-radius:12px;background:#fff;box-shadow:0 20px 48px rgba(20,33,61,.2)}.custom-select-search{position:-webkit-sticky;position:sticky;top:-6px;z-index:1;padding:6px 4px 8px;background:#fff}.custom-select-search input{width:100%;min-width:0;min-height:36px;box-sizing:border-box;padding:0 10px;border:1px solid #c8d5e8;border-radius:8px;background:#f8fbff;color:#27344d;font:inherit;font-size:12px}.custom-select-search input:focus{outline:0;border-color:#2b67d1;box-shadow:0 0 0 2px rgba(43,103,209,.12)}.custom-select-empty{padding:12px 10px;color:#7d899e;font-size:12px;text-align:center}.custom-select-option{width:100%;min-width:0;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#27344d;font:inherit;font-size:13px;font-weight:700;text-align:left;cursor:pointer}.custom-select-option>span:first-child{min-width:0;overflow-wrap:anywhere;word-break:break-word}.custom-select-option:focus-visible,.custom-select-option:hover{outline:0;background:#edf4ff;color:#164fae}.custom-select-option.is-selected{background:#e6efff;color:#164fae}.custom-select-option:disabled{cursor:not-allowed;opacity:.5}.custom-select-check{flex:0 0 auto;font-size:14px}:root{--layout-section-gap:16px;--layout-card-gap:14px;--layout-panel-gap:16px}.hd-section-header{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--hd-space-4)}.hd-section-heading{min-width:0}.hd-section-eyebrow{display:block;margin-bottom:var(--hd-space-1);color:var(--hd-accent);font-size:10px;font-weight:700;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.hd-section-title{margin:0;color:var(--hd-text);font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.hd-section-description{margin:var(--hd-space-1) 0 0;color:var(--hd-muted);font-size:12.5px;line-height:1.4}.hd-section-actions{flex:0 0 auto;display:flex;align-items:center;gap:var(--hd-space-2)}.hd-panel{min-width:0;overflow:hidden;border:1px solid var(--hd-border);border-radius:var(--hd-radius-lg);background:var(--hd-surface);box-shadow:var(--hd-shadow-sm)}.hd-panel-header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:var(--hd-space-3);padding:13px 15px;border-bottom:1px solid var(--hd-border);background:linear-gradient(90deg,var(--hd-accent-soft) 0,#f7fbfa 34%,var(--hd-surface) 76%)}.hd-panel-heading{min-width:0}.hd-panel-title{margin:0;color:var(--hd-text);font-size:14px;font-weight:700;line-height:1.25}.hd-panel-subtitle{display:block;margin-top:2px;color:var(--hd-muted);font-size:11px;line-height:1.35}.hd-panel-link{flex:0 0 auto;color:var(--hd-accent);font-size:11.5px;font-weight:700;text-decoration:none}.hd-panel-link:hover{color:var(--hd-accent-hover);text-decoration:underline;text-underline-offset:3px}.hd-empty-state{padding:22px 16px;color:var(--hd-muted);font-size:12px;line-height:1.45;text-align:center}.stat-card{--stat-accent:var(--hd-accent);--stat-soft:var(--hd-accent-soft);--stat-border:var(--hd-border);position:relative;min-width:0;min-height:112px;padding:14px 52px 14px 15px;overflow:hidden;border:1px solid var(--stat-border);border-left:3px solid var(--stat-accent);border-radius:var(--hd-radius-md);background:var(--hd-surface);box-shadow:var(--hd-shadow-sm);color:var(--hd-text);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.stat-card.is-interactive:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--stat-accent) 42%,var(--hd-border));box-shadow:var(--hd-shadow-md)}.stat-card:focus-visible{outline:0;box-shadow:var(--hd-focus-ring)}.stat-card-icon{position:absolute;top:13px;right:13px;width:32px;height:32px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--stat-accent) 28%,var(--hd-border));border-radius:10px;color:var(--stat-accent);background:var(--stat-soft)}.stat-card-icon svg{width:17px;height:17px}.stat-card-label{max-width:100%;color:var(--hd-text-soft);font-size:10px;font-weight:700;letter-spacing:.075em;line-height:1.2;text-transform:uppercase}.stat-card-value{margin-top:9px;color:var(--hd-text);font-size:29px;font-weight:700;letter-spacing:-.035em;line-height:1}.stat-card-note{margin-top:8px;overflow:hidden;color:var(--hd-muted);font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.stat-card.is-alerting{border-color:color-mix(in srgb,var(--stat-accent) 38%,var(--hd-border))}.stat-card-cyan,.stat-card-info{--stat-accent:var(--hd-info);--stat-soft:var(--hd-info-soft)}.stat-card-emerald,.stat-card-success{--stat-accent:var(--hd-success);--stat-soft:var(--hd-success-soft)}.stat-card-neutral{--stat-accent:#5b696b;--stat-soft:#f0f3f2}.stat-card-danger,.stat-card-rose{--stat-accent:var(--hd-danger);--stat-soft:var(--hd-danger-soft)}.stat-card-amber,.stat-card-warning{--stat-accent:var(--hd-warning);--stat-soft:var(--hd-warning-soft)}.stat-card-workflow{--stat-accent:#6f6085;--stat-soft:#f1eef5}@media (max-width:720px){.hd-section-header{align-items:flex-start;gap:var(--hd-space-2)}.hd-section-actions{flex-wrap:wrap}.hd-panel-header{gap:var(--hd-space-2);padding:11px 12px}.hd-panel-title{font-size:13.5px}.hd-panel-subtitle{font-size:10.5px}.hd-section-title{font-size:16px}.hd-section-description{font-size:11.5px}.stat-card{min-height:104px;padding:12px 45px 12px 13px}.stat-card-icon{top:11px;right:11px;width:29px;height:29px}.stat-card-value{font-size:26px}}@media (max-width:520px){.hd-section-header{flex-direction:column;gap:var(--hd-space-2)}.hd-section-actions{width:100%;justify-content:flex-start}}:root{--ease-standard:cubic-bezier(0.2,0.6,0.2,1);--transition-fast:120ms var(--ease-standard);--transition-base:180ms var(--ease-standard)}.card{transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(10,26,71,.08),0 4px 10px rgba(10,26,71,.05);border-color:rgba(59,130,246,.25)}.btn{transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.btn.primary:hover{box-shadow:0 4px 10px rgba(10,26,71,.15)}.btn.soft:hover{background:#dbe7ff}.btn.danger:hover{background:#ffe4e1}.nav-link{transition:background var(--transition-fast),transform var(--transition-fast),color var(--transition-fast)}.nav-link:hover{transform:translateX(1px)}.table-simple tbody tr{transition:background var(--transition-fast)}.table-simple tbody tr:hover{background:rgba(59,130,246,.04)}.enter-fade-up{animation:enterFadeUp .32s var(--ease-standard);animation-fill-mode:both}.enter-fade{animation:enterFade .18s var(--ease-standard)}@keyframes enterFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes enterFade{0%{opacity:0}to{opacity:1}}.enter-delay-1{animation-delay:40ms}.enter-delay-2{animation-delay:80ms}.enter-delay-3{animation-delay:.12s}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.card:hover{box-shadow:0 8px 20px rgba(10,26,71,.07),0 3px 8px rgba(10,26,71,.04)}.btn:hover:not(:disabled),.card:hover{transform:translateY(-1px)}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0eeb07{--font-dm-sans:"DM Sans","DM Sans Fallback"}