.faq-generator-container{max-width:1200px;margin:0 auto;padding:30px}.faq-generator-header{text-align:center;margin-bottom:40px}.header-icon{margin-bottom:20px}.faq-generator-header h1{font-size:2.5rem;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-generator-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.faq-generator-content{display:flex;flex-direction:column;gap:30px}.input-card,.results-card,.schema-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb}.input-card h2,.results-card h2{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1a1f2e}.input-group{margin-bottom:24px}.input-group label{display:block;font-weight:500;margin-bottom:8px;color:#374151;font-size:.9rem}.topic-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.topic-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loading-section{text-align:center;padding:40px}.spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(1turn)}}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.faqs-list{display:flex;flex-direction:column;gap:20px}.faq-item{display:flex;gap:16px;padding:20px;background:#f5f7fa;border-radius:8px;border:1px solid #e5e7eb}.faq-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.faq-content{flex:1 1;display:flex;flex-direction:column;gap:12px}.faq-answer-group,.faq-question-group{display:flex;flex-direction:column;gap:6px}.faq-answer-group label,.faq-question-group label{font-size:.85rem;font-weight:500;color:#6b7280}.faq-input,.faq-textarea{padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .2s}.faq-input:focus,.faq-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.faq-input{font-weight:600;color:#1a1f2e}.btn-remove{width:32px;height:32px;border-radius:50%;background:#fee2e2;border:none;color:#dc2626;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.btn-remove:hover{background:#fecaca;transform:scale(1.1)}.schema-section{margin-top:30px}.schema-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.schema-header h3{font-size:1.2rem;font-weight:600;color:#1a1f2e}.schema-actions{display:flex;gap:12px}.schema-preview{background:#1a1f2e;border-radius:8px;padding:20px;margin-bottom:20px;overflow-x:auto}.schema-preview pre{color:#e5e7eb;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;margin:0}.schema-instructions{background:#f5f7fa;border-radius:8px;padding:20px}.schema-instructions h4{font-size:1rem;font-weight:600;margin-bottom:12px;color:#1a1f2e}.schema-instructions ol{margin:0;padding-left:20px}.schema-instructions li{margin-bottom:8px;color:#6b7280;line-height:1.6}.schema-instructions code{background:#fff;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;color:#667eea}.schema-instructions a{color:#667eea;text-decoration:none}.schema-instructions a:hover{text-decoration:underline}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;margin-top:16px;font-size:.9rem}