:root,[data-theme=sunrise]{--bg-1:#fff8ef;--bg-2:#f3fbff;--panel:#ffffffc7;--panel-border:#113b5329;--text:#123246;--muted:#5f7585;--accent:#0f9d8f;--accent-2:#ff7a45;--success:#0c8f5f;--warning:#b0670f;--error:#c2382d;--info:#2165b8;--shadow:0 24px 50px #102c4024;--bg-accent-a:#ffe7c8;--bg-accent-b:#c8efff;--ambient-a:#fc9;--ambient-b:#a7ebff;--link:#0b6ec0;--eyebrow:#407592;--top-nav-link-text:#13415a;--top-nav-link-border:#c6dce7;--top-nav-link-bg:#ffffffb8;--top-nav-link-active-text:#fff;--top-nav-link-active-border:#1b5f89;--top-nav-link-active-bg:#1f709f;--user-chip-bg:#0f3045;--user-chip-text:#eef8ff;--user-avatar-border:#eef8ff99;--user-avatar-bg:#ffffff26;--detail-label-width:clamp(96px, 13vw, 128px);--form-label-width:clamp(112px, 16vw, 154px)}[data-theme=midnight]{--bg-1:#0b121b;--bg-2:#101a27;--panel:#111c29db;--panel-border:#8fadc933;--text:#dbe8f5;--muted:#9cb3c7;--accent:#2db6a1;--accent-2:#f79654;--success:#4aca90;--warning:#f0b26a;--error:#ff8a82;--info:#61a9e8;--shadow:0 24px 50px #01091085;--bg-accent-a:#3a2a18;--bg-accent-b:#1f3447;--ambient-a:#8a5632;--ambient-b:#2f5c7e;--link:#86c8ff;--eyebrow:#8facc4;--top-nav-link-text:#d3e2ef;--top-nav-link-border:#355067;--top-nav-link-bg:#101c2adb;--top-nav-link-active-text:#fff;--top-nav-link-active-border:#3f7eac;--top-nav-link-active-bg:#2c6fa3;--user-chip-bg:#102740;--user-chip-text:#eaf4ff;--user-avatar-border:#eaf4ffa3;--user-avatar-bg:#fff3}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 20% 20%, var(--bg-accent-a) 0, transparent 28%), radial-gradient(circle at 80% 12%, var(--bg-accent-b) 0, transparent 30%), linear-gradient(150deg, var(--bg-1), var(--bg-2));min-height:100vh;margin:0;font-family:Space Grotesk,sans-serif}a{color:var(--link)}h1,h2,h3,h4,p{margin:0}.app-shell{gap:18px;width:min(1300px,95vw);margin:24px auto;display:grid;position:relative}.ambient-shape{filter:blur(10px);opacity:.45;pointer-events:none;border-radius:999px;position:absolute}.shape-a{background:var(--ambient-a);width:180px;height:180px;animation:9s ease-in-out infinite drift;top:-22px;right:8%}.shape-b{background:var(--ambient-b);width:220px;height:220px;animation:11s ease-in-out infinite reverse drift;bottom:10%;left:-60px}@keyframes drift{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.panel{border:1px solid var(--panel-border);background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow);border-radius:18px}.topbar{z-index:110;justify-content:space-between;align-items:flex-start;padding:20px 24px;animation:.3s both rise-in;display:flex;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:var(--eyebrow);margin-bottom:4px;font-size:.72rem}h1{font-size:clamp(1.5rem,2.8vw,2.15rem)}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.topbar-help-link{background:var(--user-chip-bg);min-height:48px;color:var(--user-chip-text);border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.topbar-help-link:hover{background:#17385a;border-color:#8cc7ff57;transform:translateY(-1px);box-shadow:0 10px 22px #0c223a3d}.topbar-help-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.user-menu-shell{align-items:center;gap:10px;max-width:100%;display:inline-flex;position:relative}.theme-picker-menu{z-index:1400;background:#fffffff5;border:1px solid #d5e6f0;border-radius:12px;gap:8px;min-width:220px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 24px #12334933}.theme-picker-menu label{color:var(--muted);gap:4px;font-size:.76rem;display:grid}.theme-picker-menu select,.theme-picker-menu input{color:var(--text);background:#fff;border:1px solid #c8dce8;border-radius:9px;padding:6px 8px;font-family:inherit}.theme-picker-menu input::placeholder{color:#6f8697;opacity:1}.user-menu-dropdown{min-width:260px;max-width:min(380px,100vw - 32px)}.user-menu-profile{border-bottom:1px solid #d7e7f0;gap:6px;padding-bottom:6px;display:grid}.user-menu-role-badge{justify-self:start}.user-menu-email{color:var(--text);word-break:break-all;font-size:.8rem}.user-menu-logout-btn{justify-self:end}.simulation-controls{border-top:1px solid #d7e7f0;gap:8px;padding-top:4px;display:grid}.simulation-banner{background:#edb03a24;border-radius:10px;gap:4px;padding:8px 10px;display:grid}.simulation-actions{justify-content:flex-end}.top-nav{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.breadcrumb-bar{min-height:22px;color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;font-size:.78rem;display:flex}.breadcrumb-link{color:var(--link);text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-current{color:var(--text);font-weight:600}.breadcrumb-separator{color:var(--muted)}.top-nav-link{color:var(--top-nav-link-text);border:1px solid var(--top-nav-link-border);background:var(--top-nav-link-bg);border-radius:999px;padding:6px 10px;font-size:.82rem;text-decoration:none}.top-nav-link.active{color:var(--top-nav-link-active-text);border-color:var(--top-nav-link-active-border);background:var(--top-nav-link-active-bg)}.user-chip{background:var(--user-chip-bg);color:var(--user-chip-text);border-radius:999px;min-height:48px;padding:8px 12px;font-size:.85rem}.user-chip-with-avatar{align-items:center;gap:8px;display:inline-flex}.user-menu-trigger{align-items:center;gap:8px;max-width:100%;padding:4px 6px 4px 10px;display:inline-flex}.user-menu-identity{min-width:0;padding-right:2px}.user-menu-identity span{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:inline-block;overflow:hidden}.user-chip-static{cursor:default}.user-chip-btn{cursor:pointer;border:0;font-family:inherit}.user-chip-btn:focus-visible{outline-offset:2px;outline:2px solid #1f709f8c}.user-menu-toggle-btn{width:30px;height:30px;color:var(--user-chip-text);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;transition:background .14s,transform .14s;display:inline-flex}.user-menu-divider{background:#ffffff4d;width:1px;height:20px}.user-menu-toggle-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;width:18px;height:18px}.user-menu-toggle-btn:hover{background:#ffffff29}.user-menu-toggle-btn:active{transform:translateY(1px)}.user-menu-toggle-btn:focus-visible{outline-offset:2px;outline:2px solid #1f709f8c}.user-menu-drawer{transform-origin:100% 0}.user-menu-slide-enter-active,.user-menu-slide-leave-active{transition:opacity .18s,transform .21s cubic-bezier(.2,.72,.16,1)}.user-menu-slide-enter-from,.user-menu-slide-leave-to{opacity:0;transform:translate(22px)scale(.98)}.user-menu-slide-enter-to,.user-menu-slide-leave-from{opacity:1;transform:translate(0)scale(1)}.user-avatar{object-fit:cover;border:1px solid var(--user-avatar-border);background:var(--user-avatar-bg);border-radius:999px;width:24px;height:24px}.workspace-grid{grid-template-columns:minmax(270px,340px) minmax(0,1fr);gap:16px;min-height:72vh;display:grid}.single-page-grid{grid-template-columns:minmax(0,1fr);display:grid}.access-view-grid{gap:12px;overflow:visible}.access-tab-content{margin-top:2px;overflow:visible}.access-focus-card{margin-top:6px;overflow:visible}.access-focus-card .connections-focus-body{gap:12px;overflow:visible}.access-inline-actions{justify-content:flex-end;margin-bottom:2px}.access-inline-actions.access-inline-actions-detail{justify-content:space-between;align-items:center;gap:10px}.access-user-focus-summary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.access-user-focus-name{margin:0}.access-user-focus-badges{flex-wrap:wrap;gap:6px;display:flex}.access-hero-feedback{margin:0}.access-hero-copy-btn{color:inherit;background:#ffffff4d;border-color:#1f709f3d}.access-detail-actions{margin-top:-2px}.single-page-grid .access-panel,.single-page-grid .jobs-panel{max-height:none;overflow:visible}.access-view-grid .jobs-panel{align-content:start;min-height:calc(100dvh - 170px);overflow:visible}.access-view-grid .job-detail-config{overflow:visible}.left-column{align-content:start;gap:14px;display:grid}.login-panel,.callback-panel{gap:12px;max-width:520px;padding:26px;display:grid}.onboarding-panel{gap:18px;width:min(620px,94vw);padding:28px;display:grid}.onboarding-copy{gap:8px;display:grid}.onboarding-form{gap:12px;display:grid}.onboarding-form-row{color:var(--muted);gap:8px;font-size:.86rem;display:grid}.onboarding-form-row input{border:1px solid var(--panel-border);width:100%;font:inherit;color:var(--text);-webkit-text-fill-color:var(--text);caret-color:var(--text);background:#ffffffe6;border-radius:12px;padding:12px 14px}.onboarding-form-row input::placeholder{color:#627d91}.onboarding-form-row input:-webkit-autofill{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #ffffffe6}.onboarding-form-row input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #ffffffe6}.onboarding-form-row input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #ffffffe6}.onboarding-form-row input:focus-visible{outline-offset:2px;outline:2px solid #1f709f73}.onboarding-actions{flex-wrap:wrap;gap:10px;display:flex}.signed-out-shell{align-content:center;place-items:center;min-height:clamp(420px,74vh,760px);padding:8px;display:grid}.signed-out-card{border-color:#bfd8e6;border-radius:22px;gap:14px;width:min(560px,94vw);padding:26px;display:grid;box-shadow:0 26px 55px #0d293d33,inset 0 1px #ffffff80}.signed-out-card-head{gap:8px;display:grid}.signed-out-eyebrow{text-transform:uppercase;letter-spacing:.11em;color:var(--eyebrow);font-size:.72rem}.signed-out-title{font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.15}.signed-out-copy{max-width:56ch;line-height:1.45}.signed-out-highlights{flex-wrap:wrap;gap:8px;display:flex}.signed-out-highlight{color:#12465f;background:#1e9e961f;border:1px solid #b8d8e4;border-radius:999px;padding:5px 10px;font-size:.74rem;font-weight:600}.signed-out-actions{gap:8px;display:grid}.signed-out-actions .btn{justify-self:start;min-width:248px}.signed-out-error{text-align:left}.callback-shell{place-items:center;min-height:76vh}.panel-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.panel-header-actions{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.header-action-btn{min-height:38px;padding:0 12px;font-size:.82rem}.reload-list-panel{gap:14px;padding:18px;display:grid;overflow:auto}.access-panel{gap:10px;max-height:44vh;padding:16px;display:grid;overflow:auto}.jobs-panel{gap:10px;max-height:58vh;padding:16px;display:grid;overflow:auto}.jobs-panel-detail{padding-top:0}.job-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.job-item{background:#ffffffeb;border:1px solid #d8e7f0;border-radius:12px;gap:6px;padding:9px 10px;display:grid}.subsection>.job-item{background:0 0;border:0;border-radius:0;padding:0}.compact-job-list{gap:6px}.compact-job-item{gap:6px;padding:8px 10px}.compact-job-item .job-name{font-size:.9rem}.compact-job-item .status-badge{padding:4px 8px;font-size:.69rem}.compact-job-item .component-type-icon-large,.compact-job-item .component-engine-icon-large{width:44px;height:44px}.job-item-clickable{cursor:pointer}.job-item-clickable:hover,.job-item-clickable:focus-visible{border-color:#1f709f;box-shadow:0 0 0 2px #1f709f2e}.job-item-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.job-detail-hero{background:linear-gradient(135deg,#3ea5e62e,#0f9d8f1f),linear-gradient(#fffffff5,#f4faffeb);border-radius:18px 18px 0 0;gap:6px;margin:0 -16px 2px;padding:16px;display:grid}.jobs-panel .job-detail-hero{gap:4px;padding:12px 16px}.job-detail-hero-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.job-detail-hero-copy{gap:6px;display:grid}.jobs-panel .job-detail-hero-copy{gap:4px}.job-detail-hero-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.job-detail-hero-type{letter-spacing:.08em;text-transform:uppercase;color:#2c6fa3;font-size:.72rem;font-weight:700}.jobs-panel .job-detail-hero-type{line-height:1.1}.job-detail-hero-title{font-size:1.15rem;line-height:1.2}.jobs-panel .job-detail-hero-title{margin:0;line-height:1.12}.job-detail-hero-description{color:var(--muted);max-width:70ch;font-size:.9rem;line-height:1.45}.jobs-panel .job-detail-hero-description{line-height:1.3}.connections-detail-hero{border-radius:16px;margin:8px 0 10px}.connections-focus-card{background:#ffffffeb;border:1px solid #d8e7f0;border-radius:16px;gap:0;margin-top:6px;display:grid;overflow:hidden}.connections-focus-card>.connections-detail-hero{border-radius:16px 16px 0 0;margin:0}.connections-focus-body{gap:10px;padding:12px;display:grid}.job-name{font-size:.94rem;font-weight:700}.job-detail-heading{font-size:1.08rem}.job-runs,.job-detail-config{gap:6px;display:grid}.job-detail-section-title{letter-spacing:.08em;text-transform:uppercase;color:#2c6fa3;margin:0;font-size:.72rem;font-weight:700;line-height:1.2}.job-detail-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.job-detail-list{gap:6px;display:grid}.job-detail-config>.job-detail-list,.job-detail-config>.job-detail-json{border-top:1px solid #d8e7f0;padding-top:10px}.job-detail-config>.job-detail-list:first-child,.job-detail-config>.job-detail-json:first-child{border-top:0;padding-top:0}.job-detail-cards{gap:8px;display:grid}.job-detail-card{background:#f9fcff;border:1px solid #d7e7f0;border-radius:10px;gap:6px;padding:8px;display:grid}.job-detail-card-title{color:var(--text);font-size:.83rem;font-weight:700}.job-detail-fields{background:#ffffffeb;border:1px solid #d8e7f0;border-radius:10px;gap:1px;display:grid;overflow:hidden}.job-detail-field-row{grid-template-columns:var(--detail-label-width) minmax(0, 1fr);border-bottom:1px solid #dde8f0;align-items:start;gap:0;display:grid}.job-detail-field-row:last-child{border-bottom:0}.job-detail-field-label{color:#4a6d82;word-break:break-word;background:#f6fbff;border-right:1px solid #dde8f0;padding:6px 8px;font-family:inherit;font-size:.73rem;font-weight:600;line-height:1.34}.job-detail-field-row .job-detail-field-value{background:#ffffffeb;padding:6px 8px}.job-detail-field-value{color:var(--text);white-space:pre-wrap;word-break:break-word;font-size:.8rem;line-height:1.34}.schedule-detail-value{flex-wrap:wrap;align-items:center;gap:6px 12px;display:flex}.schedule-detail-friendly{font-weight:700}.schedule-detail-cron{color:#48667d;background:#e1ecf5e6;border:1px solid #adc4d652;border-radius:999px;width:fit-content;margin-left:12px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.72rem}.job-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;display:grid}.job-detail-field{background:#f9fcff;border:1px solid #d7e7f0;border-radius:10px;align-content:start;gap:2px;padding:7px;display:grid}.job-detail-field-label,.job-detail-field-value{display:block}.job-detail-json summary{cursor:pointer}.job-detail-json pre{background:#f7fbfe;border:1px solid #d6e6ef;border-radius:10px;margin:8px 0 0;padding:10px;font-family:JetBrains Mono,monospace;font-size:.78rem;overflow:auto}.job-detail-expand{gap:8px;display:grid}.job-detail-expand summary{cursor:pointer;color:#2c6fa3;font-size:.78rem;font-weight:700;list-style:none}.job-detail-expand summary::-webkit-details-marker{display:none}.job-detail-expand summary:before{content:"+";margin-right:6px;font-weight:900;display:inline-block}.job-detail-expand[open] summary:before{content:"−"}.job-detail-expand-fields{margin-top:-2px}.create-type-shell{position:relative}.create-type-menu{z-index:10;background:#fff;border:1px solid #d5e6f0;border-radius:10px;gap:6px;min-width:190px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 22px #18446229}.create-plus-btn{font-weight:700}.job-form{gap:6px;display:grid}.component-editor-form,.component-editor-form-edit{gap:10px}.component-editor-form-edit .component-form-row,.component-editor-form-edit .component-form-row-two,.component-editor-form-edit .component-form-row-three,.component-editor-form-edit .component-form-row-four{grid-template-columns:1fr}.component-editor-form-edit label{grid-template-columns:var(--form-label-width) minmax(0, 1fr);align-items:center;gap:8px}.component-editor-form-edit .field-label-with-help{align-items:center}.component-editor-form-edit label>p{grid-column:2;margin:0}.component-form-row{grid-template-columns:1fr;gap:8px;display:grid}.component-form-section{gap:8px;display:grid}.component-form-row>label,.component-detail-row>*{min-width:0}.job-form label{color:#4a6d82;gap:2px;font-size:.82rem;line-height:1.3;display:grid}@media (width>=1024px){.job-form:not(.inline-filter-form) label:not(.checkbox-field):not(.checkbox-field-inline),.access-form label{grid-template-columns:var(--form-label-width) minmax(0, 1fr);align-items:center;gap:2px 10px}.job-form:not(.inline-filter-form) label>input:not([type=checkbox]):not([type=radio]),.job-form:not(.inline-filter-form) label>select,.job-form:not(.inline-filter-form) label>textarea,.access-form label>input,.access-form label>select,.access-form label>textarea{grid-column:2}.job-form:not(.inline-filter-form) label>p,.access-form label>p{grid-column:2;margin:0}}.field-label-with-help{align-items:center;gap:8px;display:inline-flex}.field-help-btn{min-height:0;padding:2px 8px}.job-form input:not([type=checkbox]):not([type=radio]),.job-form select,.job-form textarea{background:#f9fcff;border:1px solid #c8dce8;border-radius:9px;width:100%;min-width:0;padding:8px 10px;font-family:inherit}.job-form textarea{font-family:JetBrains Mono,monospace;font-size:.8rem}.multi-select-input{min-height:120px}.schedule-entry{gap:8px;display:grid}.schedule-builder{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;display:grid}.timezone-picker{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;display:grid}.depends-on-shell{gap:6px;display:grid}.app-depends-row{background:#f9fcff;border:1px solid #d7e7f0;border-radius:10px;padding:8px}.depends-on-picker{max-width:300px}.depends-on-tags{flex-wrap:wrap;gap:6px;display:flex}.depends-on-chip{color:#1f4f69;background:#f2f8fc;border:1px solid #bfd5e3;border-radius:8px;align-items:center;gap:6px;padding:4px 8px;font-size:.78rem;display:inline-flex}.depends-on-chip-remove{color:#33576f;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem;line-height:1}.depends-on-chip-remove:hover{color:#17384f}.job-form .checkbox-field{color:#1f4f69;align-items:center;gap:8px;display:inline-flex}.job-form .checkbox-field-inline{align-self:end;min-height:38px}.component-inline-checkbox{justify-content:flex-start;padding-bottom:.2rem}.job-form .checkbox-field-input{appearance:none;cursor:pointer;background:linear-gradient(#fff 0%,#dcecf7 100%);border:1px solid #6f93aa;border-radius:5px;place-items:center;width:18px;height:18px;margin:0;padding:0;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-grid;position:relative;box-shadow:inset 0 1px #ffffffd9,0 1px 2px #11354c24}.job-form .checkbox-field-input:after{content:"";transform-origin:50%;border-bottom:2px solid #fff;border-left:2px solid #fff;width:9px;height:5px;transition:transform .15s;transform:rotate(-45deg)scale(0)}.job-form .checkbox-field-input:hover{border-color:#2e7dac;box-shadow:0 0 0 3px #2f7dac1f}.job-form .checkbox-field-input:focus-visible{border-color:#1f709f;outline:none;box-shadow:0 0 0 3px #1f709f33}.job-form .checkbox-field-input:checked{background:linear-gradient(#3c9dd4 0%,#1f709f 100%);border-color:#1f709f}.job-form .checkbox-field-input:checked:after{transform:rotate(-45deg)scale(1)}body.theme-dark .job-form .checkbox-field{color:#d8e7f4}body.theme-dark .job-form .checkbox-field-input{background:linear-gradient(#22384a 0%,#172838 100%);border-color:#537287;box-shadow:inset 0 1px #ffffff0d,0 1px 2px #00000059}body.theme-dark .job-form .checkbox-field-input:hover{border-color:#64b5ff;box-shadow:0 0 0 3px #64b5ff29}body.theme-dark .job-form .checkbox-field-input:focus-visible{border-color:#64b5ff;box-shadow:0 0 0 3px #64b5ff3d}body.theme-dark .job-form .checkbox-field-input:checked{background:linear-gradient(#4caaf4 0%,#2f7dc2 100%);border-color:#64b5ff}.mode-toggle{background:#eef5fa;border:1px solid #c8dce8;border-radius:999px;width:fit-content;padding:2px;display:inline-flex}.jobs-view-toggle{margin-bottom:2px}.mode-toggle-btn{color:#1f4f69;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:700}.mode-toggle-btn.active{color:#fff;background:#1f709f}.guided-builder{gap:10px;display:grid}.guided-section-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.guided-card{background:#fffffff0;border:1px solid #d2e4ee;border-radius:12px;gap:8px;padding:10px;display:grid}.guided-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;display:grid}.component-pair-card-list{gap:12px}.component-pair-card{gap:8px}.component-pair-hero{background:linear-gradient(135deg,#3ea5e624,#0f9d8f17),linear-gradient(#fffffffa,#f4fafff0);border-bottom:1px solid #1f709f24;border-radius:10px 10px 0 0;gap:4px;margin:-8px -8px 0;padding:8px 12px 10px;display:grid}.component-pair-hero-warmup{background:linear-gradient(90deg,#3ea5e633 0%,#308fcf2e 66%,#dc9b4238 90%,#ffbf625c 100%),linear-gradient(#fffffffa,#f5f9fcf0);border-bottom-color:#c9a05242}.component-pair-card .panel-header{justify-content:space-between;align-items:center;gap:8px}.component-pair-card .job-detail-card-title{margin:0;font-size:1rem;font-weight:700;line-height:1.15}.component-pair-title-stack{align-content:start;justify-items:start;min-width:0;display:grid}.database-warmup-chip{color:#7a2c00;z-index:1;cursor:help;background:linear-gradient(#fff6e7fa,#ffe9d3f5),linear-gradient(135deg,#ffd48cf2,#ff9143f2);border:1px solid #cc5b1a47;border-radius:999px;flex:none;align-items:center;gap:7px;padding:5px 12px 6px;display:inline-flex;position:relative;box-shadow:0 10px 24px #b54d1529,inset 0 1px #ffffff8c}.database-warmup-chip-icon{color:#df5e1f;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.database-warmup-chip-icon svg{fill:currentColor;width:100%;height:100%;display:block}.database-warmup-chip-value{letter-spacing:.1em;text-transform:uppercase;font-size:.74rem;font-weight:800;line-height:1}.database-warmup-tooltip{color:#f6fbff;letter-spacing:.01em;opacity:0;pointer-events:none;background:#1b2837f5;border-radius:10px;min-width:220px;max-width:280px;padding:9px 11px;font-size:.74rem;font-weight:600;line-height:1.35;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 12px);right:0;transform:translateY(6px);box-shadow:0 16px 36px #09131f47}.database-warmup-tooltip:after{content:"";background:inherit;border-radius:2px;width:10px;height:10px;position:absolute;top:100%;right:18px;transform:rotate(45deg)translateY(-5px)}.database-warmup-chip:hover .database-warmup-tooltip,.database-warmup-chip:focus-within .database-warmup-tooltip{opacity:1;transform:translateY(0)}.component-pair-help{margin:0;line-height:1.35}.app-component-card-hero{gap:6px}.component-pair-title-btn{color:var(--text);font:inherit;cursor:text;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.component-pair-title-btn span:first-child{border-bottom:1px dashed #0000;transition:border-color .12s,color .12s}.component-pair-title-hint{opacity:0;color:#86c8ff;font-size:.95rem;transition:opacity .12s}.component-pair-title-btn:hover span:first-child,.component-pair-title-btn:focus-visible span:first-child{color:#0f3557;border-bottom-color:#86c8ffb3}.component-pair-title-btn:hover .component-pair-title-hint,.component-pair-title-btn:focus-visible .component-pair-title-hint{opacity:1}.component-pair-title-input{width:100%;max-width:420px;color:var(--text);font:inherit;background:#fff;border:1px solid #7fbdf3;border-radius:9px;padding:6px 10px;font-weight:700}.component-pair-help{margin-top:-2px}.component-pair-remove-btn{color:#ffb1ac;cursor:pointer;background:#ff8a821f;border:1px solid #ff8a8266;border-radius:8px;justify-content:center;align-items:center;min-width:36px;min-height:32px;padding:0;font-size:1.1rem;font-weight:900;line-height:1;display:inline-flex}.component-pair-remove-btn:hover{color:#ffd2ce;background:#ff8a822e}.component-pair-select-shell{grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:8px;width:100%;display:grid}.component-pair-selected-value{min-height:22px;color:var(--text);align-items:center;padding:0;font-size:.82rem;line-height:1.3;display:flex}.component-pair-fields{background:#ffffffeb;border-color:#d8e7f0;gap:0}.component-pair-field-row{grid-template-columns:var(--detail-label-width) minmax(0, 1fr);align-items:center}.component-pair-field-row:last-child{border-bottom:1px solid #dde8f0}.component-pair-field-row .job-detail-field-label{align-self:stretch;align-items:center;display:flex}.component-pair-field-value{align-items:center;display:flex;padding:6px 8px!important}.component-pair-display{gap:2px;display:grid}.component-pair-display-title{font-weight:700;line-height:1.2}.component-pair-display-meta{color:var(--muted);font-size:.74rem;line-height:1.25}.component-pair-arrow-row{background:0 0;border-bottom:1px solid #dde8f0;justify-content:center;align-items:center;min-height:34px;display:flex}.component-pair-clear-btn{color:#9cb3c7;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.1rem;font-weight:900;line-height:1}.component-pair-clear-btn:hover{color:#36526b}.component-pair-arrow{color:#35a3ff;text-shadow:0 0 18px #35a3ff47;justify-content:center;align-items:center;min-height:24px;font-size:2.1rem;font-weight:900;display:flex;transform:rotate(90deg)}.component-pair-add-row{justify-content:flex-end;display:flex}.component-pair-add-row .btn{min-width:36px;min-height:32px;padding-left:0;padding-right:0;font-size:1.15rem;line-height:1}.component-add-row{grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:8px;display:grid}@media (width>=1024px){.component-pair-card label{column-gap:6px;grid-template-columns:92px minmax(0,1fr)!important}.component-pair-fields{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);gap:10px;display:grid;overflow:visible;background:0 0!important;border:0!important}.component-pair-field-row{box-shadow:none;background:#fff;border:1px solid #d8e5ef;border-radius:10px;overflow:hidden}.component-pair-arrow-row{border-bottom:0;min-height:auto;background:0 0!important}.component-pair-arrow{transform:none}.component-pair-field-row .job-detail-field-label{background:#eef4f8;border-right-color:#d8e5ef}.component-pair-field-row .job-detail-field-value{background:#fff}}.text-link-btn{color:#0b6ec0;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:.82rem;text-decoration:underline}.group-title-shell{gap:4px;display:grid}.group-detail-head{align-items:flex-start}.group-title-row{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.group-head-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.group-head-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.group-section-header{margin-top:2px}.group-section-header h4{letter-spacing:.04em;text-transform:uppercase;color:#4c6d83;font-size:.79rem;font-weight:700}.group-section-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.group-section-add-btn{min-width:100px}.group-detail-table th,.group-detail-table td{padding:5px 7px}.group-detail-table .status-badge{padding:3px 7px;font-size:.64rem}.group-detail-table .table-actions-col,.group-detail-table .table-actions-cell{white-space:nowrap;text-align:right;width:1%}.table-row-remove-btn{cursor:pointer;color:#a7372d;background:#c234281a;border:1px solid #c2342847;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:700;line-height:1;transition:background .12s,transform .12s,filter .12s;display:inline-flex}.table-row-remove-btn:hover:not(:disabled){background:#c2342833;transform:translateY(-1px)}.table-row-remove-btn:active:not(:disabled){transform:translateY(0)}.table-row-remove-btn:focus-visible{outline-offset:2px;outline:2px solid #1f709f8c}.table-row-remove-btn:disabled{cursor:not-allowed;opacity:.66;filter:none;transform:none}.table-link-btn{color:var(--link);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:.78rem;font-weight:600;text-decoration:underline;display:inline-flex}.table-link-btn:hover{color:#0a5ea2}.table-link-btn:focus-visible{outline-offset:2px;outline:2px solid #1f709f8c}.detail-section-divider{background:#d8e7f0;width:100%;height:1px;margin:4px 0}.access-user-groups{gap:6px;display:grid}.audit-expanded-row td{background:#f8fcff;padding:0}.audit-expanded-content{gap:8px;padding:8px 10px;display:grid}.audit-expanded-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px 10px;display:grid}.audit-expanded-grid p{color:#325267;margin:0;font-size:.78rem}.group-form-modal{gap:12px;width:min(720px,96vw);max-height:min(84vh,760px);overflow:auto}.group-form-modal .job-form{gap:8px}.group-form-modal .multi-select-input{min-height:180px}.group-form-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.inline-copy-btn{color:var(--muted);cursor:pointer;background:#fff;border:1px solid #c8dce8;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.inline-copy-btn:hover{color:var(--text)}.inline-copy-btn svg{width:14px;height:14px}.list-filter-shell{gap:8px;display:grid}.list-filter-shell-collapsible{background:#ffffffe6;border:1px solid #d8e7f0;border-radius:10px;padding:10px}.component-list-shell{gap:8px;display:grid}.component-list-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.component-list-description{margin-right:auto}.component-list-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.component-list-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.filter-toggle-btn{gap:6px}.filter-icon{width:14px;height:14px}.filter-count-badge{color:#fff;background:#1f709f;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:.68rem;font-weight:700;display:inline-flex}.components-table-wrap{background:#ffffffeb;border:1px solid #d8e7f0;border-radius:12px;overflow:auto}.components-table{border-collapse:collapse;width:100%;font-size:.8rem}.components-table th,.components-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #dde8f0;padding:7px 8px}.components-table th{background:#f6fbff}.components-table-sort-btn{width:100%;color:var(--eyebrow);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.75rem;font-weight:700;display:inline-flex}.components-table-row{cursor:pointer}.components-table-row:hover,.components-table-row:focus-visible{background:#f3f9ff}.components-table-row .status-badge{padding:4px 8px;font-size:.67rem}.components-table-row .job-name{font-size:.84rem}.list-search-field{gap:4px;display:grid}.list-search-input{background:#fff;border:1px solid #c8dce8;border-radius:9px;max-width:420px;padding:8px 10px;font-family:inherit}.badge-filter-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.badge-filter-btn{cursor:pointer;border:1px solid #1232461f;transition:background .12s,color .12s,border-color .12s}.badge-filter-btn.active{color:#fff;background:#1f709f;border-color:#1f709f}.access-form{gap:8px;display:grid}.access-form label{color:#4a6d82;gap:2px;font-size:.82rem;line-height:1.3;display:grid}.access-form input,.access-form select{background:#f9fcff;border:1px solid #c8dce8;border-radius:9px;padding:8px 10px;font-family:inherit}.rules-table-wrap{overflow:auto}.rules-table{border-collapse:collapse;width:100%;font-size:.8rem}.rules-table th,.rules-table td{text-align:left;vertical-align:top;border-bottom:1px solid #dde8f0;padding:6px}.rules-table code{word-break:break-all}.role-profile-actions{gap:6px;display:flex}.small-btn{padding:5px 8px;font-size:.74rem}.inline-filter-form{grid-template-columns:minmax(280px,1fr) auto auto;align-items:end;gap:8px;display:grid}.audit-inline-filter-form{grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(220px,1.2fr) minmax(120px,.75fr) minmax(150px,.9fr) minmax(150px,.9fr)}.inline-filter-field{min-width:0}.inline-filter-field .list-search-input{width:100%;max-width:none}.reload-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.reload-item{cursor:pointer;background:#ffffffd9;border:1px solid #d3e3ed;border-radius:14px;gap:8px;padding:12px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.reload-item:hover{border-color:#89bddc;transform:translateY(-1px);box-shadow:0 12px 24px #0f334f1f}.reload-item.active{border-color:#1f8fc8;box-shadow:0 14px 24px #236c9c29}.reload-item-header{justify-content:space-between;align-items:center;display:flex}.reload-id{font-family:JetBrains Mono,monospace;font-size:.86rem}.reload-progress{font-weight:700}.reload-item-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.reload-item-meta{color:var(--muted);flex-wrap:wrap;gap:10px;font-size:.83rem;display:flex}.run-pill{color:#0f6b46;background:#ecfaf2;border:1px solid #9fdabf;border-radius:999px;padding:1px 8px;font-weight:700}.reload-detail-panel{padding:20px;overflow:auto}.detail-content{gap:18px;animation:.26s both rise-in;display:grid}.session-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.progress-shell{background:#e4eef4;border-radius:999px;width:100%;height:14px;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--accent), var(--accent-2));border-radius:999px;height:100%;transition:width .36s}.progress-label{color:var(--muted);font-size:.88rem}.session-meta-grid{flex-wrap:wrap;gap:8px;display:flex}.meta-pill{background:#e9f4fa;border-radius:999px;padding:7px 11px;font-size:.84rem}.subsection{gap:10px;display:grid}.button-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.button-row.compact-actions{justify-content:flex-start;gap:6px}.table-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.table-pagination-actions{align-items:center;gap:8px;display:flex}.operation-grid{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.operation-card{background:#fffffff2;border:1px solid #d8e7f0;border-radius:8px;gap:10px;padding:16px;display:grid}.operation-card-body{gap:10px;display:grid}.operation-head,.application-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.operation-head-actions{flex:none;align-items:center;gap:8px;display:inline-flex}.operation-collapse-btn{color:#1c5f86;font:inherit;cursor:pointer;background:#fff;border:1px solid #c6dce7;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800;line-height:1;display:none}.operation-collapse-btn:hover,.operation-collapse-btn:focus-visible{background:#eef7fc;border-color:#82b6d2}.operation-title{align-items:center;gap:8px;min-width:0;display:flex}.operation-title h4{overflow-wrap:anywhere;min-width:0}.operation-step-timeline{--step-line:#d8e4ec;--step-muted:#7c8b98;--step-pending:#a7b6c2;--step-complete:var(--accent);--step-current:#326bbb;--step-failed:#b8463f;--step-axis:18px;background:linear-gradient(#f8fbfd 0%,#eef5f8 100%);border:1px solid #dce8f0;border-radius:8px;align-items:flex-start;gap:0;margin:4px 0 8px;padding:10px 8px 9px;list-style:none;display:flex;overflow-x:visible}.operation-step{text-align:center;min-width:0;color:var(--step-muted);flex:1 1 0;justify-items:center;gap:5px;padding:0 2px;display:grid;position:relative}.operation-step-trigger{z-index:1;cursor:default;border-radius:8px;outline:none;justify-items:center;gap:5px;padding:2px 3px 3px;display:grid;position:relative}.operation-step .operation-step-trigger{margin-top:calc(var(--step-axis) - 7px)}.operation-step:before{content:"";top:var(--step-axis);background:var(--step-line);height:2px;position:absolute;left:0;right:0}.operation-step:first-child:before{left:50%}.operation-step:last-child:before{right:50%}.operation-step-dot{z-index:1;border:2px solid var(--step-pending);background:#f8fbfd;border-radius:999px;width:14px;height:14px;transition:border-color .12s,box-shadow .12s,transform .12s;position:relative}.operation-step-label{overflow-wrap:anywhere;max-width:100%;font-size:.56rem;font-weight:700;line-height:1.2}.operation-step-complete{color:#0f6f68}.operation-step-complete:before,.operation-step-complete .operation-step-dot{border-color:var(--step-complete);background:var(--step-complete)}.operation-step-current{color:#235b86}.operation-step-current .operation-step-dot{border-color:var(--step-current);background:#f8fbfd;animation:1.45s ease-in-out infinite pulse-current-step;box-shadow:0 0 0 4px #326bbb29}.operation-step-complete+.operation-step-current:after{content:"";z-index:0;top:var(--step-axis);pointer-events:none;background-image:repeating-linear-gradient(90deg, #ffffff85 0 6px, transparent 6px 14px), linear-gradient(90deg, var(--step-complete), var(--step-current));background-size:28px 100%,100% 100%;height:2px;animation:1.05s linear infinite progress-step-connector-flow;position:absolute}.operation-step-complete:has(+.operation-step-current):after{content:"";z-index:0;top:var(--step-axis);pointer-events:none;background-image:repeating-linear-gradient(90deg, #ffffff85 0 6px, transparent 6px 14px), linear-gradient(90deg, var(--step-complete), var(--step-current));background-size:28px 100%,100% 100%;height:2px;animation:1.05s linear infinite progress-step-connector-flow;position:absolute}.operation-step-complete:has(+.operation-step-current):after{left:50%;right:0}.operation-step-complete+.operation-step-current:after{left:0;right:50%}.operation-step-failed{color:#7d2019}.operation-step-failed .operation-step-dot{border-color:var(--step-failed);background:var(--step-failed)}.operation-step-skipped{color:#7b8790}.operation-step-skipped .operation-step-dot{background:#f3f7fa;border-style:dashed;border-color:#9caab5}.operation-step-skipped .operation-step-label:after{content:"Passed";color:#8795a0;text-transform:uppercase;margin-top:1px;font-size:.48rem;font-weight:700;display:block}.operation-step:hover .operation-step-trigger,.operation-step:focus-within .operation-step-trigger{color:#174f72}.operation-step:hover .operation-step-dot,.operation-step:focus-within .operation-step-dot{border-color:#174f72;transform:scale(1.18);box-shadow:0 0 0 5px #2878a829,0 4px 10px #102c4029}.operation-step-popover{z-index:60;opacity:0;pointer-events:none;color:#18374b;text-align:left;background:#fff;border:1px solid #c8ddea;border-radius:8px;gap:8px;width:min(260px,72vw);padding:10px;transition:opacity .12s,transform .12s;display:grid;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 18px 36px #102c402e}.operation-step-popover:after{content:"";background:#fff;border-bottom:1px solid #c8ddea;border-right:1px solid #c8ddea;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.operation-step:hover .operation-step-popover,.operation-step:focus-within .operation-step-popover{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.operation-step-timeline-dense .operation-step:first-child .operation-step-popover{left:0;transform:translateY(4px)}.operation-step-timeline-dense .operation-step:first-child:hover .operation-step-popover,.operation-step-timeline-dense .operation-step:first-child:focus-within .operation-step-popover{transform:translateY(0)}.operation-step-timeline-dense .operation-step:first-child .operation-step-popover:after{left:18px}.operation-step-timeline-dense .operation-step:last-child .operation-step-popover{left:auto;right:0;transform:translateY(4px)}.operation-step-timeline-dense .operation-step:last-child:hover .operation-step-popover,.operation-step-timeline-dense .operation-step:last-child:focus-within .operation-step-popover{transform:translateY(0)}.operation-step-timeline-dense .operation-step:last-child .operation-step-popover:after{left:auto;right:18px;transform:rotate(45deg)}.operation-step-popover-title{color:#123246;font-size:.78rem;font-weight:800}.operation-step-popover-row{color:#5f7585;justify-content:space-between;gap:10px;font-size:.72rem;display:flex}.operation-step-popover-row strong{color:#18374b;text-align:right}.operation-step-popover-links{flex-wrap:wrap;gap:8px;padding-top:2px;font-size:.72rem;display:flex}@keyframes pulse-current-step{0%,to{box-shadow:0 0 0 4px #326bbb29}50%{box-shadow:0 0 0 7px #326bbb08}}@keyframes progress-step-connector-flow{0%{background-position:0 0,0 0}to{background-position:28px 0,0 0}}@keyframes progress-step-connector-flow-vertical{0%{background-position:0 0,0 0}to{background-position:0 28px,0 0}}.database-icon-stack{flex:none;align-items:center;gap:4px;display:inline-flex}.database-icon{object-fit:contain;width:18px;height:18px;display:block}.application-list{gap:10px;display:grid}.application-row{background:#fffffff0;border:1px solid #d8e7f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.link-list{flex-wrap:wrap;gap:10px;font-size:.84rem;display:flex}.inline-links{margin-top:6px}.timeline-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.timeline-item{grid-template-columns:14px 1fr;align-items:flex-start;gap:10px;display:grid}.timeline-marker{border-radius:999px;width:10px;height:10px;margin-top:6px}.tone-info{background:var(--info)}.tone-success{background:var(--success)}.tone-error{background:var(--error)}.timeline-title{font-size:.94rem}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:700}.status-success{color:#0a4f2e;background:#ccf1df}.status-warning{color:#78470b;background:#ffe6c7}.status-error{color:#7d2019;background:#ffd9d6}.status-info{color:#1d4d79;background:#d8eaff}.warmup-run-pill{letter-spacing:.04em;text-transform:uppercase;color:#7a3a00;background:radial-gradient(circle at 20% 30%,#fff5c9f2,#0000 48%),linear-gradient(135deg,#ffe2a8,#ffbb6e);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.74rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffff80,0 8px 18px #c56d132e}.warmup-run-pill:before{content:"";background:#ff7f32;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #ff7f322e}.warmup-run-pill-detail{justify-self:end}.reload-item-warmup{background:radial-gradient(circle at 100% 0, #ffc36b2e, transparent 34%), var(--panel);border-color:#ee973a6b}.warmup-session-banner{background:radial-gradient(circle at 16% 18%,#fffce5f2,#0000 32%),linear-gradient(135deg,#ffecb4fa,#ffc374eb);border:1px solid #ffbf61b8;border-radius:16px;gap:4px;margin:8px 0 10px;padding:10px 14px;display:inline-grid;box-shadow:inset 0 1px #ffffffb8,0 10px 24px #c56d1329}.warmup-session-kicker{letter-spacing:.08em;text-transform:uppercase;color:#995000;font-size:.76rem;font-weight:800}.warmup-session-copy{color:#6b3c08;font-size:.88rem}.status-source{color:#0f4f59;background:#c8f2f6}.status-target{color:#6a3200;background:#ffe2b8}.status-testing{color:#503694;background:#eadcff}.badge-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.component-icon-stack{vertical-align:middle;justify-content:center;align-items:center;width:42px;height:42px;margin-right:10px;display:inline-flex;position:relative}.component-type-icon{object-fit:contain;background:#ffffffe6;border:1px solid #00000014;border-radius:8px;width:36px;height:36px;padding:3px}.component-engine-icon{object-fit:contain;background:#fff;border:1px solid #00000029;border-radius:8px;width:36px;height:36px;padding:3px;position:absolute;bottom:-3px;right:-3px}.component-head-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.component-head-right .badge-row{flex-wrap:nowrap}.component-detail-layout{gap:8px;display:grid}.component-detail-row{grid-template-columns:1fr;gap:8px;display:grid}.component-icon-row{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.component-type-icon-large{object-fit:contain;background:#ffffffeb;border:1px solid #0000001a;border-radius:10px;width:54px;height:54px;padding:4px}.component-engine-icon-large{object-fit:contain;background:#fff;border:1px solid #00000029;border-radius:10px;width:54px;height:54px;padding:4px}.btn{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:9px 13px;font-family:inherit;font-weight:600;transition:transform .12s,box-shadow .12s,filter .12s,background .12s;display:inline-flex}.btn:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.btn:active:not(:disabled){filter:brightness(.98);transform:translateY(0)}.btn:focus-visible{outline-offset:2px;outline:2px solid #1f709f8c}.btn:disabled{cursor:not-allowed;opacity:.66;filter:none;transform:none}.job-form>.btn,.access-form>.btn,.operation-card>.btn{justify-self:end}.btn-primary{color:#fff;background:linear-gradient(125deg,#0f9d8f,#2bb673)}.btn-secondary{color:#fff;background:linear-gradient(125deg,#17618f,#2394b2)}.btn-add{color:#fff;background:linear-gradient(125deg,#0f9d8f,#2bb673)}.btn-refresh,.btn-edit{color:#fff;background:linear-gradient(125deg,#1f4ea5,#2c89d6)}.btn-ghost{color:#123246;background:#12324614}.btn-danger{color:#fff;background:linear-gradient(125deg,#c23428,#eb6b58)}.btn-danger-subtle{color:#a7372d;background:#c234281f;border:1px solid #c2342847}.btn-danger-subtle:hover:not(:disabled){filter:none;background:#c234282e}.btn-disable{color:#442905;background:linear-gradient(125deg,#f1c24c,#f6dd74)}.login-panel .btn{justify-self:end}.confirm-modal-backdrop{z-index:1200;overscroll-behavior:contain;background:#09152159;justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.confirm-modal{background:#fff;border:1px solid #d4e4ee;border-radius:14px;gap:10px;width:min(460px,94vw);max-width:100%;max-height:calc(100dvh - 32px);margin:auto;padding:14px;animation:.13s rise-in;display:grid;overflow-y:auto;box-shadow:0 26px 45px #0c243733}.confirm-modal-title{font-size:1.03rem;font-weight:700}.confirm-modal-message{white-space:pre-line;line-height:1.45}.confirm-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.small{font-size:.82rem}.muted{color:var(--muted)}.warn{color:var(--warning);font-weight:700}.error-text{color:var(--error);font-size:.86rem}.empty-state{color:var(--muted);padding:24px}[data-theme-mode=dark] .theme-picker-menu{background:#101d2afa;border-color:#2f495f;box-shadow:0 16px 26px #0000006b}[data-theme-mode=dark] .theme-picker-menu select,[data-theme-mode=dark] .theme-picker-menu input{color:var(--text);background:#112131;border-color:#35516a}[data-theme-mode=dark] .theme-picker-menu input::placeholder{color:#8fa5b8;opacity:1}[data-theme-mode=dark] .user-menu-toggle-btn{color:#d2e5f4}[data-theme-mode=dark] .user-menu-toggle-btn:hover{background:#ffffff29}[data-theme-mode=dark] .user-menu-profile{border-bottom-color:#30495f}[data-theme-mode=dark] .simulation-controls{border-top-color:#30495f}[data-theme-mode=dark] .simulation-banner{background:#edb03a29}[data-theme-mode=dark] .signed-out-card{box-shadow:0 24px 54px #0000006b,inset 0 1px #ffffff0d}[data-theme-mode=dark] .signed-out-highlight{color:#d5e5f3;background:#15314a;border-color:#35516a}[data-theme-mode=dark] .panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme-mode=dark] .job-item,[data-theme-mode=dark] .reload-item,[data-theme-mode=dark] .job-detail-field,[data-theme-mode=dark] .job-detail-card,[data-theme-mode=dark] .connections-focus-card,[data-theme-mode=dark] .guided-card,[data-theme-mode=dark] .operation-card,[data-theme-mode=dark] .application-row,[data-theme-mode=dark] .app-depends-row,[data-theme-mode=dark] .components-table-wrap,[data-theme-mode=dark] .list-filter-shell-collapsible,[data-theme-mode=dark] .create-type-menu,[data-theme-mode=dark] .confirm-modal{background:#111f2df0;border-color:#304a60}[data-theme-mode=dark] .confirm-modal{box-shadow:0 26px 45px #00000075}[data-theme-mode=dark] .operation-step-timeline{--step-line:#304b63;--step-muted:#97a9b9;--step-pending:#6e879a;--step-complete:var(--accent);background:linear-gradient(#14283a 0%,#102231 100%);border-color:#304a60}[data-theme-mode=dark] .operation-step{color:#9eb6c9}[data-theme-mode=dark] .operation-step-dot{background:#112131}[data-theme-mode=dark] .operation-step-complete{color:#96ded2}[data-theme-mode=dark] .operation-step-current{color:#9fd3ff}[data-theme-mode=dark] .operation-step-failed{color:#ffb5af}[data-theme-mode=dark] .operation-step-skipped{color:#98a7b2}[data-theme-mode=dark] .operation-step-skipped .operation-step-dot{background:#16293b}[data-theme-mode=dark] .operation-step:hover .operation-step-trigger,[data-theme-mode=dark] .operation-step:focus-within .operation-step-trigger{color:#c7e8ff}[data-theme-mode=dark] .operation-step:hover .operation-step-dot,[data-theme-mode=dark] .operation-step:focus-within .operation-step-dot{border-color:#a8dcff;box-shadow:0 0 0 5px #5eb2e42e,0 4px 12px #00000057}[data-theme-mode=dark] .operation-step-popover{color:#d7e7f6;background:#112131;border-color:#35516a;box-shadow:0 18px 36px #00000070}[data-theme-mode=dark] .operation-step-popover:after{background:#112131;border-color:#35516a}[data-theme-mode=dark] .operation-step-popover-title,[data-theme-mode=dark] .operation-step-popover-row strong{color:#eef7ff}[data-theme-mode=dark] .operation-step-popover-row{color:#9eb6c9}[data-theme-mode=dark] .operation-collapse-btn{color:#a8dcff;background:#112131;border-color:#35516a}[data-theme-mode=dark] .operation-collapse-btn:hover,[data-theme-mode=dark] .operation-collapse-btn:focus-visible{background:#1a2f44;border-color:#4f7da0}[data-theme-mode=dark] .components-table th{color:#a9c6dc;background:#1a2f44}[data-theme-mode=dark] .components-table th,[data-theme-mode=dark] .components-table td,[data-theme-mode=dark] .rules-table th,[data-theme-mode=dark] .rules-table td{border-bottom-color:#2e475d}[data-theme-mode=dark] .components-table-row:hover,[data-theme-mode=dark] .components-table-row:focus-visible,[data-theme-mode=dark] .job-item-clickable:hover,[data-theme-mode=dark] .job-item-clickable:focus-visible,[data-theme-mode=dark] .reload-item:hover{background:#223a50cc;border-color:#4f7da0}[data-theme-mode=dark] .reload-item.active{border-color:#4c86b1;box-shadow:0 14px 24px #0a172157}[data-theme-mode=dark] .job-detail-json pre{background:#112231;border-color:#304a60}[data-theme-mode=dark] .depends-on-chip{color:#c2dbee;background:#193248;border-color:#3a607d}[data-theme-mode=dark] .depends-on-chip-remove{color:#aecdde}[data-theme-mode=dark] .depends-on-chip-remove:hover{color:#e5f2fb}[data-theme-mode=dark] .mode-toggle{background:#172a3d;border-color:#35526a}[data-theme-mode=dark] .mode-toggle-btn{color:#b9d0e2}[data-theme-mode=dark] .mode-toggle-btn.active{background:#2f6f9e}[data-theme-mode=dark] .top-nav-link,[data-theme-mode=dark] .top-nav-link.active{box-shadow:inset 0 0 0 1px #0a151f1a}[data-theme-mode=dark] .btn-ghost{color:#d3e3f1;background:#b0c7db24}[data-theme-mode=dark] .btn-disable{color:#2e1d03;background:linear-gradient(125deg,#e0b24a,#ebd068)}[data-theme-mode=dark] .btn-danger-subtle{color:#ffb5af;background:#b6494033;border-color:#ff8a8257}[data-theme-mode=dark] .btn-danger-subtle:hover:not(:disabled){background:#b649404d}[data-theme-mode=dark] .group-section-header h4{color:#9db9ce}[data-theme-mode=dark] .table-link-btn:hover{color:#9ad2ff}[data-theme-mode=dark] .detail-section-divider{background:#304a60}[data-theme-mode=dark] .audit-expanded-row td{background:#142737eb}[data-theme-mode=dark] .audit-expanded-grid p{color:#9fbbd0}[data-theme-mode=dark] .table-row-remove-btn{color:#ffb5af;background:#b6494033;border-color:#ff8a8257}[data-theme-mode=dark] .table-row-remove-btn:hover:not(:disabled){background:#b649404d}[data-theme-mode=dark] .btn-ghost:hover:not(:disabled){background:#b0c7db33}[data-theme-mode=dark] .progress-shell{background:#2d4357}[data-theme-mode=dark] .meta-pill{color:#c5daeb;background:#1d3448}[data-theme-mode=dark] .status-success{color:#a5f0c8;background:#34966742}[data-theme-mode=dark] .status-warning{color:#ffd8a8;background:#b97b304d}[data-theme-mode=dark] .status-error{color:#ffb5af;background:#b649404d}[data-theme-mode=dark] .status-info{color:#b3d9ff;background:#4078b352}[data-theme-mode=dark] .status-source{color:#a6edf8;background:#2575804d}[data-theme-mode=dark] .status-target{color:#ffe0bf;background:#8c54214f}[data-theme-mode=dark] .status-testing{color:#e0cbff;background:#583f9157}[data-theme-mode=dark] .job-form input:not([type=checkbox]):not([type=radio]),[data-theme-mode=dark] .job-form select,[data-theme-mode=dark] .job-form textarea,[data-theme-mode=dark] .access-form input,[data-theme-mode=dark] .access-form select,[data-theme-mode=dark] .list-search-input{color:var(--text);background:#16293b;border-color:#35516a}[data-theme-mode=dark] .job-form input::placeholder,[data-theme-mode=dark] .job-form textarea::placeholder,[data-theme-mode=dark] .list-search-input::placeholder{color:#90a8bb}[data-theme-mode=dark] .job-form label{color:#c4d8e8}[data-theme-mode=dark] .onboarding-form-row input{color:var(--text);-webkit-text-fill-color:var(--text);caret-color:var(--text);background:#16293b;border-color:#35516a}[data-theme-mode=dark] .onboarding-form-row input::placeholder{color:#90a8bb}[data-theme-mode=dark] .onboarding-form-row input:-webkit-autofill{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:inset 0 0 0 1000px #16293b}[data-theme-mode=dark] .onboarding-form-row input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:inset 0 0 0 1000px #16293b}[data-theme-mode=dark] .onboarding-form-row input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:inset 0 0 0 1000px #16293b}[data-theme-mode=dark] .components-table-sort-btn{color:#a9c6dc}[data-theme-mode=dark] .progress-label{color:#b7cedf}[data-theme-mode=dark] .text-link-btn{color:#8bc8ff}[data-theme-mode=dark] .inline-copy-btn{color:#9cb3c7;background:#112131;border-color:#35516a}[data-theme-mode=dark] .job-detail-field-label{color:#a8c3d7}[data-theme-mode=dark] .job-detail-field-value{color:#d7e7f6}[data-theme-mode=dark] .schedule-detail-cron{color:#dbeeff;background:#374e61f5;border-color:#7898b157}[data-theme-mode=dark] .job-detail-section-title{color:#8ccfff}[data-theme-mode=dark] .job-detail-fields{background:#111f2df0;border-color:#304a60}[data-theme-mode=dark] .job-detail-config>.job-detail-list,[data-theme-mode=dark] .job-detail-config>.job-detail-json{border-top-color:#304a60}[data-theme-mode=dark] .job-detail-field-row{border-bottom-color:#2e475d}[data-theme-mode=dark] .job-detail-field-label{background:#1a2f44;border-right-color:#2e475d}[data-theme-mode=dark] .job-detail-field-row .job-detail-field-value{background:#111f2df0}[data-theme-mode=dark] .job-detail-card-title{color:#e3eef9}[data-theme-mode=dark] .component-pair-card label{color:#dbeaf6;font-weight:600}[data-theme-mode=dark] .component-pair-hero{background:linear-gradient(135deg,#3a7cad3d,#1f786f2e),linear-gradient(#142231fa,#0f1c28f0);border-bottom-color:#68a5d438}[data-theme-mode=dark] .component-pair-hero-warmup{background:linear-gradient(90deg,#3a7cad3d 0%,#2c6f9c38 68%,#c2852d42 90%,#e4913e5c 100%),linear-gradient(#142231fa,#0f1c28f0);border-bottom-color:#d6ab5657}[data-theme-mode=dark] .database-warmup-chip{color:#ffd39d;background:linear-gradient(#5b270ff7,#3a1809f2),linear-gradient(135deg,#ffb25a42,#db4f2247);border-color:#ff945457;box-shadow:0 14px 28px #080d1457,inset 0 1px #ffc98f33}[data-theme-mode=dark] .database-warmup-chip-icon{color:#ff9e57}[data-theme-mode=dark] .component-pair-fields{background:#111f2df0;border-color:#4f6a82}[data-theme-mode=dark] .component-pair-title-btn:hover span:first-child,[data-theme-mode=dark] .component-pair-title-btn:focus-visible span:first-child{color:#eef7ff}[data-theme-mode=dark] .component-pair-title-input{color:var(--text);background:#24364d}[data-theme-mode=dark] .component-pair-field-row{background:#111f2df0;border-color:#4f6a82}[data-theme-mode=dark] .component-pair-field-row:last-child{border-bottom-color:#4f6a82}[data-theme-mode=dark] .component-pair-arrow-row{background:#111f2df0;border-bottom-color:#4f6a82}[data-theme-mode=dark] .component-pair-field-row .job-detail-field-label{background:#25384e;border-right-color:#4f6a82}[data-theme-mode=dark] .component-pair-field-row .job-detail-field-value{background:#111f2df0}[data-theme-mode=dark] .job-detail-expand summary{color:#8bc8ff}[data-theme-mode=dark] .component-pair-selected-value{color:#eef7ff}[data-theme-mode=dark] .component-pair-help{color:#b7cadb}[data-theme-mode=dark] .component-pair-clear-btn:hover{color:#eef7ff}[data-theme-mode=dark] .job-detail-hero{background:linear-gradient(135deg,#3a7cad47,#1f786f38),linear-gradient(#142231fa,#0f1c28f0);border-bottom-color:#68a5d447}[data-theme-mode=dark] .job-detail-hero-type{color:#8ccfff}[data-theme-mode=dark] .job-detail-hero-description{color:#b4cadc}[data-theme-mode=dark] .group-form-modal{background:#111f2dfa;border-color:#304a60}[data-theme-mode=dark] .small.muted,[data-theme-mode=dark] .muted{color:#9eb7cb}[data-theme-mode=dark] code{color:#cbe4ff}[data-theme-mode=dark] .component-type-icon,[data-theme-mode=dark] .component-engine-icon,[data-theme-mode=dark] .component-type-icon-large,[data-theme-mode=dark] .component-engine-icon-large{background:#101d2ae6;border-color:#7899b566}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.workspace-grid{min-height:unset;grid-template-columns:1fr}.reload-list-panel{max-height:42vh}.topbar{flex-direction:column;gap:10px}.topbar-actions,.user-menu-shell{justify-content:flex-start;width:100%}.topbar-help-link{flex:none}.user-menu-trigger{flex:auto;min-width:0}.user-menu-dropdown{width:min(380px,100vw - 32px);max-height:min(70vh,560px);left:auto;right:0;overflow:auto}.application-row{flex-direction:column;align-items:flex-start}.inline-filter-form{grid-template-columns:1fr;align-items:stretch}.job-detail-field-row{grid-template-columns:1fr;gap:2px}.signed-out-card{width:min(96vw,560px);padding:20px}.signed-out-actions .btn{width:100%;min-width:0}}@media (width<=760px){.operation-card{padding:12px}.operation-card-collapsed{gap:0}.operation-head{align-items:flex-start}.operation-head-actions{flex-direction:column;align-items:flex-end;gap:6px}.operation-collapse-btn{justify-content:center;align-items:center;min-height:30px;display:inline-flex}.operation-step-timeline{grid-template-columns:1fr;gap:0;padding:10px 12px;display:grid}.operation-step{text-align:left;grid-template-columns:18px 1fr;place-items:start;gap:8px;min-height:36px;padding:0 0 8px}.operation-step-trigger{grid-column:1/-1;grid-template-columns:18px 1fr;place-items:start;gap:8px;width:100%;padding:1px 4px 4px 1px}.operation-step .operation-step-trigger{margin-top:0}.operation-step:before{width:2px;height:auto;inset:0 auto 0 6px}.operation-step:first-child:before{top:7px;left:6px}.operation-step:last-child{min-height:24px;padding-bottom:0}.operation-step:last-child:before{bottom:calc(100% - 7px);right:auto}.operation-step-complete+.operation-step-current:after{background-image:repeating-linear-gradient(180deg, #ffffff85 0 6px, transparent 6px 14px), linear-gradient(180deg, var(--step-complete), var(--step-current));background-size:100% 28px,100% 100%;width:2px;height:auto;animation:1.05s linear infinite progress-step-connector-flow-vertical;top:auto;left:6px;right:auto}.operation-step-complete:has(+.operation-step-current):after{background-image:repeating-linear-gradient(180deg, #ffffff85 0 6px, transparent 6px 14px), linear-gradient(180deg, var(--step-complete), var(--step-current));background-size:100% 28px,100% 100%;width:2px;height:auto;animation:1.05s linear infinite progress-step-connector-flow-vertical;top:auto;left:6px;right:auto}.operation-step-complete:has(+.operation-step-current):after{top:7px;bottom:0}.operation-step-complete+.operation-step-current:after{top:0;bottom:calc(100% - 7px)}.operation-step-dot{width:14px;height:14px;margin-top:0}.operation-step-label{font-size:.78rem;line-height:1.25}.operation-step-skipped .operation-step-label:after{margin-left:6px;font-size:.62rem;display:inline}.operation-step-popover{width:min(260px,100vw - 64px);bottom:calc(100% + 8px);left:18px;right:auto;transform:translateY(4px)}.operation-step:first-child .operation-step-popover,.operation-step:last-child .operation-step-popover{left:18px;right:auto;transform:translateY(4px)}.operation-step:hover .operation-step-popover,.operation-step:focus-within .operation-step-popover{transform:translateY(0)}.operation-step-popover:after,.operation-step:first-child .operation-step-popover:after,.operation-step:last-child .operation-step-popover:after{left:18px;right:auto;transform:translate(-50%)rotate(45deg)}}@media (width<=640px){.topbar-actions{align-items:stretch}.user-menu-shell{gap:8px}.topbar-help-link{min-height:44px;padding:0 16px;font-size:.9rem}.user-chip{min-height:44px}.user-menu-trigger{padding-left:8px;padding-right:4px}.user-avatar{width:30px;height:30px}.user-menu-divider{height:18px}.user-menu-dropdown{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}}@media (width>=900px){.component-form-row-two,.component-detail-row-two{grid-template-columns:repeat(2,minmax(0,1fr))}.component-form-row-three,.component-detail-row-three{grid-template-columns:repeat(3,minmax(0,1fr))}.component-form-row-four,.component-detail-row-four{grid-template-columns:repeat(2,minmax(0,1fr))}}
