.blog-container{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;min-height:100vh;padding:10rem 0}.blog-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0006;border-bottom:1px solid #ffffff1a;padding:4rem 0 3rem;text-align:center}.blog-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#ffd93d);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 4px 8px #0000004d}.blog-subtitle{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.new-post-btn{font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem}.new-post-form-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000004d;border-bottom:1px solid #ffffff1a;padding:2rem 0}.new-post-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:0 auto;max-width:800px;padding:2rem}.new-post-form h3{color:#ff6b35;font-size:1.5rem;text-align:center}.form-group,.new-post-form h3{margin-bottom:1.5rem}.form-group label{color:#fff;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#0000004d;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#0006;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-group input[type=checkbox]{margin:0;width:auto}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.blog-content{padding:4rem 0}.blog-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#ff6b35;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-posts{padding:4rem 0;text-align:center}.no-posts-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-posts h3{color:#ff6b35;font-size:1.5rem;margin-bottom:1rem}.no-posts p{color:#ccc;font-size:1.1rem}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.blog-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.blog-card:hover{border-color:#ff6b354d;box-shadow:0 8px 25px #0000004d;transform:translateY(-4px)}.blog-card.featured{background:linear-gradient(135deg,#ffd93d1a,#ff6b351a);border-color:#ffd93d}.featured-badge{background:linear-gradient(135deg,#ffd93d,#ff6b35);border-radius:20px;color:#000;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.blog-card-content{position:relative;z-index:1}.blog-card-meta{align-items:center;color:#888;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:1rem}.blog-date{font-weight:500}.blog-tags{display:flex;gap:.5rem}.tag{background:#ff6b3533;border-radius:12px;color:#ff6b35;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.blog-card-title{color:#fff;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.blog-card-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ccc;display:-webkit-box;line-height:1.6;margin-bottom:1.5rem;overflow:hidden}.blog-card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.blog-author{color:#888;font-size:.9rem;font-weight:500}.read-more{color:#ff6b35;font-size:.9rem;font-weight:600;transition:color .3s ease}.blog-card:hover .read-more{color:#ffd93d}.post-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.post-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23f2;border:1px solid #ffffff1a;border-radius:20px;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.modal-close{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:40px;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#ff6b354d;transform:scale(1.1)}.post-content{padding:2rem}.post-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem}.post-meta{color:#888;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem;margin-bottom:1rem}.post-author,.post-date{font-weight:500}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.post-excerpt{color:#ccc;font-size:1.1rem;font-style:italic;line-height:1.6}.post-body{color:#fff;font-size:1.1rem;line-height:1.8}.post-body p{margin-bottom:1.5rem}.post-footer{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem}.post-actions{display:flex;justify-content:center}@media (max-width:768px){.blog-title{font-size:2.5rem}.blog-subtitle{font-size:1rem}.blog-grid{gap:1.5rem;grid-template-columns:1fr}.blog-card{padding:1rem}.blog-card-title{font-size:1.1rem}.post-modal{margin:1rem;max-height:95vh}.post-content{padding:1.5rem}.post-title{font-size:1.8rem}.blog-card-meta,.form-actions{flex-direction:column}.blog-card-meta{align-items:flex-start;gap:.5rem}}@media (max-width:480px){.blog-header{padding:2rem 0 1.5rem}.blog-title{font-size:2rem}.new-post-form{padding:1.5rem}.post-content,.post-modal-overlay{padding:1rem}.post-title{font-size:1.5rem}}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #ff6b354d;transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.btn-outline{background:#0000;border:1px solid #ff6b35;color:#ff6b35}.btn-outline:hover{background:#ff6b35;color:#fff}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}
/*# sourceMappingURL=373.c4515d9c.chunk.css.map*/