.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}.dual-button-container{display:flex;gap:1rem;margin-top:1.5rem}@media (max-width:640px){.dual-button-container{flex-direction:column}}.dual-button-container-stacked{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.btn-full-width{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.button-separator{text-align:center;position:relative}.button-separator:after,.button-separator:before{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e5e7eb}.button-separator:before{left:0}.button-separator:after{right:0}.separator-text{padding:0 1rem;color:#9ca3af;font-size:.875rem;font-weight:500;text-transform:lowercase;position:relative;z-index:1}.btn-ai{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#d946ef);color:white;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.btn-ai:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-ai:hover:not(:disabled):before{left:100%}.btn-ai:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.btn-ai:disabled{opacity:.5;cursor:not-allowed}.ai-icon{width:1.25rem;height:1.25rem;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:1;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{opacity:.8;filter:drop-shadow(0 0 6px rgba(255,255,255,.8))}}.input-method-btn{flex:1 1;padding:.875rem 1rem;background:white;color:#6b7280;border:2px solid #e5e7eb;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.input-method-btn:hover{border-color:#667eea;background:#f9fafb}.input-method-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-color:#667eea}.pdf-upload-area{border:2px dashed #d1d5db;border-radius:.75rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f9fafb}.pdf-upload-area:hover{border-color:#667eea;background:#eff6ff}.pdf-upload-area.has-file{border-style:solid;border-color:#667eea;background:#eff6ff;padding:1.5rem}.pdf-file-info{display:flex;align-items:center;gap:1rem;text-align:left}.credits-info{background:linear-gradient(135deg,#eff6ff,#f3e8ff);border:2px solid #667eea;border-radius:.75rem;padding:1rem 1.5rem}.credits-row{display:flex;align-items:center;justify-content:space-between}.credits-label{font-size:1rem;font-weight:600;color:#374151}.credits-amount{font-size:1.5rem;font-weight:800;color:#667eea}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;background:#e5e7eb;border-radius:5px;outline:none;background-image:linear-gradient(#667eea,#764ba2);background-size:0 100%;background-repeat:no-repeat}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:white;border:3px solid #667eea;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(102,126,234,.3);-webkit-transition:all .2s ease;transition:all .2s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.5)}input[type=range]::-moz-range-thumb{width:24px;height:24px;background:white;border:3px solid #667eea;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(102,126,234,.3);-moz-transition:all .2s ease;transition:all .2s ease}input[type=range]::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.5)}input[type=range]::-moz-range-track{height:8px;background:#e5e7eb;border-radius:5px}input[type=range]::-moz-range-progress{background:linear-gradient(90deg,#667eea,#764ba2);height:8px;border-radius:5px}.loading-modal{background:white;border-radius:1rem;padding:3rem 2rem;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:400px;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.loading-spinner{width:4rem;height:4rem;border:5px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.loading-subtext{font-size:.875rem;color:#6b7280;margin:0}.credits-warning-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.modal-actions-inline{display:flex;gap:.75rem;margin-top:2rem;justify-content:center}.modal-actions-inline .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.modal-actions-inline .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 4px 14px rgba(102,126,234,.3)}.modal-actions-inline .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4);color:white;text-decoration:none}.modal-actions-inline .btn-secondary{background:#e5e7eb;color:#374151}.modal-actions-inline .btn-secondary:hover{background:#d1d5db;transform:translateY(-2px)}@media (max-width:480px){.loading-modal{padding:2rem 1.5rem;max-width:90%}.modal-actions-inline{flex-direction:column;width:100%}.modal-actions-inline .btn{width:100%;justify-content:center}.credits-warning-icon{font-size:3rem}.loading-text{font-size:1rem}.loading-subtext{font-size:.8125rem}}