:root{--agilent-blue: #00728d;--agilent-blue-dark: #1e3a8a;--agilent-blue-light: #2563eb;--agilent-success: #10b981;--agilent-danger: #ef4444;--border-color: #cbd5e1;--premium-dark: #64748b;--card-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}html,body{height:100vh!important;margin:0;padding:0;overflow:hidden!important;display:flex;flex-direction:column}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at center,#fff,#f1f5f9);color:#1e293b;-webkit-font-smoothing:antialiased}#global-header{width:100%;background:#fff;border-bottom:2px solid var(--border-color);height:auto!important;min-height:70px!important;display:flex!important;align-items:center!important;padding:5px 0!important;flex-shrink:0}.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px;width:100%}.header-logo img,#header-container img{height:60px!important;width:auto!important;max-width:250px!important;display:block;margin:5px 0!important}#logout-btn{padding:7px 22px;background:transparent;color:var(--agilent-danger);border:2px solid var(--agilent-danger);border-radius:8px;cursor:pointer;font-weight:800;font-size:13.5px;transition:.2s}#logout-btn:hover{background:var(--agilent-danger);color:#fff}#login-section,#forgot-password-section,#confirm-password-section,#force-change-password-section{flex:1;display:flex;justify-content:center;align-items:center;padding:20px;min-height:0}#forgot-password-section,#confirm-password-section,#force-change-password-section{display:none}.login-card{background:#fff;padding:40px 36px;border-radius:16px;box-shadow:var(--card-shadow);width:100%;max-width:360px;text-align:center;border:1px solid rgba(203,213,225,.5);transition:transform .3s ease}.login-card h2{font-size:1.55rem;font-weight:800;color:#0f172a;margin-bottom:28px;letter-spacing:-.02em}.login-card p{line-height:1.5;color:#64748b;margin-top:-10px}.login-input{width:100%;padding:13px 15px;margin-bottom:15px;border:2px solid var(--border-color);border-radius:10px;box-sizing:border-box;font-size:14px;font-weight:500;transition:all .2s;outline:none}.login-input:focus{border-color:var(--agilent-blue-light);box-shadow:0 0 0 4px #2563eb1a;background:#fff}.login-button{width:100%;padding:15px;background:var(--agilent-blue-light);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:16px;transition:all .2s;margin-top:8px}.login-button:hover{background:var(--agilent-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}#forgot-password-link{font-weight:700;font-size:13px;color:var(--agilent-blue-light);transition:color .2s}#forgot-password-link:hover{color:var(--agilent-blue-dark);text-decoration:underline}#back-to-login-from-forgot,#back-to-login-from-confirm{display:inline-block;margin-top:20px;font-size:13px;font-weight:700;color:var(--premium-dark);text-decoration:none;background:none;border:none;cursor:pointer;transition:color .2s;padding:5px 10px}#back-to-login-from-forgot:hover,#back-to-login-from-confirm:hover{color:var(--agilent-blue-dark);text-decoration:underline}#verification-code{letter-spacing:.1em;font-size:16px;text-align:center;border-color:var(--agilent-blue-light);background:#f8fafc}#send-code-btn,#reset-password-btn{margin-top:15px}.password-requirements{text-align:left;background:#f8fafc;padding:15px;border-radius:8px;border:1px solid var(--border-color);margin-bottom:20px}.password-requirements p{font-size:.8rem;margin:0 0 8px;color:#1e293b}.password-requirements ul{margin:0;padding-left:18px;list-style-type:disc}.password-requirements li{font-size:.75rem;color:#475569;margin-bottom:4px;font-weight:500}#protected-content{flex:1;padding:30px 5%;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-y:auto}.dashboard-header{text-align:center;margin-bottom:30px}.dashboard-header h2{font-size:1.7rem;font-weight:900;color:#000;letter-spacing:-.04em;margin:0}.status-info{display:block;font-size:.9rem;color:#475569;font-weight:700;margin-top:10px}.controls-wrapper{display:flex!important;justify-content:space-between!important;align-items:center!important;background:linear-gradient(180deg,#fff,#f9fafb)!important;padding:20px 32px!important;border-radius:14px!important;border:1.5px solid var(--premium-dark)!important;border-bottom:3px solid var(--premium-dark)!important;margin-bottom:32px!important;box-shadow:0 8px 16px -4px #00000014!important}.search-box{width:320px!important;padding:12px 18px!important;border:1.5px solid var(--premium-dark)!important;border-radius:12px!important;font-size:14px!important;font-weight:600!important;background:#fff!important;color:#1e293b!important;outline:none!important;transition:all .2s ease!important}.search-box:focus{border-color:var(--agilent-blue-light)!important;box-shadow:0 0 0 4px #2563eb1a!important}.automation-status-block{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;padding:8px 32px!important;min-width:180px!important;transition:all .2s ease-in-out!important;background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;border:1.5px solid #cbd5e1!important}.automation-status-block.running-state,.automation-status-block.stopping-state{background:linear-gradient(180deg,#fef3c7,#fde68a)!important;border:1.5px solid #f59e0b!important}.automation-status-block.env-running-state{background:linear-gradient(180deg,#ecfdf5,#d1fae5)!important;border:1.5px solid #10b981!important;box-shadow:2px 2px #064e3b!important}.env-running-state .status-value{color:#065f46!important}.automation-status-block.env-stopped-state{background:linear-gradient(180deg,#fef2f2,#fee2e2)!important;border:1.5px solid #ef4444!important;box-shadow:2px 2px #7f1d1d!important}.env-stopped-state .status-value{color:#7f1d1d!important}.automation-status-block.idle-state{background:linear-gradient(180deg,#f5f3ff,#ede9fe)!important;border:2px solid #8b5cf6!important;box-shadow:3px 3px #5b21b6!important;transition:all .3s ease!important}.idle-state .status-value{color:#4c1d95!important;font-weight:900!important;text-shadow:.5px .5px 0px rgba(255,255,255,.5)}.idle-state .status-label{color:#7c3aed!important}.status-label{font-size:9px!important;font-weight:900!important;color:#64748b!important;letter-spacing:.1em!important;margin-bottom:4px!important;text-transform:uppercase!important;font-family:Inter,sans-serif!important;-webkit-font-smoothing:antialiased!important}.status-value{font-size:13px!important;font-weight:900!important;color:#0f172a!important;font-family:Inter,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important;display:inline-block!important;line-height:1.2!important}.btn-start{background:#10b981;color:#fff;border:2px solid #064e3b;box-shadow:3px 3px #064e3b;padding:10px 24px;border-radius:8px;font-weight:800;cursor:pointer;font-size:13.5px}.btn-stop{background:#ef4444;color:#fff;border:2px solid #7f1d1d;box-shadow:3px 3px #7f1d1d;padding:10px 24px;border-radius:8px;font-weight:800;cursor:pointer;font-size:13.5px}.btn-start:active,.btn-stop:active{transform:translate(1px,1px);box-shadow:1px 1px #064e3b}button:disabled{background-color:#f1f5f9!important;color:#94a3b8!important;border-color:#cbd5e1!important;box-shadow:none!important;cursor:not-allowed;opacity:.8}.table-container{background:#fff!important;border-radius:12px!important;border:1.5px solid var(--premium-dark)!important;border-bottom:3.5px solid var(--premium-dark)!important;overflow:hidden!important;box-shadow:var(--card-shadow)!important;margin-top:20px!important}table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important}th:nth-child(1){width:26%;text-align:center!important}th:nth-child(2){width:16%;text-align:center!important}th:nth-child(3){width:11%;text-align:center!important}th:nth-child(4),th:nth-child(5),th:nth-child(6){width:11.5%;text-align:center!important}th:nth-child(7){width:12.5%;text-align:center!important}th{background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;padding:16px 15px!important;font-size:11px!important;font-weight:900!important;color:#1e293b!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-bottom:2px solid var(--premium-dark)!important}td{padding:14px 15px!important;font-size:12.5px!important;font-weight:700!important;vertical-align:middle!important;border-bottom:1px solid #f1f5f9!important;color:#334155!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}td:nth-child(1),td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7){text-align:center!important}td:nth-child(1){white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.3!important;padding:10px 15px!important}.status-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:4px 10px!important;border-radius:6px!important;font-size:10.5px!important;font-weight:800!important;text-transform:uppercase!important;white-space:nowrap!important;min-width:95px!important;box-sizing:border-box!important}.status-pill:before{content:""!important;display:inline-block!important;width:6px!important;height:6px!important;border-radius:50%!important;margin-right:8px!important;flex-shrink:0!important}.status-running{background:#ecfdf5!important;color:#059669!important;border:1px solid rgba(16,185,129,.2)!important}.status-running:before{background:#10b981!important}.status-stopped{background:#fef2f2!important;color:#dc2626!important;border:1px solid rgba(239,68,68,.2)!important}.status-stopped:before{background:#ef4444!important}.status-progress{background:linear-gradient(180deg,#fef3c7,#fde68a)!important;color:#b45309!important;border:1px solid #f59e0b!important;box-shadow:2px 2px #b45309!important;transform:translateY(-1px)!important}.status-progress:before{background:#f59e0b!important}.status-na{background:#f1f5f9!important;color:#64748b!important;border:1px solid rgba(148,163,184,.3)!important}.status-na:before{background:#ef4444!important}#common-footer{flex-shrink:0;padding:15px 0;border-top:2px solid var(--border-color);background:#fff;width:100%;text-align:center;z-index:10}.timeout-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;justify-content:center;align-items:center;z-index:99999}.timeout-box{background:#fff;width:360px;padding:28px 32px;border-radius:14px;text-align:center;box-shadow:0 20px 60px #00000040}#verification-code,.mfa-input{width:100%!important;max-width:260px!important;padding:12px!important;border:2px solid #cbd5e1!important;border-radius:10px!important;text-align:center!important;font-size:1.8rem!important;font-weight:800!important;font-family:Courier New,Courier,monospace!important;letter-spacing:.5rem!important;background:#f8fafc!important;transition:all .2s!important;box-sizing:border-box!important;margin:15px auto!important;display:block!important}#verification-code:focus,.mfa-input:focus{border-color:#3b82f6!important;background:#fff!important;outline:none!important;box-shadow:0 0 0 4px #3b82f61a!important}.mfa-container .login-card{width:100%!important;max-width:380px!important;padding:25px 30px!important;margin:auto!important;flex-shrink:0!important}.mfa-container h2{font-size:1.35rem!important;margin-bottom:15px!important}.mfa-container p{font-size:.85rem!important;margin-bottom:15px!important}.action-btn{padding:4px 12px;font-size:12px;border-radius:4px;font-weight:600;cursor:pointer;transition:all .1s ease}.action-btn-start{background:#10b981;color:#fff;border:1px solid #064e3b;box-shadow:2px 2px #064e3b}.action-btn-stop{background:#ef4444;color:#fff;border:1px solid #7f1d1d;box-shadow:2px 2px #7f1d1d}.action-btn-start:active:not(:disabled),.action-btn-stop:active:not(:disabled){transform:translate(1px,1px);box-shadow:1px 1px #064e3b}.action-btn-stop:active:not(:disabled){box-shadow:1px 1px #7f1d1d}.action-btn:disabled{background:#e2e8f0!important;color:#94a3b8!important;border:1px solid #cbd5e1!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}button.btn-progress:disabled{background:linear-gradient(180deg,#fef3c7,#fde68a)!important;color:#b45309!important;border:1px solid #f59e0b!important;box-shadow:2px 2px #b45309!important;opacity:1!important;transform:translateY(-1px)!important;font-weight:800!important}.pipeline-wrapper{width:100%!important;padding:50px 30px!important;background:#f8fafc!important;border-radius:0 0 12px 12px!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;overflow-x:auto!important}.pipeline-track{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:60px 0!important}.pipeline-row{display:flex!important;width:max-content!important}.pipeline-row.row-ltr{flex-direction:row!important}.pipeline-row.row-rtl{flex-direction:row-reverse!important;align-self:flex-end!important}.pipeline-row.row-rtl .pipeline-item{flex-direction:row-reverse!important}.pipeline-item{display:flex!important;align-items:center!important}.pipeline-node{display:flex!important;flex-direction:column!important;align-items:center!important;width:110px!important}.node-icon{width:40px!important;height:40px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:3px solid #cbd5e1!important;box-shadow:4px 4px #94a3b8!important;z-index:2!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.node-icon svg{width:22px!important;height:22px!important;stroke-width:2.5px!important}.node-label{margin-top:15px!important;font-size:10.5px!important;font-weight:800!important;text-align:center!important;color:#475569!important;line-height:1.4!important;word-wrap:break-word!important;text-transform:uppercase!important;letter-spacing:.04em!important}.pipeline-connector{color:#cbd5e1!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 4px!important;padding-bottom:30px!important;flex-shrink:0!important;transition:color .3s ease!important}.pipeline-connector svg{width:26px!important;height:26px!important}.pipeline-row.row-ltr .pipeline-item:last-child{position:relative!important}.pipeline-row.row-ltr .pipeline-item:last-child:after{content:""!important;position:absolute!important;right:45px!important;bottom:-50px!important;width:20px!important;height:20px!important;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="%23cbd5e1" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="2" x2="12" y2="22"></line><polyline points="19 15 12 22 5 15"></polyline></svg>')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;z-index:10!important}.pipeline-row.row-ltr:has(.pipeline-item:last-child .step-succeeded) .pipeline-item:last-child:after{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="2" x2="12" y2="22"></line><polyline points="19 15 12 22 5 15"></polyline></svg>')!important}.step-succeeded .node-icon{background:linear-gradient(145deg,#10b981,#059669)!important;border-color:#064e3b!important;color:#fff!important;box-shadow:4px 4px #064e3b!important}.step-succeeded .node-label{color:#059669!important}.step-succeeded+.pipeline-connector{color:#10b981!important}.step-running .node-icon{background:#fff!important;border-color:#2563eb!important;color:#2563eb!important;box-shadow:0 0 15px #2563eb66!important;animation:node-pulse 1.8s infinite ease-in-out!important}.step-running .node-label{color:#1d4ed8!important;font-weight:900!important}.step-failed .node-icon{background:linear-gradient(145deg,#ef4444,#dc2626)!important;border-color:#7f1d1d!important;color:#fff!important;box-shadow:4px 4px #7f1d1d!important}.step-failed .node-label{color:#b91c1c!important}.inner-dot{width:8px;height:8px;background:#cbd5e1;border-radius:50%}.spin{animation:spin-anim 1.5s linear infinite!important}@keyframes spin-anim{to{transform:rotate(360deg)}}@keyframes node-pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.empty-state-cell{padding:40px!important;color:#94a3b8!important;text-align:center!important}.loader-container{animation:text-pulse 2s infinite!important}@keyframes text-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.mfa-container{display:none!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:1!important;padding:20px!important;min-height:0!important;overflow-y:auto!important}#mfa-section[style*="display: block"],#mfa-section[style*="display: flex"],#mfa-setup-section[style*="display: block"],#mfa-setup-section[style*="display: flex"]{display:flex!important}.mfa-input{width:100%!important;max-width:260px!important;padding:12px!important;border:2px solid #cbd5e1!important;border-radius:10px!important;text-align:center!important;font-size:1.8rem!important;font-weight:800!important;font-family:Courier New,Courier,monospace!important;letter-spacing:.5rem!important;background:#f8fafc!important;transition:all .2s!important;box-sizing:border-box!important;margin:15px auto!important;display:block!important}.secret-display{background:#f1f5f9!important;padding:10px!important;border-radius:6px!important;font-size:.75rem!important;font-family:monospace!important;margin:10px 0 20px!important;border:1px dashed #cbd5e1!important;word-break:break-all!important;white-space:normal!important;color:#1e293b!important}.qr-container{margin:15px 0!important;display:flex!important;justify-content:center!important}.quick-instructions{max-width:380px!important;margin:15px auto!important;padding:12px!important;font-size:.75rem!important;border-radius:8px!important;background:#f8fafc!important;border-left:4px solid #3b82f6!important;text-align:left!important;flex-shrink:0!important}.back-link-btn{background:none!important;border:none!important;color:#64748b!important;text-decoration:underline!important;font-size:.85rem!important;margin-top:10px!important;cursor:pointer!important}.pipeline-row:has(+.pipeline-row) .pipeline-item:last-child .pipeline-node{position:relative!important}.pipeline-row:has(+.pipeline-row) .pipeline-item:last-child .pipeline-node:after{content:""!important;position:absolute!important;top:100%!important;left:50%!important;transform:translate(-50%)!important;margin-top:6px!important;width:26px!important;height:26px!important;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23cbd5e1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="5 12 12 19 19 12"></polyline></svg>')!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;z-index:10!important}.pipeline-row:has(+.pipeline-row) .pipeline-item:last-child:has(.step-succeeded) .pipeline-node:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="5 12 12 19 19 12"></polyline></svg>')!important}
