.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d;flex-shrink:0;z-index:10}.header-left{display:flex;align-items:center;gap:1rem}.header-title{font-size:1.5rem;font-weight:600;color:#1565c0;margin:0}.header-right{display:flex;align-items:center}.logout-button{background:none;border:1px solid #ddd;color:#333;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.logout-button:hover{background-color:#f5f5f5;border-color:#1565c0;color:#1565c0}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#333;align-items:center;justify-content:center}.menu-toggle svg{width:24px;height:24px}@media (max-width: 768px){.header{padding:.75rem 1rem}.header-title{font-size:1.25rem}.menu-toggle{display:flex}}.sidebar{width:64px;background-color:#1565c0;min-height:100vh;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;transition:transform .3s ease}.sidebar-nav{display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:1rem}.sidebar-item{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:all .2s;cursor:pointer}.sidebar-item:hover{background-color:#ffffff1a;color:#ffffffe6}.sidebar-item.active{background-color:#fff3;color:#fff}.sidebar-item svg{width:24px;height:24px}@media (max-width: 768px){.sidebar{transform:translate(-100%);box-shadow:2px 0 8px #00000026}.sidebar.open{transform:translate(0)}}.layout{min-height:100vh;display:flex;background-color:#f5f5f5;width:100%;height:100vh;overflow:hidden}.layout-content{flex:1;display:flex;flex-direction:column;margin-left:64px;transition:margin-left .3s ease;min-width:0;overflow:hidden}.main-content{flex:1;padding:2rem;overflow-y:auto;overflow-x:hidden;min-height:0}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:99}@media (max-width: 768px){.layout-content{margin-left:0}.main-content{padding:1rem}.sidebar-overlay{display:block}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:2rem}.login-card{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;width:100%;max-width:400px;border:1px solid #e0e0e0}.login-card h1{text-align:center;margin-bottom:.5rem;color:#1565c0;font-size:2rem;font-weight:600}.subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#213547;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;background-color:#fff;color:#213547}.form-group input:focus{outline:none;border-color:#1565c0;box-shadow:0 0 0 3px #1565c01a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#999}.error-message{color:#d32f2f;background-color:#ffebee;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.login-button{width:100%;background-color:#1565c0;color:#fff;padding:.75rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#0d47a1}.sso-section{display:flex;flex-direction:column;gap:1rem}.redirect-hint{margin:.5rem 0 0;font-size:.8rem;color:#888;text-align:center}.sso-button{width:100%;background-color:#1565c0;color:#fff;padding:.75rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.sso-button:hover:not(:disabled){background-color:#0d47a1}.sso-button:disabled{opacity:.6;cursor:not-allowed}.divider{display:flex;align-items:center;text-align:center;margin:.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.divider span{padding:0 1rem;color:#666;font-size:.9rem}.login-button:disabled{opacity:.6;cursor:not-allowed}.loading-indicator{margin-top:.5rem;font-size:.85rem;color:#666;font-style:italic;display:flex;align-items:center;gap:.5rem}.loading-indicator:before{content:"";width:12px;height:12px;border:2px solid #ddd;border-top-color:#1565c0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{width:100%}.dashboard-header{margin-bottom:2rem}.dashboard h1{color:#213547;margin-bottom:.5rem;font-size:2rem;font-weight:600}.dashboard-subtitle{color:#666;font-size:1rem;line-height:1.6;margin:0}.dashboard-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.feature-tile{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000014;position:relative}.feature-tile:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--tile-color, #1565c0);border-radius:12px 0 0 12px;transition:width .3s cubic-bezier(.4,0,.2,1);opacity:0}.feature-tile:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f;border-color:#1565c033}.feature-tile:hover:before{width:4px;opacity:1}.tile-icon{margin-bottom:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.feature-tile:hover .tile-icon{transform:scale(1.05)}.tile-content{flex:1}.tile-title{color:#213547;font-size:1.5rem;font-weight:600;margin:0 0 .75rem;transition:color .3s cubic-bezier(.4,0,.2,1)}.tile-badge{font-size:.55em;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.15em .5em;margin-left:.5em;background:#fef3c7;color:#b45309;border:1px solid #fde68a;border-radius:6px;vertical-align:middle;position:relative;top:-.15em}.feature-tile:hover .tile-title{color:var(--tile-color, #1565c0)}.tile-description{color:#666;font-size:.95rem;line-height:1.6;margin:0;transition:color .3s cubic-bezier(.4,0,.2,1)}.feature-tile:hover .tile-description{color:#555}.tile-arrow{margin-top:1.5rem;color:#999;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.feature-tile:hover .tile-arrow{color:var(--tile-color, #1565c0);transform:translate(6px)}@media (max-width: 768px){.dashboard-tiles{grid-template-columns:1fr}.feature-tile{padding:1.5rem}}.test-enablement{width:100%;max-width:1400px;margin:0;padding:0}.test-enablement h1{margin-bottom:.5rem;color:#213547;font-size:2rem}.cte-beta-badge{font-size:.55em;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.15em .5em;background:#fef3c7;color:#b45309;border:1px solid #fde68a;border-radius:6px;vertical-align:middle;position:relative;top:-.15em}.test-enablement h2{margin-top:0;margin-bottom:1.5rem;color:#213547;font-size:1.5rem;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.description{margin-bottom:2rem;color:#666;line-height:1.6}.execution-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d;width:100%}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#213547}.form-group input,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.react-select-container{width:100%}.react-select__control{border:1px solid #ddd!important;border-radius:4px!important;min-height:42px!important;box-shadow:none!important;transition:border-color .2s!important}.react-select__control:hover{border-color:#007bff!important}.react-select__control--is-focused{border-color:#007bff!important;box-shadow:0 0 0 3px #007bff1a!important}.react-select__value-container{padding:.5rem .75rem!important}.react-select__input-container{margin:0!important;padding:0!important}.react-select__single-value{color:#213547!important;margin:0!important}.react-select__placeholder{color:#999!important;margin:0!important}.react-select__indicator-separator{display:none!important}.react-select__indicator{color:#666!important;padding:.5rem .75rem!important}.react-select__indicator:hover{color:#333!important}.react-select__dropdown-indicator{padding:.5rem .75rem!important}.react-select__menu{border-radius:4px!important;box-shadow:0 2px 8px #00000026!important;border:1px solid #ddd!important;margin-top:4px!important;z-index:1000!important}.react-select__menu-list{padding:4px!important}.react-select__option{padding:.5rem .75rem!important;cursor:pointer!important;border-radius:2px!important;font-size:.875rem!important}.react-select__option--is-focused{background-color:#f5f5f5!important;color:#333!important}.react-select__option--is-selected{background-color:#e3f2fd!important;color:#007bff!important;font-weight:500!important}.react-select__control--is-disabled{background-color:#f5f5f5!important;cursor:not-allowed!important}.form-group small{margin-top:.25rem;color:#666;font-size:.875rem}.form-group small.error-text{color:#dc3545}.loading{padding:.75rem;color:#666;font-style:italic}.execute-button,.refresh-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .2s;margin-right:1rem}.execute-button{background-color:#007bff;color:#fff}.execute-button:hover:not(:disabled){background-color:#0056b3}.execute-button:disabled{background-color:#6c757d;cursor:not-allowed}.refresh-button{background-color:#6c757d;color:#fff}.refresh-button:hover:not(:disabled){background-color:#5a6268}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #f5c6cb}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #c3e6cb}.test-case-details{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.test-case-details h3{margin-top:0;margin-bottom:1rem;color:#213547;font-size:1.25rem;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.details-content{display:flex;flex-direction:column;gap:1.5rem}.detail-section{background:#fff;padding:1rem;border-radius:6px;border-left:4px solid #007bff}.detail-section h4{margin-top:0;margin-bottom:.75rem;color:#213547;font-size:1rem;font-weight:600}.detail-section p{margin:0;color:#666;line-height:1.6}.detail-section ul,.detail-section ol{margin:.5rem 0 0;padding-left:1.5rem;color:#666;line-height:1.8}.detail-section li{margin-bottom:.5rem}.detail-section ul{list-style-type:disc}.detail-section ol{list-style-type:decimal}.executions-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000000d;width:100%}.executions-list{display:flex;flex-direction:column;gap:1rem}.execution-card{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;background:#fff}.execution-card:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.execution-card.selected{border-color:#007bff;background-color:#f0f7ff}.execution-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;gap:1rem}.execution-status-container{display:flex;align-items:center;gap:.75rem}.execution-id{font-size:.9rem;color:#666;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.execution-id strong{color:#213547}.execution-status{font-weight:600;font-size:1rem;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.polling-indicator{color:#007bff;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.execution-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:#666}.execution-details strong{color:#213547}.copyable-field{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.id-value{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.9em;color:#333}.copy-button{background:transparent;border:none;cursor:pointer;padding:.25rem .5rem;display:inline-flex;align-items:center;justify-content:center;color:#666;border-radius:3px;transition:all .2s;opacity:.7;margin-left:.25rem}.copy-button:hover{background-color:#f0f0f0;color:#333;opacity:1}.copy-button:active{background-color:#e0e0e0}.copy-button svg{display:block}.execution-error{color:#dc3545;padding:.75rem;background-color:#f8d7da;border-radius:4px;margin-top:.5rem}.validations{margin-top:.5rem}.validations ul{margin:.5rem 0 0 1.5rem;padding:0;list-style-type:disc}.validations li{margin-bottom:.25rem}.validation-passed{color:#28a745}.validation-failed{color:#dc3545}.validation-pending{color:#ffc107}.execution-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;flex-wrap:wrap}.action-button{padding:.5rem 1rem;font-size:.875rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s}.action-button.refresh{color:#007bff;border-color:#007bff}.action-button.refresh:hover:not(:disabled){background-color:#007bff;color:#fff}.action-button.abort{color:#dc3545;border-color:#dc3545}.action-button.abort:hover:not(:disabled){background-color:#dc3545;color:#fff}.action-button:disabled{opacity:.6;cursor:not-allowed}.copy-status-button{background:transparent;border:1px solid #ddd;cursor:pointer;padding:.4rem .6rem;display:inline-flex;align-items:center;justify-content:center;color:#666;border-radius:4px;transition:all .2s;opacity:.8;min-width:32px;height:32px}.copy-status-button:hover{background-color:#f5f5f5;border-color:#007bff;color:#007bff;opacity:1}.copy-status-button:active{background-color:#e9ecef}.copy-status-button svg{display:block}.copy-success{display:flex;align-items:center;gap:.4rem;color:#28a745;animation:fadeIn .2s ease-in}.copy-success-text{font-size:.75rem;font-weight:600;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.te-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.te-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.te-tab:hover{color:#007bff}.te-tab.active{color:#007bff;border-bottom-color:#007bff}.te-tab-badge{background:#007bff;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;min-width:18px;text-align:center;line-height:1.2;animation:pulse 1.5s ease-in-out infinite}.te-tab-badge-muted{background:#e0e0e0;color:#666;font-size:.7rem;font-weight:600;padding:.15rem .45rem;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.history-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.history-filters{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1rem;flex-wrap:wrap}.history-filter-group{display:flex;flex-direction:column;gap:.25rem}.history-filter-group label{font-size:.8rem;font-weight:600;color:#666}.history-filter-group select,.history-filter-group input{padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;min-width:140px}.history-reload-btn{padding:.5rem 1rem;border:1px solid #007bff;border-radius:4px;background:#fff;color:#007bff;font-weight:600;cursor:pointer;transition:all .2s}.history-reload-btn:hover:not(:disabled){background:#007bff;color:#fff}.history-reload-btn:disabled{opacity:.6;cursor:not-allowed}.history-loading,.history-empty{padding:2rem;text-align:center;color:#666;font-style:italic}.history-table-wrapper{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;font-size:.875rem}.history-table thead th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid #e0e0e0;font-weight:600;color:#213547;white-space:nowrap}.history-table tbody tr{transition:background .15s}.history-table tbody tr:hover{background:#f8f9fa}.history-table tbody td{padding:.6rem 1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}.history-testcase{font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-mono{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.8em}.history-id-cell{display:flex;align-items:center;gap:.25rem}.history-id-text{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-status-badge{font-weight:600;text-transform:uppercase;font-size:.8rem}.history-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.history-pagination-info{font-size:.85rem;color:#666}.history-pagination-buttons{display:flex;gap:.5rem}.history-pagination-buttons button{padding:.4rem .8rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:.85rem;transition:all .2s}.history-pagination-buttons button:hover:not(:disabled){border-color:#007bff;color:#007bff}.history-pagination-buttons button:disabled{opacity:.4;cursor:not-allowed}.wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in}.wizard-panel{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;width:90%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.wizard-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.wizard-header h3{margin:0;font-size:1.1rem;color:#213547}.wizard-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0 .25rem;line-height:1}.wizard-close:hover{color:#dc3545}.wizard-progress-bar{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem .5rem;border-bottom:1px solid #f0f0f0;overflow-x:auto;gap:.25rem}.wizard-pb-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;z-index:1;min-width:40px}.wizard-pb-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid #ccc;background:#fff;color:#999;transition:all .25s}.wizard-pb-step.current .wizard-pb-dot{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 0 0 3px #007bff33}.wizard-pb-step.done .wizard-pb-dot{background:#28a745;color:#fff;border-color:#28a745}.wizard-pb-label{font-size:.65rem;color:#999;white-space:nowrap;text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis}.wizard-pb-step.current .wizard-pb-label{color:#007bff;font-weight:600}.wizard-pb-step.done .wizard-pb-label{color:#28a745}.wizard-pb-track{position:absolute;top:calc(1rem + 14px);left:1.5rem;right:1.5rem;height:2px;background:#e0e0e0;z-index:0}.wizard-pb-track:after{content:"";position:absolute;left:0;top:0;height:100%;width:var(--progress, 0%);background:#28a745;transition:width .3s ease}.wizard-body{padding:1.5rem;overflow-y:auto;flex:1}.wizard-info{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:6px;font-size:.9rem}.wizard-info-row strong{color:#213547}.wizard-description{color:#666;margin:0 0 1rem;line-height:1.5}.wizard-hint{color:#888;font-size:.85rem;margin:0 0 .75rem}.wizard-checklist{margin-bottom:1.25rem}.wizard-checklist h4{margin:0 0 .5rem;font-size:1rem;color:#213547}.wizard-check-item{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:background .15s;margin-bottom:.25rem}.wizard-check-item:hover{background:#f0f7ff}.wizard-check-item input[type=checkbox]{margin-top:.2rem;accent-color:#007bff;width:16px;height:16px;cursor:pointer}.wizard-check-item span{line-height:1.5;color:#333}.wizard-overview{margin-bottom:1.25rem}.wizard-overview h4{margin:0 0 .5rem;font-size:1rem;color:#213547}.wizard-overview-list{margin:0;padding-left:1.5rem;color:#555;line-height:1.8}.wizard-action-card{background:linear-gradient(135deg,#f0f7ff,#e8f4fd);border:2px solid #007bff;border-radius:10px;padding:1.5rem;margin-bottom:1.25rem;text-align:center}.wizard-action-counter{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#007bff;margin-bottom:.5rem}.wizard-action-text{font-size:1.1rem;font-weight:500;color:#213547;line-height:1.5}.wizard-action-overview{margin-bottom:1.25rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.wizard-ao-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;font-size:.85rem;color:#999;border-bottom:1px solid #f0f0f0;transition:background .15s}.wizard-ao-item:last-child{border-bottom:none}.wizard-ao-item.current{background:#f0f7ff;color:#213547;font-weight:600}.wizard-ao-item.done{color:#28a745}.wizard-ao-item.done .wizard-ao-text{text-decoration:line-through;opacity:.7}.wizard-ao-num{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid currentColor;flex-shrink:0}.wizard-ao-item.current .wizard-ao-num{background:#007bff;color:#fff;border-color:#007bff}.wizard-ao-item.done .wizard-ao-num{background:#28a745;color:#fff;border-color:#28a745}.wizard-ao-text{line-height:1.4}.wizard-bar-id{font-size:.75rem;color:#888}.wizard-bar-id code{font-family:Monaco,Menlo,monospace;background:#0000000f;padding:.1rem .3rem;border-radius:3px}.wizard-monitoring-message{text-align:center;padding:1rem 0}.wizard-spinner{margin:1rem auto;width:36px;height:36px;border:4px solid #e0e0e0;border-top-color:#007bff;border-radius:50%;animation:wizardSpin .8s linear infinite}@keyframes wizardSpin{to{transform:rotate(360deg)}}.wizard-status-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f0f7ff;border-radius:8px;margin-bottom:1rem}.wizard-timer{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:700;color:#213547}.wizard-timer-icon{font-size:1.1rem}.wizard-timer-value{font-family:Monaco,Menlo,monospace}.wizard-live-status{display:flex;align-items:center;gap:.4rem;font-weight:600;text-transform:uppercase;font-size:.95rem}.wizard-pulse{animation:pulse 1.5s ease-in-out infinite}.wizard-execution-id{font-size:.85rem;color:#666;margin-bottom:1rem}.wizard-execution-id code{font-family:Monaco,Menlo,monospace;background:#f0f0f0;padding:.15rem .4rem;border-radius:3px;font-size:.85em}.wizard-validations{margin-bottom:1rem}.wizard-validations h4{margin:0 0 .5rem;font-size:.95rem;color:#213547}.wizard-validations ul{list-style:none;padding:0;margin:0}.wizard-validations li{padding:.3rem 0;font-size:.875rem}.wizard-error{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid #f5c6cb}.wizard-result-header{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;border-left:5px solid;background:#f8f9fa;margin-bottom:1rem}.wizard-result-icon{font-size:2rem}.wizard-result-status{font-size:1.25rem;font-weight:700;text-transform:uppercase}.wizard-result-duration{font-size:.9rem;color:#666;margin-top:.15rem}.wizard-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f0f0f0}.wizard-btn{padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.wizard-btn.primary{background:#007bff;color:#fff}.wizard-btn.primary:hover:not(:disabled){background:#0056b3}.wizard-btn.primary:disabled{background:#6c757d;cursor:not-allowed}.wizard-btn.secondary{background:#fff;color:#666;border:1px solid #ddd}.wizard-btn.secondary:hover{background:#f5f5f5;color:#333}.wizard-btn.danger{background:#dc3545;color:#fff}.wizard-btn.danger:hover:not(:disabled){background:#c82333}.wizard-btn.danger:disabled{background:#6c757d;cursor:not-allowed}.wizard-btn.danger-outline{background:#fff;color:#dc3545;border:1px solid #dc3545}.wizard-btn.danger-outline:hover:not(:disabled){background:#dc3545;color:#fff}.wizard-btn.danger-outline:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.test-enablement{padding:1rem}.form-grid{grid-template-columns:1fr}.execution-header{flex-direction:column;align-items:flex-start;gap:.5rem}.wizard-panel{width:95%;max-height:90vh}.wizard-progress-bar{padding:.75rem 1rem .5rem}.wizard-pb-label{font-size:.55rem;max-width:44px}.wizard-action-card{padding:1rem}.wizard-actions{flex-wrap:wrap}.history-filters{flex-direction:column;align-items:stretch}}.trip-troubleshooter{width:100%}.trip-troubleshooter h1{color:#213547;margin-bottom:.5rem;font-size:2rem;font-weight:600}.tt-beta-badge{font-size:.55em;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.15em .5em;background:#fef3c7;color:#b45309;border:1px solid #fde68a;border-radius:6px;vertical-align:middle;position:relative;top:-.15em}.trip-troubleshooter-subtitle{color:#666;margin:0 0 1rem}.trip-troubleshooter-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.6rem .85rem;margin-bottom:1rem;font-size:.9rem;color:#92400e}.trip-troubleshooter-panel{border:1px solid #e6e8eb;border-radius:10px;padding:1rem;margin-bottom:1rem;background:#fff}.trip-troubleshooter-panel h2{margin-top:0;margin-bottom:.75rem;color:#334155}.trip-troubleshooter-panel h3{margin:1rem 0 .5rem;color:#334155;font-size:1rem}.trip-troubleshooter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem}.trip-troubleshooter-grid label,.trip-troubleshooter-description{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#334155}.trip-troubleshooter-description{margin-bottom:.75rem}.trip-troubleshooter-grid input,.trip-troubleshooter-grid select,.trip-troubleshooter-description textarea{border:1px solid #cbd5e1;border-radius:6px;padding:.45rem .55rem;font-size:.95rem}.trip-troubleshooter-description textarea{resize:vertical;min-height:2.5rem}.trip-troubleshooter-actions{display:flex;gap:.5rem;margin-bottom:.75rem}.trip-troubleshooter-actions button{border:1px solid #cbd5e1;border-radius:6px;background:#0d9488;color:#fff;padding:.45rem .75rem;font-size:.9rem;cursor:pointer}.trip-troubleshooter-actions button:hover:not(:disabled){background:#0f766e}.trip-troubleshooter-actions button:disabled{opacity:.7;cursor:not-allowed}.trip-troubleshooter-message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.55rem .65rem;font-size:.9rem;color:#334155}.trip-troubleshooter-job{margin-top:.5rem;font-size:.9rem;color:#334155}.trip-troubleshooter-job code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.05rem .25rem}.trip-troubleshooter-polling{color:#0d9488;margin-left:.25rem}.tt-result-indicators{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tt-badge{font-size:.85rem;font-weight:600;padding:.3rem .75rem;border-radius:20px;white-space:nowrap}.tt-badge--issue{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.tt-badge--clear{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.tt-confidence{display:flex;align-items:center;gap:.5rem;flex:1;min-width:180px}.tt-confidence-label{font-size:.85rem;color:#64748b;white-space:nowrap}.tt-confidence-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.tt-confidence-fill{height:100%;border-radius:4px;transition:width .4s ease}.tt-confidence-value{font-size:.9rem;font-weight:600;min-width:2.5rem;text-align:right}.tt-team-chip{font-size:.8rem;font-weight:600;padding:.25rem .65rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:16px;white-space:nowrap}.tt-team-chip-label{font-weight:400;color:#64748b}.tt-root-cause{margin-bottom:1rem}.tt-root-cause-header{display:flex;align-items:center;justify-content:space-between}.tt-root-cause-header h3{margin:0 0 .4rem}.tt-root-cause-text{margin:0;padding:.6rem .75rem;background:#f0fdfa;border:1px solid #ccfbf1;border-radius:6px;color:#134e4a;line-height:1.5}.tt-copy-btn{background:none;border:1px solid #cbd5e1;border-radius:4px;padding:.15rem .45rem;font-size:.75rem;color:#64748b;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease}.tt-copy-btn:hover{background:#f1f5f9;color:#334155;border-color:#94a3b8}.tt-accordion{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;overflow:hidden}.tt-accordion-header-row{display:flex;align-items:center;background:#f8fafc;padding-right:.75rem}.tt-accordion-header-row:hover{background:#f1f5f9}.tt-accordion-header{display:flex;align-items:center;justify-content:space-between;flex:1;padding:.6rem .75rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#334155;text-align:left}.tt-accordion-title{display:flex;align-items:center;gap:.5rem}.tt-accordion-count{font-size:.75rem;font-weight:500;background:#e2e8f0;color:#475569;padding:.1rem .45rem;border-radius:10px}.tt-accordion-chevron{font-size:.85rem;color:#94a3b8}.tt-accordion-body{padding:.5rem .75rem .75rem;border-top:1px solid #e2e8f0}.tt-detail-list{list-style:none;margin:0;padding:0}.tt-detail-list li{padding:.45rem 0;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#334155;line-height:1.45}.tt-detail-list li:last-child{border-bottom:none}.tt-steps-list{margin:0;padding-left:1.5rem}.tt-steps-list li{padding:.35rem 0;font-size:.9rem;color:#334155}.tt-steps-list li code{font-size:.83rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.15rem .35rem;display:inline-block;max-width:100%;overflow-x:auto}.trip-troubleshooter-error{border-color:#fecaca;background:#fef2f2}.trip-troubleshooter-error h2{color:#b91c1c}.trip-troubleshooter-error p{margin:0;color:#991b1b}.tt-status-panel{position:relative;overflow:hidden}.tt-progress-bar{position:absolute;top:0;left:0;right:0;height:3px;background:#e2e8f0;overflow:hidden}.tt-progress-bar-fill{height:100%;width:40%;background:linear-gradient(90deg,#0d9488,#14b8a6);border-radius:2px;animation:tt-progress-slide 1.5s ease-in-out infinite}@keyframes tt-progress-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.tt-status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;padding-top:.25rem}.tt-status-indicator{display:flex;align-items:center;gap:.5rem}.tt-pulse-dot{width:10px;height:10px;border-radius:50%;background:#0d9488;animation:tt-pulse 1.5s ease-in-out infinite}@keyframes tt-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.tt-status-label{font-size:1.1rem;font-weight:600;color:#0f766e}.tt-elapsed{font-size:.9rem;font-weight:500;color:#64748b;font-variant-numeric:tabular-nums}.tt-status-details{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#64748b}.tt-status-details code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.05rem .25rem;font-size:.8rem}.tt-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:1rem}.tt-tab{padding:.6rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease}.tt-tab:hover{color:#334155;background:#f8fafc}.tt-tab--active{color:#0d9488;border-bottom-color:#0d9488;font-weight:600}.tt-feedback-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.tt-feedback-toggle{background:none;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;color:#475569;cursor:pointer;transition:all .15s ease}.tt-feedback-toggle:hover{background:#f1f5f9;border-color:#94a3b8;color:#334155}.tt-feedback-form{background:#fafbfc;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.65rem}.tt-feedback-form h3{margin:0 0 .25rem;font-size:1rem;color:#334155}.tt-feedback-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:500;color:#475569}.tt-feedback-form input,.tt-feedback-form textarea,.tt-feedback-form select{border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .55rem;font-size:.9rem;font-family:inherit}.tt-feedback-form textarea{resize:vertical}.tt-feedback-readonly{background:#f1f5f9;color:#64748b}.tt-label-hint{font-weight:400;color:#94a3b8}.tt-feedback-cat-row{display:flex;gap:.5rem;align-items:center}.tt-feedback-cat-row select{flex:1}.tt-feedback-add-cat{background:none;border:1px dashed #94a3b8;border-radius:6px;padding:.35rem .6rem;font-size:.8rem;color:#0d9488;cursor:pointer;white-space:nowrap;transition:all .15s ease}.tt-feedback-add-cat:hover{border-color:#0d9488;background:#f0fdfa}.tt-feedback-new-cat{display:flex;flex-direction:column;gap:.4rem}.tt-feedback-new-cat-actions{display:flex;gap:.4rem}.tt-feedback-new-cat-actions button{font-size:.8rem;padding:.3rem .6rem;border-radius:6px;cursor:pointer;border:1px solid #cbd5e1}.tt-feedback-new-cat-actions button:first-child{background:#0d9488;color:#fff;border-color:#0d9488}.tt-feedback-new-cat-actions button:first-child:disabled{opacity:.6;cursor:not-allowed}.tt-feedback-actions{display:flex;gap:.5rem;margin-top:.25rem}.tt-feedback-actions button{border-radius:6px;padding:.45rem .85rem;font-size:.9rem;cursor:pointer;border:1px solid #cbd5e1}.tt-feedback-actions button:first-child{background:#0d9488;color:#fff;border-color:#0d9488}.tt-feedback-actions button:first-child:disabled{opacity:.6;cursor:not-allowed}.tt-feedback-error{font-size:.85rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.4rem .6rem}.tt-feedback-success{font-size:.9rem;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:.55rem .75rem}.tt-btn-secondary{background:#f8fafc!important;color:#475569!important;border:1px solid #cbd5e1!important}.tt-btn-secondary:hover{background:#f1f5f9!important}.tt-review-tab{display:flex;flex-direction:column;gap:.75rem}.tt-stats-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.tt-stat-chip{display:flex;align-items:center;gap:.4rem;font-size:.8rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;padding:.25rem .6rem}.tt-stat-name{color:#475569}.tt-stat-count{font-weight:600;color:#0d9488}.tt-review-filters{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.tt-review-filters label{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;font-weight:500;color:#475569}.tt-review-filters select{border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .55rem;font-size:.9rem}.tt-review-filters button{padding:.4rem .75rem;font-size:.85rem;border-radius:6px;cursor:pointer}.tt-muted{color:#94a3b8;font-size:.9rem}.tt-review-card{border:1px solid #e2e8f0;border-radius:10px;padding:.85rem;background:#fff}.tt-review-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.tt-review-id{font-size:.8rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.1rem .35rem}.tt-review-status{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:12px;text-transform:capitalize}.tt-review-status--pending_review{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.tt-review-status--active{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.tt-review-status--rejected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.tt-review-status--deprecated{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.tt-review-cat{font-size:.8rem;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:.15rem .5rem}.tt-review-rca-compare{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.tt-review-rca-compare strong{font-size:.8rem;color:#64748b}.tt-review-rca-compare p{margin:.2rem 0 0;font-size:.88rem;color:#334155;line-height:1.45}.tt-review-context{display:flex;flex-direction:column;gap:.15rem;font-size:.82rem;color:#64748b;margin-bottom:.4rem}.tt-review-reason{font-size:.82rem;color:#64748b;margin-bottom:.4rem}.tt-review-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:.3rem}.tt-review-actions button{font-size:.82rem;padding:.3rem .65rem;border-radius:6px;cursor:pointer;border:1px solid #cbd5e1}.tt-btn-approve{background:#059669!important;color:#fff!important;border-color:#059669!important}.tt-btn-approve:disabled{opacity:.6;cursor:not-allowed!important}.tt-btn-reject{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.tt-btn-reject:disabled{opacity:.6;cursor:not-allowed!important}.tt-reject-inline{display:flex;gap:.4rem;align-items:center}.tt-reject-inline input{border:1px solid #cbd5e1;border-radius:6px;padding:.3rem .5rem;font-size:.82rem;width:200px}.tt-btn-sm{font-size:.78rem!important;padding:.2rem .5rem!important}.tt-categories-tab{display:flex;flex-direction:column;gap:.75rem}.tt-cat-add-form{border:1px solid #e2e8f0;border-radius:10px;padding:.85rem;background:#fff}.tt-cat-add-form h3{margin:0 0 .5rem;font-size:1rem;color:#334155}.tt-cat-add-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.tt-cat-add-row input{border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .55rem;font-size:.9rem;flex:1;min-width:140px}.tt-cat-add-row button{background:#0d9488;color:#fff;border:1px solid #0d9488;border-radius:6px;padding:.4rem .85rem;font-size:.9rem;cursor:pointer;white-space:nowrap}.tt-cat-add-row button:disabled{opacity:.6;cursor:not-allowed}.tt-cat-table{width:100%;border-collapse:collapse;font-size:.9rem}.tt-cat-table th{text-align:left;font-size:.8rem;font-weight:600;color:#64748b;padding:.5rem .65rem;border-bottom:2px solid #e2e8f0}.tt-cat-table td{padding:.55rem .65rem;border-bottom:1px solid #f1f5f9;color:#334155}.tt-cat-table code{font-size:.83rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.1rem .3rem}.tt-cat-inactive td,.tt-cat-inactive td code{color:#94a3b8}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1565c0;text-decoration:inherit}a:hover{color:#0d47a1}body{margin:0;min-width:320px;min-height:100vh;height:100vh;overflow:hidden}#root{width:100%;height:100vh;min-height:100vh;overflow:hidden}
