:root{--color-scheme:dark;color-scheme:var(--color-scheme);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;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:rgba(255,255,255,0.08);--surface-elevated:#1b2c3c;--surface-inset:#011625;--surface-strong:#283f4f;--grid-line:rgba(255,255,255,0.16);--nav-bg:#0e1f2f;--topbar-bg:#0e1f2f;--border:rgba(71,85,105,0.6);--line:rgba(100,116,139,0.45);--text:#ffffff;--muted:#bfdbfe;--subtle:rgba(255,255,255,0.62);--input-bg:#000616;--input-bg-hover:#0a1020;--input-fg:#ffffff;--card-text:#ffffff;--card-muted:rgba(255,255,255,0.74);--card-subtle:rgba(255,255,255,0.62);--card-border:rgba(255,255,255,0.26);--card-line:rgba(255,255,255,0.34);--card-surface-muted:rgba(255,255,255,0.08);--nav-text:#ffffff;--nav-muted:rgba(255,255,255,0.74);--nav-subtle:rgba(255,255,255,0.62);--nav-surface-muted:rgba(255,255,255,0.08);--topbar-text:#ffffff;--topbar-muted:rgba(255,255,255,0.74);--topbar-subtle:rgba(255,255,255,0.62);--topbar-surface-muted:rgba(255,255,255,0.08);--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:rgba(139,79,255,0.65);--accent:#32e1ff;--card-outline:#1e2247;--badge-inherit-bg:rgba(16,185,129,0.15);--badge-inherit-fg:#34d399;--badge-override-bg:rgba(245,158,11,0.15);--badge-override-fg:#f59e0b;--radius:24px;--radius-sm:16px;--shadow-elev:0 10px 30px rgba(2,6,23,0.35);--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}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}body{margin:0;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%)}.container{margin:0 auto;max-width:72rem;padding:var(--rhythm-16);display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:var(--rhythm-24);gap:var(--rhythm-24)}.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{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--panel-2);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.title{font-weight:600;font-size:var(--h2)}aside{background:var(--panel-2);border-right:1px solid var(--border)}nav a{display:flex;align-items:center;gap:10px;padding:10px 14px;color:var(--muted);text-decoration:none;border-left:3px solid transparent}nav a.active{background:rgba(16,24,48,.75);border-left-color:var(--brand);color:#fff}.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);overflow:hidden;box-shadow:var(--shadow-elev)}.card h3{font-size:var(--h2);margin:0;padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text);display:flex;align-items:center;gap:10px}.card .body{padding:var(--rhythm-16);display:grid;grid-gap:var(--rhythm-16)}.card .body,.header{gap:var(--rhythm-16)}.header{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:8px 0 var(--rhythm-16)}.btn,.color,.input,.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--input-bg);color:var(--input-fg,var(--text));border:1px solid var(--line);padding:10px 12px;border-radius:var(--radius-sm);outline:none}.color:focus,.input:focus,.select:focus{box-shadow:0 0 0 3px rgba(14,165,233,.4);border-color:rgba(14,165,233,.5)}.btn{background:var(--input-bg);cursor:pointer}.btn,.btn.primary{border-color:var(--line)}.btn.primary{background:var(--button-bg);color:var(--button-fg)}.btn.ghost{background:var(--input-bg);border-color:var(--line);color:var(--muted)}.header .actions{display:flex;flex-wrap:wrap;gap:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.row{display:grid;grid-template-columns:200px 1fr;grid-gap:var(--rhythm-16);align-items:center}.row,.uploader{gap:var(--rhythm-16)}.uploader{display:flex;align-items:stretch}.uploader .box{flex:1 1;border:1px dashed var(--line);border-radius:var(--radius-sm);padding:14px;text-align:center;color:var(--muted);background:rgba(2,6,23,.6)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;text-transform:uppercase;font-weight:700;padding:4px 10px;border-radius:999px;border:1px solid var(--border)}.badge.inherit{background:var(--badge-inherit-bg);color:var(--badge-inherit-fg);border-color:transparent}.badge.override{background:var(--badge-override-bg);color:var(--badge-override-fg);border-color:transparent}.badge.modified{background:rgba(52,211,153,.18);color:#34d399;border-color:transparent}.tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(15,23,42,.65))}.tab,.tabs{padding:8px 12px}.tab{border:1px solid var(--line);border-bottom:1px solid transparent;border-radius:10px 10px 0 0;color:var(--muted);cursor:pointer;background:rgba(2,6,23,.35)}.tab.active{color:#fff;background:var(--panel);border-color:var(--border);border-bottom-color:transparent}.preview{padding:var(--rhythm-16)}.app-shell{display:grid;grid-template-columns:220px 1fr;min-height:320px;border:1px dashed var(--border);border-radius:var(--radius-sm);overflow:hidden}.shell-aside{background:#0f1533;padding:10px}.shell-header{background:#0b102b;padding:10px;border-bottom:1px solid var(--border)}.switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.switch input{display:none}.pill{width:44px;height:24px;border-radius:999px;background:#2b3258;position:relative;border:1px solid var(--line)}.pill:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#cbd5e1;left:3px;top:2px;transition:all .18s ease}input:checked+.pill{background:#0f3e21;border-color:rgba(16,185,129,.35)}input:checked+.pill:after{left:23px;background:#d1fae5}.draftbar{position:fixed;bottom:0;left:0;right:0;z-index:10;justify-content:flex-start;gap:12px;padding:12px 16px;background:rgba(15,23,42,.95);border-top:1px solid var(--border);box-shadow:0 -12px 30px rgba(2,6,23,.45)}.draftbar,.draftbar .status{display:flex;align-items:center}.draftbar .status{gap:10px;color:var(--muted)}h1,h2,h3,h4{color:var(--text)}.small{font-size:12px;color:var(--muted)}.stack{display:flex;flex-direction:column;gap:var(--rhythm-24)}.card .body .row{margin:0}.profile-banner{background:linear-gradient(90deg,rgba(30,58,138,.25),rgba(14,165,233,.1));border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:flex;align-items:center;gap:12px}.whitelabel-columns{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);grid-gap:var(--rhythm-24);gap:var(--rhythm-24);align-items:start}.whitelabel-config{display:flex;flex-direction:column;gap:var(--rhythm-24)}.whitelabel-preview{position:-webkit-sticky;position:sticky;top:var(--rhythm-24);display:flex;flex-direction:column;gap:var(--rhythm-16)}@media (max-width:1024px){.whitelabel-columns{grid-template-columns:1fr}.whitelabel-preview{position:static}}.hex-inline{display:flex;gap:8px;align-items:center}.container.whitelabel-container,.whitelabel-page{--wl-draft-bar-space:5.75rem}.whitelabel-page{display:grid;grid-gap:1.25rem;gap:1.25rem}.container.whitelabel-container,.whitelabel-page{padding-bottom:var(--wl-draft-bar-space)}.app-shell__content>.container.whitelabel-container,.app-shell__content>.whitelabel-page{width:calc(100% + (2 * clamp(1.5rem, 5vw, 4rem)));margin-inline:calc(-1 * clamp(1.5rem, 5vw, 4rem))}.container.whitelabel-container>.header,.whitelabel-page-header{padding-inline:clamp(1rem,2.25vw,2rem)}.whitelabel-page-header{display:grid;grid-gap:.55rem;gap:.55rem}.whitelabel-breadcrumb,.whitelabel-editor-kicker{color:var(--subtle);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.whitelabel-page-header__main{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.whitelabel-page-header h1{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15}.whitelabel-page-header p{max-width:46rem;margin-top:.35rem;color:var(--muted)}.whitelabel-page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.whitelabel-workbench{--wl-workbench-pane-height:max(680px,calc(100vh - var(--topbar-height, 56px) - var(--wl-draft-bar-space, 0px) - 2rem));display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:clamp(.85rem,1.4vw,1.25rem);gap:clamp(.85rem,1.4vw,1.25rem);align-items:start;padding-inline:clamp(1rem,2.25vw,2rem) clamp(.5rem,1vw,1rem)}.whitelabel-preview-stage{min-width:0;display:grid;grid-gap:.85rem;gap:.85rem;position:-webkit-sticky;position:sticky;top:calc(var(--topbar-height, 56px) + 1rem)}.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);display:grid;height:var(--wl-workbench-pane-height);max-height:var(--wl-workbench-pane-height);grid-gap:.85rem;gap:.85rem;overflow:auto;overscroll-behavior:contain;padding:.85rem .85rem calc(.85rem + env(safe-area-inset-bottom));color:var(--text);border:1px solid var(--border);border-radius:1.2rem;background:var(--surface-card);box-shadow:0 20px 50px -28px rgba(0,0,0,.9)}.whitelabel-editor-heading{position:-webkit-sticky;position:sticky;top:-.85rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:-.85rem -.85rem 0;padding:.9rem .85rem;border-bottom:1px solid var(--border);background:var(--surface-elevated);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.whitelabel-editor-heading h3{margin:.1rem 0 0;font-size:1rem}.whitelabel-dirty-pill{border:1px solid var(--border);border-radius:999px;padding:.3rem .55rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.whitelabel-dirty-pill--active{border-color:rgba(56,189,248,.48);background:rgba(14,165,233,.16);color:#bae6fd}.wl-domain{display:grid;grid-gap:var(--rhythm-12);gap:var(--rhythm-12);padding:var(--rhythm-14);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-card-muted)}.wl-domain__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rhythm-12)}.wl-domain__records{display:grid;grid-gap:var(--rhythm-10);gap:var(--rhythm-10)}.wl-domain__records>div{display:grid;grid-gap:.35rem;gap:.35rem}.wl-domain code{display:block;width:100%;padding:.5rem .625rem;overflow-wrap:anywhere;border:1px solid rgba(148,163,184,.24);border-radius:var(--radius-sm);color:var(--text);background:var(--surface-inset);font-size:.8rem}.whitelabel-inheritance-card{display:grid;grid-gap:.85rem;gap:.85rem;border:1px solid var(--border);border-radius:.95rem;background:var(--surface-card-muted);padding:.9rem}.whitelabel-toggle-row{display:flex;align-items:flex-start;gap:.7rem;color:var(--text);cursor:pointer}.whitelabel-toggle-row input{width:1rem;height:1rem;margin-top:.2rem;accent-color:var(--accent)}.whitelabel-toggle-row span{display:grid;grid-gap:.15rem;gap:.15rem;font-weight:700}.whitelabel-toggle-row small{color:var(--muted);font-size:.78rem;font-weight:500}.whitelabel-editor-card,.whitelabel-editor-pane .card .body,.whitelabel-editor-pane .whitelabel-config{display:grid;grid-gap:1rem;gap:1rem}.whitelabel-editor-pane .card,.whitelabel-editor-pane .ui-card{border-radius:.95rem;background:var(--surface-elevated);box-shadow:none}.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{display:grid;grid-template-rows:auto minmax(0,1fr);height:var(--wl-workbench-pane-height);min-height:0;overflow:hidden;border:1px solid rgba(100,116,139,.42);border-radius:1.15rem;background:#0a0f1d;color:#f8fafc;box-shadow:0 24px 70px -32px rgba(0,0,0,.95)}.wl-preview__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem;border-bottom:1px solid rgba(100,116,139,.28);background:rgba(8,13,24,.94);color:#f8fafc}.wl-preview__tabs{display:inline-flex;gap:.25rem;border:1px solid rgba(100,116,139,.32);border-radius:.75rem;background:rgba(2,6,23,.56);padding:.25rem}.wl-preview__tab{border:0;border-radius:.55rem;background:transparent;color:rgba(203,213,225,.72);cursor:pointer;font-weight:700;padding:.55rem .85rem}.wl-preview__tab--active{background:rgba(226,232,240,.12);color:#f8fafc}.wl-preview__actions{display:flex;align-items:center;gap:.75rem}.wl-preview__test-button{min-height:2.2rem;border:1px solid rgba(125,211,252,.34);border-radius:.55rem;background:rgba(14,165,233,.14);color:#e0f2fe;cursor:pointer;font-size:.82rem;font-weight:800;padding:0 .75rem}.wl-preview__test-button:disabled{cursor:not-allowed;opacity:.6}.wl-preview__canvas{min-height:0;overflow:hidden}.wl-app-preview{display:grid;grid-template-columns:minmax(170px,230px) minmax(0,1fr);height:100%;min-height:0}.wl-app-preview__nav{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border-right:1px solid rgba(148,163,184,.16)}.wl-app-preview__brand{display:flex;align-items:center;min-height:42px;gap:.65rem}.wl-app-preview__logo-mark,.wl-app-preview__placeholder-logo,.wl-email-preview__placeholder-logo,.wl-login-preview__placeholder-logo{display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.09)}.wl-app-preview__logo-mark{width:2.3rem;height:2.3rem;border-radius:.65rem}.wl-app-preview__brand-text{font-weight:800}.wl-app-preview__nav-list{display:grid;grid-gap:.35rem;gap:.35rem}.wl-app-preview__nav-item{border-radius:.6rem;padding:.65rem .75rem;opacity:.7}.wl-app-preview__nav-item--active{background:rgba(255,255,255,.1);opacity:1}.wl-app-preview__workspace{display:grid;grid-template-rows:auto 1fr;min-width:0;min-height:0}.wl-app-preview__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.5rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.16)}.wl-app-preview__topbar-title,.wl-app-preview__user{display:flex;align-items:center;gap:.65rem}.wl-app-preview__pill{border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:800}.wl-app-preview__status-dot{width:.7rem;height:.7rem;border-radius:999px}.wl-app-preview__main{display:grid;align-content:start;grid-gap:1rem;gap:1rem;overflow:auto;padding:1.25rem}.wl-app-preview__hero-panel,.wl-app-preview__metric,.wl-app-preview__table{border:1px solid rgba(148,163,184,.16);border-radius:.85rem}.wl-app-preview__hero-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem}.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;font-size:.78rem;font-weight:700;text-transform:uppercase}.wl-app-preview__button,.wl-login-preview__button{border:0;border-radius:.7rem;cursor:pointer;font-weight:800;padding:.7rem 1rem}.wl-app-preview__metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.wl-app-preview__metric{display:grid;grid-gap:.65rem;gap:.65rem;padding:1rem}.wl-app-preview__metric strong{font-size:1.6rem;line-height:1}.wl-app-preview__metric-bar{height:.45rem;border-radius:999px}.wl-app-preview__table{overflow:hidden}.wl-app-preview__table-row{display:grid;grid-template-columns:minmax(0,1.3fr) .8fr .8fr;grid-gap:1rem;gap:1rem;padding:.85rem 1rem;border-top:1px solid rgba(148,163,184,.12);color:inherit;opacity:.82}.wl-app-preview__table-row--head{border-top:0;opacity:.64;font-size:.75rem;font-weight:800;text-transform:uppercase}.wl-email-preview,.wl-login-preview{display:grid;place-items:center;height:100%;background:#070b14}.wl-email-preview{padding:1.25rem}.wl-login-preview__shell{display:grid;grid-gap:1rem;gap:1rem;width:min(420px,calc(100% - 2rem));min-width:0;border:1px solid rgba(148,163,184,.25);border-radius:1.5rem;padding:2.5rem;box-shadow:0 24px 70px -32px rgba(0,0,0,.95)}.wl-login-preview__shell h2{margin:0;font-size:1.75rem;font-weight:700;line-height:1.18;text-align:center}.wl-login-preview__shell p{margin-top:.35rem;opacity:.78;text-align:center}.wl-login-preview__copy{display:grid;grid-gap:.4rem;gap:.4rem}.wl-login-preview__logo,.wl-login-preview__placeholder-logo{justify-self:center}.wl-login-preview__placeholder-logo{width:10.5rem;height:3rem;border-radius:.7rem}.wl-login-preview__field{display:grid;grid-gap:.4rem;gap:.4rem;font-size:.85rem;font-weight:700}.wl-login-preview__field input{min-height:2.75rem;border:1px solid rgba(148,163,184,.32);border-radius:.65rem;background:rgba(2,6,23,.56);color:#f8fafc;padding:0 .8rem}.wl-login-preview__link-row{display:grid;grid-gap:.65rem;gap:.65rem;margin:.2rem 0 0;font-size:.85rem;opacity:.78;text-align:center}.wl-login-preview__link-row span{cursor:default;text-decoration:underline}.wl-email-preview__message{padding:1.1rem;background:#f8fafc}.wl-email-preview__client{display:grid;width:min(640px,100%);overflow:hidden;border:1px solid rgba(148,163,184,.34);border-radius:.8rem;background:#ffffff;color:#0f172a;box-shadow:0 24px 60px rgba(2,6,23,.32)}.wl-email-preview__chrome{display:flex;align-items:center;gap:.65rem;min-height:2.55rem;border-bottom:1px solid #e2e8f0;background:#f1f5f9;color:#475569;padding:0 .85rem;font-size:.75rem;font-weight:700}.wl-email-preview__dots{display:flex;gap:.32rem}.wl-email-preview__dots span{width:.55rem;height:.55rem;border-radius:999px;background:#cbd5e1}.wl-email-preview__meta{display:grid;grid-gap:.75rem;gap:.75rem;border-bottom:1px solid #e2e8f0;padding:1.05rem 1.15rem}.wl-email-preview__meta h3{margin:0;color:#0f172a;font-size:1rem}.wl-email-preview__meta dl{display:grid;grid-gap:.35rem;gap:.35rem;margin:0}.wl-email-preview__meta dl div{display:grid;grid-template-columns:3.5rem minmax(0,1fr);grid-gap:.7rem;gap:.7rem;align-items:baseline}.wl-email-preview__meta dt{color:#64748b;font-size:.74rem;font-weight:800;text-transform:uppercase}.wl-email-preview__meta dd{margin:0;color:#1e293b;overflow-wrap:anywhere}.wl-email-preview__placeholder-logo{width:8rem;height:2.5rem;border-radius:.65rem;color:#64748b;background:#e2e8f0}.wl-email-preview__message-card{display:grid;grid-gap:.85rem;gap:.85rem;max-width:520px;margin:0 auto;border:1px solid #e2e8f0;border-radius:.5rem;background:#ffffff;padding:1.35rem;color:#334155}.wl-email-preview__brand{display:flex;align-items:center;min-height:2.5rem}.wl-email-preview__message-card h2{margin:0;color:#0f172a;font-size:1.2rem;line-height:1.3}.wl-email-preview__message-card p{margin:0;color:#334155;line-height:1.5}.wl-email-preview__button{justify-content:center;min-height:2.5rem;border-radius:.4rem;padding:0 1rem;color:#ffffff;text-decoration:none}.wl-badge,.wl-email-preview__button{display:inline-flex;align-items:center;width:max-content;font-weight:800}.wl-badge{border-radius:999px;padding:.2rem .48rem;font-size:.68rem;letter-spacing:.03em;text-transform:uppercase}.wl-badge--default{border:1px solid rgba(148,163,184,.35);background:rgba(100,116,139,.16);color:#e2e8f0}.wl-badge--inherited{border:1px solid rgba(52,211,153,.36);background:rgba(16,185,129,.13);color:#a7f3d0}.wl-badge--overridden{border:1px solid rgba(251,191,36,.36);background:rgba(245,158,11,.13);color:#fde68a}.wl-badge--modified{border:1px solid rgba(56,189,248,.36);background:rgba(14,165,233,.13);color:#bae6fd}.wl-section-header{display:grid;grid-gap:.65rem;gap:.65rem}.wl-field,.wl-field__hint-stack,.wl-section-header__copy,.wl-uploader__controls{display:grid;grid-gap:.45rem;gap:.45rem}.wl-field__label-row,.wl-section-header__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.wl-section-header__title{margin:0;font-size:1rem}.wl-field__hint,.wl-field__hint-stack,.wl-section-header__description{color:var(--muted);font-size:.8rem}.wl-field{color:var(--text);font-size:.88rem}.wl-field__label{font-weight:800}.wl-input,.wl-textarea{width:100%;border:1px solid var(--line);border-radius:.7rem;background:var(--input-bg);color:var(--input-fg,var(--text));outline:none;padding:.68rem .8rem}.wl-textarea{resize:vertical}.wl-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.wl-input:focus,.wl-textarea:focus{border-color:rgba(56,189,248,.72);box-shadow:0 0 0 3px rgba(14,165,233,.18)}.wl-color-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:.75rem;gap:.75rem}.wl-size-control{display:grid;grid-template-columns:minmax(0,1fr) 6rem auto;align-items:center;grid-gap:.6rem;gap:.6rem}.wl-size-control input[type=range]{width:100%;accent-color:var(--brand)}.wl-size-control input[type=number]{min-height:2.35rem;text-align:right}.wl-color-field__swatches{display:flex;gap:.45rem}.wl-color-field__picker,.wl-color-field__swatch{width:2.45rem;height:2.45rem;border:1px solid rgba(148,163,184,.34);border-radius:.6rem}.wl-color-field__picker{cursor:pointer;background:var(--input-bg);padding:.1rem}.wl-text-treatment-field{padding:.8rem;border:1px solid var(--border);border-radius:.7rem;background:var(--surface-card-muted)}.wl-text-treatment-field__control{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:center}.wl-presets-panel{display:grid;width:min(920px,100%);max-height:min(90vh,820px);grid-gap:1rem;gap:1rem;padding:1.1rem}.wl-preset-card,.wl-preset-card__actions,.wl-preset-card__rename,.wl-presets-panel__create,.wl-presets-panel__header{display:flex;align-items:center;gap:.75rem}.wl-presets-panel__header{justify-content:space-between;align-items:flex-start}.wl-presets-panel__header-actions{display:flex;flex:0 0 auto;align-items:center;gap:.6rem}.wl-presets-panel__header h3,.wl-presets-panel__header p{margin:0}.wl-preset-card small,.wl-presets-panel__empty,.wl-presets-panel__header p:last-child{color:var(--card-muted,var(--muted))}.wl-presets-panel__count{flex:0 0 auto;padding:.3rem .65rem;border:1px solid var(--card-border,var(--border));border-radius:999px;background:var(--card-surface-muted,var(--surface-card-muted));font-size:.78rem;font-weight:800}.wl-presets-panel__create{align-items:end}.wl-presets-panel__create .wl-field{flex:1 1 20rem}.wl-presets-grid{display:grid;grid-gap:.75rem;gap:.75rem}.wl-preset-card{flex-wrap:wrap;padding:.8rem;border:1px solid var(--card-border,var(--border));border-radius:.8rem;background:var(--card-surface-muted,var(--surface-card-muted))}.wl-preset-card--active{border-color:var(--accent);box-shadow:0 0 0 2px var(--focus-ring)}.wl-preset-card__title{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.wl-preset-card__swatches{display:grid;grid-template-columns:repeat(2,1.2rem);grid-gap:.2rem;gap:.2rem;flex:0 0 auto}.wl-preset-card__swatches span{width:1.2rem;height:1.2rem;border:1px solid var(--card-border,var(--border));border-radius:.3rem}.wl-preset-card__content{display:grid;grid-gap:.2rem;gap:.2rem;flex:1 1 14rem;min-width:0}.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-preset-card,.wl-presets-panel__create{align-items:stretch;flex-direction:column}.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{border:1px dashed rgba(148,163,184,.42);border-radius:.85rem;background:var(--surface-card-muted);padding:.85rem}.wl-uploader__layout{display:grid;grid-gap:.85rem;gap:.85rem}.wl-uploader__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.wl-uploader__preview{display:grid;place-items:center;min-height:7rem;border:1px solid rgba(100,116,139,.36);border-radius:.75rem;background:var(--surface-inset);padding:.85rem;text-align:center}.wl-uploader__empty{color:var(--muted);font-size:.83rem}.wl-secondary-button{border:1px solid rgba(100,116,139,.5);border-radius:.7rem;background:var(--surface-elevated);color:var(--text);cursor:pointer;font-weight:800;padding:.58rem .8rem}.wl-danger-link,.wl-link-button{border:0;background:transparent;cursor:pointer;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.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{display:grid;grid-gap:.45rem;gap:.45rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:.75rem;font-size:.8rem;line-height:1.45}.wl-contrast-summary ul{display:grid;grid-gap:.25rem;gap:.25rem;margin:0;padding-left:1.15rem}.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{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.wl-draft-bar{--text:var(--topbar-text);--muted:var(--topbar-muted);--subtle:var(--topbar-subtle);--surface-card-muted:var(--topbar-surface-muted);position:fixed;inset-inline:0;bottom: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)}.wl-draft-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(72rem,100%);margin:0 auto;padding:.75rem 1rem}.wl-draft-bar__status{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.9rem}.wl-draft-bar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}@media (max-width:1180px){.whitelabel-workbench{grid-template-columns:1fr}.whitelabel-editor-pane,.whitelabel-preview-stage{position:static;height:auto;max-height:none}.wl-preview{grid-template-rows:auto minmax(560px,64vh);height:auto}}@media (max-width:720px){.whitelabel-page-actions,.whitelabel-page-header__main,.wl-app-preview__hero-panel,.wl-preview__actions,.wl-preview__toolbar{align-items:stretch;flex-direction:column}.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{align-items:stretch;flex-direction:column}.wl-draft-bar__actions{justify-content:flex-start}}.hex-inline input[type=text]{width:96px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase;letter-spacing:.02em}.contrast-ok{color:#10b981}.contrast-warn{color:#f59e0b}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell__topbar{--text:var(--topbar-text);--muted:var(--topbar-muted);--subtle:var(--topbar-subtle);--surface-card-muted:var(--topbar-surface-muted);position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;min-height:var(--topbar-height);padding:0 clamp(1.5rem,4vw,3rem) 0 0;background:var(--topbar-bg,rgba(8,16,37,.85));color:var(--text);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell__brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;letter-spacing:-.02em;font-size:1.25rem;color:inherit;height:100%;width:var(--sidebar-width,250px)}.app-shell__context{display:flex;align-items:center;gap:1rem;flex:1 1}.app-shell__user{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.95rem;margin-left:auto}.app-shell__user-role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--subtle)}.app-shell__user-name{font-size:.85rem;color:var(--text);opacity:.9}.wl-draft-bar__warning{color:var(--status-warning);font-size:.8rem;font-weight:700}.durable-notifications{position:relative;display:inline-flex;align-items:center}.durable-notifications__trigger{position:relative;display:grid;width:2.25rem;height:2.25rem;place-items:center;color:var(--muted);background:var(--surface-card-muted);border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.durable-notifications__trigger--unread,.durable-notifications__trigger:focus-visible,.durable-notifications__trigger:hover{color:var(--text);background:rgba(14,165,233,.16);border-color:rgba(50,225,255,.72)}.durable-notifications__icon-button:focus-visible,.durable-notifications__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.durable-notifications__trigger svg{width:1rem;height:1rem}.durable-notifications__badge{position:absolute;top:-.35rem;right:-.35rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .28rem;color:#ffffff;font-size:.68rem;font-weight:700;line-height:1;background:#ef4444;border:2px solid var(--topbar-bg,#0e1f2f);border-radius:999px}.durable-notifications__panel{--text:var(--card-text);--muted:var(--card-muted);--subtle:var(--card-subtle);position:absolute;top:calc(100% + .65rem);right:0;z-index:80;width:min(380px,calc(100vw - 2rem));max-height:min(560px,calc(100vh - var(--topbar-height) - 2rem));overflow:hidden;color:var(--text);background:var(--surface-card);border:1px solid rgba(148,163,184,.36);border-radius:8px;box-shadow:0 22px 54px rgba(2,6,23,.42)}.durable-notifications__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid rgba(148,163,184,.24)}.durable-notifications__header p{margin:0;color:var(--text);font-size:.95rem;font-weight:700}.durable-notifications__header span{display:block;margin-top:.1rem;color:var(--muted);font-size:.78rem}.durable-notifications__header-actions,.durable-notifications__item-actions{display:inline-flex;align-items:center;gap:.35rem}.durable-notifications__icon-button{display:grid;width:2rem;height:2rem;flex:0 0 2rem;place-items:center;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer}.durable-notifications__icon-button:hover{color:var(--text);background:rgba(148,163,184,.16);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{margin:0;padding:.7rem 1rem;color:var(--status-danger);font-size:.82rem;background:rgba(239,68,68,.12);border-bottom:1px solid rgba(239,68,68,.22)}.durable-notifications__list{max-height:min(456px,calc(100vh - var(--topbar-height) - 8rem));overflow:auto;list-style:none}.durable-notifications__item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;padding:.9rem 1rem;border-left:3px solid transparent;border-bottom:1px solid rgba(148,163,184,.16)}.durable-notifications__item--unread{background:rgba(14,165,233,.12)}.durable-notifications__item--low{border-left-color:rgba(148,163,184,.5)}.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{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.durable-notifications__item-title{min-width:0;margin:0;color:var(--text);font-size:.9rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.durable-notifications__item-time{flex:0 0 auto;color:var(--subtle,#94a3b8);font-size:.72rem;line-height:1.4;white-space:nowrap}.durable-notifications__item-body{margin-top:.3rem;color:var(--muted);font-size:.82rem;line-height:1.45;overflow-wrap:anywhere}.durable-notifications__item-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.durable-notifications__item-meta span{display:inline-flex;align-items:center;min-height:1.35rem;padding:0 .45rem;color:var(--muted);font-size:.7rem;text-transform:capitalize;background:rgba(148,163,184,.13);border:1px solid rgba(148,163,184,.16);border-radius:999px}.durable-notifications__empty{display:grid;min-height:10rem;place-items:center;align-content:center;grid-gap:.55rem;gap:.55rem;color:var(--muted);font-size:.85rem}.durable-notifications__empty svg{width:1.35rem;height:1.35rem}.durable-notifications__spinner{animation:notification-spin .8s linear infinite}@keyframes notification-spin{to{transform:rotate(1turn)}}.app-shell__body{flex:1 1;display:flex;min-height:calc(100vh - 72px)}.app-shell__sidebar{--text:var(--nav-text);--muted:var(--nav-muted);--subtle:var(--nav-subtle);--surface-card-muted:var(--nav-surface-muted);position:-webkit-sticky;position:sticky;top:var(--topbar-height);align-self:flex-start;width:var(--sidebar-width,250px);height:calc(100dvh - var(--topbar-height));min-height:0;flex-shrink:0;border-right:1px solid var(--border);background:var(--nav-bg,rgba(9,15,30,.65));color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.app-shell__sidebar ul{display:grid;grid-gap:.5rem;gap:.5rem;list-style:none}.app-shell__sidebar>ul{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}.app-shell__sidebar-top{display:flex;justify-content:flex-end}.app-shell__sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--line);background:var(--surface-card-muted);color:var(--muted);transition:background .2s ease,color .2s ease,border-color .2s ease}.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 ease}.app-shell__nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.95rem;font-weight:600;color:var(--muted);transition:background-color .2s ease,color .2s ease,transform .2s ease}.app-shell__nav-item:hover{background-color:var(--surface-card-muted);color:var(--text);transform:translateX(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:0 0 auto;width:1.2rem;height:1.2rem}.app-shell__nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__sidebar--collapsed{width:80px;padding:1.5rem .75rem;gap:1.25rem}.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:1 1;min-width:0;max-width:100%;padding:2.5rem clamp(1.5rem,5vw,4rem);display:flex;flex-direction:column;gap:2rem}.app-shell__content--flush{padding:0;gap:0}.auth-shell{padding:2rem;background:radial-gradient(circle at top,var(--bg-2,#11192e) 0,var(--bg,#020617) 60%)}.app-shell-loader,.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center}.app-shell-loader{flex-direction:column;gap:1rem;color:var(--text,#e2e8f0);background:var(--bg,#0b1220)}.app-shell-loader__spinner{width:64px;height:64px;border-radius:50%;border:6px solid rgba(226,232,240,.25);border-top:6px solid var(--brand,#38bdf8);animation:app-shell-spin 1s linear infinite}.app-shell-loader__label{font-weight:600;letter-spacing:.01em;color:var(--muted)}@keyframes app-shell-spin{to{transform:rotate(1turn)}}.tenant-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.01em;border:1px solid rgba(148,163,184,.35);background:rgba(148,163,184,.12);color:var(--muted)}.tenant-badge--present{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.35);color:var(--status-success)}.tenant-badge--invited{background:rgba(59,130,246,.14);border-color:rgba(59,130,246,.4);color:var(--status-info)}.tenant-badge--missing{background:rgba(249,115,22,.12);border-color:rgba(249,115,22,.45);color:var(--status-warning)}.tenant-badge--unknown{background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.35);color:var(--muted)}.profile-switcher{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.profile-switcher label{font-size:.82rem;color:var(--muted);font-weight:500;letter-spacing:.02em}.form-select,.profile-switcher-control{position:relative;display:flex;align-items:center;min-width:210px;background:var(--input-bg);border:1px solid var(--line);border-radius:.65rem;transition:border-color .2s ease,background .2s ease}.form-select{width:100%}.form-select:hover,.profile-switcher-control:hover{border-color:var(--brand)}.form-select:focus-within,.profile-switcher-control:focus-within{border-color:var(--brand);background:var(--input-bg-hover);box-shadow:0 0 0 3px var(--focus-ring)}.form-select__control,.profile-switcher-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:transparent;color:var(--text);font-size:.92rem;line-height:1.2;padding:.6rem 2.25rem .6rem .85rem;border-radius:inherit;width:100%;cursor:pointer;outline:none}.form-select__control{background:var(--input-bg)}.form-select__control:disabled,.profile-switcher-select:disabled{cursor:not-allowed;color:var(--subtle)}.form-select__control option,.profile-switcher-select option{background-color:var(--input-bg);color:var(--text)}.form-select__control option:checked,.form-select__control option:focus,.profile-switcher-select option:checked,.profile-switcher-select option:focus{background-color:var(--brand);color:var(--button-fg)}.form-select__icon,.profile-switcher-icon{position:absolute;right:.9rem;top:50%;transform:translateY(-50%) rotate(45deg);width:.75rem;height:.75rem;border-right:2px solid;border-bottom:2px solid;color:var(--muted);pointer-events:none;transition:color .2s ease}.form-select:focus-within .form-select__icon,.form-select:hover .form-select__icon,.profile-switcher-control:focus-within .profile-switcher-icon,.profile-switcher-control:hover .profile-switcher-icon{color:var(--text)}.profile-switcher-default{display:flex;align-items:center;gap:.5rem;margin-left:auto}.profile-switcher-error{color:#fb7185;font-size:.8rem;margin-left:.75rem}.profile-settings{display:grid;grid-gap:1.75rem;gap:1.75rem}.profile-settings__tabs{display:flex;flex-wrap:wrap;gap:.75rem}.profile-settings__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:.75rem;border:1px solid transparent;background:var(--surface-card-muted);color:var(--muted);font-weight:600;font-size:.95rem;letter-spacing:.01em;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.profile-settings__tab:hover{border-color:rgba(96,165,250,.45);color:var(--text)}.profile-settings__tab:focus-visible{outline:2px solid rgba(96,165,250,.9);outline-offset:2px}.profile-settings__tab--active{background:rgba(37,99,235,.32);border-color:rgba(96,165,250,.7);color:var(--text);box-shadow:0 10px 25px rgba(15,23,42,.35)}.profile-settings__panel{display:grid;grid-gap:1.5rem;gap:1.5rem}.profile-fabric-process-hub{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-fabric-process-hub h3{margin:0 0 .25rem;font-size:1rem;line-height:1.3}.profile-fabric-process-hub__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.profile-fabric-storage{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-fabric-storage__header,.profile-fabric-storage__section-heading{display:flex;align-items:center;gap:.75rem}.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{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-fabric-storage__section{display:grid;grid-gap:1rem;gap:1rem;min-width:0;padding:1rem;border:1px solid rgba(71,85,105,.35);border-radius:.5rem;background:rgba(10,18,38,.36)}.profile-fabric-storage__ok{color:#22c55e}.profile-fabric-storage__provider-toggle{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,22rem);padding:.2rem;border:1px solid rgba(148,163,184,.35);border-radius:.5rem;background:rgba(8,14,28,.72)}.profile-fabric-storage__provider-toggle button{min-height:2.35rem;border:0;border-radius:.35rem;background:transparent;color:rgba(226,232,240,.78);font-weight:600;cursor:pointer}.profile-fabric-storage__provider-toggle button.is-active{background:rgba(37,99,235,.32);color:#f8fafc}@media (max-width:760px){.profile-fabric-process-hub{flex-direction:column}.profile-fabric-process-hub__actions{justify-content:flex-start}.profile-fabric-storage__header{align-items:flex-start;flex-direction:column}.profile-fabric-storage__grid{grid-template-columns:1fr}}.home-hero{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:3rem clamp(2rem,6vw,5rem)}.home-hero-card{padding:clamp(2.5rem,5vw,4rem);background:rgba(15,23,42,.75);border:1px solid rgba(148,163,184,.25);border-radius:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;box-shadow:0 25px 50px -12px rgba(15,23,42,.8);display:grid;grid-gap:1rem;gap:1rem}.ui-button{border:none;border-radius:.85rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:pointer;line-height:1;text-decoration:none;white-space:nowrap}.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,rgba(56,189,248,.7))}.ui-button--primary:hover{transform:translateY(-1px);box-shadow:0 22px 44px -16px var(--button-shadow-color,rgba(56,189,248,.75));filter:brightness(1.05)}.ui-button--secondary{background:var(--surface-card-muted);color:var(--text);border:1px solid var(--line)}.ui-button--ghost{background:transparent;color:var(--muted)}.ui-button--danger{background:rgba(248,113,113,.14);color:var(--status-danger);border:1px solid rgba(248,113,113,.38)}.ui-button--danger:hover{transform:translateY(-1px);filter:brightness(1.05)}.ui-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ui-button__icon{font-size:1.05rem;display:flex;align-items:center}.ui-button-spinner{width:.9rem;height:.9rem;border-radius:999px;border:2px solid;border-right:2px solid transparent;display:inline-block;animation:app-shell-spin .75s linear infinite}.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-radius:1.35rem;border:1px solid var(--border);background:var(--surface-card,rgba(10,18,41,.72));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px -22px rgba(15,23,42,.9)}.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{display:grid;grid-gap:1.5rem;gap:1.5rem}.form-field{display:grid;grid-gap:.5rem;gap:.5rem}.form-field label{font-weight:600;letter-spacing:.01em}.form-field input,.form-field select:not(.form-select__control),.form-field textarea{width:100%;border-radius:.85rem;border:1px solid var(--line);background-color:var(--input-bg);color:var(--input-fg,var(--text));padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-field input,.form-field select:not(.form-select__control){min-height:2.95rem}.form-field input:focus,.form-field select:not(.form-select__control):focus,.form-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.form-inline{display:flex;align-items:center;gap:.5rem}.form-inline input,.form-inline select{flex:1 1}.form-actions{display:flex;flex-wrap:wrap;gap:1rem}.profile-fabric-access-actions{align-items:center}.profile-fabric-access-actions .status-note{flex-basis:100%;margin:0}.ui-input{width:100%;border-radius:.85rem;border:1px solid var(--line);background-color:var(--input-bg);color:var(--input-fg,var(--text));padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.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-radius:1.25rem;border:1px solid var(--border);background-color:var(--surface-elevated);overflow:hidden}.process-hub__report-table-wrapper,.process-hub__scroll-table-wrapper{display:block;width:100%;min-width:0;overflow-x:auto;max-width:100%}.process-hub__scroll-table{width:100%}.process-hub__builder-section .process-hub__automation-list-table{min-width:760px;table-layout:fixed}.process-hub__automation-search{display:grid;grid-template-columns:minmax(240px,420px) auto;align-items:center;grid-gap:12px;gap:12px;margin-bottom:16px}.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{width:min(1200px,100%);height:min(calc(100dvh - 32px),860px);max-height:min(calc(100dvh - 32px),860px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:0;grid-gap:0;gap:0;overflow:hidden}.process-hub__automation-modal .admin-modal__header{justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.process-hub__automation-modal .admin-modal__header p{margin:4px 0 0;color:var(--muted);font-size:13px}.process-hub__automation-modal-body{display:grid;align-content:start;grid-gap:16px;gap:16px;min-height:0;padding:20px 24px;overflow-y:auto;overscroll-behavior:contain}.process-hub__automation-modal-footer{justify-content:flex-end;min-height:64px;padding:14px 24px;border-top:1px solid var(--border);background:var(--surface-card-muted)}.process-hub__automation-modal-footer,.process-hub__automation-modal-heading-actions{display:flex;align-items:center;gap:10px}.process-hub__calendar-heading{align-items:flex-start}.process-hub__calendar-timezone{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface-card-muted)}.process-hub__calendar-timezone>div:first-child{display:grid;grid-gap:3px;gap:3px}.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{display:flex;align-items:center;gap:8px}.process-hub__calendar-timezone-control input{width:min(260px,42vw)}.process-hub__calendar-table{min-width:980px;table-layout:fixed}.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{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.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{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid var(--border);background:var(--surface-card-muted)}.process-hub__calendar-archive{margin-right:auto}.process-hub__calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(54px,1fr));grid-gap:8px;gap:8px}.process-hub__calendar-weekday{display:grid;place-items:center;min-height:44px;padding:8px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer}.process-hub__calendar-weekday input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.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{display:grid;grid-gap:12px;gap:12px;padding-top:14px;border-top:1px solid var(--border)}.process-hub__calendar-payload h4,.process-hub__calendar-payload p{margin:0}.process-hub__calendar-payload-fields{display:grid;grid-gap:10px;gap:10px}.process-hub__calendar-payload-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(120px,.6fr) minmax(180px,1.2fr) auto;align-items:end;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-elevated)}.process-hub__calendar-payload-remove{margin-bottom:3px}.process-hub__guided-editor,.process-hub__guided-list,.process-hub__guided-section{display:grid;grid-gap:14px;gap:14px;min-width:0}.process-hub__guided-section{padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface-card-muted)}.process-hub__guided-section h4,.process-hub__guided-section h5{margin:0;color:var(--text)}.process-hub__guided-section h4{font-size:15px}.process-hub__guided-section h5{font-size:13px}.process-hub__guided-section p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.process-hub__guided-item-heading,.process-hub__guided-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.process-hub__guided-compact-row,.process-hub__guided-item>.form-grid,.process-hub__guided-section>.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.process-hub__guided-item{display:grid;grid-gap:12px;gap:12px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-card)}.process-hub__guided-item--nested{padding:12px;background:var(--surface-elevated)}.process-hub__guided-subsection{display:grid;grid-gap:10px;gap:10px;padding-top:12px;border-top:1px solid var(--border)}.process-hub__guided-choice-grid{display:flex;flex-wrap:wrap;gap:8px 18px}.process-hub__guided-label{display:block;margin-bottom:6px;color:var(--text);font-weight:600;letter-spacing:.01em}.process-hub__guided-inline-fields{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(120px,1fr);grid-gap:8px;gap:8px}.process-hub__guided-section .form-field--full{grid-column:1/-1}.process-hub__guided-section .process-hub__icon-button{align-self:end;justify-self:end}@media (max-width:760px){.process-hub__guided-compact-row,.process-hub__guided-item>.form-grid,.process-hub__guided-section>.form-grid{grid-template-columns:1fr}.process-hub__guided-item-heading,.process-hub__guided-section-heading{align-items:flex-start}.process-hub__calendar-timezone,.process-hub__calendar-timezone-control{align-items:stretch;flex-direction:column}.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{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:.9rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--subtle)}.data-table tbody tr:hover{background-color:color-mix(in srgb,var(--brand) 12%,transparent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.status-note{font-size:.95rem;color:var(--muted)}.status-note.success{color:var(--status-success)}.status-note.error{color:var(--status-danger)}.app-notification{position:fixed;top:1rem;right:1rem;z-index:3000;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:.75rem;gap:.75rem;width:min(28rem,calc(100vw - 2rem));padding:.9rem 1rem;border:1px solid color-mix(in srgb,var(--brand) 45%,var(--border));border-radius:.85rem;background:var(--surface-card,#0e1f2f);color:var(--text,#f8fafc);box-shadow:0 18px 45px rgba(2,8,23,.35)}.app-notification--error{border-color:rgba(251,113,133,.65)}.app-notification__icon{width:1.25rem;height:1.25rem;margin-top:.05rem;color:#4ade80}.app-notification--error .app-notification__icon{color:#fb7185}.app-notification__content{display:grid;grid-gap:.35rem;gap:.35rem}.app-notification p{margin:0;line-height:1.45}.app-notification__action{color:var(--brand);font-weight:800;text-decoration:underline;text-underline-offset:3px}.app-notification__action:hover{color:var(--text)}.app-notification button{display:grid;place-items:center;width:1.75rem;height:1.75rem;margin:-.25rem -.35rem 0 0;padding:0;border:0;border-radius:.35rem;background:transparent;color:inherit;cursor:pointer}.app-notification button:hover{background:rgba(148,163,184,.16)}.app-notification button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.app-notification button svg{width:1rem;height:1rem}.auth-shell .auth-card,.auth-shell form{width:min(420px,100%);display:grid;grid-gap:1.5rem;gap:1.5rem;padding:2.5rem;border-radius:1.5rem;background:var(--surface-card,rgba(12,20,41,.75));border:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-logo{display:block;justify-self:center;max-width:min(220px,72%);max-height:64px;width:auto;height:auto;margin:0 auto .25rem;object-fit:contain}@media (max-width:1024px){.app-shell__sidebar{width:var(--sidebar-width,250px);flex-shrink:0;border-right:1px solid rgba(71,85,105,.25);background:var(--nav-bg,rgba(9,15,30,.65));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.75rem}}@media (max-width:820px){.app-shell__body,.app-shell__sidebar{flex-direction:column}.app-shell__sidebar{position:static;align-self:stretch;width:100%;height:auto;max-width:100%;flex-shrink:0;border-right:0;border-bottom:1px solid rgba(71,85,105,.25);background:var(--nav-bg,rgba(9,15,30,.65));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.875rem clamp(1rem,4vw,2rem);display:flex;gap:.75rem;overflow-x:auto}.app-shell__sidebar-top{display:none}.app-shell__sidebar ul{display:flex;gap:.5rem;max-width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:.25rem;scrollbar-gutter:stable}.app-shell__nav-row,.app-shell__sidebar li{flex:0 0 auto}.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{width:100%;min-height:3rem;justify-content:center}.app-shell__context{min-width:0;flex-wrap:nowrap}.app-shell__context,.app-shell__user{width:100%;justify-content:flex-start}.app-shell__user{position:relative;flex-wrap:wrap;gap:.75rem;margin-left:0}.durable-notifications__panel{top:calc(100% + .5rem);right:0;left:0;width:100%;max-height:min(420px,calc(100vh - 10rem))}.durable-notifications__item{grid-template-columns:minmax(0,1fr)}.durable-notifications__item-actions{justify-content:flex-start}.app-shell__user-name,.app-shell__user-role{width:100%}.profile-switcher{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%;align-items:center;grid-gap:.5rem .75rem;gap:.5rem .75rem}.profile-switcher-control{min-width:0;width:100%}.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{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.admin-overview__hero{display:grid;grid-gap:2rem;gap:2rem;align-items:stretch;grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.admin-overview__hero-copy{display:grid;grid-gap:1.5rem;gap:1.5rem}.admin-overview__hero-copy h1{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;letter-spacing:-.015em}.admin-overview__hero-copy p{color:var(--muted);max-width:560px}.admin-overview__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-overview__metrics{display:grid;grid-gap:1rem;gap:1rem;background:linear-gradient(155deg,rgba(56,189,248,.18),rgba(129,140,248,.08))}.admin-overview__metrics>div{display:grid;grid-gap:.25rem;gap:.25rem}.admin-overview__metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--subtle)}.admin-overview__metric-value{font-size:2rem;font-weight:700;letter-spacing:-.02em}.admin-overview__metric-value--status{font-size:1.1rem}.admin-overview__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin-overview__panel{display:grid;grid-gap:1.5rem;gap:1.5rem}.admin-overview__panel-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin-overview__panel-header h2{font-size:1.25rem;font-weight:700}.admin-overview__panel-header p{color:var(--muted)}.admin-overview__next-steps{list-style:none;display:grid;grid-gap:1rem;gap:1rem}.admin-overview__next-steps li{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.75rem 1rem;border-radius:1rem;background:rgba(148,163,184,.08)}.admin-overview__next-steps span{color:var(--muted)}@media (max-width:900px){.admin-overview__hero,.profile-action-header,.profile-list-header{grid-template-columns:1fr}.profile-action-header .admin-card-actions,.profile-list-header .admin-card-actions{justify-content:flex-start}}\n.admin-section-header{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.25rem}.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{display:flex;align-items:center;gap:1rem;color:var(--subtle);font-size:.9rem}.admin-users__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin-card-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.admin-card-title-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1rem}.admin-card-actions,.admin-card-title-actions{display:inline-flex;align-items:center;gap:.75rem}.profile-list-page{display:grid;grid-gap:.85rem;gap:.85rem}.profile-action-header,.profile-list-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;width:100%}.profile-action-header>div:first-child,.profile-list-header>div:first-child{min-width:0}.profile-action-header .admin-card-actions,.profile-list-header .admin-card-actions{justify-content:flex-end}\n.admin-profiles__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.table-actions{display:inline-flex;gap:.5rem}.fabric-workspaces__actions-header{width:300px}.fabric-workspaces__actions-cell{white-space:nowrap}.fabric-workspaces__actions{align-items:center;flex-wrap:nowrap;gap:.75rem;justify-content:flex-end;min-width:276px}.fabric-workspaces__access-button{min-width:132px}.fabric-workspaces__fabric-link{min-width:128px}\n.profile-dashboard{display:grid;grid-gap:2rem;gap:2rem}.profile-dashboard__header{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.5rem}.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{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.profile-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.profile-list{list-style:disc;margin-left:1.25rem;color:var(--muted);display:grid;grid-gap:.5rem;gap:.5rem}.dashboard-page{display:grid;grid-gap:1.5rem;gap:1.5rem}.dashboard-page-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:2rem;gap:2rem;padding:.25rem 0 .5rem}.dashboard-page-header__copy{display:grid;grid-gap:.65rem;gap:.65rem;min-width:0}.dashboard-page-header__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.dashboard-page-header h1{font-size:clamp(1.75rem,3vw,2.45rem);font-weight:750;letter-spacing:-.025em}.dashboard-page-header p{max-width:700px;color:var(--muted)}.dashboard-page-header__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:var(--subtle);font-size:.86rem}.dashboard-page-header__meta strong{color:var(--text);font-weight:600}.dashboard-page-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.dashboard-eyebrow{color:var(--accent,#38bdf8);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.dashboard-stat-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:.9rem;gap:.9rem}.dashboard-stat-card__icon,.profile-dashboard__module-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex:0 0 auto;color:var(--status-info);background:rgba(14,165,233,.14);border:1px solid rgba(56,189,248,.24);border-radius:.8rem}.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:rgba(244,63,94,.13);border-color:rgba(244,63,94,.28)}.dashboard-stat-card__icon--warning{color:var(--status-warning);background:rgba(245,158,11,.13);border-color:rgba(245,158,11,.28)}.dashboard-stat-card__icon--success{color:var(--status-success);background:rgba(34,197,94,.13);border-color:rgba(34,197,94,.28)}.dashboard-stat-card>div:last-child{display:grid;grid-gap:.25rem;gap:.25rem}.dashboard-stat-card__label{color:var(--subtle);font-size:.78rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.dashboard-stat-card__value{font-size:1.85rem;line-height:1.1;letter-spacing:-.025em}.dashboard-stat-card__detail{color:var(--muted);font-size:.82rem;line-height:1.4}.dashboard-section{display:grid;align-content:start;grid-gap:1.25rem;gap:1.25rem}.dashboard-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-section-header--padded{padding:2rem 2.25rem 0}.dashboard-section-header>div:first-child{display:grid;grid-gap:.3rem;gap:.3rem}.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{display:inline-flex;align-items:center;justify-content:center;min-width:2.3rem;height:2.3rem;padding:0 .65rem;color:var(--text);font-size:.9rem;font-weight:700;background:var(--surface-card-muted);border:1px solid var(--line);border-radius:999px}.dashboard-empty-state{display:flex;align-items:flex-start;gap:.85rem;color:var(--muted)}.dashboard-empty-state>svg{width:1.3rem;height:1.3rem;flex:0 0 auto;color:var(--subtle)}.dashboard-empty-state strong{display:block;margin-bottom:.2rem;color:var(--text)}.dashboard-empty-state--success>svg{color:var(--status-success)}.dashboard-inline-state{padding:1rem 1.1rem;color:var(--muted);background:rgba(148,163,184,.07);border:1px solid var(--line);border-radius:.85rem}.dashboard-inline-state--error{color:var(--status-danger);background:rgba(244,63,94,.08);border-color:rgba(244,63,94,.22)}.admin-overview__attention-list,.profile-dashboard__item-list,.profile-dashboard__module-list,.profile-dashboard__notification-list{display:grid;grid-gap:.7rem;gap:.7rem;margin:0;padding:0;list-style:none}.admin-overview__attention-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.9rem;gap:.9rem;padding:.9rem 1rem;background:rgba(148,163,184,.06);border:1px solid var(--line);border-left-width:3px;border-radius:.85rem}.admin-overview__attention-item>svg{width:1.1rem;height:1.1rem;color:var(--status-warning)}.admin-overview__attention-item strong{display:block;margin-bottom:.2rem}.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{overflow-x:auto;padding-bottom:.5rem}.admin-overview__estate-table .data-table{min-width:760px}.dashboard-chip-list{display:flex;flex-wrap:wrap;gap:.35rem}.dashboard-chip{display:inline-flex;align-items:center;width:max-content;padding:.22rem .5rem;color:var(--status-info);font-size:.72rem;font-weight:700;line-height:1.2;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}.dashboard-chip--critical,.dashboard-chip--danger{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);background:rgba(148,163,184,.08);border-color:var(--line)}.dashboard-two-column-grid,.profile-dashboard__module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-kv-list{display:grid;grid-gap:0;gap:0}.dashboard-kv-list>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--line)}.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{display:grid;grid-gap:.35rem;gap:.35rem}.dashboard-action-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;color:var(--text);text-decoration:none;border-radius:.75rem}.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{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.profile-dashboard__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.85rem;gap:.85rem;padding:.8rem 0;border-bottom:1px solid var(--line)}.profile-dashboard__item:last-child{border-bottom:0}.profile-dashboard__item-icon{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;color:#7dd3fc;background:rgba(14,165,233,.11);border-radius:.7rem}.profile-dashboard__item-icon--overdue{color:#fda4af;background:rgba(244,63,94,.11)}.profile-dashboard__item-icon svg{width:1rem;height:1rem}.profile-dashboard__item-copy{display:grid;grid-gap:.18rem;gap:.18rem;min-width:0}.profile-dashboard__item-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-dashboard__item-title-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dashboard__item-copy small,.profile-dashboard__item-copy>span,.profile-dashboard__notification small,.profile-dashboard__notification span{color:var(--muted);font-size:.8rem}.dashboard-section-footer{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.15rem}.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{border-color:rgba(56,189,248,.32);background:rgba(14,165,233,.06)}.profile-dashboard__notification>a,.profile-dashboard__notification>div{display:grid;grid-gap:.3rem;gap:.3rem;padding:.75rem .85rem;color:var(--text);text-decoration:none}.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{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.8rem;gap:.8rem;padding:.75rem 0;color:var(--text);text-decoration:none}.profile-dashboard__module-list a>span:nth-child(2){display:grid;grid-gap:.18rem;gap:.18rem;min-width:0}.profile-dashboard__module-list small,.profile-dashboard__module-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dashboard__module-list small{color:var(--muted);font-size:.8rem}.profile-dashboard__module-list a>svg{width:1rem;height:1rem;color:var(--subtle)}.profile-dashboard__management-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-dashboard__management-summary>div{display:flex;align-items:baseline;gap:.5rem}.profile-dashboard__management-summary strong{font-size:1.75rem}.profile-dashboard__management-summary span{color:var(--muted)}.dashboard-widget-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:150px;grid-gap:1rem;gap:1rem}.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{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.dashboard-layout-editor__header>div:first-child{display:grid;grid-gap:.45rem;gap:.45rem}.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{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.dashboard-layout-editor__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding:1rem 1.1rem;background:var(--surface-card-muted);border:1px solid var(--line);border-radius:1rem}.dashboard-layout-editor__toolbar>div:first-child{display:grid;grid-gap:.45rem;gap:.45rem}.dashboard-layout-editor__toolbar label{color:var(--text);font-size:.82rem;font-weight:700}.dashboard-layout-editor__toolbar p{display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.82rem}.dashboard-layout-editor__toolbar p svg{width:1rem;height:1rem}.dashboard-layout-editor__add-control{display:flex;align-items:center;gap:.55rem}.dashboard-layout-editor__add-control .select{min-width:min(360px,55vw)}.dashboard-layout-editor__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:170px;grid-gap:1rem;gap:1rem;padding:1rem;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);background-size:calc((100% - 11rem) / 12 + 1rem) 186px;border:1px solid var(--line);border-radius:1rem}.dashboard-layout-editor__widget{position:relative;display:grid;grid-column:span var(--dashboard-widget-width);grid-row:span var(--dashboard-widget-height);grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;background:var(--surface-card);border:2px solid color-mix(in srgb,var(--brand) 34%,var(--line));border-radius:1rem;box-shadow:0 10px 28px rgba(2,6,23,.25);transition:opacity .14s ease,border-color .14s ease}.dashboard-layout-editor__widget.is-dragging{opacity:.45;border-color:var(--brand)}.dashboard-layout-editor__widget-toolbar{display:flex;align-items:center;gap:.35rem;min-width:0;min-height:44px;padding:.35rem .45rem;color:var(--text);background:color-mix(in srgb,var(--surface-elevated) 92%,transparent);border-bottom:1px solid var(--line)}.dashboard-layout-editor__drag-handle{display:flex;align-items:center;gap:.35rem;min-width:0;cursor:-webkit-grab;cursor:grab}.dashboard-layout-editor__drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.dashboard-layout-editor__drag-handle svg{width:1rem;height:1rem;flex:0 0 auto;color:var(--muted)}.dashboard-layout-editor__drag-handle strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-layout-editor__size-label{margin-left:auto;color:var(--subtle);font-size:.68rem;white-space:nowrap}.dashboard-layout-editor__resize-handle,.dashboard-layout-editor__widget-toolbar button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 auto;color:var(--muted);background:transparent;border:0;border-radius:.4rem;cursor:pointer}.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__resize-handle svg,.dashboard-layout-editor__widget-toolbar button 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{min-width:0;min-height:0;overflow:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboard-layout-editor__preview>*{width:100%;height:100%;border:0;border-radius:0;box-shadow:none}.dashboard-layout-editor__resize-handle{position:absolute;right:.25rem;bottom:.25rem;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}.dashboard-layout-editor__empty{display:grid;justify-items:center;grid-gap:.45rem;gap:.45rem;min-height:320px;align-content:center;color:var(--muted);text-align:center;background:var(--surface-card-muted);border:1px dashed var(--line);border-radius:1rem}.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-layout-editor__widget[data-widget-width="12"],.dashboard-layout-editor__widget[data-widget-width="8"],.dashboard-layout-editor__widget[data-widget-width="9"],.dashboard-widget[data-widget-width="12"],.dashboard-widget[data-widget-width="8"],.dashboard-widget[data-widget-width="9"]{grid-column:span 12}.dashboard-layout-editor__widget[data-widget-width="3"],.dashboard-layout-editor__widget[data-widget-width="4"],.dashboard-widget[data-widget-width="3"],.dashboard-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{align-items:stretch;flex-direction:column}.dashboard-layout-editor__header-actions{justify-content:flex-start}.dashboard-layout-editor__add-control{align-items:stretch;flex-direction:column}.dashboard-layout-editor__add-control .select{width:100%;min-width:0}.dashboard-layout-editor__grid,.dashboard-widget-grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.dashboard-layout-editor__widget,.dashboard-layout-editor__widget[data-widget-width],.dashboard-widget,.dashboard-widget[data-widget-width]{grid-column:1;grid-row:auto}.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{min-height:100vh;display:flex;flex-direction:column}.privacy-policy{min-height:100vh;padding:clamp(2rem,5vw,5rem) clamp(1rem,4vw,2.5rem);background:radial-gradient(circle at top left,color-mix(in srgb,var(--brand,#38bdf8) 14%,transparent),transparent 32rem),var(--bg,#020617);color:var(--text,#e2e8f0)}.privacy-policy__document{width:min(920px,100%);margin:0 auto;padding:clamp(1.5rem,4vw,4rem);border:1px solid rgba(148,163,184,.24);border-radius:1.5rem;background:color-mix(in srgb,var(--surface-card,#0f172a) 94%,transparent);box-shadow:0 28px 70px rgba(2,6,23,.34)}.privacy-policy__header{padding-bottom:2rem;border-bottom:1px solid rgba(148,163,184,.2)}.privacy-policy__home-link{display:inline-flex;margin-bottom:2.5rem;color:var(--brand,#38bdf8);font-weight:750;letter-spacing:.04em;text-decoration:none}.privacy-policy__home-link:hover{text-decoration:underline}.privacy-policy__eyebrow{margin:0 0 .5rem;color:var(--brand,#38bdf8);font-size:.78rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.privacy-policy h1{margin:0;font-size:clamp(2.25rem,7vw,4.5rem);letter-spacing:-.045em;line-height:1}.privacy-policy__lead{max-width:720px;margin:1.25rem 0 0;color:var(--muted,#94a3b8);font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.privacy-policy__meta{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;margin:1.75rem 0 0}.privacy-policy__meta div{display:grid;grid-gap:.2rem;gap:.2rem}.privacy-policy__meta dt{color:var(--muted,#94a3b8);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.privacy-policy__meta dd{margin:0;font-weight:650}.privacy-policy__publication-note{margin:2rem 0;padding:1rem 1.15rem;border:1px solid rgba(251,191,36,.4);border-radius:.9rem;background:rgba(251,191,36,.09);color:#fde68a;line-height:1.6}.privacy-policy section{padding-top:2.25rem}.privacy-policy section+section{margin-top:.5rem}.privacy-policy h2{margin:0 0 1rem;color:var(--text,#f8fafc);font-size:clamp(1.25rem,3vw,1.55rem);letter-spacing:-.02em}.privacy-policy li,.privacy-policy p,.privacy-policy td,.privacy-policy th{line-height:1.75}.privacy-policy p{margin:.9rem 0 0;color:var(--muted,#cbd5e1)}.privacy-policy ul{display:grid;grid-gap:.6rem;gap:.6rem;margin:1rem 0 0;padding-left:1.35rem;color:var(--muted,#cbd5e1)}.privacy-policy code,.privacy-policy strong{color:var(--text,#f8fafc)}.privacy-policy a{color:var(--brand,#38bdf8)}.privacy-policy__table-wrap{margin-top:1.25rem;overflow-x:auto;border:1px solid rgba(148,163,184,.22);border-radius:1rem}.privacy-policy table{width:100%;border-collapse:collapse;min-width:620px}.privacy-policy td,.privacy-policy th{padding:.9rem 1rem;border-bottom:1px solid rgba(148,163,184,.16);text-align:left;vertical-align:top}.privacy-policy thead th{background:rgba(148,163,184,.09);color:var(--text,#f8fafc);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.privacy-policy tbody th{width:30%;color:var(--text,#f8fafc)}.privacy-policy tbody td{color:var(--muted,#cbd5e1)}.privacy-policy tbody tr:last-child td,.privacy-policy tbody tr:last-child th{border-bottom:0}.privacy-policy__contact{margin-top:2.5rem!important;padding:1.5rem!important;border:1px solid rgba(56,189,248,.25);border-radius:1rem;background:rgba(56,189,248,.06)}.privacy-policy__contact address{margin-top:1rem;color:var(--muted,#cbd5e1);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{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.admin-roles__feature-grid{display:grid;grid-gap:.75rem;gap:.75rem}.admin-roles__users-grid{display:grid;grid-gap:.5rem;gap:.5rem;max-height:220px;overflow-y:auto;padding-right:.5rem}.admin-roles__feature-option{display:flex;align-items:center;gap:.65rem;background:var(--surface-card-muted);padding:.65rem .85rem;border-radius:.9rem}.admin-roles__feature-option input[type=checkbox],.admin-roles__feature-option input[type=radio]{flex:0 0 auto;width:18px;height:18px;min-height:0;margin:0;accent-color:var(--brand);cursor:pointer}.admin-roles__feature-option input[type=radio]{width:16px;height:16px}.reporting-setup{display:flex;flex-direction:column;gap:1.5rem}.reporting-setup__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,380px) minmax(0,1fr)}@media (max-width:1024px){.reporting-setup__grid{grid-template-columns:minmax(0,1fr)}}.reporting-setup__tabs,.reporting-setup__tabs-row{display:flex;flex-wrap:wrap;gap:.75rem}.reporting-setup__tabs-row{align-items:center;margin-bottom:1rem}.reporting-setup__save{margin-left:auto}.reporting-setup__tab{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border-radius:.9rem;font-weight:600;font-size:.95rem;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.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{display:flex;flex-direction:column;gap:1rem}.reporting-setup__item{display:flex;flex-direction:column;gap:.9rem;padding:1.1rem 1.25rem;border-radius:1rem;border:1px solid var(--border);background:var(--surface-elevated);box-shadow:0 18px 40px rgba(15,23,42,.4);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.reporting-setup__item:hover{border-color:color-mix(in srgb,var(--brand) 35%,transparent);transform:translateY(-2px);box-shadow:0 24px 48px rgba(30,64,175,.3)}.reporting-setup__item-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1rem}.reporting-setup__item-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.reporting-setup__item-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.reporting-setup__item-actions .toggle{margin-right:0}.reporting-setup__models-table,.reporting-setup__reports-table{min-width:1060px}.reporting-setup__technical-id{max-width:230px;margin-top:.2rem;overflow:hidden;color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.reporting-setup__inherited-security{display:grid;grid-gap:.2rem;gap:.2rem}.reporting-setup__connected-list,.reporting-setup__inherited-security small{color:var(--subtle);font-size:.78rem}.reporting-setup__connected-list{display:grid;grid-gap:.1rem;gap:.1rem;margin-top:.25rem}.reporting-setup__health{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.2rem .55rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-card-muted);color:var(--muted);font-size:.75rem;font-weight:600;white-space:nowrap}.reporting-setup__health--success{border-color:rgba(34,197,94,.4);background:rgba(34,197,94,.14);color:#86efac}.reporting-setup__health--warning{border-color:rgba(251,191,36,.4);background:rgba(251,191,36,.14);color:#fde68a}.reporting-setup__health--error{border-color:rgba(248,113,113,.4);background:rgba(248,113,113,.14);color:#fecaca}.reporting-setup__dialog-card--wide{width:min(980px,100%)}.reporting-setup__model-summary{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(140px,1fr));grid-gap:1rem;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:.75rem;background:var(--surface-card-muted)}.reporting-setup__model-summary>div{display:grid;align-content:start;grid-gap:.35rem;gap:.35rem;min-width:0}.reporting-setup__model-summary code{overflow:hidden;color:var(--text);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.reporting-setup__configuration-message{padding:.75rem .9rem;border:1px solid rgba(251,191,36,.4);border-radius:.65rem;background:rgba(251,191,36,.1);color:#fde68a;font-size:.86rem}.reporting-setup__policy-options{display:grid;grid-gap:.65rem;gap:.65rem;min-width:0;padding:0;border:0}.reporting-setup__policy-options legend{margin-bottom:.55rem;color:var(--text);font-weight:600}.reporting-setup__policy-option{display:flex;align-items:flex-start;gap:.75rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.7rem;background:var(--input-bg);cursor:pointer}.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{flex:0 0 auto;width:17px;height:17px;margin-top:.2rem;accent-color:var(--brand)}.reporting-setup__policy-option>span{display:grid;grid-gap:.15rem;gap:.15rem}.reporting-setup__policy-option small{color:var(--subtle);line-height:1.45}.reporting-setup__mapping-list,.reporting-setup__mapping-section{display:grid;grid-gap:1rem;gap:1rem}.reporting-setup__mapping-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.reporting-setup__mapping-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,1.2fr) auto;align-items:end;grid-gap:.75rem;gap:.75rem;padding:.9rem;border:1px solid var(--line);border-radius:.7rem;background:var(--surface-card-muted)}@media (max-width:760px){.reporting-setup__mapping-row,.reporting-setup__model-summary{grid-template-columns:minmax(0,1fr)}.reporting-setup__mapping-heading{align-items:stretch;flex-direction:column}}.reporting-setup__dialog{position:fixed;inset:0;background:var(--modal-overlay);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2000;overflow:hidden}.reporting-setup__dialog-card{width:min(720px,100%);max-height:calc(100dvh - 4rem);background:var(--surface-card);border:1px solid var(--border);color:var(--text);border-radius:.75rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;overflow:hidden}.reporting-setup__dialog-actions,.reporting-setup__dialog-card>header{flex:0 0 auto}.reporting-setup__dialog-card>form{min-height:0;display:flex;flex:1 1 auto;flex-direction:column;gap:1rem}.reporting-setup__dialog-body{display:grid;flex:1 1 auto;grid-gap:1.5rem;gap:1.5rem;min-height:0;overflow-y:auto;padding-right:.35rem}.reporting-setup__dialog-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.reporting-setup__dialog-grid ul{display:grid;grid-gap:.5rem;gap:.5rem}.reporting-setup__dialog-actions{display:flex;justify-content:flex-end;gap:.75rem}@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{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.reporting-setup__picker{position:relative;display:flex;flex-direction:column;gap:.75rem}.reporting-setup__picker-trigger{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.65rem .75rem;background:var(--input-bg);border:1px solid var(--line);border-radius:.65rem;color:var(--text);font-size:.92rem;line-height:1.2;transition:border-color .2s ease,background .2s ease}.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{width:.75rem;height:.75rem;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}.reporting-setup__picker-trigger--open .reporting-setup__picker-icon{transform:rotate(-135deg)}.reporting-setup__picker-dropdown{position:static;z-index:10;background:var(--surface-card);border:1px solid var(--border);border-radius:.65rem;box-shadow:0 18px 40px rgba(15,23,42,.35);max-height:220px;overflow-y:auto;padding:.6rem}.reporting-setup__picker-list{display:grid;grid-gap:.4rem;gap:.4rem}.reporting-setup__picker-option{display:flex;align-items:center;gap:.65rem;padding:.5rem .6rem;border-radius:.55rem;cursor:pointer;transition:background .2s ease}.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{display:flex;flex-wrap:wrap;gap:.5rem}.reporting-setup__picker-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;background:var(--surface-card-muted);border:1px solid var(--line);font-size:.8rem;color:var(--text)}.reporting-setup__picker-tag-remove{background:transparent;border:none;color:inherit;font-size:.8rem;cursor:pointer;line-height:1;padding:0}.reporting-setup__picker-tag-remove:hover{color:var(--text)}.reporting-setup__picker-empty{margin:0;font-size:.85rem;color:var(--subtle)}.toggle{display:inline-flex;align-items:center;gap:.5rem}.toggle input[type=checkbox]{width:18px;height:18px}.modules-setup{display:flex;flex-direction:column;gap:1.5rem}.modules-setup__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,320px) minmax(0,1fr)}@media (max-width:1024px){.modules-setup__grid{grid-template-columns:minmax(0,1fr)}}.modules-setup__item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:.75rem}.admin-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:2rem 1.5rem;background:var(--modal-overlay)}.admin-modal__card{width:min(640px,100%);max-height:min(90vh,720px);overflow-y:auto;background:var(--surface-card);border-radius:.75rem;border:1px solid var(--border);color:var(--text);box-shadow:0 24px 48px rgba(15,23,42,.45);padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.admin-modal__header{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.admin-modal__header h3{font-size:1.125rem;font-weight:600;margin:0}.admin-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.report-view{flex:1 1;display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 72px);background:rgba(15,23,42,.55);border-left:1px solid rgba(71,85,105,.25);border-top:1px solid rgba(71,85,105,.25);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.report-view__header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.6rem clamp(1.5rem,4vw,2.25rem);border-bottom:1px solid rgba(71,85,105,.3);background:linear-gradient(135deg,rgba(30,41,59,.78),rgba(15,23,42,.72))}.report-view__meta{display:flex;flex-direction:column;gap:.25rem}.report-view__title{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:600;letter-spacing:-.015em;color:#f8fafc}.report-view__embed{flex:1 1;min-height:0;position:relative;display:flex;flex-direction:column}.report-view__embed>*{flex:1 1;min-height:0}.report-view__embed .report-embed>div{border-radius:0;border:none}.report-view__actions,.report-view__toolbar{display:flex;align-items:center;gap:.75rem}.report-view__toolbar{flex-wrap:wrap;justify-content:flex-end}.report-view__export-group{display:flex;align-items:center;gap:.45rem;padding:.35rem .5rem;border-radius:999px;background:rgba(15,23,42,.65);border:1px solid rgba(71,85,105,.45);box-shadow:0 8px 18px rgba(15,23,42,.35);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.report-view__export-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#f8fafc;font-size:.8rem;line-height:1.2;padding:0 .35rem}.report-view__export-select:focus{outline:none}.report-view__export-select:disabled{opacity:.6}.report-view__slicer-group{display:flex;align-items:center;gap:.45rem;padding:.35rem .5rem;border-radius:999px;background:rgba(15,23,42,.75);border:1px solid rgba(71,85,105,.45);box-shadow:0 8px 18px rgba(15,23,42,.35);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.report-view__slicer-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#f8fafc;font-size:.8rem;line-height:1.2;padding:0 .35rem;min-width:8.5rem}.report-view__slicer-select:focus{outline:none}.report-view__slicer-select:disabled{opacity:.6}.report-view__toolbar .ui-button{padding:.35rem .9rem;border-radius:999px;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{font-size:.75rem;color:rgba(226,232,240,.75)}.user-menu{position:relative;display:flex;align-items:center}.user-menu__button{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--line);background:var(--surface-card-muted);color:var(--text);cursor:pointer}.user-menu__button:hover{border-color:var(--brand)}.user-menu__avatar{width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--brand) 35%,transparent);color:var(--text);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.user-menu__name{font-size:.85rem;font-weight:600}.user-menu__dropdown{position:absolute;top:calc(100% + .6rem);right:0;background:var(--surface-card);border:1px solid var(--border);border-radius:.75rem;min-width:240px;box-shadow:0 18px 45px rgba(15,23,42,.35);display:grid;z-index:50}.user-menu__item{display:block;width:100%;text-align:left;padding:.75rem 1rem;color:var(--text);background:transparent;border:none;cursor:pointer;text-decoration:none}.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:transparent}.user-menu__item-label{font-weight:600}.user-menu__item-meta{font-size:.75rem;color:var(--subtle);margin-top:.2rem}.user-menu__divider{height:1px;background:var(--border);margin:.3rem 0}.process-hub__cleanup-modal{width:min(820px,100%)}.process-hub__cleanup-header{align-items:flex-start;justify-content:space-between}.process-hub__cleanup-header p{margin:.45rem 0 0;color:var(--muted)}.process-hub__cleanup-impact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.process-hub__cleanup-impact>div{display:flex;flex-direction:column;gap:.2rem;padding:.85rem;border:1px solid var(--border);border-radius:.65rem;background:var(--surface-card-muted)}.process-hub__cleanup-impact strong{font-size:1.1rem}.process-hub__cleanup-impact span,.process-hub__cleanup-table>div span,.process-hub__cleanup-targets section>div span{color:var(--muted);font-size:.82rem}.process-hub__cleanup-targets{display:grid;grid-gap:.75rem;gap:.75rem;max-height:260px;overflow:auto}.process-hub__cleanup-targets section{padding:.9rem;border:1px solid var(--border);border-radius:.65rem}.process-hub__cleanup-table>div,.process-hub__cleanup-targets section>div{display:flex;justify-content:space-between;gap:1rem}.process-hub__cleanup-targets ul{display:grid;grid-gap:.35rem;gap:.35rem;margin:.7rem 0 0;padding:0;list-style:none}.process-hub__cleanup-table{display:grid;grid-gap:.4rem;gap:.4rem}.process-hub__cleanup-conflicts{margin:0!important;padding:.55rem .65rem!important;border-left:3px solid var(--status-danger);background:color-mix(in srgb,var(--status-danger) 8%,transparent);border-radius:.35rem}.process-hub__cleanup-conflicts li{display:flex;justify-content:space-between;gap:1rem;font-size:.8rem}.process-hub__cleanup-conflicts span{color:var(--text)}.process-hub__cleanup-conflicts strong{color:var(--status-danger);white-space:nowrap}.process-hub__cleanup-acknowledgement{display:flex;align-items:flex-start;gap:.65rem;color:var(--text)}@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{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.account-notifications__header h1{margin:0;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.2}.account-notifications__header p{margin-top:.35rem;color:var(--muted)}.account-notifications__actions{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.account-notifications__panel{margin-top:1rem;padding:1rem;background:rgba(15,23,42,.42);border:1px solid var(--border);border-radius:8px}.account-notifications__panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.account-notifications__panel-heading h2{margin:0;font-size:1rem;line-height:1.3}.account-notifications__panel-heading p{margin-top:.25rem;color:var(--muted);font-size:.85rem}.account-notifications__checkbox,.account-notifications__switch{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-size:.86rem}.account-notifications__checkbox input,.account-notifications__switch input{width:1rem;height:1rem;accent-color:var(--accent)}.account-notifications__quiet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.account-notifications__quiet-grid label{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.account-notifications__quiet-grid span{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.account-notifications__quiet-grid input,.account-notifications__table select{width:100%;min-height:2.35rem;color:var(--text);background:rgba(2,6,23,.38);border:1px solid var(--border);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{width:100%;min-width:760px;border-collapse:collapse}.account-notifications__table td,.account-notifications__table th{padding:.7rem .65rem;border-bottom:1px solid rgba(148,163,184,.18);text-align:left;vertical-align:middle}.account-notifications__table th{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.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{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid transparent}.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--missing,.status-badge--setup_required,.status-badge--telemetry_required{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--error,.status-badge--locked,.status-badge--no_access{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{display:grid;grid-gap:.75rem;gap:.75rem}.instance-switcher__row{display:grid;grid-template-columns:auto 1fr;grid-gap:.75rem;gap:.75rem;align-items:start;padding:.75rem;border-radius:.75rem;border:1px solid var(--border);background:var(--surface-elevated);cursor:pointer}.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{font-weight:600;margin-bottom:.4rem}.instance-switcher__meta{display:flex;align-items:center;gap:.5rem}.admin-settings-links{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:2rem}.capacity-summary__grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.capacity-summary__label{font-size:.85rem;color:rgba(148,163,184,.8);margin-bottom:.35rem}.capacity-summary__value{font-size:1.25rem;font-weight:700;color:rgba(226,232,240,.95)}.capacity-billing__table{margin-top:2rem;display:grid;grid-gap:1rem;gap:1rem}.capacity-billing__chart{display:grid;grid-gap:1.5rem;gap:1.5rem}.capacity-chart{position:relative;min-height:280px}.capacity-chart__label{font-size:.85rem;color:rgba(148,163,184,.85);margin-bottom:.5rem}.capacity-chart__svg{display:block}.capacity-chart__grid{stroke:rgba(148,163,184,.25);stroke-width:1}.capacity-chart__label-text{fill:rgba(148,163,184,.8);font-size:10px}.capacity-chart__tooltip{position:absolute;min-width:200px;background:rgba(15,23,42,.95);border:1px solid rgba(148,163,184,.35);border-radius:.75rem;padding:.75rem;pointer-events:none;transform:translate(-50%,-100%);box-shadow:0 18px 40px rgba(2,6,23,.45);color:rgba(226,232,240,.95);display:grid;grid-gap:.5rem;gap:.5rem;z-index:10}.capacity-chart__tooltip-title{font-weight:600;font-size:.9rem}.capacity-chart__tooltip-list{display:grid;grid-gap:.35rem;gap:.35rem}.capacity-chart__tooltip-row{display:grid;grid-template-columns:14px 1fr auto;grid-gap:.4rem;gap:.4rem;align-items:center;font-size:.82rem}.capacity-chart__tooltip-row strong{font-weight:600}.capacity-chart__tooltip-swatch{width:12px;height:12px;border-radius:3px}.capacity-chart__tooltip-footer{display:flex;justify-content:space-between;gap:1rem;font-size:.82rem;color:rgba(226,232,240,.85)}.capacity-chart__tooltip-footer strong{color:rgba(226,232,240,.95)}.capacity-chart__tooltip-warning{font-size:.8rem;color:#fbbf24}.capacity-chart__legend{display:grid;grid-gap:.75rem;gap:.75rem}.capacity-chart__legend-header{display:flex;justify-content:space-between;font-size:.85rem;color:rgba(148,163,184,.85)}.capacity-chart__legend-line{color:rgba(226,232,240,.75)}.capacity-chart__legend-list{display:grid;grid-gap:.6rem;gap:.6rem}.capacity-chart__legend-item{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.capacity-chart__legend-swatch{width:12px;height:12px;border-radius:3px}.capacity-chart__legend-name{font-weight:500}.capacity-view-toggle__buttons{display:flex;gap:.5rem;align-items:center}.capacity-view-toggle__active{border-color:rgba(59,130,246,.7);color:#f8fafc;box-shadow:0 10px 20px rgba(30,64,175,.25)}.capacity-poll{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.capacity-poll__latest{color:rgba(226,232,240,.82);font-size:.85rem}.capacity-poll__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(148,163,184,.35);border-top-color:rgba(226,232,240,.95);animation:capacity-poll-spin .8s linear infinite}@keyframes capacity-poll-spin{to{transform:rotate(1turn)}}.capacity-billing__table-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.capacity-billing__total-row{font-weight:700;background:rgba(15,23,42,.55)}.capacity-rates-dialog{max-width:620px}.capacity-filters{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.capacity-filter{display:grid;grid-gap:.4rem;gap:.4rem;font-size:.85rem;color:rgba(148,163,184,.85)}.capacity-filter--meta{align-content:center}.capacity-filter select{width:100%;padding:.6rem .75rem;border-radius:.6rem;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.7);color:rgba(226,232,240,.95)}.capacity-summary{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.capacity-summary__value{font-size:2rem;font-weight:600;margin-top:.35rem}.capacity-locked{border:1px solid rgba(248,113,113,.25);background:rgba(248,113,113,.08)}.capacity-locked__content{gap:1.5rem;flex-wrap:wrap}.capacity-locked__content,.setup-step{display:flex;align-items:center;justify-content:space-between}.setup-step{gap:1rem;margin-bottom:1.5rem}.setup-results{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:1.5rem;margin-bottom:1rem}.setup-results__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.capacity-row{cursor:pointer}.capacity-row td{transition:background-color .2s ease}.workspace-detail{display:grid;grid-gap:1.5rem;gap:1.5rem}.workspace-detail__breadcrumb{display:flex;gap:.5rem;font-size:.85rem;color:rgba(148,163,184,.8)}.workspace-detail__breadcrumb a{color:rgba(226,232,240,.9);text-decoration:none}.workspace-detail__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.workspace-detail__header h1{font-size:clamp(1.6rem,3vw,2rem);font-weight:700}.workspace-detail__header p{color:rgba(148,163,184,.8)}.workspace-detail__profiles{display:grid;grid-gap:.5rem;gap:.5rem;padding-left:1rem}.workspace-detail__table{display:grid;grid-gap:.75rem;gap:.75rem}.workspace-detail__status{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.instances-row--active{background:rgba(59,130,246,.12)}.instances-active{font-size:.8rem;font-weight:600;color:rgba(147,197,253,.95)}.admin-settings-shell{min-height:100vh;display:flex;background:var(--bg);color:var(--text)}.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;padding:2rem 1.5rem;border-right:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column;gap:2rem;color:var(--text);background:var(--nav-bg)}.admin-settings-shell__brand{font-size:1.2rem;font-weight:700}.admin-settings-shell__nav{display:grid;grid-gap:.5rem;gap:.5rem}.admin-settings-shell__nav-item{padding:.65rem .85rem;border-radius:.6rem;text-decoration:none;color:var(--muted);background:transparent;border:1px solid transparent}.admin-settings-shell__nav-item:hover{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.35)}.admin-settings-shell__nav-item--active{background:rgba(59,130,246,.22);border-color:rgba(59,130,246,.45);color:var(--text)}.admin-settings-shell__footer{margin-top:auto}.admin-settings-shell__content{flex:1 1;padding:2.5rem clamp(1.5rem,3vw,3rem)}.admin-settings-user{position:relative}.admin-settings-user__button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.35);background:var(--surface-card-muted);color:var(--text);cursor:pointer}.admin-settings-user__avatar{width:32px;height:32px;border-radius:50%;background:rgba(59,130,246,.35);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.admin-settings-user__name{font-size:.85rem;font-weight:600;word-break:break-all}.admin-settings-user__dropdown{position:absolute;bottom:calc(100% + .6rem);left:0;right:0;background:var(--surface-elevated);border:1px solid rgba(148,163,184,.35);border-radius:.75rem;box-shadow:0 18px 45px rgba(15,23,42,.35);display:grid;z-index:50}.admin-settings-user__item{padding:.75rem 1rem;color:var(--text);background:transparent;border:none;text-align:left;text-decoration:none;cursor:pointer}.admin-settings-user__item:hover{background:rgba(59,130,246,.18)}.admin-settings-user__item--muted{color:rgba(148,163,184,.85);cursor:default}.admin-settings-user__item--muted:hover{background:transparent}.admin-settings-user__divider{height:1px;background:rgba(148,163,184,.2);margin:.3rem 0}@media (max-width:1024px){.admin-settings-shell{flex-direction:column}.admin-settings-shell__sidebar{width:100%;flex-direction:row;align-items:center;flex-wrap:wrap;gap:1rem}.admin-settings-shell__nav{display:flex;flex-wrap:wrap;gap:.5rem}.admin-settings-shell__footer{margin-top:0;margin-left:auto}.admin-settings-user__dropdown{top:calc(100% + .5rem);bottom:auto}}.process-hub{display:grid;grid-gap:20px;gap:20px;min-width:0;width:100%}.process-hub__hero,.process-hub__page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.process-hub__settings-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;width:100%}.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-items:center;align-self:flex-end}.process-hub__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.process-hub__hero h1,.process-hub__page-header h1{margin:0;font-size:28px;line-height:1.2}.process-hub__attachments p,.process-hub__hero p,.process-hub__page-header p,.process-hub__pattern-grid p,.process-hub__process-card p,.process-hub__section-heading p{max-width:760px;color:var(--muted)}.process-hub__eyebrow{margin:0 0 4px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.process-hub__card-actions,.process-hub__hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.process-hub__nav-strip{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.5)}.process-hub__nav-pill{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border-radius:6px;color:var(--muted);text-decoration:none}.process-hub__nav-pill--active,.process-hub__nav-pill:hover{color:var(--text);background:rgba(50,225,255,.12);text-decoration:none}.process-hub__inline-icon,.process-hub__nav-pill svg,.process-hub__table-title svg{width:16px;height:16px;flex:0 0 auto}.process-hub__operations-workspace{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start;min-width:0}.process-hub__operations-navigation{position:-webkit-sticky;position:sticky;top:76px;display:grid;grid-gap:18px;gap:18px;max-height:calc(100dvh - 96px);overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;padding:18px;border:1px solid var(--border);border-radius:1.1rem;background:var(--surface-card);box-shadow:0 18px 42px -28px rgba(2,6,23,.9)}.process-hub__operations-navigation-heading{display:grid;grid-gap:3px;gap:3px}.process-hub__operations-navigation-heading>span{color:var(--text);font-size:15px;font-weight:750}.process-hub__operations-navigation-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.process-hub__operations-tab-group,.process-hub__operations-tabs{display:grid;grid-gap:7px;gap:7px}.process-hub__operations-tab-group+.process-hub__operations-tab-group{margin-top:8px;padding-top:15px;border-top:1px solid var(--border)}.process-hub__operations-tab-group-label{padding:0 8px 2px;color:var(--subtle);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.process-hub__operations-tab-group button{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;width:100%;min-width:0;padding:10px;border:1px solid transparent;border-radius:10px;color:var(--muted);background:transparent;text-align:left;cursor:pointer}.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{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--subtle);background:var(--surface-card-muted)}.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{display:grid;min-width:0;grid-gap:2px;gap:2px}.process-hub__operations-tab-copy strong{overflow:hidden;color:inherit;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.process-hub__operations-tab-copy small{overflow:hidden;color:var(--subtle);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.process-hub__operations-panel{display:grid;grid-gap:8px;gap:8px;min-width:0;outline:none}.process-hub__operations-card{max-height:calc(100dvh - var(--topbar-height) - 40px);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}.process-hub__columns,.process-hub__pattern-grid,.process-hub__section{display:grid;grid-gap:16px;gap:16px}.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{display:flex;align-items:center;gap:.25rem}.app-shell__nav-row>.app-shell__nav-item{flex:1 1;min-width:0}.app-shell__nav-expand{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 auto;border:0;border-radius:.65rem;background:transparent;color:var(--muted)}.app-shell__nav-expand:focus-visible,.app-shell__nav-expand:hover{background:var(--surface-card-muted);color:var(--text)}.app-shell__nav-expand-icon{width:1rem;height:1rem;transition:transform .2s ease}.app-shell__nav-expand-icon--open{transform:rotate(180deg)}.app-shell__sidebar .app-shell__nav-children{gap:.25rem;margin:.25rem 0 .5rem 1.25rem;padding-left:.75rem;border-left:1px solid var(--border)}.app-shell__sidebar .app-shell__nav-children--nested{margin-left:.75rem}.app-shell__nav-item--child{padding:.55rem .75rem;border-radius:.7rem;font-size:.9rem}.navigation-admin,.navigation-admin__editor-main,.navigation-admin__role-sections{display:grid;grid-gap:1.5rem;gap:1.5rem}.navigation-admin.navigation-admin--list{gap:.85rem}.navigation-admin__view-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.navigation-admin__page-header,.navigation-admin__role-header,.profile-roles__toolbar{width:100%;justify-content:space-between}.navigation-admin__page-header>div:first-child{flex:1 1 320px}.navigation-admin__page-header .admin-card-actions{justify-content:flex-end;margin-left:auto}.navigation-admin__view-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,.55fr) minmax(120px,.55fr) auto;grid-gap:1.5rem;gap:1.5rem;align-items:center}.navigation-admin__view-summary{min-width:0}.navigation-admin__view-summary .admin-card-title{margin-bottom:.25rem}.navigation-admin__view-detail{display:grid;grid-gap:.15rem;gap:.15rem}.navigation-admin__view-detail small,.navigation-admin__view-detail span{color:var(--muted);font-size:.8rem}.navigation-admin__view-detail strong{font-size:1.05rem}.navigation-admin__role-editor{display:grid;grid-template-columns:minmax(190px,230px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.navigation-admin__role-nav{display:grid;grid-gap:.4rem;gap:.4rem;position:-webkit-sticky;position:sticky;top:1.5rem;padding:.5rem;border:1px solid var(--border);border-radius:1rem;background:var(--panel-2)}.navigation-admin__role-nav-item{display:grid;grid-gap:.2rem;gap:.2rem;width:100%;padding:.8rem .9rem;border:0;border-radius:.75rem;background:transparent;color:var(--text);text-align:left;cursor:pointer}.navigation-admin__role-nav-item span{color:var(--muted);font-size:.8rem}.navigation-admin__role-nav-item--active,.navigation-admin__role-nav-item:hover{background:rgba(50,225,255,.08)}.navigation-admin__role-nav-item--active{color:var(--brand)}.navigation-admin__role-panel{min-height:380px}.navigation-admin__device-switcher{display:inline-flex;width:-moz-fit-content;width:fit-content;overflow:hidden;border:1px solid var(--border);border-radius:.8rem;background:var(--panel-2)}.navigation-admin__device-tab{min-height:2.5rem;padding:.55rem .9rem;border:0;border-right:1px solid var(--border);color:var(--muted);background:transparent;cursor:pointer;font:inherit}.navigation-admin__device-tab:last-child{border-right:0}.navigation-admin__device-tab--active,.navigation-admin__device-tab:hover{color:var(--brand);background:rgba(50,225,255,.08)}.navigation-admin__editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);grid-gap:1.5rem;gap:1.5rem;align-items:start}.navigation-admin__editor-grid>aside{position:-webkit-sticky;position:sticky;top:1.5rem}.navigation-admin__folder-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.navigation-admin__archived,.navigation-admin__folder-list,.navigation-admin__preview{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:1rem}.navigation-admin__folder-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.navigation-admin__folder-toolbar{justify-content:space-between}.navigation-admin__folder-actions{display:flex;justify-content:flex-end}.navigation-admin__folder-grid{display:grid;overflow:hidden;margin-top:1rem;border:1px solid var(--border);border-radius:.9rem}.navigation-admin__folder-grid-header,.navigation-admin__folder-grid-row{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(160px,.8fr) minmax(150px,auto) minmax(170px,auto);grid-gap:1rem;gap:1rem;align-items:center;padding:.85rem 1rem}.navigation-admin__folder-grid-header{background:rgba(50,225,255,.06);color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.navigation-admin__folder-grid-row{border-top:1px solid var(--border)}.navigation-admin__folder-grid-row>div{min-width:0}.navigation-admin__archived-folder-name,.navigation-admin__folder-name-cell{display:flex;align-items:center;gap:.75rem}.navigation-admin__folder-name-icon{display:grid;width:2.35rem;height:2.35rem;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 35%,var(--border));border-radius:.7rem;color:var(--brand);background:color-mix(in srgb,var(--brand) 9%,transparent)}.navigation-admin__archived-folder-name svg,.navigation-admin__folder-name-icon svg{width:1.1rem;height:1.1rem;flex:0 0 auto}.navigation-admin__folder-grid-row .status-note{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navigation-admin__folder-modal{width:min(760px,100%)}.navigation-admin__folder-icon-picker{display:grid;grid-gap:.65rem;gap:.65rem;margin:0;padding:0;border:0}.navigation-admin__folder-icon-picker legend{margin-bottom:.65rem;font-size:.85rem;font-weight:700}.navigation-admin__folder-icon-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));grid-gap:.55rem;gap:.55rem}.navigation-admin__folder-icon-option{display:flex;align-items:center;gap:.55rem;min-height:2.75rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:.7rem;color:var(--text);background:var(--surface-card);cursor:pointer;text-align:left}.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{width:1.1rem;height:1.1rem;flex:0 0 auto}.navigation-admin__folder-add-item{display:flex;align-items:flex-end;gap:.75rem}.navigation-admin__folder-add-item .form-field{flex:1 1}.navigation-admin__folder-item-order{display:grid;grid-gap:.5rem;gap:.5rem}.navigation-admin__folder-item-order>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.navigation-admin__folder-item-order>div>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navigation-admin__item-picker fieldset,.navigation-admin__module-grid fieldset,.navigation-admin__resource-picker{display:grid;grid-gap:.65rem;gap:.65rem;padding:1rem;border:1px solid var(--border);border-radius:.9rem}.navigation-admin__check,.navigation-admin__item-picker label,.navigation-admin__module-grid label,.navigation-admin__resource-picker label{display:flex;align-items:center;gap:.6rem}.navigation-admin__picker-entry{display:grid;grid-gap:.35rem;gap:.35rem}.navigation-admin__folder-children{display:grid;grid-gap:.2rem;gap:.2rem;margin-left:1.65rem;color:var(--muted);font-size:.82rem;list-style:none}.navigation-admin__folder-children li:before{content:"↳";margin-right:.4rem}.foldered-catalogue{display:grid;grid-gap:1.15rem;gap:1.15rem}.foldered-catalogue__section{overflow:hidden;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--border));border-radius:1.1rem;background:var(--surface-card);box-shadow:0 12px 28px rgba(2,6,23,.2)}.foldered-catalogue__section>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px;padding:1.25rem 1.5rem;cursor:pointer;list-style:none}.foldered-catalogue__section>summary::-webkit-details-marker{display:none}.foldered-catalogue__summary-meta,.foldered-catalogue__title{display:flex;align-items:center;gap:.75rem}.foldered-catalogue__title>svg{width:1.4rem;height:1.4rem;flex:0 0 auto;color:var(--brand)}.foldered-catalogue__title span{display:grid;grid-gap:.15rem;gap:.15rem}.foldered-catalogue__title strong{font-size:1.05rem}.foldered-catalogue__summary-meta,.foldered-catalogue__title small{color:var(--muted);font-size:.82rem}.foldered-catalogue__summary-meta>svg{width:1rem;height:1rem;transition:transform .2s ease}.foldered-catalogue__section[open]>summary .foldered-catalogue__summary-meta>svg{transform:rotate(180deg)}.foldered-catalogue__content{padding:.85rem;border-top:1px solid var(--border)}.foldered-catalogue__section--nested{margin-top:.85rem;border-color:var(--border);border-radius:.85rem;box-shadow:none}.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{grid-template-columns:36px minmax(0,1fr) minmax(210px,290px) auto;gap:.75rem;padding:.75rem .9rem;border-radius:.75rem}.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:1100px){.foldered-catalogue__content .process-hub__process-card{grid-template-columns:36px minmax(0,1fr)}.foldered-catalogue__content .process-hub__card-actions,.foldered-catalogue__content .process-hub__stats{grid-column:1/-1}}@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__check input,.navigation-admin__item-picker input,.navigation-admin__module-grid input,.navigation-admin__resource-picker input{width:auto}.navigation-admin__item-picker,.navigation-admin__module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.navigation-admin__inline-fields,.navigation-admin__view-assignment{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.navigation-admin__inline-fields .form-field,.navigation-admin__view-assignment .form-field{min-width:180px;flex:1 1}.navigation-admin__preview{list-style-position:inside}.navigation-admin__preview li{display:grid;grid-gap:.15rem;gap:.15rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.navigation-admin__ordered-items{display:grid;grid-gap:.5rem;gap:.5rem;margin-top:1rem}.navigation-admin__ordered-heading{margin-bottom:.5rem}.navigation-admin__ordered-item{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(220px,1fr) auto;align-items:center;grid-gap:1rem;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.navigation-admin__ordered-page-name,.navigation-admin__ordered-source{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.navigation-admin__ordered-page-name>label,.navigation-admin__ordered-source>span{color:var(--muted);font-size:.8rem}.navigation-admin__ordered-source strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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{align-items:stretch;flex-direction:column}}.process-hub__pattern-grid--setup{grid-template-columns:repeat(3,minmax(0,1fr))}.process-hub__section-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.process-hub__attachments h2,.process-hub__pattern-grid h2,.process-hub__section-heading h2{margin:0;font-size:18px;line-height:1.3}.process-hub__process-grid,.process-hub__process-list{display:grid;grid-gap:16px;gap:16px}.process-hub__process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-hub__process-list{grid-template-columns:1fr}.process-hub__process-card{display:grid;grid-template-columns:48px minmax(0,1fr) minmax(260px,360px) auto;align-items:center;grid-gap:18px;gap:18px;align-content:start}.process-hub__process-card-link{color:inherit;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.process-hub__process-card-link:hover{border-color:rgba(50,225,255,.5);background:rgba(50,225,255,.06);text-decoration:none;transform:translateY(-1px)}.process-hub__process-card-link:focus-visible{outline:2px solid rgba(50,225,255,.8);outline-offset:3px}.process-hub__process-card h3{margin:0 0 6px;font-size:20px}.process-hub__card-link-label{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:700}.process-hub__card-link-label svg{width:16px;height:16px}.process-hub__pattern-icon,.process-hub__process-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(50,225,255,.35);border-radius:8px;color:var(--accent);background:rgba(50,225,255,.08)}.process-hub__pattern-icon,.process-hub__process-icon svg{width:20px;height:20px}.process-hub__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.process-hub__stats div{padding:10px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.22)}.process-hub__stats dt{color:var(--muted);font-size:12px}.process-hub__stats dd{margin:0;color:var(--text);font-weight:700}.process-hub__work-list{--process-work-grid:40px minmax(140px,230px) minmax(220px,1fr) 105px 175px 160px 52px;display:grid;grid-gap:10px;gap:10px}.process-hub__work-list--all{--process-work-grid:40px minmax(130px,200px) minmax(210px,1fr) 100px 160px 150px minmax(150px,0.65fr) 52px}.process-hub__work-page-header{display:grid;grid-template-columns:minmax(180px,.5fr) minmax(360px,1.25fr) auto;align-items:end}.process-hub__work-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;min-width:0}.process-hub__work-filters input,.process-hub__work-filters label,.process-hub__work-filters select{min-width:0;width:100%}.process-hub__date-filter,.process-hub__work-filters .process-hub__filter-control{min-height:44px}.process-hub__date-filter{display:flex;align-items:center;gap:8px;background:var(--input-bg);color:var(--input-fg,var(--text));border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 10px 0 12px;outline:none}.process-hub__date-filter:focus-within{box-shadow:0 0 0 3px rgba(14,165,233,.4);border-color:rgba(14,165,233,.5)}.process-hub__date-filter-prefix{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800}.process-hub__date-filter input{flex:1 1 auto;width:auto;min-height:42px;padding:0;border:0;outline:none;background:transparent;color:var(--input-fg,var(--text));color-scheme:var(--color-scheme)}.process-hub__work-header{display:grid;grid-template-columns:var(--process-work-grid);align-items:center;grid-gap:12px;gap:12px;padding:0 16px 2px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.process-hub__work-header span{justify-self:start;text-align:left}.process-hub__work-card{display:grid;grid-template-columns:var(--process-work-grid);align-items:center;grid-gap:12px;gap:12px;padding:12px 16px}.process-hub__work-assigned,.process-hub__work-card>.process-hub__card-actions,.process-hub__work-card>.process-hub__status,.process-hub__work-created,.process-hub__work-due{justify-self:start}.process-hub__work-card>.process-hub__card-actions{justify-content:flex-start}.process-hub__work-open-button{width:40px;min-width:40px;padding:0;justify-content:center}.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{display:inline-flex;align-items:center;max-width:100%;min-height:28px;padding:4px 9px;overflow:hidden;border:1px solid rgba(50,225,255,.28);border-radius:999px;color:var(--muted);background:rgba(50,225,255,.07);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.process-hub__work-process{min-width:0;margin:0;overflow:hidden;font-size:16px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.process-hub__work-assigned,.process-hub__work-created,.process-hub__work-due{min-width:0;color:var(--muted);font-size:13px;font-weight:700;white-space:nowrap}.process-hub__work-assigned{overflow:hidden;text-overflow:ellipsis}.process-hub__status--open{color:#bfdbfe;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.32)}.process-hub__status--claimed{color:#fde68a;background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.32)}.process-hub__status{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;color:var(--text);background:rgba(148,163,184,.16);border:1px solid rgba(148,163,184,.28)}.process-hub__status--draft{color:#fde68a;background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.32)}.process-hub__status--configured{color:#bfdbfe;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.32)}.process-hub__status--failed{color:#fecaca;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.32)}.process-hub__status--approval{color:#bfdbfe;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.32)}.process-hub__status--changes{color:#fde68a;background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.32)}.process-hub__status--rejected{color:#fecaca;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.32)}.process-hub__status--archived{color:#cbd5e1;background:rgba(100,116,139,.14);border-color:rgba(100,116,139,.32)}.process-hub__status--deployed,.process-hub__status--published,.process-hub__status--submitted{color:#86efac;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.32)}.process-hub__architecture-list,.process-hub__check-list{display:grid;grid-gap:10px;gap:10px}.process-hub__architecture-list div,.process-hub__check-list div,.process-hub__target-card{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.22)}.process-hub__architecture-list svg,.process-hub__check-list svg,.process-hub__target-card svg{width:18px;height:18px;color:var(--accent)}.process-hub__builder-toolbar,.process-hub__filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.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%;overflow:hidden;padding:18px 36px 36px}.process-hub__records-card>*{min-width:0}.process-hub__record-view-heading{display:grid;grid-template-columns:minmax(150px,.75fr) minmax(260px,1.25fr) minmax(220px,auto);align-items:start;margin-bottom:12px}.process-hub__record-view-heading>div:first-child{min-width:0}.process-hub__record-view-toolbar{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0}.process-hub__record-view-filters{margin-bottom:0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.process-hub__record-search{position:relative}.process-hub__record-search svg{position:absolute;left:10px;top:50%;width:16px;height:16px;color:var(--muted);transform:translateY(-50%);pointer-events:none}.process-hub__record-search .input{padding-left:32px}.process-hub__active-filter-chips,.process-hub__register-filter-panel,.process-hub__selected-record-bar{margin:0 0 14px}.process-hub__register-filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__register-filter-panel label{display:grid;grid-gap:6px;gap:6px}.process-hub__register-filter-panel label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__active-filter-chips,.process-hub__selected-record-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.process-hub__active-filter-chips button{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 9px;border:1px solid rgba(50,225,255,.32);border-radius:999px;color:var(--text);background:rgba(50,225,255,.09);cursor:pointer}.process-hub__active-filter-chips svg{width:14px;height:14px}.process-hub__selected-record-bar{justify-content:flex-start;padding:10px 12px;border:1px solid rgba(50,225,255,.26);border-radius:8px;background:rgba(50,225,255,.08)}.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:rgba(50,225,255,.06)}.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{position:fixed;z-index:80;top:0;right:0;display:grid;width:min(520px,100vw);height:100vh;padding:18px;overflow-y:auto;border-left:1px solid var(--border);background:var(--panel);box-shadow:-24px 0 48px rgba(0,0,0,.28)}.process-hub__register-modal-card{width:min(720px,100%)}.process-hub__import-wizard-card{width:min(1080px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow-y:auto}.process-hub__import-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 0 16px;padding:0;list-style:none}.process-hub__import-steps li{min-width:0;padding:8px 10px;border:1px solid var(--border);border-radius:7px;color:var(--muted);background:rgba(2,6,23,.16);font-size:12px;font-weight:800;text-align:center}.process-hub__import-steps li.is-active{color:var(--text);border-color:rgba(50,225,255,.4);background:rgba(50,225,255,.1)}.process-hub__import-step{display:grid;grid-gap:14px;gap:14px;min-width:0;margin-bottom:16px}.process-hub__import-dropzone{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:180px;padding:24px;border:1px dashed rgba(50,225,255,.42);border-radius:8px;color:var(--text);background:rgba(50,225,255,.06);text-align:center;cursor:pointer}.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{display:flex;flex-wrap:wrap;gap:8px}.process-hub__import-file-summary span{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:rgba(2,6,23,.18);font-size:12px}.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{width:100%;justify-content:space-between}}.process-hub__bulk-panel-content,.process-hub__register-record-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;min-width:0;padding:16px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.14)}.process-hub__register-modal-card .process-hub__register-record-panel,.process-hub__side-panel .process-hub__bulk-panel-content,.process-hub__side-panel .process-hub__register-record-panel{border:0;padding:0;background:transparent}.process-hub__bulk-panel-content>header,.process-hub__register-record-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.process-hub__bulk-panel-content h3,.process-hub__register-record-panel h3{margin:0}.process-hub__bulk-panel-content header p,.process-hub__register-record-panel header p{margin:4px 0 0;color:var(--muted)}.process-hub__register-record-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.process-hub__bulk-record-preview span,.process-hub__register-record-summary>div{min-width:0;padding:8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-card-muted)}.process-hub__register-record-summary dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.process-hub__register-record-summary dd{overflow:hidden;margin:2px 0 0;text-overflow:ellipsis;white-space:nowrap}.process-hub__bulk-field-list,.process-hub__register-record-fields{display:grid;grid-gap:12px;gap:12px}.process-hub__bulk-field-list>div,.process-hub__register-record-fields .form-field{display:grid;grid-gap:7px;gap:7px}.process-hub__checkbox--inline{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:7px}.process-hub__bulk-record-preview{display:flex;flex-wrap:wrap;gap:8px}.process-hub__bulk-record-preview span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__bulk-field-list>div{padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__bulk-field-list>div.is-selected{border-color:rgba(50,225,255,.38)}.process-hub__history-list{display:grid;grid-gap:10px;gap:10px}.process-hub__history-list article{display:grid;grid-gap:4px;gap:4px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__history-list small,.process-hub__history-list span{color:var(--muted)}.process-hub__record-view-tabs button{max-width:220px}.process-hub__record-view-tabs button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__filters label,.process-hub__runtime-field,.process-hub__runtime-form label{display:grid;grid-gap:6px;gap:6px}.process-hub__filters label>span,.process-hub__runtime-field>span,.process-hub__runtime-form label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__search{position:relative}.process-hub__search svg{position:absolute;left:10px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:var(--muted)}.process-hub__search .input{width:100%;padding-left:32px}.process-hub__check-count,.process-hub__table-title{display:inline-flex;align-items:center;gap:8px}.process-hub__back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--muted);font-weight:700;text-decoration:none}.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{display:flex;align-items:center;gap:12px;min-width:0}.process-hub__builder-identity h1{flex:0 0 auto;font-size:22px}.process-hub__builder-identity p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__back-link--icon{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;margin-bottom:0;border:1px solid var(--border);border-radius:8px}.process-hub__progress-nav{display:flex;min-width:0;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-card)}.process-hub__progress-nav button{position:relative;display:flex;flex:1 0 132px;align-items:center;gap:8px;min-height:52px;padding:8px 12px;border:0;border-right:1px solid var(--border);color:var(--muted);background:transparent;text-align:left;cursor:pointer}.process-hub__progress-nav button:last-child{border-right:0}.process-hub__progress-nav button.is-complete,.process-hub__progress-nav button:hover{color:var(--text);background:rgba(50,225,255,.06)}.process-hub__progress-nav button.is-active{color:var(--text);background:rgba(50,225,255,.14)}.process-hub__progress-nav button.is-active .process-hub__step-number,.process-hub__progress-nav button.is-complete .process-hub__step-number{color:var(--text);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.14)}.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);display:grid;min-height:680px;border:1px solid var(--border);border-radius:8px;overflow:hidden;color:var(--text);background:var(--surface-card)}.process-hub__builder-section h3,.process-hub__canvas h2{margin:0;font-size:16px;line-height:1.3}.process-hub__step-number{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--border);border-radius:50%;color:var(--muted);font-size:11px;font-weight:700}.process-hub__builder-tools{display:flex;justify-content:flex-end;gap:8px;padding-bottom:12px;border-bottom:1px solid var(--border)}.process-hub__builder-tools button{min-height:32px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface-card-muted);cursor:pointer}.process-hub__builder-tools button.is-active,.process-hub__builder-tools button:hover{color:var(--text);background:rgba(50,225,255,.1)}.process-hub__canvas{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:18px}.process-hub__builder-section{display:grid;grid-gap:16px;gap:16px}.process-hub__builder-form{padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__preview-header,.process-hub__subsection-heading,.process-hub__wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.process-hub__subsection-heading{padding-top:8px;border-top:1px solid var(--border)}.process-hub__subsection-heading h4{margin:0;font-size:14px}.process-hub__stack{display:grid;grid-gap:10px;gap:10px}.process-hub__stack--tight{gap:6px}.process-hub__attribute-designer{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.process-hub__attribute-main{min-width:0}.process-hub__attribute-nav{display:grid;grid-gap:8px;gap:8px;padding-right:14px;border-right:1px solid var(--border)}.process-hub__attribute-nav button{display:grid;grid-gap:3px;gap:3px;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-inset);color:var(--text);text-align:left;cursor:pointer}.process-hub__attribute-nav button.active{border-color:rgba(14,165,233,.62);background:rgba(14,165,233,.14)}.process-hub__attribute-nav button span{color:var(--muted);font-size:12px}.process-hub__binding-selector{display:grid;grid-gap:8px;gap:8px;min-width:220px}.process-hub__binding-selector label{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:12px}.process-hub__attribute-lookup-value{display:grid;grid-gap:8px;gap:8px;min-width:min(320px,100%)}.process-hub__attribute-lookup-value label{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:12px}.process-hub__attribute-lookup-value .process-hub__lookup-select{min-width:0}.process-hub__selector-dropdown{position:relative}.process-hub__selector-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted);color:var(--text);cursor:pointer}.process-hub__selector-dropdown-trigger>span{display:grid;min-width:0;text-align:left}.process-hub__selector-dropdown-menu label small,.process-hub__selector-dropdown-trigger small{color:var(--muted);font-size:11px}.process-hub__selector-dropdown-trigger strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__selector-dropdown.is-open .process-hub__selector-dropdown-trigger{border-color:rgba(14,165,233,.58);background:rgba(14,165,233,.12)}.process-hub__selector-dropdown.is-open .process-hub__selector-dropdown-trigger svg{transform:rotate(180deg)}.process-hub__selector-dropdown-menu{position:fixed;z-index:4000;display:grid;overflow:auto;grid-gap:4px;gap:4px;padding:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface-elevated);box-shadow:0 16px 32px rgba(2,6,23,.38)}.process-hub__selector-dropdown-menu label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px;padding:8px;border-radius:6px;color:var(--text);cursor:pointer}.process-hub__selector-dropdown-menu label:hover{background:rgba(148,163,184,.12)}.process-hub__selector-dropdown-menu label>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.process-hub__selector-dropdown-clear{width:-moz-fit-content;width:fit-content;border:0;padding:6px 8px;color:#67e8f9;background:transparent;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.process-hub__attribute-logic-summary{display:grid;grid-gap:8px;gap:8px;min-width:180px}.process-hub__attribute-logic-summary>span{color:var(--muted);font-size:12px}.process-hub__attribute-logic-summary .ui-button{width:-moz-fit-content;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{overflow:auto;min-height:0;padding-right:4px}.process-hub__attribute-logic{display:grid;grid-gap:10px;gap:10px;min-width:min(720px,100%)}.process-hub__attribute-condition-toolbar,.process-hub__attribute-formula,.process-hub__attribute-logic-header,.process-hub__attribute-rule-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.process-hub__attribute-rule-card{display:grid;grid-gap:10px;gap:10px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-inset)}.process-hub__attribute-rule-heading{display:grid;grid-template-columns:minmax(130px,1fr) minmax(96px,140px) 32px}.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{display:grid;grid-gap:8px;gap:8px}.process-hub__attribute-operation-row{display:flex;align-items:center;justify-content:center;position:relative;min-height:28px}.process-hub__attribute-operation-row:after,.process-hub__attribute-operation-row:before{content:"";flex:1 1 auto;height:1px;background:var(--border)}.process-hub__attribute-operation-select{width:auto;min-width:132px;margin:0 10px;text-align:center}.process-hub__attribute-condition{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(150px,.8fr) minmax(150px,.8fr) 32px;grid-gap:8px;gap:8px;align-items:start}.process-hub__attribute-operand{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.process-hub__attribute-operand .input:last-child,.process-hub__attribute-operand .select:first-child{grid-column:1/-1}.process-hub__attribute-aggregate,.process-hub__attribute-between,.process-hub__attribute-operand-row{display:grid;grid-gap:8px;gap:8px}.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)}.process-hub__attribute-aggregate label,.process-hub__attribute-flags{display:grid;grid-gap:4px;gap:4px;font-size:12px}.process-hub__attribute-flags label{display:flex;align-items:center;gap:6px;white-space:nowrap}.process-hub__attribute-simulation{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);grid-gap:16px;gap:16px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__attribute-simulation h5{margin:0 0 10px;font-size:13px}.process-hub__attribute-results{display:grid;grid-gap:8px;gap:8px}.process-hub__attribute-results>div{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(140px,1fr) minmax(80px,auto);align-items:center;grid-gap:10px;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-inset)}.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{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__layout-page-header,.process-hub__layout-section-card>header{display:grid;grid-template-columns:32px minmax(0,1fr) auto auto 32px;align-items:center;grid-gap:8px;gap:8px}.process-hub__layout-page-header{padding:10px;border-bottom:1px solid var(--border);background:var(--surface-inset)}.process-hub__layout-page-header>span{color:var(--muted);font-size:12px}.process-hub__layout-page-actions{display:flex;flex-wrap:wrap;gap:6px}.process-hub__layout-title{width:100%;min-width:0;padding:5px 2px;border:0;border-bottom:1px solid transparent;color:var(--text);background:transparent;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{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(140px,.65fr) minmax(140px,.65fr);grid-gap:10px;gap:10px}.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{min-height:120px;line-height:1.5;resize:vertical}.process-hub__page-instructions{white-space:pre-wrap}.process-hub__layout-page-settings label,.process-hub__layout-section-settings label{display:grid;grid-gap:5px;gap:5px;min-width:0}.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{display:grid;padding:0 12px 12px 34px}.process-hub__layout-section-card{overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface-inset)}.process-hub__layout-section-card.is-checklist{border-color:rgba(34,197,94,.42)}.process-hub__layout-section-card.is-checklist>header{grid-template-columns:32px minmax(0,1fr) auto auto 32px}.process-hub__layout-section-card>header{grid-template-columns:32px minmax(0,1fr) auto 32px;padding:9px;border-bottom:1px solid var(--border)}.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{display:grid;grid-gap:2px;gap:2px;min-width:0}.process-hub__layout-repeated-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__layout-repeat-badge,.process-hub__layout-repeated-title span{color:var(--muted);font-size:12px}.process-hub__layout-repeat-badge{padding:3px 6px;border:1px solid var(--border);border-radius:4px}.process-hub__layout-section-settings{padding:10px}.process-hub__drag-handle{display:inline-grid;width:32px;height:32px;place-items:center;border:0;color:var(--muted);background:transparent;cursor:-webkit-grab;cursor:grab}.process-hub__drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.process-hub__drag-handle svg{width:17px;height:17px}.process-hub__layout-drop-zone{display:grid;min-height:10px;place-items:center;color:var(--muted);border:1px solid transparent;border-radius:6px;font-size:12px;transition:min-height .12s ease,border-color .12s ease,background .12s ease}.process-hub__layout-drop-zone.is-active{min-height:32px;border-color:rgba(50,225,255,.28);background:rgba(50,225,255,.04)}.process-hub__layout-drop-zone.has-label,.process-hub__layout-drop-zone.is-active:hover{border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.08)}.process-hub__repeat-panel{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:10px;border-top:1px solid var(--border);background:var(--surface-card-muted)}.process-hub__repeat-panel strong,.process-hub__repeat-panel>span{color:var(--muted);font-size:12px}.process-hub__repeat-panel label{display:inline-flex;align-items:center;gap:6px;font-size:13px}.process-hub__checklist-config,.process-hub__checklist-items{display:grid;flex:1 1 100%;grid-gap:10px;gap:10px;min-width:0}.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{display:grid;align-items:start}.process-hub__checklist-config label>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__checklist-items{padding:10px;border:1px solid var(--border);border-radius:6px;background:var(--surface-card-muted)}.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);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.1)}.process-hub__config-row,.process-hub__rule-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(120px,.8fr) minmax(140px,1fr) minmax(130px,.8fr) 32px;align-items:center;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.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{grid-gap:12px;gap:12px;padding:12px}.process-hub__view-editor,.process-hub__views-designer{display:grid;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.process-hub__views-designer{grid-template-columns:220px minmax(0,1fr);min-height:480px;overflow:hidden}.process-hub__views-list{display:grid;align-content:start;grid-gap:6px;gap:6px;padding:10px;border-right:1px solid var(--border);background:var(--surface-inset)}.process-hub__views-list button{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px;border:1px solid transparent;border-radius:6px;color:var(--muted);background:transparent;text-align:left;cursor:pointer}.process-hub__views-list button.is-active,.process-hub__views-list button:hover{color:var(--text);border-color:rgba(50,225,255,.28);background:rgba(50,225,255,.08)}.process-hub__views-list button>span{display:grid;grid-gap:3px;gap:3px;min-width:0}.process-hub__views-list small,.process-hub__views-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__views-list small{color:var(--muted);font-size:11px}.process-hub__view-editor{align-content:start;border:0;border-radius:0}.process-hub__view-columns,.process-hub__view-columns>div,.process-hub__view-editor-header,.process-hub__view-type-toggle{display:flex;align-items:center;gap:8px}.process-hub__view-editor-header{justify-content:space-between}.process-hub__view-editor-header h4{margin:0}.process-hub__view-type-toggle{width:-moz-fit-content;width:fit-content;padding:3px;border:1px solid var(--border);border-radius:6px;background:var(--surface-card-muted)}.process-hub__view-type-toggle button{padding:6px 10px;border:0;border-radius:4px;color:var(--muted);background:transparent;cursor:pointer}.process-hub__view-type-toggle button.is-active{color:var(--text);background:rgba(50,225,255,.12)}.process-hub__view-type-toggle button:disabled{cursor:not-allowed;opacity:.5}.process-hub__view-columns{display:grid;grid-gap:8px;gap:8px}.process-hub__view-columns>div{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(180px,1fr) auto auto 32px}.process-hub__view-column-order{display:flex;align-items:center;gap:4px}.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{display:flex;align-items:flex-start;justify-content:flex-end;position:relative;flex:0 0 auto}.process-hub__workflow-workspace{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.process-hub__workflow-workspace-nav{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:6px;gap:6px;max-height:calc(100dvh - 116px);overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;padding-right:12px;border-right:1px solid var(--border)}.process-hub__workflow-workspace-nav button{display:flex;align-items:center;gap:10px;min-width:0;min-height:42px;padding:10px 11px;border:1px solid transparent;border-radius:8px;color:var(--muted);background:transparent;text-align:left;cursor:pointer}.process-hub__workflow-workspace-nav button.is-active,.process-hub__workflow-workspace-nav button:hover{border-color:rgba(50,225,255,.32);color:var(--text);background:rgba(50,225,255,.1)}.process-hub__workflow-workspace-nav svg{flex:0 0 auto;width:16px;height:16px}.process-hub__workflow-workspace-nav span{min-width:0;overflow:hidden;font-size:13px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.process-hub__workflow-workspace-main{display:grid;min-width:0;grid-gap:16px;gap:16px}.process-hub__workflow-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.process-hub__workflow-overview-grid>div{display:grid;grid-gap:4px;gap:4px;min-height:72px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted)}.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{display:grid;grid-gap:14px;gap:14px}.process-hub__workflow-chain-empty,.process-hub__workflow-chain-overview-card{border:1px solid var(--border);border-radius:8px;background:var(--surface-inset)}.process-hub__workflow-chain-overview-card{display:grid;grid-gap:12px;gap:12px;padding:14px}.process-hub__workflow-chain-overview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.process-hub__workflow-chain-overview-header h4{margin:0;color:var(--text);font-size:15px;line-height:1.25}.process-hub__workflow-chain-overview-header span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.process-hub__workflow-chain-minimap{min-height:var(--workflow-chain-preview-height);overflow:auto;border:1px solid var(--border);border-radius:8px;background:radial-gradient(circle,var(--grid-line) 1px,transparent 1px) 0 0 /18px 18px,var(--surface-card-muted)}.process-hub__workflow-chain-minimap-inner{position:relative;min-width:100%}.process-hub__workflow-chain-minimap-links{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;pointer-events:none}.process-hub__workflow-chain-minimap-links path{stroke:rgba(50,225,255,.68);stroke-width:2}.process-hub__workflow-chain-minimap-links marker path{fill:rgba(50,225,255,.78)}.process-hub__workflow-chain-minimap-node{position:absolute;display:grid;align-content:center;grid-gap:3px;gap:3px;min-width:118px;padding:9px 10px;overflow:hidden;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--surface-elevated);box-shadow:0 10px 24px rgba(2,6,23,.24)}.process-hub__workflow-chain-minimap-node small,.process-hub__workflow-chain-minimap-node span{overflow:hidden;color:var(--muted);font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.process-hub__workflow-chain-minimap-node strong{overflow:hidden;color:var(--text);font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.process-hub__workflow-chain-minimap-node--approval{border-color:rgba(34,197,94,.42);background:color-mix(in srgb,var(--surface-elevated) 84%,#059669 16%)}.process-hub__workflow-chain-minimap-node--group{border-style:dashed;border-color:rgba(148,163,184,.48);background:var(--surface-card-muted);box-shadow:none}.process-hub__workflow-chain-minimap-node--chain{border-color:rgba(250,204,21,.44);background:color-mix(in srgb,var(--surface-elevated) 84%,#ca8a04 16%)}.process-hub__workflow-chain-minimap-node.is-current{border-color:rgba(50,225,255,.86);box-shadow:0 0 0 1px rgba(50,225,255,.2),0 14px 30px rgba(2,6,23,.3)}.process-hub__workflow-chain-chips{display:flex;flex-wrap:wrap;gap:8px}.process-hub__workflow-chain-chips span{padding:5px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface-card-muted);font-size:12px;line-height:1}.process-hub__workflow-chain-empty{display:flex;align-items:flex-start;gap:12px;padding:16px}.process-hub__workflow-chain-empty svg{flex:0 0 auto;width:22px;height:22px;color:var(--accent)}.process-hub__workflow-chain-empty strong{color:var(--text)}.process-hub__workflow-chain-empty p{margin:4px 0 0;color:var(--muted)}.process-hub__workflow-type-picker{display:grid;position:absolute;z-index:20;top:calc(100% + 8px);right:0;width:min(360px,100%);min-width:300px;padding:12px;border:1px solid rgba(50,225,255,.28);border-radius:8px;background:var(--surface-card);box-shadow:0 16px 34px rgba(0,0,0,.22)}.process-hub__workflow-type-picker>div{display:grid;grid-gap:8px;gap:8px}.process-hub__workflow-type-picker>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.process-hub__workflow-type-picker button{display:flex;align-items:center;gap:10px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface-inset);text-align:left;cursor:pointer}.process-hub__workflow-type-picker>div:first-child button{width:28px;height:28px;justify-content:center;padding:0}.process-hub__workflow-type-picker button:hover{border-color:rgba(50,225,255,.45);background:rgba(50,225,255,.1)}.process-hub__workflow-type-picker button span{display:grid;grid-gap:3px;gap:3px;min-width:0}.process-hub__workflow-type-picker small{color:var(--muted);line-height:1.4}.process-hub__workflow-type-picker svg{flex:0 0 auto;width:16px;height:16px}.process-hub__workflow-panel{border:1px solid var(--border);border-radius:8px;background:var(--surface-card-muted);overflow:hidden}.process-hub__workflow-panel summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;cursor:pointer;list-style:none}.process-hub__workflow-panel summary::-webkit-details-marker{display:none}.process-hub__workflow-panel summary:after{content:"";width:8px;height:8px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);transition:transform .16s ease}.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{margin-left:auto;color:var(--muted)}.process-hub__workflow-panel-body,.process-hub__workflow-panel>.form-grid,.process-hub__workflow-panel>.process-hub__stack{padding:0 12px 12px}.process-hub__assignee-picker{display:grid;grid-gap:10px;gap:10px;min-width:0}.process-hub__assignee-picker select{width:100%}.process-hub__assignee-chips{display:flex;flex-wrap:wrap;gap:8px;max-height:132px;overflow-y:auto;padding:2px 2px 4px}.process-hub__assignee-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-height:30px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:var(--surface-elevated);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.process-hub__assignee-chip span{flex:0 0 auto;padding:2px 6px;border-radius:999px;color:var(--accent);background:rgba(56,189,248,.13);font-size:11px;text-transform:uppercase}.process-hub__assignee-chip svg{flex:0 0 auto;width:13px;height:13px;color:var(--muted)}.process-hub__assignee-chip:hover{border-color:rgba(56,189,248,.62);background:var(--surface-strong)}.process-hub__dependency-canvas{display:grid;grid-gap:14px;gap:14px;padding:14px;border:1px solid var(--border);border-radius:8px;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}.process-hub__dependency-canvas-footer,.process-hub__dependency-canvas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:.84rem}.process-hub__dependency-canvas-toolbar strong{color:var(--text);font-size:.92rem}.process-hub__dependency-canvas-footer span{display:inline-flex;min-height:26px;align-items:center;padding:3px 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface-inset);color:var(--muted)}.process-hub__dependency-graph{display:grid;grid-template-columns:minmax(180px,1fr) minmax(96px,160px) minmax(180px,1fr);align-items:center;grid-gap:12px;gap:12px;min-height:150px}.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{display:grid;grid-gap:8px;gap:8px}.process-hub__dependency-wait-stack>span{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.process-hub__dependency-node{display:grid;grid-gap:5px;gap:5px;min-height:96px;align-content:center;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-elevated);box-shadow:0 10px 24px rgba(2,6,23,.24)}.process-hub__dependency-node--source{border-color:rgba(50,225,255,.48)}.process-hub__dependency-node--target{border-color:rgba(139,79,255,.58)}.process-hub__dependency-node--wait{min-height:64px;border-color:rgba(245,158,11,.5)}.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);font-size:.82rem;overflow-wrap:anywhere}.process-hub__dependency-arrow{display:grid;grid-gap:6px;gap:6px;align-items:center;justify-items:center;color:var(--muted);font-size:.78rem;font-weight:700;text-align:center}.process-hub__dependency-arrow svg{width:100%;height:42px;overflow:visible}.process-hub__dependency-arrow path{fill:none;stroke:var(--brand);stroke-width:3}.process-hub__dependency-arrow marker path{fill:var(--brand)}.process-hub__inline-icon-label{display:inline-flex;align-items:center;gap:8px}.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{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);grid-gap:16px;gap:16px;min-height:680px}.process-hub__chain-sidebar{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-card)}.process-hub__chain-validation{display:grid;grid-gap:8px;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.process-hub__chain-validation h3{margin:0;font-size:.96rem}.process-hub__chain-canvas{min-height:680px;border:1px solid var(--border);border-radius:8px;overflow:hidden;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}.process-hub__chain-canvas .react-flow__node{font-family:inherit}.process-hub__chain-canvas .react-flow__edge-path{stroke:var(--brand);stroke-width:2.5}.process-hub__chain-canvas .react-flow__edge.selected .react-flow__edge-path{stroke:#facc15;stroke-width:3.5;filter:drop-shadow(0 0 5px rgba(250,204,21,.45))}.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{overflow:hidden;border:1px solid rgba(50,225,255,.28);border-radius:8px;background:var(--surface-elevated);box-shadow:0 14px 30px rgba(2,6,23,.38)}.process-hub__chain-canvas .react-flow__controls-button{width:32px;height:32px;border:0;border-bottom:1px solid rgba(148,163,184,.2);background:var(--surface-elevated);color:var(--text);fill:currentColor}.process-hub__chain-canvas .react-flow__controls-button:last-child{border-bottom:0}.process-hub__chain-canvas .react-flow__controls-button:hover{background:rgba(50,225,255,.16);color:var(--text)}.process-hub__chain-canvas .react-flow__controls-button svg{fill:currentColor}.process-hub__chain-canvas .react-flow__minimap{overflow:hidden;border:1px solid rgba(50,225,255,.26);border-radius:8px;background:var(--surface-elevated);box-shadow:0 14px 30px rgba(2,6,23,.38)}.process-hub__chain-canvas .react-flow__minimap-mask{fill:var(--surface-card-muted)}.process-hub__chain-edge-handle{position:absolute;width:18px;height:18px;border:2px solid rgba(15,23,42,.9);border-radius:999px;background:#32e1ff;box-shadow:0 6px 14px rgba(2,6,23,.36);cursor:-webkit-grab;cursor:grab;pointer-events:all}.process-hub__chain-edge-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.process-hub__chain-node{display:grid;grid-gap:8px;gap:8px;width:240px;min-height:152px;padding:12px;border:1px solid rgba(50,225,255,.36);border-radius:8px;background:var(--surface-elevated);box-shadow:0 14px 30px rgba(2,6,23,.32);color:var(--text)}.process-hub__chain-node--approval{border-color:rgba(34,197,94,.44);background:color-mix(in srgb,var(--surface-elevated) 86%,#059669 14%)}.process-hub__chain-node--chain{border-color:rgba(250,204,21,.5);background:color-mix(in srgb,var(--surface-elevated) 86%,#ca8a04 14%)}.process-hub__chain-node-footer,.process-hub__chain-node-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.process-hub__chain-node strong{min-width:0;font-size:.98rem;line-height:1.25;overflow-wrap:anywhere}.process-hub__chain-node p{margin:0;color:var(--muted);font-size:.82rem}.process-hub__chain-node-badges{display:flex;flex-wrap:wrap;gap:6px}.process-hub__chain-node-badges span{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:3px 7px;border:1px solid rgba(148,163,184,.3);border-radius:999px;color:var(--muted);background:var(--surface-card-muted);font-size:.76rem}.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{display:flex;flex-direction:column;justify-content:space-between;gap:12px;min-width:240px;min-height:160px;padding:14px;border:2px dashed rgba(250,204,21,.62);border-radius:8px;background:color-mix(in srgb,var(--surface-card-muted) 86%,#ca8a04 14%);color:var(--text);box-shadow:inset 0 0 0 1px rgba(250,204,21,.12)}.process-hub__chain-group-node strong{display:block;font-size:.92rem}.process-hub__chain-group-node p{margin:4px 0 0;color:var(--muted);font-size:.78rem}.process-hub__workflow-chain-modal{width:min(980px,calc(100vw - 32px));max-height:calc(100dvh - 48px);min-height:0;gap:0;padding:0;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.process-hub__workflow-chain-modal .admin-modal__header{flex:0 0 auto;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.process-hub__workflow-chain-modal-body{display:grid;flex:0 0 auto;align-content:start;grid-gap:14px;gap:14px;min-height:0;padding:20px 24px}.process-hub__workflow-chain-modal .admin-modal__actions{flex:0 0 auto;padding:16px 24px;border-top:1px solid var(--border)}.process-hub__option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.process-hub__option{display:flex;gap:10px;min-height:88px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18);color:inherit;text-align:left}.process-hub__option:where(button){cursor:pointer}.process-hub__option:where(button):hover{border-color:rgba(20,184,166,.45)}.process-hub__permission-picker{display:grid;grid-gap:12px;gap:12px;margin-top:16px;padding:14px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__section-heading--compact{margin-bottom:0}.process-hub__permission-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.process-hub__permission-columns>div{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0}.process-hub__permission-columns h5{margin:0;font-size:13px;line-height:1.3}.process-hub__review-screen{display:grid;align-content:start;grid-gap:14px;gap:14px}.process-hub__review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.process-hub__review-header h2,.process-hub__review-page h3,.process-hub__review-section h4{margin:0}.process-hub__review-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.process-hub__review-pages{display:grid;grid-gap:14px;gap:14px;padding-bottom:20px}.process-hub__review-page{display:grid;grid-gap:12px;gap:12px;padding:14px 18px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.16)}.process-hub__review-page-header,.process-hub__review-section{display:grid;grid-gap:6px;gap:6px}.process-hub__review-page-header{padding-bottom:10px;border-bottom:1px solid var(--border)}.process-hub__review-section{padding:6px 0 4px}.process-hub__review-list{display:grid;grid-gap:0;gap:0;margin:0}.process-hub__review-list div{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);align-items:baseline;grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.process-hub__review-list dt{color:var(--muted);font-weight:700}.process-hub__review-list dd{min-width:0;margin:0;overflow-wrap:anywhere}.process-hub__option input{flex:0 0 auto;margin-top:3px}.process-hub__option span{display:grid;align-content:start;grid-gap:5px;gap:5px}.process-hub__option small,.process-hub__preview small{color:var(--muted);line-height:1.45}.process-hub__wizard-actions{padding-top:16px;border-top:1px solid var(--border)}.process-hub__wizard-actions span{color:var(--muted);font-size:12px}.process-hub__forms-designer{display:grid;grid-template-columns:190px minmax(0,1fr) 280px;min-height:620px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:rgba(2,6,23,.16)}.process-hub__forms-outline,.process-hub__question-settings{display:grid;align-content:start;grid-gap:16px;gap:16px;padding:14px;background:rgba(2,6,23,.28)}.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{display:grid;grid-gap:6px;gap:6px}.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{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;padding:7px 8px;border:0;border-radius:6px;color:var(--muted);background:transparent;text-align:left;cursor:pointer}.process-hub__outline-page button.is-active,.process-hub__outline-page button:hover{color:var(--text);background:rgba(50,225,255,.1)}.process-hub__outline-page small{color:var(--muted)}.process-hub__forms-canvas{display:grid;align-content:start;grid-gap:14px;gap:14px;min-width:0;min-height:0;overflow-y:auto;padding:22px;background:rgba(15,23,42,.32)}.process-hub__forms-canvas-header{padding:18px;border-top:4px solid var(--accent);border-radius:6px;background:var(--surface-card)}.process-hub__forms-canvas-header h2{margin:0;font-size:20px}.process-hub__forms-canvas-header p:last-child{margin-bottom:0;color:var(--muted)}.process-hub__checklist-builder-tabs{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;padding:3px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.process-hub__checklist-builder-tabs button{min-height:32px;padding:0 12px;border:0;border-radius:4px;color:var(--muted);background:transparent;font:inherit;font-weight:700;cursor:pointer}.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{display:grid;grid-gap:12px;gap:12px;min-width:0;min-height:0}.process-hub__checklist-groups-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.process-hub__checklist-groups-header>div{display:grid;grid-gap:3px;gap:3px}.process-hub__checklist-groups-header span{color:var(--muted);font-size:12px}.process-hub__checklist-group-list{display:grid;grid-gap:10px;gap:10px;min-width:0;min-height:0;max-height:min(560px,calc(100vh - 360px));overflow-y:auto;padding-right:4px}.process-hub__checklist-group-card{display:grid;grid-gap:12px;gap:12px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:6px;background:var(--surface-card)}.process-hub__checklist-group-card>header{display:flex;align-items:center;gap:8px}.process-hub__checklist-group-card>header .input{min-width:0;font-weight:700}.process-hub__checklist-group-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px;min-width:0}.process-hub__checklist-group-field{display:grid;grid-gap:6px;gap:6px;min-width:0;color:var(--text);font-weight:700}.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,calc(100vh - 180px),760px)}.process-hub__forms-canvas,.process-hub__forms-outline,.process-hub__question-settings{min-height:0;overflow-y:auto}}.process-hub__question-card,.process-hub__question-stack{display:grid;grid-gap:10px;gap:10px;min-width:0}.process-hub__question-card{padding:16px;border:1px solid var(--border);border-left:4px solid transparent;border-radius:6px;background:var(--surface-card);cursor:pointer}.process-hub__question-card.is-dragging{opacity:.55}.process-hub__question-card.is-selected,.process-hub__question-card:hover{border-left-color:var(--accent)}.process-hub__question-card.is-selected{box-shadow:0 0 0 1px rgba(50,225,255,.2)}.process-hub__question-card-header{display:flex;align-items:center;gap:10px}.process-hub__question-drag-handle{flex:0 0 auto}.process-hub__question-actions{display:inline-flex;flex:0 0 auto;gap:6px}.process-hub__question-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.process-hub__question-card-footer small{min-width:0}.process-hub__question-card-footer .ui-button{flex:0 0 auto}.process-hub__question-title{width:100%;min-width:0;padding:0;border:0;color:var(--text);background:transparent;font-size:15px;font-weight:700}.process-hub__question-title:focus{outline:0;box-shadow:0 2px 0 var(--accent)}.process-hub__question-card p,.process-hub__question-card small{margin:0;color:var(--muted)}.process-hub__question-answer{display:grid;grid-gap:8px;gap:8px;min-width:0;width:100%}.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{display:grid;grid-gap:6px;gap:6px}.process-hub__lookup-filter-helper{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.process-hub__field-drop-zone{display:grid;min-height:6px;place-items:center;color:var(--muted);border:1px solid transparent;border-radius:6px;font-size:12px;transition:min-height .12s ease,border-color .12s ease,background .12s ease}.process-hub__field-drop-zone.is-active{min-height:28px;border-color:rgba(50,225,255,.28);background:rgba(50,225,255,.04)}.process-hub__field-drop-zone.has-label,.process-hub__field-drop-zone.is-active:hover{border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.08)}.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{display:grid;grid-gap:8px;gap:8px}.process-hub__choice-preview--horizontal{display:flex;flex-wrap:wrap;gap:12px 18px}.process-hub__choice-preview label{display:flex;align-items:center;gap:8px;color:var(--text)}.process-hub__boolean-answer{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:34px;gap:10px;color:var(--text);font-size:.92rem;line-height:1;cursor:pointer}.process-hub__boolean-answer input{position:absolute;opacity:0;pointer-events:none}.process-hub__boolean-answer>span{position:relative;width:42px;height:24px;flex:0 0 auto;border:1px solid var(--border);border-radius:999px;background:rgba(2,6,23,.2);transition:border-color .15s ease,background .15s ease}.process-hub__boolean-answer>span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:var(--muted);transition:transform .15s ease,background .15s ease}.process-hub__boolean-answer input:checked+span{border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.16)}.process-hub__boolean-answer input:checked+span:after{transform:translateX(18px);background:var(--text)}.process-hub__boolean-answer strong{min-width:24px;font-size:inherit;font-weight:600}.process-hub__boolean-answer.is-disabled{cursor:not-allowed;opacity:.68}.process-hub__rating-preview{display:flex;flex-wrap:wrap;gap:8px}.process-hub__rating-preview button,.process-hub__rating-preview span{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--muted);background:rgba(2,6,23,.18)}.process-hub__rating-preview button{cursor:pointer}.process-hub__rating-preview button.is-selected,.process-hub__rating-preview button:hover{color:var(--text);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.14)}.process-hub__rating-slider{display:grid;width:min(420px,100%);grid-gap:8px;gap:8px}.process-hub__rating-slider>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--muted);font-size:.82rem}.process-hub__rating-slider>div strong{display:inline-grid;min-width:34px;min-height:28px;place-items:center;border:1px solid rgba(50,225,255,.4);border-radius:8px;color:var(--text);background:rgba(50,225,255,.08);font-size:.92rem}.process-hub__rating-slider>div span:last-child{text-align:right}.process-hub__rating-slider input[type=range]{width:100%;accent-color:#32e1ff}.process-hub__signature-control{display:grid;width:min(560px,100%);grid-gap:8px;gap:8px}.process-hub__signature-control canvas{width:100%;height:168px;border:1px solid var(--border);border-radius:8px;background:#ffffff;box-shadow:inset 0 -28px 0 rgba(15,23,42,.04);touch-action:none;cursor:crosshair}.process-hub__signature-control canvas:focus-visible{outline:2px solid rgba(50,225,255,.75);outline-offset:2px}.process-hub__signature-control.is-disabled canvas{cursor:default}.process-hub__signature-control>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.process-hub__signature-control small{color:var(--muted)}.process-hub__signature-value{display:block;width:min(220px,100%);max-height:88px;object-fit:contain;border:1px solid var(--border);border-radius:6px;background:#ffffff}.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{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px dashed var(--border);border-radius:6px;color:var(--muted);background:transparent;cursor:pointer}.process-hub__question-add>button:hover{color:var(--text);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.06)}.process-hub__question-add svg,.process-hub__question-type-picker svg{width:16px;height:16px}.process-hub__question-type-picker{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-card)}.process-hub__question-type-picker>div{display:flex;flex-wrap:wrap;gap:8px}.process-hub__question-type-picker>div:first-child{align-items:center;justify-content:space-between}.process-hub__question-type-picker button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(2,6,23,.18);cursor:pointer}.process-hub__question-type-picker button:hover{color:var(--text);border-color:rgba(50,225,255,.55)}.process-hub__settings-toggle{display:flex;align-items:flex-start;gap:8px}.process-hub__settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.process-hub__setup-toggle{position:relative}.process-hub__setup-toggle>button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:62px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.3);color:var(--text);text-align:left;cursor:pointer}.process-hub__setup-toggle>button:focus-visible,.process-hub__setup-toggle>button:hover{border-color:rgba(50,225,255,.48);outline:none}.process-hub__setup-toggle>button.is-on{border-color:rgba(50,225,255,.62);background:rgba(50,225,255,.1)}.process-hub__setup-toggle>button[aria-disabled=true]{cursor:not-allowed;opacity:.62}.process-hub__setup-toggle-track{display:inline-flex;align-items:center;width:42px;height:24px;padding:3px;border:1px solid var(--border);border-radius:999px;background:rgba(148,163,184,.22);transition:background .16s ease,border-color .16s ease}.process-hub__setup-toggle-track span{width:16px;height:16px;border-radius:999px;background:var(--muted);transition:transform .16s ease,background .16s ease}.process-hub__setup-toggle>button.is-on .process-hub__setup-toggle-track{border-color:rgba(50,225,255,.72);background:rgba(50,225,255,.28)}.process-hub__setup-toggle>button.is-on .process-hub__setup-toggle-track span{transform:translateX(18px);background:#67e8f9}.process-hub__setup-toggle>button>span:last-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.process-hub__setup-toggle>button small{color:var(--muted);line-height:1.35}.process-hub__setup-toggle-tooltip{position:absolute;left:10px;right:10px;bottom:calc(100% + 8px);z-index:30;display:none;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-elevated);box-shadow:0 12px 24px rgba(2,6,23,.32);color:var(--text);font-size:12px;line-height:1.35}.process-hub__setup-toggle:focus-within .process-hub__setup-toggle-tooltip,.process-hub__setup-toggle:hover .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{display:grid;grid-gap:3px;gap:3px}.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{display:grid;min-width:0}.process-hub__question-settings .process-hub__number-input,.process-hub__question-settings .process-hub__settings-input{max-width:none;min-width:0;width:100%}.process-hub__choice-option-list,.process-hub__choice-settings,.process-hub__date-boundary{display:grid;grid-gap:8px;gap:8px}.process-hub__choice-option-list>span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__choice-option-list>div{display:grid;grid-template-columns:minmax(0,1fr) 32px;grid-gap:6px;gap:6px}.process-hub__system-field-row{color:var(--muted);background:rgba(15,23,42,.18)}.process-hub__system-field-row strong{display:block;color:var(--text)}.process-hub__choice-option-list.is-readonly input{color:var(--muted)}.process-hub__calculation-builder{display:grid;grid-gap:10px;gap:10px;min-width:0}.process-hub__calculation-toolbar{display:grid;grid-template-columns:minmax(180px,260px);grid-gap:10px;gap:10px;align-items:end}.process-hub__calculation-preview{min-height:34px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(15,23,42,.24);font-size:12px;line-height:1.35}.process-hub__calculation-inputs,.process-hub__calculation-step{display:grid;grid-gap:8px;gap:8px;min-width:0}.process-hub__calculation-operator-row{display:grid;grid-template-columns:36px minmax(180px,260px) minmax(140px,180px);grid-gap:8px;gap:8px;align-items:center;min-width:0}.process-hub__calculation-operator-row>span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:rgba(15,23,42,.32);font-size:12px;font-weight:700}.process-hub__calculation-input-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;grid-gap:8px;gap:8px;align-items:center;min-width:0}.process-hub__calculation-input-controls{display:grid;grid-template-columns:minmax(150px,180px) minmax(0,1fr);grid-gap:8px;gap:8px;min-width:0}.process-hub__calculation-duration{display:grid;grid-template-columns:minmax(90px,120px) minmax(140px,1fr);grid-gap:8px;gap:8px;min-width:0}@media (max-width:720px){.process-hub__calculation-duration,.process-hub__calculation-input-controls,.process-hub__calculation-input-row,.process-hub__calculation-operator-row,.process-hub__calculation-toolbar{grid-template-columns:1fr}}.process-hub__advanced-settings{display:grid;grid-gap:10px;gap:10px;padding-top:10px;border-top:1px solid var(--border)}.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{display:grid;grid-gap:10px;gap:10px}.process-hub__logic-card{padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__logic-card-header,.process-hub__logic-card>div:first-child{display:grid;grid-gap:6px;gap:6px}.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{display:flex;align-items:center;justify-content:space-between;gap:10px}.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__lookup-select{position:relative;display:grid;grid-gap:8px;gap:8px;width:100%}.process-hub__lookup-select-input{position:relative}.process-hub__lookup-select-input .input{padding-right:36px}.process-hub__lookup-select-input>svg{position:absolute;top:50%;right:12px;color:var(--muted);pointer-events:none;transform:translateY(-50%)}.process-hub__lookup-select-options{position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:20;max-height:240px;padding:6px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-card);box-shadow:0 16px 30px rgba(2,6,23,.38)}.process-hub__lookup-select-options button{display:grid;width:100%;grid-gap:2px;gap:2px;padding:9px 10px;border:0;border-radius:6px;color:var(--text);background:transparent;text-align:left;cursor:pointer}.process-hub__lookup-select-options button:focus-visible,.process-hub__lookup-select-options button:hover{background:color-mix(in srgb,var(--brand) 16%,transparent);outline:none}.process-hub__lookup-select-options p,.process-hub__lookup-select-options small{color:var(--muted)}.process-hub__lookup-select-options p{margin:8px;font-size:13px}.process-hub__lookup-selected-values{display:flex;flex-wrap:wrap;gap:6px}.process-hub__lookup-selected-values>span{display:inline-flex;max-width:100%;align-items:center;gap:6px;padding:5px 6px 5px 9px;border:1px solid color-mix(in srgb,var(--brand) 45%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--brand) 12%,transparent)}.process-hub__lookup-selected-values strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__lookup-selected-values button{display:inline-grid;width:22px;height:22px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent;cursor:pointer}.process-hub__lookup-selected-values button:hover:not(:disabled){color:var(--text);background:rgba(248,113,113,.18)}.process-hub__lookup-selected-values button:disabled{cursor:default}.process-hub__logic-rule .process-hub__icon-button{grid-column:2;grid-row:1}.process-hub__preview{display:grid;grid-gap:14px;gap:14px}.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{justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--border)}.process-hub__preview-modal-header p{margin:4px 0 0;color:var(--muted)}.process-hub__preview-close{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;color:var(--text);border:1px solid var(--border);border-radius:8px;background:transparent;cursor:pointer}.process-hub__preview-close:hover{background:rgba(148,163,184,.12)}.process-hub__preview-close svg{width:16px;height:16px}.process-hub__preview-header{padding:14px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__preview-header h2{margin:0}.process-hub__preview-header span{color:var(--muted);font-size:13px}.process-hub__preview-section{display:grid;grid-gap:10px;gap:10px;padding-top:12px;border-top:1px solid var(--border)}.process-hub__preview-section--question-group{gap:12px;padding-top:16px}.process-hub__preview-section--grid{gap:12px}.process-hub__preview-section p{margin:0;color:var(--muted)}.process-hub__repeating-section{display:grid;grid-gap:12px;gap:12px}.process-hub__repeating-section-row{display:grid;grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.22)}.process-hub__repeating-section-row>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.process-hub__repeating-section-row>header strong{font-size:13px}.process-hub__checklist-row{padding:0;border:0;border-radius:0;background:transparent}.process-hub__checklist-row+.process-hub__checklist-row{padding-top:12px;border-top:1px solid var(--border)}.process-hub__repeating-section-actions{display:flex;justify-content:flex-end}.process-hub__back-link--button{border:0;padding:0;background:transparent;cursor:pointer}.process-hub--runtime-preview{max-width:none}.process-hub__runtime-preview-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;margin-bottom:14px}.process-hub__runtime-preview-toolbar-spacer{min-width:0}.process-hub__preview-device-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.process-hub__device-selector,.process-hub__device-subselector,.process-hub__runtime-preview-controls{display:flex;flex-wrap:wrap;gap:8px}.process-hub__preview-device-controls{justify-self:center}.process-hub__runtime-preview-controls{justify-self:end}.process-hub__device-selector,.process-hub__device-subselector{padding:3px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__device-selector button,.process-hub__device-subselector button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 9px;border:1px solid transparent;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer}.process-hub__device-selector button.is-active,.process-hub__device-subselector button.is-active{color:var(--text);border-color:rgba(50,225,255,.48);background:rgba(50,225,255,.12)}.process-hub__device-subselector button{min-width:78px;justify-content:center}.process-hub__device-selector svg{width:16px;height:16px}.process-hub__runtime-preview-shell{display:grid;justify-items:center;align-items:start;min-height:calc(100vh - 128px)}.process-hub__device-frame{min-width:0;width:100%}.process-hub__device-frame--mobile,.process-hub__device-frame--tablet{position:relative;display:grid;box-sizing:border-box;overflow:hidden;border:10px solid rgba(2,6,23,.96);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 18%),rgba(2,6,23,.72);box-shadow:0 22px 60px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.08)}.process-hub__device-frame--tablet{width:min(900px,100%);height:min(760px,calc(100vh - 152px));padding:34px 24px 24px;border-radius:30px}.process-hub__device-frame--mobile{width:min(430px,100%);height:min(820px,calc(100vh - 152px));padding:34px 12px 24px;border-width:9px;border-radius:42px}.process-hub__device-frame--tablet-11.process-hub__device-frame--portrait{width:min(900px,100%);height:min(760px,calc(100vh - 152px))}.process-hub__device-frame--tablet-11.process-hub__device-frame--landscape{width:min(1100px,100%);height:min(680px,calc(100vh - 152px))}.process-hub__device-frame--tablet-8-7.process-hub__device-frame--portrait{width:min(700px,100%);height:min(760px,calc(100vh - 152px))}.process-hub__device-frame--tablet-8-7.process-hub__device-frame--landscape{width:min(900px,100%);height:min(590px,calc(100vh - 152px))}.process-hub__device-frame--mobile.process-hub__device-frame--portrait{width:min(430px,100%);height:min(820px,calc(100vh - 152px))}.process-hub__device-frame--mobile.process-hub__device-frame--landscape{width:min(760px,100%);height:min(430px,calc(100vh - 152px));border-radius:34px}.process-hub__device-camera{position:absolute;top:13px;left:50%;width:64px;height:5px;border-radius:999px;transform:translateX(-50%);background:rgba(148,163,184,.52)}.process-hub__device-frame--mobile .process-hub__device-camera{width:72px}.process-hub__device-home-indicator{position:absolute;bottom:9px;left:50%;width:96px;height:4px;border-radius:999px;transform:translateX(-50%);background:rgba(226,232,240,.62)}.process-hub__runtime-preview-records{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:16px;border-right:1px solid var(--border);background:rgba(2,6,23,.24)}.process-hub__runtime-preview-records h2{margin:0;font-size:16px}.process-hub__runtime-preview-records>button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid rgba(50,225,255,.32);border-radius:6px;color:var(--text);background:rgba(50,225,255,.08);text-align:left}.process-hub__runtime-preview-records>button span:first-child{display:grid;grid-gap:4px;gap:4px}.process-hub__runtime-preview-columns span,.process-hub__runtime-preview-records small{color:var(--muted)}.process-hub__runtime-preview-columns{display:grid;grid-gap:8px;gap:8px}.process-hub__runtime-preview-columns>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.process-hub__register-preview{position:relative;display:grid;min-width:0;grid-gap:12px;gap:12px}.process-hub__register-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0;padding:16px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.22)}.process-hub__register-preview-header>div:first-child{display:grid;min-width:0;grid-gap:5px;gap:5px}.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-bulkbar,.process-hub__register-preview-bulkbar>div,.process-hub__register-preview-filter-actions,.process-hub__register-preview-row-actions,.process-hub__register-preview-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.process-hub__register-preview-actions{justify-content:flex-end}.process-hub__register-preview-display-map{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.process-hub__register-preview-display-map span{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.14)}.process-hub__register-preview-display-map strong{color:var(--text);font-size:12px;font-weight:800}.process-hub__register-preview-display-map small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.process-hub__register-preview-toolbar{padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.2)}.process-hub__register-preview-search{display:flex;align-items:center;flex:1 1 260px;gap:8px;min-width:180px;min-height:38px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:rgba(2,6,23,.24)}.process-hub__register-preview-search svg{width:16px;height:16px;color:var(--muted)}.process-hub__register-preview-search input{width:100%;min-width:0;border:0;color:var(--muted);background:transparent;outline:0}.process-hub__register-preview-select{display:grid;grid-gap:4px;gap:4px;min-width:180px;color:var(--muted);font-size:12px;font-weight:700}.process-hub__register-preview-select select{min-height:38px;border:1px solid var(--border);border-radius:7px;color:var(--text);background:rgba(2,6,23,.24)}.process-hub__register-preview-chips{display:flex;flex-wrap:wrap;gap:8px}.process-hub__register-preview-chips button,.process-hub__register-preview-chips span{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:rgba(2,6,23,.16);font-size:12px;font-weight:700}.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{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__register-preview-filter-panel label,.process-hub__register-preview-single-field,.process-hub__register-preview-surface-fields label{display:grid;grid-gap:6px;gap:6px;min-width:0}.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{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px}.process-hub__register-preview-view-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.process-hub__register-preview-view-meta span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__register-preview-bulkbar{justify-content:space-between;min-width:0;padding:10px 12px;border:1px solid rgba(50,225,255,.22);border-radius:8px;background:rgba(50,225,255,.08)}.process-hub__register-preview-bulkbar strong{font-size:13px}.process-hub__register-preview-grid{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:12px;gap:12px;min-width:0}.process-hub__register-preview-table-wrap{min-width:0;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18);overflow-x:auto}.process-hub__register-preview-group{margin:0;padding:10px 12px;border-bottom:1px solid var(--border);color:var(--muted);font-size:13px;font-weight:700}.process-hub__register-preview-table{width:100%;min-width:720px;border-collapse:collapse}.process-hub__register-preview-table td,.process-hub__register-preview-table th{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.process-hub__register-preview-table th{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.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.is-selected,.process-hub__register-preview-table tbody tr:hover{background:rgba(50,225,255,.08)}.process-hub__register-preview-table tbody tr.process-hub__register-preview-list-inline-row{cursor:default;background:rgba(50,225,255,.07)}.process-hub__register-preview-list-inline-row .input,.process-hub__register-preview-list-inline-row .select{min-width:150px}.process-hub__register-preview-table td:first-child,.process-hub__register-preview-table th:first-child{width:42px}.process-hub__register-preview-row-actions{flex-wrap:nowrap}.process-hub__register-preview-status{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.process-hub__register-preview-status--neutral,.process-hub__register-preview-status--slate{color:#cbd5e1;background:rgba(100,116,139,.28)}.process-hub__register-preview-status--blue{color:#bae6fd;background:rgba(14,165,233,.24)}.process-hub__register-preview-status--green{color:#bbf7d0;background:rgba(34,197,94,.22)}.process-hub__register-preview-status--red{color:#fecaca;background:rgba(239,68,68,.22)}.process-hub__register-preview-status--amber{color:#fde68a;background:rgba(245,158,11,.24)}.process-hub__register-preview-mobile-list dl{display:grid;grid-gap:8px;gap:8px;margin:0}.process-hub__register-preview-mobile-list dl>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.process-hub__register-preview-mobile-list dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.process-hub__register-preview-mobile-list dd{overflow:hidden;margin:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.process-hub__register-preview-mobile-list{display:grid;grid-gap:10px;gap:10px}.process-hub__register-preview-mobile-list article{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__register-preview-mobile-list article.is-selected{border-color:rgba(50,225,255,.48)}.process-hub__register-preview-mobile-list article.process-hub__register-preview-list-inline-card{background:rgba(50,225,255,.06)}.process-hub__register-preview-list-inline-fields{display:grid;grid-gap:8px;gap:8px;min-width:0}.process-hub__register-preview-list-inline-fields label{display:grid;grid-gap:5px;gap:5px;min-width:0}.process-hub__register-preview-list-inline-fields label>span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.process-hub__register-preview-mobile-list article>button{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.process-hub__register-preview-mobile-list article>button>span:first-child{display:grid;min-width:0;grid-gap:3px;gap:3px}.process-hub__register-preview-mobile-list small,.process-hub__register-preview-mobile-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__register-preview-mobile-list small{color:var(--muted)}.process-hub__register-preview-row-select{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.process-hub__register-preview-fullpage,.process-hub__register-preview-inline-panel{min-width:0}.process-hub__register-preview-fullpage{padding:12px;border:1px solid rgba(50,225,255,.22);border-radius:8px;background:rgba(50,225,255,.07)}.process-hub__register-preview-side-panel{position:absolute;z-index:7;top:92px;right:12px;width:min(420px,calc(100% - 24px));max-height:calc(100% - 112px);overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:-18px 18px 48px rgba(0,0,0,.32)}.process-hub__register-preview-side-panel--bulk{top:150px}.process-hub__register-preview-modal-backdrop{position:absolute;z-index:8;inset:0;display:grid;place-items:center;min-height:420px;padding:20px;border-radius:8px;background:rgba(2,6,23,.64)}.process-hub__register-preview-modal-card,.process-hub__register-preview-wizard-card{width:min(680px,100%);max-height:min(760px,calc(100vh - 180px));overflow-y:auto}.process-hub__register-preview-surface-card{display:grid;grid-gap:12px;gap:12px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__register-preview-modal-card .process-hub__register-preview-surface-card,.process-hub__register-preview-side-panel .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-selected-pills,.process-hub__register-preview-surface-card footer,.process-hub__register-preview-surface-card header,.process-hub__register-preview-wizard-steps{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between;gap:8px}.process-hub__register-preview-surface-card header{padding-bottom:10px;border-bottom:1px solid var(--border)}.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-fields,.process-hub__register-preview-surface-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.process-hub__register-preview-surface-summary>div{min-width:0;padding:8px;border:1px solid var(--border);border-radius:7px;background:rgba(15,23,42,.2)}.process-hub__register-preview-surface-summary dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.process-hub__register-preview-surface-summary dd{overflow:hidden;margin:2px 0 0;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.process-hub__register-preview-history{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:18px}.process-hub__register-preview-history li{display:grid;grid-gap:2px;gap:2px;color:var(--text)}.process-hub__register-preview-history span{color:var(--muted);font-size:12px}.process-hub__register-preview-upload-box{display:flex;align-items:center;gap:10px;min-height:86px;padding:12px;border:1px dashed rgba(50,225,255,.42);border-radius:8px;color:var(--muted);background:rgba(50,225,255,.06)}.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{display:inline-flex;align-items:center;min-height:28px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:rgba(2,6,23,.16);font-size:12px;font-weight:700}.process-hub__register-preview-wizard-steps span.is-active{border-color:rgba(50,225,255,.42);color:var(--text);background:rgba(50,225,255,.12)}.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-fields,.process-hub__register-preview--mobile .process-hub__register-preview-surface-summary{grid-template-columns:1fr}.process-hub__register-preview--mobile .process-hub__register-preview-side-panel{top:72px;right:8px;width:calc(100% - 16px);max-height:calc(100% - 90px)}.process-hub__register-preview--mobile .process-hub__register-preview-modal-backdrop{padding:10px}.process-hub__runtime-preview-main{display:grid;align-content:start;grid-gap:14px;gap:14px;min-width:0;width:min(1120px,100%);margin:0 auto}.process-hub__runtime-preview-main--tablet{width:min(820px,100%)}.process-hub__runtime-preview-main--mobile{width:min(390px,100%)}.process-hub__device-frame--mobile .process-hub__runtime-preview-main,.process-hub__device-frame--tablet .process-hub__runtime-preview-main{width:100%;height:100%;margin:0;overflow-y:auto;overscroll-behavior:contain;padding:0 6px 10px 0;scrollbar-gutter:stable}.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__device-frame--mobile .process-hub__runtime-preview-main--mobile-app{padding:14px}.process-hub__runtime-preview-nav{display:flex;flex-wrap:wrap;gap:8px}.process-hub__runtime-preview-nav button{display:inline-flex;align-items:center;gap:8px;min-height:36px;min-width:0;padding:7px 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(2,6,23,.18);cursor:pointer}.process-hub__runtime-preview-nav button:disabled{cursor:default;opacity:1}.process-hub__runtime-preview-nav button.is-active{color:var(--text);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.1)}.process-hub__runtime-preview-nav span{display:inline-grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border:1px solid;border-radius:50%;font-size:11px}.process-hub__runtime-preview-nav span svg{width:13px;height:13px}.process-hub__runtime-preview-nav strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.process-hub__runtime-preview-nav--steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.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{margin:0;color:var(--muted);font-size:13px;font-weight:700}.process-hub__runtime-preview-tabs{display:flex;flex-wrap:wrap;gap:8px}.process-hub__runtime-preview-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:7px 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(2,6,23,.18);cursor:pointer}.process-hub__runtime-preview-tabs button.is-active{color:var(--text);border-color:rgba(50,225,255,.55);background:rgba(50,225,255,.1)}.process-hub__runtime-preview-tabs span{display:inline-grid;width:20px;height:20px;place-items:center;border:1px solid;border-radius:50%;font-size:11px}.process-hub__runtime-form--interactive{gap:14px}.process-hub--runtime-preview .process-hub__runtime-page{padding:0;border:0;background:transparent}.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--mobile .process-hub__runtime-form--question-group .process-hub__runtime-page,.process-hub__runtime-preview-main--tablet .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--grid,.process-hub__runtime-preview-main--mobile .process-hub__form-grid--two-column{grid-template-columns:1fr}.process-hub__runtime-preview-main--mobile .process-hub__runtime-preview-nav{display:grid;grid-template-columns:1fr}.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:1 1 100%;justify-content:center}.process-hub__runtime-page--question-group{padding:20px}.process-hub__runtime-preview-actions{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid var(--border)}.process-hub__device-frame--mobile-app{grid-template-rows:auto minmax(0,1fr) auto;padding-right:0;padding-left:0;background:#f3f6fb}.process-hub__device-frame--mobile.process-hub__device-frame--mobile-app,.process-hub__device-frame--tablet.process-hub__device-frame--mobile-app{padding-bottom:18px}.process-hub__mobile-app-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:76px;padding:12px 20px;color:#ffffff;background:#102a43}.process-hub__mobile-app-topbar div{display:grid;min-width:0;grid-gap:4px;gap:4px}.process-hub__mobile-app-topbar div span{color:#9fb3c8;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.process-hub__mobile-app-topbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__mobile-app-topbar>span{flex:0 0 auto;border-radius:999px;padding:.45rem .7rem;color:#d3f9d8;background:#1b5e20;font-size:.8rem;font-weight:800}.process-hub__runtime-preview-main--mobile-app{gap:16px;padding:16px 20px 20px;color:#102a43;background:#f3f6fb;font-size:.95rem}.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-header,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-mobile-list article,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-surface-card,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-toolbar{border-color:#d9e2ec;color:#102a43;background:#ffffff;box-shadow:0 8px 24px rgba(16,42,67,.07)}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips button,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips span,.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-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-mobile-list dt,.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-select,.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-single-field>span,.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-surface-fields label>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-view-meta span{color:#627d98}.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-header h2,.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,.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{color:#102a43}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips button,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-chips span,.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-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-selected-pills span,.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-fields .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-wizard-steps span{border-color:#d9e2ec;color:#102a43;background:#f8fafc}.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-modal-card .process-hub__register-preview-surface-card,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-side-panel,.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-wizard-card .process-hub__register-preview-surface-card{border-color:#d9e2ec;color:#102a43;background:#ffffff}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-modal-backdrop{background:rgba(16,42,67,.42)}.process-hub__runtime-preview-main--mobile-app .process-hub__register-preview-bulkbar{border-color:#bae6fd;color:#102a43;background:#e0f2fe}.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{display:flex;align-items:center;justify-content:space-between;gap:16px}.process-hub__mobile-app-section-heading div{display:grid;min-width:0}.process-hub__mobile-app-section-heading span,.process-hub__runtime-preview-main--mobile-app .process-hub__eyebrow{display:block;margin-bottom:.35rem;color:#486581;font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.process-hub__mobile-app-section-heading h1{margin:0;color:#102a43;font-size:1.45rem;line-height:1.18}.process-hub__mobile-app-inline-button{width:-moz-fit-content;width:fit-content;min-height:40px;margin-bottom:.75rem;padding:0;border:0;color:#1769aa;background:transparent;font:inherit;font-weight:800;cursor:pointer}.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{display:grid;grid-gap:16px;gap:16px;margin-bottom:10px;color:#102a43}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page>div:first-child{display:grid;grid-gap:4px;gap:4px}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page h2{margin:0;color:#102a43;font-size:1.28rem}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-page>div:first-child>p:not(.process-hub__eyebrow){margin:0;color:#627d98}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section{display:grid;grid-gap:16px;gap:16px;margin:0;padding:20px;border:1px solid #d9e2ec;border-radius:18px;color:#102a43;background:#ffffff;box-shadow:0 8px 24px rgba(16,42,67,.07)}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section h3{margin:0;color:#102a43;font-size:1.1rem;font-weight:800}.process-hub__runtime-preview-main--mobile-app .process-hub__preview-section>p{margin:0;color:#627d98}.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--grid,.process-hub__runtime-preview-main--tablet.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--two-column{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--grid,.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__form-grid--two-column{grid-template-columns:1fr}.process-hub__runtime-preview-main--mobile-app .choice-group,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-field,.process-hub__runtime-preview-main--mobile-app label{display:grid;align-content:start;grid-gap:7px;gap:7px;color:#102a43;font-weight:700}.process-hub__runtime-preview-main--mobile-app .choice-group legend,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-field>span,.process-hub__runtime-preview-main--mobile-app label>span{color:#102a43;font-size:.95rem;font-weight:800;letter-spacing:0;text-transform:none}.process-hub__runtime-preview-main--mobile-app input,.process-hub__runtime-preview-main--mobile-app select,.process-hub__runtime-preview-main--mobile-app textarea{width:100%;min-height:48px;border:1px solid #bcccdc;border-radius:12px;padding:.85rem 1rem;color:#102a43;background:#ffffff;font:inherit}.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{min-height:48px;display:flex;align-items:center;gap:12px;border:1px solid #d9e2ec;border-radius:12px;padding:.65rem .8rem;background:#f8fafc}.process-hub__runtime-preview-main--mobile-app .process-hub__choice-preview input{width:24px;height:24px;min-height:0;flex:0 0 auto;padding:0}.process-hub__mobile-app-range-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px}.process-hub__mobile-app-range-control input{min-height:48px;padding:0}.process-hub__mobile-app-range-control strong{min-width:34px;text-align:right}.process-hub__mobile-app-attachment-field{display:grid;grid-gap:12px;gap:12px;grid-column:1/-1;border-radius:14px;padding:16px;background:#f0f4f8}.process-hub__mobile-app-attachment-field>div:first-child{display:grid;grid-gap:4px;gap:4px}.process-hub__mobile-app-attachment-field>div:last-child{display:flex;flex-wrap:wrap;gap:12px}.process-hub__mobile-app-button,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button{min-height:48px;border:0;border-radius:12px;padding:.75rem 1rem;font:inherit;font-weight:800;cursor:pointer}.process-hub__mobile-app-button--secondary,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--ghost,.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--secondary{color:#102a43;background:#d9e2ec}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions .ui-button--primary{color:#ffffff;background:#1769aa}.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;justify-content:flex-end;gap:12px;border:1px solid #d9e2ec;border-radius:16px;padding:14px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(16,42,67,.14)}.process-hub__runtime-preview-main--mobile.process-hub__runtime-preview-main--mobile-app .process-hub__runtime-preview-actions{align-items:stretch;flex-direction:column}.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{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;padding:9px 12px;border-top:1px solid #d9e2ec;background:rgba(255,255,255,.97)}.process-hub__mobile-app-bottom-nav button{min-height:48px;border:0;border-radius:12px;color:#486581;background:transparent;font:inherit;font-weight:800}.process-hub__mobile-app-bottom-nav button.is-active{color:#ffffff;background:#1769aa}.process-hub__runtime-submit-actions{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end;gap:10px}.process-hub__runtime-submit-actions>span{max-width:520px;color:var(--muted);font-size:12px;text-align:right}.process-hub__record-detail-view{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__record-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.process-hub__record-detail-view h2{margin:0}.process-hub__record-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.process-hub__record-detail-grid>div{display:grid;grid-gap:6px;gap:6px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.2)}.process-hub__record-detail-grid span{color:var(--muted);font-size:12px;font-weight:700}.process-hub__record-detail-grid strong{min-width:0;overflow-wrap:anywhere;font-size:15px}.process-hub__view-actions{display:flex;flex-wrap:wrap;gap:10px 18px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:rgba(15,23,42,.2)}.process-hub__pdf-print-root{display:none}.process-hub__pdf-document{color:#111827;background:#ffffff;font-family:Arial,sans-serif}.process-hub__pdf-document-header{display:grid;grid-gap:12px;gap:12px;padding-bottom:18px;border-bottom:2px solid #111827}.process-hub__pdf-document-header p,.process-hub__pdf-page>header p{margin:0;color:#4b5563;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.process-hub__pdf-document-header h1,.process-hub__pdf-page h2,.process-hub__pdf-repeat h4,.process-hub__pdf-section h3{margin:0;color:#111827}.process-hub__pdf-document-header dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0}.process-hub__pdf-answer-list>div,.process-hub__pdf-document-header dl>div{min-width:0}.process-hub__pdf-answer-list dt,.process-hub__pdf-document dt{color:#4b5563;font-size:11px;font-weight:700}.process-hub__pdf-document dd{margin:3px 0 0;overflow-wrap:anywhere}.process-hub__pdf-page,.process-hub__pdf-pages,.process-hub__pdf-repeat,.process-hub__pdf-section{display:grid;grid-gap:14px;gap:14px}.process-hub__pdf-page{padding-top:20px;page-break-inside:avoid;break-inside:avoid}.process-hub__pdf-page>header{display:grid;grid-gap:5px;gap:5px;padding-bottom:8px;border-bottom:1px solid #d1d5db}.process-hub__pdf-page>header span,.process-hub__pdf-section>p{color:#4b5563}.process-hub__pdf-section{page-break-inside:avoid;break-inside:avoid}.process-hub__pdf-answer-list{display:grid;grid-gap:0;gap:0;margin:0;border-top:1px solid #e5e7eb}.process-hub__pdf-answer-list>div{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);grid-gap:12px;gap:12px;padding:8px 0;border-bottom:1px solid #e5e7eb}.process-hub__pdf-repeat>div{display:grid;grid-gap:8px;gap:8px}.process-hub__form-grid--one-column,.process-hub__form-grid--single{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));gap:10px;align-items:start}.process-hub__form-grid--grid label{min-width:0}.process-hub__selected-row{background-color:rgba(37,99,235,.16)}.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{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-elevated)}.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{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-elevated)}.process-hub__attachments,.process-hub__canvas-header,.process-hub__runtime-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.process-hub__runtime-form{display:grid;grid-gap:18px;gap:18px}.process-hub__runtime-form section{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__runtime-form h2,.process-hub__runtime-form h3{margin:0;font-size:16px}.process-hub__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.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{width:100%;margin:0;border:0;border-top:1px solid var(--border)}.process-hub__lookup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.process-hub__lookup-card{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.18)}.process-hub__lookup-card span,.process-hub__target-card span{color:var(--muted)}.process-hub__checkbox{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px;color:var(--text)}.process-hub__checkbox input[type=checkbox]{flex:0 0 18px;width:18px;height:18px;min-height:0;margin:0;padding:0;accent-color:var(--brand)}.process-hub__notification-event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:8px 12px;gap:8px 12px}.process-hub__checkbox--center{justify-content:center}.process-hub__attachments{margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.process-hub__attachments>div{display:flex;gap:12px;align-items:flex-start}.process-hub__attachments svg{width:18px;height:18px;color:var(--accent)}.process-hub__attachment-control{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px dashed var(--border);border-radius:10px;background:rgba(2,6,23,.18)}.process-hub__attachment-picker{display:inline-flex!important;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.process-hub__attachment-picker input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.process-hub__attachment-progress{display:grid;grid-template-columns:auto minmax(120px,1fr);align-items:center;grid-gap:10px;gap:10px}.process-hub__attachment-progress progress{width:100%}.process-hub__attachment-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.process-hub__attachment-list li{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:8px;border:1px solid var(--border);border-radius:8px}.process-hub__attachment-list li>svg{width:18px;height:18px;color:var(--accent)}.process-hub__attachment-list a{overflow:hidden;color:var(--text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.process-hub__attachment-list li>span{color:var(--muted);font-size:12px}.process-hub__attachment-links{display:inline-grid;gap:6px;max-width:100%}.process-hub__attachment-link{display:inline-flex;align-items:center;gap:6px;min-width:0;padding:0;border:0;background:transparent;color:var(--accent);font:inherit;font-weight:800;text-align:left;cursor:pointer}.process-hub__attachment-link:hover{color:var(--text);text-decoration:underline;text-underline-offset:3px}.process-hub__attachment-link svg{width:16px;height:16px;flex:0 0 auto}.process-hub__attachment-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__attachment-viewer{width:min(1040px,calc(100vw - 32px));max-height:calc(100vh - 32px)}.process-hub__attachment-viewer-body{display:grid;min-height:min(680px,calc(100vh - 220px));overflow:hidden;border:1px solid var(--border);border-radius:8px;background:rgba(2,6,23,.24)}.process-hub__attachment-viewer-body iframe,.process-hub__attachment-viewer-body img{width:100%;height:min(680px,calc(100vh - 220px));border:0}.process-hub__attachment-viewer-body img{object-fit:contain}.process-hub__attachment-viewer-fallback{display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;min-height:260px;color:var(--muted);text-align:center}.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{display:inline-flex;align-items:center;gap:8px}.process-hub__inline-field span{color:var(--muted);font-size:12px;white-space:nowrap}.process-hub__inline-field--grow{width:100%}.process-hub__inline-field--grow .input{flex:1 1}.process-hub__settings-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:min(420px,100%)}.process-hub__row-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}.process-hub__row-actions--below-settings{flex-wrap:wrap;justify-content:flex-end;white-space:normal}.process-hub__icon-only-button{width:40px;padding-inline:0}.process-hub__record-action-cell,.process-hub__record-action-heading{width:128px;text-align:center}.process-hub__record-actions{justify-content:center;gap:6px}.process-hub__record-action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(2,6,23,.3);cursor:pointer}.process-hub__record-action-button:hover{color:var(--text);border-color:rgba(50,225,255,.5);background:rgba(50,225,255,.08);text-decoration:none}.process-hub__record-action-button--danger:hover{color:#fca5a5;border-color:rgba(248,113,113,.6);background:rgba(248,113,113,.08)}.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{align-items:flex-start;justify-content:space-between}.process-hub__leave-modal-body{margin:0;color:var(--muted);line-height:1.6}.process-hub__leave-modal-actions{align-items:center;flex-wrap:nowrap}.process-hub__leave-modal-actions .ui-button{flex:0 0 auto}@media (max-width:720px){.process-hub__leave-modal-actions{align-items:stretch;flex-wrap:wrap}.process-hub__leave-modal-actions .ui-button{flex:1 1 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__lookup-modal-body{display:grid;flex:1 1;grid-template-columns:minmax(260px,320px) minmax(0,1fr);min-height:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.process-hub__lookup-selector{display:flex;min-height:0;flex-direction:column;gap:16px;padding:16px;border-right:1px solid var(--border);background:rgba(2,6,23,.18)}.process-hub__table-picker{position:relative}.process-hub__table-options{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:3;max-height:260px;padding:6px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-card);box-shadow:0 16px 30px rgba(2,6,23,.35)}.process-hub__table-options button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border:0;border-radius:6px;color:var(--text);background:transparent;text-align:left;cursor:pointer}.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 p,.process-hub__table-options span{color:var(--muted);font-size:12px}.process-hub__table-options p{margin:8px}.process-hub__column-heading,.process-hub__column-heading>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.process-hub__column-heading>div{align-items:flex-start;flex-direction:column}.process-hub__column-heading span{color:var(--muted);font-size:12px}.process-hub__column-list{flex:1 1;min-height:180px;overflow-y:auto}.process-hub__column-list>label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 4px;border-bottom:1px solid var(--border);cursor:pointer}.process-hub__column-list>label>span{display:flex;min-width:0;align-items:center;gap:8px}.process-hub__column-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__column-list small{color:var(--muted)}.process-hub__lookup-preview{display:flex;min-width:0;min-height:380px;flex-direction:column;gap:12px;padding:16px}.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 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{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-elevated)}.process-hub__lookup-preview-table .data-table td{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-hub__null-value{color:var(--muted);font-style:italic}.process-hub__lookup-modal-footer{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;grid-gap:16px;gap:16px}.process-hub__icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:rgba(2,6,23,.3);cursor:pointer}.process-hub__icon-button:hover{color:var(--text);border-color:rgba(248,113,113,.5)}.process-hub__target-card{grid-template-columns:32px minmax(0,1fr);margin-bottom:14px}.process-hub__target-card div{display:grid;grid-gap:2px;gap:2px}.process-hub__footer-link{display:flex;justify-content:flex-start}@media (max-width:1200px){.process-hub__columns,.process-hub__option-grid,.process-hub__pattern-grid,.process-hub__process-grid{grid-template-columns:1fr}.process-hub__pattern-grid--setup,.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{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border);border-left:0}.process-hub__process-card{grid-template-columns:48px minmax(0,1fr)}.process-hub__card-actions,.process-hub__stats{grid-column:1/-1}}@media (max-width:820px){.process-hub__operations-workspace{grid-template-columns:1fr}.process-hub__operations-navigation{position:static;max-height:none;overflow-y:visible;overscroll-behavior-y:auto;scrollbar-gutter:auto}.process-hub__operations-card{max-height:none;overflow:visible;scrollbar-gutter:auto}.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{margin-top:0;padding-top:0;padding-left:15px;border-top:0;border-left:1px solid var(--border)}.process-hub__pattern-grid--setup,.process-hub__workflow-overview-grid,.process-hub__workflow-workspace{grid-template-columns:1fr}.process-hub__workflow-workspace-nav{position:static;grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;overflow-y:visible;overscroll-behavior-y:auto;scrollbar-gutter:auto;padding-right:0;padding-bottom:10px;border-right:0;border-bottom:1px solid var(--border)}.process-hub__workflow-workspace-nav button{justify-content:center}.process-hub__workflow-chain-overview-header{align-items:stretch;flex-direction:column}.process-hub__permission-columns,.process-hub__review-list div{grid-template-columns:1fr}.process-hub__review-header{align-items:stretch;flex-direction:column}.process-hub__review-actions{justify-content:flex-start}.process-hub__attachments,.process-hub__canvas-header,.process-hub__hero,.process-hub__page-header,.process-hub__preview-header,.process-hub__runtime-section-header,.process-hub__subsection-heading,.process-hub__wizard-actions{align-items:stretch;flex-direction:column}.process-hub__card-actions,.process-hub__hero-actions,.process-hub__record-view-tabs,.process-hub__record-view-toolbar{justify-content:flex-start}.process-hub__settings-header,.process-hub__work-filters,.process-hub__work-page-header{grid-template-columns:1fr}.process-hub__records-card{padding:16px}.process-hub__record-view-heading{align-items:stretch;grid-template-columns:1fr}.process-hub__record-view-filters{grid-template-columns:1fr}.process-hub__work-header{display:none}.process-hub__work-card{grid-template-columns:36px minmax(0,1fr) auto;align-items:start}.process-hub__work-assigned,.process-hub__work-created,.process-hub__work-due,.process-hub__work-folder,.process-hub__work-process{grid-column:2/-1}.process-hub__work-card>.process-hub__status{grid-column:3;grid-row:1}.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{align-items:stretch;flex-direction:column}.process-hub__attachment-picker,.process-hub__runtime-preview-actions .ui-button,.process-hub__runtime-submit-actions .ui-button{width:100%;justify-content:center}.process-hub__attachment-list li{grid-template-columns:auto minmax(0,1fr)}.process-hub__attachment-list li>button,.process-hub__attachment-list li>span{grid-column:2;justify-self:start}.process-hub__runtime-submit-actions>span{max-width:none;text-align:left}.process-hub__automation-search,.process-hub__builder-toolbar,.process-hub__filters,.process-hub__filters--compact,.process-hub__form-grid,.process-hub__lookup-grid,.process-hub__numbering-grid{grid-template-columns:1fr}.process-hub__dependency-canvas-footer,.process-hub__dependency-canvas-toolbar{align-items:stretch;flex-direction:column}.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:"";width:2px;height:30px;background:var(--brand)}.process-hub__builder-header{align-items:stretch}.process-hub__builder-header-main{align-items:flex-start}.process-hub__builder-identity{display:grid;grid-gap:4px;gap:4px}.process-hub__builder-identity p{overflow:visible;white-space:normal}.process-hub__progress-nav button{flex-basis:164px}.process-hub__forms-designer{grid-template-columns:1fr}.process-hub__builder-section .process-hub__section-heading{align-items:stretch;flex-direction:column}.process-hub__builder-section .process-hub__row-actions{flex-wrap:wrap;white-space:normal}.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-column-order,.process-hub__view-columns .process-hub__icon-button{justify-self:end}.process-hub__attribute-designer{grid-template-columns:1fr}.process-hub__attribute-nav{order:-1;grid-template-columns:repeat(3,minmax(0,1fr));padding-right:0;padding-bottom:12px;border-right:0;border-bottom:1px solid var(--border)}.process-hub__attribute-results>div,.process-hub__attribute-simulation{grid-template-columns:1fr}.process-hub__attribute-results code{justify-self:start}.process-hub__attribute-aggregate,.process-hub__attribute-logic{min-width:0}.process-hub__attribute-between,.process-hub__attribute-condition,.process-hub__attribute-operand,.process-hub__attribute-operand-row,.process-hub__attribute-rule-heading{grid-template-columns:1fr}.process-hub__attribute-condition .process-hub__icon-button,.process-hub__attribute-operand-row .process-hub__icon-button,.process-hub__attribute-rule-heading .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-column:3;grid-row:1}.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 .process-hub__layout-repeat-badge,.process-hub__layout-section-card>header .ui-button{grid-column:2;justify-self:start}.process-hub__layout-section-card>header .process-hub__icon-button{grid-column:3;grid-row:1}.process-hub__forms-outline,.process-hub__question-settings{border:0}.process-hub__forms-outline{border-bottom:1px solid var(--border)}.process-hub__question-settings{grid-template-columns:1fr;border-top:1px solid var(--border)}.process-hub__forms-canvas{padding:12px}.process-hub__field-modal .form-grid{grid-template-columns:1fr}.process-hub__lookup-modal{overflow-y:auto}.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__lookup-modal-footer .admin-modal__actions{justify-content:flex-end}.process-hub__config-row,.process-hub__config-row--section,.process-hub__rule-row,.process-hub__stats{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{margin-top:6px;padding-top:12px;padding-left:0;border-top:1px solid var(--border);border-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:#ffffff}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{position:absolute;inset:0;display:block;width:100%;padding:0;background:#ffffff}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-repeat>div,body.process-hub-printing-pdf .process-hub__pdf-section{break-inside:avoid;page-break-inside:avoid}body.process-hub-printing-pdf .process-hub__signature-value{max-height:72px}}