.page-module___8aEwW__nav{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__navLink{color:var(--text-secondary);border-radius:var(--border-radius-md);letter-spacing:-.01em;padding:.625rem 1rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .15s}.page-module___8aEwW__navLink:hover{color:var(--primary-blue);background-color:var(--primary-blue-light)}@media (max-width:768px){.page-module___8aEwW__nav{flex-wrap:wrap;gap:.25rem}.page-module___8aEwW__navLink{padding:.5rem .75rem;font-size:.875rem}}@media (max-width:480px){.page-module___8aEwW__nav{flex-direction:column;gap:.5rem;width:100%}.page-module___8aEwW__navLink{text-align:center;width:100%}}
.Dashboard-module__MwlfRG__dashboardContainer{max-width:1600px;margin:0 auto;padding:2rem}.Dashboard-module__MwlfRG__dashboardHeader{margin-bottom:2.5rem}.Dashboard-module__MwlfRG__dashboardTitle{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.Dashboard-module__MwlfRG__dashboardSubtitle{color:var(--text-tertiary);font-size:1rem;font-weight:400}.Dashboard-module__MwlfRG__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.Dashboard-module__MwlfRG__metricCard{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:1.75rem;transition:all .2s;position:relative;overflow:hidden}.Dashboard-module__MwlfRG__metricCard:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--accent-teal));height:3px;position:absolute;top:0;left:0;right:0}.Dashboard-module__MwlfRG__metricCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-medium);transform:translateY(-2px)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__success:before{background:var(--success-green)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__warning:before{background:var(--warning-amber)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__danger:before{background:var(--danger-red)}.Dashboard-module__MwlfRG__metricHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.Dashboard-module__MwlfRG__metricTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Dashboard-module__MwlfRG__metricIcon{border-radius:var(--border-radius-md);background:var(--primary-blue-light);width:2.5rem;height:2.5rem;color:var(--primary-blue);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Dashboard-module__MwlfRG__metricValue{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}.Dashboard-module__MwlfRG__metricSubtext{color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Dashboard-module__MwlfRG__metricTrend{border-radius:var(--border-radius-sm);align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__up{color:var(--success-green);background:var(--success-green-ultralight)}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__down{color:var(--danger-red);background:var(--danger-red-ultralight)}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__stable{color:var(--neutral-600);background:var(--neutral-100)}.Dashboard-module__MwlfRG__dashboardSection{margin-bottom:2.5rem;padding:2rem}.Dashboard-module__MwlfRG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Dashboard-module__MwlfRG__sectionTitle{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Dashboard-module__MwlfRG__sectionSubtitle{color:var(--text-tertiary);margin-top:.25rem;font-size:.875rem}.Dashboard-module__MwlfRG__sectionAction{color:var(--primary-blue);cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.Dashboard-module__MwlfRG__sectionAction:hover{color:var(--primary-blue-hover);text-decoration:underline}.Dashboard-module__MwlfRG__contentGrid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.Dashboard-module__MwlfRG__col6{grid-column:span 6}.Dashboard-module__MwlfRG__col4{grid-column:span 4}.Dashboard-module__MwlfRG__col8{grid-column:span 8}.Dashboard-module__MwlfRG__col12{grid-column:span 12}.Dashboard-module__MwlfRG__itemList{flex-direction:column;gap:.75rem;display:flex}.Dashboard-module__MwlfRG__listItem{background:var(--bg-secondary);border-radius:var(--border-radius-md);border:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:all .15s;display:flex}.Dashboard-module__MwlfRG__listItem:hover{background:var(--bg-primary);border-color:var(--border-medium);transform:translate(4px)}.Dashboard-module__MwlfRG__listItemContent{flex:1;min-width:0}.Dashboard-module__MwlfRG__listItemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;overflow:hidden}.Dashboard-module__MwlfRG__listItemMeta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.Dashboard-module__MwlfRG__listItemBadge{border-radius:var(--border-radius-sm);white-space:nowrap;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__critical{background:var(--danger-red-ultralight);color:var(--danger-red)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__warning{background:var(--warning-amber-ultralight);color:var(--warning-amber)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__success{background:var(--success-green-ultralight);color:var(--success-green)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__info{background:var(--info-blue-ultralight);color:var(--info-blue)}.Dashboard-module__MwlfRG__chartContainer{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);min-height:300px;padding:1.5rem}.Dashboard-module__MwlfRG__chartTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.Dashboard-module__MwlfRG__chartControls{border-bottom:1px solid var(--border-light);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Dashboard-module__MwlfRG__chartLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Dashboard-module__MwlfRG__chartSelect{border:1px solid var(--border-light);border-radius:var(--border-radius-md);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;padding:.5rem .75rem;font-size:.875rem;transition:all .15s}.Dashboard-module__MwlfRG__chartSelect:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #0f4c751a}.Dashboard-module__MwlfRG__chartStats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Dashboard-module__MwlfRG__chartStat{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__MwlfRG__chartStatLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.Dashboard-module__MwlfRG__chartStatValue{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1}.Dashboard-module__MwlfRG__chartStatChange{font-size:.8125rem;font-weight:500}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__positive{color:var(--success-green)}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__negative{color:var(--danger-red)}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__secondary{color:var(--text-tertiary)}@media (max-width:1200px){.Dashboard-module__MwlfRG__contentGrid{grid-template-columns:1fr}.Dashboard-module__MwlfRG__col6,.Dashboard-module__MwlfRG__col4,.Dashboard-module__MwlfRG__col8,.Dashboard-module__MwlfRG__col12{grid-column:span 1}}@media (max-width:768px){.Dashboard-module__MwlfRG__dashboardContainer{padding:1rem}.Dashboard-module__MwlfRG__dashboardSection{padding:1.5rem}.Dashboard-module__MwlfRG__metricsGrid{grid-template-columns:1fr;gap:1rem}.Dashboard-module__MwlfRG__metricValue{font-size:2rem}.Dashboard-module__MwlfRG__dashboardTitle{font-size:1.5rem}.Dashboard-module__MwlfRG__sectionHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.Dashboard-module__MwlfRG__contentGrid{gap:1rem}}@media (max-width:480px){.Dashboard-module__MwlfRG__dashboardContainer{padding:.75rem}.Dashboard-module__MwlfRG__dashboardSection{padding:1rem}.Dashboard-module__MwlfRG__metricCard{padding:1.25rem}.Dashboard-module__MwlfRG__dashboardSection{margin-bottom:1.5rem}}
.Modal-module__Ro-5Wq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Modal-module__Ro-5Wq__modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-height:90vh;animation:.2s ease-out Modal-module__Ro-5Wq__modalSlideIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes Modal-module__Ro-5Wq__modalSlideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Modal-module__Ro-5Wq__header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Modal-module__Ro-5Wq__title{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.Modal-module__Ro-5Wq__content{flex:1;padding:2rem;overflow-y:auto}@media (max-width:640px){.Modal-module__Ro-5Wq__overlay{padding:.5rem}.Modal-module__Ro-5Wq__header{padding:1rem 1.5rem}.Modal-module__Ro-5Wq__content{padding:1.5rem}.Modal-module__Ro-5Wq__title{font-size:1.125rem}}
.ActionModal-module__zRZLnG__modalContent{padding:0}.ActionModal-module__zRZLnG__modalHeader{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1rem;display:flex}.ActionModal-module__zRZLnG__iconWrapper{background:linear-gradient(135deg,var(--primary-blue),var(--accent-teal));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ActionModal-module__zRZLnG__headerText h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.ActionModal-module__zRZLnG__headerText p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.ActionModal-module__zRZLnG__form{padding:0 1.5rem 1.5rem}.ActionModal-module__zRZLnG__formLabel{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.ActionModal-module__zRZLnG__formLabel svg{color:var(--primary-blue)}.ActionModal-module__zRZLnG__formHelp{color:var(--text-secondary);align-items:flex-start;gap:.5rem;margin-top:.5rem;font-size:.75rem;line-height:1.4;display:flex}.ActionModal-module__zRZLnG__formHelp svg{color:var(--text-tertiary);flex-shrink:0;margin-top:.1rem}@media (max-width:480px){.ActionModal-module__zRZLnG__modalHeader{text-align:center;flex-direction:column;gap:1rem}}
.GenericStepForm-module__gbZXcG__form_field{min-width:120px;height:3.2em;padding:var(--spacing-2)var(--spacing-3);border:1px solid var(--neutral-300);border-radius:var(--border-radius-md);background-color:var(--bg-primary);font-family:inherit;font-size:.875rem;transition:all .2s}.GenericStepForm-module__gbZXcG__form_field:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #0f4c751a}.GenericStepForm-module__gbZXcG__form_field:disabled{background-color:var(--neutral-100);color:var(--text-secondary);cursor:not-allowed}input.GenericStepForm-module__gbZXcG__form_field,select.GenericStepForm-module__gbZXcG__form_field{box-sizing:border-box;width:100%}.GenericStepForm-module__gbZXcG__valueGroup{gap:var(--spacing-2);flex-wrap:wrap;align-items:flex-start;display:flex}.GenericStepForm-module__gbZXcG__valueGroup input{flex:1;min-width:200px}.GenericStepForm-module__gbZXcG__validationGroup{min-width:140px}.GenericStepForm-module__gbZXcG__validationGroup select{width:100%;height:3.2em;padding:var(--spacing-2)var(--spacing-3);border:1px solid var(--neutral-300);border-radius:var(--border-radius-md);background-color:var(--bg-primary);cursor:pointer;font-family:inherit;font-size:.875rem;transition:all .2s}.GenericStepForm-module__gbZXcG__validationGroup select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #0f4c751a}.GenericStepForm-module__gbZXcG__timeoutGroup{gap:var(--spacing-2);flex-direction:column;min-width:200px;display:flex}.GenericStepForm-module__gbZXcG__timeoutToggle{align-items:center;gap:var(--spacing-2);cursor:pointer;-webkit-user-select:none;user-select:none;padding:var(--spacing-1)0;font-size:.875rem;display:flex}.GenericStepForm-module__gbZXcG__timeoutToggle input[type=checkbox]{cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary-blue);margin:0}.GenericStepForm-module__gbZXcG__toggleLabel{color:var(--text-secondary);white-space:nowrap;font-size:.875rem;font-weight:500}.GenericStepForm-module__gbZXcG__timeoutInput{width:100%;max-width:140px;margin-top:var(--spacing-1);height:3.2em;padding:var(--spacing-2)var(--spacing-3);border:1px solid var(--neutral-300);border-radius:var(--border-radius-md);box-sizing:border-box;font-size:.875rem;transition:all .2s}.GenericStepForm-module__gbZXcG__timeoutInput:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #0f4c751a}.GenericStepForm-module__gbZXcG__actions{gap:var(--spacing-3);margin:0;margin-top:var(--spacing-3);border:none;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;display:flex}.GenericStepForm-module__gbZXcG__error{color:var(--danger-red);margin-top:var(--spacing-3);padding:var(--spacing-3);background-color:var(--danger-red-light);border-radius:var(--border-radius-md);border:1px solid var(--danger-red);border-left:4px solid var(--danger-red);align-items:flex-start;gap:var(--spacing-2);font-size:.875rem;display:flex}.GenericStepForm-module__gbZXcG__error:before{content:"⚠️";flex-shrink:0;font-size:1rem}@media (max-width:768px){.GenericStepForm-module__gbZXcG__valueGroup{flex-direction:column}.GenericStepForm-module__gbZXcG__valueGroup input,.GenericStepForm-module__gbZXcG__timeoutGroup{min-width:unset}.GenericStepForm-module__gbZXcG__actions{flex-direction:column;align-items:stretch}}
.ProductModal-module__ndtGLq__formGroup{margin-bottom:0!important}
.StepCard-module__LQaXfW__stepCard{gap:var(--spacing-3);padding:var(--spacing-4);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);background-color:var(--bg-primary);transition:all .2s;display:flex}.StepCard-module__LQaXfW__stepCard:hover{border-color:var(--neutral-300);box-shadow:var(--shadow-sm)}.StepCard-module__LQaXfW__stepContent{gap:var(--spacing-3);flex-direction:column;flex:1;min-width:0;display:flex}.StepCard-module__LQaXfW__stepMain{justify-content:space-between;align-items:flex-start;gap:var(--spacing-3);display:flex}.StepCard-module__LQaXfW__stepInfo{flex:1;min-width:0}.StepCard-module__LQaXfW__stepHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-2);margin-bottom:var(--spacing-2);display:flex}.StepCard-module__LQaXfW__stepName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:500;line-height:1.4}.StepCard-module__LQaXfW__stepAction{align-items:center;gap:var(--spacing-2);display:flex}.StepCard-module__LQaXfW__actionIcon{font-size:1.125rem;line-height:1}.StepCard-module__LQaXfW__actionText{color:var(--text-secondary);font-size:.875rem;font-weight:500}.StepCard-module__LQaXfW__stepActions{gap:var(--spacing-2);align-items:flex-start;display:flex}.StepCard-module__LQaXfW__stepDetails{gap:var(--spacing-2);padding-top:var(--spacing-2);border-top:1px solid var(--neutral-100);flex-direction:column;display:flex}.StepCard-module__LQaXfW__stepValue,.StepCard-module__LQaXfW__stepLocators{gap:var(--spacing-2);align-items:flex-start;display:flex}.StepCard-module__LQaXfW__valueLabel{color:var(--text-secondary);flex-shrink:0;min-width:fit-content;font-size:.875rem;font-weight:500}.StepCard-module__LQaXfW__valueText{color:var(--text-primary);word-break:break-word;font-size:.875rem}.StepCard-module__LQaXfW__locatorsList{gap:var(--spacing-1);flex-wrap:wrap;display:flex}.StepCard-module__LQaXfW__locatorCode{padding:var(--spacing-1)var(--spacing-2);background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem}@media (max-width:768px){.StepCard-module__LQaXfW__stepCard{gap:var(--spacing-2);padding:var(--spacing-3)}.StepCard-module__LQaXfW__stepMain{gap:var(--spacing-2);flex-direction:column}.StepCard-module__LQaXfW__stepActions{align-self:flex-end}.StepCard-module__LQaXfW__stepDetails{padding-top:var(--spacing-2)}.StepCard-module__LQaXfW__stepValue,.StepCard-module__LQaXfW__stepLocators{gap:var(--spacing-1);flex-direction:column}.StepCard-module__LQaXfW__locatorsList{gap:var(--spacing-1)}}.StepCard-module__LQaXfW__executionResult{margin-top:var(--spacing-3);padding:var(--spacing-3);background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-sm)}.StepCard-module__LQaXfW__resultHeader{align-items:center;gap:var(--spacing-3);margin-bottom:var(--spacing-2);display:flex}.StepCard-module__LQaXfW__resultStatus{color:#fff;text-transform:uppercase;letter-spacing:.025em;border-radius:12px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.StepCard-module__LQaXfW__resultDuration{color:var(--text-secondary);font-size:.8rem;font-weight:500}.StepCard-module__LQaXfW__resultValue{align-items:flex-start;gap:var(--spacing-2);margin-bottom:var(--spacing-2);display:flex}.StepCard-module__LQaXfW__resultActions{gap:var(--spacing-2);display:flex}@media (max-width:768px){.StepCard-module__LQaXfW__executionResult{padding:var(--spacing-2)}.StepCard-module__LQaXfW__resultHeader{align-items:flex-start;gap:var(--spacing-1);flex-direction:column}.StepCard-module__LQaXfW__resultValue{gap:var(--spacing-1);flex-direction:column}}
.InlineStepForm-module__kCz4_q__actions{align-items:flex-start;gap:.5rem;justify-content:unset;border:none;margin:0;padding:0;display:flex}.InlineStepForm-module__kCz4_q__form_field{height:3.2em}.InlineStepForm-module__kCz4_q__timeoutGroup{flex-direction:column;gap:.5rem;min-width:160px;display:flex}.InlineStepForm-module__kCz4_q__timeoutToggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.InlineStepForm-module__kCz4_q__timeoutToggle input[type=checkbox]{cursor:pointer;width:1rem;height:1rem;margin:0}.InlineStepForm-module__kCz4_q__toggleLabel{color:var(--neutral-700);white-space:nowrap;font-size:.875rem;font-weight:500}.InlineStepForm-module__kCz4_q__timeoutInput{width:100%;max-width:140px;margin-top:.25rem;font-size:.875rem}
.PageHeader-module__K5g5nq__scenarioMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.PageHeader-module__K5g5nq__headerActions{gap:1rem;display:flex}
.Notification-module__WJ9jqa__notification{border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:9999;background:#fff;border-left:4px solid;align-items:center;gap:.75rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;animation:.3s ease-out Notification-module__WJ9jqa__slideIn;display:flex;position:fixed;top:2rem;right:2rem}@keyframes Notification-module__WJ9jqa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Notification-module__WJ9jqa__notification.Notification-module__WJ9jqa__success{border-color:var(--success-green)}.Notification-module__WJ9jqa__notification.Notification-module__WJ9jqa__error{border-color:var(--danger-red)}.Notification-module__WJ9jqa__notification.Notification-module__WJ9jqa__info{border-color:var(--info-blue)}.Notification-module__WJ9jqa__notification.Notification-module__WJ9jqa__warning{border-color:var(--warning-amber)}.Notification-module__WJ9jqa__notificationIcon{flex-shrink:0;font-size:1.5rem}.Notification-module__WJ9jqa__notificationContent{flex:1}.Notification-module__WJ9jqa__notificationTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:.875rem;font-weight:600}.Notification-module__WJ9jqa__notificationMessage{color:var(--text-secondary);margin:0;font-size:.8125rem}@media (max-width:768px){.Notification-module__WJ9jqa__notification{min-width:auto;max-width:none;top:1rem;left:1rem;right:1rem}}
.action-steps-module__kAy5yG__errorSection{padding:var(--spacing-8);text-align:center;justify-content:center;align-items:center;gap:var(--spacing-4);background-color:var(--bg-primary);border:1px solid var(--neutral-200);border-radius:var(--border-radius-lg);flex-direction:column;display:flex}.action-steps-module__kAy5yG__errorIcon{margin-bottom:var(--spacing-4);font-size:3rem}.action-steps-module__kAy5yG__stepsSection{gap:var(--spacing-6);flex-direction:column;display:flex}.action-steps-module__kAy5yG__addStepForm,.action-steps-module__kAy5yG__editStepForm{background-color:var(--bg-primary);border:2px solid var(--primary-blue);border-radius:var(--border-radius-lg);padding:var(--spacing-6);box-shadow:var(--shadow-md);margin-bottom:var(--spacing-4);position:relative;overflow:hidden}.action-steps-module__kAy5yG__addStepForm:before,.action-steps-module__kAy5yG__editStepForm:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-light));height:4px;position:absolute;top:0;left:0;right:0}.action-steps-module__kAy5yG__addStepForm h3,.action-steps-module__kAy5yG__editStepForm h3{margin:0 0 var(--spacing-4)0;color:var(--text-primary);align-items:center;gap:var(--spacing-2);padding-bottom:var(--spacing-2);border-bottom:1px solid var(--neutral-200);font-size:1.125rem;font-weight:600;display:flex}.action-steps-module__kAy5yG__addStepForm h3:before{content:"➕";padding:var(--spacing-1);background-color:var(--success-green-light);border-radius:var(--border-radius-sm);font-size:1rem}.action-steps-module__kAy5yG__editStepForm h3:before{content:"✏️";padding:var(--spacing-1);background-color:var(--warning-amber-light);border-radius:var(--border-radius-sm);font-size:1rem}.action-steps-module__kAy5yG__stepsList{gap:var(--spacing-4);flex-direction:column;display:flex}.action-steps-module__kAy5yG__emptyStateIcon{margin-bottom:var(--spacing-4);color:var(--neutral-400);justify-content:center;display:flex}.action-steps-module__kAy5yG__addStepForm .action-steps-module__kAy5yG__inlineForm,.action-steps-module__kAy5yG__editStepForm .action-steps-module__kAy5yG__inlineForm{background:0 0;border:none;margin:0;padding:0}.action-steps-module__kAy5yG__addStepForm .action-steps-module__kAy5yG__formRow,.action-steps-module__kAy5yG__editStepForm .action-steps-module__kAy5yG__formRow{gap:var(--spacing-3);margin-top:var(--spacing-2)}.action-steps-module__kAy5yG__headerActions{align-items:center;gap:var(--spacing-3);display:flex}.action-steps-module__kAy5yG__runningButton{animation:2s ease-in-out infinite action-steps-module__kAy5yG__buttonPulse;background:var(--primary-blue-hover,#2563eb)!important}.action-steps-module__kAy5yG__staticIcon{margin-right:.375rem}.action-steps-module__kAy5yG__spinningIcon{margin-right:.375rem;animation:1s linear infinite action-steps-module__kAy5yG__spin;display:inline-block}.action-steps-module__kAy5yG__executionError{border:1px solid var(--danger-red);border-radius:var(--border-radius-md);background:var(--danger-red-ultralight);margin-bottom:1rem;overflow:hidden}.action-steps-module__kAy5yG__errorContent{align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.action-steps-module__kAy5yG__errorText{color:var(--danger-red);flex:1;font-size:.875rem;font-weight:500}.action-steps-module__kAy5yG__progressContainer{background:var(--neutral-white,#fff);border:1px solid var(--border-default);border-radius:var(--border-radius-md,.375rem);margin-bottom:1rem;padding:.75rem 1rem;box-shadow:0 1px 3px #0000001a}.action-steps-module__kAy5yG__progressBar{background:var(--neutral-200);border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;position:relative;overflow:hidden}.action-steps-module__kAy5yG__progressFill{background:linear-gradient(90deg,var(--success-green),var(--primary-blue));border-radius:4px;height:100%;transition:width .5s;position:relative;overflow:hidden}.action-steps-module__kAy5yG__progressFill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s ease-in-out infinite action-steps-module__kAy5yG__shimmer;position:absolute;inset:0}.action-steps-module__kAy5yG__progressText{color:var(--text-secondary,#6b7280);text-align:center;letter-spacing:.025em;font-size:.875rem;font-weight:500}.action-steps-module__kAy5yG__resultsSummary{background:var(--neutral-white,#fff);border:1px solid var(--border-default);border-radius:var(--border-radius-md,.375rem);margin-bottom:1rem;overflow:hidden}.action-steps-module__kAy5yG__summaryHeader{border-bottom:1px solid var(--neutral-200);padding:.75rem 1rem}.action-steps-module__kAy5yG__summaryTitle{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.action-steps-module__kAy5yG__summaryTitle h5{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:.9rem;font-weight:600;display:flex}.action-steps-module__kAy5yG__resultsIcon{font-size:1rem}.action-steps-module__kAy5yG__summaryStats{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.action-steps-module__kAy5yG__overallStatus{color:#fff;text-transform:uppercase;letter-spacing:.025em;border-radius:12px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.action-steps-module__kAy5yG__summaryDuration{color:var(--text-secondary);font-size:.8rem;font-weight:500}.action-steps-module__kAy5yG__summaryError{background:var(--danger-red-ultralight);color:var(--danger-red);border-top:1px solid var(--danger-red);padding:.5rem 1rem;font-size:.875rem}.action-steps-module__kAy5yG__mediaModal{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.action-steps-module__kAy5yG__mediaModalContent{border-radius:var(--border-radius-lg,.5rem);background:#fff;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.action-steps-module__kAy5yG__mediaModalHeader{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:1rem;display:flex}.action-steps-module__kAy5yG__mediaModalHeader h5{margin:0;font-size:1rem;font-weight:600}.action-steps-module__kAy5yG__mediaContainer{justify-content:center;align-items:center;padding:1rem;display:flex}.action-steps-module__kAy5yG__mediaContent{border-radius:var(--border-radius-md,.375rem);max-width:100%;max-height:70vh}@keyframes action-steps-module__kAy5yG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes action-steps-module__kAy5yG__buttonPulse{0%,to{transform:scale(1);box-shadow:0 2px 4px #2563eb4d}50%{transform:scale(1.02);box-shadow:0 4px 8px #2563eb66}}@keyframes action-steps-module__kAy5yG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:768px){.action-steps-module__kAy5yG__pageContent{padding:var(--spacing-4)0}.action-steps-module__kAy5yG__addStepForm,.action-steps-module__kAy5yG__editStepForm{padding:var(--spacing-4)}.action-steps-module__kAy5yG__addStepForm h3,.action-steps-module__kAy5yG__editStepForm h3{align-items:flex-start;gap:var(--spacing-1);flex-direction:column;font-size:1rem}.action-steps-module__kAy5yG__errorSection{padding:var(--spacing-6)}.action-steps-module__kAy5yG__headerActions{flex-direction:column;align-items:stretch;gap:.5rem}.action-steps-module__kAy5yG__progressContainer{padding:.5rem .75rem}.action-steps-module__kAy5yG__progressText{font-size:.8rem}.action-steps-module__kAy5yG__summaryStats{flex-direction:column;align-items:flex-start;gap:.5rem}.action-steps-module__kAy5yG__mediaModalContent{max-width:95vw;max-height:95vh}.action-steps-module__kAy5yG__mediaContainer{padding:.5rem}.action-steps-module__kAy5yG__mediaContent{max-height:60vh}}
.actions-module__G5HYUa__resultsCount{color:var(--text-secondary);white-space:nowrap;font-size:.875rem;font-weight:500}.actions-module__G5HYUa__actionsList{margin-top:2rem}.actions-module__G5HYUa__actionsGrid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.actions-module__G5HYUa__actionCard{background:var(--bg-primary);border:1px solid var(--border-default);border-radius:12px;padding:1.5rem;transition:all .2s;position:relative;overflow:hidden}.actions-module__G5HYUa__actionCard:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--accent-teal));opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.actions-module__G5HYUa__actionCard:hover{border-color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #0f4c751a}.actions-module__G5HYUa__actionCard:hover:before{opacity:1}.actions-module__G5HYUa__actionName{color:var(--text-primary);word-break:break-word;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.actions-module__G5HYUa__actionId{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:4px;padding:.25rem .5rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.75rem;display:inline-block}.actions-module__G5HYUa__usageBadge{background:var(--primary-blue);color:#fff;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:flex}.actions-module__G5HYUa__usageCount{font-size:.875rem;font-weight:700}.actions-module__G5HYUa__usageLabel{opacity:.9;text-transform:uppercase;letter-spacing:.025em;font-size:.6875rem}.actions-module__G5HYUa__dateText{color:var(--text-secondary);font-size:.875rem}.actions-module__G5HYUa__emptyState{border:2px dashed var(--border-light);border-radius:16px;margin-top:2rem}.actions-module__G5HYUa__emptyStateIcon{opacity:.6}.actions-module__G5HYUa__emptyStateTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.actions-module__G5HYUa__emptyStateDescription{color:var(--text-secondary);max-width:400px;margin:0 0 2rem;font-size:1rem;line-height:1.5}@media (max-width:768px){.actions-module__G5HYUa__resultsCount{text-align:center}.actions-module__G5HYUa__actionsGrid{grid-template-columns:1fr;gap:1rem}.actions-module__G5HYUa__actionCard{padding:1.25rem}.actions-module__G5HYUa__usageBadge{align-self:flex-start}}
.products-module__E8alaG__productsList{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.products-module__E8alaG__productsList>.emptyState{grid-column:1/-1}.products-module__E8alaG__productCard{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.products-module__E8alaG__productCard:before{content:"";background:var(--primary-blue);transform-origin:0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.products-module__E8alaG__productCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-blue-light);transform:translateY(-4px)}.products-module__E8alaG__productCard:hover:before{transform:scaleX(1)}.products-module__E8alaG__productCard.products-module__E8alaG__active:before{background:var(--success-green);transform:scaleX(1)}.products-module__E8alaG__productCard.products-module__E8alaG__inactive:before{background:var(--neutral-400);transform:scaleX(1)}.products-module__E8alaG__cardStatusBadge{position:absolute;top:1rem;right:1rem}.products-module__E8alaG__productHeader{flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.products-module__E8alaG__productTitle{color:var(--text-primary);margin:0;padding-right:6rem;font-size:1.25rem;font-weight:700;line-height:1.3}.products-module__E8alaG__scenarioBadge{background:var(--primary-blue-ultralight);color:var(--primary-blue);border-radius:var(--border-radius-md);border:1px solid var(--primary-blue-light);align-items:center;gap:.5rem;width:fit-content;padding:.5rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.products-module__E8alaG__scenarioBadge svg{flex-shrink:0}.products-module__E8alaG__productDescription{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.products-module__E8alaG__productMeta{border-top:1px solid var(--border-light);flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}@media (max-width:1024px){.products-module__E8alaG__statsGrid{grid-template-columns:repeat(2,1fr)}.products-module__E8alaG__productsList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.products-module__E8alaG__statsGrid,.products-module__E8alaG__productsList{grid-template-columns:1fr}.products-module__E8alaG__productCard{padding:1.5rem}.products-module__E8alaG__productTitle{padding-right:5rem;font-size:1.125rem}}@media (max-width:480px){.products-module__E8alaG__statCard{padding:1.25rem}.products-module__E8alaG__statIcon{width:2.5rem;height:2.5rem;font-size:1.25rem}.products-module__E8alaG__statValue{font-size:1.75rem}}
.test-results-module__zqeZoW__resultsContainer{flex-direction:column;gap:1.5rem;padding:0;display:flex}.test-results-module__zqeZoW__topSection{grid-template-columns:1fr 350px;align-items:stretch;gap:1.5rem;display:grid}.test-results-module__zqeZoW__resultSelector{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.test-results-module__zqeZoW__resultSelector label{color:var(--text-primary);white-space:nowrap;font-size:.8125rem;font-weight:600}.test-results-module__zqeZoW__resultSelector select{width:100%}.test-results-module__zqeZoW__statusSummary{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.test-results-module__zqeZoW__summaryHeader{justify-content:space-between;align-items:baseline;display:flex}.test-results-module__zqeZoW__summaryTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.test-results-module__zqeZoW__summaryTotal{color:var(--text-primary);font-size:1.75rem;font-weight:700}.test-results-module__zqeZoW__summaryTotalLabel{color:var(--text-tertiary);margin-left:.5rem;font-size:.8125rem}.test-results-module__zqeZoW__progressBarContainer{background:var(--neutral-100);border-radius:var(--border-radius-lg);width:100%;height:40px;display:flex;position:relative;overflow:hidden}.test-results-module__zqeZoW__progressSegment{color:#fff;justify-content:center;align-items:center;height:100%;font-size:.875rem;font-weight:600;transition:width .6s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.test-results-module__zqeZoW__progressSegment.test-results-module__zqeZoW__passed{background:linear-gradient(135deg,var(--success-green)0%,var(--success-green-dark)100%)}.test-results-module__zqeZoW__progressSegment.test-results-module__zqeZoW__failed{background:linear-gradient(135deg,var(--danger-red)0%,#991b1b 100%)}.test-results-module__zqeZoW__progressSegment.test-results-module__zqeZoW__other{background:var(--neutral-200);color:var(--text-secondary)}.test-results-module__zqeZoW__progressLabel{white-space:nowrap;text-shadow:0 1px 2px #0000001a}.test-results-module__zqeZoW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));place-items:center;gap:1rem;display:grid}.test-results-module__zqeZoW__statItem{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.test-results-module__zqeZoW__statHeader{align-items:center;gap:.5rem;display:flex}.test-results-module__zqeZoW__statIcon{border-radius:2px;flex-shrink:0;width:10px;height:10px}.test-results-module__zqeZoW__statIcon.test-results-module__zqeZoW__passed{background:var(--success-green)}.test-results-module__zqeZoW__statIcon.test-results-module__zqeZoW__failed{background:var(--danger-red)}.test-results-module__zqeZoW__statIcon.test-results-module__zqeZoW__duration{background:var(--info-blue)}.test-results-module__zqeZoW__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.test-results-module__zqeZoW__statValue{color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1}.test-results-module__zqeZoW__statValue.test-results-module__zqeZoW__duration{font-size:1.25rem}.test-results-module__zqeZoW__statSubtext{color:var(--text-secondary);margin-top:.125rem;font-size:.6875rem}.test-results-module__zqeZoW__summaryCard{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:1.25rem;transition:all .15s;position:relative;overflow:hidden}.test-results-module__zqeZoW__summaryCard:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.test-results-module__zqeZoW__summaryCard.test-results-module__zqeZoW__passed:before{background:var(--success-green)}.test-results-module__zqeZoW__summaryCard.test-results-module__zqeZoW__failed:before{background:var(--danger-red)}.test-results-module__zqeZoW__summaryCard.test-results-module__zqeZoW__running:before{background:var(--info-blue)}.test-results-module__zqeZoW__summaryCard.test-results-module__zqeZoW__pending:before{background:var(--warning-amber)}.test-results-module__zqeZoW__summaryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.test-results-module__zqeZoW__summaryLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.test-results-module__zqeZoW__summaryValue{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1}.test-results-module__zqeZoW__summaryDuration{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.test-results-module__zqeZoW__scenariosSection{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.25rem;display:grid}.test-results-module__zqeZoW__scenarioCard{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);flex-direction:column;transition:all .15s;display:flex;overflow:hidden}.test-results-module__zqeZoW__scenarioCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-medium);transform:translateY(-2px)}.test-results-module__zqeZoW__scenarioHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-light);cursor:pointer;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.test-results-module__zqeZoW__scenarioHeader:hover{background:var(--neutral-100)}.test-results-module__zqeZoW__scenarioHeaderLeft{justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;display:flex}.test-results-module__zqeZoW__scenarioTitle{color:var(--text-primary);flex:1;margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.test-results-module__zqeZoW__scenarioMeta{color:var(--text-secondary);flex-direction:column;gap:.375rem;font-size:.75rem;display:flex}.test-results-module__zqeZoW__scenarioExpandIcon{color:var(--text-tertiary);flex-shrink:0;font-size:.75rem;transition:transform .2s}.test-results-module__zqeZoW__scenarioExpandIcon.test-results-module__zqeZoW__expanded{transform:rotate(180deg)}.test-results-module__zqeZoW__testCasesList{padding:0}.test-results-module__zqeZoW__testCaseItem{border-bottom:1px solid var(--border-light);transition:background .15s}.test-results-module__zqeZoW__testCaseItem:last-child{border-bottom:none}.test-results-module__zqeZoW__testCaseHeader{cursor:pointer;background:var(--bg-primary);justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background .15s;display:flex}.test-results-module__zqeZoW__testCaseHeader:hover{background:var(--bg-tertiary)}.test-results-module__zqeZoW__testCaseHeaderLeft{flex:1;align-items:center;gap:1rem;display:flex}.test-results-module__zqeZoW__testCaseName{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:500}.test-results-module__zqeZoW__testCaseMeta{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.8125rem;display:flex}.test-results-module__zqeZoW__testCaseExpandIcon{color:var(--text-tertiary);font-size:.75rem;transition:transform .2s}.test-results-module__zqeZoW__testCaseExpandIcon.test-results-module__zqeZoW__expanded{transform:rotate(180deg)}.test-results-module__zqeZoW__testCaseDetails{background:var(--bg-subtle);border-top:1px solid var(--border-light);padding:1.5rem}.test-results-module__zqeZoW__detailsSection{margin-bottom:1.5rem}.test-results-module__zqeZoW__detailsSection:last-child{margin-bottom:0}.test-results-module__zqeZoW__detailsTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.test-results-module__zqeZoW__detailsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.test-results-module__zqeZoW__detailItem{flex-direction:column;gap:.25rem;display:flex}.test-results-module__zqeZoW__detailLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.test-results-module__zqeZoW__detailValue{color:var(--text-primary);font-size:.875rem;font-weight:500}.test-results-module__zqeZoW__videoSection{margin-top:1rem}.test-results-module__zqeZoW__videoToggle{border:1px solid var(--border-default);border-radius:var(--border-radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.test-results-module__zqeZoW__videoToggle:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:var(--primary-blue-ultralight)}.test-results-module__zqeZoW__videoContainer{border-radius:var(--border-radius-md);border:1px solid var(--border-default);background:#000;margin-top:1rem;overflow:hidden}.test-results-module__zqeZoW__videoContainer video{width:100%;max-height:600px;display:block}.test-results-module__zqeZoW__errorMessage{background:var(--danger-red-ultralight);border:1px solid var(--danger-red-light);border-radius:var(--border-radius-md);margin-top:1rem;padding:1rem}.test-results-module__zqeZoW__errorMessage strong{color:var(--danger-red);margin-bottom:.5rem;font-size:.875rem;display:block}.test-results-module__zqeZoW__errorMessage p{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.8125rem}.test-results-module__zqeZoW__testStepsList{flex-direction:column;gap:.75rem;display:flex}.test-results-module__zqeZoW__testStepItem{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--border-radius-md);padding:1rem;transition:all .15s}.test-results-module__zqeZoW__testStepItem:hover{box-shadow:var(--shadow-sm);border-color:var(--border-medium)}.test-results-module__zqeZoW__testStepHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.test-results-module__zqeZoW__testStepName{color:var(--text-primary);font-size:.875rem;font-weight:600}.test-results-module__zqeZoW__testStepContent{flex-direction:column;gap:.5rem;display:flex}.test-results-module__zqeZoW__testStepActual{color:var(--text-secondary);font-size:.8125rem}.test-results-module__zqeZoW__testStepActual strong{color:var(--text-primary);font-weight:600}.test-results-module__zqeZoW__screenshotToggle{border:1px solid var(--border-default);border-radius:var(--border-radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;gap:.375rem;margin-top:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.test-results-module__zqeZoW__screenshotToggle:hover{border-color:var(--accent-teal);color:var(--accent-teal);background:var(--accent-teal-light)}.test-results-module__zqeZoW__screenshotContainer{border-radius:var(--border-radius-md);border:1px solid var(--border-default);margin-top:.75rem;overflow:hidden}.test-results-module__zqeZoW__screenshotContainer img{cursor:zoom-in;width:100%;display:block}.test-results-module__zqeZoW__actionResult{background:var(--info-blue-ultralight);border:1px solid var(--info-blue-light);border-radius:var(--border-radius-md);margin-top:.5rem;padding:.75rem}.test-results-module__zqeZoW__actionName{color:var(--info-blue);font-size:.8125rem;font-weight:600}@media (max-width:1280px){.test-results-module__zqeZoW__scenariosSection{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.test-results-module__zqeZoW__topSection{grid-template-columns:1fr}.test-results-module__zqeZoW__resultSelector{order:-1}}@media (max-width:768px){.test-results-module__zqeZoW__resultSelector{flex-direction:column;align-items:stretch}.test-results-module__zqeZoW__resultSelector select{max-width:none}.test-results-module__zqeZoW__statusSummary{padding:1.5rem}.test-results-module__zqeZoW__statsGrid{grid-template-columns:repeat(2,1fr)}.test-results-module__zqeZoW__progressBarContainer{height:40px}.test-results-module__zqeZoW__scenariosSection{grid-template-columns:1fr}.test-results-module__zqeZoW__scenarioHeader,.test-results-module__zqeZoW__testCaseHeader,.test-results-module__zqeZoW__testCaseDetails{padding:1rem}.test-results-module__zqeZoW__detailsGrid{grid-template-columns:1fr}}@media (max-width:480px){.test-results-module__zqeZoW__statsGrid{grid-template-columns:1fr}.test-results-module__zqeZoW__summaryValue{font-size:1.75rem}.test-results-module__zqeZoW__progressBarContainer{height:36px}.test-results-module__zqeZoW__progressLabel{font-size:.75rem}.test-results-module__zqeZoW__scenarioMeta,.test-results-module__zqeZoW__testCaseMeta{flex-direction:column;align-items:flex-start;gap:.5rem}}
.test-run-detail-module__JjAqtq__twoColumnLayout{grid-template-columns:1fr 480px;gap:1.5rem;height:calc(100vh - 250px);min-height:600px;display:grid}.test-run-detail-module__JjAqtq__dropIndicator{background:var(--primary-blue);z-index:10;pointer-events:none;height:2px;position:absolute;left:0;right:0}.test-run-detail-module__JjAqtq__dropIndicator:before{content:"";background:var(--primary-blue);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.test-run-detail-module__JjAqtq__leftColumn{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}.test-run-detail-module__JjAqtq__rightColumn{flex-direction:column;display:flex;overflow:hidden}.test-run-detail-module__JjAqtq__sectionHeader{border-bottom:2px solid var(--border-light);background:linear-gradient(to bottom,var(--bg-primary),var(--neutral-50));padding:1rem 1.25rem}.test-run-detail-module__JjAqtq__sectionTitle{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1rem;font-weight:700;display:flex}.test-run-detail-module__JjAqtq__sectionTitle:before{content:"";background:var(--primary-blue);border-radius:2px;width:3px;height:1rem}.test-run-detail-module__JjAqtq__searchContainer{align-items:center;display:flex;position:relative}.test-run-detail-module__JjAqtq__searchInput{border:1px solid var(--border-default);border-radius:var(--border-radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);padding:.625rem 2.5rem .625rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.test-run-detail-module__JjAqtq__searchInput::placeholder{color:var(--text-tertiary);opacity:1}.test-run-detail-module__JjAqtq__searchInput:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #3b82f61a}.test-run-detail-module__JjAqtq__scenariosScrollContainer{flex:1;padding:0;overflow-y:auto}.test-run-detail-module__JjAqtq__scenariosScrollContainer::-webkit-scrollbar{width:8px}.test-run-detail-module__JjAqtq__scenariosScrollContainer::-webkit-scrollbar-track{background:var(--neutral-50);border-radius:4px}.test-run-detail-module__JjAqtq__scenariosScrollContainer::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}.test-run-detail-module__JjAqtq__scenariosScrollContainer::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.test-run-detail-module__JjAqtq__emptySearch{text-align:center;color:var(--text-tertiary);padding:3rem 1rem}.test-run-detail-module__JjAqtq__emptySearchIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.test-run-detail-module__JjAqtq__emptySearch h3{color:var(--text-secondary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.test-run-detail-module__JjAqtq__emptySearch p{color:var(--text-tertiary);margin:0;font-size:.875rem}.test-run-detail-module__JjAqtq__scenariosContainer{flex-direction:column;gap:0;display:flex}.test-run-detail-module__JjAqtq__scenarioCard{background:var(--bg-primary);border-bottom:1px solid var(--border-light);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.test-run-detail-module__JjAqtq__scenarioCard:before{content:"";background:var(--primary-blue);width:0;transition:width .2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0}.test-run-detail-module__JjAqtq__scenarioCard:hover{background:linear-gradient(to right,#3b82f605,var(--bg-primary))}.test-run-detail-module__JjAqtq__scenarioCard:hover:before{width:3px}.test-run-detail-module__JjAqtq__scenarioHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.625rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.test-run-detail-module__JjAqtq__scenarioHeader:hover{background:#00000005}.test-run-detail-module__JjAqtq__scenarioHeader:active{background:#0000000a}.test-run-detail-module__JjAqtq__scenarioHeaderLeft{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.test-run-detail-module__JjAqtq__scenarioCheckbox{cursor:pointer;width:15px;height:15px;accent-color:var(--primary-blue);flex-shrink:0;margin:0}.test-run-detail-module__JjAqtq__scenarioName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;flex:1;margin:0;font-size:.8125rem;font-weight:600;overflow:hidden}.test-run-detail-module__JjAqtq__testCaseCount{color:var(--text-tertiary);white-space:nowrap;background:var(--neutral-100);border:1px solid var(--border-light);border-radius:10px;flex-shrink:0;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;transition:all .2s}.test-run-detail-module__JjAqtq__scenarioHeader:hover .test-run-detail-module__JjAqtq__testCaseCount{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);transform:scale(1.05)}.test-run-detail-module__JjAqtq__expandIcon{color:var(--text-secondary);background:0 0;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-left:.25rem;font-size:.625rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.test-run-detail-module__JjAqtq__expandIcon.test-run-detail-module__JjAqtq__expanded{color:var(--primary-blue);transform:rotate(180deg)}.test-run-detail-module__JjAqtq__scenarioHeader:hover .test-run-detail-module__JjAqtq__expandIcon{background:var(--neutral-100);color:var(--primary-blue)}.test-run-detail-module__JjAqtq__testCasesContainer{background:var(--bg-primary)}.test-run-detail-module__JjAqtq__testCasesList{flex-direction:column;gap:0;display:flex}.test-run-detail-module__JjAqtq__testCaseItem{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.625rem;padding:.5rem 1rem .5rem 2.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.test-run-detail-module__JjAqtq__testCaseItem:before{content:"";background:linear-gradient(to bottom,var(--border-light)0%,var(--border-light)50%,transparent 100%);width:1.5px;position:absolute;top:0;bottom:0;left:1.75rem}.test-run-detail-module__JjAqtq__testCaseItem:last-child:before{background:linear-gradient(to bottom,var(--border-light)0%,transparent 50%)}.test-run-detail-module__JjAqtq__testCaseItem:after{content:"";background:var(--border-light);width:.625rem;height:1.5px;transition:all .2s;position:absolute;top:50%;left:1.75rem}.test-run-detail-module__JjAqtq__testCaseItem:hover{border-left-color:var(--primary-blue);background:linear-gradient(90deg,#3b82f60a,#0000)}.test-run-detail-module__JjAqtq__testCaseItem:hover:after{background:var(--primary-blue);width:.75rem}.test-run-detail-module__JjAqtq__testCaseCheckbox{cursor:pointer;width:14px;height:14px;accent-color:var(--primary-blue);z-index:1;flex-shrink:0;margin:0}.test-run-detail-module__JjAqtq__testCaseName{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;line-height:1.4;transition:color .2s;overflow:hidden}.test-run-detail-module__JjAqtq__testCaseItem:hover .test-run-detail-module__JjAqtq__testCaseName{color:var(--text-primary);font-weight:500}.test-run-detail-module__JjAqtq__noTestCases{text-align:center;color:var(--text-tertiary);background:var(--neutral-50);border-radius:var(--border-radius-md);border:1px dashed var(--border-light);margin:.5rem 1rem;padding:2rem 1rem;font-size:.8125rem;font-style:italic}.test-run-detail-module__JjAqtq__selectionSummary{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);flex-direction:column;height:100%;display:flex;position:sticky;top:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.test-run-detail-module__JjAqtq__summaryHeader{border-bottom:1px solid var(--border-light);background:var(--neutral-50);padding:1.25rem}.test-run-detail-module__JjAqtq__summaryHint{color:var(--text-tertiary);margin:.375rem 0 0;font-size:.75rem;font-style:italic}.test-run-detail-module__JjAqtq__summaryContent{flex:1;padding:1rem;overflow-y:auto}.test-run-detail-module__JjAqtq__summaryContent::-webkit-scrollbar{width:8px}.test-run-detail-module__JjAqtq__summaryContent::-webkit-scrollbar-track{background:var(--neutral-50);border-radius:4px}.test-run-detail-module__JjAqtq__summaryContent::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}.test-run-detail-module__JjAqtq__summaryContent::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.test-run-detail-module__JjAqtq__emptySelection{text-align:center;color:var(--text-tertiary);padding:3rem 1rem}.test-run-detail-module__JjAqtq__emptySelectionIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.test-run-detail-module__JjAqtq__emptySelection h3{color:var(--text-secondary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.test-run-detail-module__JjAqtq__emptySelection p{color:var(--text-tertiary);margin:0;font-size:.875rem;line-height:1.5}.test-run-detail-module__JjAqtq__selectedScenariosList{flex-direction:column;gap:.75rem;display:flex}.test-run-detail-module__JjAqtq__selectedScenarioCard{background:var(--neutral-50);border:1px solid var(--border-light);border-radius:var(--border-radius-md);padding:.875rem;transition:all .2s}.test-run-detail-module__JjAqtq__selectedScenarioCard:hover{border-color:var(--border-medium);box-shadow:var(--shadow-sm)}.test-run-detail-module__JjAqtq__selectedScenarioHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.625rem;padding-bottom:.625rem;display:flex}.test-run-detail-module__JjAqtq__dragHandleContainer{align-items:center;gap:.5rem;display:flex}.test-run-detail-module__JjAqtq__priorityBadge{background:var(--primary-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:flex}.test-run-detail-module__JjAqtq__dragHandle{cursor:grab;color:var(--text-tertiary);background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:.875rem;line-height:1;transition:all .2s}.test-run-detail-module__JjAqtq__dragHandle:hover{color:var(--primary-blue);transform:scale(1.1)}.test-run-detail-module__JjAqtq__dragHandle:active{cursor:grabbing}.test-run-detail-module__JjAqtq__expandToggle{color:var(--text-tertiary);cursor:pointer;border-radius:var(--border-radius-sm);background:0 0;border:none;padding:.25rem .5rem;font-size:.75rem;transition:all .2s}.test-run-detail-module__JjAqtq__expandToggle:hover{background:var(--neutral-100);color:var(--primary-blue)}.test-run-detail-module__JjAqtq__selectedScenarioName{color:var(--text-primary);font-size:.875rem;font-weight:600}.test-run-detail-module__JjAqtq__selectedTestCaseCount{color:var(--text-tertiary);background:var(--neutral-100);border-radius:var(--border-radius-sm);padding:.25rem .5rem;font-size:.75rem;font-weight:500}.test-run-detail-module__JjAqtq__selectedTestCasesList{flex-direction:column;gap:.375rem;display:flex}.test-run-detail-module__JjAqtq__selectedTestCaseItem{align-items:flex-start;gap:.5rem;padding:.375rem 0;display:flex}.test-run-detail-module__JjAqtq__testCasePriority{background:var(--neutral-200);min-width:1.25rem;height:1.25rem;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:600;display:flex}.test-run-detail-module__JjAqtq__testCaseDragHandle{cursor:grab;color:var(--text-tertiary);background:0 0;border:none;flex-shrink:0;padding:0;font-size:.75rem;line-height:1;transition:all .2s}.test-run-detail-module__JjAqtq__testCaseDragHandle:hover{color:var(--primary-blue);transform:scale(1.1)}.test-run-detail-module__JjAqtq__testCaseDragHandle:active{cursor:grabbing}.test-run-detail-module__JjAqtq__bullet{color:var(--primary-blue);flex-shrink:0;font-weight:600;line-height:1.4}.test-run-detail-module__JjAqtq__selectedTestCaseName{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.test-run-detail-module__JjAqtq__summaryActions{border-top:1px solid var(--border-light);background:var(--neutral-50);padding:1rem 1.25rem}@media (max-width:1200px){.test-run-detail-module__JjAqtq__twoColumnLayout{grid-template-columns:1fr 400px}}@media (max-width:992px){.test-run-detail-module__JjAqtq__twoColumnLayout{grid-template-columns:1fr;height:auto}.test-run-detail-module__JjAqtq__rightColumn{z-index:10;position:sticky;bottom:0}.test-run-detail-module__JjAqtq__selectionSummary{max-height:40vh}.test-run-detail-module__JjAqtq__leftColumn{min-height:500px}}@media (max-width:768px){.test-run-detail-module__JjAqtq__twoColumnLayout{gap:1rem}.test-run-detail-module__JjAqtq__sectionHeader{padding:1rem}.test-run-detail-module__JjAqtq__scenariosScrollContainer{padding:.75rem}.test-run-detail-module__JjAqtq__scenarioHeader,.test-run-detail-module__JjAqtq__testCasesContainer{padding:.75rem .875rem}.test-run-detail-module__JjAqtq__summaryHeader,.test-run-detail-module__JjAqtq__summaryActions{padding:1rem}}
.test-runs-module__R5xbSG__tableContainer{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);overflow:hidden}.test-runs-module__R5xbSG__table{border-collapse:collapse;width:100%}.test-runs-module__R5xbSG__table thead{background:var(--neutral-50);border-bottom:2px solid var(--border-default)}.test-runs-module__R5xbSG__table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.test-runs-module__R5xbSG__table td{border-bottom:1px solid var(--border-light);color:var(--text-primary);padding:1rem;font-size:.875rem}.test-runs-module__R5xbSG__table tbody tr{transition:background-color .15s}.test-runs-module__R5xbSG__table tbody tr:hover{background:var(--neutral-50)}.test-runs-module__R5xbSG__table tbody tr:last-child td{border-bottom:none}.test-runs-module__R5xbSG__nameCell{color:var(--primary-blue);font-weight:600}.test-runs-module__R5xbSG__descriptionCell{text-overflow:ellipsis;white-space:nowrap;max-width:400px;color:var(--text-secondary);overflow:hidden}.test-runs-module__R5xbSG__dateCell{color:var(--text-tertiary);font-size:.8125rem}.test-runs-module__R5xbSG__actions{align-items:center;gap:.5rem;display:flex}@media (max-width:1024px){.test-runs-module__R5xbSG__table{font-size:.8125rem}.test-runs-module__R5xbSG__table th,.test-runs-module__R5xbSG__table td{padding:.75rem}.test-runs-module__R5xbSG__descriptionCell{max-width:300px}}@media (max-width:768px){.test-runs-module__R5xbSG__pageContainer{padding:1rem}.test-runs-module__R5xbSG__header{flex-direction:column;align-items:stretch;gap:1rem}.test-runs-module__R5xbSG__tableContainer{overflow-x:auto}.test-runs-module__R5xbSG__table{min-width:800px}.test-runs-module__R5xbSG__actions{flex-direction:column;align-items:stretch}.test-runs-module__R5xbSG__executeButton{justify-content:center}}
