.about-editor,.amenities-editor,.faq-editor{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.editor-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.editor-header h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:8px}.editor-header .description{font-size:14px;color:#6b7280;line-height:1.5}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#6b7280}.spinner{border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:12px 16px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;gap:8px;font-size:14px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success{background-color:#ecfdf5;border:1px solid #10b981;color:#065f46}.alert-error{background-color:#fef2f2;border:1px solid #ef4444;color:#991b1b}.alert .icon{font-size:18px}.editor-fields{display:flex;flex-direction:column;gap:24px}.field-group{display:flex;flex-direction:column;gap:8px}.field-group label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:space-between}.field-group input[type=text],.field-group input[type=tel],.field-group input[type=email],.field-group textarea,.field-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;transition:all .2s}.field-group input:focus,.field-group textarea:focus,.field-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.field-group textarea{resize:vertical;min-height:80px;font-family:inherit}.char-count{font-size:12px;color:#9ca3af;text-align:right}.hint{font-size:12px;color:#6b7280;font-style:italic}.btn-reset{background:transparent;border:1px solid #d1d5db;border-radius:4px;padding:2px 8px;font-size:16px;color:#6b7280;cursor:pointer;transition:all .2s}.btn-reset:hover{background-color:#f3f4f6;color:#374151;border-color:#9ca3af}.amenities-list,.faq-list{display:flex;flex-direction:column;gap:16px;margin-top:12px}.amenity-item,.faq-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.amenity-item:hover,.faq-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.item-number{font-size:14px;font-weight:600;color:#6b7280;background:#fff;padding:4px 12px;border-radius:12px;border:1px solid #e5e7eb}.item-actions{display:flex;gap:8px}.item-actions button{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-size:14px;cursor:pointer;transition:all .2s;color:#6b7280}.item-actions button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af;color:#374151}.item-actions button:disabled{opacity:.4;cursor:not-allowed}.item-actions .btn-danger{color:#dc2626}.item-actions .btn-danger:hover{background-color:#fee2e2;border-color:#dc2626}.item-fields{display:flex;flex-direction:column;gap:12px}.field-row{display:flex;gap:12px}.field-col{flex:1;display:flex;flex-direction:column;gap:6px}.field-col.flex-2{flex:2}.field-col label{font-size:13px;font-weight:500;color:#4b5563}.empty-state{text-align:center;padding:40px 20px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px}.empty-state p{color:#6b7280;margin-bottom:16px}.btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:8px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb;box-shadow:0 2px 8px #3b82f64d}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.btn-add{width:100%;justify-content:center;margin-top:8px}.editor-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}@media (max-width: 768px){.about-editor,.amenities-editor,.faq-editor{padding:16px}.field-row{flex-direction:column}.field-col.flex-2{flex:1}.editor-actions{flex-direction:column}.btn{width:100%;justify-content:center}}
