@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}#root{min-height:100vh}.blog-admin-page{background:#f8fafc;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.blog-admin-content{flex-grow:1;margin-left:280px;padding:2rem}.blog-admin-header{margin-bottom:2rem}.blog-admin-header h1{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.blog-admin-header p{color:#6b7280;font-size:1.1rem}.environment-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:1rem;padding:1rem}.environment-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.env-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.env-btn:hover{background:#f9fafb;border-color:#9ca3af}.env-btn.active{background:#034c3c;border-color:#034c3c;color:#fff}.environment-indicator{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem}.blog-admin-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:0}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.tab:hover{background:#f9fafb;color:#374151}.tab.active{background:#f0fdf4;border-bottom-color:#034c3c;color:#034c3c}.tab-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.content-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.content-header h2{color:#111827;font-size:1.5rem;font-weight:700}.posts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.post-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease}.post-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.post-image{height:200px;overflow:hidden;position:relative}.post-image img{height:100%;object-fit:cover;width:100%}.post-placeholder{align-items:center;background:#f3f4f6;color:#9ca3af;display:flex;font-size:.9rem;height:100%;justify-content:center;width:100%}.post-content{padding:1.5rem}.post-content h3{color:#111827;font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.post-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:1rem;overflow:hidden}.post-meta{align-items:center;color:#9ca3af;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:1rem}.status-badge{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.post-actions{display:flex;gap:.75rem}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.category-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.category-color{border-radius:8px;flex-shrink:0;height:40px;width:40px}.category-content{flex:1 1}.category-content h3{color:#111827;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.category-content p{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.category-actions{display:flex;gap:.5rem}.tags-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.tag-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s ease}.tag-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tag-content h3{color:#111827;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.tag-content p{color:#6b7280;font-size:.9rem;margin-bottom:.75rem}.tag-count{background:#f3f4f6;border-radius:12px;color:#6b7280;display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:1rem;padding:.25rem .75rem}.tag-actions{display:flex;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#034c3c,#023a2e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #034c3c4d;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-danger:hover{background:#b91c1c;transform:translateY(-1px)}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{color:#111827;font-size:1.5rem;font-weight:700}.close-btn{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.close-btn:hover{background:#f3f4f6;color:#374151}.modal-body{padding:2rem}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#034c3c;box-shadow:0 0 0 3px #034c3c1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-group input[type=color]{border:none;border-radius:6px;cursor:pointer;height:40px;padding:0;width:60px}.form-group input[type=file]{background:#f9fafb;border:2px dashed #d1d5db;cursor:pointer;padding:.5rem}.form-group input[type=file]:hover{background:#f0fdf4;border-color:#034c3c}.upload-progress{background:#f3f4f6;border-radius:4px;height:4px;margin-top:.5rem;overflow:hidden}.progress-bar{background:linear-gradient(135deg,#034c3c,#023a2e);height:100%;transition:width .3s ease}.image-preview{border:1px solid #e5e7eb;border-radius:6px;margin-top:1rem;max-width:200px;overflow:hidden}.image-preview img{display:block;height:auto;width:100%}.loading-spinner{padding:4rem 2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#034c3c;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner p{color:#6b7280;font-size:1.1rem}.error-message{margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.error-message h2{color:#374151;font-size:2rem;font-weight:700;margin-bottom:1rem}.error-message p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.server-instructions{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.server-instructions h3{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.server-instructions ol{margin:0;padding-left:1.5rem}.server-instructions li{color:#6b7280;line-height:1.5;margin-bottom:.75rem}.server-instructions code{background:#f3f4f6;border-radius:4px;color:#374151;font-family:Courier New,monospace;font-size:.9rem;padding:.25rem .5rem}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.tags-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.blog-admin-page{padding:1rem}.blog-admin-header h1{font-size:2rem}.environment-buttons{flex-direction:column;gap:.25rem}.env-btn{justify-content:center}.blog-admin-tabs{flex-direction:column;gap:0}.tab{border-bottom:1px solid #e5e7eb;border-radius:0}.tab.active{border-bottom-color:#034c3c}.content-header{align-items:flex-start;flex-direction:column;gap:1rem}.categories-grid,.posts-grid,.tags-grid{grid-template-columns:1fr}.modal{margin:1rem;max-height:95vh}.modal-body,.modal-footer,.modal-header{padding:1rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}@media (max-width:480px){.blog-admin-page{padding:.5rem}.tab-content{padding:1rem}.category-card,.post-card,.tag-card{margin-bottom:1rem}.category-actions,.post-actions,.tag-actions{flex-direction:column}.category-actions button,.post-actions button,.tag-actions button{width:100%}}
/*# sourceMappingURL=main.ac2a2a54.css.map*/