@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-blue:#06c;--primary-blue-dark:#0052a3;--primary-blue-light:#e6f0ff;--primary-white:#fff;--blue-50:#f0f7ff;--blue-100:#e6f0ff;--blue-200:#bdd9ff;--blue-300:#94c5ff;--blue-400:#6bb0ff;--blue-500:#06c;--blue-600:#0052a3;--blue-700:#003d7a;--blue-800:#002952;--blue-900:#001429;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success-color:#10b981;--success-dark:#059669;--danger-color:#ef4444;--danger-dark:#dc2626;--warning-color:#ffc107;--warning-dark:#f57f17;--info-color:#17a2b8;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #0000001a;--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease}*{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0}.App{background-color:var(--gray-50);display:flex;flex-direction:column;height:100vh;overflow:hidden}.App-header{background:#fff;box-shadow:0 1px 0 #e5e7eb;color:#0b1c30;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;gap:1rem;height:56px;margin:0;max-width:100%;padding:0 1.5rem}.header-search-wrap{align-items:center;display:flex;flex:1 1;max-width:480px;position:relative}.header-search-icon{color:#9ca3af;left:12px;pointer-events:none;position:absolute}.header-search-input{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;color:#374151;font-size:.875rem;outline:none;padding:.5rem 1rem .5rem 2.25rem;transition:border-color .2s,box-shadow .2s;width:100%}.header-search-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.header-search-input::placeholder{color:#9ca3af}.header-actions{align-items:center;display:flex;gap:.5rem;margin-left:auto}.header-icon-btn{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s,color .15s;width:36px}.header-icon-btn:hover{background:#f3f4f6;color:#1e3a8a}.sidebar-toggle{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.sidebar-toggle:hover{background:#f3f4f6;color:#1e3a8a}.logo-link{color:#1e3a8a;text-decoration:none}.logo,.logo-link{align-items:center;display:flex;gap:.5rem}.logo-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.logo-text{background:#0000;color:#1e3a8a;font-size:1.25rem;font-weight:700;letter-spacing:-.3px;margin:0;padding:0}.header-spacer{flex:1 1}.user-profile-container{position:relative}.user-profile{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;gap:.625rem;padding:.375rem .625rem;transition:background .15s}.user-profile:hover{background:#f3f4f6}.user-avatar{align-items:center;background:#c7d2fe;border-radius:50%;color:#3730a3;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:34px;justify-content:center;width:34px}.user-info{align-items:flex-start;display:flex;flex-direction:column}.user-name{color:#111827;font-size:.8rem;font-weight:700;line-height:1.2}.user-role{color:#6b7280;font-size:.7rem;line-height:1.2}.user-dropdown{animation:dropdownSlide .2s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:100%;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1001}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:#fff;border-bottom:1px solid #e5e7eb;color:#1e3a8a;padding:.75rem 1rem}.dropdown-user-name{color:#1e3a8a;font-size:.85rem;font-weight:600;margin-bottom:.125rem}.dropdown-user-email{color:#9ca3af;font-size:.7rem}.dropdown-divider{background:#e5e7eb;height:1px}.dropdown-item{align-items:center;background:none;border:none;color:#1e3a8a;cursor:pointer;display:flex;font-size:.8rem;gap:.75rem;padding:.625rem 1rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:hover{background:#f9fafb;color:#1e3a8a}.dropdown-item svg{flex-shrink:0}.app-body{display:flex;flex:1 1;min-height:0;overflow:hidden}.sidebar{background:#f1f5f9;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;min-width:256px;overflow-x:hidden;overflow-y:auto;padding:1rem;position:relative;transition:width .3s ease,min-width .3s ease;width:256px}.sidebar.collapsed{min-width:68px;width:68px}.sidebar-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem;padding:0 .5rem}.sidebar-logo-icon{align-items:center;background:linear-gradient(135deg,#00246a,#00389a);border-radius:10px;box-shadow:0 4px 12px #00246a4d;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.sidebar-logo-text h1{color:#1e3a8a;font-size:1.1rem;font-weight:900;line-height:1.1;margin:0}.sidebar-logo-text p{color:#94a3b8;font-size:.6rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.sidebar.collapsed .sidebar-logo-text{display:none}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.25rem;padding:0}.nav-item{align-items:center;border-left:none;border-radius:10px;color:#475569;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.nav-item:hover{background:#e2e8f0;color:#2563eb}.nav-item.active{background:#fff;border-left:none;box-shadow:0 1px 4px #00000014;color:#1d4ed8;transform:translateX(2px)}.nav-icon{stroke-width:1.5;flex-shrink:0;height:22px;width:22px}.sidebar.collapsed .nav-text{display:none}.nav-text{display:inline}.sidebar.collapsed .nav-item{gap:0;justify-content:center;padding:.75rem}.sidebar.collapsed .sidebar-logo{justify-content:center;padding:0}.sidebar.collapsed .sidebar-bottom{align-items:center}.sidebar.collapsed .sidebar-toggle-bottom{justify-content:center}.nav-divider{background:#94a3b84d;height:1px;margin:.5rem 0}.sidebar-bottom{border-top:1px solid #94a3b84d;display:flex;flex-direction:column;gap:.25rem;padding-top:1rem}.sidebar-toggle-bottom{padding:.75rem 0 0}.sidebar-toggle-bottom,.sidebar-toggle-bottom button{align-items:center;display:flex;justify-content:center}.sidebar-toggle-bottom button{background:#e2e8f0;border:none;border-radius:50%;color:#475569;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.sidebar-toggle-bottom button:hover{background:#cbd5e1;color:#1e3a8a}.App-main{background:var(--gray-50);flex:1 1;min-height:0;overflow-y:auto}.container{margin:0 auto;max-width:1400px;padding:1.5rem}.folder-detail-page,.home-page,.regression-suite-page,.scenario-editor-page,.test-case-export-page,.test-cases-page,.test-execution-page,.version-history-page{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:2rem}.page-header{align-items:flex-start;border-bottom:2px solid #1e3a8a;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.page-header h2{color:#1e3a8a;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.folder-description{color:#6b7280;font-size:.95rem;margin-top:.5rem}.folder-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn{box-shadow:0 1px 3px #1e3a8a1a;font-size:.95rem;gap:.5rem;justify-content:center;text-decoration:none}.btn:hover{box-shadow:0 4px 12px #1e3a8a33;transform:translateY(-1px)}.btn-primary:hover{background:#1e40af}.btn-secondary{background:#e5e7eb;color:#1e3a8a}.btn-secondary:hover{background:#d1d5db}.btn-success{background:#10b981}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444}.btn-danger:hover{background:#dc2626}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--gray-700);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:8px;font-size:.95rem;padding:.75rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #1e3a8a1a}.form-group textarea{min-height:100px;resize:vertical}.error,.loading{color:var(--gray-500);font-size:1.1rem;padding:3rem;text-align:center}.error{color:var(--danger-color)}.App-footer{background:#fff;border-top:1px solid var(--gray-200);color:var(--gray-500);font-size:.85rem;padding:1rem;text-align:center}@media (max-width:768px){.sidebar{bottom:0;left:0;position:fixed;top:64px;transform:translateX(-100%);z-index:999}.sidebar:not(.collapsed){transform:translateX(0)}.App-main{padding:1rem}.folder-actions,.page-header{flex-direction:column}.btn{width:100%}.dropdown-icon,.user-info{display:none}}.App-main::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:6px}.App-main::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:#0000}.App-main::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.App-main::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.breadcrumb-container{margin-bottom:1.5rem}.breadcrumb{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.75rem 1rem}.breadcrumb-list{flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumb-item,.breadcrumb-list{align-items:center;display:flex;gap:.5rem}.breadcrumb-item{font-size:.875rem}.breadcrumb-link{align-items:center;border-radius:4px;color:#1e3a8a;display:flex;gap:.375rem;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.breadcrumb-link:hover{background:#1e3a8a1a;color:#1e40af}.breadcrumb-link svg{flex-shrink:0}.breadcrumb-separator{font-weight:300}.breadcrumb-current{color:#374151;font-weight:500;padding:.25rem .5rem}.folder-level-badge{background:#eff6ff;border-radius:12px;color:#1e3a8a;display:inline-block;font-size:.75rem;margin-top:.5rem;padding:.25rem .75rem}.bulk-update-controls select,.filters select,.form-control,.form-field select,.section-header select,select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:36px;transition:all .2s ease}.bulk-update-controls select:hover,.filters select:hover,.form-control:hover,.form-field select:hover,.section-header select:hover,select:hover{border-color:#1e3a8a}.bulk-update-controls select:focus,.filters select:focus,.form-control:focus,.form-field select:focus,.section-header select:focus,select:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a;outline:none}.form-control:disabled,.form-field select:disabled,select:disabled{cursor:not-allowed;opacity:.6}.sidebar-viewer-badge{align-items:center;background:#fef9c3;border:1px solid #fde68a;border-radius:8px;color:#854d0e;display:flex;font-size:.72rem;font-weight:700;gap:.4rem;letter-spacing:.04em;margin-bottom:.5rem;padding:.4rem .875rem}.cd-overlay{align-items:center;animation:cdFadeIn .15s ease;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}@keyframes cdFadeIn{0%{opacity:0}to{opacity:1}}.cd-modal{align-items:center;animation:cdSlideUp .18s ease;background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:.75rem;max-width:420px;padding:2rem;text-align:center;width:90%}@keyframes cdSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cd-icon-wrap{align-items:center;background:#fef2f2;border-radius:50%;color:#dc2626;display:flex;height:52px;justify-content:center;margin-bottom:.25rem;width:52px}.cd-title{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.1rem;font-weight:800;margin:0}.cd-message{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}.cd-actions{display:flex;gap:.75rem;margin-top:.5rem;width:100%}.cd-btn-cancel{background:#fff;border:1.5px solid #e5e7eb;border-radius:9px;color:#374151;cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.7rem 1rem;transition:background .15s,border-color .15s}.cd-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.cd-btn-confirm{background:#0f2d6b;border:none;border-radius:9px;color:#fff;cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;padding:.7rem 1rem;transition:background .15s}.cd-btn-confirm:hover{background:#1e3a8a}.cd-btn-danger{background:#dc2626}.cd-btn-danger:hover{background:#b91c1c}.cd-icon-wrap-lock{background:#eff6ff;color:#1e3a8a}.cd-btn-primary{background:#1e3a8a}.cd-btn-primary:hover{background:#1e40af}.folder-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1400px;padding:2rem 2.5rem}.projects-page-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.projects-page-title h2{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .25rem}.projects-page-title p{color:#6b7280;font-size:.875rem;margin:0}.btn-add-project{align-items:center;background:#0f2d6b;border:none;border-radius:10px;box-shadow:0 4px 14px #0f2d6b4d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.5rem;padding:.75rem 1.5rem;transition:background .15s,box-shadow .15s;white-space:nowrap}.btn-add-project:hover:not(:disabled){background:#1e3a8a;box-shadow:0 6px 20px #0f2d6b66}.btn-add-icon{font-size:1.2rem;font-weight:400;line-height:1}.folder-list-header{display:none}.btn{gap:.4rem;transition:all .15s ease}.btn-primary{background:linear-gradient(135deg,#00246a,#00389a);border-radius:10px;box-shadow:0 4px 14px #00246a4d;font-weight:700;padding:.75rem 1.5rem}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #00246a66;transform:scale(1.02)}.btn-primary:active:not(:disabled){transform:scale(.97)}.btn-secondary{border-radius:8px}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-sm{padding:.375rem .75rem}.error-message{background-color:#ffdad6;border:1px solid #ffb4ab;color:#93000a}.loading{padding:60px}.folder-form{background:#fff;border:1.5px solid #e5eeff;border-radius:12px;box-shadow:0 4px 16px #0b1c300f;margin-bottom:24px;padding:24px}.folder-form h3{color:#0b1c30;font-size:1.1rem;font-weight:700;margin-bottom:16px;margin-top:0}.form-group label{color:#0b1c30;margin-bottom:6px}.form-group input,.form-group textarea{border:1.5px solid #c5c5d3;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:10px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#0053db;box-shadow:0 0 0 3px #0053db1f;outline:none}.form-actions{gap:10px;margin-top:16px}.folder-search{display:none}.folder-tree{margin-top:20px}.folder-tree-list{list-style:none}.folder-tree-item,.folder-tree-list{margin:0;padding:0}.folder-tree-node{align-items:center;background:#fff;border:1.5px solid #e5eeff;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s ease}.folder-tree-node:hover{background:#f8f9ff;border-color:#0053db;box-shadow:0 2px 8px #0053db1a}.folder-tree-content{align-items:center;gap:.5rem}.folder-expand-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;padding:.25rem;transition:all .2s ease}.folder-expand-btn:hover{background:#0053db14;color:#0053db}.folder-spacer{width:24px}.folder-info.clickable{align-items:center;border-radius:6px;cursor:pointer;display:flex;flex:1 1;gap:.5rem;padding:.25rem .5rem;transition:background .2s ease}.folder-info.clickable:hover{background:#0053db0d}.folder-icon{color:#0053db}.folder-name{color:#0b1c30;font-weight:600}.folder-tree-children{list-style:none;margin:.5rem 0 0;padding:0}.folder-form.inline{align-items:center;background:#f8f9ff;border-radius:8px;display:flex;flex:1 1;gap:.5rem;padding:.5rem}.folder-form.inline input{border:1.5px solid #c5c5d3;border-radius:6px;flex:1 1;font-size:.875rem;padding:.5rem}.icon-upload-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.icon-preview{border:1.5px solid #e5eeff;border-radius:10px;height:48px;object-fit:cover;width:48px}.folder-list-flat{margin-top:8px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.project-card{animation:cardFadeIn .35s ease both;background:#fff;border-radius:16px;box-shadow:0 12px 32px -4px #0b1c3014;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 20px 40px -4px #0b1c3024;transform:translateY(-4px)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-card:first-child{animation-delay:.05s}.project-card:nth-child(2){animation-delay:.1s}.project-card:nth-child(3){animation-delay:.15s}.project-card:nth-child(4){animation-delay:.2s}.project-card:nth-child(5){animation-delay:.25s}.project-card:nth-child(6){animation-delay:.3s}.project-card-body{flex:1 1;padding:1.5rem}.project-card-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.project-icon-box{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;font-weight:700;height:48px;justify-content:center;overflow:hidden;transition:transform .25s ease;width:48px}.project-card:hover .project-icon-box{transform:scale(1.06)}.project-avatar-img{border-radius:12px;height:100%;object-fit:cover;width:100%}.project-card-actions{display:flex;gap:4px;opacity:1}.btn-icon{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:7px;color:#6b7280;display:flex;flex-shrink:0;height:30px;justify-content:center;padding:0;transition:background .15s,color .15s,border-color .15s;width:30px}.btn-icon svg{stroke:currentColor;fill:none;display:block;flex-shrink:0}.btn-icon:hover:not(:disabled){background:#e0e7ff;border-color:#a5b4fc;color:#3730a3}.btn-icon-danger:hover:not(:disabled){background:#fef2f2!important;border-color:#fca5a5!important;color:#dc2626!important}.project-card-content h3{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.25rem;font-weight:800;line-height:1.3;margin:0 0 .5rem}.project-card-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#444651;display:-webkit-box;font-size:.78rem;line-height:1.6;margin:0;min-height:2.5em;overflow:hidden}.project-card-footer{align-items:center;background:#fff;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.75rem 1.25rem}.project-card-author{align-items:center;display:flex;gap:.5rem}.project-author-avatar{align-items:center;border:1.5px solid #fff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:24px;justify-content:center;width:24px}.project-author-name{color:#444651;font-size:.75rem;font-weight:600}.project-card-date{color:#9ca3af;font-size:.68rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.project-card-add{align-items:center;background:#0000;border:2px dashed #c5c5d399;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem;transition:background .2s,border-color .2s}.project-card-add:hover{background:#eff4ff;border-color:#0053db80}.project-card-add-icon{align-items:center;background:#e5eeff;border-radius:50%;color:#9ca3af;display:flex;font-size:2rem;height:64px;justify-content:center;margin-bottom:1rem;transition:background .2s,color .2s;width:64px}.project-card-add:hover .project-card-add-icon{background:#fff;color:#0053db}.project-card-add p{color:#444651;font-family:Manrope,Inter,sans-serif;font-size:.9rem;font-weight:700;margin:0 0 .25rem;transition:color .2s}.project-card-add:hover p{color:#0053db}.project-card-add span{color:#9ca3af;font-size:.75rem}.projects-empty{color:#9ca3af;grid-column:1/-1;padding:4rem 2rem;text-align:center}.projects-empty-icon{font-size:3rem;margin-bottom:1rem}.projects-empty p{color:#6b7280;font-size:1rem;margin:0}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.projects-grid{grid-template-columns:1fr}}.scenario-editor{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:900px;padding:24px}.scenario-editor h2{color:#333;font-size:24px;margin:0 0 24px}.scenario-editor .form-group{margin-bottom:20px}.scenario-editor label{color:#555;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.scenario-editor input[type=text],.scenario-editor select,.scenario-editor textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.scenario-editor input[type=text]:focus,.scenario-editor select:focus,.scenario-editor textarea:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.scenario-editor textarea{min-height:80px;resize:vertical}.scenario-editor input[type=text]:disabled,.scenario-editor select:disabled,.scenario-editor textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.scenario-editor .form-help{color:#777;font-size:12px;margin-top:6px}.tag-input-container{display:flex;gap:8px}.tag-input-container input{flex:1 1}.tag-list{margin-top:12px}.tag{border-radius:16px;display:inline-flex;font-size:13px;gap:6px;padding:6px 12px}.tag,.tag-remove{align-items:center}.tag-remove{background:none;border:none;border-radius:50%;color:#1976d2;cursor:pointer;display:flex;font-size:18px;height:18px;justify-content:center;line-height:1;padding:0;transition:background-color .2s;width:18px}.tag-remove:hover{background-color:#1976d21a}.tag-remove:disabled{cursor:not-allowed;opacity:.5}.scenario-editor input[type=file]{border:1px dashed #ddd;border-radius:4px;cursor:pointer;padding:8px;width:100%}.scenario-editor input[type=file]:hover{background-color:#f9f9f9;border-color:#4caf50}.evidence-preview{background-color:#f9f9f9;margin-top:16px;padding:16px}.evidence-preview h4{color:#555;font-size:14px;margin:0 0 12px}.evidence-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.evidence-item{background:#fff;border:1px solid #ddd;flex-direction:column;gap:6px;padding:8px;position:relative}.evidence-item img{border-radius:4px;height:120px;object-fit:cover;width:100%}.evidence-item span{color:#666;font-size:12px;word-break:break-all}.evidence-details{display:flex;flex-direction:column;gap:6px}.evidence-filename{color:#666;font-size:12px;word-break:break-all}.environment-select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 10px}.environment-select:focus{border-color:#1e3a8a;outline:none}.evidence-item .btn-icon{align-items:center;background:#ffffffe6;border:1px solid #ddd;border-radius:50%;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;padding:0;position:absolute;right:4px;top:4px;width:24px}.form-actions{border-top:1px solid #eee;margin-top:32px;padding-top:24px}.btn-icon{border:1px solid #ddd;border-radius:4px;padding:6px;transition:all .2s}.btn-icon:hover:not(:disabled){background-color:#f5f5f5}.btn-danger{border-color:#d32f2f;color:#d32f2f}.btn-danger:hover:not(:disabled){background-color:#ffebee}@media (max-width:768px){.scenario-editor{padding:16px}.evidence-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.form-actions{flex-direction:column}.btn{width:100%}}.test-case-section{border-top:2px solid #e0e0e0;margin-top:30px;padding-top:30px}.checkbox-label{align-items:center;color:#333;cursor:pointer;display:flex;font-weight:600;gap:10px}.checkbox-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-label span{font-size:16px}.test-cases-container{background-color:#f8f9fa;border:2px dashed #667eea;border-radius:8px;margin-top:20px;padding:20px}.test-cases-container h3{color:#667eea;font-size:20px;margin-bottom:10px}.section-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:20px}.test-case-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px}.test-case-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.test-case-header h4{color:#333;font-size:18px;margin:0}.add-test-case-btn{background-color:#667eea;background-color:initial;border:2px dashed #667eea;color:#fff;color:#667eea;font-size:16px;font-weight:600;margin-top:10px;padding:12px;width:100%}.add-test-case-btn:hover{background-color:#667eea;border-style:solid;color:#fff}.btn-sm{font-size:14px}@media (max-width:768px){.test-case-header{align-items:flex-start;flex-direction:column;gap:10px}.test-case-header button{width:100%}}.scenario-import{background:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:24px}.import-header{margin-bottom:24px}.import-header h2{color:#333;margin:0 0 8px}.import-header p{color:#666;margin:0}.import-instructions{background:#f9f9f9;border-radius:8px;margin-bottom:24px;padding:20px}.import-instructions h3{color:#333;font-size:18px;margin:0 0 12px}.import-instructions ol{margin:0 0 20px;padding-left:24px}.import-instructions li{color:#666;margin-bottom:8px}.template-info{border-top:1px solid #e0e0e0;margin-top:20px;padding-top:20px}.template-info h4{color:#555;font-size:14px;margin:0 0 8px}.template-info ul{margin:0 0 16px;padding-left:24px}.template-info li{color:#666;font-size:14px;margin-bottom:4px}.file-upload-section{margin:24px 0}.file-upload-section h3{color:#333;font-size:16px;margin:0 0 12px}.file-input-label{background:#fff;border:2px dashed #ddd;border-radius:8px;color:#666;padding:12px 20px}.file-input-label:hover{background:#f8f9fa;border-color:#1e3a8a}.file-info{background:#e8f5e9;color:#2e7d32;font-size:14px;margin-top:12px}.import-actions{gap:12px;margin-top:24px}.success-message{background:#e8f5e9;color:#2e7d32;font-size:16px;margin-bottom:24px;padding:16px}.imported-scenarios-list{margin:24px 0;text-align:left}.imported-scenarios-list h3{color:#333;margin:0 0 16px}.imported-scenario-item{border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:12px;margin-bottom:8px;padding:12px}.scenario-number{color:#666;font-weight:600}.scenario-description{color:#333;margin-bottom:8px}.priority-badge.priority-critical{background:#ffebee;color:#c62828}.priority-badge.priority-high{background:#fff3e0;color:#e65100}.priority-badge.priority-medium{background:#fff9c4;color:#f57f17}.priority-badge.priority-low{background:#e8f5e9;color:#2e7d32}.module-badge{background:#e3f2fd;border-radius:12px;color:#1976d2;font-weight:500;padding:4px 12px}.error-message{background:#ffebee}.btn-secondary{background:#f5f5f5}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn-lg{font-size:16px;padding:14px 28px}.test-case-export{margin:0 auto;max-width:1200px;padding:20px}.export-header{margin-bottom:30px}.export-header h2{color:#333;font-size:28px;margin:0 0 10px}.export-header p{color:#666;font-size:16px;margin:0}.export-mode-selector{margin-bottom:30px}.export-mode-selector h3{color:#333;font-size:20px;margin:0 0 15px}.mode-options{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mode-option{align-items:flex-start;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:15px;transition:all .2s ease}.mode-option:hover:not(:has(input:disabled)){background:#f8f9fa;border-color:#1e3a8a}.mode-option.active{background:#e7f3ff;border-color:#1e3a8a}.mode-option input[type=radio]{cursor:pointer;margin-right:12px;margin-top:2px}.mode-option input[type=radio]:disabled{cursor:not-allowed}.mode-option:has(input:disabled){cursor:not-allowed;opacity:.5}.mode-content{display:flex;flex-direction:column;gap:5px}.mode-content strong{color:#333;font-size:16px}.mode-content span{color:#666;font-size:14px}.export-section{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:30px;padding:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h3{color:#333;font-size:20px;margin:0}.selection-actions{display:flex;gap:15px}.scenario-selection-list{background:#f8f9fa;border-radius:6px;display:flex;flex-direction:column;gap:10px;max-height:500px;overflow-y:auto;padding:10px}.scenario-checkbox-item{align-items:flex-start;background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;display:flex;padding:15px;transition:all .2s ease}.scenario-checkbox-item:hover{background:#f8f9fa;border-color:#1e3a8a}.scenario-checkbox-item.selected{background:#e7f3ff;border-color:#1e3a8a}.scenario-checkbox-item input[type=checkbox]{cursor:pointer;height:18px;margin-right:15px;margin-top:2px;width:18px}.scenario-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.scenario-title{color:#333;font-size:15px;font-weight:500;line-height:1.4}.scenario-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;gap:8px}.priority-badge{border-radius:4px;padding:3px 8px}.priority-critical{background:#dc3545}.priority-high{background:#fd7e14}.priority-medium{background:#ffc107;color:#333}.priority-low{background:#28a745}.module-badge{background:#6c757d}.module-badge,.version-badge{border-radius:4px;color:#fff;font-size:12px;padding:3px 8px}.version-badge{background:#17a2b8}.tags-preview{color:#666;font-style:italic}.selection-summary{background:#e7f3ff;border-radius:6px;color:#1e3a8a;font-weight:500;margin-top:15px;padding:10px;text-align:center}.folder-export-info{background:#f8f9fa;border-radius:6px;padding:20px}.folder-export-info p{color:#333;font-size:16px;margin:0 0 10px}.folder-export-info p:last-child{margin-bottom:0}.tag-selection-list{grid-gap:10px;background:#f8f9fa;border-radius:6px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:10px}.tag-checkbox-item{align-items:center;background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;display:flex;padding:10px 15px;transition:all .2s ease}.tag-checkbox-item:hover{background:#f8f9fa;border-color:#1e3a8a}.tag-checkbox-item.selected{background:#e7f3ff;border-color:#1e3a8a}.tag-checkbox-item input[type=checkbox]{cursor:pointer;height:16px;margin-right:10px;width:16px}.tag-name{color:#333;font-size:14px;font-weight:500}.tag-filter-summary{background:#e7f3ff;border-radius:6px;margin-top:15px;padding:10px;text-align:center}.tag-filter-summary p{color:#1e3a8a;font-weight:500;margin:0}.export-actions{display:flex;justify-content:center;margin-top:30px}.btn-lg{font-size:18px;padding:12px 30px}.modal-overlay{background:#00000080}.modal-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:500px;width:90%}.modal-header{border-bottom:1px solid #ddd}.modal-header h3{color:#333;font-size:22px}.modal-close{color:#666;font-size:32px;height:32px;line-height:1;width:32px}.modal-close:hover{color:#333}.modal-body p{color:#333;font-size:16px;line-height:1.5;margin:0 0 15px}.modal-body p:last-child{margin-bottom:0}.confirmation-note{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;color:#856404;font-size:14px;padding:10px}.modal-footer{border-top:1px solid #ddd}.empty-state{color:#666}.empty-state,.loading{padding:40px 20px}.error-message{background:#f8d7da;border-radius:6px;padding:15px}.success-message{background:#d4edda;border-radius:6px;padding:15px}.btn{transition:all .2s ease}.btn-primary{background:#1e3a8a}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-secondary{background:#6c757d}.btn-secondary:hover:not(:disabled){background:#545b62}.btn-link{background:none;border:none;color:#1e3a8a;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.btn-link:hover:not(:disabled){color:#1e40af}.btn-link:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.test-case-export{padding:15px}.mode-options,.tag-selection-list{grid-template-columns:1fr}.modal-dialog{width:95%}}.regression-suite{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:24px}.regression-suite-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.regression-suite-header h2{color:#333;font-size:1.75rem;margin:0}.error-message{margin-bottom:16px}.loading{padding:24px}.empty-state{padding:48px 24px}.empty-state p{font-size:1.125rem}.create-test-run-form{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:24px;padding:24px}.create-test-run-form h3{color:#333;font-size:1.25rem;margin:0 0 20px}.form-field{margin-bottom:20px}.form-field label{color:#555;display:block;font-weight:600;margin-bottom:8px}.form-field input,.form-field select{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;padding:10px;width:100%}.form-field input:focus,.form-field select:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf501a;outline:none}.form-actions{display:flex;gap:12px;margin-top:24px}.test-run-info{align-items:flex-start;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px}.run-details h3{color:#333;font-size:1.25rem;margin:0 0 12px}.run-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.875rem;gap:16px}.run-meta span{align-items:center;display:flex}.progress-section{margin-bottom:32px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-header h4{color:#444;font-size:1.125rem;font-weight:600;margin:0}.progress-text{color:#666;font-size:.875rem;font-weight:500}.progress-bar{background-color:#e0e0e0;border-radius:12px;height:24px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#4caf50,#66bb6a);height:100%;transition:width .3s ease}.bulk-actions{align-items:center;background-color:#f9f9f9;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px;padding:16px}.selection-controls{align-items:center;display:flex;gap:12px}.selection-count{color:#666;font-size:.875rem;font-weight:500}.bulk-update-controls{align-items:center;display:flex;gap:12px}.bulk-update-controls label{color:#555;font-size:.875rem;font-weight:600}.bulk-update-controls select{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:8px 12px}.executions-list{margin-top:24px}.executions-list h4{color:#444;font-size:1.125rem;font-weight:600;margin:0 0 16px}.execution-items{display:flex;flex-direction:column;gap:12px}.execution-item{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s}.execution-item:hover{border-color:#4caf50;box-shadow:0 2px 8px #0000001a}.execution-item.selected{background-color:#f1f8f4;border-color:#4caf50}.execution-checkbox{align-items:flex-start;display:flex;padding-top:4px}.execution-checkbox input[type=checkbox]{cursor:pointer;height:20px;width:20px}.execution-content{flex:1 1}.execution-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.execution-header h5{color:#333;flex:1 1;font-size:1rem;font-weight:600;margin:0}.status-badge{font-size:.75rem;text-transform:uppercase;white-space:nowrap}.status-badge.status-pass{background-color:#e8f5e9;color:#2e7d32}.status-badge.status-fail{background-color:#ffebee;color:#c62828}.status-badge.status-blocked{background-color:#fff3e0;color:#e65100}.status-badge.status-not-run{background-color:#f5f5f5;color:#757575}.execution-notes{background-color:#f9f9f9;border-radius:4px;color:#666;font-size:.875rem;margin-bottom:8px;padding:8px}.execution-meta{color:#999;display:flex;font-size:.75rem;gap:16px}.execution-actions{align-items:flex-start;display:flex;padding-top:4px}.btn{transition:background-color .2s,transform .1s}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6}.btn-primary{background-color:#4caf50}.btn-primary:hover:not(:disabled){background-color:#45a049}.btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.btn-sm{font-size:.875rem}@media (max-width:768px){.regression-suite{padding:16px}.regression-suite-header{align-items:flex-start;flex-direction:column;gap:12px}.regression-suite-header .btn{width:100%}.test-run-info{flex-direction:column;gap:16px}.test-run-info .btn{width:100%}.run-meta{flex-direction:column;gap:8px}.bulk-actions{align-items:stretch;flex-direction:column}.bulk-update-controls,.selection-controls{flex-direction:column;width:100%}.bulk-update-controls .btn,.bulk-update-controls select{width:100%}.execution-item{flex-direction:column;gap:12px}.execution-header{align-items:flex-start;flex-direction:column}.execution-actions,.execution-actions .btn{width:100%}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.version-history{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:1200px;padding:24px}.version-history-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.version-history-header h2{color:#333;font-size:24px;margin:0}.btn-close{border-radius:4px;font-size:32px;height:32px;line-height:1;transition:all .2s;width:32px}.btn-close:hover{background-color:#f5f5f5}.version-history-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:300px 1fr}.version-timeline{border-right:1px solid #e0e0e0;padding-right:24px}.version-timeline h3{color:#555;font-size:16px;margin:0 0 16px}.version-list{display:flex;flex-direction:column;gap:8px}.version-item{border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;padding:12px;transition:all .2s}.version-item:hover{background-color:#f9f9f9;border-color:#1976d2}.version-item.selected{background-color:#e3f2fd;border-color:#1976d2;box-shadow:0 2px 4px #1976d233}.version-number{align-items:center;color:#333;display:flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:6px}.latest-badge{background-color:#4caf50;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.version-meta{color:#666;display:flex;flex-direction:column;font-size:12px;gap:4px}.version-date{font-weight:500}.version-author{color:#999}.version-details{max-height:600px;overflow-y:auto}.version-details-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.version-details-header h3{color:#333;font-size:18px;margin:0}.priority-badge{border-radius:12px;font-size:12px;padding:4px 12px;white-space:nowrap}.priority-critical{background-color:#ffebee;color:#c62828}.priority-high{background-color:#fff3e0;color:#e65100}.priority-medium{background-color:#fff9c4;color:#f57f17}.priority-low{background-color:#e8f5e9;color:#2e7d32}.detail-section{margin-bottom:24px}.detail-section h4{color:#555;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.detail-section p{color:#666;line-height:1.6;white-space:pre-wrap}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{background-color:#e3f2fd;border-radius:12px;color:#1976d2;font-size:12px;font-weight:500;padding:4px 10px}.metadata-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.metadata-item{display:flex;flex-direction:column;gap:4px}.metadata-label{color:#999;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.metadata-value{color:#666;font-size:14px}.loading{font-size:14px}.empty-state p{font-size:16px;margin:0}.error-message{background-color:#ffebee;color:#c62828;padding:12px 16px}@media (max-width:768px){.version-history{padding:16px}.version-history-content{grid-template-columns:1fr}.version-timeline{border-bottom:1px solid #e0e0e0;border-right:none;margin-bottom:24px;padding-bottom:24px;padding-right:0}.version-details{max-height:none}.metadata-grid{grid-template-columns:1fr}}.login-page{background:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.login-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:520px;padding:3rem 4rem}.login-brand{gap:.6rem;margin-bottom:3rem}.brand-icon,.login-brand{align-items:center;display:flex}.brand-icon{background:#0d4f4f;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;height:36px;justify-content:center;width:36px}.brand-name{color:#111827;font-size:1.1rem;font-weight:600}.login-heading h2{color:#111827;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.login-heading p{color:#6b7280;font-size:.95rem;margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{gap:.4rem}.form-group label{font-size:.875rem;font-weight:500}.input-wrapper{position:relative}.input-icon,.input-wrapper{align-items:center;display:flex}.input-icon{color:#9ca3af;left:.85rem;position:absolute}.input-wrapper input{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:.95rem;padding:.7rem 1rem;transition:border-color .2s;width:100%}.input-wrapper input:focus{border-color:#0d4f4f;box-shadow:0 0 0 3px #0d4f4f14;outline:none}.input-wrapper input::placeholder{color:#9ca3af}.password-toggle{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:0;position:absolute;right:.85rem}.password-toggle:hover{color:#374151}.forgot-link{margin-top:-.5rem;text-align:right}.forgot-link a{color:#0d4f4f;font-size:.875rem;font-weight:500;text-decoration:none}.forgot-link a:hover{text-decoration:underline}.btn-signin{background:#0d4f4f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:.25rem;padding:.8rem;transition:background .2s;width:100%}.btn-signin:hover{background:#0a3d3d}.btn-signin:disabled{cursor:not-allowed;opacity:.6}.divider{align-items:center;color:#9ca3af;display:flex;font-size:.85rem;gap:1rem}.divider:after,.divider:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.btn-social{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.6rem;justify-content:center;padding:.75rem;transition:background .2s,border-color .2s;width:100%}.btn-social:hover{background:#f9fafb;border-color:#d1d5db}.btn-social:disabled{cursor:not-allowed;opacity:.6}.login-signup{color:#6b7280;font-size:.875rem;margin-top:.5rem;text-align:center}.login-signup a{color:#0d4f4f;font-weight:600;text-decoration:none}.login-signup a:hover{text-decoration:underline}.error-message{align-items:center;background:#fee2e2;border:1px solid #fecaca;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-right{background:linear-gradient(160deg,#0d4f4f,#0a3d3d 60%,#072e2e);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:3.5rem;position:relative}.right-content{position:relative;z-index:1}.right-headline{font-size:2.6rem;font-weight:700;line-height:1.2;margin:0 0 1.25rem}.right-subheadline{color:#ffffffa6;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0}.floating-icons{inset:0;pointer-events:none;position:absolute;z-index:0}.float-icon{animation:floatUp 8s ease-in-out infinite;font-size:1.6rem;opacity:.12;position:absolute;-webkit-user-select:none;user-select:none}.fi-1{animation-delay:0s;animation-duration:7s;left:10%;top:15%}.fi-2{animation-delay:1s;animation-duration:9s;left:25%;top:70%}.fi-3{animation-delay:2s;animation-duration:6s;left:50%;top:20%}.fi-4{animation-delay:.5s;animation-duration:8s;left:70%;top:60%}.fi-5{animation-delay:1.5s;animation-duration:10s;left:85%;top:25%}.fi-6{animation-delay:3s;animation-duration:7.5s;left:15%;top:50%}.fi-7{animation-delay:2.5s;animation-duration:9s;left:60%;top:80%}.fi-8{animation-delay:1s;animation-duration:6.5s;left:40%;top:45%}.fi-9{animation-delay:0s;animation-duration:8.5s;left:78%;top:10%}.fi-10{animation-delay:4s;animation-duration:7s;left:32%;top:88%}@keyframes floatUp{0%{opacity:.12;transform:translateY(0) rotate(0deg)}50%{opacity:.2;transform:translateY(-20px) rotate(8deg)}to{opacity:.12;transform:translateY(0) rotate(0deg)}}@media (max-width:768px){.login-right{display:none}.login-left{max-width:100%;padding:2rem}}.register-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.register-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;padding:40px;width:100%}.register-header{margin-bottom:30px;text-align:center}.register-header h1{color:#333;font-size:24px;margin-bottom:10px}.register-header h2{color:#666;font-size:20px;font-weight:500}.register-form{display:flex;flex-direction:column;gap:20px}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:14px;padding:12px;transition:border-color .3s}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-hint{color:#666;font-size:12px;margin-top:-4px}.error-message{font-size:14px}.success-message{padding:40px 20px;text-align:center}.success-message h2{color:#28a745;font-size:28px;margin-bottom:20px}.success-message p{color:#666;font-size:16px;line-height:1.6;margin:10px 0}.btn{border-radius:8px;font-size:16px;padding:12px 24px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.register-footer{margin-top:30px;text-align:center}.register-footer p{color:#666;font-size:14px;margin-bottom:10px}.register-footer a{color:#667eea;font-weight:600;text-decoration:none}.register-footer a:hover{text-decoration:underline}.info-box{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-top:20px;padding:15px;text-align:left}.info-box p{font-size:13px;margin:5px 0}.info-box p,.info-box strong{color:#856404}.admin-console-page{margin:0 auto;max-width:1400px;padding:20px}.admin-header{margin-bottom:30px}.admin-header h1{color:#333;font-size:32px;margin-bottom:8px}.admin-header p{color:#666;font-size:16px}.admin-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:30px}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.tab.active,.tab:hover{color:#667eea}.tab.active{border-bottom-color:#667eea}.error-message,.success-message{border-radius:8px;margin-bottom:20px}.success-message{background-color:#efe;border:1px solid #cfc;color:#3c3;padding:12px}.loading{color:#666;font-size:16px;padding:40px;text-align:center}.empty-state{color:#999;padding:60px 20px;text-align:center}.empty-state p{font-size:18px}.users-list{display:flex;flex-direction:column;gap:15px}.user-card{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;display:flex;justify-content:space-between;padding:20px;transition:all .3s}.user-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.user-card.pending{background-color:#fff8f0;border-color:#ffa726}.user-info h3{color:#333;font-size:18px;margin-bottom:5px}.user-email{color:#666;font-size:14px;margin-bottom:5px}.user-meta{color:#999;font-size:13px}.user-actions{display:flex;gap:10px}.btn{border-radius:6px;font-size:14px;padding:10px 20px;transition:all .3s}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838;transform:translateY(-2px)}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;transform:translateY(-2px)}.btn-warning{background-color:#ffc107;color:#333}.btn-warning:hover{background-color:#e0a800;transform:translateY(-2px)}.btn-sm{font-size:12px;padding:6px 12px}.users-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.users-table table{border-collapse:collapse;width:100%}.users-table thead{background-color:#f8f9fa}.users-table th{border-bottom:2px solid #e0e0e0;color:#333;font-weight:600;padding:15px;text-align:left}.users-table td{border-bottom:1px solid #f0f0f0;color:#666;padding:15px}.users-table tbody tr:hover{background-color:#f8f9fa}.role-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.role-badge.admin{background-color:#e3f2fd;color:#1976d2}.role-badge.user{background-color:#f3e5f5;color:#7b1fa2}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;margin-right:5px;padding:4px 12px}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.status-badge.inactive{background-color:#ffebee;color:#c62828}.status-badge.pending{background-color:#fff3e0;color:#e65100}.action-buttons{gap:8px}.access-denied{padding:60px 20px;text-align:center}.access-denied h2{color:#c33;font-size:28px;margin-bottom:15px}.access-denied p{color:#666;font-size:16px}.role-edit{align-items:center;display:flex;gap:8px}.role-select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:4px 8px}.role-display{align-items:center;display:flex;gap:8px}.btn-icon{background:none;border:none;cursor:pointer;font-size:16px;opacity:.6;padding:4px;transition:opacity .2s}.btn-icon:hover{opacity:1}.btn-secondary:hover{background-color:#5a6268}.role-management{padding:20px 0}.roles-info{margin-bottom:40px}.roles-info h3{color:#333;font-size:24px;margin-bottom:20px}.roles-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.role-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s}.role-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.role-card h4{color:#667eea;font-size:20px;margin-bottom:10px}.role-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:15px}.role-permissions{margin-top:15px}.role-permissions strong{color:#333;display:block;font-size:14px;margin-bottom:10px}.role-permissions ul{list-style:none;margin:0;padding:0}.role-permissions li{color:#666;font-size:13px;padding:4px 0 4px 20px;position:relative}.role-permissions li:before{color:#28a745;content:"✓";font-weight:700;left:0;position:absolute}.permission-info{background:#f8f9fa;border-radius:12px;padding:20px}.permission-info h3{color:#333;font-size:20px;margin-bottom:15px}.modules-list{display:flex;flex-direction:column;gap:12px}.module-item{background:#fff;border-left:4px solid #667eea;border-radius:8px;padding:12px 16px}.module-item strong{color:#667eea;display:block;margin-bottom:4px}.add-user-section{background:#fff;border:1.5px solid #e5eeff;border-radius:12px;box-shadow:0 4px 16px #0b1c300f;max-width:520px;padding:2rem}.add-user-section h3{color:#0b1c30;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.add-user-hint{color:#6b7280;font-size:.82rem;line-height:1.5;margin-bottom:1.5rem}.add-user-hint code{background:#eff4ff;border-radius:4px;color:#0053db;font-size:.82rem;font-weight:600;padding:1px 6px}.add-user-form .form-group{margin-bottom:1.25rem}.add-user-form label{color:#0b1c30;display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.add-user-form .required{color:#ba1a1a}.add-user-form .form-control{border:1.5px solid #c5c5d3;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:.9rem;padding:.6rem .875rem;transition:border-color .2s,box-shadow .2s;width:100%}.add-user-form .form-control:focus{border-color:#0053db;box-shadow:0 0 0 3px #0053db1a;outline:none}.role-hint{color:#6b7280;font-size:.78rem;font-style:italic;margin-top:.35rem}.add-user-form .form-actions{margin-top:1.5rem}.add-user-form .btn-primary{background:linear-gradient(135deg,#00246a,#00389a);border:none;border-radius:8px;box-shadow:0 4px 12px #00246a40;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:.65rem 1.75rem;transition:all .15s ease}.add-user-form .btn-primary:hover:not(:disabled){box-shadow:0 6px 18px #00246a59;transform:translateY(-1px)}.add-user-form .btn-primary:disabled{cursor:not-allowed;opacity:.6}.folder-tree{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.folder-tree-header{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;display:flex;min-height:44px;padding:.75rem 1rem}.folder-tree-header h3{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin:0}.folder-tree-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:.5rem 0}.folder-tree-empty{color:#9ca3af;font-size:.875rem;padding:2rem 1rem;text-align:center}.folder-node-wrapper{display:block;width:100%}.folder-node{clear:both;cursor:pointer;display:block!important;position:relative;transition:background .15s;-webkit-user-select:none;user-select:none;width:100%!important}.folder-node:hover{background:#f9fafb}.folder-node.selected{background:linear-gradient(135deg,#e0e7ff,#ddd6fe)}.folder-node.selected .folder-name{color:#4f46e5;font-weight:600}.folder-node-content{align-items:center;display:flex;gap:.25rem;min-height:36px;padding:.5rem .75rem}.folder-toggle{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:.75rem;height:20px;justify-content:center;padding:.25rem;transition:all .15s;width:20px}.folder-toggle:hover{background:#e5e7eb;color:#374151}.folder-spacer{display:inline-block;height:20px;width:20px}.folder-icon{flex-shrink:0;font-size:1rem;line-height:1}.folder-name{color:#374151;flex:1 1;font-size:.875rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-count{color:#6b7280;font-size:.8125rem;font-weight:500}.folder-children{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;width:100%!important}.context-menu-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.folder-context-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:80vh;min-width:180px;overflow-y:auto;padding:.5rem 0;position:fixed;z-index:1000}.context-menu-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem 1rem;text-align:left;transition:background .15s;width:100%}.context-menu-item:hover{background:#f3f4f6}.context-menu-item.danger{color:#dc2626}.context-menu-item.danger:hover{background:#fee2e2}.context-menu-icon{display:inline-block;font-size:1rem;text-align:center;width:20px}.context-menu-divider{background:#e5e7eb;height:1px;margin:.5rem 0}.folder-tree-content::-webkit-scrollbar{width:8px}.folder-tree-content::-webkit-scrollbar-track{background:#f9fafb}.folder-tree-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.folder-tree-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.review-badge{align-items:center;border-radius:50px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;gap:4px;margin-left:6px;padding:2px 8px;vertical-align:middle;white-space:nowrap}.column-selector{display:inline-block;position:relative}.column-selector-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:.5rem;height:38px;padding:8px 12px;transition:all .2s}.column-selector-button:hover{background:#f9fafb;border-color:#1e3a8a}.column-selector-icon{font-size:1rem}.column-selector-label{font-weight:600}.column-selector-count{color:#6b7280;font-size:.8125rem}.column-selector-arrow{color:#9ca3af;font-size:.75rem;margin-left:.25rem}.column-selector-dropdown{animation:slideDown .2s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 12px #00000026;min-width:220px;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.column-selector-header{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;border-radius:10px 10px 0 0;color:#374151;font-size:.875rem;font-weight:600;padding:.875rem 1rem}.column-selector-list{max-height:400px;overflow-y:auto;padding:.5rem 0}.column-selector-item{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.625rem 1rem;transition:background .15s;-webkit-user-select:none;user-select:none}.column-selector-item:hover{background:#f9fafb}.column-selector-item.required{cursor:not-allowed;opacity:.6}.column-selector-item input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.column-selector-checkbox{color:#667eea;font-size:1.125rem;line-height:1}.column-selector-item-label{color:#374151;flex:1 1;font-size:.875rem}.column-selector-required-badge{background:#e0e7ff;border-radius:10px;color:#4f46e5;font-size:.6875rem;font-weight:600;letter-spacing:.05em;padding:.125rem .5rem;text-transform:uppercase}.column-selector-list::-webkit-scrollbar{width:6px}.column-selector-list::-webkit-scrollbar-track{background:#f9fafb}.column-selector-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.column-selector-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.project-stats-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:0 auto;max-height:calc(100vh - 200px);max-width:100%;min-height:auto;overflow-y:auto;padding:2rem 1.5rem}.stats-loading{color:#666;font-size:1rem;font-weight:500;padding:2rem;text-align:center}.stats-header{animation:fadeInDown .6s ease-out;margin-bottom:1.5rem;text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.stats-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.stats-header p{color:#64748b;font-size:.95rem;font-weight:400}.stats-grid{grid-gap:1rem;animation:fadeInUp .6s ease-out .2s both;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat-card{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 2px 4px #00000012,0 1px 2px #0000000f;display:flex;flex-direction:column;justify-content:center;min-height:120px;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{box-shadow:0 8px 12px -2px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px) scale(1.02)}.stat-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:2.5rem;line-height:1;margin-bottom:.75rem}.stat-content{width:100%}.stat-value{color:#1e293b;font-size:2.25rem;font-weight:800;letter-spacing:-1px;line-height:1;margin-bottom:.4rem}.stat-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.stat-card.priority-critical{background:linear-gradient(135deg,#fff,#fee)}.stat-card.priority-critical:before{background:linear-gradient(90deg,#dc3545,#c82333)}.stat-card.priority-critical .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc3545,#c82333);-webkit-background-clip:text;background-clip:text}.stat-card.priority-high{background:linear-gradient(135deg,#fff,#fff3e0)}.stat-card.priority-high:before{background:linear-gradient(90deg,#fd7e14,#e8590c)}.stat-card.priority-high .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fd7e14,#e8590c);-webkit-background-clip:text;background-clip:text}.stat-card.priority-medium{background:linear-gradient(135deg,#fff,#fffbeb)}.stat-card.priority-medium:before{background:linear-gradient(90deg,#ffc107,#ff9800)}.stat-card.priority-medium .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffc107,#ff9800);-webkit-background-clip:text;background-clip:text}.stat-card.priority-low{background:linear-gradient(135deg,#fff,#f0fdf4)}.stat-card.priority-low:before{background:linear-gradient(90deg,#28a745,#20c997)}.stat-card.priority-low .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#28a745,#20c997);-webkit-background-clip:text;background-clip:text}.stats-footer{animation:fadeInUp .6s ease-out .4s both;background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 4px #00000012;margin-top:1.5rem;padding:1.25rem}.stats-message{align-items:center;color:#475569;display:flex;font-size:.9rem;font-weight:500;gap:.75rem}.info-icon{flex-shrink:0;font-size:1.5rem}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:768px){.project-stats-container{padding:1.5rem 1rem}.stats-header h2{font-size:1.5rem}.stats-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.stat-card{min-height:100px;padding:1rem .75rem}.stat-icon{font-size:2rem}.stat-value{font-size:1.75rem}.stats-footer{padding:1rem}.stats-message{font-size:.85rem}}.ai-overlay{align-items:center;animation:aiFadeIn .15s ease;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}@keyframes aiFadeIn{0%{opacity:0}to{opacity:1}}.ai-modal{animation:aiSlideUp .18s ease;background:#fff;border-radius:16px;box-shadow:0 24px 64px #0003;display:flex;flex-direction:column;font-family:Inter,sans-serif;max-height:90vh;max-width:620px;overflow:hidden;width:90%}@keyframes aiSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-header{background:linear-gradient(135deg,#0f2d6b,#1e3a8a);border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:1.25rem 1.5rem}.ai-header,.ai-header-left{align-items:center;display:flex}.ai-header-left{gap:.875rem}.ai-header-icon{font-size:1.5rem}.ai-title{color:#fff;font-family:Manrope,Inter,sans-serif;font-size:1rem;font-weight:800;margin:0}.ai-subtitle{color:#93c5fd;font-size:.72rem;margin:0}.ai-close{align-items:center;background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .15s;width:32px}.ai-close:hover{background:#ffffff40}.ai-body{display:flex;flex:1 1;flex-direction:column;gap:1.25rem;overflow-y:auto;padding:1.5rem}.ai-tabs{background:#f3f4f6;border-radius:10px;display:flex;gap:.5rem;padding:4px}.ai-tab{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;gap:.4rem;justify-content:center;padding:.5rem;transition:all .15s}.ai-tab.active{background:#fff;box-shadow:0 1px 4px #0000001a;color:#0f2d6b}.ai-field{display:flex;flex-direction:column;gap:.5rem}.ai-label{color:#374151;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ai-input,.ai-textarea{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#0b1c30;font-family:Inter,sans-serif;font-size:.875rem;padding:.75rem 1rem;resize:vertical;transition:border-color .15s,background .15s;width:100%}.ai-input:focus,.ai-textarea:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14;outline:none}.ai-hint,.ai-input::placeholder,.ai-textarea::placeholder{color:#9ca3af}.ai-hint{font-size:.75rem;margin:0}.ai-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.82rem;padding:.625rem 1rem}.ai-footer{border-top:1px solid #f3f4f6;display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.ai-btn-cancel{background:#fff;border:1.5px solid #e5e7eb;border-radius:9px;color:#6b7280;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:background .15s}.ai-btn-cancel:hover{background:#f9fafb}.ai-btn-generate{align-items:center;background:#0f2d6b;border:none;border-radius:9px;box-shadow:0 3px 10px #0f2d6b40;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;gap:.5rem;padding:.625rem 1.5rem;transition:background .15s}.ai-btn-generate:hover:not(:disabled){background:#1e3a8a}.ai-btn-generate:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.ai-spinner{animation:aiSpin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;flex-shrink:0;height:14px;width:14px}@keyframes aiSpin{to{transform:rotate(1turn)}}.ai-preview-header{align-items:flex-start;display:flex;justify-content:space-between}.ai-preview-count{color:#0b1c30;font-size:.875rem;font-weight:700;margin:0 0 3px}.ai-preview-select-all{color:#1d4ed8;cursor:pointer;font-weight:600}.ai-preview-select-all:hover{text-decoration:underline}.ai-preview-source{color:#9ca3af;font-size:.75rem;margin:0}.ai-btn-back{background:none;border:1.5px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;padding:.4rem .875rem;transition:background .15s;white-space:nowrap}.ai-btn-back:hover{background:#f9fafb}.ai-preview-list{display:flex;flex-direction:column;gap:.5rem;max-height:380px;overflow-y:auto}.ai-preview-item{align-items:flex-start;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:.875rem;padding:.875rem 1rem;transition:all .15s}.ai-preview-item:hover{background:#f8faff;border-color:#93c5fd}.ai-preview-item.selected{background:#eff6ff;border-color:#1e3a8a}.ai-preview-check{flex-shrink:0;padding-top:2px}.ai-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:5px;display:flex;height:18px;justify-content:center;transition:all .15s;width:18px}.ai-checkbox.checked{background:#1e3a8a;border-color:#1e3a8a}.ai-preview-content{flex:1 1;min-width:0}.ai-preview-title{color:#0b1c30;font-size:.875rem;font-weight:700;margin-bottom:4px}.ai-preview-expected{-webkit-line-clamp:2;color:#6b7280;font-size:.78rem;line-height:1.5}.ai-preview-expected,.ai-preview-steps{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ai-preview-steps{-webkit-line-clamp:3;color:#9ca3af;font-size:.75rem;margin-top:4px;white-space:pre-line}.ai-preview-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.ai-priority-badge,.ai-tag-badge{border-radius:5px;font-size:.68rem;font-weight:700;padding:2px 8px;white-space:nowrap}.ai-tag-badge{background:#f0fdf4;color:#16a34a}.rm-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1200}.rm-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:540px;overflow:hidden;width:100%}.rm-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:20px 24px 16px}.rm-title{color:#1a1a2e;font-size:1.1rem;font-weight:700;margin:0}.rm-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.4rem;line-height:1;padding:0 4px}.rm-close:hover{color:#374151}.rm-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:20px 24px}.rm-error{background:#fee2e2;color:#dc2626}.rm-error,.rm-meta-row{border-radius:8px;font-size:.875rem;padding:10px 14px}.rm-meta-row{align-items:center;background:#f8fafc;display:flex;gap:8px}.rm-meta-label{color:#6b7280;font-weight:600;min-width:90px}.rm-meta-value{color:#1a1a2e;font-weight:500}.rm-meta-date{color:#9ca3af;font-size:.8rem;margin-left:auto}.rm-field{display:flex;flex-direction:column;gap:6px}.rm-label{color:#374151;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.rm-required{color:#ef4444}.rm-input{border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none;padding:10px 12px;transition:border-color .15s}.rm-input:focus{border-color:#6366f1}.rm-section{display:flex;flex-direction:column;gap:10px}.rm-section-label{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.rm-required-note{color:#ef4444;font-weight:500;letter-spacing:0;text-transform:none}.rm-check-row{align-items:center;color:#1a1a2e;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:12px;padding:4px 0}.rm-checkbox{accent-color:#6366f1;border-radius:4px;cursor:pointer;flex-shrink:0;height:18px;width:18px}.rm-comments{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.rm-comment-item{border-bottom:1px solid #f3f4f6;padding:10px 12px}.rm-comment-item:last-child{border-bottom:none}.rm-comment-meta{color:#9ca3af;font-size:.75rem;margin-bottom:4px}.rm-comment-text{color:#374151;font-size:.875rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.rm-textarea{background:#f8fafc;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-family:inherit;font-size:.9rem;outline:none;padding:12px;resize:vertical;transition:border-color .15s}.rm-textarea:focus{background:#fff;border-color:#6366f1}.rm-footer{align-items:center;background:#fafafa;border-top:1px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.rm-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 22px;transition:opacity .15s,transform .1s}.rm-btn:disabled{cursor:not-allowed;opacity:.6}.rm-btn:not(:disabled):hover{opacity:.9}.rm-btn:not(:disabled):active{transform:scale(.98)}.rm-btn-cancel{background:none;color:#6b7280;font-weight:500}.rm-btn-cancel:hover{color:#374151}.rm-btn-primary{background:#6366f1;color:#fff}.rm-btn-changes{background:#fff;border:2px solid #dc2626;color:#dc2626}.rm-btn-approve{background:#1e3a8a;color:#fff}.rm-user-dropdown{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 20px #0000001f;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 2px);z-index:100}.rm-user-option{border-bottom:1px solid #f9fafb;cursor:pointer;padding:10px 14px;transition:background .1s}.rm-user-option:last-child{border-bottom:none}.rm-user-option:hover{background:#f0f4ff}.rm-user-name{color:#0b1c30;font-size:.875rem;font-weight:600}.rm-user-email{color:#6b7280;font-size:.75rem;margin-top:1px}.rm-user-role{background:#e0e7ff;border-radius:8px;color:#3730a3;font-size:.68rem;font-weight:600;margin-left:4px;padding:1px 6px}.rm-selected-reviewer{color:#16a34a;font-size:.8rem;font-weight:600;margin-top:6px}.svm-overlay{align-items:center;background:#1e285059;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1100}.svm-modal{border-radius:20px;box-shadow:0 24px 64px #0000002e;flex-direction:column;max-height:90vh;max-width:520px;overflow:hidden;width:100%}.svm-header,.svm-modal{background:#eef2f9;display:flex}.svm-header{align-items:flex-start;justify-content:space-between;padding:22px 24px 18px}.svm-id-label{color:#8a9ab5;font-size:.7rem;font-weight:700;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.svm-id{color:#00246a;font-size:1.6rem;font-weight:900;letter-spacing:-.5px}.svm-close{align-items:center;background:none;border:none;border-radius:6px;color:#8a9ab5;cursor:pointer;display:flex;margin-top:4px;padding:4px;transition:color .15s}.svm-close:hover{color:#374151}.svm-body{flex:1 1;gap:14px;overflow-y:auto;padding:0 16px 16px}.svm-body,.svm-section{display:flex;flex-direction:column}.svm-section{gap:8px}.svm-section-label{color:#8a9ab5;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.svm-title-box{background:#fff;border-radius:12px;color:#0b1c30;font-size:1rem;font-weight:700;line-height:1.5;padding:14px 16px;white-space:pre-wrap;word-break:break-word}.svm-priority-cards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.svm-priority-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;color:#9ca3af;display:flex;flex:1 1;flex-direction:column;gap:6px;padding:14px 8px}.svm-priority-card.active{background:#f0f4ff;border-width:2px}.svm-priority-icon{align-items:center;display:flex;justify-content:center}.svm-priority-label{font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.svm-tags-row{display:flex;flex-wrap:wrap;gap:8px}.svm-tag{align-items:center;background:#dbeafe;border-radius:20px;color:#1e40af;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;padding:5px 12px}.svm-no-tags{color:#9ca3af;font-size:.8rem;font-style:italic}.svm-toggles-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.svm-toggle-card{align-items:center;background:#fff;border-radius:12px;display:flex;gap:10px;justify-content:space-between;padding:14px 16px}.svm-toggle-info{display:flex;flex-direction:column;gap:2px}.svm-toggle-title{color:#0b1c30;font-size:.85rem;font-weight:700}.svm-toggle-sub{color:#8a9ab5;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.svm-toggle{border-radius:12px;flex-shrink:0;height:24px;position:relative;transition:background .2s;width:44px}.svm-toggle.on{background:#1e3a8a}.svm-toggle.off{background:#d1d5db}.svm-toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;height:18px;position:absolute;top:3px;transition:left .2s;width:18px}.svm-toggle.on .svm-toggle-thumb{left:23px}.svm-toggle.off .svm-toggle-thumb{left:3px}.svm-text-box{background:#fff;border-radius:10px;color:#374151;font-size:.875rem;line-height:1.5;padding:12px 14px;white-space:pre-wrap}.svm-inline-value{color:#374151;font-size:.875rem;font-weight:600}.svm-footer{background:#eef2f9;border-top:1px solid #dde4f0;display:flex;justify-content:flex-end;padding:16px 24px}.svm-btn-close{background:#00246a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:10px 28px;transition:background .15s}.svm-btn-close:hover{background:#1e3a8a}.svm-rich-text p{margin:0 0 6px}.svm-rich-text p:last-child{margin-bottom:0}.svm-rich-text ol,.svm-rich-text ul{margin:4px 0;padding-left:20px}.svm-rich-text li{margin-bottom:2px}.svm-rich-text strong{font-weight:600}.svm-rich-text em{font-style:italic}.svm-rich-text code{background:#f1f5f9;border-radius:3px;font-family:monospace;font-size:.85em;padding:1px 4px}.bem-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1100}.bem-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000002e;display:flex;flex-direction:column;max-height:88vh;max-width:520px;overflow:hidden;width:100%}.bem-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:20px 24px 16px}.bem-title{color:#00246a;font-size:1.05rem;font-weight:700;margin:0 0 3px}.bem-subtitle{color:#9ca3af;font-size:.78rem;margin:0}.bem-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.4rem;padding:0 4px}.bem-close:hover{color:#374151}.bem-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:20px 24px}.bem-error{background:#fee2e2;border-radius:8px;color:#dc2626;font-size:.85rem;padding:10px 14px}.bem-field{display:flex;flex-direction:column;gap:8px}.bem-label{color:#6b7280;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.bem-optional{color:#9ca3af;font-size:.68rem;font-weight:400;letter-spacing:0;text-transform:none}.bem-options{display:flex;flex-wrap:wrap;gap:8px}.bem-option{background:#fff;border:1.5px solid #d1d5db;border-radius:20px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 16px;transition:all .15s}.bem-option:hover{border-color:#00246a;color:#00246a}.bem-option.active{background:#00246a;border-color:#00246a;color:#fff}.bem-tags-grid{border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.bem-tag-row{align-items:center;border-bottom:1px solid #f9fafb;display:flex;justify-content:space-between;padding:8px 12px}.bem-tag-row:last-child{border-bottom:none}.bem-tag-row:nth-child(2n){background:#fafafa}.bem-tag-name{color:#374151;font-size:.85rem;font-weight:500}.bem-tag-actions{display:flex;gap:6px}.bem-tag-btn{border:1.5px solid;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;padding:3px 10px;transition:all .15s}.bem-tag-btn.add{background:#fff;border-color:#d1fae5;color:#065f46}.bem-tag-btn.add:hover{background:#d1fae5}.bem-tag-btn.add.active{background:#10b981;border-color:#10b981;color:#fff}.bem-tag-btn.remove{background:#fff;border-color:#fee2e2;color:#991b1b}.bem-tag-btn.remove:hover{background:#fee2e2}.bem-tag-btn.remove.active{background:#ef4444;border-color:#ef4444;color:#fff}.bem-footer{border-top:1px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.bem-btn-cancel{background:none;border:1.5px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;padding:8px 20px}.bem-btn-cancel:hover{border-color:#9ca3af;color:#374151}.bem-btn-apply{background:#00246a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;padding:8px 20px;transition:background .15s}.bem-btn-apply:hover:not(:disabled){background:#1e3a8a}.bem-btn-apply:disabled{cursor:not-allowed;opacity:.5}.fp-wrap{position:relative}.fp-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:6px;height:34px;padding:6px 12px;transition:border-color .15s,background .15s;white-space:nowrap}.fp-btn:hover{background:#f9fafb;border-color:#9ca3af}.fp-btn-active{background:#f0f4ff;border-color:#00246a;color:#00246a}.fp-badge{align-items:center;background:#00246a;border-radius:8px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;height:16px;justify-content:center;min-width:16px;padding:0 4px}.fp-panel{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;left:0;min-width:240px;overflow:hidden;position:absolute;top:calc(100% + 6px);z-index:200}.fp-panel-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 14px 8px}.fp-panel-title{color:#374151;font-size:.8rem;font-weight:700}.fp-clear-all{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:600;padding:0}.fp-clear-all:hover{text-decoration:underline}.fp-panel-body{gap:10px;padding:10px 14px 12px}.fp-filter-row,.fp-panel-body{display:flex;flex-direction:column}.fp-filter-row{gap:4px}.fp-filter-label{color:#6b7280;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.fp-filter-select{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;font-size:.82rem;outline:none;padding:6px 10px;transition:border-color .15s}.fp-filter-select:focus{background:#fff;border-color:#00246a}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rte-wrapper{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .15s}.rte-wrapper:focus-within{border-color:#00246a}.rte-wrapper .ql-toolbar{background:#fafafa;border:none;border-bottom:1px solid #f0f0f0;padding:6px 10px}.rte-wrapper .ql-toolbar .ql-formats{margin-right:8px}.rte-wrapper .ql-toolbar button{border-radius:4px;height:24px;padding:2px;width:24px}.rte-wrapper .ql-toolbar button.ql-active,.rte-wrapper .ql-toolbar button:hover{background:#e0e7ff;color:#00246a}.rte-wrapper .ql-toolbar .ql-stroke{stroke:#6b7280}.rte-wrapper .ql-toolbar button.ql-active .ql-stroke,.rte-wrapper .ql-toolbar button:hover .ql-stroke{stroke:#00246a}.rte-wrapper .ql-toolbar .ql-fill{fill:#6b7280}.rte-wrapper .ql-toolbar button.ql-active .ql-fill,.rte-wrapper .ql-toolbar button:hover .ql-fill{fill:#00246a}.rte-wrapper .ql-container{border:none;font-family:Inter,sans-serif;font-size:14px}.rte-wrapper .ql-editor{color:#0b1c30;line-height:1.6;min-height:100px;min-height:var(--rte-min-height,100px);padding:10px 14px}.rte-wrapper .ql-editor.ql-blank:before{color:#9ca3af;font-size:14px;font-style:normal}.rte-wrapper .ql-editor pre.ql-syntax{background:#1e1e2e;border-radius:6px;color:#cdd6f4;font-family:Fira Code,Courier New,monospace;font-size:13px;margin:6px 0;overflow-x:auto;padding:10px 14px}.rte-wrapper .ql-editor code{background:#f0f4ff;border-radius:4px;color:#1e3a8a;font-family:Fira Code,Courier New,monospace;font-size:13px;padding:1px 5px}.rte-display{color:#374151;font-size:.875rem;line-height:1.6;word-break:break-word}.rte-display p{margin:0 0 4px}.rte-display ol,.rte-display ul{margin:4px 0;padding-left:20px}.rte-display li{margin:2px 0}.rte-display strong{font-weight:700}.rte-display em{font-style:italic}.rte-display u{text-decoration:underline}.rte-display pre{background:#1e1e2e;border-radius:6px;color:#cdd6f4;margin:6px 0;overflow-x:auto;padding:10px 14px}.rte-display code,.rte-display pre{font-family:Fira Code,Courier New,monospace;font-size:13px}.rte-display code{background:#f0f4ff;border-radius:4px;color:#1e3a8a;padding:1px 5px}.sc-modal-body .rte-wrapper{background:#f0f4ff;border-color:#0000}.sc-modal-body .rte-wrapper:focus-within{background:#fff;border-color:#00246a}.sc-modal-body .rte-wrapper .ql-toolbar{background:#e8eeff}.test-scenarios-page-tree{display:flex;flex-direction:column;height:calc(100vh - 143px);width:100%}.test-scenarios-layout{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex:1 1;min-height:0;overflow:hidden}.test-scenarios-sidebar{background:#fafafa;border-right:1px solid #e5e7eb;display:flex;flex-direction:row;flex-shrink:0;overflow:visible;position:relative;transition:width .25s ease;width:280px}.test-scenarios-sidebar.collapsed{min-width:20px;width:20px}.test-scenarios-sidebar.collapsed .sidebar-inner{opacity:0;pointer-events:none;width:0}.test-scenarios-content{background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.action-bar{align-items:center}.action-bar-divider{background:#e5e7eb;height:20px;margin:0 2px;width:1px}.btn-action{padding:6px 12px}.btn-action:disabled{color:#9ca3af}.btn-action.btn-delete:disabled,.btn-action:disabled{background:#f9fafb;border-color:#e5e7eb}.test-scenarios-table-container{flex:1 1;min-height:0;overflow:auto;padding:16px 20px 20px}.test-scenarios-table-wrapper{border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto;overflow-y:hidden}.test-scenarios-table{border-collapse:collapse;font-size:13.5px;min-width:800px;width:100%}.test-scenarios-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:10}.test-scenarios-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.07em;padding:10px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.test-scenarios-table td{border-bottom:1px solid #f1f5f9;color:#374151;padding:14px 20px;vertical-align:middle}.test-scenarios-table tbody tr:last-child td{border-bottom:none}.test-scenarios-table tbody tr:hover{background:#f8fafc}.test-scenarios-table td.col-actions,.test-scenarios-table th.col-actions{background:#f8fafc;box-shadow:-2px 0 6px #0000000f;position:-webkit-sticky;position:sticky;right:0;z-index:5}.test-scenarios-table tbody tr:hover td.col-actions{background:#f8fafc}.scenario-id{color:#1e3a8a;cursor:pointer;font-size:12px;font-weight:700}.scenario-id:hover{text-decoration:underline}.test-case-id{font-size:12px}.col-description{max-width:300px}.description-cell strong{color:#0f172a;display:block;font-size:13.5px;font-weight:700}.priority-badge{padding:2px 10px}.environment-badge{background:#e0f2fe;border-radius:5px;color:#0369a1;display:inline-block;font-size:10px;font-weight:800;letter-spacing:.05em;padding:2px 10px;text-transform:uppercase}.col-preconditions,.col-steps{max-width:200px}.steps-cell{color:#6b7280;font-size:13px;white-space:pre-wrap}.col-created-date{color:#64748b;font-size:12px}.col-regression{width:110px}.col-module{min-width:130px}.col-evidence{width:90px}.action-buttons{gap:4px;justify-content:flex-end}.action-btn{align-items:center;color:#94a3b8;display:flex;justify-content:center;padding:5px 7px;transition:background .15s,color .15s}.action-btn:hover{background:#f1f5f9}.action-btn.edit:hover{background:#eff6ff;color:#2563eb}.evidence-count{color:#6b7280;font-size:12px;font-style:italic}.regression-badge{background:#e0e7ff;border-radius:5px;color:#3730a3;display:inline-block;font-size:10px;font-weight:800;letter-spacing:.05em;padding:2px 10px;text-transform:uppercase}.modal-content{position:relative;z-index:1101}.modal-form{overflow:visible}.form-control{background:#fff}select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:36px}.form-group-checkbox{align-items:center;display:flex;margin-bottom:16px}.form-group-checkbox label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;margin:0}.form-group-checkbox input[type=checkbox]{accent-color:#1e3a8a;cursor:pointer;height:16px;width:16px}.selected-tags-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.tags-pills-container{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.tag-pill{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:20px;color:#475569;cursor:pointer;font-size:12px;font-weight:500;padding:5px 12px;transition:all .15s ease;white-space:nowrap}.tag-pill:hover{background:#eff6ff;border-color:#1e3a8a;color:#1e3a8a}.tag-pill-active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.tag-pill-active:hover{background:#1e40af;border-color:#1e40af;color:#fff}.selected-files{display:flex;flex-direction:column;gap:8px;margin-top:10px}.selected-file{background:#f3f4f6;border-radius:6px;font-size:13px;justify-content:space-between;padding:8px 12px}.remove-file,.selected-file{align-items:center;display:flex}.remove-file{background:none;border:none;border-radius:50%;color:#dc2626;cursor:pointer;font-size:18px;height:20px;justify-content:center;padding:0;width:20px}.remove-file:hover{background:#dc35451a}@media (max-width:1024px){.test-scenarios-sidebar{width:240px}}@media (max-width:768px){.test-scenarios-layout{flex-direction:column}.test-scenarios-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;max-height:280px;max-width:none;width:100%}.action-bar,.content-actions,.content-controls{flex-wrap:wrap}.test-scenarios-table td,.test-scenarios-table th{padding:8px 12px}}.sc-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b1c3073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.sc-modal{border-radius:16px;box-shadow:0 20px 60px -8px #0b1c3038;flex-direction:column;max-height:90vh;max-width:560px;overflow:hidden;position:relative;width:100%}.sc-modal,.sc-modal-header{background:#fff;display:flex}.sc-modal-header{align-items:flex-start;border-bottom:1px solid #e5eeff;flex-shrink:0;justify-content:space-between;padding:24px 28px 20px}.sc-modal-title{color:#00246a;font-family:Inter,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.3px;margin:0 0 4px}.sc-modal-subtitle{color:#8a9ab5;font-size:11px;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.sc-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#757682;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-top:2px;padding:6px;transition:background .15s,color .15s}.sc-modal-close:hover{background:#f1f5f9;color:#0b1c30}.sc-modal-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px 28px}.sc-form-error{background:#fee2e2;border-radius:8px;color:#dc2626;font-size:13px;font-weight:500;padding:10px 14px}.sc-field{display:flex;flex-direction:column;gap:8px}.sc-label{color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.sc-input{background:#f0f4ff;border:none;border-radius:10px;box-sizing:border-box;color:#0b1c30;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:12px 16px;transition:box-shadow .15s;width:100%}.sc-input::placeholder{color:#9ca3af}.sc-input:focus{box-shadow:0 0 0 2.5px #0053db33}.sc-priority-cards{display:flex;gap:12px}.sc-priority-card{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:Inter,sans-serif;gap:8px;padding:16px 10px;transition:all .15s ease}.sc-priority-card:hover{background:#f1f5f9;border-color:#94a3b8}.sc-priority-icon{align-items:center;display:flex;justify-content:center}.sc-priority-label{color:#374151;font-size:13px;font-weight:700}.sc-priority-card.sc-priority-critical .sc-priority-icon{color:#dc2626}.sc-priority-card-active.sc-priority-critical{background:#fff1f2;border-color:#dc2626;border-width:2px}.sc-priority-card-active.sc-priority-critical .sc-priority-label{color:#dc2626}.sc-priority-card.sc-priority-high .sc-priority-icon{color:#ef4444}.sc-priority-card-active.sc-priority-high{background:#fff5f5;border-color:#ef4444;border-width:2px}.sc-priority-card-active.sc-priority-high .sc-priority-label{color:#dc2626}.sc-priority-card.sc-priority-medium .sc-priority-icon{color:#f59e0b}.sc-priority-card-active.sc-priority-medium{background:#f0f4ff;border-color:#1e3a8a;border-width:2px}.sc-priority-card-active.sc-priority-medium .sc-priority-label{color:#1e3a8a}.sc-priority-card.sc-priority-low .sc-priority-icon{color:#22c55e}.sc-priority-card-active.sc-priority-low{background:#f0fdf4;border-color:#22c55e;border-width:2px}.sc-priority-card-active.sc-priority-low .sc-priority-label{color:#16a34a}.sc-tags-header{align-items:center;display:flex;justify-content:space-between}.sc-tags-hint{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.08em}.sc-tags-grid{display:flex;flex-wrap:wrap;gap:8px}.sc-tag-pill{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:20px;color:#374151;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:5px;padding:7px 16px;transition:all .15s ease;white-space:nowrap}.sc-tag-pill:hover{background:#eff6ff;border-color:#1e3a8a;color:#1e3a8a}.sc-tag-pill-active{background:#00246a;border-color:#00246a;color:#fff;font-weight:600}.sc-tag-pill-active:hover{background:#1e3a8a;border-color:#1e3a8a}.sc-toggle-cards-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.sc-toggle-card{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.sc-toggle-card-info{display:flex;flex-direction:column;gap:2px}.sc-toggle-card-title{color:#0b1c30;font-size:14px;font-weight:700}.sc-toggle-card-sub{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sc-yn-group{border:1.5px solid #d1d5db;border-radius:8px;display:flex;flex-shrink:0;overflow:hidden}.sc-yn-btn{background:#fff;border:none;color:#6b7280;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:6px 14px;transition:background .15s,color .15s}.sc-yn-btn:first-child{border-right:1.5px solid #d1d5db}.sc-yn-btn:hover{background:#f1f5f9;color:#0b1c30}.sc-yn-btn.sc-yn-active{background:#00246a;color:#fff}.sc-modal-footer{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:4px;padding-top:8px}.sc-btn-submit{background:#00246a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;padding:14px;transition:background .15s,transform .1s;width:100%}.sc-btn-submit:hover:not(:disabled){background:#1e3a8a}.sc-btn-submit:active:not(:disabled){transform:scale(.99)}.sc-btn-submit:disabled{cursor:not-allowed;opacity:.55}.sc-btn-cancel{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Inter,sans-serif;font-size:13.5px;font-weight:500;padding:4px;transition:color .15s}.sc-btn-cancel:hover{color:#0b1c30}.sc-toggle-row{display:flex;flex-wrap:wrap;gap:10px}.test-case-import{margin:0 auto;max-width:800px;padding:2rem}.import-header{margin-bottom:2rem;text-align:center}.import-header h2{color:#2c3e50;margin-bottom:.5rem}.import-header p{color:#7f8c8d;font-size:.95rem}.error-message{background-color:#fee;border:1px solid #fcc;color:#c33;margin-bottom:1.5rem;padding:1rem}.import-success{text-align:center}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;padding:1rem}.imported-test-cases-list{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;margin:2rem 0;max-height:400px;overflow-y:auto;padding:1rem;text-align:left}.imported-test-cases-list h3{color:#2c3e50;margin-bottom:1rem;margin-top:0}.imported-test-case-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem}.test-case-number{color:#666;font-weight:600;min-width:30px}.test-case-info{flex:1 1}.test-case-description{color:#2c3e50;font-weight:500;margin-bottom:.5rem}.test-case-meta{display:flex;flex-wrap:wrap;gap:.5rem}.priority-badge{border-radius:3px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.priority-critical{background-color:#dc3545;color:#fff}.priority-high{background-color:#fd7e14;color:#fff}.priority-medium{background-color:#ffc107;color:#000}.priority-low{background-color:#28a745;color:#fff}.tags-badge{background-color:#e7f3ff;border-radius:3px;color:#06c;font-size:.75rem;padding:.25rem .5rem}.import-instructions{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.import-instructions h3{color:#2c3e50;margin-top:0}.import-instructions ol{margin:1rem 0;padding-left:1.5rem}.import-instructions li{color:#495057;margin-bottom:.5rem}.template-info{border-top:1px solid #dee2e6;margin-top:1.5rem;padding-top:1.5rem}.template-info h4{color:#2c3e50;font-size:.95rem;margin-bottom:.5rem}.template-info ul{margin:.5rem 0 1rem;padding-left:1.5rem}.template-info li{color:#495057;font-size:.9rem;margin-bottom:.25rem}.template-info strong{color:#2c3e50;font-family:Courier New,monospace}.info-note{background-color:#e7f3ff;border-left:4px solid #4299e1;border-radius:4px;color:#2c5282;font-size:.9rem;margin-top:1rem;padding:1rem}.info-note strong{color:#2c5282;font-family:inherit}.file-upload-section{margin:1.5rem 0}.file-upload-section h3{color:#2c3e50;margin-bottom:1rem}.file-input-wrapper{margin-bottom:1rem;position:relative}.file-input-wrapper input[type=file]{height:0;opacity:0;position:absolute;width:0}.file-input-label{background-color:#fff;border:2px dashed #cbd5e0;border-radius:4px;color:#4a5568;cursor:pointer;display:block;padding:1rem;text-align:center;transition:all .2s}.file-input-label:hover{background-color:#f7fafc;border-color:#4299e1}.file-info{background-color:#e6fffa;border:1px solid #81e6d9;border-radius:4px;color:#234e52;font-size:.9rem;justify-content:space-between;padding:.75rem}.import-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.btn{border-radius:4px;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background-color:#4299e1}.btn-primary:hover:not(:disabled){background-color:#3182ce}.btn-secondary{background-color:#718096}.btn-secondary:hover:not(:disabled){background-color:#4a5568}.btn-lg{font-size:1.1rem;padding:1rem 2rem}.import-mode-selector{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.mode-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.mode-btn:hover:not(:disabled){background:#f7fafc;border-color:#4299e1}.mode-btn.active{background:#4299e1;border-color:#4299e1;color:#fff}.mode-btn:disabled{cursor:not-allowed;opacity:.5}.xml-import-summary{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin:2rem 0;padding:1.5rem;text-align:left}.xml-import-summary h3{color:#2c3e50;margin-bottom:1rem;margin-top:0}.summary-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.stat-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;padding:.75rem}.stat-label{color:#495057;font-weight:500}.stat-value{color:#2c3e50;font-size:1.1rem;font-weight:600}.stat-value.success{color:#28a745}.stat-value.warning{color:#ffc107}.import-errors{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;margin-top:1.5rem;padding:1rem}.import-errors h4{color:#856404;margin-bottom:1rem;margin-top:0}.error-list{max-height:300px;overflow-y:auto}.error-item{background-color:#fff;border-left:3px solid #ffc107;color:#495057;font-size:.85rem;margin-bottom:.5rem;padding:.5rem}.error-type{color:#856404;font-weight:600;margin-right:.5rem}.error-name,.error-title{color:#2c3e50;font-weight:500}.error-reason{color:#495057}.info-note.warning{background-color:#fff3cd;border-left-color:#ffc107;color:#856404}.info-note.warning strong{color:#856404}.vdm-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1100}.vdm-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000002e;display:flex;flex-direction:column;max-height:88vh;max-width:580px;overflow:hidden;width:100%}.vdm-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:20px 24px 16px}.vdm-title{color:#00246a;font-size:1.1rem;font-weight:700;margin:0 0 4px}.vdm-subtitle{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.vdm-close{background:none;border:none;color:#9ca3af;cursor:pointer;flex-shrink:0;font-size:1.5rem;line-height:1;padding:0 4px}.vdm-close:hover{color:#374151}.vdm-body{flex:1 1;gap:16px;overflow-y:auto;padding:20px 24px}.vdm-body,.vdm-field{display:flex;flex-direction:column}.vdm-field{gap:4px}.vdm-label{color:#9ca3af;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.vdm-value{color:#1a1a2e;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.vdm-tags{display:flex;flex-wrap:wrap;gap:6px}.vdm-tag{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:12px;color:#00246a;font-size:.78rem;font-weight:600;padding:3px 10px}.vdm-footer{border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;padding:14px 24px}.vdm-btn-close{background:#00246a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 24px}.vdm-btn-close:hover{background:#1e3a8a}.test-cases-page-tree{display:flex;flex-direction:column;height:calc(100vh - 143px);width:100%}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;font-size:13px;justify-content:space-between;margin-bottom:12px;padding:10px 16px}.error-banner,.error-close{align-items:center;color:#dc2626;display:flex}.error-close{background:none;border:none;cursor:pointer;font-size:20px;height:24px;justify-content:center;padding:0;width:24px}.test-cases-layout{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex:1 1;min-height:0;overflow:hidden}.test-cases-sidebar{background:#fafafa;border-right:1px solid #e5e7eb;display:flex;flex-direction:row;flex-shrink:0;overflow:visible;position:relative;transition:width .25s ease;width:280px}.test-cases-sidebar.sidebar-collapsed{min-width:20px;width:20px}.sidebar-inner{flex:1 1;min-width:0;overflow-x:hidden;overflow-y:auto;transition:opacity .2s ease}.test-cases-sidebar.sidebar-collapsed .sidebar-inner{opacity:0;pointer-events:none;width:0}.sidebar-toggle-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0 6px 6px 0;box-shadow:2px 0 6px #0000000f;color:#9ca3af;cursor:pointer;display:flex;font-size:13px;height:44px;justify-content:center;padding:0;position:absolute;right:-13px;top:50%;transform:translateY(-50%);transition:background .2s,color .2s;width:22px;z-index:20}.sidebar-toggle-btn:hover{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.test-cases-content{background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.content-breadcrumb{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;font-size:13px;gap:6px;min-height:40px;padding:10px 20px}.breadcrumb-icon{color:#ef4444;font-size:14px}.breadcrumb-separator{color:#9ca3af;font-size:12px}.breadcrumb-item{color:#374151;font-size:13px;font-weight:600}.breadcrumb-item:last-child{color:#111827}.content-actions{align-items:center;gap:10px;padding:12px 20px}.action-bar,.content-actions{border-bottom:1px solid #e5e7eb;display:flex}.action-bar{flex-wrap:wrap;gap:8px;padding:10px 20px}.btn{align-items:center;border:none;border-radius:7px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .15s;white-space:nowrap}.btn-primary{background:#0f2d6b;box-shadow:0 2px 8px #0f2d6b40}.btn-primary:hover{background:#1e3a8a}.btn-secondary{background:#fff;border:1.5px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-action{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;color:#374151;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:12.5px;font-weight:600;gap:5px;padding:7px 13px;transition:all .15s;white-space:nowrap}.btn-action:hover:not(:disabled){background:#f9fafb;border-color:#6366f1;color:#4f46e5}.btn-action:disabled{cursor:not-allowed;opacity:.45}.btn-action.btn-delete{border-color:#fca5a5;color:#dc2626}.btn-action.btn-delete:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.btn-action.btn-delete:disabled{background:#fff;border-color:#d1d5db;color:#9ca3af}.content-controls{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:10px 20px}.search-input{background:#f9fafb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 10px;border:1.5px solid #e5e7eb;border-radius:7px;flex:1 1;font-family:Inter,sans-serif;font-size:13px;padding:8px 12px 8px 34px}.search-input:focus{background-color:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14;outline:none}.stats-badge{background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:7px;color:#6b7280;font-family:Inter,sans-serif;font-size:12.5px;padding:6px 12px;white-space:nowrap}.stats-badge strong{color:#111827;font-weight:700}.stats-badge.filtered{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.test-cases-table-container{flex:1 1;min-height:0;overflow-x:auto;overflow-y:auto}.test-cases-table{border-collapse:collapse;font-size:13.5px;min-width:800px;width:100%}.test-cases-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:10}.test-cases-table th{background:#fff;border-bottom:1.5px solid #e5e7eb;color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.06em;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.test-cases-table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:13px 16px;vertical-align:middle}.test-cases-table tbody tr:hover{background:#f9fafb}.test-cases-table td.col-actions,.test-cases-table th.col-actions{background:#fff;box-shadow:-2px 0 6px #0000000f;position:-webkit-sticky;position:sticky;right:0;z-index:5}.test-cases-table tbody tr:hover td.col-actions{background:#f9fafb}.col-checkbox{padding:8px!important;text-align:center;width:40px}.col-checkbox input[type=checkbox]{accent-color:#1e3a8a;cursor:pointer;height:15px;width:15px}.col-id{width:110px}.test-case-id{color:#1e3a8a;font-size:13px;font-weight:700}.col-description{max-width:280px;min-width:180px}.col-priority{width:100px}.priority-badge{border-radius:5px;display:inline-block;font-size:10px;font-weight:800;letter-spacing:.05em;padding:3px 10px;text-transform:uppercase}.priority-badge.priority-critical{background:#fee2e2;color:#b91c1c}.priority-badge.priority-high{background:#ffedd5;color:#c2410c}.priority-badge.priority-medium{background:#fef9c3;color:#a16207}.priority-badge.priority-low{background:#dcfce7;color:#15803d}.col-tags{min-width:130px}.tags-cell{display:flex;flex-wrap:wrap;gap:4px}.tag-badge{background:#eff6ff;border-radius:999px;color:#3b82f6;font-size:10px;font-weight:700;padding:2px 9px}.col-expected{max-width:240px;min-width:160px}.expected-cell{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;overflow:hidden}.col-created-date{color:#6b7280;font-size:13px;white-space:nowrap;width:110px}.col-created-by{width:140px}.col-actions{width:80px}.action-buttons{display:flex;gap:6px}.action-btn{background:none;border:none;border-radius:5px;color:#9ca3af;cursor:pointer;font-size:15px;padding:4px 6px;transition:background .15s}.action-btn:hover{background:#f3f4f6;color:#374151}.action-btn.delete:hover{background:#fef2f2;color:#dc2626}.no-data{color:#d1d5db}.selected-row{background:#eff6ff!important}.selected-row:hover{background:#dbeafe!important}.content-empty,.content-loading{color:#9ca3af;gap:12px}.content-empty,.content-empty-state,.content-loading{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:60px 40px}.content-empty-state{text-align:center}.empty-state-icon{font-size:56px;margin-bottom:12px;opacity:.4}.content-empty-state h3{color:#374151;font-size:18px;font-weight:600;margin:0 0 8px}.content-empty-state p{color:#9ca3af;font-size:14px;margin:0 0 20px}.modal-overlay{background:#00000073}.modal-content{border-radius:10px;box-shadow:0 8px 32px #0000002e;max-width:580px}.modal-content.small{max-width:400px}.modal-content.large{max-width:720px}.modal-header{border-bottom:1px solid #e5e7eb;padding:18px 24px}.modal-header h3{color:#111827;font-size:16px;font-weight:700;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-form{padding:20px 24px}.modal-body{padding:16px 24px}.form-group{margin-bottom:16px}.form-group label{color:#374151;display:block;font-size:13px;margin-bottom:5px}.required{color:#ef4444}.form-control{border:1.5px solid #d1d5db;border-radius:7px;box-sizing:border-box;color:#111827;font-family:Inter,sans-serif;font-size:13.5px;padding:9px 12px;width:100%}.form-control:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a;outline:none}textarea.form-control{min-height:72px;resize:vertical}.form-row{display:flex;gap:14px}.form-row .form-group{flex:1 1}.tags-input-container{position:relative}.tags-input-wrapper{display:flex;gap:8px}.tags-input{border:1.5px solid #d1d5db;border-radius:7px;flex:1 1;font-size:13.5px;padding:8px 12px}.tags-input:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a;outline:none}.btn-add-tag{background:#1e3a8a;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.btn-add-tag:hover{background:#1e40af}.tag-suggestions{background:#fff;border:1px solid #e5e7eb;border-radius:7px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:4px;max-height:180px;overflow-y:auto;position:absolute;right:80px;top:100%;z-index:100}.tag-suggestion{cursor:pointer;font-size:13px;padding:9px 12px}.tag-suggestion:hover{background:#f3f4f6}.selected-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.selected-tag{background:#eff6ff;border-radius:14px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:4px 10px}.remove-tag,.selected-tag{align-items:center;color:#1e40af}.remove-tag{background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:14px;justify-content:center;padding:0;width:14px}.remove-tag:hover{background:#1e40af1a}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:16px}.modal-actions .btn{min-width:90px}.share-link-container{display:flex;gap:10px;margin-top:10px}.share-link-container input{flex:1 1;font-family:monospace;font-size:12px}@media (max-width:768px){.test-cases-layout{flex-direction:column}.test-cases-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;max-height:280px;max-width:none;width:100%}.action-bar,.content-actions,.content-controls{flex-wrap:wrap}}.tc-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b1c3073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.tc-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px -8px #0b1c3038;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;position:relative;width:100%}.tc-modal-header{align-items:flex-start;background:#f0f4ff;border-bottom:1px solid #e5eeff;display:flex;flex-shrink:0;justify-content:space-between;padding:24px 28px 20px}.tc-modal-title{color:#00246a;font-family:Inter,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.3px;margin:0 0 4px}.tc-modal-subtitle{color:#515f74;font-size:13px;font-weight:500;margin:0}.tc-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#757682;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-top:2px;padding:6px;transition:background .15s,color .15s}.tc-modal-close:hover{background:#fff;color:#0b1c30}.tc-modal-body{flex:1 1;gap:18px;overflow-y:auto;padding:24px 28px}.tc-field,.tc-modal-body{display:flex;flex-direction:column}.tc-field{gap:6px}.tc-label{align-items:center;color:#0b1c30;display:flex;font-size:13px;font-weight:600;gap:3px}.tc-required{color:#ba1a1a;font-size:11px}.tc-input,.tc-select,.tc-textarea{background:#f0f4ff;border:none;border-radius:10px;box-sizing:border-box;color:#0b1c30;font-family:Inter,sans-serif;font-size:13.5px;outline:none;padding:10px 14px;transition:box-shadow .15s;width:100%}.tc-input::placeholder,.tc-textarea::placeholder{color:#9ca3af}.tc-input:focus,.tc-select:focus,.tc-textarea:focus{box-shadow:0 0 0 2.5px #0053db33}.tc-textarea{min-height:60px;resize:vertical}.tc-textarea-mono{font-family:Courier New,monospace;font-size:13px;line-height:1.6}.tc-select-wrap{position:relative}.tc-select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:36px}.tc-select-icon{color:#757682;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.tc-steps-wrap{position:relative}.tc-steps-icon{bottom:12px;color:#c5c5d3;pointer-events:none;position:absolute;right:12px}.tc-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.tc-tags-box{align-items:center;background:#f0f4ff;border-radius:10px;cursor:text;display:flex;flex-wrap:wrap;gap:6px;min-height:44px;padding:8px 10px}.tc-tag-chip{background:#dbeafe;border-radius:8px;display:inline-flex;font-size:11.5px;font-weight:700;gap:5px;padding:3px 10px}.tc-tag-chip,.tc-tag-remove{align-items:center;color:#1e40af}.tc-tag-remove{background:none;border:none;cursor:pointer;display:flex;opacity:.7;padding:0;transition:opacity .15s}.tc-tag-remove:hover{opacity:1}.tc-tags-input-container{flex:1 1;min-width:80px;position:relative}.tc-tags-inline-input{background:none;border:none;color:#0b1c30;font-family:Inter,sans-serif;font-size:12.5px;outline:none;padding:2px 0;width:100%}.tc-tags-inline-input::placeholder{color:#9ca3af;font-weight:600}.tc-tag-suggestions{background:#fff;border:1px solid #e5eeff;border-radius:10px;box-shadow:0 8px 24px #0b1c301f;left:0;min-width:160px;overflow:hidden;position:absolute;top:calc(100% + 6px);z-index:100}.tc-tag-suggestion{color:#0b1c30;cursor:pointer;font-size:13px;font-weight:500;padding:9px 14px;transition:background .1s}.tc-tag-suggestion:hover{background:#f0f4ff}.tc-modal-footer{align-items:center;border-top:1px solid #e5eeff;display:flex;gap:12px;justify-content:flex-end;margin-top:4px;padding-top:8px}.tc-btn-cancel{background:none;border:none;border-radius:10px;color:#515f74;cursor:pointer;font-family:Inter,sans-serif;font-size:13.5px;font-weight:700;padding:9px 20px;transition:background .15s}.tc-btn-cancel:hover{background:#f1f5f9}.tc-btn-submit{background:linear-gradient(135deg,#00246a,#00389a);border:none;border-radius:10px;box-shadow:0 4px 14px #00246a4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13.5px;font-weight:700;padding:9px 28px;transition:transform .15s,box-shadow .15s}.tc-btn-submit:hover:not(:disabled){box-shadow:0 6px 18px #00246a59;transform:scale(1.02)}.tc-btn-submit:active:not(:disabled){transform:scale(.98)}.tc-btn-submit:disabled{cursor:not-allowed;opacity:.55}.tc-field-full{grid-column:1/-1}.tc-tags-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.tc-tags-hint{color:#9ca3af;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tc-tags-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:.75rem}.tc-tag-pill{background:#fff;border:1.5px solid #d1d5db;border-radius:20px;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;padding:5px 14px;transition:all .15s ease;white-space:nowrap}.tc-tag-pill:hover{background:#eff6ff;border-color:#1e3a8a;color:#1e3a8a}.tc-tag-pill-active{background:#fff;border-color:#1e3a8a;border-width:2px;color:#1e3a8a;font-weight:700}.tc-tag-pill-active:hover{background:#eff6ff}.tc-tags-custom{margin-top:.25rem}.tc-custom-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:.5rem}.btn-ai{align-items:center;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:7px;box-shadow:0 3px 10px #4f46e54d;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:700;gap:.4rem;padding:8px 16px;transition:opacity .15s,box-shadow .15s}.btn-ai:hover{box-shadow:0 5px 16px #4f46e566;opacity:.9}.review-status-pill{align-items:center;border-radius:50px;box-shadow:0 2px 8px #00000026;color:#fff;display:inline-flex;flex-shrink:0;font-size:.85rem;font-weight:700;gap:8px;letter-spacing:.01em;margin-left:auto;padding:8px 18px;white-space:nowrap}.search-input-sm{max-width:180px!important;min-width:120px!important}.filter-select{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.8rem;font-weight:500;height:34px;outline:none;padding:6px 10px;transition:border-color .15s}.filter-select:focus{border-color:#00246a}.filter-clear-btn{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;font-size:.78rem;font-weight:600;padding:5px 10px;transition:background .15s;white-space:nowrap}.filter-clear-btn:hover{background:#fee2e2}.trl-page{background:#f0f4ff;font-family:Inter,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:28px 32px}.trl-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:28px}.trl-header-left{display:flex;flex-direction:column;gap:4px}.trl-eyebrow{color:#1e3a8a;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.trl-title{color:#0b1c30;font-size:32px;font-weight:800;letter-spacing:-.5px;margin:0}.trl-btn-create{align-items:center;background:#00246a;border:none;border-radius:10px;box-shadow:0 4px 14px #00246a4d;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;gap:8px;padding:11px 22px;transition:background .15s,transform .15s}.trl-btn-create:hover{background:#1e3a8a;transform:translateY(-1px)}.trl-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;margin-bottom:20px;padding:12px 16px}.trl-toolbar{flex-wrap:wrap;margin-bottom:24px}.trl-toolbar-left{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.trl-filter-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.trl-status-select-wrap{align-items:center;display:inline-flex;position:relative}.trl-status-select{-webkit-appearance:none;appearance:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0b1c30;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;outline:none;padding:7px 32px 7px 14px;transition:border-color .15s}.trl-status-select:focus{border-color:#1e3a8a}.trl-select-chevron{color:#64748b;pointer-events:none;position:absolute;right:10px}.trl-tabs{background:#e2e8f0;border-radius:8px;padding:3px}.trl-tab{border-radius:6px;font-size:13px;padding:6px 16px}.trl-tab-active{box-shadow:0 2px 6px #00246a33}.trl-toolbar-right{align-items:center;display:flex;gap:8px}.trl-count-label{font-size:12.5px}.trl-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.trl-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;gap:14px;padding:20px;transition:box-shadow .2s,transform .2s}.trl-card:hover{box-shadow:0 8px 28px #0b1c301a;transform:translateY(-2px)}.trl-card-top{align-items:center;display:flex;justify-content:space-between}.trl-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:10.5px;font-weight:800;gap:5px;letter-spacing:.06em;padding:4px 10px;text-transform:uppercase}.trl-status-dot{animation:trl-pulse 1.5s infinite;background:currentColor;border-radius:50%;height:6px;width:6px}@keyframes trl-pulse{0%,to{opacity:1}50%{opacity:.4}}.trl-status-completed{background:#dcfce7;color:#15803d}.trl-status-running{background:#fef9c3;border:1px solid #fde68a;color:#854d0e}.trl-status-not-started{background:#f1f5f9;color:#475569}.trl-status-aborted{background:#fee2e2;color:#dc2626}.trl-card-menu{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;padding:4px 6px;transition:background .15s,color .15s}.trl-card-menu:hover{background:#f1f5f9;color:#374151}.trl-card-title-section{display:flex;flex-direction:column;gap:5px}.trl-card-name{color:#0b1c30;font-size:17px;font-weight:800;line-height:1.3;margin:0}.trl-card-date{align-items:center;color:#64748b;display:flex;font-size:12px;gap:5px;margin:0}.trl-progress-section{display:flex;flex-direction:column;gap:6px}.trl-progress-header{align-items:center;display:flex;justify-content:space-between}.trl-progress-label{color:#374151;font-size:12px;font-weight:600}.trl-progress-pct{color:#1e3a8a;font-size:13px;font-weight:800}.trl-progress-track{background:#e2e8f0;border-radius:99px;height:7px;overflow:hidden;width:100%}.trl-progress-fill{border-radius:99px;height:100%;transition:width .4s ease}.trl-progress-success{background:linear-gradient(90deg,#22c55e,#16a34a)}.trl-progress-running{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.trl-progress-fail{background:linear-gradient(90deg,#ef4444,#dc2626)}.trl-progress-empty{background:#cbd5e1}.trl-metrics{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.trl-metric{align-items:center;background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;gap:3px;padding:10px 6px}.trl-metric-label{color:#94a3b8;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.trl-metric-value{color:#0b1c30;font-size:20px;font-weight:800}.trl-metric-pass .trl-metric-value{color:#16a34a}.trl-metric-fail .trl-metric-value{color:#dc2626}.trl-metric-skip .trl-metric-value{color:#64748b}.trl-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:12px}.trl-card-footer,.trl-user{align-items:center;display:flex}.trl-user{gap:8px}.trl-avatar{align-items:center;background:#1e3a8a;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:800;height:28px;justify-content:center;width:28px}.trl-username{color:#374151;font-size:13px;font-weight:600}.trl-action-btn{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:0;transition:opacity .15s}.trl-action-btn:hover{opacity:.75}.trl-action-primary{color:#1e3a8a}.trl-action-rerun{color:#dc2626}.trl-card-promo{align-items:center;background:#f8fafc;border:2px dashed #cbd5e1;cursor:default;gap:12px;justify-content:center;min-height:240px;text-align:center}.trl-card-promo:hover{box-shadow:none;transform:none}.trl-promo-icon{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.trl-promo-title{color:#0b1c30;font-size:17px;font-weight:800;margin:0}.trl-promo-text{color:#64748b;font-size:13px;line-height:1.5;margin:0;max-width:220px}.trl-promo-btn{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#0b1c30;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:9px 22px;transition:border-color .15s,background .15s}.trl-promo-btn:hover{background:#f0f4ff;border-color:#1e3a8a;color:#1e3a8a}.trl-loading{padding:60px}.trl-empty,.trl-loading{color:#64748b;font-size:14px;text-align:center}.trl-empty{align-items:center;display:flex;flex-direction:column;gap:14px;justify-content:center;padding:80px 40px}@media (max-width:768px){.trl-page{padding:16px}.trl-grid{grid-template-columns:1fr}.trl-toolbar{align-items:flex-start;flex-direction:column}.trl-title{font-size:24px}}.trl-env-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:2px 8px}.trl-cycle-wrapper{display:flex;flex-direction:column;gap:0;grid-column:1/-1}.trl-cycle-card{background:#fff;border:1.5px solid #e0e7ff;border-radius:14px 14px 0 0;cursor:pointer;padding:16px 20px 12px;transition:background .12s;-webkit-user-select:none;user-select:none}.trl-cycle-card:hover{background:#f8faff}.trl-cycle-card-top{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.trl-cycle-left{align-items:center;display:flex;gap:10px}.trl-cycle-chevron{color:#6366f1;flex-shrink:0;transition:transform .2s}.trl-cycle-chevron.expanded{transform:rotate(90deg)}.trl-cycle-label{align-items:center;color:#6366f1;display:flex;font-size:.65rem;font-weight:700;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}.trl-cycle-name{color:#0b1c30;font-size:1rem;font-weight:800}.trl-cycle-right{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.trl-cycle-run-count{color:#9ca3af;font-size:.75rem;font-weight:500}.trl-cycle-metrics{align-items:center;display:flex;gap:12px}.trl-cycle-progress-track{background:#f1f5f9;border-radius:3px;flex:1 1;height:5px;max-width:200px;overflow:hidden}.trl-cycle-progress-pct{color:#1e3a8a;font-size:.78rem;font-weight:600;min-width:52px}.trl-cycle-stat{color:#6b7280;font-size:.78rem;font-weight:500}.trl-cycle-pass{color:#16a34a;font-weight:700}.trl-cycle-fail{color:#dc2626;font-weight:700}.trl-cycle-children{grid-gap:0;background:#f8faff;border:1.5px solid #e0e7ff;border-radius:0 0 14px 14px;border-top:none;display:grid;gap:0;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));overflow:hidden;padding:12px}.trl-cycle-children .trl-card{border-color:#e0e7ff;border-radius:10px}.trl-controls{flex-wrap:wrap;gap:12px;margin-bottom:16px}.trl-controls,.trl-search-box{align-items:center;display:flex}.trl-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1 1;gap:8px;min-width:200px;padding:8px 12px}.trl-search-box svg{color:#94a3b8;flex-shrink:0}.trl-search-box input{border:none;color:#0b1c30;flex:1 1;font-family:Inter,sans-serif;font-size:13px;outline:none}.trl-search-box input::placeholder{color:#cbd5e1}.trl-filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.trl-mini-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0b1c30;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:500;outline:none;padding:7px 10px;transition:border-color .15s}.trl-mini-select:focus,.trl-mini-select:hover{border-color:#1e3a8a}.trl-filter-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;gap:4px;height:32px;justify-content:center;position:relative;transition:all .15s;width:32px}.trl-filter-btn.active,.trl-filter-btn:hover{border-color:#1e3a8a;color:#1e3a8a}.trl-filter-btn.active{background:#eff6ff}.trl-dot{background:#ef4444;border-radius:50%;font-size:0;height:8px;position:absolute;right:-4px;top:-4px;width:8px}.trl-clear-btn{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:16px;font-weight:600;height:32px;transition:all .15s;width:32px}.trl-clear-btn:hover{background:#fee2e2;border-color:#fca5a5}.trl-advanced-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:16px;padding:12px}.trl-adv-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.trl-adv-col{display:flex;flex-direction:column;gap:4px}.trl-adv-col label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.trl-adv-input,.trl-adv-select{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;outline:none;padding:6px 8px;transition:border-color .15s}.trl-adv-input:focus,.trl-adv-select:focus{border-color:#1e3a8a}.trl-adv-checkbox{align-items:flex-end;display:flex}.trl-adv-checkbox label{align-items:center;color:#0b1c30;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;letter-spacing:normal;margin:0;text-transform:none}.trl-adv-checkbox input[type=checkbox]{accent-color:#1e3a8a;cursor:pointer;height:14px;width:14px}.trl-toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.trl-tabs{display:flex;gap:4px}.trl-tab{background:#0000;border:none;border-radius:4px;color:#64748b;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:6px 12px;transition:all .15s}.trl-tab:hover{color:#0b1c30}.trl-tab-active{background:#00246a;color:#fff}.trl-count-label{color:#64748b;font-size:12px;font-weight:500}.trl-cycle-name-row{align-items:center;display:flex;gap:6px}.trl-cycle-edit-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;opacity:0;transition:opacity .15s,background .15s,color .15s;width:24px}.trl-cycle-card:hover .trl-cycle-edit-btn{opacity:1}.trl-cycle-edit-btn:hover{background:#e0e7ff;color:#1e3a8a}.trl-cycle-edit-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.trl-cycle-edit-input{border:1.5px solid #1e3a8a;border-radius:6px;color:#0b1c30;font-family:Inter,sans-serif;font-size:15px;font-weight:700;max-width:280px;min-width:160px;outline:none;padding:4px 8px}.trl-cycle-edit-cancel,.trl-cycle-edit-save{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:13px;font-weight:700;height:26px;justify-content:center;transition:background .15s;width:26px}.trl-cycle-edit-save{background:#dcfce7;color:#15803d}.trl-cycle-edit-save:hover:not(:disabled){background:#bbf7d0}.trl-cycle-edit-save:disabled{cursor:not-allowed;opacity:.4}.trl-cycle-edit-cancel{background:#fee2e2;color:#dc2626}.trl-cycle-edit-cancel:hover:not(:disabled){background:#fecaca}.trl-cycle-edit-error{color:#dc2626;font-size:11px;font-weight:500}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px}.modal-header h2{color:#333;font-size:20px;margin:0}.btn-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:28px;height:30px;justify-content:center;padding:0;width:30px}.btn-close:hover{color:#333}.modal-body{padding:20px}.test-case-details{background-color:#f8f9fa;border-radius:4px;margin-bottom:20px;padding:20px}.detail-section{margin-bottom:15px}.detail-section:last-child{margin-bottom:0}.detail-section h3{color:#666;font-size:14px;font-weight:600;margin:0 0 8px;text-transform:uppercase}.detail-section p{color:#333;font-size:14px;line-height:1.5;margin:0}.execution-form{gap:20px}.execution-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;padding:10px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-group small{color:#666;font-size:12px}.modal-footer{border-top:1px solid #dee2e6;display:flex;gap:10px;justify-content:flex-end;padding:20px}.btn-secondary{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.btn-secondary:hover:not(:disabled){background-color:#5a6268}.btn-primary{background-color:#1e3a8a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.btn-primary:hover:not(:disabled){background-color:#1e40af}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin:0 20px 20px;padding:12px}.file-input{cursor:pointer;padding:8px!important}.evidence-preview{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-top:15px;padding:15px}.evidence-preview h4{font-size:13px;font-weight:600;margin:0 0 10px}.evidence-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.evidence-item{align-items:center;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;display:flex;gap:10px;padding:10px}.file-icon{flex-shrink:0;font-size:20px}.file-name{color:#333;flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#666;flex-shrink:0;font-size:12px}.btn-remove-file{align-items:center;background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:24px;justify-content:center;padding:0;width:24px}.btn-remove-file:hover{background-color:#dc3545;color:#fff}.existing-evidence{background-color:#e7f3ff;border:1px solid #b3d9ff;border-radius:4px;margin-top:10px;padding:15px}.evidence-item.existing{background-color:#fff;border-color:#b3d9ff}.file-meta{color:#666;flex-shrink:0;font-size:11px;margin-left:auto;margin-right:10px}.btn-download{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.btn-download:hover{background-color:#1e3a8a}.evidence-preview h4{color:#495057}.evidence-item.with-preview{align-items:stretch;flex-direction:column;overflow:hidden;padding:0;position:relative}.file-preview-container{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:150px;padding:15px;width:100%}.file-preview-image{object-fit:contain}.file-preview-image,.file-preview-video{display:block;height:auto;margin:0 auto;max-width:100%}.file-preview-placeholder{align-items:center;display:flex;justify-content:center;min-height:150px}.file-icon-large{font-size:64px}.file-info{align-items:center;background-color:#fff;display:flex;gap:10px;padding:12px}.evidence-item.with-preview .btn-download,.evidence-item.with-preview .btn-remove-file{background-color:#dc3545e6;border-radius:4px;color:#fff;height:32px;position:absolute;right:10px;top:10px;width:32px;z-index:10}.evidence-item.with-preview .btn-download:hover,.evidence-item.with-preview .btn-remove-file:hover{background-color:#dc3545}.evidence-item.existing.with-preview .btn-download{background-color:#007bffe6}.evidence-item.existing.with-preview .btn-download:hover{background-color:#007bff}.paste-zone{align-items:center;background:#f0f4ff;border:2px dashed #c7d2fe;border-radius:8px;cursor:pointer;display:flex;gap:10px;margin-top:8px;outline:none;padding:12px 16px;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.paste-zone:focus,.paste-zone:hover{background:#e0e7ff;border-color:#6366f1}.paste-zone-icon{flex-shrink:0;font-size:1.2rem}.paste-zone-text{color:#4338ca;font-size:.82rem;font-weight:500}.paste-zone-text kbd{background:#e0e7ff;border:1px solid #a5b4fc;border-radius:4px;color:#3730a3;font-family:monospace;font-size:.78rem;padding:1px 5px}.detail-section .rich-text-display{color:#333;font-size:14px;line-height:1.5}.detail-section .rich-text-display p{margin:0 0 6px}.detail-section .rich-text-display p:last-child{margin-bottom:0}.detail-section .rich-text-display ol,.detail-section .rich-text-display ul{margin:4px 0;padding-left:20px}.detail-section .rich-text-display strong{font-weight:600}.detail-section .rich-text-display em{font-style:italic}.detail-section .rich-text-display code{background:#f1f5f9;border-radius:3px;font-family:monospace;font-size:13px;padding:1px 4px}.file-error-message{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:13px;font-weight:500;margin-top:6px;padding:8px 12px}.trd-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1300px;padding:1.5rem 2rem}.trd-back{align-items:center;background:none;border:none;color:#1e3a8a;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.375rem;margin-bottom:1.25rem;padding:0;transition:color .15s}.trd-back:hover{color:#1d4ed8;text-decoration:underline}.trd-error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;color:#dc2626;display:flex;font-size:13px;justify-content:space-between;margin-bottom:1rem;padding:10px 16px}.trd-error-banner button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:18px}.trd-title-row{gap:.75rem;justify-content:space-between;margin-bottom:1.5rem}.trd-title-left,.trd-title-row{align-items:center;display:flex;flex-wrap:wrap}.trd-title-left{gap:1rem}.trd-title{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.75rem;font-weight:900;letter-spacing:-.02em;margin:0}.trd-run-status{border-radius:20px;display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.06em;padding:4px 12px;text-transform:uppercase}.run-status-inprogress{background:#fef9c3;border:1.5px solid #fde68a;color:#854d0e}.run-status-completed{background:#dcfce7;border:1.5px solid #bbf7d0;color:#166534}.run-status-aborted{background:#fef2f2;border:1.5px solid #fecaca;color:#991b1b}.run-status-notstarted{background:#f3f4f6;border:1.5px solid #e5e7eb;color:#6b7280}.trd-title-actions{display:flex;gap:.75rem}.trd-btn-close{background:#fff;border:1.5px solid #dc2626;border-radius:9px;color:#dc2626;cursor:pointer;font-size:.875rem;font-weight:700;padding:.6rem 1.25rem;transition:background .15s,color .15s}.trd-btn-close:hover{background:#fef2f2}.trd-btn-sync{background:#fff;border:1.5px solid #6366f1;border-radius:9px;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:700;padding:.6rem 1.25rem;transition:background .15s,color .15s}.trd-btn-sync:hover:not(:disabled){background:#eef2ff}.trd-btn-sync:disabled{cursor:not-allowed;opacity:.6}.trd-btn-start{background:#0f2d6b;border:none;border-radius:9px;box-shadow:0 3px 10px #0f2d6b40;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;padding:.6rem 1.25rem;transition:background .15s}.trd-btn-start:hover{background:#1e3a8a}.trd-top-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:320px 1fr;margin-bottom:1.5rem}.trd-context-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:1.5rem}.trd-context-label{color:#9ca3af;font-size:.68rem;font-weight:800;letter-spacing:.08em;margin-bottom:1.25rem;text-transform:uppercase}.trd-context-row{align-items:flex-start;border-bottom:1px solid #f9fafb;display:flex;justify-content:space-between;padding:.625rem 0}.trd-context-row:last-child{border-bottom:none}.trd-ctx-key{color:#9ca3af;flex-shrink:0;font-size:.8rem;font-weight:500;padding-right:1rem}.trd-ctx-val{align-items:flex-end;display:flex;flex-direction:column;text-align:right}.trd-ctx-mono{background:#f3f4f6;border-radius:5px;color:#374151;font-family:Courier New,monospace;font-size:.82rem;font-weight:700;padding:2px 8px}.trd-ctx-bold{color:#0b1c30;font-size:.875rem;font-weight:700}.trd-ctx-sub{color:#9ca3af;font-size:.72rem;margin-top:2px}.trd-progress-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.trd-progress-top{align-items:center;display:flex;justify-content:space-between}.trd-progress-label{color:#9ca3af;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.trd-progress-pct strong{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:2rem;font-weight:900}.trd-progress-complete{color:#9ca3af;font-size:.9rem;font-weight:500;margin-left:4px}.trd-progress-bar{background:#f3f4f6;border-radius:99px;display:flex;height:14px;overflow:hidden;width:100%}.trd-seg{height:100%;transition:width .5s ease}.trd-seg-pass{background:#22c55e}.trd-seg-fail{background:#ef4444}.trd-seg-blocked{background:#f59e0b}.trd-seg-notrun{background:#e5e7eb}.trd-metrics{display:flex;flex-wrap:wrap;gap:.75rem}.trd-metric{align-items:center;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:70px;padding:.875rem .5rem}.trd-metric-label{color:#9ca3af;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.trd-metric-val{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.5rem;font-weight:900;line-height:1}.trd-metric-pass{background:#f0fdf4;border-color:#bbf7d0}.trd-metric-pass .trd-metric-val{color:#16a34a}.trd-metric-fail{background:#fef2f2;border-color:#fecaca}.trd-metric-fail .trd-metric-val{color:#dc2626}.trd-metric-blocked{background:#fffbeb;border-color:#fde68a}.trd-metric-blocked .trd-metric-val{color:#d97706}.trd-metric-notrun{background:#f9fafb;border-color:#e5e7eb}.trd-metric-notrun .trd-metric-val{color:#6b7280}.trd-metric-rate{background:#0f2d6b;border-color:#0f2d6b}.trd-metric-rate .trd-metric-label{color:#93c5fd}.trd-metric-rate .trd-metric-val{color:#fff}.trd-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.trd-table-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;padding:1.25rem 1.5rem}.trd-table-title{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1rem;font-weight:800;margin:0}.trd-table-controls{align-items:center;display:flex;gap:.75rem}.trd-status-filter{position:relative}.trd-filter-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.5rem .875rem;transition:border-color .15s;white-space:nowrap}.trd-filter-btn:hover{border-color:#9ca3af}.trd-filter-dropdown{background:#fff;border:1.5px solid #e5e7eb;border-radius:9px;box-shadow:0 6px 20px #0000001a;left:0;min-width:150px;overflow:hidden;position:absolute;top:calc(100% + 5px);z-index:50}.trd-filter-option{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:.5rem;padding:.6rem 1rem;text-align:left;transition:background .12s;width:100%}.trd-filter-option:hover{background:#f9fafb}.trd-filter-option.selected{background:#eff6ff;color:#1d4ed8}.trd-filter-option svg{color:#1d4ed8;flex-shrink:0}.trd-search-wrap{align-items:center;display:flex;position:relative}.trd-search-icon{color:#9ca3af;left:10px;pointer-events:none;position:absolute}.trd-search{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.8rem;padding:.5rem .875rem .5rem 2rem;transition:border-color .15s,background .15s;width:200px}.trd-search:focus{background:#fff;border-color:#1e3a8a;outline:none}.trd-search::placeholder{color:#9ca3af}.trd-table{border-collapse:collapse;font-size:.875rem;table-layout:fixed;width:100%}.trd-table td:last-child,.trd-table th:last-child{min-width:90px;padding-right:20px;width:90px}.trd-table td:nth-last-child(2),.trd-table th:nth-last-child(2){min-width:110px;width:110px}.trd-table td:nth-last-child(3),.trd-table th:nth-last-child(3){min-width:100px;width:100px}.trd-table td:nth-last-child(4),.trd-table th:nth-last-child(4){min-width:120px;width:120px}.trd-table td:nth-last-child(5),.trd-table th:nth-last-child(5){min-width:100px;width:100px}.trd-table thead tr{border-bottom:1.5px solid #f3f4f6}.trd-table th{background:#fff;color:#9ca3af;font-size:.68rem;font-weight:800;letter-spacing:.07em;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.trd-table td{border-bottom:1px solid #f9fafb;padding:14px 16px;vertical-align:middle}.trd-table tbody tr:last-child td{border-bottom:none}.trd-table tbody tr:hover td{background:#fafafa}.trd-tc-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#0b1c30;display:-webkit-box;font-size:.875rem;font-weight:700;margin-bottom:3px;max-width:420px;overflow:hidden;word-break:break-word}.trd-tc-name p{margin:0}.trd-tc-name p+p{margin-top:2px}.trd-tc-name ol,.trd-tc-name ul{margin:2px 0;padding-left:18px}.trd-tc-name strong{font-weight:700}.trd-tc-name em{font-style:italic}.trd-tc-name code{background:#f1f5f9;border-radius:3px;font-family:monospace;font-size:.8rem;padding:1px 4px;white-space:pre-wrap;word-break:break-all}.trd-tc-id{color:#6b7280;font-size:.75rem;font-weight:500}.trd-exec-badge{border-radius:5px;display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.04em;padding:3px 10px;text-transform:uppercase}.exec-pass{background:#dcfce7;color:#16a34a}.exec-fail{background:#fef2f2;color:#dc2626}.exec-blocked{background:#fffbeb;color:#d97706}.exec-notrun{background:#f3f4f6;color:#6b7280}.trd-td-muted{color:#9ca3af;font-size:.82rem}.trd-defect-link{color:#1d4ed8;cursor:pointer;font-size:.82rem;font-weight:700;text-decoration:underline}.trd-action-btn{align-items:center;background:none;border:1.5px solid #e5e7eb;border-radius:7px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .15s,border-color .15s,color .15s;width:32px}.trd-action-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.trd-evidence-wrap{display:inline-flex;position:relative}.trd-download-btn{color:#6b7280}.trd-download-btn:hover:not(:disabled){background:#f0fdf4;border-color:#86efac;color:#15803d}.trd-download-btn--disabled,.trd-download-btn:disabled{cursor:not-allowed;opacity:.35}.trd-evidence-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.trd-evidence-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:70vh;max-width:500px;width:90%}.trd-evidence-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.trd-evidence-modal-header h3{color:#0b1c30;font-size:16px;font-weight:700;margin:0}.trd-evidence-modal-close{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:color .15s;width:32px}.trd-evidence-modal-close:hover{color:#0b1c30}.trd-evidence-modal-body{flex:1 1;overflow-y:auto;padding:16px 20px}.trd-evidence-empty{color:#9ca3af;font-size:14px;margin:0;padding:20px;text-align:center}.trd-evidence-list{display:flex;flex-direction:column;gap:8px}.trd-evidence-file-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;text-align:left;transition:all .15s}.trd-evidence-file-item:hover{background:#f0fdf4;border-color:#86efac}.trd-evidence-file-item svg{color:#6b7280;flex-shrink:0}.trd-evidence-file-item:hover svg{color:#15803d}.trd-evidence-file-info{flex:1 1;min-width:0}.trd-evidence-file-name{color:#0b1c30;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trd-evidence-file-date{color:#9ca3af;font-size:11px;margin-top:2px}@keyframes trd-spin{to{transform:rotate(1turn)}}.trd-spin{animation:trd-spin .8s linear infinite}.trd-empty{color:#9ca3af;font-size:.875rem;padding:3rem;text-align:center}.trd-pagination{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 1.5rem}.trd-pagination-info{color:#9ca3af;font-size:.8rem}.trd-pagination-btns{display:flex;gap:.5rem}.trd-page-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:background .15s,border-color .15s}.trd-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.trd-page-btn:disabled{cursor:not-allowed;opacity:.4}.trd-loading{color:#9ca3af;font-size:.875rem}.trd-error,.trd-loading{padding:3rem;text-align:center}.trd-error{color:#dc2626}@media (max-width:900px){.trd-top-row{grid-template-columns:1fr}.trd-metrics{gap:.5rem}.trd-metric{min-width:60px}}.trd-td-check,.trd-th-check{padding:0 8px;text-align:center;width:36px}.trd-checkbox{accent-color:#1e3a8a;cursor:pointer;height:16px;width:16px}.trd-row-selected td{background:#eff6ff!important}.trd-bulk-bar{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:12px;margin-bottom:12px;padding:10px 16px}.trd-bulk-count{color:#1e3a8a;font-size:.85rem;font-weight:600}.trd-bulk-btn{background:#1e3a8a;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;padding:6px 14px;transition:background .15s}.trd-bulk-btn:hover{background:#1e40af}.trd-bulk-clear{background:#0000;border:1px solid #d1d5db;border-radius:7px;color:#6b7280;cursor:pointer;font-size:.82rem;margin-left:auto;padding:6px 12px}.trd-bulk-clear:hover{background:#f3f4f6}.trd-bulk-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.trd-bulk-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;max-width:95vw;width:480px}.trd-bulk-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:18px 20px 14px}.trd-bulk-modal-header h3{color:#0b1c30;font-size:1rem;font-weight:700;margin:0}.trd-bulk-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.4rem;line-height:1}.trd-bulk-modal-close:hover{color:#111}.trd-bulk-modal-body{display:flex;flex-direction:column;gap:14px;padding:18px 20px}.trd-bulk-desc{color:#374151;font-size:.875rem;line-height:1.5;margin:0}.trd-bulk-env{color:#1e3a8a;display:inline-block;margin-left:6px}.trd-bulk-file-area{align-items:center;background:#f8faff;border:2px dashed #c7d2fe;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:80px;padding:18px;transition:border-color .15s,background .15s}.trd-bulk-file-area:hover{background:#eef2ff;border-color:#6366f1}.trd-bulk-file-placeholder{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:.85rem;gap:8px;text-align:center}.trd-bulk-file-selected{align-items:center;display:flex;gap:12px;width:100%}.trd-bulk-file-icon{font-size:2rem}.trd-bulk-file-name{color:#111827;font-size:.875rem;font-weight:600;word-break:break-all}.trd-bulk-file-size{color:#6b7280;font-size:.78rem}.trd-bulk-file-change{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.78rem;margin-left:auto;padding:4px 10px;white-space:nowrap}.trd-bulk-file-change:hover{background:#f3f4f6}.trd-bulk-progress{display:flex;flex-direction:column;gap:6px}.trd-bulk-progress-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.trd-bulk-progress-fill{background:#1e3a8a;border-radius:3px;height:100%;transition:width .2s}.trd-bulk-progress-text{color:#6b7280;font-size:.8rem;text-align:right}.trd-bulk-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;color:#dc2626;font-size:.82rem;padding:8px 12px}.trd-bulk-modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px 18px}.trd-bulk-cancel{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:.875rem;padding:8px 16px}.trd-bulk-cancel:hover:not(:disabled){background:#f3f4f6}.trd-bulk-cancel:disabled{cursor:not-allowed;opacity:.5}.trd-bulk-upload-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:8px 18px;transition:background .15s}.trd-bulk-upload-btn:hover:not(:disabled){background:#1e40af}.trd-bulk-upload-btn:disabled{cursor:not-allowed;opacity:.5}.trd-success-banner{align-items:center;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;margin-bottom:12px;padding:10px 16px}.trd-success-banner button{background:none;border:none;color:#166534;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 4px}.trd-success-banner button:hover{opacity:.7}.ctr-page{font-family:Inter,sans-serif;margin:0 auto;max-width:680px;padding:1.5rem 1rem 3rem}.ctr-back{align-items:center;background:none;border:none;color:#1e3a8a;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:.375rem;margin-bottom:1.25rem;padding:0;transition:color .15s}.ctr-back:hover{color:#1d4ed8;text-decoration:underline}.ctr-title{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.9rem;font-weight:900;letter-spacing:-.02em;margin:0 0 .4rem}.ctr-subtitle{color:#6b7280;font-size:.875rem;margin:0 0 1.75rem}.ctr-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:13px;justify-content:space-between;margin-bottom:1.25rem;padding:10px 16px}.ctr-error button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:18px}.ctr-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 12px #0000000d;gap:1.5rem;padding:2rem}.ctr-card,.ctr-field{display:flex;flex-direction:column}.ctr-field{gap:.5rem}.ctr-label{color:#9ca3af;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ctr-required{color:#ef4444}.ctr-input{background:#f8faff;border:1.5px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#0b1c30;font-family:Inter,sans-serif;font-size:.9rem;padding:.75rem 1rem;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.ctr-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14;outline:none}.ctr-input::placeholder{color:#b0b8c9}.ctr-input:disabled{cursor:not-allowed;opacity:.5}.ctr-textarea{min-height:100px;resize:vertical}.ctr-select-wrap{position:relative}.ctr-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.ctr-select-icon .ctr-select{padding-right:3.5rem}.ctr-field-icon{color:#9ca3af;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.ctr-input-icon-wrap{position:relative}.ctr-input-icon{color:#9ca3af;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.ctr-input-with-icon{padding-left:2.25rem}.ctr-select-env{position:relative}.ctr-env-icon{color:#9ca3af;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.ctr-select-with-icon{padding-left:2.25rem}.ctr-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.ctr-info-box{align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;display:flex;gap:.875rem;padding:1rem 1.25rem}.ctr-info-icon{color:#1d4ed8;flex-shrink:0;margin-top:1px}.ctr-info-text{color:#1e40af;display:flex;flex-direction:column;font-size:.82rem;gap:3px;line-height:1.5}.ctr-info-text strong{color:#1d4ed8;display:block;font-weight:800}.ctr-actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-top:.25rem;padding-top:.5rem}.ctr-actions-right{align-items:center;display:flex;gap:.75rem}.ctr-btn-cancel{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;padding:.6rem .5rem;transition:color .15s}.ctr-btn-cancel:hover:not(:disabled){color:#374151}.ctr-btn-cancel:disabled{cursor:not-allowed;opacity:.4}.ctr-btn-create{align-items:center;background:#0f2d6b;border:none;border-radius:10px;box-shadow:0 4px 14px #0f2d6b4d;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;gap:.5rem;padding:.7rem 1.5rem;transition:background .15s,box-shadow .15s}.ctr-btn-create:hover:not(:disabled){background:#1e3a8a;box-shadow:0 6px 20px #0f2d6b66}.ctr-btn-create:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.ctr-loading{color:#9ca3af;font-size:.9rem;padding:4rem;text-align:center}@media (max-width:600px){.ctr-row{grid-template-columns:1fr}.ctr-card{padding:1.25rem}}.ctr-optional{font-weight:400;letter-spacing:0;text-transform:none}.ctr-field-hint,.ctr-optional{color:#9ca3af;font-size:.75rem}.ctr-field-hint{display:block;margin-top:4px}.project-dashboard{background:#0000;padding:0}.project-dashboard .error,.project-dashboard .loading{color:#6c757d;font-size:18px;padding:40px;text-align:center}.project-dashboard .error{color:#dc3545}.project-dashboard .dashboard-header{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;padding:30px}.project-dashboard .dashboard-header h1{color:#2c3e50;font-size:32px;margin-bottom:8px}.project-dashboard .header-description{color:#5a6c7d;line-height:1.6;margin-top:12px}.project-dashboard .header-meta{color:#7f8c8d;display:flex;font-size:14px;gap:24px;margin-top:12px}.project-dashboard .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}.project-dashboard .stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;gap:20px;padding:24px;transition:transform .2s,box-shadow .2s}.project-dashboard .stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.project-dashboard .stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:28px;height:60px;justify-content:center;width:60px}.project-dashboard .stat-icon.blue{background:#e3f2fd}.project-dashboard .stat-icon.green{background:#e8f5e9}.project-dashboard .stat-icon.purple{background:#f3e5f5}.project-dashboard .stat-icon.orange{background:#fff3e0}.project-dashboard .stat-content h3{color:#7f8c8d;font-size:14px;font-weight:500;margin-bottom:8px}.project-dashboard .stat-content .value{color:#2c3e50;font-size:32px;font-weight:700}.project-dashboard .stat-content .subtext{color:#95a5a6;font-size:12px;margin-top:4px}.project-dashboard .two-column{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr;margin-bottom:24px}@media (max-width:1024px){.project-dashboard .two-column{grid-template-columns:1fr}}.project-dashboard .card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;padding:28px}.project-dashboard .card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.project-dashboard .card-header h2{color:#2c3e50;font-size:20px;font-weight:600}.project-dashboard .filter{display:flex;gap:8px}.project-dashboard .filter-btn{background:#fff;border:1px solid #dfe6e9;border-radius:6px;color:#636e72;cursor:pointer;font-size:13px;padding:6px 14px;transition:all .2s}.project-dashboard .filter-btn:hover{background:#f8f9fa}.project-dashboard .filter-btn.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.project-dashboard .chart-container{height:300px;margin-top:20px;position:relative}.project-dashboard .chart-container-small{height:200px;margin-top:24px;position:relative}.project-dashboard .execution-summary{display:flex;flex-direction:column;gap:16px}.project-dashboard .execution-item{align-items:center;display:flex;gap:12px}.project-dashboard .execution-item .icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;width:32px}.project-dashboard .execution-item .icon.passed{background:#d4edda;color:#155724}.project-dashboard .execution-item .icon.failed{background:#f8d7da;color:#721c24}.project-dashboard .execution-item .icon.blocked{background:#fff3cd;color:#856404}.project-dashboard .execution-item .icon.not-run{background:#e2e3e5;color:#383d41}.project-dashboard .execution-item .details{flex:1 1}.project-dashboard .execution-item .label{color:#2c3e50;display:flex;font-size:14px;justify-content:space-between;margin-bottom:6px}.project-dashboard .execution-item .label .count{font-weight:600}.project-dashboard .progress-bar{background:#ecf0f1;border-radius:4px;height:8px;overflow:hidden}.project-dashboard .progress-fill{height:100%;transition:width .3s ease}.project-dashboard .progress-fill.passed{background:#28a745}.project-dashboard .progress-fill.failed{background:#dc3545}.project-dashboard .progress-fill.blocked{background:#ffc107}.project-dashboard .progress-fill.not-run{background:#6c757d}.project-dashboard .activity-feed{display:flex;flex-direction:column;gap:16px}.project-dashboard .activity-item{border-radius:8px;display:flex;gap:12px;padding:12px;transition:background .2s}.project-dashboard .activity-item:hover{background:#f8f9fa}.project-dashboard .activity-icon{align-items:center;background:#e3f2fd;border-radius:50%;color:#1976d2;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.project-dashboard .activity-icon.test_run_completed,.project-dashboard .activity-icon.test_run_started{background:#e3f2fd;color:#1976d2}.project-dashboard .activity-icon.import{background:#f3e5f5;color:#7b1fa2}.project-dashboard .activity-icon.update{background:#fff3e0;color:#f57c00}.project-dashboard .activity-content{flex:1 1}.project-dashboard .activity-content .text{color:#2c3e50;font-size:14px;margin-bottom:4px}.project-dashboard .activity-content .time{color:#95a5a6;font-size:12px}.project-dashboard .no-activity{color:#95a5a6;padding:20px;text-align:center}.project-dashboard .quick-actions{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.project-dashboard .action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:8px;justify-content:center;padding:16px 24px;transition:all .2s}.project-dashboard .action-btn.primary{background:#1e3a8a;color:#fff}.project-dashboard .action-btn.primary:hover{background:#1e40af;box-shadow:0 4px 8px #007bff4d;transform:translateY(-1px)}.project-dashboard .action-btn.secondary{background:#6c757d;color:#fff}.project-dashboard .action-btn.secondary:hover{background:#545b62;box-shadow:0 4px 8px #6c757d4d;transform:translateY(-1px)}.project-dashboard .badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.project-dashboard .badge.badge-success{background:#d4edda;color:#155724}.project-dashboard .badge.badge-warning{background:#fff3cd;color:#856404}.project-dashboard .badge.badge-danger{background:#f8d7da;color:#721c24}@media (max-width:768px){.project-dashboard .quick-actions,.project-dashboard .stats-grid{grid-template-columns:1fr}}.help-center-page{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;font-family:Inter,sans-serif;height:calc(100vh - 143px);overflow:hidden}.help-sidebar{background:#fafafa;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;width:260px}.help-sidebar-header{border-bottom:1px solid #e5e7eb;padding:1.5rem 1.25rem 1rem}.help-sidebar-header h2{color:#0f2d6b;font-size:1rem;font-weight:800;margin:0 0 .2rem}.help-sidebar-header p{color:#9ca3af;font-size:.75rem;margin:0}.help-nav{display:flex;flex-direction:column;gap:2px;padding:.75rem}.help-nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.625rem;padding:.625rem .875rem;text-align:left;transition:background .15s,color .15s;width:100%}.help-nav-item:hover{background:#e2e8f0;color:#1e3a8a}.help-nav-item.active{background:#fff;box-shadow:0 1px 4px #00000014;color:#1d4ed8}.help-nav-icon{flex-shrink:0;font-size:1rem}.help-content{flex:1 1;overflow-y:auto;padding:2rem 2.5rem}.help-content-header{align-items:center;border-bottom:1.5px solid #e5e7eb;display:flex;gap:.875rem;margin-bottom:1.75rem;padding-bottom:1.25rem}.help-content-icon{font-size:2rem;line-height:1}.help-content-header h1{color:#0b1c30;font-family:Manrope,Inter,sans-serif;font-size:1.6rem;font-weight:800;margin:0}.help-content-body{color:#374151;font-size:.9rem;line-height:1.75;max-width:760px}.help-content-body p{margin:0 0 1rem}.help-content-body h4{color:#111827;font-size:.875rem;font-weight:700;letter-spacing:.04em;margin:1.5rem 0 .5rem;text-transform:uppercase}.help-content-body ul{margin:0 0 1rem 1.25rem;padding:0}.help-content-body li{margin-bottom:.4rem}.help-content-body strong{color:#111827;font-weight:700}.help-content-body em{color:#1d4ed8;font-style:normal;font-weight:600}.help-content-body code{border:1px solid #e5e7eb;border-radius:4px;font-size:.82rem;padding:1px 6px}.help-content-body code,.help-content-body kbd{background:#f3f4f6;color:#374151;font-family:Courier New,monospace}.help-content-body kbd{border:solid #d1d5db;border-radius:4px;border-width:1px 1px 2px;font-size:.8rem;padding:1px 7px}.help-tip{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #3b82f6;border-radius:6px;color:#1e40af;font-size:.85rem;line-height:1.6;margin-top:1.25rem;padding:.75rem 1rem}.gs-wrap{align-items:center;display:flex;flex:1 1;max-width:480px;position:relative}.gs-icon{color:#9ca3af;flex-shrink:0;left:11px;pointer-events:none;position:absolute}.gs-input{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;color:#374151;font-family:Inter,sans-serif;font-size:.875rem;outline:none;padding:.5rem 2rem .5rem 2.25rem;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.gs-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.gs-clear,.gs-input::placeholder{color:#9ca3af}.gs-clear{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:20px;justify-content:center;line-height:1;padding:0;position:absolute;right:10px;transition:color .15s;width:20px}.gs-clear:hover{color:#374151}.gs-dropdown{animation:gsSlide .15s ease;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 28px #0000001f;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px);z-index:2000}@keyframes gsSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.gs-count{border-bottom:1px solid #f3f4f6;color:#9ca3af;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:8px 14px 6px;text-transform:uppercase}.gs-state{color:#9ca3af;font-size:.85rem;padding:1.25rem 1rem;text-align:center}.gs-state strong{color:#374151}.gs-item{align-items:center;background:none;border:none;border-bottom:1px solid #f9fafb;cursor:pointer;display:flex;gap:.75rem;padding:.625rem .875rem;text-align:left;transition:background .12s;width:100%}.gs-item:last-child{border-bottom:none}.gs-item-active,.gs-item:hover{background:#f5f7ff}.gs-type-icon{align-items:center;border-radius:7px;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.gs-icon-project{background:#eff6ff;color:#1d4ed8}.gs-icon-folder{background:#f5f3ff;color:#7c3aed}.gs-icon-testrun{background:#f0fdf4;color:#16a34a}.gs-item-text{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.gs-item-label{color:#0b1c30;font-size:.85rem;font-weight:600}.gs-item-label,.gs-item-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-item-sub{color:#9ca3af;font-size:.72rem}.gs-highlight{background:#fef9c3;border-radius:2px;color:#854d0e;padding:0 1px}.gs-type-badge{background:#f3f4f6;border-radius:20px;color:#9ca3af;flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase;white-space:nowrap}.dashboard-page{background:#f4f6fb;font-family:Inter,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:0}.dash-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.75rem;padding:0 0 .5rem}.dash-title{color:#0b1c30;font-size:1.75rem;font-weight:900;letter-spacing:-.02em;margin:0 0 .25rem}.dash-subtitle{color:#8a9ab5;font-size:.8rem;font-weight:500;margin:0}.dash-header-actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.dash-btn-outline{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:.5rem;padding:.55rem 1rem;transition:border-color .15s,background .15s}.dash-btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.dash-btn-primary{align-items:center;background:#0f2d6b;border:none;border-radius:8px;box-shadow:0 3px 10px #0f2d6b40;color:#fff;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.5rem;padding:.55rem 1.2rem;transition:background .15s}.dash-btn-primary:hover{background:#1e3a8a}.dash-btn-disabled{box-shadow:none!important;cursor:not-allowed!important;opacity:.45}.dash-btn-disabled:hover{background:#0f2d6b!important}.dash-loading{color:#9ca3af;font-size:.9rem;padding:4rem;text-align:center}.kpi-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.25rem}.kpi-card{background:#fff;border:1px solid #eaecf4;border-radius:14px;box-shadow:0 1px 4px #0000000a;overflow:hidden;padding:1.25rem 1.4rem 1.4rem;position:relative}.kpi-card:before{border-radius:14px 0 0 14px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.kpi-card:first-child:before{background:#3b82f6}.kpi-card:nth-child(2):before{background:#16a34a}.kpi-card:nth-child(3):before{background:#8b5cf6}.kpi-card:nth-child(4):before{background:#06b6d4}.kpi-top{justify-content:space-between;margin-bottom:.875rem}.kpi-icon,.kpi-top{align-items:center;display:flex}.kpi-icon{border-radius:9px;height:36px;justify-content:center;width:36px}.kpi-icon-blue{background:#eff6ff;color:#2563eb}.kpi-icon-purple{background:#f5f3ff;color:#7c3aed}.kpi-icon-red{background:#fef2f2;color:#dc2626}.kpi-icon-teal{background:#ecfeff;color:#0891b2}.kpi-icon-green{background:#f0fdf4;color:#16a34a}.kpi-delta{border-radius:20px;font-size:.72rem;font-weight:700;padding:2px 8px}.delta-up{background:#dcfce7;color:#16a34a}.delta-down{background:#fef2f2;color:#dc2626}.delta-neutral{background:#f3f4f6;color:#6b7280}.kpi-label{color:#9ca3af;font-size:.68rem;font-weight:700;letter-spacing:.07em;margin-bottom:.3rem;text-transform:uppercase}.kpi-value{color:#0b1c30;font-size:2.1rem;font-weight:900;letter-spacing:-.02em;line-height:1}.dash-card{background:#fff;border:1px solid #eaecf4;border-radius:14px;box-shadow:0 1px 4px #0000000a;padding:1.4rem}.dash-card-wide{flex:1.6 1}.dash-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.dash-card-header h3{color:#0b1c30;font-size:1rem;font-weight:800;margin:0 0 .2rem}.dash-card-header p{color:#9ca3af;font-size:.75rem;margin:0}.dash-view-all{color:#2563eb;font-size:.78rem;font-weight:700;text-decoration:none;white-space:nowrap}.dash-view-all:hover{text-decoration:underline}.dash-mid-row{display:flex;gap:1rem;margin-bottom:1.25rem}.success-donut-wrap{align-items:center;display:flex;flex-direction:column;gap:1rem}.donut-container{height:160px;position:relative;width:160px}.donut-svg{transform:rotate(-90deg)}.donut-center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute}.donut-pct{color:#0b1c30;font-size:1.6rem;font-weight:900;line-height:1}.donut-label{color:#9ca3af;font-size:.6rem;font-weight:700;letter-spacing:.08em;margin-top:2px;text-transform:uppercase}.donut-legend{display:flex;flex-direction:column;gap:8px;width:100%}.donut-legend-item{align-items:center;display:flex;font-size:.8rem;justify-content:space-between}.donut-legend-left{align-items:center;color:#374151;display:flex;font-weight:600;gap:8px}.donut-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.donut-legend-pct{color:#0b1c30;font-weight:700}.exec-bars{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.exec-bar-row{align-items:center;display:flex;gap:.75rem}.exec-bar-label{color:#374151;flex-shrink:0;font-size:.8rem;font-weight:600;width:55px}.exec-bar-track{background:#f3f4f6;border-radius:99px;flex:1 1;height:10px;overflow:hidden}.exec-bar-fill{border-radius:99px;height:100%;transition:width .6s ease}.exec-bar-count{color:#374151;font-size:.8rem;font-weight:700;text-align:right;width:40px}.exec-bar-pct{color:#9ca3af;font-size:.75rem;text-align:right;width:36px}.exec-totals{border-top:1px solid #f3f4f6;display:flex;gap:1.5rem;padding-top:1rem}.exec-total-item{display:flex;flex-direction:column;gap:2px}.exec-total-num{color:#0b1c30;font-size:1.4rem;font-weight:900}.exec-total-lbl{color:#9ca3af;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.exec-empty{color:#9ca3af;font-size:.85rem;padding:2rem;text-align:center}.exec-empty a{color:#2563eb;font-weight:600;text-decoration:none}.chart-legend{align-items:center;color:#6b7280;display:flex;font-size:.75rem;font-weight:600;gap:4px}.legend-dot{border-radius:50%;display:inline-block;height:9px;width:9px}.dash-bottom-row{display:flex;gap:1rem}.runs-table{border-collapse:collapse;font-size:.85rem;width:100%}.runs-table th{border-bottom:1.5px solid #f3f4f6;color:#9ca3af;font-size:.68rem;font-weight:700;letter-spacing:.06em;padding:8px 12px;text-align:left;text-transform:uppercase}.runs-table td{border-bottom:1px solid #f9fafb;padding:12px;vertical-align:middle}.runs-table tbody tr:last-child td{border-bottom:none}.runs-table tbody tr:hover td{background:#fafbff}.run-name{color:#0b1c30;font-size:.875rem;font-weight:700;text-decoration:none}.run-name:hover{color:#2563eb}.run-meta{color:#9ca3af;font-size:.7rem;margin-top:2px}.run-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.72rem;font-weight:700;letter-spacing:.02em;padding:3px 10px}.badge-completed{background:#dcfce7;color:#16a34a}.badge-inprogress{background:#fef9c3;color:#a16207}.badge-failed{background:#fef2f2;color:#dc2626}.badge-notstarted{background:#f3f4f6;color:#6b7280}.run-rate-pass{color:#16a34a;font-weight:800}.run-rate-fail{color:#dc2626;font-weight:800}.run-duration{color:#6b7280;font-size:.82rem}.quick-stats{display:flex;flex-direction:column;gap:4px}.quick-stat-item{align-items:center;border-radius:8px;display:flex;gap:.875rem;padding:.75rem .5rem;text-decoration:none;transition:background .15s}.quick-stat-item:hover{background:#f9fafb}.quick-stat-icon{flex-shrink:0;font-size:1.2rem}.quick-stat-info{display:flex;flex:1 1;flex-direction:column;gap:1px}.quick-stat-value{color:#0b1c30;font-size:1.1rem;font-weight:800}.quick-stat-label{color:#9ca3af;font-size:.72rem;font-weight:600}.priority-pills{display:flex;flex-wrap:wrap;gap:8px}.priority-pill{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;color:#374151;display:flex;font-size:.75rem;font-weight:600;gap:6px;padding:4px 12px}.priority-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.act-controls{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1rem}.act-control-group{display:flex;flex-direction:column;gap:3px}.act-control-group label{color:#9ca3af;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.act-select{-webkit-appearance:none;appearance:none;background:#f9fafb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 8px center;border:1.5px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;font-size:.78rem;font-weight:600;padding:5px 28px 5px 9px;transition:border-color .15s}.act-select:focus{border-color:#1e3a8a;outline:none}.act-empty,.act-loading{color:#9ca3af;font-size:.82rem;padding:1.5rem;text-align:center}.act-table-wrap{border:1px solid #f3f4f6;border-radius:8px;max-height:280px;overflow-x:auto;overflow-y:auto}.act-table{border-collapse:collapse;font-size:.8rem;width:100%}.act-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:2}.act-table th{background:#fff;border-bottom:1.5px solid #f3f4f6;color:#9ca3af;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:7px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.act-table td{border-bottom:1px solid #f9fafb;padding:8px 10px;vertical-align:middle}.act-table tbody tr:last-child td{border-bottom:none}.act-table tbody tr:hover td{background:#fafafa}.act-period{color:#0b1c30;font-weight:700;white-space:nowrap}.act-user{color:#374151;font-size:.78rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.act-num{border-radius:5px;display:inline-block;font-size:.78rem;font-weight:700;padding:2px 8px}.act-tc{background:#eff6ff;color:#1d4ed8}.act-sc{background:#f5f3ff;color:#6d28d9}.act-run{background:#f0fdf4;color:#15803d}.act-exec{background:#fff7ed;color:#c2410c}.date-range-wrap{position:relative}.date-range-btn{align-items:center;display:flex;gap:.5rem;justify-content:space-between;min-width:150px}.date-range-dropdown{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;left:0;min-width:180px;overflow:hidden;position:absolute;top:calc(100% + 6px);z-index:100}.date-range-option{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.83rem;font-weight:600;gap:.5rem;padding:.6rem 1rem;text-align:left;transition:background .12s;width:100%}.date-range-option:hover{background:#f9fafb;color:#1e3a8a}.date-range-option.selected{background:#eff6ff;color:#1d4ed8}.date-range-option svg{color:#1d4ed8;flex-shrink:0}@media (max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dash-bottom-row,.dash-mid-row{flex-direction:column}.dash-card-wide{flex:initial}}@media (max-width:640px){.kpi-grid{grid-template-columns:1fr}.dash-header{flex-direction:column;gap:1rem}}.notif-bell,.notif-wrapper{position:relative}.notif-bell{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:background .15s,color .15s}.notif-bell:hover{background:#f3f4f6;color:#374151}.notif-badge{align-items:center;background:#ef4444;border-radius:8px;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;line-height:1;min-width:16px;padding:0 3px;position:absolute;right:2px;top:2px}.notif-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 30px #00000026;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:360px;z-index:1200}.notif-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:14px 16px 10px}.notif-title{color:#111827;font-size:.95rem;font-weight:700}.notif-refresh{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;font-size:1rem;padding:2px 6px}.notif-refresh:hover{background:#f3f4f6;color:#374151}.notif-tabs{border-bottom:1px solid #f0f0f0;display:flex}.notif-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:.85rem;font-weight:600;gap:6px;justify-content:center;padding:10px;transition:color .15s,border-color .15s}.notif-tab.active{border-bottom-color:#00246a;color:#00246a}.notif-tab:hover:not(.active){background:#f9fafb;color:#374151}.notif-tab-count{background:#e0e7ff;border-radius:10px;color:#3730a3;font-size:11px;font-weight:700;padding:1px 6px}.notif-body{max-height:380px;overflow-y:auto}.notif-empty{color:#9ca3af;font-size:.875rem;padding:32px 16px;text-align:center}.notif-item{align-items:flex-start;border-bottom:1px solid #f9fafb;display:flex;gap:10px;padding:12px 16px;transition:background .1s}.notif-item:hover{background:#f9fafb}.notif-item:last-child{border-bottom:none}.notif-item-icon{flex-shrink:0;font-size:1.1rem;margin-top:2px}.notif-item-body{flex:1 1;min-width:0}.notif-item-name{color:#111827;font-size:.875rem;font-weight:600}.notif-item-name,.notif-item-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-item-path{color:#9ca3af;font-size:.75rem;margin-top:1px}.notif-item-meta{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.72rem;gap:6px;margin-top:4px}.notif-type-badge{background:#f0f4ff;color:#3730a3;padding:1px 6px}.notif-status-badge,.notif-type-badge{border-radius:8px;font-size:.7rem;font-weight:600}.notif-status-badge{padding:1px 7px}.notif-status-badge.approved{background:#d1fae5;color:#065f46}.notif-status-badge.changes{background:#fee2e2;color:#991b1b}.notif-action-btn{background:#00246a;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.75rem;font-weight:600;padding:5px 10px;transition:background .15s;white-space:nowrap}.notif-action-btn:hover{background:#1e3a8a}.notif-action-btn.secondary{background:#f3f4f6;color:#374151}.notif-action-btn.secondary:hover{background:#e5e7eb}
/*# sourceMappingURL=main.c06dc7b3.css.map*/