.create-test-container{min-height:100vh;background-color:#f9fafb;padding:2rem 0}.create-test-wrapper{max-width:1280px;margin:0 auto;padding:0 1rem}.progress-container{margin-bottom:2rem}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.progress-title{font-size:1.875rem;font-weight:700;color:#111827}.progress-step{font-size:.875rem;color:#6b7280}.progress-bar{width:100%;background-color:#e5e7eb}.progress-bar,.progress-fill{border-radius:9999px;height:.5rem}.progress-fill{background-color:#2563eb;transition:all .3s ease}.card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem}.card-header{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#374151}.main-content,.step2-layout{display:flex;gap:1.5rem}.main-content{flex:1 1;flex-direction:column}.sidebar{width:320px;background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-textarea{resize:vertical;min-height:80px}.btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background-color:#2563eb;color:white}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#6b7280;color:white}.btn-secondary:hover{background-color:#4b5563}.btn-success{background-color:#059669;color:white}.btn-success:hover{background-color:#047857}.btn-danger{background-color:#dc2626;color:white}.btn-danger:hover{background-color:#b91c1c}.btn-text{background:none;border:none;color:#2563eb;padding:.25rem .5rem;cursor:pointer;font-size:.875rem}.btn-text:hover{color:#1d4ed8;text-decoration:underline}.options-row{display:flex;gap:1rem;margin-bottom:1rem}.numbering-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;margin-left:.5rem}.info-icon{width:1rem;height:1rem;flex-shrink:0;color:#3b82f6}.option-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.option-numbering{font-size:.875rem;color:#6b7280;width:1.5rem;flex-shrink:0}.option-input{flex:1 1;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.option-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.checkbox-label{display:flex;align-items:center;cursor:pointer;gap:.25rem}.checkbox-input{width:1rem;height:1rem;accent-color:#2563eb}.match-pair{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.match-arrow{color:#9ca3af;padding:0 .5rem}.info-box{background-color:#dbeafe;border:1px solid #93c5fd;padding:.75rem;border-radius:.5rem}.info-text{font-size:.875rem;color:#1e40af}.error-message{color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;display:flex;align-items:center;gap:.5rem}.error-icon{width:1rem;height:1rem;flex-shrink:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:white;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);width:90%;max-width:400px;padding:1.5rem;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-title{font-size:1.25rem;font-weight:600;color:#374151}.modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem}.modal-close:hover{color:#374151;background-color:#f3f4f6}.modal-close-icon{width:1.5rem;height:1.5rem}.modal-content{margin-bottom:1.5rem}.modal-message{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.sidebar-header{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#374151;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.sidebar-empty{text-align:center;padding:2rem 0;color:#6b7280}.sidebar-empty-icon{margin:0 auto 1rem;width:3rem;height:3rem;color:#9ca3af}.questions-list{max-height:24rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.question-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;cursor:pointer;transition:all .2s ease}.question-item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-color:#d1d5db}.question-item.editing{border-color:#2563eb;background-color:#dbeafe}.question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.question-title{font-weight:500;font-size:.875rem;color:#374151}.question-preview{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;line-height:1.4}.question-footer{display:flex;align-items:center;justify-content:space-between}.question-type-badge{background-color:#f3f4f6;color:#6b7280}.editing-badge,.question-type-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px}.editing-badge{background-color:#dbeafe;color:#2563eb}.delete-btn{color:#ef4444;padding:.25rem;border:none;background:none;cursor:pointer;border-radius:.25rem}.delete-btn:hover{color:#dc2626;background-color:#fef2f2}.delete-icon{width:1rem;height:1rem}.navigation{display:flex;justify-content:space-between;align-items:center}.sidebar-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.flex-end{display:flex;justify-content:flex-end}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-gap-2{display:flex;gap:.5rem}.w-full{width:100%}@media (max-width:768px){.step2-layout{flex-direction:column}.sidebar{width:100%;position:static}.options-row{flex-direction:column}.create-test-wrapper{padding:0 .5rem}.progress-title{font-size:1.5rem}}.radio-option{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:10px}.radio-option:hover{border-color:#3b82f6;background:#f9fafb}.radio-option:has(input:checked){border-color:#3b82f6;background:#eff6ff}.radio-input{margin-top:4px;margin-right:12px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.radio-content{flex:1 1}.radio-header{display:flex;align-items:center;margin-bottom:6px}.radio-icon{width:20px;height:20px;margin-right:8px;color:#3b82f6}.radio-label{font-weight:600;color:#111827;font-size:15px}.radio-description{color:#6b7280;font-size:13px;line-height:1.5;margin:0}