:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--polo-font-ui:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--polo-page-bg:var(--polo-bg,#f7f7f7);--polo-page-text:var(--polo-text,#171717);--polo-panel-bg:var(--polo-surface,#fff);--polo-panel-strong-bg:var(--polo-surface-2,#f0f0f0);--polo-border:var(--polo-line,#d8d8d8);--polo-control-bg:var(--polo-primary,#175c62);--polo-control-text:#fff;--polo-control-muted-bg:var(--polo-surface,#fff);--polo-control-muted-text:var(--polo-primary,#175c62);--polo-focus-ring:color-mix(in srgb, var(--polo-primary,#175c62) 36%, transparent);--polo-shadow-sm:0 1px 2px #0f172a14;--polo-shadow-md:0 12px 34px #0f172a1f;--polo-control-height:36px;--polo-control-height-sm:30px;--polo-control-padding-x:14px;--polo-control-radius:var(--polo-radius-md,8px);--polo-card-radius:var(--polo-radius-md,8px);--polo-page-padding:var(--polo-space-lg,20px);--polo-panel-padding:var(--polo-space-md,12px);--polo-gap:var(--polo-space-md,12px);--polo-gap-lg:var(--polo-space-lg,20px);--polo-sidebar-width:248px;--polo-topbar-height:56px;--polo-table-row-height:42px;--polo-badge-bg:color-mix(in srgb, var(--polo-primary,#175c62) 12%, var(--polo-surface,#fff));--polo-badge-text:var(--polo-primary,#175c62)}:root[data-polo-density=compact]{--polo-control-height:32px;--polo-control-height-sm:28px;--polo-control-padding-x:12px;--polo-page-padding:var(--polo-space-md,12px);--polo-panel-padding:var(--polo-space-sm,8px);--polo-gap:var(--polo-space-sm,8px);--polo-gap-lg:var(--polo-space-md,12px);--polo-table-row-height:36px}:root[data-polo-density=dense]{--polo-control-height:28px;--polo-control-height-sm:24px;--polo-control-padding-x:10px;--polo-page-padding:var(--polo-space-sm,8px);--polo-panel-padding:var(--polo-space-sm,8px);--polo-gap:var(--polo-space-xs,4px);--polo-gap-lg:var(--polo-space-sm,8px);--polo-table-row-height:32px}:root[data-polo-theme-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--polo-bg:#111;--polo-surface:#191919;--polo-surface-2:#222;--polo-text:#f2f2f2;--polo-muted:#b8b8b8;--polo-line:#3a3a3a;--polo-primary:#76c7c9;--polo-accent:#f0a56a;--polo-success:#70d095;--polo-warning:#f3c969;--polo-danger:#ff8b7f}:root[data-polo-theme-mode=high_contrast]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--polo-bg:#fff;--polo-surface:#fff;--polo-surface-2:#f4f4f4;--polo-text:#000;--polo-muted:#242424;--polo-line:#000;--polo-primary:#003f7d;--polo-accent:#8a2b00;--polo-success:#005a20;--polo-warning:#6f4a00;--polo-danger:#9b0000;--polo-focus-ring:#000}:where(*){box-sizing:border-box}:where(html),:where(body){font-family:var(--polo-font-ui);background:var(--polo-page-bg);color:var(--polo-page-text)}:where(button,input,select,textarea){font:inherit}:where(button,[role=button],input,select,textarea,a):focus-visible{outline:3px solid var(--polo-focus-ring);outline-offset:2px}:where(button,.polo-button){min-height:var(--polo-control-height);border-radius:var(--polo-control-radius)}:where(.polo-button-secondary){background:var(--polo-control-muted-bg);color:var(--polo-control-muted-text)}:where(input,select,textarea,.polo-input){min-height:var(--polo-control-height);border:1px solid var(--polo-border);border-radius:var(--polo-control-radius);background:var(--polo-panel-bg);color:var(--polo-page-text)}:where(.polo-surface,.polo-card){border:1px solid var(--polo-border);border-radius:var(--polo-card-radius);background:var(--polo-panel-bg);box-shadow:var(--polo-shadow-sm)}:where(.polo-toolbar){align-items:center;gap:var(--polo-gap);padding:var(--polo-panel-padding);border:1px solid var(--polo-border);border-radius:var(--polo-card-radius);background:var(--polo-panel-bg);flex-wrap:wrap;display:flex}:where(.polo-badge){border:1px solid var(--polo-border);background:var(--polo-badge-bg);min-height:22px;color:var(--polo-badge-text);border-radius:999px;align-items:center;padding:2px 8px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}:where(.polo-muted){color:var(--polo-muted,#5f6670)}:where(table){border-collapse:collapse}:where(th,td){min-height:var(--polo-table-row-height)}:where([dir=rtl] .polo-flow-row){direction:rtl}@media (prefers-reduced-motion:reduce){:where(*){scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:var(--polo-bg,#f7f7f7);--nav:var(--bg);--nav-2:var(--polo-surface-2,#f0f0f0);--surface:var(--polo-surface,#fff);--surface-2:var(--polo-surface-2,#f0f0f0);--text:var(--polo-text,#171717);--muted:var(--polo-muted,#666);--line:var(--polo-line,#d8d8d8);--accent:var(--polo-primary,#126a72);--accent-2:var(--polo-accent,#1c5d99);--green:var(--polo-success,#137047);--green-bg:color-mix(in srgb, var(--polo-success,#137047) 14%, var(--surface));--amber:var(--polo-warning,#8a5d00);--amber-bg:color-mix(in srgb, var(--polo-warning,#8a5d00) 15%, var(--surface));--red:var(--polo-danger,#aa3528);--red-bg:color-mix(in srgb, var(--polo-danger,#aa3528) 13%, var(--surface));--blue-bg:color-mix(in srgb, var(--polo-accent,#1c5d99) 13%, var(--surface));--blue:var(--polo-accent,#1c5d99);--radius:var(--polo-control-radius,var(--polo-radius-md,6px));--container-pad:var(--polo-space-lg,20px);--panel-pad:var(--polo-space-md,14px);--cell-pad-y:10px;--cell-pad-x:12px;font-family:var(--polo-font-ui,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input,select{font:inherit}button{min-height:var(--polo-control-height,36px);border:1px solid var(--accent);border-radius:var(--radius);padding:0 var(--polo-control-padding-x,14px);background:var(--accent);color:#fff;cursor:pointer;font-weight:800}button.secondary{background:var(--surface);color:var(--accent)}button.compact{min-height:30px;padding:0 10px;font-size:12px}button:disabled{opacity:.55;cursor:wait}.appShell{grid-template-columns:var(--polo-sidebar-width,248px) 1fr;min-height:100vh;display:grid}.appShell.shellEmbedded{grid-template-columns:minmax(0,1fr);min-height:100%}.appShell.shellEmbedded .sidebar,.appShell.shellEmbedded .pageHeader{display:none}.appShell.shellEmbedded .workbench{min-width:0;padding:var(--polo-space-sm,8px)}.sidebar{background:var(--nav);height:100vh;color:var(--text);flex-direction:column;gap:18px;padding:18px 14px;display:flex;position:sticky;top:0}.brandBlock{align-items:center;gap:10px;padding:6px;display:flex}.brandMark{color:#16212a;background:#f2c14e;border-radius:8px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.brandBlock strong,.brandBlock small{display:block}.brandBlock small,.sideStatus small,.sideStatus span{color:#b8c5cc}.navList{flex-direction:column;gap:4px;display:flex}.navList button{color:#d9e4e9;text-align:left;background:0 0;border-color:#0000;justify-content:space-between;align-items:center;display:flex}.navList button.active,.navList button:hover{background:var(--nav-2);color:#fff;border-color:#415462}.navList b{color:#16212a;background:#f2c14e;border-radius:999px;padding:2px 7px;font-size:11px}.sideStatus{background:#1b2a34;border:1px solid #354854;border-radius:8px;gap:8px;margin-top:auto;padding:12px;display:grid}.workbench{min-width:0;padding:var(--polo-page-padding,22px)}.pageHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900}h1,h2{letter-spacing:0;margin:0}h1{font-size:28px}h2{font-size:15px}.toolbar,.inlineActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.statusStrip{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;margin-bottom:14px;display:grid}.metric,.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px}.metric{flex-direction:column;justify-content:space-between;min-height:84px;padding:12px;display:flex}.metric span,.metric small,.panelHead span,td,.empty,.field span,.recordLine span,.logLine span{color:var(--muted)}.metric strong{overflow-wrap:anywhere;font-size:20px;line-height:1.12}.pageGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.panel{min-height:232px;padding:var(--panel-pad);overflow:hidden}.panel.wide{grid-column:1/-1}.panelHead{justify-content:space-between;align-items:center;gap:12px;min-height:28px;margin-bottom:12px;display:flex}.panelHead h2{overflow-wrap:anywhere;min-width:0}.panelHead span{text-align:right;overflow-wrap:anywhere;font-size:12px;font-weight:800}.processGrid{grid-template-columns:repeat(6,minmax(110px,1fr));gap:10px;display:grid}.governanceGrid .panel{min-height:0}.governanceScoreGrid{grid-template-columns:repeat(6,minmax(118px,1fr));gap:10px;display:grid}.processStep{border:1px solid var(--line);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:96px;padding:12px;display:flex}.processStep span{color:var(--muted);font-size:12px;font-weight:800}.processStep strong{font-size:24px}.processStep.green{background:var(--green-bg);border-color:#b8e4cc}.processStep.amber{background:var(--amber-bg);border-color:#ecd08e}.processStep.blue{background:var(--blue-bg);border-color:#b7d6ef}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:10px;display:grid}.inlineStack{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:inline-flex}.field{gap:5px;display:grid}.field span{font-size:12px;font-weight:800}.field input,.field select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:38px;color:var(--text);border-radius:6px;padding:0 10px}.field input[type=color]{padding:4px}.field input:focus,.field select:focus{border-color:var(--accent);outline:2px solid #b6d9de}.pill{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex}.pill.good{background:var(--green-bg);color:var(--green)}.pill.warn{background:var(--amber-bg);color:var(--amber)}.pill.bad{background:var(--red-bg);color:var(--red)}.stack{flex-direction:column;gap:8px;display:flex}.scrollArea{max-height:360px;padding:2px;overflow:auto}.recordLine,.logLine{min-height:44px;padding:var(--cell-pad-y) var(--cell-pad-x);border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:minmax(110px,.8fr) minmax(0,1.3fr) auto;align-items:center;gap:10px;display:grid}.recordLine strong,.logLine strong{overflow-wrap:anywhere}.recordLine span,.logLine span{overflow-wrap:anywhere;min-width:0}.logLine{grid-template-columns:auto minmax(0,1fr)}.skinForm{margin-bottom:12px}.skinPreview{border-top:1px solid var(--line);gap:10px;padding-top:10px;display:grid}.skinPreviewHead{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:46px;display:grid}.skinPreviewHead div{min-width:0}.skinPreviewHead strong,.skinPreviewHead span{overflow-wrap:anywhere;display:block}.skinPreviewHead span{color:var(--muted);font-size:12px;font-weight:800}.skinPreviewMark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:900;display:grid;overflow:hidden}.swatchRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.swatchItem{border-bottom:1px solid var(--line);min-width:0;min-height:34px;color:var(--muted);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;font-size:12px;font-weight:800;display:grid}.swatchItem i{border:1px solid var(--line);border-radius:4px;width:18px;height:18px}.swatchItem span,.swatchItem b{overflow-wrap:anywhere;min-width:0}.swatchItem b{color:var(--text)}.logLine.good{background:var(--green-bg);border-color:#b8e4cc}.logLine.bad{background:var(--red-bg);border-color:#efb0a9}.tableWrap{width:100%;padding:var(--panel-pad);background:0 0;border:0;border-radius:0;overflow:auto}table{border-collapse:separate;border-spacing:0;background:var(--surface);width:100%;font-size:13px}th,td{padding:var(--cell-pad-y) var(--cell-pad-x);border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;white-space:nowrap}th{color:var(--text);text-transform:uppercase;background:var(--surface-2);font-size:12px}tr:last-child td{border-bottom:0}.pos{color:var(--green);font-weight:900}.neg{color:var(--red);font-weight:900}.empty{border:1px dashed var(--line);background:var(--surface-2);text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:92px;padding:16px;display:flex}@media (width<=1180px){.appShell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.navList{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.processGrid{grid-template-columns:repeat(3,minmax(110px,1fr))}.governanceScoreGrid{grid-template-columns:repeat(3,minmax(118px,1fr))}}@media (width<=780px){.workbench{padding:14px}.pageHeader{flex-direction:column;align-items:flex-start}.toolbar{justify-content:flex-start}.pageGrid,.formGrid,.processGrid,.governanceScoreGrid,.navList,.swatchRow{grid-template-columns:1fr}.panel.wide{overflow-x:auto}.recordLine{grid-template-columns:1fr;align-items:flex-start}}
