.route-map-shell{isolation:isolate;position:relative}.route-map-host{position:absolute;inset:0}.route-map-route-overlay{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.route-map-route-overlay[data-visible=false]{display:none}.route-map-route-overlay polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.route-map-route-casing{stroke:#fff;stroke-width:10px;stroke-opacity:.94}.route-map-route-highlight{stroke:#1976d2;stroke-width:6px}.route-map-depot,.route-map-stop{border:2px solid #fff;border-radius:50%;place-items:center;display:grid;box-shadow:0 .25rem .75rem #00000061}.route-map-depot{background:#0e1f2f;width:1.35rem;height:1.35rem}.route-map-stop{color:#011625;width:1.9rem;height:1.9rem;font:inherit;cursor:pointer;background:#14b8a6;padding:0;font-size:.75rem;font-weight:900}.route-map-stop--selected{color:#0e1f2f;background:#f59e0b;width:2.15rem;height:2.15rem}:root{--color-scheme:dark;color-scheme:var(--color-scheme);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#0e1f2f;--bg-2:#1e2247;--panel:#0e1f2f;--panel-2:#0e1f2f;--surface-card:#0e1f2f;--surface-card-muted:#ffffff14;--surface-elevated:#1b2c3c;--surface-inset:#011625;--surface-strong:#283f4f;--grid-line:#ffffff29;--nav-bg:#0e1f2f;--topbar-bg:#0e1f2f;--border:#47556999;--line:#64748b73;--text:#fff;--muted:#bfdbfe;--subtle:#ffffff9e;--input-bg:#000616;--input-bg-hover:#0a1020;--input-fg:#fff;--card-text:#fff;--card-muted:#ffffffbd;--card-subtle:#ffffff9e;--card-border:#ffffff42;--card-line:#ffffff57;--card-surface-muted:#ffffff14;--nav-text:#fff;--nav-muted:#ffffffbd;--nav-subtle:#ffffff9e;--nav-surface-muted:#ffffff14;--topbar-text:#fff;--topbar-muted:#ffffffbd;--topbar-subtle:#ffffff9e;--topbar-surface-muted:#ffffff14;--status-success:#86efac;--status-warning:#fde68a;--status-danger:#fecdd3;--status-info:#7dd3fc;--brand:#32e1ff;--brand-2:#8b4fff;--topbar-height:56px;--sidebar-width:var(--sidebar-width,250px);--button-bg:#8b4fff;--button-shadow-color:#8b4fffa6;--accent:#32e1ff;--card-outline:#1e2247;--badge-inherit-bg:#10b98126;--badge-inherit-fg:#34d399;--badge-override-bg:#f59e0b26;--badge-override-fg:#f59e0b;--radius:24px;--radius-sm:16px;--shadow-elev:0 10px 30px #02061759;--rhythm-24:24px;--rhythm-16:16px;--rhythm-8:8px;--h1:24px;--h2:20px;--body:14px;--font-family:system-ui, -apple-system, "Segoe UI", sans-serif;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}input,textarea,select,button{font:inherit}body{min-height:100vh;font-size:var(--body);font-family:var(--font-family);color:var(--text);background:radial-gradient(1200px 800px at 60% -10%, #1e2247 0%, var(--bg) 45%, #0e1f2f 100%);margin:0}.container{max-width:72rem;padding:var(--rhythm-16);gap:var(--rhythm-24);grid-template-columns:minmax(0,1fr) 420px;margin:0 auto;display:grid}.container.whitelabel-container{grid-template-columns:minmax(0,1fr);width:100%;max-width:none;margin:0;padding:0}@media (max-width:1024px){.container{grid-template-columns:1fr}}.layout{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.topbar{z-index:5;background:var(--panel-2);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.title{font-weight:600;font-size:var(--h2)}aside{background:var(--panel-2);border-right:1px solid var(--border)}nav a{color:var(--muted);border-left:3px solid #0000;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;display:flex}nav a.active{border-left-color:var(--brand);color:#fff;background:#101830bf}.card{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);--border:var(--card-border);--line:var(--card-line);--surface-card-muted:var(--card-surface-muted);background:var(--surface-card,var(--panel));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-elev);overflow:hidden}.card h3{font-size:var(--h2);border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:10px;margin:0;padding:12px 16px;display:flex}.card .body{padding:var(--rhythm-16);gap:var(--rhythm-16);display:grid}.header{gap:var(--rhythm-16);margin:8px 0 var(--rhythm-16);flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.select,.input,.color,.btn{appearance:none;background:var(--input-bg);color:var(--input-fg,var(--text));border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;padding:10px 12px}.select:focus,.input:focus,.color:focus{border-color:#0ea5e980;box-shadow:0 0 0 3px #0ea5e966}.btn{background:var(--input-bg);border-color:var(--line);cursor:pointer}.btn.primary{background:var(--button-bg);border-color:var(--line);color:var(--button-fg)}.btn.ghost{background:var(--input-bg);border-color:var(--line);color:var(--muted)}.header .actions{flex-wrap:wrap;gap:12px;display:flex}.btn:disabled{opacity:.5;cursor:not-allowed}.row{gap:var(--rhythm-16);grid-template-columns:200px 1fr;align-items:center;display:grid}.uploader{gap:var(--rhythm-16);align-items:stretch;display:flex}.uploader .box{border:1px dashed var(--line);border-radius:var(--radius-sm);text-align:center;color:var(--muted);background:#02061799;flex:1;padding:14px}.badge{text-transform:uppercase;border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge.inherit{background:var(--badge-inherit-bg);color:var(--badge-inherit-fg);border-color:#0000}.badge.override{background:var(--badge-override-bg);color:var(--badge-override-fg);border-color:#0000}.badge.modified{color:#34d399;background:#34d3992e;border-color:#0000}.tabs{border-bottom:1px solid var(--border);background:linear-gradient(#0f172ad9,#0f172aa6);gap:8px;padding:8px 12px;display:flex}.tab{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#02061759;border-bottom-color:#0000;border-radius:10px 10px 0 0;padding:8px 12px}.tab.active{color:#fff;background:var(--panel);border-color:var(--border);border-bottom-color:#0000}.preview{padding:var(--rhythm-16)}.preview .app-shell{border:1px dashed var(--border);border-radius:var(--radius-sm);grid-template-columns:220px 1fr;min-height:320px;display:grid;overflow:hidden}.shell-aside{background:#0f1533;padding:10px}.shell-header{border-bottom:1px solid var(--border);background:#0b102b;padding:10px}.switch{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.switch input{display:none}.pill{border:1px solid var(--line);background:#2b3258;border-radius:999px;width:44px;height:24px;position:relative}.pill:after{content:"";background:#cbd5e1;border-radius:50%;width:18px;height:18px;transition:all .18s;position:absolute;top:2px;left:3px}input:checked+.pill{background:#0f3e21;border-color:#10b98159}input:checked+.pill:after{background:#d1fae5;left:23px}.draftbar{z-index:10;border-top:1px solid var(--border);background:#0f172af2;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #02061773}.draftbar .status{color:var(--muted);align-items:center;gap:10px;display:flex}h1,h2,h3,h4{color:var(--text)}.small{color:var(--muted);font-size:12px}.stack{gap:var(--rhythm-24);flex-direction:column;display:flex}.card .body .row{margin:0}.profile-banner{border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(90deg,#1e3a8a40,#0ea5e91a);align-items:center;gap:12px;padding:12px;display:flex}.whitelabel-columns{gap:var(--rhythm-24);grid-template-columns:minmax(0,3fr) minmax(0,1fr);align-items:start;display:grid}.whitelabel-config{gap:var(--rhythm-24);flex-direction:column;display:flex}.whitelabel-preview{top:var(--rhythm-24);gap:var(--rhythm-16);flex-direction:column;display:flex;position:sticky}@media (max-width:1024px){.whitelabel-columns{grid-template-columns:1fr}.whitelabel-preview{position:static}}.hex-inline{align-items:center;gap:8px;display:flex}.whitelabel-page,.container.whitelabel-container{--wl-draft-bar-space:5.75rem}.whitelabel-page{padding-bottom:var(--wl-draft-bar-space);gap:1.25rem;display:grid}.container.whitelabel-container{padding-bottom:var(--wl-draft-bar-space)}.app-shell__content>.whitelabel-page,.app-shell__content>.container.whitelabel-container{width:calc(100% + 2*clamp(1.5rem,5vw,4rem));margin-inline:calc(-1*clamp(1.5rem,5vw,4rem))}.whitelabel-page-header,.container.whitelabel-container>.header{padding-inline:clamp(1rem,2.25vw,2rem)}.whitelabel-page-header{gap:.55rem;display:grid}.whitelabel-breadcrumb,.whitelabel-editor-kicker{color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.whitelabel-page-header__main{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.whitelabel-page-header h1{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15}.whitelabel-page-header p{max-width:46rem;color:var(--muted);margin-top:.35rem}.whitelabel-page-actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.whitelabel-workbench{--wl-workbench-pane-height:max(680px, calc(100vh - var(--topbar-height,56px) - var(--wl-draft-bar-space,0px) - 2rem));grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:clamp(.85rem,1.4vw,1.25rem);padding-inline:clamp(1rem,2.25vw,2rem) clamp(.5rem,1vw,1rem);display:grid}.whitelabel-preview-stage{min-width:0;top:calc(var(--topbar-height,56px) + 1rem);gap:.85rem;display:grid;position:sticky}.whitelabel-editor-pane{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);--border:var(--card-border);--line:var(--card-line);--surface-card-muted:var(--card-surface-muted);height:var(--wl-workbench-pane-height);max-height:var(--wl-workbench-pane-height);overscroll-behavior:contain;padding:.85rem .85rem calc(.85rem + env(safe-area-inset-bottom));color:var(--text);border:1px solid var(--border);background:var(--surface-card);border-radius:1.2rem;gap:.85rem;display:grid;overflow:auto;box-shadow:0 20px 50px -28px #000000e6}.whitelabel-editor-heading{z-index:2;border-bottom:1px solid var(--border);background:var(--surface-elevated);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:.75rem;margin:-.85rem -.85rem 0;padding:.9rem .85rem;display:flex;position:sticky;top:-.85rem}.whitelabel-editor-heading h3{margin:.1rem 0 0;font-size:1rem}.whitelabel-dirty-pill{border:1px solid var(--border);color:var(--muted);text-transform:uppercase;border-radius:999px;padding:.3rem .55rem;font-size:.72rem;font-weight:800}.whitelabel-dirty-pill--active{color:#bae6fd;background:#0ea5e929;border-color:#38bdf87a}.wl-domain{gap:var(--rhythm-12);padding:var(--rhythm-14);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-card-muted);display:grid}.wl-domain__header{justify-content:space-between;align-items:flex-start;gap:var(--rhythm-12);display:flex}.wl-domain__records{gap:var(--rhythm-10);display:grid}.wl-domain__records>div{gap:.35rem;display:grid}.wl-domain code{overflow-wrap:anywhere;border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--surface-inset);border:1px solid #94a3b83d;padding:.5rem .625rem;font-size:.8rem;display:block}.whitelabel-inheritance-card{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:.95rem;gap:.85rem;padding:.9rem;display:grid}.whitelabel-toggle-row{color:var(--text);cursor:pointer;align-items:flex-start;gap:.7rem;display:flex}.whitelabel-toggle-row input{width:1rem;height:1rem;accent-color:var(--accent);margin-top:.2rem}.whitelabel-toggle-row span{gap:.15rem;font-weight:700;display:grid}.whitelabel-toggle-row small{color:var(--muted);font-size:.78rem;font-weight:500}.whitelabel-editor-pane .whitelabel-config,.whitelabel-editor-card,.whitelabel-editor-pane .card .body{gap:1rem;display:grid}.whitelabel-editor-pane .ui-card,.whitelabel-editor-pane .card{background:var(--surface-elevated);box-shadow:none;border-radius:.95rem}.whitelabel-editor-pane .ui-card--padding-lg{padding:1rem}.whitelabel-editor-pane .card h3{padding:.85rem 1rem;font-size:.95rem}.whitelabel-editor-pane .card .body{padding:1rem}.wl-preview{height:var(--wl-workbench-pane-height);color:#f8fafc;background:#0a0f1d;border:1px solid #64748b6b;border-radius:1.15rem;grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden;box-shadow:0 24px 70px -32px #000000f2}.wl-preview__toolbar{color:#f8fafc;background:#080d18f0;border-bottom:1px solid #64748b47;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem;display:flex}.wl-preview__tabs{background:#0206178f;border:1px solid #64748b52;border-radius:.75rem;gap:.25rem;padding:.25rem;display:inline-flex}.wl-preview__tab{color:#cbd5e1b8;cursor:pointer;background:0 0;border:0;border-radius:.55rem;padding:.55rem .85rem;font-weight:700}.wl-preview__tab--active{color:#f8fafc;background:#e2e8f01f}.wl-preview__actions{align-items:center;gap:.75rem;display:flex}.wl-preview__test-button{color:#e0f2fe;cursor:pointer;background:#0ea5e924;border:1px solid #7dd3fc57;border-radius:.55rem;min-height:2.2rem;padding:0 .75rem;font-size:.82rem;font-weight:800}.wl-preview__test-button:disabled{cursor:not-allowed;opacity:.6}.wl-preview__canvas{min-height:0;overflow:hidden}.wl-app-preview{grid-template-columns:minmax(170px,230px) minmax(0,1fr);height:100%;min-height:0;display:grid}.wl-app-preview__nav{border-right:1px solid #94a3b829;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.wl-app-preview__brand{align-items:center;gap:.65rem;min-height:42px;display:flex}.wl-app-preview__logo-mark,.wl-app-preview__placeholder-logo,.wl-login-preview__placeholder-logo,.wl-email-preview__placeholder-logo{background:#ffffff17;border:1px solid #ffffff1f;place-items:center;display:grid}.wl-app-preview__logo-mark{border-radius:.65rem;width:2.3rem;height:2.3rem}.wl-app-preview__brand-text{font-weight:800}.wl-app-preview__nav-list{gap:.35rem;display:grid}.wl-app-preview__nav-item{opacity:.7;border-radius:.6rem;padding:.65rem .75rem}.wl-app-preview__nav-item--active{opacity:1;background:#ffffff1a}.wl-app-preview__workspace{grid-template-rows:auto 1fr;min-width:0;min-height:0;display:grid}.wl-app-preview__topbar{border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;padding:1rem 1.25rem;display:flex}.wl-app-preview__topbar-title,.wl-app-preview__user{align-items:center;gap:.65rem;display:flex}.wl-app-preview__pill{border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:800}.wl-app-preview__status-dot{border-radius:999px;width:.7rem;height:.7rem}.wl-app-preview__main{align-content:start;gap:1rem;padding:1.25rem;display:grid;overflow:auto}.wl-app-preview__hero-panel,.wl-app-preview__metric,.wl-app-preview__table{border:1px solid #94a3b829;border-radius:.85rem}.wl-app-preview__hero-panel{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.wl-app-preview__hero-panel h3{margin:.25rem 0 0;font-size:clamp(1.15rem,2vw,1.6rem)}.wl-app-preview__eyebrow,.wl-app-preview__metric span{opacity:.72;text-transform:uppercase;font-size:.78rem;font-weight:700}.wl-app-preview__button,.wl-login-preview__button{cursor:pointer;border:0;border-radius:.7rem;padding:.7rem 1rem;font-weight:800}.wl-app-preview__metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.wl-app-preview__metric{gap:.65rem;padding:1rem;display:grid}.wl-app-preview__metric strong{font-size:1.6rem;line-height:1}.wl-app-preview__metric-bar{border-radius:999px;height:.45rem}.wl-app-preview__table{overflow:hidden}.wl-app-preview__table-row{color:inherit;opacity:.82;border-top:1px solid #94a3b81f;grid-template-columns:minmax(0,1.3fr) .8fr .8fr;gap:1rem;padding:.85rem 1rem;display:grid}.wl-app-preview__table-row--head{opacity:.64;text-transform:uppercase;border-top:0;font-size:.75rem;font-weight:800}.wl-login-preview,.wl-email-preview{background:#070b14;place-items:center;height:100%;display:grid}.wl-email-preview{padding:1.25rem}.wl-login-preview__shell{border:1px solid #94a3b840;border-radius:1.5rem;gap:1rem;width:min(420px,100% - 2rem);min-width:0;padding:2.5rem;display:grid;box-shadow:0 24px 70px -32px #000000f2}.wl-login-preview__shell h2{text-align:center;margin:0;font-size:1.75rem;font-weight:700;line-height:1.18}.wl-login-preview__shell p{opacity:.78;text-align:center;margin-top:.35rem}.wl-login-preview__copy{gap:.4rem;display:grid}.wl-login-preview__logo,.wl-login-preview__placeholder-logo{justify-self:center}.wl-login-preview__placeholder-logo{border-radius:.7rem;width:10.5rem;height:3rem}.wl-login-preview__field{gap:.4rem;font-size:.85rem;font-weight:700;display:grid}.wl-login-preview__field input{color:#f8fafc;background:#0206178f;border:1px solid #94a3b852;border-radius:.65rem;min-height:2.75rem;padding:0 .8rem}.wl-login-preview__link-row{opacity:.78;text-align:center;gap:.65rem;margin:.2rem 0 0;font-size:.85rem;display:grid}.wl-login-preview__link-row span{cursor:default;text-decoration:underline}.wl-email-preview__message{background:#f8fafc;padding:1.1rem}.wl-email-preview__client{color:#0f172a;background:#fff;border:1px solid #94a3b857;border-radius:.8rem;width:min(640px,100%);display:grid;overflow:hidden;box-shadow:0 24px 60px #02061752}.wl-email-preview__chrome{color:#475569;background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;gap:.65rem;min-height:2.55rem;padding:0 .85rem;font-size:.75rem;font-weight:700;display:flex}.wl-email-preview__dots{gap:.32rem;display:flex}.wl-email-preview__dots span{background:#cbd5e1;border-radius:999px;width:.55rem;height:.55rem}.wl-email-preview__meta{border-bottom:1px solid #e2e8f0;gap:.75rem;padding:1.05rem 1.15rem;display:grid}.wl-email-preview__meta h3{color:#0f172a;margin:0;font-size:1rem}.wl-email-preview__meta dl{gap:.35rem;margin:0;display:grid}.wl-email-preview__meta dl div{grid-template-columns:3.5rem minmax(0,1fr);align-items:baseline;gap:.7rem;display:grid}.wl-email-preview__meta dt{color:#64748b;text-transform:uppercase;font-size:.74rem;font-weight:800}.wl-email-preview__meta dd{color:#1e293b;overflow-wrap:anywhere;margin:0}.wl-email-preview__placeholder-logo{color:#64748b;background:#e2e8f0;border-radius:.65rem;width:8rem;height:2.5rem}.wl-email-preview__message-card{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;gap:.85rem;max-width:520px;margin:0 auto;padding:1.35rem;display:grid}.wl-email-preview__brand{align-items:center;min-height:2.5rem;display:flex}.wl-email-preview__message-card h2{color:#0f172a;margin:0;font-size:1.2rem;line-height:1.3}.wl-email-preview__message-card p{color:#334155;margin:0;line-height:1.5}.wl-email-preview__button{color:#fff;border-radius:.4rem;justify-content:center;align-items:center;width:max-content;min-height:2.5rem;padding:0 1rem;font-weight:800;text-decoration:none;display:inline-flex}.wl-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;width:max-content;padding:.2rem .48rem;font-size:.68rem;font-weight:800;display:inline-flex}.wl-badge--default{color:#e2e8f0;background:#64748b29;border:1px solid #94a3b859}.wl-badge--inherited{color:#a7f3d0;background:#10b98121;border:1px solid #34d3995c}.wl-badge--overridden{color:#fde68a;background:#f59e0b21;border:1px solid #fbbf245c}.wl-badge--modified{color:#bae6fd;background:#0ea5e921;border:1px solid #38bdf85c}.wl-section-header{gap:.65rem;display:grid}.wl-section-header__copy,.wl-field,.wl-field__hint-stack,.wl-uploader__controls{gap:.45rem;display:grid}.wl-section-header__title-row,.wl-field__label-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.wl-section-header__title{margin:0;font-size:1rem}.wl-section-header__description,.wl-field__hint,.wl-field__hint-stack{color:var(--muted);font-size:.8rem}.wl-field{color:var(--text);font-size:.88rem}.wl-field__label{font-weight:800}.wl-input,.wl-textarea{border:1px solid var(--line);background:var(--input-bg);width:100%;color:var(--input-fg,var(--text));border-radius:.7rem;outline:none;padding:.68rem .8rem}.wl-textarea{resize:vertical}.wl-input--mono{text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.wl-input:focus,.wl-textarea:focus{border-color:#38bdf8b8;box-shadow:0 0 0 3px #0ea5e92e}.wl-color-field{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.75rem;display:grid}.wl-size-control{grid-template-columns:minmax(0,1fr) 6rem auto;align-items:center;gap:.6rem;display:grid}.wl-size-control input[type=range]{width:100%;accent-color:var(--brand)}.wl-size-control input[type=number]{text-align:right;min-height:2.35rem}.wl-color-field__swatches{gap:.45rem;display:flex}.wl-color-field__swatch,.wl-color-field__picker{border:1px solid #94a3b857;border-radius:.6rem;width:2.45rem;height:2.45rem}.wl-color-field__picker{cursor:pointer;background:var(--input-bg);padding:.1rem}.wl-text-treatment-field{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:.7rem;padding:.8rem}.wl-text-treatment-field__control{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;display:grid}.wl-presets-panel{gap:1rem;width:min(920px,100%);max-height:min(90vh,820px);padding:1.1rem;display:grid}.wl-presets-panel__header,.wl-presets-panel__create,.wl-preset-card,.wl-preset-card__actions,.wl-preset-card__rename{align-items:center;gap:.75rem;display:flex}.wl-presets-panel__header{justify-content:space-between;align-items:flex-start}.wl-presets-panel__header-actions{flex:none;align-items:center;gap:.6rem;display:flex}.wl-presets-panel__header h3,.wl-presets-panel__header p{margin:0}.wl-presets-panel__header p:last-child,.wl-preset-card small,.wl-presets-panel__empty{color:var(--card-muted,var(--muted))}.wl-presets-panel__count{border:1px solid var(--card-border,var(--border));background:var(--card-surface-muted,var(--surface-card-muted));border-radius:999px;flex:none;padding:.3rem .65rem;font-size:.78rem;font-weight:800}.wl-presets-panel__create{align-items:end}.wl-presets-panel__create .wl-field{flex:20rem}.wl-presets-grid{gap:.75rem;display:grid}.wl-preset-card{border:1px solid var(--card-border,var(--border));background:var(--card-surface-muted,var(--surface-card-muted));border-radius:.8rem;flex-wrap:wrap;padding:.8rem}.wl-preset-card--active{border-color:var(--accent);box-shadow:0 0 0 2px var(--focus-ring)}.wl-preset-card__title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.wl-preset-card__swatches{flex:none;grid-template-columns:repeat(2,1.2rem);gap:.2rem;display:grid}.wl-preset-card__swatches span{border:1px solid var(--card-border,var(--border));border-radius:.3rem;width:1.2rem;height:1.2rem}.wl-preset-card__content{flex:14rem;gap:.2rem;min-width:0;display:grid}.wl-preset-card__actions{flex-wrap:wrap;justify-content:flex-end}.wl-preset-card__rename{align-items:stretch}.wl-preset-card__rename .wl-input{min-width:12rem}@media (max-width:760px){.wl-presets-modal{padding:.75rem}.wl-presets-panel__header{gap:1rem}.wl-presets-panel__create,.wl-preset-card{flex-direction:column;align-items:stretch}.wl-preset-card__actions{justify-content:flex-start}}.wl-contrast-note{font-size:.76rem}.wl-contrast-note--ok{color:var(--status-success)}.wl-contrast-note--warn{color:var(--status-warning)}.wl-uploader{background:var(--surface-card-muted);border:1px dashed #94a3b86b;border-radius:.85rem;padding:.85rem}.wl-uploader__layout{gap:.85rem;display:grid}.wl-uploader__actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.wl-uploader__preview{background:var(--surface-inset);text-align:center;border:1px solid #64748b5c;border-radius:.75rem;place-items:center;min-height:7rem;padding:.85rem;display:grid}.wl-uploader__empty{color:var(--muted);font-size:.83rem}.wl-secondary-button{background:var(--surface-elevated);color:var(--text);cursor:pointer;border:1px solid #64748b80;border-radius:.7rem;padding:.58rem .8rem;font-weight:800}.wl-link-button,.wl-danger-link{cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;font-size:.72rem;font-weight:800}.wl-link-button{color:var(--status-info)}.wl-danger-link{color:var(--status-danger)}.wl-is-disabled,.wl-link-button--disabled{cursor:not-allowed;opacity:.55}.wl-field__error{color:var(--status-danger);font-size:.78rem}.wl-contrast-summary{border:1px solid var(--border);border-radius:.75rem;gap:.45rem;padding:.75rem .85rem;font-size:.8rem;line-height:1.45;display:grid}.wl-contrast-summary ul{gap:.25rem;margin:0;padding-left:1.15rem;display:grid}.wl-contrast-summary--ok{color:var(--status-success);background:color-mix(in srgb, var(--status-success) 8%, transparent)}.wl-contrast-summary--warning{color:var(--status-warning);background:color-mix(in srgb, var(--status-warning) 8%, transparent);border-color:color-mix(in srgb, var(--status-warning) 34%, var(--border))}.wl-responsive-logo{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.wl-draft-bar{--text:var(--topbar-text);--muted:var(--topbar-muted);--subtle:var(--topbar-subtle);--surface-card-muted:var(--topbar-surface-muted);inset-inline:0;z-index:60;color:var(--text);border-top:1px solid var(--border);background:var(--topbar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding-bottom:env(safe-area-inset-bottom);position:fixed;bottom:0}.wl-draft-bar__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(72rem,100%);margin:0 auto;padding:.75rem 1rem;display:flex}.wl-draft-bar__status{color:var(--muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.wl-draft-bar__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}@media (max-width:1180px){.whitelabel-workbench{grid-template-columns:1fr}.whitelabel-preview-stage,.whitelabel-editor-pane{height:auto;max-height:none;position:static}.wl-preview{grid-template-rows:auto minmax(560px,64vh);height:auto}}@media (max-width:720px){.whitelabel-page-header__main,.whitelabel-page-actions,.wl-preview__toolbar,.wl-preview__actions,.wl-app-preview__hero-panel{flex-direction:column;align-items:stretch}.whitelabel-page-actions{justify-content:flex-start}.wl-preview{grid-template-rows:auto minmax(520px,70vh)}.wl-app-preview{grid-template-columns:1fr}.wl-app-preview__nav{display:none}.wl-app-preview__metric-grid,.wl-login-preview__shell{grid-template-columns:1fr}.wl-login-preview__media{min-height:11rem}.wl-color-field{grid-template-columns:1fr}.wl-draft-bar__inner{flex-direction:column;align-items:stretch}.wl-draft-bar__actions{justify-content:flex-start}}.hex-inline input[type=text]{text-transform:uppercase;letter-spacing:.02em;width:96px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.contrast-ok{color:#10b981}.contrast-warn{color:#f59e0b}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell__topbar{--text:var(--topbar-text);--muted:var(--topbar-muted);--subtle:var(--topbar-subtle);--surface-card-muted:var(--topbar-surface-muted);z-index:40;min-height:var(--topbar-height);background:var(--topbar-bg,#081025d9);color:var(--text);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:flex-start;align-items:center;gap:1.5rem;padding:0 clamp(1.5rem,4vw,3rem) 0 0;display:flex;position:sticky;top:0}.app-shell__brand{letter-spacing:-.02em;color:inherit;height:100%;width:var(--sidebar-width,250px);align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;display:inline-flex}.app-shell__context{flex:1;align-items:center;gap:1rem;display:flex}.app-shell__user{color:var(--muted);align-items:center;gap:.75rem;margin-left:auto;font-size:.95rem;display:flex}.app-shell__user-role{text-transform:uppercase;letter-spacing:.08em;color:var(--subtle);font-size:.75rem;font-weight:600}.app-shell__user-name{color:var(--text);opacity:.9;font-size:.85rem}.wl-draft-bar__warning{color:var(--status-warning);font-size:.8rem;font-weight:700}.durable-notifications{align-items:center;display:inline-flex;position:relative}.durable-notifications__trigger{width:2.25rem;height:2.25rem;color:var(--muted);background:var(--surface-card-muted);border:1px solid var(--border);cursor:pointer;border-radius:999px;place-items:center;transition:background .18s,border-color .18s,color .18s;display:grid;position:relative}.durable-notifications__trigger:hover,.durable-notifications__trigger:focus-visible,.durable-notifications__trigger--unread{color:var(--text);background:#0ea5e929;border-color:#32e1ffb8}.durable-notifications__trigger:focus-visible,.durable-notifications__icon-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.durable-notifications__trigger svg{width:1rem;height:1rem}.durable-notifications__badge{color:#fff;border:2px solid var(--topbar-bg,#0e1f2f);background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .28rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-.35rem;right:-.35rem}.durable-notifications__panel{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);z-index:80;width:min(380px,100vw - 2rem);max-height:min(560px, calc(100vh - var(--topbar-height) - 2rem));color:var(--text);background:var(--surface-card);border:1px solid #94a3b85c;border-radius:8px;position:absolute;top:calc(100% + .65rem);right:0;overflow:hidden;box-shadow:0 22px 54px #0206176b}.durable-notifications__header{border-bottom:1px solid #94a3b83d;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.durable-notifications__header p{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.durable-notifications__header span{color:var(--muted);margin-top:.1rem;font-size:.78rem;display:block}.durable-notifications__header-actions,.durable-notifications__item-actions{align-items:center;gap:.35rem;display:inline-flex}.durable-notifications__icon-button{width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex:0 0 2rem;place-items:center;display:grid}.durable-notifications__icon-button:hover{color:var(--text);background:#94a3b829;text-decoration:none}.durable-notifications__icon-button:disabled{cursor:not-allowed;opacity:.42}.durable-notifications__icon-button svg{width:1rem;height:1rem}.durable-notifications__error{color:var(--status-danger);background:#ef44441f;border-bottom:1px solid #ef444438;margin:0;padding:.7rem 1rem;font-size:.82rem}.durable-notifications__list{max-height:min(456px, calc(100vh - var(--topbar-height) - 8rem));list-style:none;overflow:auto}.durable-notifications__item{border-bottom:1px solid #94a3b829;border-left:3px solid #0000;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;padding:.9rem 1rem;display:grid}.durable-notifications__item--unread{background:#0ea5e91f}.durable-notifications__item--low{border-left-color:#94a3b880}.durable-notifications__item--high{border-left-color:#f59e0b}.durable-notifications__item--critical{border-left-color:#ef4444}.durable-notifications__item-main{min-width:0}.durable-notifications__item-title-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.durable-notifications__item-title{min-width:0;color:var(--text);overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:700;line-height:1.35}.durable-notifications__item-time{color:var(--subtle,#94a3b8);white-space:nowrap;flex:none;font-size:.72rem;line-height:1.4}.durable-notifications__item-body{color:var(--muted);overflow-wrap:anywhere;margin-top:.3rem;font-size:.82rem;line-height:1.45}.durable-notifications__item-meta{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.durable-notifications__item-meta span{min-height:1.35rem;color:var(--muted);text-transform:capitalize;background:#94a3b821;border:1px solid #94a3b829;border-radius:999px;align-items:center;padding:0 .45rem;font-size:.7rem;display:inline-flex}.durable-notifications__empty{min-height:10rem;color:var(--muted);align-content:center;place-items:center;gap:.55rem;font-size:.85rem;display:grid}.durable-notifications__empty svg{width:1.35rem;height:1.35rem}.durable-notifications__spinner{animation:.8s linear infinite notification-spin}@keyframes notification-spin{to{transform:rotate(360deg)}}.app-shell__body{flex:1;min-height:calc(100vh - 72px);display:flex}.app-shell__sidebar{--text:var(--nav-text);--muted:var(--nav-muted);--subtle:var(--nav-subtle);--surface-card-muted:var(--nav-surface-muted);top:var(--topbar-height);width:var(--sidebar-width,250px);height:calc(100dvh - var(--topbar-height));border-right:1px solid var(--border);background:var(--nav-bg,#090f1ea6);min-height:0;color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;flex-shrink:0;align-self:flex-start;gap:1.5rem;padding:1.75rem 1.5rem;display:flex;position:sticky}.app-shell__sidebar ul{gap:.5rem;list-style:none;display:grid}.app-shell__sidebar>ul{overscroll-behavior-y:contain;scrollbar-gutter:stable;min-height:0;overflow:hidden auto}.app-shell__sidebar-top{justify-content:flex-end;display:flex}.app-shell__sidebar-toggle{border:1px solid var(--line);background:var(--surface-card-muted);width:2.25rem;height:2.25rem;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.app-shell__sidebar-toggle:hover{background:var(--surface-card-muted);color:var(--text);border-color:var(--brand)}.app-shell__sidebar-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.app-shell__sidebar-toggle-icon{width:1.1rem;height:1.1rem;transition:transform .2s}.app-shell__nav-item{color:var(--muted);border-radius:.95rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s;display:flex}.app-shell__nav-item:hover{background-color:var(--surface-card-muted);color:var(--text);transform:translate(4px)}.app-shell__nav-item--active{background:color-mix(in srgb, var(--brand) 18%, transparent);border:1px solid color-mix(in srgb, var(--brand) 42%, transparent);color:var(--text)}.app-shell__nav-icon{flex:none;width:1.2rem;height:1.2rem}.app-shell__nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-shell__sidebar--collapsed{gap:1.25rem;width:80px;padding:1.5rem .75rem}.app-shell__sidebar--collapsed .app-shell__sidebar-top{justify-content:center}.app-shell__sidebar--collapsed ul{gap:.35rem}.app-shell__sidebar--collapsed .app-shell__sidebar-toggle-icon{transform:rotate(180deg)}.app-shell__sidebar--collapsed .app-shell__nav-item{justify-content:center;gap:0;padding:.75rem}.app-shell__sidebar--collapsed .app-shell__nav-label{display:none}.app-shell__sidebar--collapsed .app-shell__nav-item:hover{transform:none}.app-shell__content{flex-direction:column;flex:1;gap:2rem;min-width:0;max-width:100%;padding:2.5rem clamp(1.5rem,5vw,4rem);display:flex}.app-shell__content--flush{gap:0;padding:0}.auth-shell{background:radial-gradient(circle at top, var(--bg-2,#11192e) 0%, var(--bg,#020617) 60%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.app-shell-loader{min-height:100vh;color:var(--text,#e2e8f0);background:var(--bg,#0b1220);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.app-shell-loader__spinner{border:6px solid #e2e8f040;border-top-color:var(--brand,#38bdf8);border-radius:50%;width:64px;height:64px;animation:1s linear infinite app-shell-spin}.app-shell-loader__label{letter-spacing:.01em;color:var(--muted);font-weight:600}@keyframes app-shell-spin{to{transform:rotate(360deg)}}.tenant-badge{letter-spacing:.01em;color:var(--muted);background:#94a3b81f;border:1px solid #94a3b859;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.85rem;font-weight:600;display:inline-flex}.tenant-badge--present{color:var(--status-success);background:#10b98126;border-color:#10b98159}.tenant-badge--invited{color:var(--status-info);background:#3b82f624;border-color:#3b82f666}.tenant-badge--missing{color:var(--status-warning);background:#f973161f;border-color:#f9731673}.tenant-badge--unknown{color:var(--muted);background:#94a3b81f;border-color:#94a3b859}.profile-switcher{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.profile-switcher label{color:var(--muted);letter-spacing:.02em;font-size:.82rem;font-weight:500}.profile-switcher-control,.form-select{background:var(--input-bg);border:1px solid var(--line);border-radius:.65rem;align-items:center;min-width:210px;transition:border-color .2s,background .2s;display:flex;position:relative}.form-select{width:100%}.profile-switcher-control:hover,.form-select:hover{border-color:var(--brand)}.profile-switcher-control:focus-within,.form-select:focus-within{border-color:var(--brand);background:var(--input-bg-hover);box-shadow:0 0 0 3px var(--focus-ring)}.profile-switcher-select,.form-select__control{appearance:none;color:var(--text);border-radius:inherit;cursor:pointer;background:0 0;border:none;outline:none;width:100%;padding:.6rem 2.25rem .6rem .85rem;font-size:.92rem;line-height:1.2}.form-select__control{background:var(--input-bg)}.profile-switcher-select:disabled,.form-select__control:disabled{cursor:not-allowed;color:var(--subtle)}.profile-switcher-select option,.form-select__control option{background-color:var(--input-bg);color:var(--text)}.profile-switcher-select option:checked,.profile-switcher-select option:focus,.form-select__control option:checked,.form-select__control option:focus{background-color:var(--brand);color:var(--button-fg)}.profile-switcher-icon,.form-select__icon{width:.75rem;height:.75rem;color:var(--muted);pointer-events:none;border-bottom:2px solid;border-right:2px solid;transition:color .2s;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)rotate(45deg)}.profile-switcher-control:hover .profile-switcher-icon,.profile-switcher-control:focus-within .profile-switcher-icon,.form-select:hover .form-select__icon,.form-select:focus-within .form-select__icon{color:var(--text)}.profile-switcher-default{align-items:center;gap:.5rem;margin-left:auto;display:flex}.profile-switcher-error{color:#fb7185;margin-left:.75rem;font-size:.8rem}.profile-settings{gap:1.75rem;display:grid}.profile-settings__tabs{flex-wrap:wrap;gap:.75rem;display:flex}.profile-settings__tab{background:var(--surface-card-muted);color:var(--muted);letter-spacing:.01em;cursor:pointer;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex;position:relative}.profile-settings__tab:hover{color:var(--text);border-color:#60a5fa73}.profile-settings__tab:focus-visible{outline-offset:2px;outline:2px solid #60a5fae6}.profile-settings__tab--active{color:var(--text);background:#2563eb52;border-color:#60a5fab3;box-shadow:0 10px 25px #0f172a59}.profile-settings__panel{gap:1.5rem;display:grid}.profile-fabric-process-hub{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.profile-fabric-process-hub h3{margin:0 0 .25rem;font-size:1rem;line-height:1.3}.profile-fabric-process-hub__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.profile-fabric-storage{border-top:1px solid var(--border);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.profile-fabric-storage__header,.profile-fabric-storage__section-heading{align-items:center;gap:.75rem;display:flex}.profile-fabric-storage__header{justify-content:space-between}.profile-fabric-storage h3,.profile-fabric-storage h4{margin:0;line-height:1.3}.profile-fabric-storage h3{font-size:1rem}.profile-fabric-storage h4{font-size:.95rem}.profile-fabric-storage__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.profile-fabric-storage__section{background:#0a12265c;border:1px solid #47556959;border-radius:.5rem;gap:1rem;min-width:0;padding:1rem;display:grid}.profile-fabric-storage__ok{color:#22c55e}.profile-fabric-storage__provider-toggle{background:#080e1cb8;border:1px solid #94a3b859;border-radius:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,22rem);padding:.2rem;display:inline-grid}.profile-fabric-storage__provider-toggle button{color:#e2e8f0c7;cursor:pointer;background:0 0;border:0;border-radius:.35rem;min-height:2.35rem;font-weight:600}.profile-fabric-storage__provider-toggle button.is-active{color:#f8fafc;background:#2563eb52}@media (max-width:760px){.profile-fabric-process-hub{flex-direction:column}.profile-fabric-process-hub__actions{justify-content:flex-start}.profile-fabric-storage__header{flex-direction:column;align-items:flex-start}.profile-fabric-storage__grid{grid-template-columns:1fr}}.home-hero{justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:3rem clamp(2rem,6vw,5rem);display:flex}.home-hero-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0f172abf;border:1px solid #94a3b840;border-radius:24px;gap:1rem;padding:clamp(2.5rem,5vw,4rem);display:grid;box-shadow:0 25px 50px -12px #0f172acc}.ui-button{letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:.5rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.ui-button--sm{height:36px;padding:0 16px;font-size:.85rem}.ui-button--md{height:44px;padding:0 20px;font-size:.9rem}.ui-button--lg{height:52px;padding:0 26px;font-size:1rem}.ui-button--primary{background:var(--button-bg,linear-gradient(135deg, #38bdf8, #6366f1));color:var(--button-fg,#020617);box-shadow:0 20px 40px -18px var(--button-shadow-color,#38bdf8b3)}.ui-button--primary:hover{box-shadow:0 22px 44px -16px var(--button-shadow-color,#38bdf8bf);filter:brightness(1.05);transform:translateY(-1px)}.ui-button--secondary{background:var(--surface-card-muted);color:var(--text);border:1px solid var(--line)}.ui-button--ghost{color:var(--muted);background:0 0}.ui-button--danger{color:var(--status-danger);background:#f8717124;border:1px solid #f8717161}.ui-button--danger:hover{filter:brightness(1.05);transform:translateY(-1px)}.ui-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ui-button__icon{align-items:center;font-size:1.05rem;display:flex}.ui-button-spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:.9rem;height:.9rem;animation:.75s linear infinite app-shell-spin;display:inline-block}.ui-card{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);--border:var(--card-border);--line:var(--card-line);--surface-card-muted:var(--card-surface-muted);min-width:0;color:var(--text);border:1px solid var(--border);background:var(--surface-card,#0a1229b8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.35rem;box-shadow:0 25px 50px -22px #0f172ae6}.ui-card--padding-none{padding:0}.ui-card--padding-sm{padding:1.25rem}.ui-card--padding-md{padding:1.75rem}.ui-card--padding-lg{padding:2.25rem}.form-grid{gap:1.5rem;display:grid}.form-field{gap:.5rem;display:grid}.form-field label{letter-spacing:.01em;font-weight:600}.form-field input,.form-field textarea,.form-field select:not(.form-select__control){border:1px solid var(--line);background-color:var(--input-bg);width:100%;color:var(--input-fg,var(--text));border-radius:.85rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-field input,.form-field select:not(.form-select__control){min-height:2.95rem}.form-field input:focus,.form-field textarea:focus,.form-field select:not(.form-select__control):focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.form-inline{align-items:center;gap:.5rem;display:flex}.form-inline select,.form-inline input{flex:1}.form-actions{flex-wrap:wrap;gap:1rem;display:flex}.profile-fabric-access-actions{align-items:center}.profile-fabric-access-actions .status-note{flex-basis:100%;margin:0}.ui-input{border:1px solid var(--line);background-color:var(--input-bg);width:100%;color:var(--input-fg,var(--text));border-radius:.85rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.ui-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.ui-input::placeholder{color:var(--subtle)}.table-wrapper{border:1px solid var(--border);background-color:var(--surface-elevated);border-radius:1.25rem;overflow:hidden}.process-hub__scroll-table-wrapper,.process-hub__report-table-wrapper{width:100%;min-width:0;max-width:100%;display:block;overflow-x:auto}.process-hub__scroll-table{width:100%}.process-hub__builder-section .process-hub__automation-list-table{table-layout:fixed;min-width:760px}.process-hub__automation-search{grid-template-columns:minmax(240px,420px) auto;align-items:center;gap:12px;margin-bottom:16px;display:grid}.process-hub__automation-search .status-note{margin:0}.process-hub__automation-list-col--process{width:18%}.process-hub__automation-list-col--drafts,.process-hub__automation-list-col--health{width:12%}.process-hub__automation-list-col--automations{width:25%}.process-hub__automation-list-col--chains{width:17%}.process-hub__automation-list-col--action{width:16%}.admin-modal.process-hub__automation-modal-overlay{place-items:center;width:100%;min-height:100dvh;padding:16px;overflow:hidden}.admin-modal__card.process-hub__automation-modal{grid-template-rows:auto minmax(0,1fr) auto;gap:0;width:min(1200px,100%);height:min(100dvh - 32px,860px);max-height:min(100dvh - 32px,860px);padding:0;display:grid;overflow:hidden}.process-hub__automation-modal .admin-modal__header{border-bottom:1px solid var(--border);justify-content:space-between;padding:20px 24px}.process-hub__automation-modal .admin-modal__header p{color:var(--muted);margin:4px 0 0;font-size:13px}.process-hub__automation-modal-body{overscroll-behavior:contain;align-content:start;gap:16px;min-height:0;padding:20px 24px;display:grid;overflow-y:auto}.process-hub__automation-modal-footer{border-top:1px solid var(--border);background:var(--surface-card-muted);justify-content:flex-end;align-items:center;gap:10px;min-height:64px;padding:14px 24px;display:flex}.process-hub__automation-modal-heading-actions{align-items:center;gap:10px;display:flex}.process-hub__calendar-heading{align-items:flex-start}.process-hub__calendar-timezone{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;display:flex}.process-hub__calendar-timezone>div:first-child{gap:3px;display:grid}.process-hub__calendar-timezone strong{color:var(--text);font-size:13px}.process-hub__calendar-timezone span{color:var(--muted);font-size:12px}.process-hub__calendar-timezone-control{align-items:center;gap:8px;display:flex}.process-hub__calendar-timezone-control input{width:min(260px,42vw)}.process-hub__calendar-table{table-layout:fixed;min-width:980px}.process-hub__calendar-table th:first-child,.process-hub__calendar-table th:nth-child(2){width:17%}.process-hub__calendar-table th:nth-child(3){width:12%}.process-hub__calendar-table th:nth-child(4){width:17%}.process-hub__calendar-table th:nth-child(5){width:37%}.process-hub__calendar-table td{vertical-align:top}.process-hub__calendar-actions,.process-hub__calendar-statuses{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.process-hub__calendar-actions .ui-button{white-space:nowrap}.process-hub__calendar-statuses{margin-bottom:5px}.process-hub__calendar-modal{width:min(900px,100%)}.process-hub__calendar-modal-footer{border-top:1px solid var(--border);background:var(--surface-card-muted);justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.process-hub__calendar-archive{margin-right:auto}.process-hub__calendar-weekdays{grid-template-columns:repeat(7,minmax(54px,1fr));gap:8px;display:grid}.process-hub__calendar-weekday{border:1px solid var(--border);min-height:44px;color:var(--muted);cursor:pointer;border-radius:10px;place-items:center;padding:8px;font-size:13px;font-weight:700;display:grid}.process-hub__calendar-weekday input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.process-hub__calendar-weekday--selected{border-color:color-mix(in srgb, var(--primary) 65%, var(--border));background:color-mix(in srgb, var(--primary) 16%, transparent);color:var(--text)}.process-hub__calendar-payload{border-top:1px solid var(--border);gap:12px;padding-top:14px;display:grid}.process-hub__calendar-payload h4,.process-hub__calendar-payload p{margin:0}.process-hub__calendar-payload-fields{gap:10px;display:grid}.process-hub__calendar-payload-row{border:1px solid var(--border);background:var(--surface-elevated);border-radius:10px;grid-template-columns:minmax(150px,1fr) minmax(120px,.6fr) minmax(180px,1.2fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.process-hub__calendar-payload-remove{margin-bottom:3px}.process-hub__guided-editor,.process-hub__guided-list{gap:14px;min-width:0;display:grid}.process-hub__guided-section{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:12px;gap:14px;min-width:0;padding:16px;display:grid}.process-hub__guided-section h4,.process-hub__guided-section h5{color:var(--text);margin:0}.process-hub__guided-section h4{font-size:15px}.process-hub__guided-section h5{font-size:13px}.process-hub__guided-section p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.45}.process-hub__guided-section-heading,.process-hub__guided-item-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.process-hub__guided-section>.form-grid,.process-hub__guided-item>.form-grid,.process-hub__guided-compact-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.process-hub__guided-item{border:1px solid var(--border);background:var(--surface-card);border-radius:10px;gap:12px;min-width:0;padding:14px;display:grid}.process-hub__guided-item--nested{background:var(--surface-elevated);padding:12px}.process-hub__guided-subsection{border-top:1px solid var(--border);gap:10px;padding-top:12px;display:grid}.process-hub__guided-choice-grid{flex-wrap:wrap;gap:8px 18px;display:flex}.process-hub__guided-label{color:var(--text);letter-spacing:.01em;margin-bottom:6px;font-weight:600;display:block}.process-hub__guided-inline-fields{grid-template-columns:minmax(90px,.7fr) minmax(120px,1fr);gap:8px;display:grid}.process-hub__guided-section .form-field--full{grid-column:1/-1}.process-hub__guided-section .process-hub__icon-button{place-self:end}@media (max-width:760px){.process-hub__guided-section>.form-grid,.process-hub__guided-item>.form-grid,.process-hub__guided-compact-row{grid-template-columns:1fr}.process-hub__guided-section-heading,.process-hub__guided-item-heading{align-items:flex-start}.process-hub__calendar-timezone,.process-hub__calendar-timezone-control{flex-direction:column;align-items:stretch}.process-hub__calendar-timezone-control input{width:100%}.process-hub__calendar-weekdays{grid-template-columns:repeat(4,minmax(54px,1fr))}.process-hub__calendar-payload-row{grid-template-columns:1fr}.process-hub__calendar-payload-remove{justify-self:end}.process-hub__automation-modal-footer,.process-hub__calendar-modal-footer{flex-wrap:wrap}}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.9rem 1.25rem}.data-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--subtle);font-size:.85rem}.data-table tbody tr:hover{background-color:color-mix(in srgb, var(--brand) 12%, transparent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.status-note{color:var(--muted);font-size:.95rem}.status-note.success{color:var(--status-success)}.status-note.error{color:var(--status-danger)}.status-note.warning{color:var(--status-warning)}.app-notification{z-index:3000;border:1px solid color-mix(in srgb, var(--brand) 45%, var(--border));background:var(--surface-card,#0e1f2f);width:min(28rem,100vw - 2rem);color:var(--text,#f8fafc);border-radius:.85rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.75rem;padding:.9rem 1rem;display:grid;position:fixed;top:1rem;right:1rem;box-shadow:0 18px 45px #02081759}.app-notification--error{border-color:#fb7185a6}.app-notification__icon{color:#4ade80;width:1.25rem;height:1.25rem;margin-top:.05rem}.app-notification--error .app-notification__icon{color:#fb7185}.app-notification__content{gap:.35rem;display:grid}.app-notification p{margin:0;line-height:1.45}.app-notification__action{color:var(--brand);text-underline-offset:3px;font-weight:800;text-decoration:underline}.app-notification__action:hover{color:var(--text)}.app-notification button{width:1.75rem;height:1.75rem;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:.35rem;place-items:center;margin:-.25rem -.35rem 0 0;padding:0;display:grid}.app-notification button:hover{background:#94a3b829}.app-notification button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.app-notification button svg{width:1rem;height:1rem}.auth-shell form,.auth-shell .auth-card{background:var(--surface-card,#0c1429bf);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #94a3b840;border-radius:1.5rem;gap:1.5rem;width:min(420px,100%);padding:2.5rem;display:grid}.auth-logo{object-fit:contain;justify-self:center;width:auto;max-width:min(220px,72%);height:auto;max-height:64px;margin:0 auto .25rem;display:block}@media (max-width:1024px){.app-shell__sidebar{width:var(--sidebar-width,250px);background:var(--nav-bg,#090f1ea6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid #47556940;flex-direction:column;flex-shrink:0;gap:1.75rem;padding:1.75rem 1.5rem;display:flex}}@media (max-width:820px){.app-shell__body{flex-direction:column}.app-shell__sidebar{background:var(--nav-bg,#090f1ea6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #47556940;border-right:0;flex-direction:column;flex-shrink:0;align-self:stretch;gap:.75rem;width:100%;max-width:100%;height:auto;padding:.875rem clamp(1rem,4vw,2rem);display:flex;position:static;overflow-x:auto}.app-shell__sidebar-top{display:none}.app-shell__sidebar ul{scrollbar-gutter:stable;gap:.5rem;max-width:100%;padding-bottom:.25rem;display:flex;overflow:auto visible}.app-shell__sidebar li,.app-shell__nav-row{flex:none}.app-shell__nav-item{white-space:nowrap}.app-shell__sidebar--collapsed{width:100%;padding:.875rem clamp(1rem,4vw,2rem)}.app-shell__sidebar--collapsed .app-shell__nav-item{justify-content:flex-start;gap:.75rem;padding:.75rem 1rem}.app-shell__sidebar--collapsed .app-shell__nav-label{display:inline}}@media (max-width:640px){.app-shell__topbar{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 1rem}.app-shell__brand{justify-content:center;width:100%;min-height:3rem}.app-shell__context{flex-wrap:nowrap;justify-content:flex-start;width:100%;min-width:0}.app-shell__user{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;width:100%;margin-left:0;position:relative}.durable-notifications__panel{width:100%;max-height:min(420px,100vh - 10rem);top:calc(100% + .5rem);left:0;right:0}.durable-notifications__item{grid-template-columns:minmax(0,1fr)}.durable-notifications__item-actions{justify-content:flex-start}.app-shell__user-role,.app-shell__user-name{width:100%}.profile-switcher{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem .75rem;width:100%;display:grid}.profile-switcher-control{width:100%;min-width:0}.profile-switcher-default,.profile-switcher-error{grid-column:1/-1;margin-left:0}.user-menu{width:100%;min-width:0}.user-menu__button{max-width:100%}.user-menu__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}}.admin-overview__hero{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:stretch;gap:2rem;display:grid}.admin-overview__hero-copy{gap:1.5rem;display:grid}.admin-overview__hero-copy h1{letter-spacing:-.015em;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.admin-overview__hero-copy p{color:var(--muted);max-width:560px}.admin-overview__hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.admin-overview__metrics{background:linear-gradient(155deg,#38bdf82e,#818cf814);gap:1rem;display:grid}.admin-overview__metrics>div{gap:.25rem;display:grid}.admin-overview__metric-label{text-transform:uppercase;letter-spacing:.12em;color:var(--subtle);font-size:.75rem}.admin-overview__metric-value{letter-spacing:-.02em;font-size:2rem;font-weight:700}.admin-overview__metric-value--status{font-size:1.1rem}.admin-overview__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.admin-overview__panel{gap:1.5rem;display:grid}.admin-overview__panel-header{justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.admin-overview__panel-header h2{font-size:1.25rem;font-weight:700}.admin-overview__panel-header p{color:var(--muted)}.admin-overview__next-steps{gap:1rem;list-style:none;display:grid}.admin-overview__next-steps li{background:#94a3b814;border-radius:1rem;justify-content:flex-start;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.admin-overview__next-steps span{color:var(--muted)}@media (max-width:900px){.admin-overview__hero,.profile-list-header,.profile-action-header{grid-template-columns:1fr}.profile-list-header .admin-card-actions,.profile-action-header .admin-card-actions{justify-content:flex-start}}n.admin-section-header{flex-wrap:wrap;justify-content:flex-start;gap:1.25rem;display:flex}.admin-section-header h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.admin-section-header p{color:var(--muted);max-width:520px}.admin-section-header__meta{color:var(--subtle);align-items:center;gap:1rem;font-size:.9rem;display:flex}.admin-users__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.admin-card-title{margin-bottom:1rem;font-size:1.2rem;font-weight:700}.admin-card-title-row{justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-card-title-actions,.admin-card-actions{align-items:center;gap:.75rem;display:inline-flex}.profile-list-page{gap:.85rem;display:grid}.profile-list-header,.profile-action-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;width:100%;display:grid}.profile-list-header>div:first-child,.profile-action-header>div:first-child{min-width:0}.profile-list-header .admin-card-actions,.profile-action-header .admin-card-actions{justify-content:flex-end}n.admin-profiles__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.table-actions{gap:.5rem;display:inline-flex}.fabric-workspaces__actions-header{width:300px}.fabric-workspaces__actions-cell{white-space:nowrap}.fabric-workspaces__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.75rem;min-width:276px}.fabric-workspaces__access-button{min-width:132px}.fabric-workspaces__fabric-link{min-width:128px}n.profile-dashboard{gap:2rem;display:grid}.profile-dashboard__header{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;display:flex}.profile-dashboard__header h1{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.profile-dashboard__header p{color:var(--muted);max-width:520px}.profile-dashboard__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.profile-card-title{margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.profile-list{color:var(--muted);gap:.5rem;margin-left:1.25rem;list-style:outside;display:grid}.dashboard-page{gap:1.5rem;display:grid}.dashboard-page-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;padding:.25rem 0 .5rem;display:grid}.dashboard-page-header__copy{gap:.65rem;min-width:0;display:grid}.dashboard-page-header__title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dashboard-page-header h1{letter-spacing:-.025em;font-size:clamp(1.75rem,3vw,2.45rem);font-weight:750}.dashboard-page-header p{max-width:700px;color:var(--muted)}.dashboard-page-header__meta{color:var(--subtle);flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.86rem;display:flex}.dashboard-page-header__meta strong{color:var(--text);font-weight:600}.dashboard-page-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.dashboard-eyebrow{color:var(--accent,#38bdf8);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.dashboard-stat-card{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem;display:grid}.dashboard-stat-card__icon,.profile-dashboard__module-icon{width:2.5rem;height:2.5rem;color:var(--status-info);background:#0ea5e924;border:1px solid #38bdf83d;border-radius:.8rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.dashboard-stat-card__icon svg,.profile-dashboard__module-icon svg{width:1.1rem;height:1.1rem}.dashboard-stat-card__icon--danger{color:var(--status-danger);background:#f43f5e21;border-color:#f43f5e47}.dashboard-stat-card__icon--warning{color:var(--status-warning);background:#f59e0b21;border-color:#f59e0b47}.dashboard-stat-card__icon--success{color:var(--status-success);background:#22c55e21;border-color:#22c55e47}.dashboard-stat-card>div:last-child{gap:.25rem;display:grid}.dashboard-stat-card__label{color:var(--subtle);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:650}.dashboard-stat-card__value{letter-spacing:-.025em;font-size:1.85rem;line-height:1.1}.dashboard-stat-card__detail{color:var(--muted);font-size:.82rem;line-height:1.4}.dashboard-section{align-content:start;gap:1.25rem;display:grid}.dashboard-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-section-header--padded{padding:2rem 2.25rem 0}.dashboard-section-header>div:first-child{gap:.3rem;display:grid}.dashboard-section-header h2{font-size:1.2rem;font-weight:700}.dashboard-section-header p{color:var(--muted);font-size:.9rem}.dashboard-section-header>svg{width:1.25rem;height:1.25rem;color:var(--subtle)}.dashboard-section-count{min-width:2.3rem;height:2.3rem;color:var(--text);background:var(--surface-card-muted);border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;padding:0 .65rem;font-size:.9rem;font-weight:700;display:inline-flex}.dashboard-empty-state{color:var(--muted);align-items:flex-start;gap:.85rem;display:flex}.dashboard-empty-state>svg{width:1.3rem;height:1.3rem;color:var(--subtle);flex:none}.dashboard-empty-state strong{color:var(--text);margin-bottom:.2rem;display:block}.dashboard-empty-state--success>svg{color:var(--status-success)}.dashboard-inline-state{color:var(--muted);border:1px solid var(--line);background:#94a3b812;border-radius:.85rem;padding:1rem 1.1rem}.dashboard-inline-state--error{color:var(--status-danger);background:#f43f5e14;border-color:#f43f5e38}.admin-overview__attention-list,.profile-dashboard__item-list,.profile-dashboard__notification-list,.profile-dashboard__module-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.admin-overview__attention-item{border:1px solid var(--line);background:#94a3b80f;border-left-width:3px;border-radius:.85rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.9rem 1rem;display:grid}.admin-overview__attention-item>svg{width:1.1rem;height:1.1rem;color:var(--status-warning)}.admin-overview__attention-item strong{margin-bottom:.2rem;display:block}.admin-overview__attention-item p{color:var(--muted);font-size:.86rem}.admin-overview__attention-item--critical{border-left-color:#fb7185}.admin-overview__attention-item--critical>svg{color:#fb7185}.admin-overview__attention-item--warning{border-left-color:#fbbf24}.admin-overview__attention-item--info{border-left-color:#38bdf8}.admin-overview__attention-item--info>svg{color:#38bdf8}.admin-overview__estate-table{padding-bottom:.5rem;overflow-x:auto}.admin-overview__estate-table .data-table{min-width:760px}.dashboard-chip-list{flex-wrap:wrap;gap:.35rem;display:flex}.dashboard-chip{width:max-content;color:var(--status-info);text-transform:capitalize;background:color-mix(in srgb, var(--status-info) 12%, transparent);border:1px solid color-mix(in srgb, var(--status-info) 32%, transparent);border-radius:999px;align-items:center;padding:.22rem .5rem;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.dashboard-chip--danger,.dashboard-chip--critical{color:var(--status-danger);background:color-mix(in srgb, var(--status-danger) 12%, transparent);border-color:color-mix(in srgb, var(--status-danger) 32%, transparent)}.dashboard-chip--high{color:var(--status-warning);background:color-mix(in srgb, var(--status-warning) 12%, transparent);border-color:color-mix(in srgb, var(--status-warning) 32%, transparent)}.dashboard-chip--low{color:var(--muted);border-color:var(--line);background:#94a3b814}.dashboard-two-column-grid,.profile-dashboard__module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.dashboard-kv-list{gap:0;display:grid}.dashboard-kv-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.dashboard-kv-list>div:last-child{border-bottom:0}.dashboard-kv-list dt{color:var(--muted)}.dashboard-kv-list dd{font-weight:700}.dashboard-action-list{gap:.35rem;display:grid}.dashboard-action-list a{color:var(--text);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;text-decoration:none;display:flex}.dashboard-action-list a:hover{background:color-mix(in srgb, var(--brand) 10%, transparent)}.dashboard-action-list svg{width:1rem;height:1rem;color:var(--subtle)}.profile-dashboard__main-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);align-items:start;gap:1.5rem;display:grid}.profile-dashboard__item{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.8rem 0;display:grid}.profile-dashboard__item:last-child{border-bottom:0}.profile-dashboard__item-icon{color:#7dd3fc;background:#0ea5e91c;border-radius:.7rem;justify-content:center;align-items:center;width:2.15rem;height:2.15rem;display:inline-flex}.profile-dashboard__item-icon--overdue{color:#fda4af;background:#f43f5e1c}.profile-dashboard__item-icon svg{width:1rem;height:1rem}.profile-dashboard__item-copy{gap:.18rem;min-width:0;display:grid}.profile-dashboard__item-title-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.profile-dashboard__item-title-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-dashboard__item-copy>span,.profile-dashboard__item-copy small,.profile-dashboard__notification span,.profile-dashboard__notification small{color:var(--muted);font-size:.8rem}.dashboard-section-footer{flex-wrap:wrap;gap:.5rem;padding-top:.15rem;display:flex}.dashboard-section-hint{color:var(--subtle);font-size:.78rem}.profile-dashboard__notification{border:1px solid var(--line);border-radius:.8rem;overflow:hidden}.profile-dashboard__notification--unread{background:#0ea5e90f;border-color:#38bdf852}.profile-dashboard__notification>a,.profile-dashboard__notification>div{color:var(--text);gap:.3rem;padding:.75rem .85rem;text-decoration:none;display:grid}.profile-dashboard__notification>a:hover{background:color-mix(in srgb, var(--brand) 8%, transparent)}.profile-dashboard__module-list li{border-bottom:1px solid var(--line)}.profile-dashboard__module-list li:last-child{border-bottom:0}.profile-dashboard__module-list a{color:var(--text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.75rem 0;text-decoration:none;display:grid}.profile-dashboard__module-list a>span:nth-child(2){gap:.18rem;min-width:0;display:grid}.profile-dashboard__module-list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-dashboard__module-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.profile-dashboard__module-list a>svg{width:1rem;height:1rem;color:var(--subtle)}.profile-dashboard__management-summary{justify-content:space-between;align-items:center;gap:1rem;display:flex}.profile-dashboard__management-summary>div{align-items:baseline;gap:.5rem;display:flex}.profile-dashboard__management-summary strong{font-size:1.75rem}.profile-dashboard__management-summary span{color:var(--muted)}.dashboard-widget-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:150px;grid-auto-flow:row;gap:1rem;display:grid}.dashboard-widget{grid-column:span var(--dashboard-widget-width);grid-row:span var(--dashboard-widget-height);min-width:0;min-height:0}.dashboard-widget>*{width:100%;height:100%}.dashboard-widget-card{height:100%;min-height:0;overflow:auto}.dashboard-layout-editor{gap:1rem}.dashboard-layout-editor__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:1.5rem;padding-bottom:1rem;display:flex}.dashboard-layout-editor__header>div:first-child{gap:.45rem;display:grid}.dashboard-layout-editor__header h1{font-size:clamp(1.65rem,3vw,2.25rem)}.dashboard-layout-editor__header p{max-width:760px;color:var(--muted)}.dashboard-layout-editor__header-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.dashboard-layout-editor__toolbar{background:var(--surface-card-muted);border:1px solid var(--line);border-radius:1rem;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:1rem 1.1rem;display:flex}.dashboard-layout-editor__toolbar>div:first-child{gap:.45rem;display:grid}.dashboard-layout-editor__toolbar label{color:var(--text);font-size:.82rem;font-weight:700}.dashboard-layout-editor__toolbar p{color:var(--muted);align-items:center;gap:.45rem;font-size:.82rem;display:flex}.dashboard-layout-editor__toolbar p svg{width:1rem;height:1rem}.dashboard-layout-editor__add-control{align-items:center;gap:.55rem;display:flex}.dashboard-layout-editor__add-control .select{min-width:min(360px,55vw)}.dashboard-layout-editor__grid{background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px), color-mix(in srgb, var(--surface-inset) 70%, transparent);border:1px solid var(--line);background-size:calc(8.33333% + .0833333rem) 186px;border-radius:1rem;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:170px;grid-auto-flow:row;gap:1rem;padding:1rem;display:grid}.dashboard-layout-editor__widget{grid-column:span var(--dashboard-widget-width);grid-row:span var(--dashboard-widget-height);background:var(--surface-card);border:2px solid color-mix(in srgb, var(--brand) 34%, var(--line));border-radius:1rem;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;transition:opacity .14s,border-color .14s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 28px #02061740}.dashboard-layout-editor__widget.is-dragging{opacity:.45;border-color:var(--brand)}.dashboard-layout-editor__widget-toolbar{min-width:0;min-height:44px;color:var(--text);background:color-mix(in srgb, var(--surface-elevated) 92%, transparent);border-bottom:1px solid var(--line);align-items:center;gap:.35rem;padding:.35rem .45rem;display:flex}.dashboard-layout-editor__drag-handle{cursor:grab;align-items:center;gap:.35rem;min-width:0;display:flex}.dashboard-layout-editor__drag-handle:active{cursor:grabbing}.dashboard-layout-editor__drag-handle svg{width:1rem;height:1rem;color:var(--muted);flex:none}.dashboard-layout-editor__drag-handle strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.dashboard-layout-editor__size-label{color:var(--subtle);white-space:nowrap;margin-left:auto;font-size:.68rem}.dashboard-layout-editor__widget-toolbar button,.dashboard-layout-editor__resize-handle{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:.4rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.dashboard-layout-editor__widget-toolbar button:hover:not(:disabled){color:var(--text);background:var(--surface-card-muted)}.dashboard-layout-editor__widget-toolbar button:disabled{opacity:.3;cursor:default}.dashboard-layout-editor__widget-toolbar button svg,.dashboard-layout-editor__resize-handle svg{width:.95rem;height:.95rem}.dashboard-layout-editor__widget-toolbar .dashboard-layout-editor__remove:hover{color:var(--status-danger);background:color-mix(in srgb, var(--status-danger) 10%, transparent)}.dashboard-layout-editor__preview{pointer-events:none;-webkit-user-select:none;user-select:none;min-width:0;min-height:0;overflow:hidden}.dashboard-layout-editor__preview>*{width:100%;height:100%;box-shadow:none;border:0;border-radius:0}.dashboard-layout-editor__resize-handle{z-index:2;color:var(--brand);background:color-mix(in srgb, var(--surface-elevated) 92%, transparent);border:1px solid color-mix(in srgb, var(--brand) 38%, var(--line));cursor:nwse-resize;touch-action:none;position:absolute;bottom:.25rem;right:.25rem}.dashboard-layout-editor__empty{min-height:320px;color:var(--muted);text-align:center;background:var(--surface-card-muted);border:1px dashed var(--line);border-radius:1rem;align-content:center;justify-items:center;gap:.45rem;display:grid}.dashboard-layout-editor__empty svg{width:2rem;height:2rem;color:var(--brand)}.dashboard-layout-editor__empty strong{color:var(--text);font-size:1.05rem}@media (max-width:1100px){.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dashboard__main-grid{grid-template-columns:1fr}.dashboard-widget[data-widget-width="8"],.dashboard-widget[data-widget-width="9"],.dashboard-widget[data-widget-width="12"],.dashboard-layout-editor__widget[data-widget-width="8"],.dashboard-layout-editor__widget[data-widget-width="9"],.dashboard-layout-editor__widget[data-widget-width="12"]{grid-column:span 12}.dashboard-widget[data-widget-width="3"],.dashboard-widget[data-widget-width="4"],.dashboard-layout-editor__widget[data-widget-width="3"],.dashboard-layout-editor__widget[data-widget-width="4"]{grid-column:span 6}}@media (max-width:760px){.dashboard-page-header{grid-template-columns:1fr;align-items:start}.dashboard-page-header__actions{justify-content:flex-start}.dashboard-layout-editor__header,.dashboard-layout-editor__toolbar{flex-direction:column;align-items:stretch}.dashboard-layout-editor__header-actions{justify-content:flex-start}.dashboard-layout-editor__add-control{flex-direction:column;align-items:stretch}.dashboard-layout-editor__add-control .select{width:100%;min-width:0}.dashboard-widget-grid,.dashboard-layout-editor__grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.dashboard-widget,.dashboard-layout-editor__widget,.dashboard-widget[data-widget-width],.dashboard-layout-editor__widget[data-widget-width]{grid-area:auto/1}.dashboard-widget{min-height:150px}.dashboard-layout-editor__widget{min-height:300px}.dashboard-layout-editor__resize-handle{display:none}.dashboard-summary-grid,.dashboard-two-column-grid,.profile-dashboard__module-grid{grid-template-columns:1fr}.admin-overview__attention-item,.profile-dashboard__item{grid-template-columns:auto minmax(0,1fr)}.admin-overview__attention-item>.ui-button,.profile-dashboard__item>.ui-button{grid-column:1/-1;justify-self:start}}.public-shell{flex-direction:column;min-height:100vh;display:flex}.privacy-policy{background:radial-gradient(circle at top left, color-mix(in srgb, var(--brand,#38bdf8) 14%, transparent), transparent 32rem), var(--bg,#020617);min-height:100vh;color:var(--text,#e2e8f0);padding:clamp(2rem,5vw,5rem) clamp(1rem,4vw,2.5rem)}.privacy-policy__document{background:color-mix(in srgb, var(--surface-card,#0f172a) 94%, transparent);border:1px solid #94a3b83d;border-radius:1.5rem;width:min(920px,100%);margin:0 auto;padding:clamp(1.5rem,4vw,4rem);box-shadow:0 28px 70px #02061757}.privacy-policy__header{border-bottom:1px solid #94a3b833;padding-bottom:2rem}.privacy-policy__home-link{color:var(--brand,#38bdf8);letter-spacing:.04em;margin-bottom:2.5rem;font-weight:750;text-decoration:none;display:inline-flex}.privacy-policy__home-link:hover{text-decoration:underline}.privacy-policy__eyebrow{color:var(--brand,#38bdf8);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.78rem;font-weight:750}.privacy-policy h1{letter-spacing:-.045em;margin:0;font-size:clamp(2.25rem,7vw,4.5rem);line-height:1}.privacy-policy__lead{max-width:720px;color:var(--muted,#94a3b8);margin:1.25rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.privacy-policy__meta{flex-wrap:wrap;gap:1rem 2.5rem;margin:1.75rem 0 0;display:flex}.privacy-policy__meta div{gap:.2rem;display:grid}.privacy-policy__meta dt{color:var(--muted,#94a3b8);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:700}.privacy-policy__meta dd{margin:0;font-weight:650}.privacy-policy__publication-note{color:#fde68a;background:#fbbf2417;border:1px solid #fbbf2466;border-radius:.9rem;margin:2rem 0;padding:1rem 1.15rem;line-height:1.6}.privacy-policy section{padding-top:2.25rem}.privacy-policy section+section{margin-top:.5rem}.privacy-policy h2{color:var(--text,#f8fafc);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.25rem,3vw,1.55rem)}.privacy-policy p,.privacy-policy li,.privacy-policy td,.privacy-policy th{line-height:1.75}.privacy-policy p{color:var(--muted,#cbd5e1);margin:.9rem 0 0}.privacy-policy ul{color:var(--muted,#cbd5e1);gap:.6rem;margin:1rem 0 0;padding-left:1.35rem;display:grid}.privacy-policy strong,.privacy-policy code{color:var(--text,#f8fafc)}.privacy-policy a{color:var(--brand,#38bdf8)}.privacy-policy__table-wrap{border:1px solid #94a3b838;border-radius:1rem;margin-top:1.25rem;overflow-x:auto}.privacy-policy table{border-collapse:collapse;width:100%;min-width:620px}.privacy-policy th,.privacy-policy td{text-align:left;vertical-align:top;border-bottom:1px solid #94a3b829;padding:.9rem 1rem}.privacy-policy thead th{color:var(--text,#f8fafc);letter-spacing:.04em;text-transform:uppercase;background:#94a3b817;font-size:.82rem}.privacy-policy tbody th{width:30%;color:var(--text,#f8fafc)}.privacy-policy tbody td{color:var(--muted,#cbd5e1)}.privacy-policy tbody tr:last-child th,.privacy-policy tbody tr:last-child td{border-bottom:0}.privacy-policy__contact{background:#38bdf80f;border:1px solid #38bdf840;border-radius:1rem;margin-top:2.5rem!important;padding:1.5rem!important}.privacy-policy__contact address{color:var(--muted,#cbd5e1);margin-top:1rem;font-style:normal;line-height:1.75}@media (max-width:640px){.privacy-policy{padding:0}.privacy-policy__document{border:0;border-radius:0}}.admin-roles__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.admin-roles__feature-grid{gap:.75rem;display:grid}.admin-roles__users-grid{gap:.5rem;max-height:220px;padding-right:.5rem;display:grid;overflow-y:auto}.admin-roles__feature-option{background:var(--surface-card-muted);border-radius:.9rem;align-items:center;gap:.65rem;padding:.65rem .85rem;display:flex}.admin-roles__feature-option input[type=checkbox],.admin-roles__feature-option input[type=radio]{width:18px;height:18px;min-height:0;accent-color:var(--brand);cursor:pointer;flex:none;margin:0}.admin-roles__feature-option input[type=radio]{width:16px;height:16px}.reporting-setup{flex-direction:column;gap:1.5rem;display:flex}.reporting-setup__grid{grid-template-columns:minmax(0,380px) minmax(0,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.reporting-setup__grid{grid-template-columns:minmax(0,1fr)}}.reporting-setup__tabs{flex-wrap:wrap;gap:.75rem;display:flex}.reporting-setup__tabs-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.reporting-setup__save{margin-left:auto}.reporting-setup__tab{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.9rem;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.95rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s,border-color .2s;display:flex}.reporting-setup__tab:hover{background-color:color-mix(in srgb, var(--brand) 12%, transparent);color:var(--text);border-color:color-mix(in srgb, var(--brand) 35%, transparent);transform:translateY(-1px)}.reporting-setup__tab--active{background:color-mix(in srgb, var(--brand) 18%, transparent);border-color:color-mix(in srgb, var(--brand) 45%, transparent);color:var(--text);box-shadow:0 12px 24px var(--focus-ring)}.reporting-setup__tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.reporting-setup__tab:disabled{opacity:.6;cursor:not-allowed}.reporting-setup__list{flex-direction:column;gap:1rem;display:flex}.reporting-setup__item{border:1px solid var(--border);background:var(--surface-elevated);border-radius:1rem;flex-direction:column;gap:.9rem;padding:1.1rem 1.25rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 40px #0f172a66}.reporting-setup__item:hover{border-color:color-mix(in srgb, var(--brand) 35%, transparent);transform:translateY(-2px);box-shadow:0 24px 48px #1e40af4d}.reporting-setup__item-header{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.reporting-setup__item-title{color:var(--text);margin:0;font-size:1.05rem;font-weight:600}.reporting-setup__item-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.reporting-setup__item-actions .toggle{margin-right:0}.reporting-setup__reports-table,.reporting-setup__models-table{min-width:1060px}.reporting-setup__technical-id{max-width:230px;color:var(--subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;overflow:hidden}.reporting-setup__inherited-security{gap:.2rem;display:grid}.reporting-setup__inherited-security small,.reporting-setup__connected-list{color:var(--subtle);font-size:.78rem}.reporting-setup__connected-list{gap:.1rem;margin-top:.25rem;display:grid}.reporting-setup__health{border:1px solid var(--line);background:var(--surface-card-muted);width:fit-content;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.reporting-setup__health--success{color:#86efac;background:#22c55e24;border-color:#22c55e66}.reporting-setup__health--warning{color:#fde68a;background:#fbbf2424;border-color:#fbbf2466}.reporting-setup__health--error{color:#fecaca;background:#f8717124;border-color:#f8717166}.reporting-setup__dialog-card--wide{width:min(980px,100%)}.reporting-setup__model-summary{border:1px solid var(--line);background:var(--surface-card-muted);border-radius:.75rem;grid-template-columns:minmax(0,2fr) repeat(2,minmax(140px,1fr));gap:1rem;padding:1rem;display:grid}.reporting-setup__model-summary>div{align-content:start;gap:.35rem;min-width:0;display:grid}.reporting-setup__model-summary code{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.reporting-setup__configuration-message{color:#fde68a;background:#fbbf241a;border:1px solid #fbbf2466;border-radius:.65rem;padding:.75rem .9rem;font-size:.86rem}.reporting-setup__policy-options{border:0;gap:.65rem;min-width:0;padding:0;display:grid}.reporting-setup__policy-options legend{color:var(--text);margin-bottom:.55rem;font-weight:600}.reporting-setup__policy-option{border:1px solid var(--line);background:var(--input-bg);cursor:pointer;border-radius:.7rem;align-items:flex-start;gap:.75rem;padding:.8rem .9rem;display:flex}.reporting-setup__policy-option:has(input:checked){border-color:color-mix(in srgb, var(--brand) 55%, var(--line));background:color-mix(in srgb, var(--brand) 10%, var(--input-bg))}.reporting-setup__policy-option input{width:17px;height:17px;accent-color:var(--brand);flex:none;margin-top:.2rem}.reporting-setup__policy-option>span{gap:.15rem;display:grid}.reporting-setup__policy-option small{color:var(--subtle);line-height:1.45}.reporting-setup__mapping-section,.reporting-setup__mapping-list{gap:1rem;display:grid}.reporting-setup__mapping-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.reporting-setup__mapping-row{border:1px solid var(--line);background:var(--surface-card-muted);border-radius:.7rem;grid-template-columns:minmax(180px,1fr) minmax(240px,1.2fr) auto;align-items:end;gap:.75rem;padding:.9rem;display:grid}@media (max-width:760px){.reporting-setup__model-summary,.reporting-setup__mapping-row{grid-template-columns:minmax(0,1fr)}.reporting-setup__mapping-heading{flex-direction:column;align-items:stretch}}.reporting-setup__dialog{background:var(--modal-overlay);z-index:2000;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow:hidden}.reporting-setup__dialog-card{background:var(--surface-card);border:1px solid var(--border);width:min(720px,100%);max-height:calc(100dvh - 4rem);color:var(--text);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;overflow:hidden}.reporting-setup__dialog-card>header,.reporting-setup__dialog-actions{flex:none}.reporting-setup__dialog-card>form{flex-direction:column;flex:auto;gap:1rem;min-height:0;display:flex}.reporting-setup__dialog-body{flex:auto;gap:1.5rem;min-height:0;padding-right:.35rem;display:grid;overflow-y:auto}.reporting-setup__dialog-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.reporting-setup__dialog-grid ul{gap:.5rem;display:grid}.reporting-setup__dialog-actions{justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:640px){.reporting-setup__dialog{align-items:stretch;padding:1rem}.reporting-setup__dialog-card{max-height:calc(100dvh - 2rem)}}.reporting-setup__picker-group{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.reporting-setup__picker{flex-direction:column;gap:.75rem;display:flex;position:relative}.reporting-setup__picker-trigger{background:var(--input-bg);border:1px solid var(--line);color:var(--text);border-radius:.65rem;justify-content:flex-start;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.92rem;line-height:1.2;transition:border-color .2s,background .2s;display:flex}.reporting-setup__picker-trigger:hover{border-color:var(--brand)}.reporting-setup__picker-trigger--open{border-color:var(--brand);background:var(--input-bg-hover)}.reporting-setup__picker-trigger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.reporting-setup__picker-icon{border-bottom:2px solid;border-right:2px solid;flex-shrink:0;width:.75rem;height:.75rem;transition:transform .2s;transform:rotate(45deg)}.reporting-setup__picker-trigger--open .reporting-setup__picker-icon{transform:rotate(-135deg)}.reporting-setup__picker-dropdown{z-index:10;background:var(--surface-card);border:1px solid var(--border);border-radius:.65rem;max-height:220px;padding:.6rem;position:static;overflow-y:auto;box-shadow:0 18px 40px #0f172a59}.reporting-setup__picker-list{gap:.4rem;display:grid}.reporting-setup__picker-option{cursor:pointer;border-radius:.55rem;align-items:center;gap:.65rem;padding:.5rem .6rem;transition:background .2s;display:flex}.reporting-setup__picker-option:hover{background:color-mix(in srgb, var(--brand) 18%, transparent)}.reporting-setup__picker-option input{width:16px;height:16px}.reporting-setup__picker-tags{flex-wrap:wrap;gap:.5rem;display:flex}.reporting-setup__picker-tag{background:var(--surface-card-muted);border:1px solid var(--line);color:var(--text);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.8rem;display:inline-flex}.reporting-setup__picker-tag-remove{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;line-height:1}.reporting-setup__picker-tag-remove:hover{color:var(--text)}.reporting-setup__picker-empty{color:var(--subtle);margin:0;font-size:.85rem}.toggle{align-items:center;gap:.5rem;display:inline-flex}.toggle input[type=checkbox]{width:18px;height:18px}.modules-setup{flex-direction:column;gap:1.5rem;display:flex}.modules-setup__grid{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.modules-setup__grid{grid-template-columns:minmax(0,1fr)}}.modules-setup__item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.admin-modal{z-index:50;background:var(--modal-overlay);place-items:center;padding:2rem 1.5rem;display:grid;position:fixed;inset:0}.admin-modal__card{background:var(--surface-card);border:1px solid var(--border);width:min(640px,100%);max-height:min(90vh,720px);color:var(--text);border-radius:.75rem;flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex;overflow-y:auto;box-shadow:0 24px 48px #0f172a73}.admin-modal__header{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.admin-modal__header h3{margin:0;font-size:1.125rem;font-weight:600}.admin-modal__actions{justify-content:flex-end;gap:.75rem;display:flex}.report-view{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172a8c;border-top:1px solid #47556940;border-left:1px solid #47556940;flex-direction:column;flex:1;width:100%;min-height:calc(100vh - 72px);display:flex}.report-view__header{background:linear-gradient(135deg,#1e293bc7,#0f172ab8);border-bottom:1px solid #4755694d;justify-content:flex-start;align-items:center;gap:1rem;padding:.6rem clamp(1.5rem,4vw,2.25rem);display:flex}.report-view__meta{flex-direction:column;gap:.25rem;display:flex}.report-view__title{letter-spacing:-.015em;color:#f8fafc;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:600}.report-view__embed{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.report-view__embed>*{flex:1;min-height:0}.report-view__embed .report-embed>div{border:none;border-radius:0}.report-view__actions{align-items:center;gap:.75rem;display:flex}.report-view__toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.report-view__export-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aa6;border:1px solid #47556973;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem .5rem;display:flex;box-shadow:0 8px 18px #0f172a59}.report-view__export-select{appearance:none;color:#f8fafc;background:0 0;border:none;padding:0 .35rem;font-size:.8rem;line-height:1.2}.report-view__export-select:focus{outline:none}.report-view__export-select:disabled{opacity:.6}.report-view__slicer-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172abf;border:1px solid #47556973;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem .5rem;display:flex;box-shadow:0 8px 18px #0f172a59}.report-view__slicer-select{appearance:none;color:#f8fafc;background:0 0;border:none;min-width:8.5rem;padding:0 .35rem;font-size:.8rem;line-height:1.2}.report-view__slicer-select:focus{outline:none}.report-view__slicer-select:disabled{opacity:.6}.report-view__toolbar .ui-button{border-radius:999px;padding:.35rem .9rem;font-size:.85rem}.report-view__slicer-group .ui-button{padding:.3rem .7rem;font-size:.8rem}.report-view__toolbar .ui-button:disabled{opacity:.55;cursor:not-allowed}.report-view__slicer-count{color:#e2e8f0bf;font-size:.75rem}.user-menu{align-items:center;display:flex;position:relative}.user-menu__button{border:1px solid var(--line);background:var(--surface-card-muted);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.6rem;padding:.4rem .75rem;display:inline-flex}.user-menu__button:hover{border-color:var(--brand)}.user-menu__avatar{background:color-mix(in srgb, var(--brand) 35%, transparent);width:32px;height:32px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.user-menu__name{font-size:.85rem;font-weight:600}.user-menu__dropdown{background:var(--surface-card);border:1px solid var(--border);z-index:50;border-radius:.75rem;min-width:240px;display:grid;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 18px 45px #0f172a59}.user-menu__item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;text-decoration:none;display:block}.user-menu__item:hover{background:color-mix(in srgb, var(--brand) 18%, transparent)}.user-menu__item--muted{color:var(--subtle);cursor:default}.user-menu__item--muted:hover{background:0 0}.user-menu__item-label{font-weight:600}.user-menu__item-meta{color:var(--subtle);margin-top:.2rem;font-size:.75rem}.user-menu__divider{background:var(--border);height:1px;margin:.3rem 0}.process-hub__cleanup-modal{width:min(820px,100%)}.process-hub__cleanup-header{justify-content:space-between;align-items:flex-start}.process-hub__cleanup-header p{color:var(--muted);margin:.45rem 0 0}.process-hub__cleanup-impact{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.process-hub__cleanup-impact>div{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:.65rem;flex-direction:column;gap:.2rem;padding:.85rem;display:flex}.process-hub__cleanup-impact strong{font-size:1.1rem}.process-hub__cleanup-impact span,.process-hub__cleanup-targets section>div span,.process-hub__cleanup-table>div span{color:var(--muted);font-size:.82rem}.process-hub__cleanup-targets{gap:.75rem;max-height:260px;display:grid;overflow:auto}.process-hub__cleanup-targets section{border:1px solid var(--border);border-radius:.65rem;padding:.9rem}.process-hub__cleanup-targets section>div,.process-hub__cleanup-table>div{justify-content:space-between;gap:1rem;display:flex}.process-hub__cleanup-targets ul{gap:.35rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}.process-hub__cleanup-table{gap:.4rem;display:grid}.process-hub__cleanup-conflicts{border-left:3px solid var(--status-warning);background:color-mix(in srgb, var(--status-warning) 8%, transparent);border-radius:.35rem;margin:0!important;padding:.55rem .65rem!important}.process-hub__cleanup-conflicts li{justify-content:space-between;gap:1rem;font-size:.8rem;display:flex}.process-hub__cleanup-conflicts span{color:var(--text)}.process-hub__cleanup-conflicts strong{color:var(--status-warning);white-space:nowrap}.process-hub__cleanup-acknowledgement{color:var(--text);align-items:flex-start;gap:.65rem;display:flex}.process-hub__cleanup-warning{border:1px solid color-mix(in srgb, var(--status-warning) 36%, var(--border));background:color-mix(in srgb, var(--status-warning) 8%, transparent);border-radius:.65rem;padding:.8rem .95rem}.process-hub__cleanup-warning ul{margin:.45rem 0 0;padding-left:1.2rem}@media (max-width:640px){.process-hub__cleanup-impact{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-notifications{width:min(1180px,100%);margin:0 auto;padding:clamp(1.25rem,3vw,2rem)}.account-notifications__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.account-notifications__header h1{margin:0;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.2}.account-notifications__header p{color:var(--muted);margin-top:.35rem}.account-notifications__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:inline-flex}.account-notifications__panel{border:1px solid var(--border);background:#0f172a6b;border-radius:8px;margin-top:1rem;padding:1rem}.account-notifications__panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.account-notifications__panel-heading h2{margin:0;font-size:1rem;line-height:1.3}.account-notifications__panel-heading p{color:var(--muted);margin-top:.25rem;font-size:.85rem}.account-notifications__switch,.account-notifications__checkbox{color:var(--text);align-items:center;gap:.45rem;font-size:.86rem;display:inline-flex}.account-notifications__switch input,.account-notifications__checkbox input{width:1rem;height:1rem;accent-color:var(--accent)}.account-notifications__quiet-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.account-notifications__quiet-grid label{gap:.35rem;min-width:0;display:grid}.account-notifications__quiet-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.account-notifications__quiet-grid input,.account-notifications__table select{width:100%;min-height:2.35rem;color:var(--text);border:1px solid var(--border);background:#02061761;border-radius:8px;padding:.45rem .6rem}.account-notifications__quiet-grid input:disabled{color:var(--subtle,#94a3b8);cursor:not-allowed;opacity:.7}.account-notifications__table-wrap{overflow-x:auto}.account-notifications__table{border-collapse:collapse;width:100%;min-width:760px}.account-notifications__table th,.account-notifications__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #94a3b82e;padding:.7rem .65rem}.account-notifications__table th{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.76rem;font-weight:800}.account-notifications__table td:first-child{width:34%;min-width:14rem;color:var(--text);font-weight:650}.account-notifications__table td:not(:first-child),.account-notifications__table th:not(:first-child){width:10rem}.account-notifications__table select{max-width:11rem}@media (max-width:720px){.account-notifications__header,.account-notifications__panel-heading{display:grid}.account-notifications__actions{justify-content:flex-start}.account-notifications__quiet-grid{grid-template-columns:1fr}.account-notifications__table{min-width:640px}}.status-badge{text-transform:uppercase;letter-spacing:.08em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.status-badge--ready,.status-badge--telemetry_ok{background:color-mix(in srgb, var(--status-success) 14%, transparent);color:var(--status-success);border-color:color-mix(in srgb, var(--status-success) 36%, transparent)}.status-badge--setup_required,.status-badge--telemetry_required,.status-badge--missing{background:color-mix(in srgb, var(--status-warning) 14%, transparent);color:var(--status-warning);border-color:color-mix(in srgb, var(--status-warning) 36%, transparent)}.status-badge--no_access,.status-badge--locked,.status-badge--error{background:color-mix(in srgb, var(--status-danger) 14%, transparent);color:var(--status-danger);border-color:color-mix(in srgb, var(--status-danger) 36%, transparent)}.instance-switcher__list{gap:.75rem;display:grid}.instance-switcher__row{border:1px solid var(--border);background:var(--surface-elevated);cursor:pointer;border-radius:.75rem;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:.75rem;display:grid}.instance-switcher__row input{margin-top:.3rem}.instance-switcher__row--active{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 12%, transparent)}.instance-switcher__name{margin-bottom:.4rem;font-weight:600}.instance-switcher__meta{align-items:center;gap:.5rem;display:flex}.admin-settings-links{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.capacity-summary__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.capacity-summary__label{color:#94a3b8cc;margin-bottom:.35rem;font-size:.85rem}.capacity-summary__value{color:#e2e8f0f2;font-size:1.25rem;font-weight:700}.capacity-billing__table{gap:1rem;margin-top:2rem;display:grid}.capacity-billing__chart{gap:1.5rem;display:grid}.capacity-chart{min-height:280px;position:relative}.capacity-chart__label{color:#94a3b8d9;margin-bottom:.5rem;font-size:.85rem}.capacity-chart__svg{display:block}.capacity-chart__grid{stroke:#94a3b840;stroke-width:1px}.capacity-chart__label-text{fill:#94a3b8cc;font-size:10px}.capacity-chart__tooltip{pointer-events:none;color:#e2e8f0f2;z-index:10;background:#0f172af2;border:1px solid #94a3b859;border-radius:.75rem;gap:.5rem;min-width:200px;padding:.75rem;display:grid;position:absolute;transform:translate(-50%,-100%);box-shadow:0 18px 40px #02061773}.capacity-chart__tooltip-title{font-size:.9rem;font-weight:600}.capacity-chart__tooltip-list{gap:.35rem;display:grid}.capacity-chart__tooltip-row{grid-template-columns:14px 1fr auto;align-items:center;gap:.4rem;font-size:.82rem;display:grid}.capacity-chart__tooltip-row strong{font-weight:600}.capacity-chart__tooltip-swatch{border-radius:3px;width:12px;height:12px}.capacity-chart__tooltip-footer{color:#e2e8f0d9;justify-content:space-between;gap:1rem;font-size:.82rem;display:flex}.capacity-chart__tooltip-footer strong{color:#e2e8f0f2}.capacity-chart__tooltip-warning{color:#fbbf24;font-size:.8rem}.capacity-chart__legend{gap:.75rem;display:grid}.capacity-chart__legend-header{color:#94a3b8d9;justify-content:space-between;font-size:.85rem;display:flex}.capacity-chart__legend-line{color:#e2e8f0bf}.capacity-chart__legend-list{gap:.6rem;display:grid}.capacity-chart__legend-item{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.capacity-chart__legend-swatch{border-radius:3px;width:12px;height:12px}.capacity-chart__legend-name{font-weight:500}.capacity-view-toggle__buttons{align-items:center;gap:.5rem;display:flex}.capacity-view-toggle__active{color:#f8fafc;border-color:#3b82f6b3;box-shadow:0 10px 20px #1e40af40}.capacity-poll{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.capacity-poll__latest{color:#e2e8f0d1;font-size:.85rem}.capacity-poll__spinner{border:2px solid #94a3b859;border-top-color:#e2e8f0f2;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite capacity-poll-spin}@keyframes capacity-poll-spin{to{transform:rotate(360deg)}}.capacity-billing__table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.capacity-billing__total-row{background:#0f172a8c;font-weight:700}.capacity-rates-dialog{max-width:620px}.capacity-filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.capacity-filter{color:#94a3b8d9;gap:.4rem;font-size:.85rem;display:grid}.capacity-filter--meta{align-content:center}.capacity-filter select{color:#e2e8f0f2;background:#0f172ab3;border:1px solid #94a3b859;border-radius:.6rem;width:100%;padding:.6rem .75rem}.capacity-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.capacity-summary__value{margin-top:.35rem;font-size:2rem;font-weight:600}.capacity-locked{background:#f8717114;border:1px solid #f8717140}.capacity-locked__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.setup-step{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.setup-results{gap:.75rem;margin-top:1.5rem;margin-bottom:1rem;display:grid}.setup-results__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.capacity-row{cursor:pointer}.capacity-row td{transition:background-color .2s}.workspace-detail{gap:1.5rem;display:grid}.workspace-detail__breadcrumb{color:#94a3b8cc;gap:.5rem;font-size:.85rem;display:flex}.workspace-detail__breadcrumb a{color:#e2e8f0e6;text-decoration:none}.workspace-detail__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.workspace-detail__header h1{font-size:clamp(1.6rem,3vw,2rem);font-weight:700}.workspace-detail__header p{color:#94a3b8cc}.workspace-detail__profiles{gap:.5rem;padding-left:1rem;display:grid}.workspace-detail__table{gap:.75rem;display:grid}.workspace-detail__status{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.instances-row--active{background:#3b82f61f}.instances-active{color:#93c5fdf2;font-size:.8rem;font-weight:600}.admin-settings-shell{background:var(--bg);min-height:100vh;color:var(--text);display:flex}.admin-settings-shell__sidebar{--text:var(--nav-text);--muted:var(--nav-muted);--subtle:var(--nav-subtle);--surface-card-muted:var(--nav-surface-muted);width:260px;color:var(--text);background:var(--nav-bg);border-right:1px solid #94a3b833;flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex}.admin-settings-shell__brand{font-size:1.2rem;font-weight:700}.admin-settings-shell__nav{gap:.5rem;display:grid}.admin-settings-shell__nav-item{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:.6rem;padding:.65rem .85rem;text-decoration:none}.admin-settings-shell__nav-item:hover{background:#3b82f62e;border-color:#3b82f659}.admin-settings-shell__nav-item--active{color:var(--text);background:#3b82f638;border-color:#3b82f673}.admin-settings-shell__footer{margin-top:auto}.admin-settings-shell__content{flex:1;padding:2.5rem clamp(1.5rem,3vw,3rem)}.admin-settings-user{position:relative}.admin-settings-user__button{background:var(--surface-card-muted);width:100%;color:var(--text);cursor:pointer;border:1px solid #94a3b859;border-radius:.75rem;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.admin-settings-user__avatar{background:#3b82f659;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:inline-flex}.admin-settings-user__name{word-break:break-all;font-size:.85rem;font-weight:600}.admin-settings-user__dropdown{background:var(--surface-elevated);z-index:50;border:1px solid #94a3b859;border-radius:.75rem;display:grid;position:absolute;bottom:calc(100% + .6rem);left:0;right:0;box-shadow:0 18px 45px #0f172a59}.admin-settings-user__item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;text-decoration:none}.admin-settings-user__item:hover{background:#3b82f62e}.admin-settings-user__item--muted{color:#94a3b8d9;cursor:default}.admin-settings-user__item--muted:hover{background:0 0}.admin-settings-user__divider{background:#94a3b833;height:1px;margin:.3rem 0}@media (max-width:1024px){.admin-settings-shell{flex-direction:column}.admin-settings-shell__sidebar{flex-flow:wrap;align-items:center;gap:1rem;width:100%}.admin-settings-shell__nav{flex-wrap:wrap;gap:.5rem;display:flex}.admin-settings-shell__footer{margin-top:0;margin-left:auto}.admin-settings-user__dropdown{top:calc(100% + .5rem);bottom:auto}}.process-hub{gap:20px;width:100%;min-width:0;display:grid}.process-hub__hero,.process-hub__page-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.process-hub__settings-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;width:100%;display:grid}.process-hub__settings-header>div:first-child{min-width:0}.process-hub__settings-header .process-hub__hero-actions{align-items:center}.process-hub__page-header--records{align-items:flex-end}.process-hub__page-header--records>div:first-child{min-width:0}.process-hub__page-header--records .process-hub__hero-actions{align-self:flex-end;align-items:center}.process-hub__header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.process-hub__hero h1,.process-hub__page-header h1{margin:0;font-size:28px;line-height:1.2}.process-hub__hero p,.process-hub__page-header p,.process-hub__section-heading p,.process-hub__process-card p,.process-hub__pattern-grid p,.process-hub__attachments p{max-width:760px;color:var(--muted)}.process-hub__eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.process-hub__hero-actions,.process-hub__card-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.process-hub__nav-strip{border:1px solid var(--border);background:#0f172a80;border-radius:8px;flex-wrap:wrap;gap:8px;padding:8px;display:flex}.process-hub__nav-pill{min-height:36px;color:var(--muted);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;text-decoration:none;display:inline-flex}.process-hub__nav-pill:hover,.process-hub__nav-pill--active{color:var(--text);background:#32e1ff1f;text-decoration:none}.process-hub__nav-pill svg,.process-hub__inline-icon,.process-hub__table-title svg{flex:none;width:16px;height:16px}.process-hub__operations-workspace{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;min-width:0;display:grid}.process-hub__operations-navigation{overscroll-behavior-y:contain;scrollbar-gutter:stable;border:1px solid var(--border);background:var(--surface-card);border-radius:1.1rem;gap:18px;max-height:calc(100dvh - 96px);padding:18px;display:grid;position:sticky;top:76px;overflow-y:auto;box-shadow:0 18px 42px -28px #020617e6}.process-hub__operations-navigation-heading{gap:3px;display:grid}.process-hub__operations-navigation-heading>span{color:var(--text);font-size:15px;font-weight:750}.process-hub__operations-navigation-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.process-hub__operations-tabs,.process-hub__operations-tab-group{gap:7px;display:grid}.process-hub__operations-tab-group+.process-hub__operations-tab-group{border-top:1px solid var(--border);margin-top:8px;padding-top:15px}.process-hub__operations-tab-group-label{color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;padding:0 8px 2px;font-size:10px;font-weight:800}.process-hub__operations-tab-group button{width:100%;min-width:0;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.process-hub__operations-tab-group button:hover{color:var(--text);background:var(--surface-card-muted)}.process-hub__operations-tab-group button.is-active{border-color:color-mix(in srgb, var(--accent) 40%, transparent);color:var(--text);background:color-mix(in srgb, var(--accent) 11%, var(--surface-card));box-shadow:inset 3px 0 0 var(--accent)}.process-hub__operations-tab-group button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.process-hub__operations-tab-icon{width:34px;height:34px;color:var(--subtle);background:var(--surface-card-muted);border-radius:9px;place-items:center;display:grid}.process-hub__operations-tab-group button.is-active .process-hub__operations-tab-icon{color:var(--accent);background:color-mix(in srgb, var(--accent) 16%, transparent)}.process-hub__operations-tab-icon svg{width:17px;height:17px}.process-hub__operations-tab-copy{gap:2px;min-width:0;display:grid}.process-hub__operations-tab-copy strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3;overflow:hidden}.process-hub__operations-tab-copy small{color:var(--subtle);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.process-hub__operations-panel{outline:none;gap:8px;min-width:0;display:grid}.process-hub__operations-card{overflow:visible}.process-hub__section,.process-hub__columns,.process-hub__pattern-grid{gap:16px;display:grid}.process-hub__columns{grid-template-columns:minmax(0,1.5fr) minmax(320px,.75fr)}.process-hub__pattern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app-shell__nav-row{align-items:center;gap:.25rem;display:flex}.app-shell__nav-row>.app-shell__nav-item{flex:1;min-width:0}.app-shell__nav-expand{width:2rem;height:2rem;color:var(--muted);background:0 0;border:0;border-radius:.65rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.app-shell__nav-expand:hover,.app-shell__nav-expand:focus-visible{background:var(--surface-card-muted);color:var(--text)}.app-shell__nav-expand-icon{width:1rem;height:1rem;transition:transform .2s}.app-shell__nav-expand-icon--open{transform:rotate(180deg)}.app-shell__sidebar .app-shell__nav-children{border-left:1px solid var(--border);gap:.25rem;margin:.25rem 0 .5rem 1.25rem;padding-left:.75rem}.app-shell__sidebar .app-shell__nav-children--nested{margin-left:.75rem}.app-shell__nav-item--child{border-radius:.7rem;padding:.55rem .75rem;font-size:.9rem}.navigation-admin,.navigation-admin__role-sections,.navigation-admin__editor-main{gap:1.5rem;display:grid}.navigation-admin.navigation-admin--list{gap:.85rem}.navigation-admin__view-grid{gap:1.25rem;display:grid}.profile-roles__toolbar,.navigation-admin__role-header,.navigation-admin__page-header{justify-content:space-between;width:100%}.navigation-admin__page-header>div:first-child{flex:320px}.navigation-admin__page-header .admin-card-actions{justify-content:flex-end;margin-left:auto}.navigation-admin__view-row{grid-template-columns:minmax(0,2fr) minmax(120px,.55fr) minmax(120px,.55fr) auto;align-items:center;gap:1.5rem;display:grid}.navigation-admin__view-summary{min-width:0}.navigation-admin__view-summary .admin-card-title{margin-bottom:.25rem}.navigation-admin__view-detail{gap:.15rem;display:grid}.navigation-admin__view-detail span,.navigation-admin__view-detail small{color:var(--muted);font-size:.8rem}.navigation-admin__view-detail strong{font-size:1.05rem}.navigation-admin__role-editor{grid-template-columns:minmax(190px,230px) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.navigation-admin__role-nav{border:1px solid var(--border);background:var(--panel-2);border-radius:1rem;gap:.4rem;padding:.5rem;display:grid;position:sticky;top:1.5rem}.navigation-admin__role-nav-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.75rem;gap:.2rem;padding:.8rem .9rem;display:grid}.navigation-admin__role-nav-item span{color:var(--muted);font-size:.8rem}.navigation-admin__role-nav-item:hover,.navigation-admin__role-nav-item--active{background:#32e1ff14}.navigation-admin__role-nav-item--active{color:var(--brand)}.navigation-admin__role-panel{min-height:380px}.navigation-admin__device-switcher{border:1px solid var(--border);background:var(--panel-2);border-radius:.8rem;width:fit-content;display:inline-flex;overflow:hidden}.navigation-admin__device-tab{border:0;border-right:1px solid var(--border);min-height:2.5rem;color:var(--muted);cursor:pointer;font:inherit;background:0 0;padding:.55rem .9rem}.navigation-admin__device-tab:last-child{border-right:0}.navigation-admin__device-tab:hover,.navigation-admin__device-tab--active{color:var(--brand);background:#32e1ff14}.navigation-admin__editor-grid{grid-template-columns:minmax(0,1fr) minmax(240px,320px);align-items:start;gap:1.5rem;display:grid}.navigation-admin__editor-grid>aside{position:sticky;top:1.5rem}.navigation-admin__folder-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:start;gap:1.5rem;display:grid}.navigation-admin__folder-list,.navigation-admin__archived,.navigation-admin__preview{gap:.75rem;margin-top:1rem;display:grid}.navigation-admin__folder-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.navigation-admin__folder-toolbar{justify-content:space-between}.navigation-admin__folder-actions{justify-content:flex-end;display:flex}.navigation-admin__folder-grid{border:1px solid var(--border);border-radius:.9rem;margin-top:1rem;display:grid;overflow:hidden}.navigation-admin__folder-grid-header,.navigation-admin__folder-grid-row{grid-template-columns:minmax(220px,1.4fr) minmax(160px,.8fr) minmax(150px,auto) minmax(170px,auto);align-items:center;gap:1rem;padding:.85rem 1rem;display:grid}.navigation-admin__folder-grid-header{color:var(--muted);text-transform:uppercase;background:#32e1ff0f;font-size:.78rem;font-weight:700}.navigation-admin__folder-grid-row{border-top:1px solid var(--border)}.navigation-admin__folder-grid-row>div{min-width:0}.navigation-admin__folder-name-cell,.navigation-admin__archived-folder-name{align-items:center;gap:.75rem;display:flex}.navigation-admin__folder-name-icon{border:1px solid color-mix(in srgb, var(--brand) 35%, var(--border));width:2.35rem;height:2.35rem;color:var(--brand);background:color-mix(in srgb, var(--brand) 9%, transparent);border-radius:.7rem;flex:none;place-items:center;display:grid}.navigation-admin__folder-name-icon svg,.navigation-admin__archived-folder-name svg{flex:none;width:1.1rem;height:1.1rem}.navigation-admin__folder-grid-row .status-note{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navigation-admin__folder-modal{width:min(760px,100%)}.navigation-admin__folder-icon-picker{border:0;gap:.65rem;margin:0;padding:0;display:grid}.navigation-admin__folder-icon-picker legend{margin-bottom:.65rem;font-size:.85rem;font-weight:700}.navigation-admin__folder-icon-options{grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:.55rem;display:grid}.navigation-admin__folder-icon-option{border:1px solid var(--border);min-height:2.75rem;color:var(--text);background:var(--surface-card);cursor:pointer;text-align:left;border-radius:.7rem;align-items:center;gap:.55rem;padding:.6rem .7rem;display:flex}.navigation-admin__folder-icon-option:hover{border-color:color-mix(in srgb, var(--brand) 55%, var(--border))}.navigation-admin__folder-icon-option--active{border-color:var(--brand);color:var(--brand);background:color-mix(in srgb, var(--brand) 10%, var(--surface-card));box-shadow:0 0 0 1px var(--brand)}.navigation-admin__folder-icon-option svg{flex:none;width:1.1rem;height:1.1rem}.navigation-admin__folder-add-item{align-items:flex-end;gap:.75rem;display:flex}.navigation-admin__folder-add-item .form-field{flex:1}.navigation-admin__folder-item-order{gap:.5rem;display:grid}.navigation-admin__folder-item-order>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.navigation-admin__folder-item-order>div>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.navigation-admin__resource-picker,.navigation-admin__module-grid fieldset,.navigation-admin__item-picker fieldset{border:1px solid var(--border);border-radius:.9rem;gap:.65rem;padding:1rem;display:grid}.navigation-admin__resource-picker label,.navigation-admin__module-grid label,.navigation-admin__item-picker label,.navigation-admin__check{align-items:center;gap:.6rem;display:flex}.navigation-admin__picker-entry{gap:.35rem;display:grid}.navigation-admin__folder-children{color:var(--muted);gap:.2rem;margin-left:1.65rem;font-size:.82rem;list-style:none;display:grid}.navigation-admin__folder-children li:before{content:"↳";margin-right:.4rem}.foldered-catalogue{gap:1.15rem;display:grid}.foldered-catalogue__section{border:1px solid color-mix(in srgb, var(--brand) 28%, var(--border));background:var(--surface-card);border-radius:1.1rem;overflow:hidden;box-shadow:0 12px 28px #02061733}.foldered-catalogue__section>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:84px;padding:1.25rem 1.5rem;list-style:none;display:flex}.foldered-catalogue__section>summary::-webkit-details-marker{display:none}.foldered-catalogue__title,.foldered-catalogue__summary-meta{align-items:center;gap:.75rem;display:flex}.foldered-catalogue__title>svg{width:1.4rem;height:1.4rem;color:var(--brand);flex:none}.foldered-catalogue__title span{gap:.15rem;display:grid}.foldered-catalogue__title strong{font-size:1.05rem}.foldered-catalogue__title small,.foldered-catalogue__summary-meta{color:var(--muted);font-size:.82rem}.foldered-catalogue__summary-meta>svg{width:1rem;height:1rem;transition:transform .2s}.foldered-catalogue__section[open]>summary .foldered-catalogue__summary-meta>svg{transform:rotate(180deg)}.foldered-catalogue__content{border-top:1px solid var(--border);padding:.85rem}.foldered-catalogue__section--nested{border-color:var(--border);box-shadow:none;border-radius:.85rem;margin-top:.85rem}.foldered-catalogue__section--nested>summary{min-height:68px;padding:.9rem 1rem}.foldered-catalogue__content .process-hub__process-list{gap:.65rem}.foldered-catalogue__content .process-hub__process-card{border-radius:.75rem;grid-template-columns:36px minmax(0,1fr) auto;gap:.75rem;padding:.75rem .9rem}.foldered-catalogue__content .process-hub__process-icon{width:34px;height:34px}.foldered-catalogue__content .process-hub__process-card h3{margin-bottom:.2rem;font-size:1rem}.foldered-catalogue__content .process-hub__process-card p{font-size:.82rem}.foldered-catalogue__content .process-hub__stats div{padding:.4rem .5rem}@media (max-width:600px){.foldered-catalogue__section>summary{align-items:flex-start;min-height:72px;padding:1rem}.foldered-catalogue__summary-meta{white-space:nowrap}}.navigation-admin__resource-picker input,.navigation-admin__module-grid input,.navigation-admin__item-picker input,.navigation-admin__check input{width:auto}.navigation-admin__module-grid,.navigation-admin__item-picker{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.navigation-admin__inline-fields,.navigation-admin__view-assignment{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.navigation-admin__inline-fields .form-field,.navigation-admin__view-assignment .form-field{flex:1;min-width:180px}.navigation-admin__preview{list-style-position:inside}.navigation-admin__preview li{border-bottom:1px solid var(--border);gap:.15rem;padding:.65rem 0;display:grid}.navigation-admin__ordered-items{gap:.5rem;margin-top:1rem;display:grid}.navigation-admin__ordered-heading{margin-bottom:.5rem}.navigation-admin__ordered-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(140px,.8fr) minmax(220px,1fr) auto;align-items:center;gap:1rem;padding:.75rem 0;display:grid}.navigation-admin__ordered-source,.navigation-admin__ordered-page-name{gap:.25rem;min-width:0;display:grid}.navigation-admin__ordered-source>span,.navigation-admin__ordered-page-name>label{color:var(--muted);font-size:.8rem}.navigation-admin__ordered-source strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navigation-admin__ordered-page-name input[aria-invalid=true]{border-color:#fb7185}.process-hub__folder-heading{margin-bottom:1rem}@media (max-width:900px){.navigation-admin__editor-grid,.navigation-admin__folder-layout,.navigation-admin__role-editor{grid-template-columns:1fr}.navigation-admin__editor-grid>aside,.navigation-admin__role-nav{position:static}.navigation-admin__role-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.navigation-admin__view-row{grid-template-columns:minmax(0,1fr) repeat(2,minmax(100px,auto)) auto}.navigation-admin__folder-grid-header{display:none}.navigation-admin__folder-grid-row{grid-template-columns:minmax(0,1fr) minmax(140px,auto)}}@media (max-width:600px){.navigation-admin__role-nav,.navigation-admin__view-row{grid-template-columns:1fr}.navigation-admin__view-row>.ui-button{justify-self:start}.navigation-admin__ordered-item{grid-template-columns:1fr}.navigation-admin__ordered-item .table-actions{justify-self:start}.navigation-admin__folder-grid-row{grid-template-columns:1fr}.navigation-admin__folder-add-item,.navigation-admin__folder-item-order>div{flex-direction:column;align-items:stretch}}.process-hub__pattern-grid--setup{grid-template-columns:repeat(3,minmax(0,1fr))}.process-hub__section-heading{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.process-hub__deployment-heading{align-items:end}.process-hub__deployment-filters{flex:1;grid-template-columns:repeat(2,minmax(220px,1fr));max-width:760px}.process-hub__section-heading h2,.process-hub__pattern-grid h2,.process-hub__attachments h2{margin:0;font-size:18px;line-height:1.3}.process-hub__process-grid,.process-hub__process-list{gap:16px;display:grid}.process-hub__process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__process-list{grid-template-columns:1fr}.process-hub__process-card{grid-template-columns:40px minmax(0,1fr) auto;align-content:start;align-items:center;gap:14px;display:grid}.process-hub__process-card-content{min-width:0}.process-hub__process-card-link{color:inherit;text-decoration:none;transition:border-color .16s,background .16s,transform .16s}.process-hub__process-card-link:hover{background:#32e1ff0f;border-color:#32e1ff80;text-decoration:none;transform:translateY(-1px)}.process-hub__process-card-link:focus-visible{outline-offset:3px;outline:2px solid #32e1ffcc}.process-hub__process-card h3{margin:0 0 4px;font-size:17px}.process-hub__process-card-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.process-hub__card-link-label{color:var(--accent);align-items:center;gap:8px;font-weight:700;display:inline-flex}.process-hub__card-link-label svg{width:16px;height:16px}.process-hub__process-icon,.process-hub__pattern-icon{width:40px;height:40px;color:var(--accent);background:#32e1ff14;border:1px solid #32e1ff59;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.process-hub__process-icon svg,.process-hub__pattern-icon{width:20px;height:20px}.process-hub__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.process-hub__stats div{border:1px solid var(--border);background:#02061738;border-radius:8px;padding:10px}.process-hub__stats dt{color:var(--muted);font-size:12px}.process-hub__stats dd{color:var(--text);margin:0;font-weight:700}.process-hub__work-list{--process-work-grid:40px minmax(140px, 230px) minmax(220px, 1fr) 105px 175px 160px 52px;gap:10px;display:grid}.process-hub__work-list--all{--process-work-grid:40px minmax(130px, 200px) minmax(210px, 1fr) 100px 160px 150px minmax(150px, .65fr) 170px}.process-hub__work-page-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.process-hub__work-filters{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.process-hub__work-filters>label{flex:0 145px;width:145px;max-width:100%}.process-hub__work-date-filters{flex-wrap:wrap;flex:0 auto;align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.process-hub__work-date-filters>label{flex:0 140px;width:140px;max-width:100%}.process-hub__work-date-filters>.process-hub__date-filter{flex-basis:170px;width:170px}.process-hub__work-date-error{flex-basis:100%;margin:0}.process-hub__work-filters label,.process-hub__work-filters select,.process-hub__work-filters input{min-width:0}.process-hub__work-filters select,.process-hub__work-filters input{width:100%}.process-hub__work-filters select{text-overflow:ellipsis;white-space:nowrap}.process-hub__work-filters .process-hub__filter-control,.process-hub__date-filter{min-height:44px}.process-hub__date-filter{background:var(--input-bg);color:var(--input-fg,var(--text));border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;align-items:center;gap:8px;padding:0 10px 0 12px;display:flex}.process-hub__date-filter:focus-within{border-color:#0ea5e980;box-shadow:0 0 0 3px #0ea5e966}.process-hub__date-filter-prefix{color:var(--muted);flex:none;font-size:12px;font-weight:800}.process-hub__date-filter input{width:auto;min-height:42px;color:var(--input-fg,var(--text));color-scheme:var(--color-scheme);background:0 0;border:0;outline:none;flex:auto;padding:0}.process-hub__work-header{grid-template-columns:var(--process-work-grid);color:var(--muted);letter-spacing:0;text-transform:uppercase;align-items:center;gap:12px;padding:0 16px 2px;font-size:12px;font-weight:800;display:grid}.process-hub__work-header span{text-align:left;justify-self:start}.process-hub__work-sort-button{color:inherit;font:inherit;text-transform:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:5px;padding:4px 0;display:inline-flex}.process-hub__work-sort-button:hover,.process-hub__work-sort-button[data-active=true]{color:var(--text)}.process-hub__work-sort-button:focus-visible{outline:2px solid var(--text);outline-offset:3px;border-radius:3px}.process-hub__work-sort-button svg{flex-shrink:0;width:14px;height:14px}.process-hub__work-card{grid-template-columns:var(--process-work-grid);align-items:center;gap:12px;padding:12px 16px;display:grid}.process-hub__work-card--on-time{border-color:#22c55e75;box-shadow:inset 4px 0 #22c55ee6,0 25px 50px -22px #0f172ae6}.process-hub__work-card--overdue{border-color:#ef444480;box-shadow:inset 4px 0 #ef4444f2,0 25px 50px -22px #0f172ae6}.process-hub__work-card>.process-hub__status,.process-hub__work-created,.process-hub__work-due,.process-hub__work-assigned,.process-hub__work-card>.process-hub__card-actions{justify-self:start}.process-hub__work-card>.process-hub__card-actions{justify-content:flex-start}.process-hub__work-open-button{justify-content:center;width:40px;min-width:40px;padding:0}.process-hub__work-open-button .ui-button__icon{margin:0}.process-hub__work-icon{width:36px;height:36px}.process-hub__work-folder{min-width:0}.process-hub__work-folder span{max-width:100%;min-height:28px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#32e1ff12;border:1px solid #32e1ff47;border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex;overflow:hidden}.process-hub__work-process{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:16px;line-height:1.25;overflow:hidden}.process-hub__work-created,.process-hub__work-due{min-width:0;color:var(--muted);white-space:nowrap;font-size:13px;font-weight:700}.process-hub__work-assigned{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.process-hub__status--open{color:#bfdbfe;background:#3b82f61f;border-color:#3b82f652}.process-hub__status--claimed{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b52}.process-hub__status{min-height:24px;color:var(--text);background:#94a3b829;border:1px solid #94a3b847;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.process-hub__status--draft{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b52}.process-hub__status--configured,.process-hub__status--queued{color:#bfdbfe;background:#3b82f61f;border-color:#3b82f652}.process-hub__status--failed{color:#fecaca;background:#ef44441f;border-color:#ef444452}.process-hub__status--approval{color:#bfdbfe;background:#3b82f61f;border-color:#3b82f652}.process-hub__status--changes,.process-hub__status--running{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b52}.process-hub__status--rejected{color:#fecaca;background:#ef44441f;border-color:#ef444452}.process-hub__status--archived{color:#cbd5e1;background:#64748b24;border-color:#64748b52}.process-hub__status--submitted,.process-hub__status--published,.process-hub__status--deployed,.process-hub__status--succeeded{color:#86efac;background:#22c55e1f;border-color:#22c55e52}.process-hub__architecture-list,.process-hub__check-list{gap:10px;display:grid}.process-hub__architecture-list div,.process-hub__check-list div,.process-hub__target-card{border:1px solid var(--border);background:#02061738;border-radius:8px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.process-hub__architecture-list svg,.process-hub__check-list svg,.process-hub__target-card svg{width:18px;height:18px;color:var(--accent)}.process-hub__filters,.process-hub__builder-toolbar{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.process-hub__filters--compact{grid-template-columns:repeat(3,minmax(0,220px))}.process-hub__record-view-tabs{justify-content:flex-end}.process-hub__records-card{min-width:0;max-width:100%;padding:18px 36px 36px;overflow:visible}.process-hub__records-card>*{min-width:0}.process-hub__record-view-heading{grid-template-columns:minmax(150px,.75fr) minmax(260px,1.25fr) minmax(220px,auto);align-items:start;margin-bottom:12px;display:grid}.process-hub__record-view-heading>div:first-child{min-width:0}.process-hub__record-view-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:8px;min-width:0;display:flex}.process-hub__record-view-filters{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:0}.process-hub__record-search{position:relative}.process-hub__record-search svg{width:16px;height:16px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.process-hub__record-search .input{padding-left:32px}.process-hub__column-filter{gap:6px;min-width:0;display:grid}.process-hub__column-filter>span,.process-hub__range-filter>legend{color:var(--muted);font-size:12px;font-weight:700}.process-hub__range-filter{border:0;grid-template-columns:minmax(96px,.8fr) minmax(120px,1fr) minmax(120px,1fr);align-items:end;margin:0;padding:0}.process-hub__range-filter>legend{grid-column:1/-1;padding:0}.process-hub__value-filter{position:relative}.process-hub__value-filter>summary{border:1px solid var(--border);background:var(--surface-card);min-height:40px;color:var(--text);cursor:pointer;border-radius:8px;align-items:center;padding:8px 32px 8px 12px;list-style:none;display:flex}.process-hub__value-filter>summary::-webkit-details-marker{display:none}.process-hub__value-filter>summary:after{content:"";border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);width:7px;height:7px;position:absolute;right:13px;transform:translateY(-2px)rotate(45deg)}.process-hub__value-filter[open]>summary:after{transform:translateY(2px)rotate(225deg)}.process-hub__value-filter-menu{z-index:30;border:1px solid var(--border);background:var(--surface-card);border-radius:10px;gap:8px;width:min(320px,100vw - 48px);padding:10px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 36px #0206174d}.process-hub__value-filter-options{gap:2px;max-height:230px;display:grid;overflow-y:auto}.process-hub__value-filter-options label{min-height:34px;color:var(--text);cursor:pointer;border-radius:6px;grid-template-columns:none;align-items:center;gap:8px;padding:5px 6px;display:flex}.process-hub__value-filter-options label:hover{background:var(--surface-card-muted)}.process-hub__value-filter-options p{color:var(--muted);margin:8px 4px;font-size:13px}.process-hub__sortable-heading{color:inherit;font:inherit;font-weight:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.process-hub__sortable-heading svg{width:14px;height:14px;color:var(--muted)}.process-hub__record-pagination{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:16px 0 0;font-size:13px;display:flex}.process-hub__record-pagination>div{align-items:center;gap:10px;display:flex}.process-hub__register-filter-panel,.process-hub__selected-record-bar,.process-hub__active-filter-chips{margin:0 0 14px}.process-hub__register-filter-panel{border:1px solid var(--border);background:#0206172e;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:12px;display:grid}.process-hub__register-filter-panel label{gap:6px;display:grid}.process-hub__register-filter-panel label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__register-filter-panel .process-hub__value-filter-options label{align-items:center;display:flex}.process-hub__register-filter-panel .process-hub__value-filter-options label>span{color:var(--text);font-size:13px;font-weight:500}.process-hub__active-filter-chips,.process-hub__selected-record-bar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.process-hub__active-filter-chips button{min-height:30px;color:var(--text);cursor:pointer;background:#32e1ff17;border:1px solid #32e1ff52;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;display:inline-flex}.process-hub__active-filter-chips svg{width:14px;height:14px}.process-hub__selected-record-bar{background:#32e1ff14;border:1px solid #32e1ff42;border-radius:8px;justify-content:flex-start;padding:10px 12px}.process-hub__selected-record-bar strong{margin-right:4px;font-size:13px}.process-hub__inline-register-panel{margin-bottom:16px}.process-hub__basic-list-inline-row td{vertical-align:top;background:#32e1ff0f}.process-hub__basic-list-inline-row .input,.process-hub__basic-list-inline-row .select{min-width:160px}.process-hub__list-add-row-action{padding:12px 16px 16px}.process-hub__side-panel{z-index:80;border-left:1px solid var(--border);background:var(--panel);width:min(520px,100vw);height:100vh;padding:18px;display:grid;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-24px 0 48px #00000047}.process-hub__register-modal-card{width:min(720px,100%)}.process-hub__import-wizard-card{width:min(1080px,100vw - 32px);max-height:calc(100vh - 48px);overflow-y:auto}.process-hub__import-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0 0 16px;padding:0;list-style:none;display:grid}.process-hub__import-steps li{border:1px solid var(--border);min-width:0;color:var(--muted);text-align:center;background:#02061729;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:800}.process-hub__import-steps li.is-active{color:var(--text);background:#32e1ff1a;border-color:#32e1ff66}.process-hub__import-step{gap:14px;min-width:0;margin-bottom:16px;display:grid}.process-hub__import-dropzone{min-height:180px;color:var(--text);text-align:center;cursor:pointer;background:#32e1ff0f;border:1px dashed #32e1ff6b;border-radius:8px;place-items:center;gap:8px;padding:24px;display:grid}.process-hub__import-dropzone svg{width:28px;height:28px;color:var(--accent)}.process-hub__import-dropzone input{display:none}.process-hub__import-dropzone small{color:var(--muted)}.process-hub__import-file-summary{flex-wrap:wrap;gap:8px;display:flex}.process-hub__import-file-summary span{border:1px solid var(--border);color:var(--muted);background:#0206172e;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;display:inline-flex}.process-hub__import-file-summary strong{color:var(--text)}@media (max-width:720px){.process-hub__import-wizard-card{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.process-hub__import-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__import-file-summary span{justify-content:space-between;width:100%}}.process-hub__register-record-panel,.process-hub__bulk-panel-content{border:1px solid var(--border);background:#02061724;border-radius:8px;align-content:start;gap:14px;min-width:0;padding:16px;display:grid}.process-hub__side-panel .process-hub__register-record-panel,.process-hub__side-panel .process-hub__bulk-panel-content,.process-hub__register-modal-card .process-hub__register-record-panel{background:0 0;border:0;padding:0}.process-hub__register-record-panel>header,.process-hub__bulk-panel-content>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.process-hub__register-record-panel h3,.process-hub__bulk-panel-content h3{margin:0}.process-hub__register-record-panel header p,.process-hub__bulk-panel-content header p{color:var(--muted);margin:4px 0 0}.process-hub__register-record-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.process-hub__register-record-summary>div,.process-hub__bulk-record-preview span{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:7px;min-width:0;padding:8px}.process-hub__register-record-summary dt{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.process-hub__register-record-summary dd{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;overflow:hidden}.process-hub__register-record-fields,.process-hub__bulk-field-list{gap:12px;display:grid}.process-hub__register-record-fields .form-field,.process-hub__bulk-field-list>div{gap:7px;display:grid}.process-hub__checkbox--inline{align-items:center;gap:7px;width:fit-content;display:inline-flex}.process-hub__bulk-record-preview{flex-wrap:wrap;gap:8px;display:flex}.process-hub__bulk-record-preview span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__bulk-field-list>div{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;padding:10px}.process-hub__bulk-field-list>div.is-selected{border-color:#32e1ff61}.process-hub__history-list{gap:10px;display:grid}.process-hub__history-list article{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;gap:4px;padding:10px;display:grid}.process-hub__history-list span,.process-hub__history-list small{color:var(--muted)}.process-hub__record-view-tabs button{max-width:220px}.process-hub__record-view-tabs button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__filters label,.process-hub__runtime-form label,.process-hub__runtime-field{gap:6px;display:grid}.process-hub__filters label>span,.process-hub__runtime-form label>span,.process-hub__runtime-field>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__search{position:relative}.process-hub__search svg{width:16px;height:16px;color:var(--muted);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.process-hub__search .input{width:100%;padding-left:32px}.process-hub__table-title,.process-hub__check-count{align-items:center;gap:8px;display:inline-flex}.process-hub__back-link{color:var(--muted);align-items:center;gap:6px;margin-bottom:10px;font-weight:700;text-decoration:none;display:inline-flex}.process-hub__back-link:hover{color:var(--text);text-decoration:none}.process-hub__back-link svg{width:16px;height:16px}.process-hub__builder-header{align-items:center;gap:12px}.process-hub__builder-header-main,.process-hub__builder-identity{align-items:center;gap:12px;min-width:0;display:flex}.process-hub__builder-identity h1{flex:none;font-size:22px}.process-hub__builder-identity p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.process-hub__back-link--icon{border:1px solid var(--border);border-radius:8px;flex:none;place-items:center;width:36px;height:36px;margin-bottom:0;display:inline-grid}.process-hub__progress-nav{border:1px solid var(--border);background:var(--surface-card);border-radius:8px;min-width:0;display:flex;overflow-x:auto}.process-hub__progress-nav button{border:0;border-right:1px solid var(--border);min-height:52px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;flex:1 0 132px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:relative}.process-hub__progress-nav button:last-child{border-right:0}.process-hub__progress-nav button:hover,.process-hub__progress-nav button.is-complete{color:var(--text);background:#32e1ff0f}.process-hub__progress-nav button.is-active{color:var(--text);background:#32e1ff24}.process-hub__progress-nav button.is-complete .process-hub__step-number,.process-hub__progress-nav button.is-active .process-hub__step-number{color:var(--text);background:#32e1ff24;border-color:#32e1ff8c}.process-hub__builder-shell{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);--border:var(--card-border);--line:var(--card-line);--surface-card-muted:var(--card-surface-muted);border:1px solid var(--border);min-height:680px;color:var(--text);background:var(--surface-card);border-radius:8px;display:grid;overflow:hidden}.process-hub__canvas h2,.process-hub__builder-section h3{margin:0;font-size:16px;line-height:1.3}.process-hub__step-number{border:1px solid var(--border);width:22px;height:22px;color:var(--muted);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.process-hub__builder-tools{border-bottom:1px solid var(--border);justify-content:flex-end;gap:8px;padding-bottom:12px;display:flex}.process-hub__builder-tools button{border:1px solid var(--border);min-height:32px;color:var(--muted);background:var(--surface-card-muted);cursor:pointer;border-radius:6px;padding:6px 10px}.process-hub__builder-tools button:hover,.process-hub__builder-tools button.is-active{color:var(--text);background:#32e1ff1a}.process-hub__canvas{align-content:start;gap:18px;padding:18px;display:grid}.process-hub__builder-section{gap:16px;display:grid}.process-hub__builder-form{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;padding:14px}.process-hub__subsection-heading,.process-hub__wizard-actions,.process-hub__preview-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.process-hub__subsection-heading{border-top:1px solid var(--border);padding-top:8px}.process-hub__subsection-heading h4{margin:0;font-size:14px}.process-hub__stack{gap:10px;display:grid}.process-hub__stack--tight{gap:6px}.process-hub__attribute-designer{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.process-hub__attribute-main{min-width:0}.process-hub__attribute-nav{border-right:1px solid var(--border);gap:8px;padding-right:14px;display:grid}.process-hub__attribute-nav button{border:1px solid var(--border);background:var(--surface-inset);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;gap:3px;padding:10px 12px;display:grid}.process-hub__attribute-nav button.active{background:#0ea5e924;border-color:#0ea5e99e}.process-hub__attribute-nav button span{color:var(--muted);font-size:12px}.process-hub__binding-selector{gap:8px;min-width:220px;display:grid}.process-hub__binding-selector label{color:var(--muted);gap:4px;font-size:12px;display:grid}.process-hub__attribute-lookup-value{gap:8px;min-width:min(320px,100%);display:grid}.process-hub__attribute-lookup-value label{color:var(--muted);gap:4px;font-size:12px;display:grid}.process-hub__attribute-lookup-value .process-hub__lookup-select{min-width:0}.process-hub__selector-dropdown{position:relative}.process-hub__selector-dropdown-trigger{border:1px solid var(--border);background:var(--surface-card-muted);width:100%;min-height:42px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.process-hub__selector-dropdown-trigger>span{text-align:left;min-width:0;display:grid}.process-hub__selector-dropdown-trigger small,.process-hub__selector-dropdown-menu label small{color:var(--muted);font-size:11px}.process-hub__selector-dropdown-trigger strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__selector-dropdown.is-open .process-hub__selector-dropdown-trigger{background:#0ea5e91f;border-color:#0ea5e994}.process-hub__selector-dropdown.is-open .process-hub__selector-dropdown-trigger svg{transform:rotate(180deg)}.process-hub__selector-dropdown-menu{z-index:4000;border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;gap:4px;padding:8px;display:grid;position:fixed;overflow:auto;box-shadow:0 16px 32px #02061761}.process-hub__selector-dropdown-menu label{color:var(--text);cursor:pointer;border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;padding:8px;display:grid}.process-hub__selector-dropdown-menu label:hover{background:#94a3b81f}.process-hub__selector-dropdown-menu label>span{gap:2px;min-width:0;display:grid}.process-hub__selector-dropdown-clear{color:#67e8f9;width:fit-content;font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:12px;font-weight:700}.process-hub__attribute-logic-summary{gap:8px;min-width:180px;display:grid}.process-hub__attribute-logic-summary>span{color:var(--muted);font-size:12px}.process-hub__attribute-logic-summary .ui-button{width:fit-content}.process-hub__attribute-logic-modal{width:min(980px,100%);max-height:min(92vh,860px);overflow:hidden}.process-hub__attribute-logic-modal .admin-modal__header{justify-content:space-between}.process-hub__attribute-logic-modal-body{min-height:0;padding-right:4px;overflow:auto}.process-hub__attribute-logic{gap:10px;min-width:min(720px,100%);display:grid}.process-hub__attribute-logic-header,.process-hub__attribute-rule-heading,.process-hub__attribute-condition-toolbar,.process-hub__attribute-formula{justify-content:space-between;align-items:center;gap:8px;display:flex}.process-hub__attribute-rule-card{border:1px solid var(--border);background:var(--surface-inset);border-radius:8px;gap:10px;padding:10px;display:grid}.process-hub__attribute-rule-heading{grid-template-columns:minmax(130px,1fr) minmax(96px,140px) 32px;display:grid}.process-hub__attribute-condition-toolbar{justify-content:flex-start}.process-hub__attribute-condition-toolbar .select{max-width:170px}.process-hub__attribute-condition-list,.process-hub__attribute-operands{gap:8px;display:grid}.process-hub__attribute-operation-row{justify-content:center;align-items:center;min-height:28px;display:flex;position:relative}.process-hub__attribute-operation-row:before,.process-hub__attribute-operation-row:after{content:"";background:var(--border);flex:auto;height:1px}.process-hub__attribute-operation-select{text-align:center;width:auto;min-width:132px;margin:0 10px}.process-hub__attribute-condition{grid-template-columns:minmax(220px,1.2fr) minmax(150px,.8fr) minmax(150px,.8fr) 32px;align-items:start;gap:8px;display:grid}.process-hub__attribute-operand{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.process-hub__attribute-operand .select:first-child,.process-hub__attribute-operand .input:last-child{grid-column:1/-1}.process-hub__attribute-between,.process-hub__attribute-operand-row,.process-hub__attribute-aggregate{gap:8px;display:grid}.process-hub__attribute-between{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__attribute-operand-row{grid-template-columns:minmax(0,1fr) 32px;align-items:start}.process-hub__attribute-aggregate{min-width:260px}.process-hub__attribute-aggregate label{color:var(--muted);gap:4px;font-size:12px;display:grid}.process-hub__attribute-flags{gap:4px;font-size:12px;display:grid}.process-hub__attribute-flags label{white-space:nowrap;align-items:center;gap:6px;display:flex}.process-hub__attribute-simulation{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:16px;padding:14px;display:grid}.process-hub__attribute-simulation h5{margin:0 0 10px;font-size:13px}.process-hub__attribute-results{gap:8px;display:grid}.process-hub__attribute-results>div{border:1px solid var(--border);background:var(--surface-inset);border-radius:8px;grid-template-columns:minmax(120px,.8fr) minmax(140px,1fr) minmax(80px,auto);align-items:center;gap:10px;padding:8px 10px;display:grid}.process-hub__attribute-results span{color:var(--muted);font-size:12px}.process-hub__attribute-results code{justify-self:end;font-size:12px}.process-hub__layout-pages{display:grid}.process-hub__layout-page{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;overflow:hidden}.process-hub__layout-page-header,.process-hub__layout-section-card>header{grid-template-columns:32px minmax(0,1fr) auto auto 32px;align-items:center;gap:8px;display:grid}.process-hub__layout-page-header{border-bottom:1px solid var(--border);background:var(--surface-inset);padding:10px}.process-hub__layout-page-header>span{color:var(--muted);font-size:12px}.process-hub__layout-page-actions{flex-wrap:wrap;gap:6px;display:flex}.process-hub__layout-title{width:100%;min-width:0;color:var(--text);background:0 0;border:0;border-bottom:1px solid #0000;padding:5px 2px;font-weight:700}.process-hub__layout-title:focus{border-bottom-color:var(--accent);outline:0}.process-hub__layout-page-settings,.process-hub__layout-section-settings{grid-template-columns:minmax(0,1.4fr) minmax(140px,.65fr) minmax(140px,.65fr);gap:10px;display:grid}.process-hub__layout-page-settings{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.process-hub__layout-page-instructions{grid-column:1/-1}.process-hub__page-instructions-input{resize:vertical;min-height:120px;line-height:1.5}.process-hub__page-instructions{white-space:pre-wrap}.process-hub__layout-page-settings label,.process-hub__layout-section-settings label{gap:5px;min-width:0;display:grid}.process-hub__layout-page-settings label>span,.process-hub__layout-section-settings label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__layout-sections{padding:0 12px 12px 34px;display:grid}.process-hub__layout-section-card{border:1px solid var(--border);background:var(--surface-inset);border-radius:6px;overflow:hidden}.process-hub__layout-section-card.is-checklist{border-color:#22c55e6b}.process-hub__layout-section-card.is-checklist>header{grid-template-columns:32px minmax(0,1fr) auto auto 32px}.process-hub__layout-section-card>header{border-bottom:1px solid var(--border);grid-template-columns:32px minmax(0,1fr) auto 32px;padding:9px}.process-hub__layout-section-card.is-repeated{border-style:dashed}.process-hub__layout-section-card.is-repeated>header{border-bottom:0}.process-hub__layout-repeated-title{gap:2px;min-width:0;display:grid}.process-hub__layout-repeated-title strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__layout-repeated-title span,.process-hub__layout-repeat-badge{color:var(--muted);font-size:12px}.process-hub__layout-repeat-badge{border:1px solid var(--border);border-radius:4px;padding:3px 6px}.process-hub__layout-section-settings{padding:10px}.process-hub__drag-handle{width:32px;height:32px;color:var(--muted);cursor:grab;background:0 0;border:0;place-items:center;display:inline-grid}.process-hub__drag-handle:active{cursor:grabbing}.process-hub__drag-handle svg{width:17px;height:17px}.process-hub__layout-drop-zone{min-height:10px;color:var(--muted);border:1px solid #0000;border-radius:6px;place-items:center;font-size:12px;transition:min-height .12s,border-color .12s,background .12s;display:grid}.process-hub__layout-drop-zone.is-active{background:#32e1ff0a;border-color:#32e1ff47;min-height:32px}.process-hub__layout-drop-zone.is-active:hover,.process-hub__layout-drop-zone.has-label{background:#32e1ff14;border-color:#32e1ff8c}.process-hub__repeat-panel{border-top:1px solid var(--border);background:var(--surface-card-muted);flex-wrap:wrap;align-items:center;gap:8px 16px;padding:10px;display:flex}.process-hub__repeat-panel strong,.process-hub__repeat-panel>span{color:var(--muted);font-size:12px}.process-hub__repeat-panel label{align-items:center;gap:6px;font-size:13px;display:inline-flex}.process-hub__checklist-config,.process-hub__checklist-items{flex:100%;gap:10px;min-width:0;display:grid}.process-hub__checklist-config .process-hub__settings-group{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.process-hub__checklist-config label,.process-hub__checklist-items label{align-items:start;display:grid}.process-hub__checklist-config label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__checklist-items{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:6px;padding:10px}.process-hub__checklist-items>.process-hub__settings-group{grid-template-columns:minmax(0,1fr) 32px}.process-hub__layout-section-card .ui-button.is-active{color:var(--text);background:#32e1ff1a;border-color:#32e1ff8c}.process-hub__config-row,.process-hub__rule-row{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;grid-template-columns:minmax(140px,1fr) minmax(120px,.8fr) minmax(140px,1fr) minmax(130px,.8fr) 32px;align-items:center;gap:8px;padding:10px;display:grid}.process-hub__config-row--section{grid-template-columns:minmax(120px,1fr) minmax(130px,1fr) minmax(100px,.8fr) minmax(120px,1fr) minmax(110px,.8fr) auto 32px}.process-hub__rule-row{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.process-hub__view-editor{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;gap:12px;padding:12px;display:grid}.process-hub__views-designer{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;grid-template-columns:220px minmax(0,1fr);min-height:480px;display:grid;overflow:hidden}.process-hub__views-list{border-right:1px solid var(--border);background:var(--surface-inset);align-content:start;gap:6px;padding:10px;display:grid}.process-hub__views-list button{min-width:0;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}.process-hub__views-list button:hover,.process-hub__views-list button.is-active{color:var(--text);background:#32e1ff14;border-color:#32e1ff47}.process-hub__views-list button>span{gap:3px;min-width:0;display:grid}.process-hub__views-list strong,.process-hub__views-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__views-list small{color:var(--muted);font-size:11px}.process-hub__view-editor{border:0;border-radius:0;align-content:start}.process-hub__view-editor-header,.process-hub__view-type-toggle,.process-hub__view-columns,.process-hub__view-columns>div{align-items:center;gap:8px;display:flex}.process-hub__view-editor-header{justify-content:space-between}.process-hub__view-editor-header h4{margin:0}.process-hub__view-type-toggle{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:6px;width:fit-content;padding:3px}.process-hub__view-type-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:6px 10px}.process-hub__view-type-toggle button.is-active{color:var(--text);background:#32e1ff1f}.process-hub__view-type-toggle button:disabled{cursor:not-allowed;opacity:.5}.process-hub__view-columns{gap:8px;display:grid}.process-hub__view-columns>div{grid-template-columns:minmax(150px,.9fr) minmax(180px,1fr) auto auto 32px;display:grid}.process-hub__aggregate-column-config{gap:6px;min-width:0;display:grid}.process-hub__view-column-order{align-items:center;gap:4px;display:flex}.process-hub__view-column-order .process-hub__icon-button{width:28px;height:28px}.process-hub__view-editor>.process-hub__builder-form{margin-top:4px}.process-hub__workflow-add{flex:none;justify-content:flex-end;align-items:flex-start;display:flex;position:relative}.process-hub__workflow-workspace{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:18px;display:grid}.process-hub__workflow-workspace-nav{overscroll-behavior-y:contain;scrollbar-gutter:stable;border-right:1px solid var(--border);gap:6px;max-height:calc(100dvh - 116px);padding-right:12px;display:grid;position:sticky;top:96px;overflow-y:auto}.process-hub__workflow-workspace-nav button{min-width:0;min-height:42px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:10px 11px;display:flex}.process-hub__workflow-workspace-nav button:hover,.process-hub__workflow-workspace-nav button.is-active{color:var(--text);background:#32e1ff1a;border-color:#32e1ff52}.process-hub__workflow-workspace-nav svg{flex:none;width:16px;height:16px}.process-hub__workflow-workspace-nav span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.process-hub__due-detail{justify-items:start;gap:4px;display:grid}.process-hub__due-detail time{color:var(--muted);font-size:12px}.process-hub__due-state{min-height:24px;color:var(--muted);background:#94a3b81f;border:1px solid #94a3b852;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.process-hub__due-state svg{width:14px;height:14px}.process-hub__due-state--on-time{color:var(--status-success);background:#22c55e24;border-color:#22c55e6b}.process-hub__due-state--overdue{color:var(--status-danger);background:#ef444424;border-color:#ef444470}.process-hub__workflow-workspace-main{gap:16px;min-width:0;display:grid}.process-hub__workflow-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.process-hub__workflow-overview-grid>div{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;gap:4px;min-height:72px;padding:14px;display:grid}.process-hub__workflow-overview-grid strong{color:var(--text);font-size:20px;line-height:1.1}.process-hub__workflow-overview-grid span{color:var(--muted);font-size:12px;line-height:1.35}.process-hub__workflow-chain-overview-list{gap:14px;display:grid}.process-hub__workflow-chain-overview-card,.process-hub__workflow-chain-empty{border:1px solid var(--border);background:var(--surface-inset);border-radius:8px}.process-hub__workflow-chain-overview-card{gap:12px;padding:14px;display:grid}.process-hub__workflow-chain-overview-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.process-hub__workflow-chain-overview-header h4{color:var(--text);margin:0;font-size:15px;line-height:1.25}.process-hub__workflow-chain-overview-header span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.process-hub__workflow-chain-minimap{min-height:var(--workflow-chain-preview-height);border:1px solid var(--border);background:radial-gradient(circle, var(--grid-line) 1px, transparent 1px) 0 0 / 18px 18px, var(--surface-card-muted);border-radius:8px;overflow:auto}.process-hub__workflow-chain-minimap-inner{min-width:100%;position:relative}.process-hub__workflow-chain-minimap-links{fill:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.process-hub__workflow-chain-minimap-links path{stroke:#32e1ffad;stroke-width:2px}.process-hub__workflow-chain-minimap-links marker path{fill:#32e1ffc7}.process-hub__workflow-chain-minimap-node{border:1px solid var(--border);min-width:118px;color:var(--text);background:var(--surface-elevated);border-radius:8px;align-content:center;gap:3px;padding:9px 10px;display:grid;position:absolute;overflow:hidden;box-shadow:0 10px 24px #0206173d}.process-hub__workflow-chain-minimap-node small,.process-hub__workflow-chain-minimap-node span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.2;overflow:hidden}.process-hub__workflow-chain-minimap-node strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.2;overflow:hidden}.process-hub__workflow-chain-minimap-node--approval{background:color-mix(in srgb, var(--surface-elevated) 84%, #059669 16%);border-color:#22c55e6b}.process-hub__workflow-chain-minimap-node--group{background:var(--surface-card-muted);box-shadow:none;border-style:dashed;border-color:#94a3b87a}.process-hub__workflow-chain-minimap-node--chain{background:color-mix(in srgb, var(--surface-elevated) 84%, #ca8a04 16%);border-color:#facc1570}.process-hub__workflow-chain-minimap-node.is-current{border-color:#32e1ffdb;box-shadow:0 0 0 1px #32e1ff33,0 14px 30px #0206174d}.process-hub__workflow-chain-chips{flex-wrap:wrap;gap:8px;display:flex}.process-hub__workflow-chain-chips span{border:1px solid var(--border);color:var(--muted);background:var(--surface-card-muted);border-radius:999px;padding:5px 8px;font-size:12px;line-height:1}.process-hub__workflow-chain-empty{align-items:flex-start;gap:12px;padding:16px;display:flex}.process-hub__workflow-chain-empty svg{width:22px;height:22px;color:var(--accent);flex:none}.process-hub__workflow-chain-empty strong{color:var(--text)}.process-hub__workflow-chain-empty p{color:var(--muted);margin:4px 0 0}.process-hub__workflow-type-picker{z-index:20;background:var(--surface-card);border:1px solid #32e1ff47;border-radius:8px;width:min(360px,100%);min-width:300px;padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 34px #00000038}.process-hub__workflow-type-picker>div{gap:8px;display:grid}.process-hub__workflow-type-picker>div:first-child{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.process-hub__workflow-type-picker button{border:1px solid var(--border);min-width:0;color:var(--text);background:var(--surface-inset);text-align:left;cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:10px;display:flex}.process-hub__workflow-type-picker>div:first-child button{justify-content:center;width:28px;height:28px;padding:0}.process-hub__workflow-type-picker button:hover{background:#32e1ff1a;border-color:#32e1ff73}.process-hub__workflow-type-picker button span{gap:3px;min-width:0;display:grid}.process-hub__workflow-type-picker small{color:var(--muted);line-height:1.4}.process-hub__workflow-type-picker svg{flex:none;width:16px;height:16px}.process-hub__workflow-panel{border:1px solid var(--border);background:var(--surface-card-muted);border-radius:8px;overflow:hidden}.process-hub__workflow-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px;list-style:none;display:flex}.process-hub__workflow-panel summary::-webkit-details-marker{display:none}.process-hub__workflow-panel summary:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;transition:transform .16s;transform:rotate(45deg)}.process-hub__workflow-panel[open] summary:after{transform:rotate(225deg)}.process-hub__workflow-panel summary span{color:var(--text);font-weight:700}.process-hub__workflow-panel summary small{color:var(--muted);margin-left:auto}.process-hub__workflow-panel>.form-grid,.process-hub__workflow-panel>.process-hub__stack,.process-hub__workflow-panel-body{padding:0 12px 12px}.process-hub__assignee-picker{gap:10px;min-width:0;display:grid}.process-hub__assignee-picker select{width:100%}.process-hub__assignee-chips{flex-wrap:wrap;gap:8px;max-height:132px;padding:2px 2px 4px;display:flex;overflow-y:auto}.process-hub__assignee-chip{border:1px solid var(--border);max-width:100%;min-height:30px;color:var(--text);background:var(--surface-elevated);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.process-hub__assignee-chip span{color:var(--accent);text-transform:uppercase;background:#38bdf821;border-radius:999px;flex:none;padding:2px 6px;font-size:11px}.process-hub__assignee-chip svg{width:13px;height:13px;color:var(--muted);flex:none}.process-hub__assignee-chip:hover{background:var(--surface-strong);border-color:#38bdf89e}.process-hub__dependency-canvas{border:1px solid var(--border);background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px), var(--surface-card-muted);background-size:22px 22px;border-radius:8px;gap:14px;padding:14px;display:grid}.process-hub__dependency-canvas-toolbar,.process-hub__dependency-canvas-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.84rem;display:flex}.process-hub__dependency-canvas-toolbar strong{color:var(--text);font-size:.92rem}.process-hub__dependency-canvas-footer span{border:1px solid var(--border);background:var(--surface-inset);min-height:26px;color:var(--muted);border-radius:999px;align-items:center;padding:3px 8px;display:inline-flex}.process-hub__dependency-graph{grid-template-columns:minmax(180px,1fr) minmax(96px,160px) minmax(180px,1fr);align-items:center;gap:12px;min-height:150px;display:grid}.process-hub__dependency-graph--with-waits{grid-template-columns:minmax(150px,.8fr) minmax(180px,1fr) minmax(96px,160px) minmax(180px,1fr)}.process-hub__dependency-wait-stack{gap:8px;display:grid}.process-hub__dependency-wait-stack>span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:700}.process-hub__dependency-node{border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;align-content:center;gap:5px;min-height:96px;padding:12px;display:grid;box-shadow:0 10px 24px #0206173d}.process-hub__dependency-node--source{border-color:#32e1ff7a}.process-hub__dependency-node--target{border-color:#8b4fff94}.process-hub__dependency-node--wait{border-color:#f59e0b80;min-height:64px}.process-hub__dependency-node small{color:var(--muted);font-size:.78rem}.process-hub__dependency-node strong{color:var(--text);font-size:.95rem;line-height:1.25}.process-hub__dependency-node span{color:var(--muted);overflow-wrap:anywhere;font-size:.82rem}.process-hub__dependency-arrow{color:var(--muted);text-align:center;place-items:center;gap:6px;font-size:.78rem;font-weight:700;display:grid}.process-hub__dependency-arrow svg{width:100%;height:42px;overflow:visible}.process-hub__dependency-arrow path{fill:none;stroke:var(--brand);stroke-width:3px}.process-hub__dependency-arrow marker path{fill:var(--brand)}.process-hub__inline-icon-label{align-items:center;gap:8px;display:inline-flex}.process-hub__inline-icon-label svg{width:16px;height:16px}.process-hub__chain-page{min-height:calc(100vh - var(--topbar-height))}.process-hub__chain-shell{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:16px;min-height:680px;display:grid}.process-hub__chain-sidebar{border:1px solid var(--border);background:var(--surface-card);border-radius:8px;flex-direction:column;gap:14px;padding:14px;display:flex}.process-hub__chain-validation{border-top:1px solid var(--border);gap:8px;margin-top:8px;padding-top:12px;display:grid}.process-hub__chain-validation h3{margin:0;font-size:.96rem}.process-hub__chain-canvas{border:1px solid var(--border);background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px), var(--surface-card-muted);background-size:24px 24px;border-radius:8px;min-height:680px;overflow:hidden}.process-hub__chain-canvas .react-flow__node{font-family:inherit}.process-hub__chain-canvas .react-flow__edge-path{stroke:var(--brand);stroke-width:2.5px}.process-hub__chain-canvas .react-flow__edge.selected .react-flow__edge-path{stroke:#facc15;stroke-width:3.5px;filter:drop-shadow(0 0 5px #facc1573)}.process-hub__chain-canvas .react-flow__edge-textbg{fill:var(--surface-elevated)}.process-hub__chain-canvas .react-flow__edge-text{fill:var(--text);font-size:12px;font-weight:700}.process-hub__chain-canvas .react-flow__controls{background:var(--surface-elevated);border:1px solid #32e1ff47;border-radius:8px;overflow:hidden;box-shadow:0 14px 30px #02061761}.process-hub__chain-canvas .react-flow__controls-button{background:var(--surface-elevated);width:32px;height:32px;color:var(--text);fill:currentColor;border:0;border-bottom:1px solid #94a3b833}.process-hub__chain-canvas .react-flow__controls-button:last-child{border-bottom:0}.process-hub__chain-canvas .react-flow__controls-button:hover{color:var(--text);background:#32e1ff29}.process-hub__chain-canvas .react-flow__controls-button svg{fill:currentColor}.process-hub__chain-canvas .react-flow__minimap{background:var(--surface-elevated);border:1px solid #32e1ff42;border-radius:8px;overflow:hidden;box-shadow:0 14px 30px #02061761}.process-hub__chain-canvas .react-flow__minimap-mask{fill:var(--surface-card-muted)}.process-hub__chain-edge-handle{cursor:grab;pointer-events:all;background:#32e1ff;border:2px solid #0f172ae6;border-radius:999px;width:18px;height:18px;position:absolute;box-shadow:0 6px 14px #0206175c}.process-hub__chain-edge-handle:active{cursor:grabbing}.process-hub__chain-node{background:var(--surface-elevated);width:240px;min-height:152px;color:var(--text);border:1px solid #32e1ff5c;border-radius:8px;gap:8px;padding:12px;display:grid;box-shadow:0 14px 30px #02061752}.process-hub__chain-node--approval{background:color-mix(in srgb, var(--surface-elevated) 86%, #059669 14%);border-color:#22c55e70}.process-hub__chain-node--chain{background:color-mix(in srgb, var(--surface-elevated) 86%, #ca8a04 14%);border-color:#facc1580}.process-hub__chain-node-header,.process-hub__chain-node-footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.process-hub__chain-node strong{overflow-wrap:anywhere;min-width:0;font-size:.98rem;line-height:1.25}.process-hub__chain-node p{color:var(--muted);margin:0;font-size:.82rem}.process-hub__chain-node-badges{flex-wrap:wrap;gap:6px;display:flex}.process-hub__chain-node-badges span{min-height:24px;color:var(--muted);background:var(--surface-card-muted);border:1px solid #94a3b84d;border-radius:999px;align-items:center;gap:5px;padding:3px 7px;font-size:.76rem;display:inline-flex}.process-hub__chain-node-badges svg{width:13px;height:13px}.process-hub__chain-node-footer span{color:var(--muted);font-size:.78rem;font-weight:700}.process-hub__chain-group-node{background:color-mix(in srgb, var(--surface-card-muted) 86%, #ca8a04 14%);min-width:240px;min-height:160px;color:var(--text);border:2px dashed #facc159e;border-radius:8px;flex-direction:column;justify-content:space-between;gap:12px;padding:14px;display:flex;box-shadow:inset 0 0 0 1px #facc151f}.process-hub__chain-group-node strong{font-size:.92rem;display:block}.process-hub__chain-group-node p{color:var(--muted);margin:4px 0 0;font-size:.78rem}.process-hub__workflow-chain-modal{scrollbar-gutter:stable;gap:0;width:min(980px,100vw - 32px);min-height:0;max-height:calc(100dvh - 48px);padding:0;overflow:hidden auto}.process-hub__workflow-chain-modal .admin-modal__header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;padding:20px 24px}.process-hub__workflow-chain-modal-body{flex:none;align-content:start;gap:14px;min-height:0;padding:20px 24px;display:grid}.process-hub__workflow-chain-modal .admin-modal__actions{border-top:1px solid var(--border);flex:none;padding:16px 24px}.process-hub__option-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.process-hub__option{border:1px solid var(--border);min-height:88px;color:inherit;text-align:left;background:#0206172e;border-radius:8px;gap:10px;padding:12px;display:flex}.process-hub__option:where(button){cursor:pointer}.process-hub__option:where(button):hover{border-color:#14b8a673}.process-hub__permission-picker{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:12px;margin-top:16px;padding:14px;display:grid}.process-hub__section-heading--compact{margin-bottom:0}.process-hub__permission-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.process-hub__permission-columns>div{align-content:start;gap:8px;min-width:0;display:grid}.process-hub__permission-columns h5{margin:0;font-size:13px;line-height:1.3}.process-hub__review-screen{align-content:start;gap:14px;display:grid}.process-hub__review-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.process-hub__review-header h2,.process-hub__review-page h3,.process-hub__review-section h4{margin:0}.process-hub__review-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.process-hub__review-pages{gap:14px;padding-bottom:20px;display:grid}.process-hub__review-page{border:1px solid var(--border);background:#02061729;border-radius:8px;gap:12px;padding:14px 18px;display:grid}.process-hub__review-page-header,.process-hub__review-section{gap:6px;display:grid}.process-hub__review-page-header{border-bottom:1px solid var(--border);padding-bottom:10px}.process-hub__review-section{padding:6px 0 4px}.process-hub__review-list{gap:0;margin:0;display:grid}.process-hub__review-list div{border-bottom:1px solid var(--border);grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);align-items:baseline;gap:12px;padding:10px 0;display:grid}.process-hub__review-list dt{color:var(--muted);font-weight:700}.process-hub__review-list dd{overflow-wrap:anywhere;min-width:0;margin:0}.process-hub__option input{flex:none;margin-top:3px}.process-hub__option span{align-content:start;gap:5px;display:grid}.process-hub__option small,.process-hub__preview small{color:var(--muted);line-height:1.45}.process-hub__wizard-actions{border-top:1px solid var(--border);padding-top:16px}.process-hub__wizard-actions span{color:var(--muted);font-size:12px}.process-hub__forms-designer{border:1px solid var(--border);background:#02061729;border-radius:8px;grid-template-columns:190px minmax(0,1fr) 280px;min-height:620px;display:grid;overflow:hidden}.process-hub__forms-outline,.process-hub__question-settings{background:#02061747;align-content:start;gap:16px;padding:14px;display:grid}.process-hub__forms-outline{border-right:1px solid var(--border)}.process-hub__question-settings{border-left:1px solid var(--border);align-content:start}.process-hub__forms-outline h3,.process-hub__question-settings h3{margin:0;font-size:15px}.process-hub__forms-outline nav,.process-hub__outline-page{gap:6px;display:grid}.process-hub__outline-page+.process-hub__outline-page{margin-top:12px}.process-hub__outline-page strong{padding:4px 6px;font-size:12px}.process-hub__outline-page button{min-height:34px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;display:flex}.process-hub__outline-page button:hover,.process-hub__outline-page button.is-active{color:var(--text);background:#32e1ff1a}.process-hub__outline-page small{color:var(--muted)}.process-hub__forms-canvas{background:#0f172a52;align-content:start;gap:14px;min-width:0;min-height:0;padding:22px;display:grid;overflow-y:auto}.process-hub__forms-canvas-header{border-top:4px solid var(--accent);background:var(--surface-card);border-radius:6px;padding:18px}.process-hub__forms-canvas-header h2{margin:0;font-size:20px}.process-hub__forms-canvas-header p:last-child{color:var(--muted);margin-bottom:0}.process-hub__checklist-builder-tabs{border:1px solid var(--border);background:var(--surface);border-radius:6px;width:fit-content;max-width:100%;padding:3px;display:inline-flex}.process-hub__checklist-builder-tabs button{min-height:32px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 12px;font-weight:700}.process-hub__checklist-builder-tabs button.is-active{color:var(--text);background:var(--surface-card);box-shadow:0 0 0 1px var(--border)}.process-hub__checklist-groups-builder{gap:12px;min-width:0;min-height:0;display:grid}.process-hub__checklist-groups-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.process-hub__checklist-groups-header>div{gap:3px;display:grid}.process-hub__checklist-groups-header span{color:var(--muted);font-size:12px}.process-hub__checklist-group-list{gap:10px;min-width:0;min-height:0;max-height:min(560px,100vh - 360px);padding-right:4px;display:grid;overflow-y:auto}.process-hub__checklist-group-card{border:1px solid var(--border);background:var(--surface-card);border-radius:6px;gap:12px;min-width:0;padding:14px;display:grid}.process-hub__checklist-group-card>header{align-items:center;gap:8px;display:flex}.process-hub__checklist-group-card>header .input{min-width:0;font-weight:700}.process-hub__checklist-group-fields{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;min-width:0;display:grid}.process-hub__checklist-group-field{min-width:0;color:var(--text);gap:6px;font-weight:700;display:grid}.process-hub__checklist-group-field>span{font-size:12px}@media (min-width:1201px){.process-hub__forms-designer{grid-template-rows:minmax(0,1fr);height:clamp(620px,100vh - 180px,760px)}.process-hub__forms-outline,.process-hub__forms-canvas,.process-hub__question-settings{min-height:0;overflow-y:auto}}.process-hub__review-list.process-hub__document-header-summary,.process-hub__pdf-answer-list.process-hub__document-header-summary{border-top:0;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.process-hub__review-list.process-hub__document-header-summary>div,.process-hub__pdf-answer-list.process-hub__document-header-summary>div{border:1px solid var(--border);border-radius:6px;grid-template-columns:1fr;align-content:start;gap:4px;padding:10px;display:grid}.process-hub__document-table-wrap{border:1px solid var(--border);border-radius:6px;width:100%;overflow-x:auto}.process-hub__document-table{border-collapse:collapse;width:100%;min-width:max-content;font-size:12px}.process-hub__document-table th,.process-hub__document-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;min-width:130px;padding:9px 10px}.process-hub__document-table th:first-child,.process-hub__document-table td:first-child{width:52px;min-width:52px}.process-hub__document-table thead th{color:var(--muted);background:var(--surface-card-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px}.process-hub__forms-designer--header-line{grid-template-columns:minmax(0,1fr) 320px;min-height:540px}.process-hub__forms-designer--header-line .process-hub__forms-canvas{padding:18px}.process-hub__forms-designer--header-line-header .process-hub__question-stack{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;display:grid}.process-hub__forms-designer--header-line-lines .process-hub__question-stack{align-items:stretch;gap:10px;padding-bottom:10px;display:flex;overflow-x:auto}.process-hub__forms-designer--header-line-lines .process-hub__question-stack>div{flex:0 0 min(300px,78vw)}.process-hub__header-line-behavior{border:1px solid var(--border);background:#02061729;border-radius:8px;padding:18px}.process-hub__header-line-behavior-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.process-hub__repeat-panel.process-hub__calculation-editor{background:0 0;border-top:0;align-items:stretch;gap:20px;padding:0;display:grid}.process-hub__calculation-section{gap:10px;min-width:0;display:grid}.process-hub__calculation-table-wrap{border:1px solid var(--border);border-radius:8px;width:100%;overflow-x:auto}.process-hub__calculation-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:840px}.process-hub__calculation-table--balance{min-width:920px}.process-hub__calculation-table th,.process-hub__calculation-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:0}.process-hub__calculation-table th:last-child,.process-hub__calculation-table td:last-child{border-right:0;width:64px}.process-hub__calculation-table tbody tr:last-child td{border-bottom:0}.process-hub__calculation-table thead th{height:40px;color:var(--muted);background:var(--surface-card-muted);letter-spacing:.04em;text-transform:uppercase;padding:8px 10px;font-size:11px;font-weight:700}.process-hub__calculation-table td>input,.process-hub__calculation-table td>select{width:100%;min-width:0;min-height:46px;color:var(--input-fg,var(--text));box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 10px}.process-hub__calculation-table td>select{color-scheme:var(--color-scheme);cursor:pointer;padding-right:28px}.process-hub__calculation-table select option{background-color:var(--input-bg);color:var(--input-fg,var(--text))}.process-hub__calculation-table select option:checked,.process-hub__calculation-table select option:focus{background-color:var(--brand);color:var(--button-fg)}.process-hub__calculation-table td:focus-within{z-index:1;background:color-mix(in srgb, var(--brand) 6%, transparent);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--brand) 70%, transparent);position:relative}.process-hub__calculation-table td>select:disabled{color:var(--muted);background:color-mix(in srgb, var(--surface-card-muted) 65%, transparent);opacity:1;cursor:not-allowed}.process-hub__calculation-actions{text-align:center!important}.process-hub__calculation-actions .process-hub__icon-button{margin:6px}.process-hub__calculation-empty{color:var(--muted);font-size:13px;text-align:center!important;padding:18px!important}.process-hub__question-stack{gap:10px;min-width:0;display:grid}.process-hub__question-card{border:1px solid var(--border);background:var(--surface-card);cursor:pointer;border-left:4px solid #0000;border-radius:6px;gap:10px;min-width:0;padding:16px;display:grid}.process-hub__question-card.is-dragging{opacity:.55}.process-hub__question-card:hover,.process-hub__question-card.is-selected{border-left-color:var(--accent)}.process-hub__question-card.is-selected{box-shadow:0 0 0 1px #32e1ff33}.process-hub__question-card-header{align-items:center;gap:10px;display:flex}.process-hub__question-drag-handle{flex:none}.process-hub__question-actions{flex:none;gap:6px;display:inline-flex}.process-hub__question-card-footer{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.process-hub__question-card-footer small{min-width:0}.process-hub__question-card-footer .ui-button{flex:none}.process-hub__question-title{width:100%;min-width:0;color:var(--text);background:0 0;border:0;padding:0;font-size:15px;font-weight:700}.process-hub__question-title:focus{box-shadow:0 2px 0 var(--accent);outline:0}.process-hub__question-card p,.process-hub__question-card small{color:var(--muted);margin:0}.process-hub__question-answer{gap:8px;width:100%;min-width:0;display:grid}.process-hub__question-answer .input,.process-hub__question-answer .select{box-sizing:border-box;min-width:0;max-width:100%}.process-hub__question-answer .select[multiple]{min-height:86px}.process-hub__canvas-lookup-preview{gap:6px;display:grid}.process-hub__lookup-filter-helper{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.process-hub__field-drop-zone{min-height:6px;color:var(--muted);border:1px solid #0000;border-radius:6px;place-items:center;font-size:12px;transition:min-height .12s,border-color .12s,background .12s;display:grid}.process-hub__field-drop-zone.is-active{background:#32e1ff0a;border-color:#32e1ff47;min-height:28px}.process-hub__field-drop-zone.is-active:hover,.process-hub__field-drop-zone.has-label{background:#32e1ff14;border-color:#32e1ff8c}.process-hub__text-preview{max-width:100%}.process-hub__long-text-preview{width:100%;min-height:112px}.process-hub__date-preview{width:min(240px,100%)}.process-hub__choice-preview{gap:8px;display:grid}.process-hub__choice-preview--horizontal{flex-wrap:wrap;gap:12px 18px;display:flex}.process-hub__choice-preview label{color:var(--text);align-items:center;gap:8px;display:flex}.process-hub__boolean-answer{border:1px solid var(--border);background:#0206172e;border-radius:10px;grid-template-columns:repeat(2,minmax(72px,1fr));gap:4px;width:fit-content;padding:4px;display:inline-grid}.process-hub__boolean-answer button{min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:7px 14px;font-size:.9rem;font-weight:700;transition:border-color .15s,background .15s,color .15s}.process-hub__boolean-answer button:hover:not(:disabled){color:var(--text);background:#94a3b81a}.process-hub__boolean-answer button.is-selected{color:var(--text);background:#32e1ff29;border-color:#32e1ff8c}.process-hub__boolean-answer button:focus-visible{outline-offset:2px;outline:2px solid #32e1ffbf}.process-hub__boolean-answer.is-disabled{opacity:.68}.process-hub__boolean-answer button:disabled{cursor:not-allowed}.process-hub__rating-preview{flex-wrap:wrap;gap:8px;display:flex}.process-hub__rating-preview span,.process-hub__rating-preview button{border:1px solid var(--border);width:34px;height:34px;color:var(--muted);background:#0206172e;border-radius:50%;place-items:center;display:inline-grid}.process-hub__rating-preview button{cursor:pointer}.process-hub__rating-preview button:hover,.process-hub__rating-preview button.is-selected{color:var(--text);background:#32e1ff24;border-color:#32e1ff8c}.process-hub__rating-slider{gap:8px;width:min(420px,100%);display:grid}.process-hub__rating-slider>div{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;font-size:.82rem;display:grid}.process-hub__rating-slider>div strong{min-width:34px;min-height:28px;color:var(--text);background:#32e1ff14;border:1px solid #32e1ff66;border-radius:8px;place-items:center;font-size:.92rem;display:inline-grid}.process-hub__rating-slider>div span:last-child{text-align:right}.process-hub__rating-slider input[type=range]{accent-color:#32e1ff;width:100%}.process-hub__signature-control{gap:8px;width:min(560px,100%);display:grid}.process-hub__signature-control canvas{border:1px solid var(--border);touch-action:none;cursor:crosshair;background:#fff;border-radius:8px;width:100%;height:168px;box-shadow:inset 0 -28px #0f172a0a}.process-hub__signature-control canvas:focus-visible{outline-offset:2px;outline:2px solid #32e1ffbf}.process-hub__signature-control.is-disabled canvas{cursor:default}.process-hub__signature-control>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.process-hub__signature-control small{color:var(--muted)}.process-hub__signature-value{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:6px;width:min(220px,100%);max-height:88px;display:block}.process-hub__question-add{display:grid}.process-hub__question-add--inline{margin-top:8px}.process-hub__question-add.process-hub__question-add--inline>button{min-height:34px;font-size:12px}.process-hub__question-add>button{border:1px dashed var(--border);min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:8px;display:flex}.process-hub__question-add>button:hover{color:var(--text);background:#32e1ff0f;border-color:#32e1ff8c}.process-hub__question-add svg,.process-hub__question-type-picker svg{width:16px;height:16px}.process-hub__question-type-picker{border:1px solid var(--border);background:var(--surface-card);border-radius:6px;gap:10px;padding:12px;display:grid}.process-hub__question-type-picker>div{flex-wrap:wrap;gap:8px;display:flex}.process-hub__question-type-picker>div:first-child{justify-content:space-between;align-items:center}.process-hub__question-type-picker button{border:1px solid var(--border);min-height:32px;color:var(--muted);cursor:pointer;background:#0206172e;border-radius:6px;align-items:center;gap:6px;padding:6px 8px;display:inline-flex}.process-hub__question-type-picker button:hover{color:var(--text);border-color:#32e1ff8c}.process-hub__settings-toggle{align-items:flex-start;gap:8px;display:flex}.process-hub__settings-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.process-hub__setup-toggle{position:relative}.process-hub__setup-toggle>button{border:1px solid var(--border);width:100%;min-height:62px;color:var(--text);text-align:left;cursor:pointer;background:#0f172a4d;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.process-hub__setup-toggle>button:hover,.process-hub__setup-toggle>button:focus-visible{border-color:#32e1ff7a;outline:none}.process-hub__setup-toggle>button.is-on{background:#32e1ff1a;border-color:#32e1ff9e}.process-hub__setup-toggle>button[aria-disabled=true]{cursor:not-allowed;opacity:.62}.process-hub__setup-toggle-track{border:1px solid var(--border);background:#94a3b838;border-radius:999px;align-items:center;width:42px;height:24px;padding:3px;transition:background .16s,border-color .16s;display:inline-flex}.process-hub__setup-toggle-track span{background:var(--muted);border-radius:999px;width:16px;height:16px;transition:transform .16s,background .16s}.process-hub__setup-toggle>button.is-on .process-hub__setup-toggle-track{background:#32e1ff47;border-color:#32e1ffb8}.process-hub__setup-toggle>button.is-on .process-hub__setup-toggle-track span{background:#67e8f9;transform:translate(18px)}.process-hub__setup-toggle>button>span:last-child{gap:3px;min-width:0;display:grid}.process-hub__setup-toggle>button small{color:var(--muted);line-height:1.35}.process-hub__setup-toggle-tooltip{z-index:30;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.35;display:none;position:absolute;bottom:calc(100% + 8px);left:10px;right:10px;box-shadow:0 12px 24px #02061752}.process-hub__setup-toggle:hover .process-hub__setup-toggle-tooltip,.process-hub__setup-toggle:focus-within .process-hub__setup-toggle-tooltip{display:block}.process-hub__section-heading--compact{margin-top:4px}.process-hub__numbering-grid{grid-template-columns:minmax(210px,1.2fr) minmax(140px,.9fr) repeat(3,minmax(120px,.7fr));align-items:end;gap:12px}.process-hub__numbering-grid .process-hub__settings-toggle{align-self:center}.process-hub__settings-toggle input{margin-top:3px}.process-hub__settings-toggle span{gap:3px;display:grid}.process-hub__settings-toggle small{color:var(--muted);line-height:1.35}.process-hub__question-settings .process-hub__inline-field,.process-hub__question-settings .process-hub__settings-group{min-width:0;display:grid}.process-hub__question-settings .process-hub__number-input,.process-hub__question-settings .process-hub__settings-input{width:100%;min-width:0;max-width:none}.process-hub__date-boundary,.process-hub__choice-settings,.process-hub__choice-option-list{gap:8px;display:grid}.process-hub__choice-option-list>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__choice-option-list>div{grid-template-columns:minmax(0,1fr) 32px;gap:6px;display:grid}.process-hub__system-field-row{color:var(--muted);background:#0f172a2e}.process-hub__system-field-row strong{color:var(--text);display:block}.process-hub__choice-option-list.is-readonly input{color:var(--muted)}.process-hub__calculation-builder{gap:10px;min-width:0;display:grid}.process-hub__calculation-toolbar{grid-template-columns:minmax(180px,260px);align-items:end;gap:10px;display:grid}.process-hub__calculation-preview{border:1px solid var(--border);min-height:34px;color:var(--muted);background:#0f172a3d;border-radius:6px;padding:8px 10px;font-size:12px;line-height:1.35}.process-hub__calculation-inputs,.process-hub__calculation-step{gap:8px;min-width:0;display:grid}.process-hub__calculation-operator-row{grid-template-columns:36px minmax(180px,260px) minmax(140px,180px);align-items:center;gap:8px;min-width:0;display:grid}.process-hub__calculation-operator-row>span{border:1px solid var(--border);min-height:32px;color:var(--text);background:#0f172a52;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.process-hub__calculation-input-row{grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;min-width:0;display:grid}.process-hub__calculation-input-controls{grid-template-columns:minmax(150px,180px) minmax(0,1fr);gap:8px;min-width:0;display:grid}.process-hub__calculation-duration{grid-template-columns:minmax(90px,120px) minmax(140px,1fr);gap:8px;min-width:0;display:grid}@media (max-width:720px){.process-hub__calculation-toolbar,.process-hub__calculation-operator-row,.process-hub__calculation-input-row,.process-hub__calculation-input-controls,.process-hub__calculation-duration{grid-template-columns:1fr}}.process-hub__advanced-settings{border-top:1px solid var(--border);gap:10px;padding-top:10px;display:grid}.process-hub__advanced-settings summary{color:var(--muted);cursor:pointer}.process-hub__advanced-settings[open] summary{margin-bottom:10px}.process-hub__advanced-settings .form-field+.form-field{margin-top:10px}.process-hub__field-logic-pane,.process-hub__logic-card,.process-hub__logic-rule{gap:10px;display:grid}.process-hub__logic-card{border:1px solid var(--border);background:#0206172e;border-radius:8px;padding:12px}.process-hub__logic-card>div:first-child,.process-hub__logic-card-header{gap:6px;display:grid}.process-hub__logic-card span,.process-hub__logic-card-header span{color:var(--text);font-size:13px;font-weight:700}.process-hub__logic-card small{color:var(--muted);line-height:1.35}.process-hub__logic-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.process-hub__logic-rule{grid-template-columns:minmax(0,1fr) 32px;align-items:start}.process-hub__logic-rule>:not(.process-hub__icon-button){grid-column:1}.process-hub__comparison-multiselect{min-height:92px}.process-hub__branch-exclusions{border:1px solid var(--border);border-radius:7px;gap:7px;margin:0;padding:10px;display:grid}.process-hub__branch-exclusions legend{color:var(--muted);padding:0 4px;font-size:12px;font-weight:700}.process-hub__branch-exclusions label{color:var(--text);align-items:center;gap:8px;font-size:13px;display:flex}.process-hub__branch-exclusions label:has(input:disabled){color:var(--muted)}.process-hub__lookup-select{gap:8px;width:100%;display:grid;position:relative}.process-hub__lookup-select-input{position:relative}.process-hub__lookup-select-input .input{padding-right:36px}.process-hub__lookup-select-input>svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.process-hub__lookup-select-options{z-index:20;border:1px solid var(--border);background:var(--surface-card);border-radius:8px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 30px #02061761}.process-hub__lookup-select-options button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;gap:2px;padding:9px 10px;display:grid}.process-hub__lookup-select-options button:hover,.process-hub__lookup-select-options button:focus-visible{background:color-mix(in srgb, var(--brand) 16%, transparent);outline:none}.process-hub__lookup-select-options small,.process-hub__lookup-select-options p{color:var(--muted)}.process-hub__lookup-select-options p{margin:8px;font-size:13px}.process-hub__lookup-selected-values{flex-wrap:wrap;gap:6px;display:flex}.process-hub__lookup-selected-values>span{border:1px solid color-mix(in srgb, var(--brand) 45%, var(--border));background:color-mix(in srgb, var(--brand) 12%, transparent);border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:5px 6px 5px 9px;display:inline-flex}.process-hub__lookup-selected-values strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__lookup-selected-values button{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.process-hub__lookup-selected-values button:hover:not(:disabled){color:var(--text);background:#f871712e}.process-hub__lookup-selected-values button:disabled{cursor:default}.process-hub__logic-rule .process-hub__icon-button{grid-area:1/2}.process-hub__preview{gap:14px;display:grid}.process-hub__preview-modal{padding:18px}.process-hub__preview-modal-card{width:min(1080px,100%);max-height:calc(100vh - 36px);padding:18px}.process-hub__preview-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:14px}.process-hub__preview-modal-header p{color:var(--muted);margin:4px 0 0}.process-hub__preview-close{width:36px;height:36px;color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex:none;place-items:center;display:inline-grid}.process-hub__preview-close:hover{background:#94a3b81f}.process-hub__preview-close svg{width:16px;height:16px}.process-hub__preview-header{border:1px solid var(--border);background:#0206172e;border-radius:8px;padding:14px}.process-hub__preview-header h2{margin:0}.process-hub__preview-header span{color:var(--muted);font-size:13px}.process-hub__preview-section{border-top:1px solid var(--border);gap:10px;padding-top:12px;display:grid}.process-hub__preview-section--question-group{gap:12px;padding-top:16px}.process-hub__preview-section--grid{gap:12px}.process-hub__preview-section p{color:var(--muted);margin:0}.process-hub__repeating-section{gap:12px;display:grid}.process-hub__repeating-section-row{border:1px solid var(--border);background:#0f172a38;border-radius:8px;gap:12px;padding:12px;display:grid}.process-hub__repeating-section-row>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.process-hub__repeating-section-row>header strong{font-size:13px}.process-hub__checklist-row{background:0 0;border:0;border-radius:0;padding:0}.process-hub__checklist-row+.process-hub__checklist-row{border-top:1px solid var(--border);padding-top:12px}.process-hub__repeating-section-actions{justify-content:flex-end;gap:4px;display:flex}.process-hub__header-line-header{width:100%}.process-hub__header-line-preview-title{border-bottom:1px solid var(--border);gap:4px;padding-bottom:12px;display:grid}.process-hub__header-line-preview-title h1,.process-hub__header-line-preview-title p{margin:0}.process-hub__header-line-header-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px;width:100%;display:grid}.process-hub__header-line-table{--header-line-row-height:48px;border:1px solid var(--border);border-radius:8px;width:100%;display:block;overflow-x:auto}.process-hub__header-line-table-head,.process-hub__header-line-table-row{min-width:var(--header-line-table-min-width,100%);grid-template-columns:76px minmax(0,1fr) 164px;align-items:stretch;width:100%;display:grid}.process-hub__header-line-table-head{z-index:1;color:var(--muted);background:var(--surface-card-muted);border-bottom:1px solid var(--border);letter-spacing:.04em;text-transform:uppercase;font-size:11px;position:sticky;top:0}.process-hub__header-line-table-head>strong,.process-hub__header-line-table-head>div>span{border-right:1px solid var(--border);align-items:center;min-height:38px;padding:8px 10px;display:flex}.process-hub__header-line-table-head>div,.process-hub__header-line-row-fields{min-width:0;display:grid}.process-hub__header-line-table-row{background:0 0;border:0;border-radius:0;gap:0;padding:0}.process-hub__header-line-table-row+.process-hub__header-line-table-row{border-top:1px solid var(--border)}.process-hub__header-line-table-row>header{display:contents}.process-hub__header-line-table-row>header>strong{min-height:var(--header-line-row-height);border-right:1px solid var(--border);grid-area:1/1;align-items:center;padding:10px;font-size:12px;display:flex}.process-hub__header-line-table-row>header>.process-hub__repeating-section-actions{background:#0206171a;grid-area:1/3;align-items:center;padding:7px}.process-hub__header-line-row-fields{grid-area:1/2}.process-hub__header-line-row-fields>label,.process-hub__header-line-row-fields>.process-hub__runtime-field{min-width:0;min-height:var(--header-line-row-height);border-right:1px solid var(--border);align-items:center;padding:0;display:flex}.process-hub__header-line-row-fields>.process-hub__wide-field{grid-column:auto}@media (min-width:821px){.process-hub__header-line-row-fields>label,.process-hub__header-line-row-fields>.process-hub__runtime-field{transition:background-color .12s,box-shadow .12s}.process-hub__header-line-row-fields>label:hover,.process-hub__header-line-row-fields>.process-hub__runtime-field:hover{background:color-mix(in srgb, var(--brand) 5%, transparent)}.process-hub__header-line-row-fields>label:focus-within,.process-hub__header-line-row-fields>.process-hub__runtime-field:focus-within{z-index:1;background:color-mix(in srgb, var(--brand) 8%, transparent);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--brand) 70%, transparent)}.process-hub__header-line-row-fields>label>.input,.process-hub__header-line-row-fields>label>.select,.process-hub__header-line-row-fields>.process-hub__runtime-field>.input,.process-hub__header-line-row-fields>.process-hub__runtime-field>.select{min-width:0;min-height:var(--header-line-row-height);box-shadow:none;background:0 0;border:0;border-radius:0;align-self:stretch;padding:0 10px;width:100%!important}.process-hub__header-line-row-fields>label>.input:disabled,.process-hub__header-line-row-fields>label>.select:disabled,.process-hub__header-line-row-fields>.process-hub__runtime-field>.input:disabled,.process-hub__header-line-row-fields>.process-hub__runtime-field>.select:disabled{color:var(--text);background:color-mix(in srgb, var(--surface-card-muted) 55%, transparent);opacity:1}.process-hub__header-line-row-fields>label>.process-hub__lookup-select,.process-hub__header-line-row-fields>.process-hub__runtime-field>.process-hub__lookup-select,.process-hub__header-line-row-fields .process-hub__lookup-select-input{min-height:var(--header-line-row-height)}.process-hub__header-line-row-fields>label>.process-hub__lookup-select,.process-hub__header-line-row-fields>.process-hub__runtime-field>.process-hub__lookup-select{align-self:stretch;gap:0}.process-hub__header-line-row-fields .process-hub__lookup-select-input .input{height:100%;min-height:var(--header-line-row-height);box-shadow:none;background:0 0;border:0;border-radius:0;padding-left:10px}}.process-hub__header-line-cell-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.process-hub__transaction-batch-workspace{width:100%}.process-hub__transaction-batch-workspace>.process-hub__record-view-tabs,.process-hub__transaction-batch-preview-main>.process-hub__record-view-tabs{margin-bottom:16px}.process-hub__transaction-batch-preview .process-hub__runtime-preview-main{width:min(1500px,100%)}.process-hub__transaction-batch-preview .process-hub__records-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-card,var(--panel));box-shadow:var(--shadow-elev);padding:0}.process-hub__transaction-batch-preview .process-hub__batch-header-card .process-hub__document-header-summary{padding:0 20px 20px}.process-hub__link-button{cursor:pointer;background:0 0;border:0;padding:0}.process-hub__batch-heading{border-bottom:1px solid var(--border);padding:18px 20px}.process-hub__batch-heading p{color:var(--muted);margin:4px 0 0}.process-hub__batch-catalogue-table{min-width:980px}.process-hub__table-link{color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.process-hub__table-link:hover,.process-hub__table-link:focus-visible{color:var(--brand);text-underline-offset:3px;outline:none;text-decoration:underline}.process-hub__batch-header-card{margin-bottom:16px}.process-hub__batch-header-card>.process-hub__section-heading{border-bottom:1px solid var(--border);padding:14px 18px}.process-hub__batch-header-summary{flex-wrap:wrap;align-items:baseline;gap:8px 24px;margin:0;padding:14px 18px 16px;display:flex}.process-hub__batch-header-summary>div{align-items:baseline;gap:5px;min-width:0;display:inline-flex}.process-hub__batch-header-summary dt{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.process-hub__batch-header-summary dd{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:13px}.process-hub__batch-transactions-wrap{--batch-transaction-row-height:48px;width:100%;overflow-x:auto}.process-hub__batch-transactions-table{border-collapse:separate;border-spacing:0;width:100%;min-width:max-content}.process-hub__batch-transactions-table th,.process-hub__batch-transactions-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;min-width:160px;padding:0}.process-hub__batch-transactions-table thead th{height:40px;color:var(--muted);background:var(--surface-card-muted);letter-spacing:.04em;text-transform:uppercase;padding:8px 10px;font-size:11px}.process-hub__batch-transactions-table th:first-child,.process-hub__batch-transactions-table tbody th{width:56px;min-width:56px}.process-hub__batch-transactions-table tbody th{background:color-mix(in srgb, var(--surface-card-muted) 55%, transparent);padding:0 10px}.process-hub__batch-transactions-table td:last-child,.process-hub__batch-transactions-table th:last-child{border-right:0;width:52px;min-width:52px}.process-hub__batch-transactions-table td:focus-within{z-index:1;box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--brand) 70%, transparent);position:relative}.process-hub__batch-transactions-table td>.input,.process-hub__batch-transactions-table td>.select,.process-hub__batch-transactions-table td>.process-hub__lookup-select>.process-hub__lookup-select-input>.input{width:100%;min-width:0;min-height:var(--batch-transaction-row-height);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 10px}.process-hub__batch-transactions-table td>output.input{color:var(--muted);background:color-mix(in srgb, var(--surface-card-muted) 55%, transparent);align-items:center;display:flex}.process-hub__batch-transactions-table .process-hub__lookup-select,.process-hub__batch-transactions-table .process-hub__lookup-select-input{min-height:var(--batch-transaction-row-height)}.process-hub__batch-transactions-table .process-hub__record-action-button{margin:8px 9px}.process-hub__batch-transactions-table .process-hub__batch-add-row td{background:color-mix(in srgb, var(--surface-card-muted) 45%, transparent);border-right:0;width:auto;min-width:0;padding:0}.process-hub__batch-add-row button{width:100%;min-height:42px;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:13px;font-weight:700;display:flex}.process-hub__batch-add-row button:hover:not(:disabled),.process-hub__batch-add-row button:focus-visible:not(:disabled){color:var(--brand);background:color-mix(in srgb, var(--brand) 8%, transparent);outline:none}.process-hub__batch-add-row button:disabled{color:var(--muted);cursor:not-allowed}.process-hub__batch-add-row svg{width:16px;height:16px}@media (max-width:820px){.process-hub__batch-header-summary{gap:8px 16px}.process-hub__header-line-table-head{display:none}.process-hub__header-line-table-row{grid-template-columns:1fr auto;gap:10px;min-width:0;padding:10px;display:grid}.process-hub__header-line-table-row>header{display:contents}.process-hub__header-line-table-row>header>strong,.process-hub__header-line-table-row>header>.process-hub__repeating-section-actions,.process-hub__header-line-row-fields{grid-row:auto}.process-hub__header-line-table-row>header>strong{border:0;grid-column:1;padding:0}.process-hub__header-line-table-row>header>.process-hub__repeating-section-actions{background:0 0;grid-column:2;padding:0}.process-hub__header-line-row-fields{grid-column:1/-1;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important}.process-hub__header-line-row-fields>label,.process-hub__header-line-row-fields>.process-hub__runtime-field{border:0;gap:6px;padding:0;display:grid}.process-hub__header-line-cell-label{clip:auto;white-space:normal;width:auto;height:auto;color:var(--muted);font-size:11px;font-weight:700;position:static;overflow:visible}}.process-hub__batch-section{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:18px;display:grid}.process-hub__batch-editor,.process-hub__batch-entry,.process-hub__batch-summary,.process-hub__batch-history{gap:14px;display:grid}.process-hub__batch-entry{border:1px solid var(--border);background:#0f172a33;border-radius:10px;padding:16px}.process-hub__batch-entry-actions{justify-content:flex-end;gap:10px;display:flex}.process-hub__batch-summary{border:1px solid var(--border);background:var(--surface-elevated);border-radius:14px;max-height:calc(100vh - 32px);position:sticky;top:16px;overflow:hidden}.process-hub__batch-summary>header,.process-hub__batch-submit{justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.process-hub__batch-builder-config,.process-hub__batch-builder-metrics{gap:14px;width:100%;display:grid}.process-hub__batch-builder-options{flex-wrap:wrap;gap:8px 16px;margin-top:8px;display:flex}.process-hub__batch-builder-metrics>.form-grid{border:1px solid var(--border);border-radius:8px;align-items:end;padding:12px}.process-hub__batch-summary>header{border-bottom:1px solid var(--border)}.process-hub__batch-summary>header span,.process-hub__batch-submit small,.process-hub__batch-history time,.process-hub__batch-history span{color:var(--muted);font-size:12px}.process-hub__batch-metrics{border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.process-hub__batch-metrics>div{border-right:1px solid var(--border);gap:5px;padding:14px 16px;display:grid}.process-hub__batch-metrics strong{font-size:22px}.process-hub__batch-history{min-height:90px;overflow-y:auto}.process-hub__batch-history button{border:0;border-bottom:1px solid var(--border);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;gap:4px;padding:13px 16px;display:grid}.process-hub__batch-history button.is-active{background:color-mix(in srgb, var(--accent) 12%, transparent)}.process-hub__batch-submit{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;margin-top:auto}@media (max-width:820px){.process-hub__batch-section{grid-template-columns:1fr}.process-hub__batch-summary{max-height:none;position:static}}.process-hub__back-link--button{cursor:pointer;background:0 0;border:0;padding:0}.process-hub--runtime-preview{max-width:none}.process-hub__runtime-preview-toolbar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:14px;display:grid}.process-hub__runtime-preview-toolbar-spacer{min-width:0}.process-hub__preview-device-controls{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.process-hub__device-selector,.process-hub__device-subselector,.process-hub__runtime-preview-controls{flex-wrap:wrap;gap:8px;display:flex}.process-hub__preview-device-controls{justify-self:center}.process-hub__runtime-preview-controls{justify-self:end}.process-hub__device-selector,.process-hub__device-subselector{border:1px solid var(--border);background:#0206172e;border-radius:8px;padding:3px}.process-hub__device-selector button,.process-hub__device-subselector button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:6px 9px;display:inline-flex}.process-hub__device-selector button.is-active,.process-hub__device-subselector button.is-active{color:var(--text);background:#32e1ff1f;border-color:#32e1ff7a}.process-hub__device-subselector button{justify-content:center;min-width:78px}.process-hub__device-selector svg{width:16px;height:16px}.process-hub__runtime-preview-shell{place-items:start center;min-height:calc(100vh - 128px);display:grid}.process-hub__device-frame{width:100%;min-width:0}.process-hub__device-frame--tablet,.process-hub__device-frame--mobile{box-sizing:border-box;background:linear-gradient(135deg,#ffffff14,#0000 18%),#020617b8;border:10px solid #020617f5;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 60px #00000057,inset 0 0 0 1px #ffffff14}.process-hub__device-frame--tablet{border-radius:30px;width:min(900px,100%);height:min(760px,100vh - 152px);padding:34px 24px 24px}.process-hub__device-frame--mobile{border-width:9px;border-radius:42px;width:min(430px,100%);height:min(820px,100vh - 152px);padding:34px 12px 24px}.process-hub__device-frame--tablet-11.process-hub__device-frame--portrait{width:min(900px,100%);height:min(760px,100vh - 152px)}.process-hub__device-frame--tablet-11.process-hub__device-frame--landscape{width:min(1100px,100%);height:min(680px,100vh - 152px)}.process-hub__device-frame--tablet-8-7.process-hub__device-frame--portrait{width:min(700px,100%);height:min(760px,100vh - 152px)}.process-hub__device-frame--tablet-8-7.process-hub__device-frame--landscape{width:min(900px,100%);height:min(590px,100vh - 152px)}.process-hub__device-frame--mobile.process-hub__device-frame--portrait{width:min(430px,100%);height:min(820px,100vh - 152px)}.process-hub__device-frame--mobile.process-hub__device-frame--landscape{border-radius:34px;width:min(760px,100%);height:min(430px,100vh - 152px)}.process-hub__device-camera{background:#94a3b885;border-radius:999px;width:64px;height:5px;position:absolute;top:13px;left:50%;transform:translate(-50%)}.process-hub__device-frame--mobile .process-hub__device-camera{width:72px}.process-hub__device-home-indicator{background:#e2e8f09e;border-radius:999px;width:96px;height:4px;position:absolute;bottom:9px;left:50%;transform:translate(-50%)}.process-hub__runtime-preview-records{border-right:1px solid var(--border);background:#0206173d;align-content:start;gap:12px;padding:16px;display:grid}.process-hub__runtime-preview-records h2{margin:0;font-size:16px}.process-hub__runtime-preview-records>button{color:var(--text);text-align:left;background:#32e1ff14;border:1px solid #32e1ff52;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.process-hub__runtime-preview-records>button span:first-child{gap:4px;display:grid}.process-hub__runtime-preview-records small,.process-hub__runtime-preview-columns span{color:var(--muted)}.process-hub__runtime-preview-columns{gap:8px;display:grid}.process-hub__runtime-preview-columns>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.process-hub__register-preview{gap:12px;min-width:0;display:grid;position:relative}.process-hub__register-preview-header{border:1px solid var(--border);background:#02061738;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;padding:16px;display:flex}.process-hub__register-preview-header>div:first-child{gap:5px;min-width:0;display:grid}.process-hub__register-preview-header h2,.process-hub__register-preview-header p{margin:0}.process-hub__register-preview-header p:not(.process-hub__eyebrow){color:var(--muted)}.process-hub__register-preview-actions,.process-hub__register-preview-toolbar,.process-hub__register-preview-bulkbar,.process-hub__register-preview-bulkbar>div,.process-hub__register-preview-row-actions,.process-hub__register-preview-filter-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.process-hub__register-preview-actions{justify-content:flex-end}.process-hub__register-preview-display-map{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.process-hub__register-preview-display-map span{border:1px solid var(--border);background:#02061724;border-radius:8px;gap:3px;min-width:0;padding:10px;display:grid}.process-hub__register-preview-display-map strong{color:var(--text);font-size:12px;font-weight:800}.process-hub__register-preview-display-map small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.process-hub__register-preview-toolbar{border:1px solid var(--border);background:#0f172a33;border-radius:8px;padding:12px}.process-hub__register-preview-search{border:1px solid var(--border);background:#0206173d;border-radius:7px;flex:260px;align-items:center;gap:8px;min-width:180px;min-height:38px;padding:0 10px;display:flex}.process-hub__register-preview-search svg{width:16px;height:16px;color:var(--muted)}.process-hub__register-preview-search input{width:100%;min-width:0;color:var(--muted);background:0 0;border:0;outline:0}.process-hub__register-preview-select{min-width:180px;color:var(--muted);gap:4px;font-size:12px;font-weight:700;display:grid}.process-hub__register-preview-select select{border:1px solid var(--border);min-height:38px;color:var(--text);background:#0206173d;border-radius:7px}.process-hub__register-preview-chips{flex-wrap:wrap;gap:8px;display:flex}.process-hub__register-preview-chips span,.process-hub__register-preview-chips button{border:1px solid var(--border);min-height:28px;color:var(--muted);background:#02061729;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.process-hub__register-preview-chips button{font:inherit;cursor:pointer}.process-hub__register-preview-chips svg{width:13px;height:13px}.process-hub__register-preview-filter-panel{border:1px solid var(--border);background:#0206172e;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;min-width:0;padding:12px;display:grid}.process-hub__register-preview-filter-panel label,.process-hub__register-preview-single-field,.process-hub__register-preview-surface-fields label{gap:6px;min-width:0;display:grid}.process-hub__register-preview-filter-panel label>span,.process-hub__register-preview-single-field>span,.process-hub__register-preview-surface-fields label>span{color:var(--muted);font-size:12px;font-weight:800}.process-hub__register-preview-filter-actions{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.process-hub__register-preview-view-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.process-hub__register-preview-view-meta span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__register-preview-bulkbar{background:#32e1ff14;border:1px solid #32e1ff38;border-radius:8px;justify-content:space-between;min-width:0;padding:10px 12px}.process-hub__register-preview-bulkbar strong{font-size:13px}.process-hub__register-preview-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;min-width:0;display:grid}.process-hub__register-preview-table-wrap{border:1px solid var(--border);background:#0206172e;border-radius:8px;min-width:0;overflow-x:auto}.process-hub__register-preview-group{border-bottom:1px solid var(--border);color:var(--muted);margin:0;padding:10px 12px;font-size:13px;font-weight:700}.process-hub__register-preview-table{border-collapse:collapse;width:100%;min-width:720px}.process-hub__register-preview-table th,.process-hub__register-preview-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:10px 12px}.process-hub__register-preview-table th{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.process-hub__register-preview-table td{color:var(--text);font-size:13px}.process-hub__register-preview-table tbody tr{cursor:pointer}.process-hub__register-preview-table tbody tr:hover,.process-hub__register-preview-table tbody tr.is-selected{background:#32e1ff14}.process-hub__register-preview-table tbody tr.process-hub__register-preview-list-inline-row{cursor:default;background:#32e1ff12}.process-hub__register-preview-list-inline-row .input,.process-hub__register-preview-list-inline-row .select{min-width:150px}.process-hub__register-preview-table th:first-child,.process-hub__register-preview-table td:first-child{width:42px}.process-hub__register-preview-row-actions{flex-wrap:nowrap}.process-hub__register-preview-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.process-hub__register-preview-status--neutral,.process-hub__register-preview-status--slate{color:#cbd5e1;background:#64748b47}.process-hub__register-preview-status--blue{color:#bae6fd;background:#0ea5e93d}.process-hub__register-preview-status--green{color:#bbf7d0;background:#22c55e38}.process-hub__register-preview-status--red{color:#fecaca;background:#ef444438}.process-hub__register-preview-status--amber{color:#fde68a;background:#f59e0b3d}.process-hub__register-preview-mobile-list dl{gap:8px;margin:0;display:grid}.process-hub__register-preview-mobile-list dl>div{gap:2px;min-width:0;display:grid}.process-hub__register-preview-mobile-list dt{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.process-hub__register-preview-mobile-list dd{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.process-hub__register-preview-mobile-list{gap:10px;display:grid}.process-hub__register-preview-mobile-list article{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:10px;padding:12px;display:grid}.process-hub__register-preview-mobile-list article.is-selected{border-color:#32e1ff7a}.process-hub__register-preview-mobile-list article.process-hub__register-preview-list-inline-card{background:#32e1ff0f}.process-hub__register-preview-list-inline-fields{gap:8px;min-width:0;display:grid}.process-hub__register-preview-list-inline-fields label{gap:5px;min-width:0;display:grid}.process-hub__register-preview-list-inline-fields label>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.process-hub__register-preview-mobile-list article>button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:10px;padding:0;display:flex}.process-hub__register-preview-mobile-list article>button>span:first-child{gap:3px;min-width:0;display:grid}.process-hub__register-preview-mobile-list strong,.process-hub__register-preview-mobile-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__register-preview-mobile-list small{color:var(--muted)}.process-hub__register-preview-row-select{width:fit-content;color:var(--muted);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.process-hub__register-preview-inline-panel,.process-hub__register-preview-fullpage{min-width:0}.process-hub__register-preview-fullpage{background:#32e1ff12;border:1px solid #32e1ff38;border-radius:8px;padding:12px}.process-hub__register-preview-side-panel{z-index:7;border:1px solid var(--border);background:var(--panel);border-radius:8px;width:min(420px,100% - 24px);max-height:calc(100% - 112px);position:absolute;top:92px;right:12px;overflow-y:auto;box-shadow:-18px 18px 48px #00000052}.process-hub__register-preview-side-panel--bulk{top:150px}.process-hub__register-preview-modal-backdrop{z-index:8;background:#020617a3;border-radius:8px;place-items:center;min-height:420px;padding:20px;display:grid;position:absolute;inset:0}.process-hub__register-preview-modal-card,.process-hub__register-preview-wizard-card{width:min(680px,100%);max-height:min(760px,100vh - 180px);overflow-y:auto}.process-hub__register-preview-surface-card{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:12px;min-width:0;padding:14px;display:grid}.process-hub__register-preview-side-panel .process-hub__register-preview-surface-card,.process-hub__register-preview-modal-card .process-hub__register-preview-surface-card,.process-hub__register-preview-wizard-card .process-hub__register-preview-surface-card{background:var(--panel)}.process-hub__register-preview-surface-card header,.process-hub__register-preview-surface-card footer,.process-hub__register-preview-selected-pills,.process-hub__register-preview-wizard-steps{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.process-hub__register-preview-surface-card header{border-bottom:1px solid var(--border);padding-bottom:10px}.process-hub__register-preview-surface-card h3,.process-hub__register-preview-surface-card p{margin:0}.process-hub__register-preview-surface-card header p:not(.process-hub__eyebrow){color:var(--muted)}.process-hub__register-preview-surface-summary,.process-hub__register-preview-surface-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.process-hub__register-preview-surface-summary>div{border:1px solid var(--border);background:#0f172a33;border-radius:7px;min-width:0;padding:8px}.process-hub__register-preview-surface-summary dt{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.process-hub__register-preview-surface-summary dd{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;overflow:hidden}.process-hub__register-preview-history{gap:8px;margin:0;padding-left:18px;display:grid}.process-hub__register-preview-history li{color:var(--text);gap:2px;display:grid}.process-hub__register-preview-history span{color:var(--muted);font-size:12px}.process-hub__register-preview-upload-box{min-height:86px;color:var(--muted);background:#32e1ff0f;border:1px dashed #32e1ff6b;border-radius:8px;align-items:center;gap:10px;padding:12px;display:flex}.process-hub__register-preview-upload-box svg{width:22px;height:22px}.process-hub__register-preview-selected-pills{justify-content:flex-start}.process-hub__register-preview-selected-pills span,.process-hub__register-preview-wizard-steps span{border:1px solid var(--border);min-height:28px;color:var(--muted);background:#02061729;border-radius:999px;align-items:center;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.process-hub__register-preview-wizard-steps span.is-active{color:var(--text);background:#32e1ff1f;border-color:#32e1ff6b}.process-hub__register-preview--tablet .process-hub__register-preview-display-map{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__register-preview--mobile .process-hub__register-preview-display-map,.process-hub__register-preview--mobile .process-hub__register-preview-surface-summary,.process-hub__register-preview--mobile .process-hub__register-preview-surface-fields{grid-template-columns:1fr}.process-hub__register-preview--mobile .process-hub__register-preview-side-panel{width:calc(100% - 16px);max-height:calc(100% - 90px);top:72px;right:8px}.process-hub__register-preview--mobile .process-hub__register-preview-modal-backdrop{padding:10px}.process-hub__runtime-preview-main{align-content:start;gap:14px;width:min(1120px,100%);min-width:0;margin:0 auto;display:grid}.process-hub__runtime-preview-main--tablet{width:min(820px,100%)}.process-hub__runtime-preview-main--mobile{width:min(390px,100%)}.process-hub__device-frame--tablet .process-hub__runtime-preview-main,.process-hub__device-frame--mobile .process-hub__runtime-preview-main{overscroll-behavior:contain;scrollbar-gutter:stable;width:100%;height:100%;margin:0;padding:0 6px 10px 0;overflow-y:auto}.process-hub__device-frame--mobile .process-hub__runtime-preview-main{padding-right:0}.process-hub__device-frame--tablet .process-hub__runtime-preview-main--mobile-app{padding:18px 24px 22px}.process-hub__runtime-preview-nav{flex-wrap:wrap;gap:8px;display:flex}.process-hub__runtime-preview-nav button{border:1px solid var(--border);min-width:0;min-height:36px;color:var(--muted);cursor:pointer;background:#0206172e;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.process-hub__runtime-preview-nav button:disabled{cursor:default;opacity:1}.process-hub__runtime-preview-nav button.is-active{color:var(--text);background:#32e1ff1a;border-color:#32e1ff8c}.process-hub__runtime-preview-nav span{border:1px solid;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:11px;display:inline-grid}.process-hub__runtime-preview-nav span svg{width:13px;height:13px}.process-hub__runtime-preview-nav strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.process-hub__runtime-preview-nav--steps{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.process-hub__runtime-preview-nav--steps button{justify-content:flex-start;min-height:42px}.process-hub__runtime-preview-nav--question-group{justify-content:center}.process-hub__runtime-preview-nav--question-group button{border-radius:999px}.process-hub__runtime-progress{color:var(--muted);margin:0;font-size:13px;font-weight:700}.process-hub__runtime-preview-tabs{flex-wrap:wrap;gap:8px;display:flex}.process-hub__runtime-preview-tabs button{border:1px solid var(--border);min-height:36px;color:var(--muted);cursor:pointer;background:#0206172e;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.process-hub__runtime-preview-tabs button.is-active{color:var(--text);background:#32e1ff1a;border-color:#32e1ff8c}.process-hub__runtime-preview-tabs span{border:1px solid;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;display:inline-grid}.process-hub__runtime-form--interactive{gap:14px}.process-hub--runtime-preview .process-hub__runtime-page{background:0 0;border:0;padding:0}.process-hub__runtime-form--single-page{gap:14px}.process-hub__runtime-form--question-group{justify-items:center}.process-hub__runtime-form--question-group .process-hub__runtime-page{width:min(860px,100%)}.process-hub__runtime-preview-main--tablet .process-hub__runtime-form--question-group .process-hub__runtime-page,.process-hub__runtime-preview-main--mobile .process-hub__runtime-form--question-group .process-hub__runtime-page{width:100%}.process-hub__runtime-preview-main--mobile .process-hub__form-grid,.process-hub__runtime-preview-main--mobile .process-hub__form-grid--two-column,.process-hub__runtime-preview-main--mobile .process-hub__form-grid--grid{grid-template-columns:1fr}.process-hub__runtime-preview-main--mobile .process-hub__runtime-preview-nav{grid-template-columns:1fr;display:grid}.process-hub__runtime-preview-main--mobile .process-hub__runtime-preview-actions{justify-content:stretch}.process-hub__runtime-preview-main--mobile .process-hub__runtime-preview-actions .ui-button{flex:100%;justify-content:center}.process-hub__runtime-page--question-group{padding:20px}.process-hub__runtime-preview-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:10px;padding-top:14px;display:flex}.process-hub__device-frame--mobile-app{background:#f3f6fb;grid-template-rows:auto minmax(0,1fr) auto;padding-left:0;padding-right:0}.process-hub__device-frame--tablet.process-hub__device-frame--mobile-app,.process-hub__device-frame--mobile.process-hub__device-frame--mobile-app{padding-bottom:18px}.process-hub__mobile-app-topbar{color:#fff;background:#102a43;justify-content:space-between;align-items:center;gap:12px;min-height:76px;padding:12px 20px;display:flex}.process-hub__mobile-app-topbar div{gap:4px;min-width:0;display:grid}.process-hub__mobile-app-topbar div span{color:#9fb3c8;letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;font-weight:800}.process-hub__mobile-app-topbar strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__mobile-app-topbar>span{color:#d3f9d8;background:#1b5e20;border-radius:999px;flex:none;padding:.45rem .7rem;font-size:.8rem;font-weight:800}.process-hub__runtime-preview-main--mobile-app{color:#102a43;background:#f3f6fb;gap:16px;padding:16px 20px 20px;font-size:.95rem}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-header,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-toolbar,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-display-map span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-filter-panel,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-card,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-mobile-list article{color:#102a43;background:#fff;border-color:#d9e2ec;box-shadow:0 8px 24px #102a4312}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-header p:not(.process-hub__eyebrow),.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-select,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips button,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-display-map small,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-filter-panel label>span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-fields label>span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-single-field>span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-summary dt,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-card header p:not(.process-hub__eyebrow),.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-history span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-selected-pills span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-view-meta span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-mobile-list small,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-row-select,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-mobile-list dt{color:#627d98}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-header h2,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-display-map strong,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-card h3,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-summary dd,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-history li,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-mobile-list dd{color:#102a43}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-search,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-select select,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips button,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-filter-panel .input,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-fields .input,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-single-field .input,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-summary>div,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-selected-pills span,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-wizard-steps span{color:#102a43;background:#f8fafc;border-color:#d9e2ec}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-search input{color:#627d98}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-side-panel,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-modal-card .process-hub__register-preview-surface-card,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-wizard-card .process-hub__register-preview-surface-card{color:#102a43;background:#fff;border-color:#d9e2ec}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-modal-backdrop{background:#102a436b}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-bulkbar{color:#102a43;background:#e0f2fe;border-color:#bae6fd}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--neutral,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--slate{color:#334155;background:#e2e8f0}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--blue{color:#075985;background:#e0f2fe}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--green{color:#166534;background:#dcfce7}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--red{color:#991b1b;background:#fee2e2}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-status--amber{color:#92400e;background:#fef3c7}.process-hub__device-frame--mobile .process-hub__runtime-preview-main--mobile-app{padding:14px 14px 18px}.process-hub__runtime-preview-main--mobile-app h1,.process-hub__runtime-preview-main--mobile-app h2,.process-hub__runtime-preview-main--mobile-app h3,.process-hub__runtime-preview-main--mobile-app p{margin-top:0}.process-hub__mobile-app-section-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.process-hub__mobile-app-section-heading div{min-width:0;display:grid}.process-hub__mobile-app-section-heading span,.process-hub__runtime-preview-main--mobile-app .process-hub__eyebrow{color:#486581;letter-spacing:.11em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:800;display:block}.process-hub__mobile-app-section-heading h1{color:#102a43;margin:0;font-size:1.45rem;line-height:1.18}.process-hub__mobile-app-inline-button{color:#1769aa;width:fit-content;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:.75rem;padding:0;font-weight:800}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-form--interactive{gap:16px}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page{color:#102a43;gap:16px;margin-bottom:10px;display:grid}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page>div:first-child{gap:4px;display:grid}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page h2{color:#102a43;margin:0;font-size:1.28rem}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page>div:first-child>p:not(.process-hub__eyebrow){color:#627d98;margin:0}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section{color:#102a43;background:#fff;border:1px solid #d9e2ec;border-radius:18px;gap:16px;margin:0;padding:20px;display:grid;box-shadow:0 8px 24px #102a4312}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section h3{color:#102a43;margin:0;font-size:1.1rem;font-weight:800}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section>p{color:#627d98;margin:0}.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid{gap:16px}.process-hub__runtime-preview-main--tablet.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--two-column,.process-hub__runtime-preview-main--tablet.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid,.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--two-column,.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--grid{grid-template-columns:1fr}.process-hub__runtime-preview-main--mobile-app label,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-field,.process-hub__runtime-preview-main--mobile-app .choice-group{color:#102a43;align-content:start;gap:7px;font-weight:700;display:grid}.process-hub__runtime-preview-main--mobile-app label>span,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-field>span,.process-hub__runtime-preview-main--mobile-app .choice-group legend{color:#102a43;letter-spacing:0;text-transform:none;font-size:.95rem;font-weight:800}.process-hub__runtime-preview-main--mobile-app input,.process-hub__runtime-preview-main--mobile-app select,.process-hub__runtime-preview-main--mobile-app textarea{color:#102a43;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #bcccdc;border-radius:12px;padding:.85rem 1rem}.process-hub__runtime-preview-main--mobile-app textarea{min-height:132px}.process-hub__runtime-preview-main--mobile-app small{color:#627d98}.process-hub__runtime-preview-main--mobile-app .process-hub__choice-preview{gap:8px}.process-hub__runtime-preview-main--mobile-app .process-hub__choice-preview label{background:#f8fafc;border:1px solid #d9e2ec;border-radius:12px;align-items:center;gap:12px;min-height:48px;padding:.65rem .8rem;display:flex}.process-hub__runtime-preview-main--mobile-app .process-hub__choice-preview input{flex:none;width:24px;height:24px;min-height:0;padding:0}.process-hub__mobile-app-range-control{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.process-hub__mobile-app-range-control input{min-height:48px;padding:0}.process-hub__mobile-app-range-control strong{text-align:right;min-width:34px}.process-hub__mobile-app-attachment-field{background:#f0f4f8;border-radius:14px;grid-column:1/-1;gap:12px;padding:16px;display:grid}.process-hub__mobile-app-attachment-field>div:first-child{gap:4px;display:grid}.process-hub__mobile-app-attachment-field>div:last-child{flex-wrap:wrap;gap:12px;display:flex}.process-hub__mobile-app-button,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button{min-height:48px;font:inherit;cursor:pointer;border:0;border-radius:12px;padding:.75rem 1rem;font-weight:800}.process-hub__mobile-app-button--secondary,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--secondary,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--ghost{color:#102a43;background:#d9e2ec}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--primary{color:#fff;background:#1769aa}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions{z-index:10;background:#fffffff5;border:1px solid #d9e2ec;border-radius:16px;justify-content:flex-end;gap:12px;padding:14px;position:sticky;bottom:0;box-shadow:0 10px 30px #102a4324}.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions{flex-direction:column;align-items:stretch}.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button{width:100%}.process-hub__mobile-app-bottom-nav{background:#fffffff7;border-top:1px solid #d9e2ec;grid-template-columns:repeat(3,1fr);gap:0;padding:9px 12px;display:grid}.process-hub__mobile-app-bottom-nav button{color:#486581;min-height:48px;font:inherit;background:0 0;border:0;border-radius:12px;font-weight:800}.process-hub__mobile-app-bottom-nav button.is-active{color:#fff;background:#1769aa}.process-hub__runtime-submit-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.process-hub__runtime-submit-actions>span{max-width:520px;color:var(--muted);text-align:right;font-size:12px}.process-hub__record-detail-view{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:16px;padding:18px;display:grid}.process-hub__record-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.process-hub__record-detail-view h2{margin:0}.process-hub__record-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.process-hub__record-detail-grid>div{border:1px solid var(--border);background:#0f172a33;border-radius:8px;gap:6px;min-width:0;padding:12px;display:grid}.process-hub__record-detail-grid span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__record-detail-grid strong{overflow-wrap:anywhere;min-width:0;font-size:15px}.process-hub__view-actions{border:1px solid var(--border);background:#0f172a33;border-radius:8px;flex-wrap:wrap;gap:10px 18px;padding:10px 12px;display:flex}.process-hub__pdf-print-root{display:none}.process-hub__pdf-document{color:#111827;background:#fff;font-family:Arial,sans-serif}.process-hub__pdf-document-header{border-bottom:2px solid #111827;gap:12px;padding-bottom:18px;display:grid}.process-hub__pdf-document-header p,.process-hub__pdf-page>header p{color:#4b5563;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.process-hub__pdf-document-header h1,.process-hub__pdf-page h2,.process-hub__pdf-section h3,.process-hub__pdf-repeat h4{color:#111827;margin:0}.process-hub__pdf-document-header dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;display:grid}.process-hub__pdf-document-header dl>div,.process-hub__pdf-answer-list>div{min-width:0}.process-hub__pdf-document dt,.process-hub__pdf-answer-list dt{color:#4b5563;font-size:11px;font-weight:700}.process-hub__pdf-document dd{overflow-wrap:anywhere;margin:3px 0 0}.process-hub__pdf-pages,.process-hub__pdf-page,.process-hub__pdf-section,.process-hub__pdf-repeat{gap:14px;display:grid}.process-hub__pdf-page{break-inside:avoid;padding-top:20px}.process-hub__pdf-page>header{border-bottom:1px solid #d1d5db;gap:5px;padding-bottom:8px;display:grid}.process-hub__pdf-page>header span,.process-hub__pdf-section>p{color:#4b5563}.process-hub__pdf-section{break-inside:avoid}.process-hub__pdf-answer-list{border-top:1px solid #e5e7eb;gap:0;margin:0;display:grid}.process-hub__pdf-answer-list>div{border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);gap:12px;padding:8px 0;display:grid}.process-hub__pdf-repeat>div{gap:8px;display:grid}.process-hub__form-grid--single,.process-hub__form-grid--one-column{grid-template-columns:1fr}.process-hub__form-grid--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__form-grid--grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:10px}.process-hub__form-grid--grid label{min-width:0}.process-hub__selected-row{background-color:#2563eb29}.process-hub__builder-section .process-hub__section-heading{align-items:center;margin-bottom:0}.process-hub__builder-section .process-hub__section-heading h3{margin:0}.process-hub__builder-section .table-wrapper{max-height:min(62vh,680px);overflow:auto}.process-hub__builder-section .data-table{min-width:860px}.process-hub__builder-section .data-table thead th{z-index:1;background:var(--surface-elevated);position:sticky;top:0}.process-hub__lookup-table{max-height:min(62vh,640px);overflow:auto}.process-hub__lookup-table .data-table{min-width:840px}.process-hub__lookup-table .data-table thead th{z-index:1;background:var(--surface-elevated);position:sticky;top:0}.process-hub__canvas-header,.process-hub__runtime-section-header,.process-hub__attachments{justify-content:space-between;align-items:center;gap:16px;display:flex}.process-hub__runtime-form{gap:18px;display:grid}.process-hub__runtime-form section{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:12px;padding:16px;display:grid}.process-hub__runtime-form h2,.process-hub__runtime-form h3{margin:0;font-size:16px}.process-hub__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.process-hub__wide-field{grid-column:1/-1}.process-hub__visual-separator{grid-column:1/-1;width:100%;padding:8px 0}.process-hub__visual-separator hr{border:0;border-top:1px solid var(--border);width:100%;margin:0}.process-hub__lookup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.process-hub__lookup-card{border:1px solid var(--border);background:#0206172e;border-radius:8px;gap:4px;padding:12px;display:grid}.process-hub__lookup-card span,.process-hub__target-card span{color:var(--muted)}.process-hub__checkbox{color:var(--text);align-items:center;gap:8px;grid-template-columns:none!important;display:flex!important}.process-hub__checkbox input[type=checkbox]{width:18px;height:18px;min-height:0;accent-color:var(--brand);flex:0 0 18px;margin:0;padding:0}.process-hub__notification-event-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 12px;display:grid}.process-hub__checkbox--center{justify-content:center}.process-hub__attachments{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.process-hub__attachments>div{align-items:flex-start;gap:12px;display:flex}.process-hub__attachments svg{width:18px;height:18px;color:var(--accent)}.process-hub__attachment-control{border:1px dashed var(--border);background:#0206172e;border-radius:10px;gap:10px;padding:12px;display:grid}.process-hub__attachment-picker{cursor:pointer;align-items:center;width:fit-content;display:inline-flex!important}.process-hub__attachment-picker input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.process-hub__attachment-progress{grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:10px;display:grid}.process-hub__attachment-progress progress{width:100%}.process-hub__attachment-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.process-hub__attachment-list li{border:1px solid var(--border);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px;display:grid}.process-hub__attachment-list li>svg{width:18px;height:18px;color:var(--accent)}.process-hub__attachment-list a{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.process-hub__attachment-list li>span{color:var(--muted);font-size:12px}.process-hub__attachment-links{gap:6px;max-width:100%;display:inline-grid}.process-hub__attachment-link{min-width:0;color:var(--accent);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:800;display:inline-flex}.process-hub__attachment-link:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline}.process-hub__attachment-link svg{flex:none;width:16px;height:16px}.process-hub__attachment-link span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.process-hub__attachment-viewer{width:min(1040px,100vw - 32px);max-height:calc(100vh - 32px)}.process-hub__attachment-viewer-body{border:1px solid var(--border);background:#0206173d;border-radius:8px;min-height:min(680px,100vh - 220px);display:grid;overflow:hidden}.process-hub__attachment-viewer-body iframe,.process-hub__attachment-viewer-body img{border:0;width:100%;height:min(680px,100vh - 220px)}.process-hub__attachment-viewer-body img{object-fit:contain}.process-hub__attachment-viewer-fallback{min-height:260px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:10px;display:grid}.process-hub__attachment-viewer-fallback svg{width:36px;height:36px;color:var(--accent)}.process-hub__number-input{max-width:88px}.process-hub__settings-input{min-width:220px}.process-hub__inline-field{align-items:center;gap:8px;display:inline-flex}.process-hub__inline-field span{color:var(--muted);white-space:nowrap;font-size:12px}.process-hub__inline-field--grow{width:100%}.process-hub__inline-field--grow .input{flex:1}.process-hub__settings-group{flex-wrap:wrap;align-items:center;gap:8px;min-width:min(420px,100%);display:flex}.process-hub__row-actions{white-space:nowrap;align-items:center;gap:8px;display:flex}.process-hub__row-actions--below-settings{white-space:normal;flex-wrap:wrap;justify-content:flex-end}.process-hub__icon-only-button{width:40px;padding-inline:0}.process-hub__record-action-heading,.process-hub__record-action-cell{text-align:center;width:128px}.process-hub__embedded-expand-heading,.process-hub__embedded-expand-cell{text-align:center;width:52px;padding-left:8px;padding-right:8px}.process-hub__embedded-expand-button{border:1px solid var(--border);width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.process-hub__embedded-expand-button:hover,.process-hub__embedded-expand-button:focus-visible,.process-hub__embedded-expand-button[aria-expanded=true]{border-color:color-mix(in srgb, var(--accent) 55%, var(--border));color:var(--text);background:color-mix(in srgb, var(--accent) 10%, transparent);outline:none}.process-hub__embedded-expand-button svg{width:16px;height:16px}.process-hub__parent-record-row--expanded>td{border-bottom-color:#0000}.process-hub__embedded-detail-row>td{background:color-mix(in srgb, var(--surface-card-muted) 65%, transparent);padding:0}.process-hub__embedded-inline-panel{border-top:1px solid color-mix(in srgb, var(--accent) 24%, var(--border));border-bottom:1px solid var(--border);padding:8px;display:grid}.process-hub__embedded-inline-panel .process-hub__embedded-workspace,.process-hub__embedded-inline-panel .process-hub__records-card{min-width:0}.process-hub__embedded-inline-panel .process-hub__records-card{padding:0}.process-hub__embedded-inline-panel .process-hub__records-card>.table-wrapper{border:0;border-radius:0}.process-hub__record-actions{justify-content:center;gap:6px}.process-hub__embedded-record-actions{flex-wrap:nowrap}.process-hub__embedded-action-menu{align-items:center;display:flex;position:relative}.process-hub__embedded-action-menu>.ui-button{border-radius:8px;gap:6px;height:32px;padding-inline:10px;font-size:.82rem}.process-hub__embedded-action-menu>.ui-button .ui-button__icon{flex:0 0 16px;width:16px;height:16px}.process-hub__embedded-action-menu>.ui-button .ui-button__icon:last-child{flex-basis:14px;width:14px;height:14px}.process-hub__embedded-action-menu-panel{z-index:1000;border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;padding:6px;display:grid;position:fixed;overflow-y:auto;box-shadow:0 16px 32px #02061761}.process-hub__embedded-action-menu-panel button{width:100%;color:var(--text);text-align:left;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 10px}.process-hub__embedded-action-menu-panel button:hover,.process-hub__embedded-action-menu-panel button:focus-visible{background:#94a3b81f;outline:none}.process-hub__record-action-cell:has(.process-hub__embedded-action-menu){width:auto;min-width:190px}.process-hub__record-action-button{border:1px solid var(--border);width:32px;height:32px;color:var(--muted);cursor:pointer;background:#0206174d;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.process-hub__record-action-button:hover{color:var(--text);background:#32e1ff14;border-color:#32e1ff80;text-decoration:none}.process-hub__record-action-button--danger:hover{color:#fca5a5;background:#f8717114;border-color:#f8717199}.process-hub__record-action-button:disabled{opacity:.55;cursor:not-allowed}.process-hub__record-action-button svg{width:16px;height:16px}.process-hub__field-modal{width:min(720px,100%)}.process-hub__leave-modal{width:min(680px,100%)}.process-hub__leave-modal .admin-modal__header{justify-content:space-between;align-items:flex-start}.process-hub__leave-modal-body{color:var(--muted);margin:0;line-height:1.6}.process-hub__leave-modal-actions{flex-wrap:nowrap;align-items:center}.process-hub__leave-modal-actions .ui-button{flex:none}@media (max-width:720px){.process-hub__leave-modal-actions{flex-wrap:wrap;align-items:stretch}.process-hub__leave-modal-actions .ui-button{flex:100%}}.process-hub__field-modal .admin-modal__header{justify-content:space-between}.process-hub__field-modal .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__lookup-modal{width:min(1180px,100%);max-height:min(92vh,860px);overflow:hidden}.process-hub__query-modal{width:min(1100px,100%)}.process-hub__lookup-modal--query{overflow-y:auto}.process-hub__lookup-modal--query>.process-hub__lookup-modal-body{flex:0 0 24rem}.process-hub__lookup-query-wrap{flex-shrink:0;padding:1rem}.process-hub__lookup-query{flex-direction:column;gap:.75rem;display:flex}.process-hub__lookup-query .table-wrapper{overflow-x:auto}.process-hub__lookup-query td .input,.process-hub__lookup-query td .select{width:100%;min-width:150px}.process-hub__lookup-query .process-hub__row-actions{flex-wrap:wrap}.process-hub__lookup-modal-body{border:1px solid var(--border);border-radius:10px;flex:1;grid-template-columns:minmax(260px,320px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.process-hub__lookup-modal-body--scrollable{overscroll-behavior:contain;scrollbar-gutter:stable;align-content:start;overflow:hidden auto}.process-hub__lookup-selector{border-right:1px solid var(--border);background:#0206172e;flex-direction:column;gap:16px;min-height:0;padding:16px;display:flex}.process-hub__table-picker{position:relative}.process-hub__table-options{z-index:3;border:1px solid var(--border);background:var(--surface-card);border-radius:8px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 30px #02061759}.process-hub__table-options button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.process-hub__table-options button:hover,.process-hub__table-options button[aria-selected=true]{background:color-mix(in srgb, var(--brand) 16%, transparent)}.process-hub__table-options span,.process-hub__table-options p{color:var(--muted);font-size:12px}.process-hub__table-options p{margin:8px}.process-hub__column-heading,.process-hub__column-heading>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.process-hub__column-heading>div{flex-direction:column;align-items:flex-start}.process-hub__column-heading span{color:var(--muted);font-size:12px}.process-hub__column-list{flex:1;min-height:180px;overflow-y:auto}.process-hub__column-list>label{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:9px 4px;display:flex}.process-hub__column-list>label>span{align-items:center;gap:8px;min-width:0;display:flex}.process-hub__column-list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__column-list small{color:var(--muted)}.process-hub__lookup-preview{flex-direction:column;gap:12px;min-width:0;min-height:380px;padding:16px;display:flex}.process-hub__lookup-preview .process-hub__preview-header h4,.process-hub__lookup-preview .process-hub__preview-header p{margin:0}.process-hub__lookup-preview .process-hub__preview-header p,.process-hub__lookup-preview .process-hub__preview-header span{color:var(--muted);font-size:12px}.process-hub__lookup-preview-table{flex:1;min-height:0;overflow:auto}.process-hub__lookup-preview-table .data-table{width:max-content;min-width:100%}.process-hub__lookup-preview-table .data-table th{z-index:1;background:var(--surface-elevated);position:sticky;top:0}.process-hub__lookup-preview-table .data-table td{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.process-hub__null-value{color:var(--muted);font-style:italic}.process-hub__lookup-modal-footer{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:16px;display:grid}.process-hub__inline-fields{grid-template-columns:minmax(100px,.7fr) minmax(160px,1.3fr);gap:8px;display:grid}.process-hub__copy-field{border:1px solid var(--border);background:#0206173d;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:flex}.process-hub__copy-field code{overflow-wrap:anywhere;flex:1;min-width:0}.process-hub__code-block{border:1px solid var(--border);max-height:280px;color:var(--text);white-space:pre;background:#02061766;border-radius:8px;margin:0;padding:12px;font-size:12px;line-height:1.55;overflow:auto}.process-hub__lookup-actions{flex-wrap:wrap;gap:6px;display:flex}.process-hub__lookup-history-modal{width:min(980px,100%);max-height:min(92vh,760px);overflow:hidden}.process-hub__lookup-history-body{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;align-content:start;gap:16px;min-height:0;display:grid;overflow-y:auto}.process-hub__lookup-history-table{min-height:180px;overflow:auto}.process-hub__lookup-modal>.admin-modal__header,.process-hub__lookup-history-modal>.admin-modal__header{flex:none}.process-hub__lookup-modal>.admin-modal__actions,.process-hub__lookup-history-modal>.admin-modal__actions{flex:none;justify-content:flex-end;padding-top:16px}.process-hub__icon-button{border:1px solid var(--border);width:32px;height:32px;color:var(--muted);cursor:pointer;background:#0206174d;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.process-hub__icon-button:hover{color:var(--text);border-color:#f8717180}.process-hub__target-card{grid-template-columns:32px minmax(0,1fr);margin-bottom:14px}.process-hub__target-card div{gap:2px;display:grid}.process-hub__footer-link{justify-content:flex-start;display:flex}@media (max-width:1200px){.process-hub__columns,.process-hub__process-grid,.process-hub__pattern-grid,.process-hub__option-grid{grid-template-columns:1fr}.process-hub__pattern-grid--setup{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__deployment-heading{flex-direction:column;align-items:stretch}.process-hub__deployment-filters{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.process-hub__workflow-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__config-row,.process-hub__config-row--section,.process-hub__rule-row{grid-template-columns:1fr 1fr}.process-hub__forms-designer{grid-template-columns:180px minmax(0,1fr)}.process-hub__views-designer{grid-template-columns:190px minmax(0,1fr)}.process-hub__layout-page-settings,.process-hub__layout-section-settings{grid-template-columns:1fr 1fr}.process-hub__question-settings{border-top:1px solid var(--border);border-left:0;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__process-card{grid-template-columns:40px minmax(0,1fr) auto}}@media (max-width:820px){.process-hub__deployment-filters,.process-hub__operations-workspace{grid-template-columns:1fr}.process-hub__operations-navigation{overscroll-behavior-y:auto;scrollbar-gutter:auto;max-height:none;position:static;overflow-y:visible}.process-hub__operations-card{scrollbar-gutter:auto;max-height:none;overflow:visible}.process-hub__operations-navigation-heading{display:none}.process-hub__operations-tabs{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.process-hub__operations-tab-group+.process-hub__operations-tab-group{border-top:0;border-left:1px solid var(--border);margin-top:0;padding-top:0;padding-left:15px}.process-hub__pattern-grid--setup,.process-hub__workflow-overview-grid,.process-hub__workflow-workspace{grid-template-columns:1fr}.process-hub__workflow-workspace-nav{overscroll-behavior-y:auto;scrollbar-gutter:auto;border-right:0;border-bottom:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;padding-bottom:10px;padding-right:0;position:static;overflow-y:visible}.process-hub__workflow-workspace-nav button{justify-content:center}.process-hub__workflow-chain-overview-header{flex-direction:column;align-items:stretch}.process-hub__permission-columns,.process-hub__review-list div{grid-template-columns:1fr}.process-hub__review-header{flex-direction:column;align-items:stretch}.process-hub__review-actions{justify-content:flex-start}.process-hub__hero,.process-hub__page-header,.process-hub__canvas-header,.process-hub__runtime-section-header,.process-hub__attachments,.process-hub__subsection-heading,.process-hub__wizard-actions,.process-hub__preview-header{flex-direction:column;align-items:stretch}.process-hub__hero-actions,.process-hub__card-actions,.process-hub__record-view-toolbar,.process-hub__record-view-tabs{justify-content:flex-start}.process-hub__settings-header,.process-hub__work-page-header{grid-template-columns:1fr}.process-hub__work-filters{justify-content:flex-start}.process-hub__records-card{padding:16px}.process-hub__record-view-heading{grid-template-columns:1fr;align-items:stretch}.process-hub__record-view-filters,.process-hub__range-filter{grid-template-columns:1fr}.process-hub__range-filter>legend{grid-column:1}.process-hub__record-pagination,.process-hub__record-pagination>div{flex-direction:column;align-items:stretch}.process-hub__record-pagination>div{gap:6px}.process-hub__work-header{display:none}.process-hub__work-card{grid-template-columns:36px minmax(0,1fr) auto;align-items:start}.process-hub__work-folder,.process-hub__work-process,.process-hub__work-created,.process-hub__work-due,.process-hub__work-assigned{grid-column:2/-1}.process-hub__work-card>.process-hub__status{grid-area:1/3}.process-hub__work-card .process-hub__card-actions{grid-column:1/-1;justify-content:flex-start}.process-hub__runtime-preview-actions,.process-hub__runtime-submit-actions{flex-direction:column;align-items:stretch}.process-hub__runtime-preview-actions .ui-button,.process-hub__runtime-submit-actions .ui-button,.process-hub__attachment-picker{justify-content:center;width:100%}.process-hub__attachment-list li{grid-template-columns:auto minmax(0,1fr)}.process-hub__attachment-list li>span,.process-hub__attachment-list li>button{grid-column:2;justify-self:start}.process-hub__runtime-submit-actions>span{text-align:left;max-width:none}.process-hub__filters,.process-hub__filters--compact,.process-hub__builder-toolbar,.process-hub__automation-search,.process-hub__form-grid,.process-hub__numbering-grid,.process-hub__lookup-grid{grid-template-columns:1fr}.process-hub__dependency-canvas-toolbar,.process-hub__dependency-canvas-footer{flex-direction:column;align-items:stretch}.process-hub__dependency-graph,.process-hub__dependency-graph--with-waits{grid-template-columns:1fr}.process-hub__dependency-arrow{min-height:44px}.process-hub__dependency-arrow svg{display:none}.process-hub__dependency-arrow:before{content:"";background:var(--brand);width:2px;height:30px}.process-hub__builder-header{align-items:stretch}.process-hub__builder-header-main{align-items:flex-start}.process-hub__builder-identity{gap:4px;display:grid}.process-hub__builder-identity p{white-space:normal;overflow:visible}.process-hub__progress-nav button{flex-basis:164px}.process-hub__forms-designer{grid-template-columns:1fr}.process-hub__builder-section .process-hub__section-heading{flex-direction:column;align-items:stretch}.process-hub__builder-section .process-hub__row-actions{white-space:normal;flex-wrap:wrap}.process-hub__views-designer{grid-template-columns:1fr}.process-hub__views-list{border-right:0;border-bottom:1px solid var(--border)}.process-hub__view-columns>div{grid-template-columns:1fr}.process-hub__view-columns .process-hub__icon-button,.process-hub__view-column-order{justify-self:end}.process-hub__attribute-designer{grid-template-columns:1fr}.process-hub__attribute-nav{border-right:0;border-bottom:1px solid var(--border);order:-1;grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:12px;padding-right:0}.process-hub__attribute-simulation,.process-hub__attribute-results>div{grid-template-columns:1fr}.process-hub__attribute-results code{justify-self:start}.process-hub__attribute-logic,.process-hub__attribute-aggregate{min-width:0}.process-hub__attribute-rule-heading,.process-hub__attribute-condition,.process-hub__attribute-operand,.process-hub__attribute-between,.process-hub__attribute-operand-row{grid-template-columns:1fr}.process-hub__attribute-rule-heading .process-hub__icon-button,.process-hub__attribute-condition .process-hub__icon-button,.process-hub__attribute-operand-row .process-hub__icon-button{justify-self:end}.process-hub__layout-page-header{grid-template-columns:32px minmax(0,1fr) 32px}.process-hub__layout-page-header>span{grid-column:2}.process-hub__layout-page-header .ui-button{grid-column:2;justify-self:start}.process-hub__layout-page-header .process-hub__icon-button{grid-area:1/3}.process-hub__layout-page-settings,.process-hub__layout-section-settings{grid-template-columns:1fr}.process-hub__layout-sections{padding-left:12px}.process-hub__layout-section-card>header{grid-template-columns:32px minmax(0,1fr) 32px}.process-hub__layout-section-card>header .ui-button,.process-hub__layout-section-card>header .process-hub__layout-repeat-badge{grid-column:2;justify-self:start}.process-hub__layout-section-card>header .process-hub__icon-button{grid-area:1/3}.process-hub__forms-outline,.process-hub__question-settings{border:0}.process-hub__forms-outline{border-bottom:1px solid var(--border)}.process-hub__question-settings{border-top:1px solid var(--border);grid-template-columns:1fr}.process-hub__forms-canvas{padding:12px}.process-hub__field-modal .form-grid{grid-template-columns:1fr}.process-hub__lookup-modal{overflow:hidden}.process-hub__lookup-modal-body,.process-hub__lookup-modal-footer{grid-template-columns:1fr}.process-hub__lookup-selector{border-right:0;border-bottom:1px solid var(--border)}.process-hub__inline-fields{grid-template-columns:1fr}.process-hub__lookup-modal-footer .admin-modal__actions{justify-content:flex-end}.process-hub__stats,.process-hub__config-row,.process-hub__config-row--section,.process-hub__rule-row{grid-template-columns:1fr}}@media (max-width:600px){.process-hub__operations-navigation{padding:12px}.process-hub__operations-tabs{grid-template-columns:1fr}.process-hub__operations-tab-group+.process-hub__operations-tab-group{border-top:1px solid var(--border);border-left:0;margin-top:6px;padding-top:12px;padding-left:0}.process-hub__workflow-workspace-nav{grid-template-columns:1fr}.process-hub__workflow-workspace-nav button{justify-content:flex-start}}@media print{body.process-hub-printing-pdf *{visibility:hidden}body.process-hub-printing-pdf{background:#fff}body.process-hub-printing-pdf .process-hub__pdf-print-root,body.process-hub-printing-pdf .process-hub__pdf-print-root *{visibility:visible}body.process-hub-printing-pdf .process-hub__pdf-print-root{background:#fff;width:100%;padding:0;display:block;position:absolute;inset:0}body.process-hub-printing-pdf .process-hub__pdf-document{width:100%;padding:0;font-size:11pt;line-height:1.35}body.process-hub-printing-pdf .process-hub__pdf-page{break-inside:auto;page-break-inside:auto}body.process-hub-printing-pdf .process-hub__pdf-section,body.process-hub-printing-pdf .process-hub__pdf-repeat>div{break-inside:avoid;page-break-inside:avoid}body.process-hub-printing-pdf .process-hub__signature-value{max-height:72px}}.process-hub__lifecycle-panel{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:.9rem;padding:1rem 1.1rem;display:grid}.process-hub__lifecycle-panel--header-line{border-left:4px solid var(--accent);background:linear-gradient(100deg, color-mix(in srgb, var(--accent) 7%, var(--surface)), var(--surface) 52%)}.process-hub__lifecycle-summary,.process-hub__lifecycle-state-row,.process-hub__lifecycle-actions,.process-hub__lifecycle-confirmation-actions{align-items:center;gap:.65rem;display:flex}.process-hub__lifecycle-summary{justify-content:space-between}.process-hub__lifecycle-state-row{flex-wrap:wrap}.process-hub__lifecycle-state-row>svg{width:1.1rem;height:1.1rem;color:var(--accent)}.process-hub__lifecycle-state{background:var(--surface-muted);min-height:1.65rem;color:var(--text-muted);border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;display:inline-flex}.process-hub__lifecycle-state--success{color:var(--success)}.process-hub__lifecycle-state--warning{color:var(--warning)}.process-hub__lifecycle-state--danger{color:var(--danger)}.process-hub__lifecycle-state--info{color:var(--accent)}.process-hub__lifecycle-actions{flex-wrap:wrap}@media (max-width:720px){.process-hub__lifecycle-summary{align-items:flex-start}.process-hub__lifecycle-actions>.ui-button{flex:9rem}}.operational-queue{gap:1rem;min-width:0;display:grid}.operational-queue--fullscreen{z-index:90;background:var(--bg);grid-template-rows:auto auto auto minmax(0,1fr);padding:1rem;position:fixed;inset:0;overflow:hidden}.operational-queue__header,.operational-queue__header-actions,.operational-queue__metrics,.operational-queue__filters,.operational-queue__actions,.operational-queue__status-stack,.operational-queue__lane>header{align-items:center;gap:.75rem;display:flex}.operational-queue__header{border:1px solid var(--border);background:linear-gradient(115deg, #32e1ff17, var(--surface-card) 42%, #8b4fff14);border-radius:18px;justify-content:space-between;padding:1rem 1.15rem}.operational-queue__header h1{margin-top:.1rem;font-size:clamp(1.45rem,2vw,2rem)}.operational-queue__header>div:first-child>p:last-child{color:var(--card-muted)}.operational-queue__header-actions,.operational-queue__actions,.operational-queue__filters{flex-wrap:wrap}.operational-queue__metrics{border:1px solid var(--border);background:var(--surface-card);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.operational-queue__metrics>div{border-right:1px solid var(--line);align-content:center;min-height:76px;padding:.75rem 1rem;display:grid}.operational-queue__metrics>div:last-child{border-right:0}.operational-queue__metrics strong{font-size:1.1rem}.operational-queue__metrics span{color:var(--card-muted);font-size:.78rem}.operational-queue__connection svg{width:1.1rem;height:1.1rem}.operational-queue__connection--live strong,.operational-queue__connection--live svg{color:var(--status-success)}.operational-queue__connection--stale strong,.operational-queue__connection--stale svg{color:var(--status-warning)}.operational-queue__stale{color:var(--status-warning);background:#f59e0b17;border:1px solid #f59e0b80;border-radius:12px;align-items:center;gap:.55rem;padding:.65rem .85rem;display:flex}.operational-queue__stale svg{flex:none;width:1.1rem;height:1.1rem}.operational-queue__filters{border:1px solid var(--border);background:var(--surface-card);border-radius:14px;padding:.75rem}.operational-queue__filters label{flex:16rem;align-items:center;min-width:min(22rem,100%);display:flex;position:relative}.operational-queue__filters label>svg{width:1rem;height:1rem;color:var(--subtle);position:absolute;left:.75rem}.operational-queue__filters input.input{width:100%;padding-left:2.2rem}.operational-queue__filters>button{border:1px solid var(--line);min-height:2.2rem;color:var(--card-muted);background:var(--surface-card-muted);cursor:pointer;border-radius:999px;padding:.35rem .7rem}.operational-queue__filters>button.is-active{border-color:var(--accent);color:var(--text);background:#32e1ff21}.operational-queue__filters>span{color:var(--card-muted);margin-left:auto;font-size:.82rem}.operational-queue__viewport{overscroll-behavior:contain;border:1px solid var(--border);background:var(--surface-card);border-radius:16px;min-height:24rem;max-height:calc(100vh - 19rem);overflow:auto}.operational-queue--fullscreen .operational-queue__viewport{min-height:0;max-height:none}.operational-queue__table{min-width:920px}.operational-queue__table tbody tr{border-left:3px solid #0000}.operational-queue__table tbody tr.is-urgent{background:#f59e0b12;border-left-color:#f59e0b}.operational-queue__table tbody tr.is-selected{outline-offset:-1px;outline:1px solid #32e1ff8c}.operational-queue__table .table-primary strong,.operational-queue__table .table-primary small{display:block}.operational-queue__table .table-primary small{color:var(--card-muted);margin-top:.2rem;font-weight:400}.operational-queue__state,.operational-queue__urgent{border-radius:999px;align-items:center;gap:.3rem;width:fit-content;padding:.2rem .5rem;font-size:.76rem;font-weight:700;display:inline-flex}.operational-queue__state{color:var(--card-muted);background:var(--surface-card-muted)}.operational-queue__state--info{color:var(--status-info)}.operational-queue__state--success{color:var(--status-success)}.operational-queue__state--warning{color:var(--status-warning)}.operational-queue__state--danger{color:var(--status-danger)}.operational-queue__urgent{color:var(--status-warning);background:#f59e0b1f}.operational-queue__urgent svg{width:.85rem;height:.85rem}.operational-queue__cards,.operational-queue__lanes{gap:1rem;padding:1rem;display:grid}.operational-queue__cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.operational-queue__lanes{grid-auto-columns:minmax(300px,1fr);grid-auto-flow:column;align-items:start;overflow-x:auto}.operational-queue__lane{gap:.75rem;min-width:0;display:grid}.operational-queue__lane>header{z-index:2;background:var(--surface-elevated);border-radius:10px;justify-content:space-between;padding:.65rem .75rem;position:sticky;top:0}.operational-queue__lane>header h2{font-size:.95rem}.operational-queue__lane>div{gap:.75rem;display:grid}.operational-queue__card{border:1px solid var(--line);background:var(--surface-elevated);border-left:4px solid #0000;border-radius:14px;gap:.8rem;padding:.9rem;display:grid;box-shadow:0 8px 24px #00000021}.operational-queue__card.is-urgent{border-left-color:#f59e0b}.operational-queue__card.is-selected{border-color:var(--accent)}.operational-queue__card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.65rem;display:grid}.operational-queue__card h3{overflow-wrap:anywhere;font-size:1rem}.operational-queue__card header p,.operational-queue__claimed{color:var(--card-muted);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.operational-queue__card header p svg{width:.9rem;height:.9rem}.operational-queue__card-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.operational-queue__card-fields>div{min-width:0}.operational-queue__card-fields dt{color:var(--card-muted);font-size:.72rem}.operational-queue__card-fields dd{overflow-wrap:anywhere}.operational-queue__actions{align-items:stretch}.operational-queue__actions .ui-button{white-space:nowrap}.operational-queue__empty{text-align:center;min-height:22rem;color:var(--card-muted);place-items:center;gap:.4rem;padding:2rem;display:grid}.operational-queue__empty svg{width:2.3rem;height:2.3rem;color:var(--status-success)}.operational-queue__empty h2{color:var(--text);font-size:1.1rem}.operational-queue .is-spinning{animation:.8s linear infinite operational-queue-spin}@keyframes operational-queue-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.operational-queue__header{flex-direction:column;align-items:flex-start}.operational-queue__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operational-queue__metrics>div:nth-child(2){border-right:0}.operational-queue__metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width:640px){.operational-queue__header-actions,.operational-queue__header-actions .ui-button{width:100%}.operational-queue__metrics{grid-template-columns:1fr}.operational-queue__metrics>div,.operational-queue__metrics>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.operational-queue__metrics>div:last-child{border-bottom:0}.operational-queue__cards{grid-template-columns:1fr;padding:.75rem}.operational-queue__card>header{grid-template-columns:auto minmax(0,1fr)}.operational-queue__status-stack{flex-direction:column;grid-column:2;align-items:flex-start}.operational-queue__card-fields{grid-template-columns:1fr}.operational-queue__actions .ui-button{flex:8rem}}.process-hub__lifecycle-state-grid td{vertical-align:top}.process-hub__lifecycle-state-grid tr.is-dragging{opacity:.55}.process-hub__lifecycle-state-grid tr.is-drag-over td{background:color-mix(in srgb, var(--accent) 9%, var(--surface-card))}.process-hub__lifecycle-row-actions{flex-wrap:wrap;align-items:center;gap:.45rem;min-width:15rem;display:flex}.process-hub__action-chip{border:1px solid var(--border);color:var(--text);background:var(--surface-card);cursor:pointer;border-radius:999px;padding:.35rem .6rem}.process-hub__modal-backdrop{z-index:120;background:#020617b8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.process-hub__lifecycle-confirmation-modal{border:1px solid var(--border);background:var(--surface-card);border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(34rem,100%);max-height:min(88dvh,42rem);display:grid;overflow:hidden;box-shadow:0 24px 70px #0006}.process-hub__lifecycle-confirmation-modal>header,.process-hub__lifecycle-confirmation-modal>footer{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.process-hub__lifecycle-confirmation-modal>header{border-bottom:1px solid var(--border)}.process-hub__lifecycle-confirmation-modal>footer{border-top:1px solid var(--border);justify-content:flex-end}.process-hub__lifecycle-confirmation-modal h2,.process-hub__lifecycle-confirmation-modal p{margin:0}.process-hub__lifecycle-confirmation-modal-body{gap:1rem;padding:1.2rem;display:grid;overflow-y:auto}.process-hub__lifecycle-confirmation-modal-body label{gap:.45rem;display:grid}.process-hub__lifecycle-action-modal{border:1px solid var(--border);background:var(--surface-card);border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(58rem,100%);height:min(88dvh,56rem);display:grid;overflow:hidden;box-shadow:0 24px 70px #0006}.process-hub__lifecycle-action-modal>header,.process-hub__lifecycle-action-modal>footer{background:var(--surface-card);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.process-hub__lifecycle-action-modal>header{border-bottom:1px solid var(--border)}.process-hub__lifecycle-action-modal>footer{border-top:1px solid var(--border);justify-content:flex-end}.process-hub__lifecycle-action-modal-body{overscroll-behavior-y:contain;scrollbar-gutter:stable;scrollbar-color:var(--border) transparent;scrollbar-width:thin;flex-direction:column;gap:.75rem;min-height:0;padding:1rem 1.2rem;display:flex;overflow:hidden scroll}.process-hub__lifecycle-action-modal-body>*{flex:none}.process-hub__lifecycle-action-modal-body::-webkit-scrollbar{width:.65rem}.process-hub__lifecycle-action-modal-body::-webkit-scrollbar-track{background:0 0}.process-hub__lifecycle-action-modal-body::-webkit-scrollbar-thumb{border:2px solid var(--surface-card);background:var(--border);border-radius:999px}.process-hub__lifecycle-action-accordion{border:1px solid var(--border);border-radius:10px;overflow:hidden}.process-hub__lifecycle-action-accordion-heading{background:var(--surface-raised,var(--surface-card));justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.process-hub__lifecycle-action-accordion-heading>button:first-child{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:.5rem;display:flex}.process-hub__lifecycle-action-accordion-heading svg{width:1rem;height:1rem}.process-hub__lifecycle-action-fields{border-top:1px solid var(--border);gap:1rem;padding:1rem;display:grid}.process-hub__lifecycle-action-fields .process-hub__checkbox-dropdown>div{margin-top:.4rem;position:static}.process-hub__checkbox-dropdown{position:relative}.process-hub__checkbox-dropdown summary{border:1px solid var(--border);min-height:2.6rem;color:var(--text);background:var(--surface-card);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;list-style:none;display:flex}.process-hub__checkbox-dropdown summary::-webkit-details-marker{display:none}.process-hub__checkbox-dropdown summary svg{width:1rem;height:1rem}.process-hub__checkbox-dropdown>div{z-index:20;border:1px solid var(--border);background:var(--surface-card);border-radius:8px;gap:.35rem;width:100%;max-height:15rem;padding:.65rem;display:grid;position:absolute;overflow-y:auto;box-shadow:0 12px 30px #00000047}.process-hub__checkbox-dropdown>div label{cursor:pointer;border-radius:6px;justify-content:flex-start;align-items:center;gap:.55rem;width:100%;padding:.4rem .45rem;font-weight:500;line-height:1.35;display:flex}.process-hub__checkbox-dropdown>div label:hover{background:var(--surface-card-muted)}.form-field .process-hub__checkbox-dropdown input[type=checkbox],.process-hub__toggle-row input[type=checkbox],.process-hub__toggle-row input[type=radio]{appearance:auto;width:1rem;height:1rem;min-height:0;box-shadow:none;accent-color:var(--brand);border-radius:3px;flex:0 0 1rem;margin:0;padding:0}.process-hub__checkbox-dropdown>div label>span{flex:1;min-width:0}.process-hub__toggle-list{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.process-hub__toggle-row{cursor:pointer;justify-self:start;align-items:center;gap:.45rem;width:fit-content;max-width:100%;font-weight:500;line-height:1.35;display:inline-flex}.process-hub__action-overflow{position:relative}.process-hub__action-overflow>summary{border:1px solid var(--border);min-height:2rem;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;padding:.35rem .65rem;list-style:none;display:inline-flex}.process-hub__action-overflow>summary::-webkit-details-marker{display:none}.process-hub__action-overflow>div{z-index:15;border:1px solid var(--border);background:var(--surface-card);border-radius:10px;gap:.4rem;min-width:11rem;padding:.5rem;display:grid;position:absolute;right:0;box-shadow:0 12px 28px #00000047}.process-hub__business-status--neutral{border-color:var(--border)}.process-hub__business-status--info{color:var(--accent);border-color:var(--accent)}.process-hub__business-status--warning{color:var(--status-warning);border-color:var(--status-warning)}.process-hub__business-status--success{color:var(--status-success);border-color:var(--status-success)}.process-hub__business-status--danger{color:var(--status-danger,#ef4444);border-color:var(--status-danger,#ef4444)}.process-hub__record-view-heading{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title toolbar""filters filters";gap:.9rem 1rem}.process-hub__record-view-heading>div:first-child{grid-area:title}.process-hub__record-view-toolbar{grid-area:toolbar}.process-hub__record-view-filters{grid-area:filters;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));align-items:end;gap:.85rem;width:100%}.process-hub__record-view-filters>*{min-width:0;max-width:100%}.process-hub__record-view-filters .process-hub__range-filter{min-width:0}.process-hub__route-depot-list{gap:.65rem;display:grid}.process-hub__route-depot-row{border:1px solid var(--border);background:var(--surface-card);border-radius:12px;grid-template-columns:minmax(7.5rem,auto) minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem 1rem;display:grid}.process-hub__route-depot-row>div:nth-child(2){gap:.2rem;min-width:0;display:grid}.process-hub__route-depot-row>div:nth-child(2) span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.process-hub__route-depot-default,.process-hub__route-depot-actions{align-items:center;gap:.5rem;display:inline-flex}.admin-modal__card.process-hub__route-depot-modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(42rem,100vw - 2rem);max-height:min(46rem,100dvh - 2rem);display:grid;overflow:hidden}.process-hub__route-depot-modal-body{overscroll-behavior:contain;min-height:0;padding:1rem 1.25rem;overflow-y:auto}.process-hub__route-geography-add{grid-template-columns:minmax(0,1fr) auto;gap:.65rem;display:grid}.process-hub__route-geography-chips{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.process-hub__route-geography-chips button{border:1px solid var(--border);background:var(--surface-card);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .65rem;display:inline-flex}.process-hub__route-geography-chips svg{width:.9rem;height:.9rem}.process-hub__route-config-table-wrap{width:100%;overflow-x:auto}.process-hub__route-config-table{min-width:54rem}.process-hub__route-config-table th:last-child,.process-hub__route-config-table td:last-child{white-space:nowrap;width:1%}.process-hub__route-config-table td:nth-child(2),.process-hub__route-config-table td:nth-child(3),.process-hub__route-config-table td:nth-child(4){color:var(--text-muted)}.process-hub__route-config-actions{align-items:center;gap:.35rem;display:inline-flex}.process-hub__route-instruction-mode{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.process-hub__route-instruction-mode>button{border:1px solid var(--border);min-width:0;color:var(--text);background:color-mix(in srgb, var(--surface-card) 86%, transparent);text-align:left;cursor:pointer;border-radius:12px;gap:.25rem;padding:.85rem 1rem;display:grid}.process-hub__route-instruction-mode>button span{color:var(--muted);font-size:.82rem;line-height:1.4}.process-hub__route-instruction-mode>button[aria-pressed=true]{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 12%, var(--surface-card));box-shadow:0 0 0 2px color-mix(in srgb, var(--brand) 18%, transparent)}.process-hub__fixed-route-workflow{gap:1rem;display:grid}.process-hub__fixed-route-group-heading{gap:.2rem;margin:.4rem 0 -.25rem;display:grid}.process-hub__fixed-route-group-heading h4,.process-hub__fixed-route-group-heading p,.process-hub__fixed-route-phase-heading h4,.process-hub__fixed-route-phase-heading p{margin:0}.process-hub__fixed-route-group-heading>p:last-child,.process-hub__fixed-route-phase-heading p{color:var(--muted);font-size:.84rem;line-height:1.45}.process-hub__fixed-route-phase{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-card) 90%, transparent);border-radius:12px;overflow:hidden}.process-hub__fixed-route-phase-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.process-hub__fixed-route-phase .process-hub__route-config-table-wrap{border:0;border-radius:0}.process-hub__fixed-route-phase .process-hub__route-config-table{min-width:46rem}.process-hub__fixed-route-phase .process-hub__route-config-table td:nth-child(2) strong{color:var(--text);display:block}.process-hub__table-secondary{color:var(--muted);margin-top:.2rem;font-size:.78rem;line-height:1.4;display:block}.process-hub__fixed-step-number{border:1px solid color-mix(in srgb, var(--brand) 45%, var(--border));width:1.75rem;height:1.75rem;color:var(--brand);border-radius:999px;place-items:center;font-weight:700;display:inline-grid}.admin-modal__card.process-hub__route-config-modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(58rem,100vw - 2rem);max-height:calc(100dvh - 2rem);display:grid;overflow:hidden}.admin-modal__card.process-hub__route-config-modal--wide{width:min(76rem,100vw - 2rem)}.process-hub__route-config-modal-body{overscroll-behavior:contain;min-height:0;padding:1rem 1.25rem;overflow-y:auto}.process-hub__route-config-modal-body>.process-hub__builder-subpanel,.process-hub__route-config-modal-body>div>.process-hub__builder-subpanel{margin-top:.75rem}@media (max-width:760px){.process-hub__record-view-heading{grid-template-columns:minmax(0,1fr);grid-template-areas:"title""toolbar""filters"}.process-hub__record-view-filters{grid-template-columns:minmax(0,1fr)}.process-hub__lifecycle-action-modal{height:calc(100dvh - 2rem)}.process-hub__route-depot-row{grid-template-columns:minmax(0,1fr)}.process-hub__route-depot-actions{justify-content:flex-start}.process-hub__route-geography-add,.process-hub__route-instruction-mode{grid-template-columns:minmax(0,1fr)}.process-hub__fixed-route-phase-heading{flex-direction:column;align-items:flex-start}.admin-modal__card.process-hub__route-config-modal,.admin-modal__card.process-hub__route-config-modal--wide{width:calc(100vw - 1rem);height:calc(100dvh - 1rem)}}.process-hub__dependent-filter{border:1px solid var(--border,#dfe3e8);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px;min-width:0;margin:0;padding:14px;display:grid}.process-hub__repeat-panel.process-hub__dependent-filters{grid-template-columns:minmax(0,1fr);gap:12px;width:100%;display:grid}.process-hub__dependent-filters>button{justify-self:start}.process-hub__dependent-filter-source{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.process-hub__dependent-filter-details{grid-column:1/-1;min-width:0}.process-hub__dependent-filter-details>summary{cursor:pointer;color:var(--text-muted);font-size:.8rem}.process-hub__dependent-filter-options{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px;margin-top:12px;display:grid}.process-hub__dependent-filter .form-field{align-content:start;gap:6px;min-width:0;display:grid}.process-hub__dependent-filter .form-field>select,.process-hub__dependent-filter .form-field>input{width:100%;min-width:0}.process-hub__dependent-filter .process-hub__lookup-filter-helper{grid-column:1/-1;margin:0}.process-hub__lookup-fill-settings,.process-hub__lookup-fill-settings .process-hub__settings-group,.process-hub__lookup-fill-settings .process-hub__inline-field{grid-template-columns:minmax(0,1fr);align-content:start;gap:12px;min-width:0;display:grid}.process-hub__lookup-fill-settings .process-hub__inline-field{gap:6px}.process-hub__lookup-fill-settings .process-hub__inline-field>select,.process-hub__lookup-fill-settings .process-hub__inline-field>input{width:100%;min-width:0}.process-hub__lookup-fill-settings .process-hub__settings-toggle{align-items:flex-start;gap:8px;margin:0;display:flex}.process-hub__lookup-fill-settings input[type=checkbox]{flex:0 0 16px;width:16px;height:16px;min-height:16px;margin:2px 0 0;padding:0}.process-hub__lookup-fill-settings fieldset{border:1px solid var(--border,#dfe3e8);border-radius:8px;padding:12px}.process-hub__lookup-fill-settings legend{padding:0 4px;font-size:.8rem}.process-hub__lookup-fill-settings details>summary{cursor:pointer}.process-hub__lookup-fill-settings details>.process-hub__settings-group{margin-top:12px}
