*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}.app-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem 0}.header h1{font-size:2.5rem;font-weight:700;margin:0;text-align:center}.header p{font-size:1.1rem;margin:.5rem 0 0;opacity:.9;text-align:center}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin-bottom:1.5rem;padding:1.5rem}.card h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-top:0}.form-group{margin-bottom:1rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-control{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .15s ease-in-out}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-secondary{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.btn-secondary:hover{background:#f1f5f9}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.step-item{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;overflow:hidden}.step-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;justify-content:space-between;padding:1rem}.step-header:hover{background:#f1f5f9}.step-content{padding:1rem}.step-status{border-radius:20px;display:inline-block;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.step-status.untested{background:#f3f4f6;color:#6b7280}.step-status.testing{background:#fef3c7;color:#d97706}.step-status.pass{background:#d1fae5;color:#059669}.step-status.fail{background:#fee2e2;color:#dc2626}.step-status.skip{background:#e0e7ff;color:#6366f1}.yaml-editor{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.yaml-editor textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;min-height:400px;resize:vertical}.image-upload{border:2px dashed #d1d5db;border-radius:8px;margin-bottom:1rem;padding:2rem;text-align:center;transition:border-color .15s ease-in-out}.image-upload:hover{border-color:#667eea}.image-upload.dragging{background-color:#f3f4f6;border-color:#3b82f6}.image-uploader-compact{outline:none}.image-uploader-compact:focus{border-radius:4px;outline:2px solid #667eea;outline-offset:2px}.image-uploader-compact button:hover{background-color:#f3f4f6}.image-upload input[type=file]{display:none}.image-preview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.image-preview img{border:1px solid #e2e8f0;border-radius:8px;height:150px;object-fit:cover;width:100%}.alert{border-radius:8px;margin-bottom:1rem;padding:1rem}.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert-info{background:#dbeafe;border:1px solid #bfdbfe;color:#1e40af}.loading{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.two-column{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.platform-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.platform-pill{align-items:center;border:none;border-radius:20px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;padding:.25rem .75rem;transition:all .15s ease-in-out}.platform-pill.ios{background:#007aff;color:#fff}.platform-pill.android{background:#3ddc84;color:#fff}.platform-pill.web{background:#ff6b35;color:#fff}.platform-pill.other{background:#6366f1;color:#fff}.platform-pill:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.platform-pill .remove{cursor:pointer;margin-left:.5rem;opacity:.8}.platform-pill .remove:hover{opacity:1}.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}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;padding:2rem;width:90%}.modal-wide{max-width:900px;width:95%}.modal h3{margin-bottom:1rem;margin-top:0}.modal-buttons{display:flex;gap:1rem;margin-top:1.5rem}.user-avatars{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.user-avatar{align-items:center;background:#667eea;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;height:48px;justify-content:center;position:relative;transition:transform .15s ease-in-out;width:48px}.user-avatar:hover{transform:scale(1.1)}.user-avatar.pass{background:#10b981}.user-avatar.fail{background:#ef4444}.user-avatar.skip{background:#f59e0b}.user-avatar.testing{background:#6366f1}.user-avatar.untested{background:#6b7280}.platform-badge{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-2px;display:flex;font-size:.6rem;height:16px;justify-content:center;position:absolute;right:-2px;width:16px}.platform-badge.ios{background:#007aff}.platform-badge.android{background:#3ddc84}.platform-badge.web{background:#ff6b35}.platform-badge.other{background:#6366f1}.status-badge{align-items:center;border:2px solid #fff;border-radius:50%;display:flex;font-size:.6rem;height:16px;justify-content:center;left:-2px;position:absolute;top:-2px;width:16px}.status-badge.pass{background:#10b981}.status-badge.fail{background:#ef4444}.status-badge.skip{background:#f59e0b}.status-badge.testing{background:#6366f1}.status-badge.untested{background:#6b7280}.user-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a;max-width:400px;min-width:250px;padding:1rem;pointer-events:none;position:absolute;z-index:1000}.user-tooltip h4{font-size:1rem;margin:0 0 .5rem}.user-tooltip p{font-size:.875rem;margin:.25rem 0}.user-tooltip .images{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));margin-top:.5rem}.user-tooltip .images img{border-radius:4px;height:60px;object-fit:cover;width:100%}.step-filter{margin-bottom:1rem}.step-filter input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem;width:100%}.session-item{cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.session-item:hover{background-color:#f8fafc;border-color:#667eea}.navigation-buttons{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem}.step-counter{color:#6b7280;font-size:.9rem;font-weight:500}.footer{background:#fff;border-top:1px solid #e2e8f0;color:#6b7280;margin-top:auto;padding:2rem 0;text-align:center}.footer p{font-size:.9rem;margin:0}.footer a{color:#667eea;font-weight:500;text-decoration:none;transition:color .15s ease-in-out}.footer a:hover{color:#764ba2}.footer .heart{animation:heartbeat 1.5s ease-in-out infinite;color:#ef4444;font-size:1.2em}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){body{background-color:#0f172a}.card,body{color:#e2e8f0}.card{background:#1e293b;border-color:#334155}.card h2{color:#e2e8f0}.form-control{background:#334155;border-color:#475569;color:#e2e8f0}.form-control:focus{background:#334155;border-color:#667eea}.btn-secondary{background:#334155;border-color:#475569;color:#e2e8f0}.btn-secondary:hover{background:#475569}.step-item{border-color:#334155}.step-header{background:#334155;border-color:#475569}.step-header:hover{background:#475569}.footer{background:#1e293b;border-color:#334155;color:#94a3b8}.image-upload{background:#334155;border-color:#475569}.image-upload:hover{border-color:#667eea}.image-upload.dragging{background-color:#374151;border-color:#3b82f6}.image-uploader-compact:focus{border-radius:4px;outline:2px solid #667eea;outline-offset:2px}.image-uploader-compact button:hover{background-color:#374151}.alert-success{background:#064e3b;border-color:#065f46;color:#a7f3d0}.alert-error{background:#7f1d1d;border-color:#991b1b;color:#fecaca}.alert-info{background:#1e3a8a;border-color:#1d4ed8;color:#bfdbfe}.modal{background:#1e293b}.modal,.step-content h4{color:#e2e8f0}.user-tooltip{background:#1e293b;border-color:#334155;color:#e2e8f0}.step-filter input{background:#334155;border-color:#475569;color:#e2e8f0}.step-filter input:focus{border-color:#667eea}.session-info{background:#334155!important}.session-info,.session-info p{color:#e2e8f0!important}.session-info strong{color:#f1f5f9!important}.step-content p{color:#cbd5e1!important}.step-content small{color:#94a3b8!important}.user-tooltip p{color:#e2e8f0!important}.user-tooltip strong{color:#f1f5f9!important}.notes-box{background:#334155!important;color:#e2e8f0!important}h1,h2,h3,h4,h5,h6{color:#f1f5f9!important}li,p{color:#cbd5e1!important}.header p{color:#ffffffe6!important}.form-group label{color:#f1f5f9!important}.session-item:hover{background-color:#374151!important;border-color:#667eea!important}.step-counter{color:#94a3b8!important}}@media (max-width:768px){.two-column,.yaml-editor{grid-template-columns:1fr}.header h1{font-size:2rem}.container{padding:1rem}}.step-item.selected{background-color:#f0f4ff;border-color:#667eea!important}@media (prefers-color-scheme:dark){.step-item.selected{background-color:#1e293b;border-color:#667eea!important}}.dashboard-table{border:1px solid #e2e8f0}.dashboard-table th{background-color:#f8fafc;font-weight:600;text-align:left}.dashboard-table td,.dashboard-table th{border:1px solid #e2e8f0;padding:.75rem}.dashboard-row{transition:background-color .15s ease-in-out}.dashboard-row:hover{background-color:#f8fafc}@media (prefers-color-scheme:dark){.dashboard-table{border-color:#334155}.dashboard-table th{background-color:#334155}.dashboard-table td,.dashboard-table th{border-color:#475569;color:#e2e8f0}.dashboard-row:hover{background-color:#374151}}.question-option{margin-bottom:.75rem}.custom-checkbox,.custom-radio{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;padding:.75rem;transition:all .15s ease-in-out}.custom-checkbox:hover,.custom-radio:hover{background:#f8fafc;border-color:#667eea}.custom-checkbox.selected,.custom-radio.selected{background:#f0f4ff;border-color:#667eea}.custom-checkbox input,.custom-radio input{display:none}.checkbox-button,.radio-button{align-items:center;border:2px solid #d1d5db;display:flex;height:20px;justify-content:center;margin-right:.75rem;transition:all .15s ease-in-out;width:20px}.radio-button{border-radius:50%}.checkbox-button{border-radius:4px}.custom-checkbox.selected .checkbox-button,.custom-radio.selected .radio-button{background:#667eea;border-color:#667eea}.radio-button:after{background:#fff;border-radius:50%;content:"";height:8px;opacity:0;transition:opacity .15s ease-in-out;width:8px}.custom-radio.selected .radio-button:after{opacity:1}.checkbox-button:after{color:#fff;content:"✓";font-size:14px;font-weight:700;opacity:0;transition:opacity .15s ease-in-out}.custom-checkbox.selected .checkbox-button:after{opacity:1}.option-text{color:#374151;flex:1 1;font-weight:500}.pretty-checkbox{align-items:center;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:inline-flex;flex-shrink:0;height:20px;justify-content:center;margin-right:.5rem;transition:all .2s ease;width:20px}.pretty-checkbox:hover{background-color:#f3f4f6;border-color:#3b82f6}.pretty-checkbox.checked{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.pretty-checkbox.checked:after{content:"✓";font-size:12px;font-weight:700}.pretty-checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;-webkit-user-select:none;user-select:none}.evaluation-option{margin-bottom:.75rem}.evaluation-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:all .15s ease-in-out}.evaluation-button:hover{background:#f8fafc;border-color:#667eea}.evaluation-text{color:#374151;flex:1 1;font-weight:500}.evaluation-controls{display:flex;gap:.5rem}.eval-btn{align-items:center;background:#fff;border:2px solid;border-radius:6px;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:32px;justify-content:center;transition:all .15s ease-in-out;width:32px}.eval-btn.pass{border-color:#10b981;color:#10b981}.eval-btn.pass.active{background:#10b981;color:#fff}.eval-btn.fail{border-color:#ef4444;color:#ef4444}.eval-btn.fail.active{background:#ef4444;color:#fff}.eval-btn:hover{transform:scale(1.05)}.question-label{color:#374151;display:block;font-weight:600;margin-bottom:1rem}@media (prefers-color-scheme:dark){.custom-checkbox,.custom-radio{background:#374151;border-color:#4b5563}.custom-checkbox:hover,.custom-radio:hover{background:#4b5563;border-color:#667eea}.custom-checkbox.selected,.custom-radio.selected{background:#1e293b;border-color:#667eea}.checkbox-button,.radio-button{border-color:#6b7280}.custom-checkbox.selected .checkbox-button,.custom-radio.selected .radio-button{background:#667eea;border-color:#667eea}.option-text{color:#e5e7eb}.evaluation-button{background:#374151;border-color:#4b5563}.evaluation-button:hover{background:#4b5563;border-color:#667eea}.evaluation-text{color:#e5e7eb}.eval-btn{background:#374151}.eval-btn.pass{border-color:#10b981;color:#10b981}.eval-btn.pass.active{background:#10b981;color:#fff}.eval-btn.fail{border-color:#ef4444;color:#ef4444}.eval-btn.fail.active{background:#ef4444;color:#fff}.question-label{color:#e5e7eb}.answer-badge{background-color:#374151!important;color:#e5e7eb!important}.home-feature-card{background:#374151!important;border-color:#4b5563!important}.home-feature-card h3{color:#e5e7eb!important}.home-feature-card p{color:#9ca3af!important}.pretty-checkbox{background-color:#374151!important;border-color:#4b5563!important}.pretty-checkbox.checked{background-color:#3b82f6!important;border-color:#3b82f6!important}.multi-select-trigger,.pretty-checkbox-label{color:#e5e7eb!important}.multi-select-trigger{background-color:#374151!important;border-color:#4b5563!important}.multi-select-trigger:hover{border-color:#6b7280!important}.multi-select-trigger:focus{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea33!important}.multi-select-dropdown{background-color:#374151!important;border-color:#667eea!important;box-shadow:0 10px 25px -5px #0000004d,0 4px 6px -2px #0000001a!important}.multi-select-option{background-color:#374151!important;color:#e5e7eb!important}.multi-select-option:hover{background-color:#4b5563!important}.multi-select-option span[style*="border: 2px solid"]{border-color:#6b7280!important}.multi-select-option span[style*=backgroundColor][style*="#667eea"]{background-color:#667eea!important;border-color:#667eea!important}}.multi-select-container{width:100%}.multi-select-trigger{font-family:inherit;line-height:1.5}.multi-select-trigger:hover{border-color:#9ca3af!important}.multi-select-trigger:focus{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important;outline:none}.multi-select-dropdown{font-family:inherit}.multi-select-option{background-color:#fff}.multi-select-option:hover{background-color:#f9fafb!important}.multi-select-option:first-child{border-top:none}.multi-select-option:last-child{border-bottom:none}
/*# sourceMappingURL=main.e5a24a54.css.map*/