.aict-blog-topic-generator{max-width:1000px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.aict-tool-header{text-align:center;margin-bottom:2.5rem}.aict-tool-header h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}
.aict-tool-description{font-size:1.125rem;color:#4a5568}.aict-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,0.07);margin-bottom:2rem}
.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;color:#2d3748}.required{color:#e53e3e}
.form-group input,.form-group select{width:100%;padding:0.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color 0.2s}
.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.aict-btn-primary,.aict-btn-secondary{padding:0.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.2s}
.aict-btn-primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;width:100%}.aict-btn-primary:hover{transform:translateY(-2px)}
.aict-btn-secondary{background:#fff;color:#6366f1;border:2px solid #6366f1}
.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:spin 0.6s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}.aict-results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,0.07)}
.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}
.results-header h3{font-size:1.75rem;margin:0}.topics-list{display:grid;gap:1rem}
.topic-card{background:#f7fafc;border-radius:10px;padding:1.5rem;border-left:4px solid #6366f1;transition:transform 0.2s}
.topic-card:hover{transform:translateX(4px)}.topic-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.topic-number{background:#6366f1;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.875rem}
.search-badge{padding:0.25rem 0.75rem;border-radius:6px;font-size:0.875rem;font-weight:600;color:#fff}
.search-high{background:#10b981}.search-medium{background:#f59e0b}.search-low{background:#6b7280}
.topic-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 0.75rem 0}
.topic-description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.copy-btn{background:#6366f1;border:none;border-radius:6px;padding:0.5rem 1.5rem;color:#fff;font-weight:600;cursor:pointer}
.copy-btn:hover{background:#4f46e5}@media (max-width:768px){.aict-blog-topic-generator{padding:1rem}.form-row{grid-template-columns:1fr}.results-header{flex-direction:column;gap:1rem}}
