.content-management{padding:2rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.75rem}.page-header h1 i{color:#2563eb}.page-header p{color:#64748b;margin-top:.25rem}.content-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:0}.tab-btn{padding:1rem 1.5rem;border:none;background:transparent;font-weight:600;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn:hover{color:#2563eb}.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{display:none}.tab-content.active{display:block}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.page-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;text-align:center}.page-icon{width:60px;height:60px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.page-icon i{font-size:1.5rem;color:#2563eb}.page-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.page-card p{font-size:.9rem;color:#64748b;margin-bottom:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.25rem;font-weight:700;color:#0f172a}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.faq-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.faq-item h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.faq-item .category-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:50px;background:#eef2ff;color:#2563eb;font-weight:600}.faq-item p{font-size:.9rem;color:#64748b;margin-top:.5rem;line-height:1.6}.faq-item-actions{display:flex;gap:.5rem;flex-shrink:0}.edit-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014;max-width:600px}.edit-form h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #2563eb66}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.loading{text-align:center;padding:2rem;color:#64748b}.modal{display:none;position:fixed;inset:0;background:#00000080;z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.25rem;font-weight:700;color:#0f172a}.close-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f1f5f9;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b}.close-btn:hover{background:#e2e8f0}.modal-body{padding:1.5rem;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){.content-management{padding:1rem}.content-tabs{overflow-x:auto}.pages-grid{grid-template-columns:1fr}}
