@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&display=swap";
:root{--title-gradient:linear-gradient(to bottom,#fff,#00034d);--meta-color:#7f8fa6;--glass-bg:#00000080;--glass-blur:10px}*{box-sizing:border-box;font-family:"Baloo 2",cursive!important}body{color:#fff;z-index:1;background:0 0;margin:0;padding:0;position:relative}body.show-bg:before{content:"";z-index:-1;background-image:url(/images/bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.post-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding-bottom:3rem;display:grid}.post-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));cursor:pointer;max-width:100%;color:inherit;border-radius:18px;flex-direction:column;justify-content:space-between;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 20px #00034db3}.post-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00034de6}.post-card h2{background:var(--title-gradient);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;margin-bottom:1rem;font-weight:800}.post-card p{color:#fff;text-align:center}.post-card-banner{border-radius:16px 16px 0 0;width:100%;max-height:180px;margin-bottom:1rem;overflow:hidden}.post-card-banner img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.post-card:hover .post-card-banner img{transform:scale(1.05)}.post-meta{color:var(--meta-color);justify-content:space-between;margin-top:1rem;font-size:.85rem;display:flex}.post-authors{flex-wrap:wrap;gap:.5rem;display:flex}.author{color:#fff;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.author-avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.author-icon{font-size:20px}.read-more{color:#fff;margin-top:1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.read-more:hover{opacity:.7}.blog-wrapper{text-align:center;background:var(--glass-bg);max-width:900px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border-radius:20px;margin:3rem auto;padding:2rem;box-shadow:0 10px 30px #00034dcc}.blog-title{background:var(--title-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.blog-meta{color:var(--meta-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;display:flex}.blog-authors .author{align-items:center;gap:.4rem;margin-right:.75rem;display:flex}.author-avatar{object-fit:cover;border:1px solid #fff;border-radius:50%;width:24px;height:24px}.blog-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag-bubble{color:#fff;background:#00034dcc;border-radius:999px;padding:.3rem .8rem;font-size:.85rem;font-weight:600;transition:background .2s}.tag-bubble:hover{background:#00034d;box-shadow:0 0 10px #00034db3}.blog-date{color:#ccc;font-size:.85rem;font-weight:500}.blog-content{color:#fff;text-align:left;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.8}.blog-content p,.blog-content h1,.blog-content h2,.blog-content h3{margin-bottom:1.5rem}.blog-content ul,.blog-content ol{text-align:left;margin:0 0 1.5rem;padding-left:1.5rem;display:inline-block}.blog-content li{margin-bottom:.5rem}.tag-bar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.tag-button{cursor:pointer;color:#fff;background:#00000080;border:none;border-radius:12px;padding:.5rem 1rem;font-family:"Baloo 2",cursive;font-weight:600;transition:all .2s}.tag-button:hover{background:#00034dcc;box-shadow:0 0 12px #00034db3}.tag-button.active{background:#00034d;box-shadow:0 0 15px #00034de6}
