.blog-container.svelte-18d6i0w{max-width:1200px;margin:0 auto;padding:2rem}.blog-header.svelte-18d6i0w{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem}.header-content.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.blog-title.svelte-18d6i0w{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.blog-description.svelte-18d6i0w{font-size:1.125rem;margin:0 0 1rem;opacity:.9}.blog-stats.svelte-18d6i0w{display:flex;gap:2rem;flex-wrap:wrap}.stat.svelte-18d6i0w{font-size:.875rem;opacity:.8}.auth-prompt.svelte-18d6i0w{text-align:center}.auth-prompt.svelte-18d6i0w p:where(.svelte-18d6i0w){margin:0 0 1rem;font-size:1rem}.search-section.svelte-18d6i0w{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.search-controls.svelte-18d6i0w{display:flex;gap:1rem;flex-wrap:wrap}.search-bar.svelte-18d6i0w{position:relative;flex:1;min-width:300px}.search-input.svelte-18d6i0w{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;box-sizing:border-box}.search-icon.svelte-18d6i0w{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280}.category-filter.svelte-18d6i0w{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;min-width:200px}.btn.svelte-18d6i0w{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary.svelte-18d6i0w{background:#2563eb;color:#fff}.btn-primary.svelte-18d6i0w:hover:not(:disabled){background:#1d4ed8}.btn-secondary.svelte-18d6i0w{background:#6b7280;color:#fff}.btn-secondary.svelte-18d6i0w:hover:not(:disabled){background:#5b6470}.btn.svelte-18d6i0w:disabled{opacity:.5;cursor:not-allowed}.posts-grid.svelte-18d6i0w{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.post-card.svelte-18d6i0w{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s}.post-card.svelte-18d6i0w:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000026}.post-header.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post-title.svelte-18d6i0w{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;flex:1}.post-actions.svelte-18d6i0w{display:flex;gap:.5rem}.action-btn.svelte-18d6i0w{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.action-btn.svelte-18d6i0w:hover:not(:disabled){background:#f3f4f6}.delete-btn.svelte-18d6i0w:hover:not(:disabled){background:#fee2e2}.post-meta.svelte-18d6i0w{display:flex;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.post-excerpt.svelte-18d6i0w{color:#4b5563;line-height:1.6;margin-bottom:1rem}.post-tags.svelte-18d6i0w{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tag.svelte-18d6i0w{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.post-footer.svelte-18d6i0w{border-top:1px solid #e5e7eb;padding-top:1rem;display:flex;justify-content:space-between;align-items:center}.read-more.svelte-18d6i0w{color:#2563eb;text-decoration:none;font-weight:500;font-size:.875rem}.read-more.svelte-18d6i0w:hover{text-decoration:underline}.report-link.svelte-18d6i0w{background:none;border:none;color:#6b7280;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.report-link.svelte-18d6i0w:hover{background:#f3f4f6;color:#dc2626}.editor-section.svelte-18d6i0w{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.editor-header.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.editor-header.svelte-18d6i0w h1:where(.svelte-18d6i0w){margin:0;color:#1f2937}.post-meta-form.svelte-18d6i0w{margin-bottom:2rem}.input-group.svelte-18d6i0w{position:relative;margin-bottom:1rem}.title-input.svelte-18d6i0w{width:100%;padding:1rem;font-size:1.5rem;font-weight:600;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;transition:border-color .2s}.title-input.warning.svelte-18d6i0w{border-color:#f59e0b}.title-input.error.svelte-18d6i0w{border-color:#dc2626}.char-counter.svelte-18d6i0w,.tag-counter.svelte-18d6i0w,.content-counter.svelte-18d6i0w{font-size:.75rem;color:#6b7280;margin-top:.25rem;display:block}.char-counter.warning.svelte-18d6i0w,.tag-counter.warning.svelte-18d6i0w,.content-counter.warning.svelte-18d6i0w{color:#f59e0b;font-weight:500}.meta-row.svelte-18d6i0w{display:flex;gap:1rem;align-items:flex-start}.meta-row.svelte-18d6i0w .input-group:where(.svelte-18d6i0w){flex:1}.meta-row.svelte-18d6i0w .input-group:where(.svelte-18d6i0w):first-child{flex:0 0 200px}.category-select.svelte-18d6i0w,.tags-input.svelte-18d6i0w{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s;width:100%;box-sizing:border-box;height:48px;display:flex;align-items:center}.category-label.svelte-18d6i0w,.tag-counter.svelte-18d6i0w{font-size:.75rem;color:#6b7280;margin-top:.25rem;display:block;min-height:16px;line-height:16px}.tags-input.error.svelte-18d6i0w{border-color:#dc2626}.editor-header-info.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.validation-messages.svelte-18d6i0w{background:#fef7f0;border:1px solid #fed7aa;border-radius:6px;padding:1rem;margin-bottom:1rem}.validation-error.svelte-18d6i0w{color:#dc2626;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.validation-error.svelte-18d6i0w:last-child{margin-bottom:0}.validation-warning.svelte-18d6i0w{color:#f59e0b;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.validation-warning.svelte-18d6i0w:last-child{margin-bottom:0}.editor-wrapper.svelte-18d6i0w{margin-bottom:2rem}.quill-editor-container.svelte-18d6i0w{min-height:300px;border:1px solid #d1d5db;border-radius:8px}.editor-footer.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.loading-state.svelte-18d6i0w,.empty-state.svelte-18d6i0w{text-align:center;padding:4rem 2rem;color:#6b7280}.spinner.svelte-18d6i0w{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #2563eb;border-radius:50%;animation:svelte-18d6i0w-spin 1s linear infinite;margin:0 auto 1rem}@keyframes svelte-18d6i0w-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-icon.svelte-18d6i0w{font-size:4rem;margin-bottom:1rem}.empty-state.svelte-18d6i0w h2:where(.svelte-18d6i0w){color:#374151;margin-bottom:.5rem}.blog-footer.svelte-18d6i0w{background:#f8fafc;border-top:1px solid #e2e8f0;padding:2rem;margin-top:3rem;border-radius:8px}.footer-content.svelte-18d6i0w{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content.svelte-18d6i0w p:where(.svelte-18d6i0w){color:#6b7280;margin:0;font-size:.875rem}.general-report-link.svelte-18d6i0w{background:none;border:1px solid #d1d5db;color:#6b7280;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.general-report-link.svelte-18d6i0w:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}@media (max-width: 768px){.blog-container.svelte-18d6i0w{padding:1rem}.header-content.svelte-18d6i0w{flex-direction:column;text-align:center}.blog-title.svelte-18d6i0w{font-size:2rem}.search-controls.svelte-18d6i0w{flex-direction:column}.search-bar.svelte-18d6i0w{min-width:auto}.posts-grid.svelte-18d6i0w,.meta-row.svelte-18d6i0w{grid-template-columns:1fr}.post-meta.svelte-18d6i0w{font-size:.8rem}.editor-footer.svelte-18d6i0w{flex-direction:column;gap:1rem}}
