.teacherCreateShell{padding:40px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.teacherCreateShell>header{margin-bottom:40px}.teacherCreateShell>header h2{font-size:2.2rem;font-weight:800;color:var(--color-text-primary,#1e293b);margin:0 0 8px}.teacherCreateShell>header p{color:var(--color-text-muted,#64748b);font-size:1.1rem;margin:0}.createStep1FormGrid{display:flex;flex-direction:column;gap:32px}.createFormBox{background:#fff;border:1px solid var(--color-border-primary,#e2e8f0);border-radius:24px;padding:36px;box-sizing:border-box;box-shadow:0 4px 20px -2px rgba(0,0,0,.03)}.cardInnerHeader{margin-bottom:24px;border-bottom:1px solid var(--color-border-primary,#e2e8f0);padding-bottom:16px}.cardInnerHeader h3{margin:0 0 6px;font-size:1.25rem;font-weight:800;color:var(--color-text-primary,#1e293b)}.cardInnerHeader p{margin:0;font-size:.9rem;color:var(--color-text-muted,#64748b);line-height:1.5}.createFormBox fieldset{border:none;padding:0;margin:0 0 24px}.createFormBox label{display:block;font-size:.9rem;font-weight:600;color:var(--color-text-primary,#1e293b);margin-bottom:8px}.createFormBox input[type=datetime-local],.createFormBox input[type=text],.createFormBox select,.createFormBox textarea{width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--color-border-primary,#e2e8f0);background:var(--color-background-parent,#f1f5f9);font-family:inherit;font-size:.95rem;color:var(--color-text-primary,#1e293b);outline:0;transition:border-color .2s}.createFormBox textarea{resize:vertical;min-height:120px;line-height:1.6}.createFormBox input:focus,.createFormBox select:focus,.createFormBox textarea:focus{border-color:var(--color-accent-green,#8b5cf6)}.fieldLabelRow{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.fieldLabelRow label{margin-bottom:0!important}.wordCounterPill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.78rem;font-weight:700;background:var(--color-background-parent,#f1f5f9);border:1px solid var(--color-border-primary,#e2e8f0);color:var(--color-text-muted,#64748b);transition:.2s cubic-bezier(.4, 0, .2, 1)}.wordCounterPill.isInvalid{background:#fef2f2;border-color:#fecaca;color:#dc2626}.wordCounterPill.isValid{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.formRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin-bottom:24px}.formRow fieldset{margin-bottom:0!important}.createFormHint{font-size:.85rem;color:var(--color-text-muted,#64748b);margin:16px 0 32px;line-height:1.5}.reviewQuestionsList{margin-top:32px}.questionReviewCard{background:#fff;border:1px solid var(--color-border-primary,#e2e8f0);border-radius:20px;padding:32px;margin-bottom:24px}.questionReviewCard h4{margin:0 0 20px;font-size:1.1rem;color:var(--color-text-primary,#1e293b)}.questionReviewCard fieldset{border:none;padding:0;margin:0 0 20px}.questionReviewCard label{display:block;font-size:.85rem;font-weight:600;color:var(--color-text-primary,#1e293b);margin-bottom:8px}.questionReviewCard textarea{width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--color-border-primary,#e2e8f0);background:var(--color-background-parent,#f1f5f9);font-family:inherit;font-size:.98rem;color:var(--color-text-primary,#1e293b);resize:vertical;outline:0;transition:border-color .2s}.questionReviewCard textarea:focus{border-color:var(--color-accent-green,#8b5cf6)}.optionsGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.optionsGrid fieldset{margin-bottom:0!important}.optionsGrid input[type=text]{width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--color-border-primary,#e2e8f0);background:var(--color-background-parent,#f1f5f9);font-family:inherit;font-size:.95rem;color:var(--color-text-primary,#1e293b);outline:0}.optionsGrid input:focus{border-color:var(--color-accent-green,#8b5cf6)}.correct-field input{border-color:rgba(139,92,246,.4);background:rgba(139,92,246,.03)!important}.correct-field label{color:var(--color-accent-green,#8b5cf6)!important}.publishActions{border-top:1px solid var(--color-border-primary,#e2e8f0);padding-top:32px;margin-top:40px}.btnPublish{width:100%}.loadingAIScreen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.spinner{width:48px;height:48px;border:4px solid var(--color-border-primary,#e2e8f0);border-top-color:var(--color-accent-green,#8b5cf6);border-radius:50%;animation:.8s linear infinite spin;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.optionsGrid{grid-template-columns:1fr}.createFormBox,.questionReviewCard{padding:24px}}@media (max-width:768px){.teacherCreateShell{padding:20px 16px}.teacherCreateShell>header{margin-bottom:24px}.teacherCreateShell>header h2{font-size:1.8rem}.teacherCreateShell>header p{font-size:.95rem}.createFormBox{padding:20px 16px;border-radius:20px}.createFormBox h3{margin-bottom:20px;font-size:1.15rem}.formRow{gap:16px;margin-bottom:16px}.questionReviewCard{padding:20px 16px;border-radius:16px}.publishActions{margin-top:24px;padding-top:20px}}