*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden}.blog-container{background:linear-gradient(#111827 0% 50%,#111827 100%);width:100%;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:0 0;position:absolute;inset:0}.hero-bg:after{content:"";-webkit-backdrop-filter:blur();backdrop-filter:blur();background:linear-gradient(#111827f2,#111827f2,#111827f2);position:absolute;inset:0}.hero-content-wrapper{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;position:relative}.hero-title{text-align:center;margin-bottom:1rem;font-size:clamp(2.5rem,10vw,5rem);font-weight:900;line-height:1}.search-wrapper{max-width:600px;margin:1.5rem auto;position:relative}.search-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#1f293799;border:1px solid #4b556399;border-radius:9999px;outline:none;width:100%;padding:.9rem 3rem .9rem 1.25rem;font-size:.95rem;transition:all .3s}.search-input::placeholder{color:#ffffff80}.search-input:focus{border-color:#f59e0b99;box-shadow:0 0 0 4px #f59e0b1f}.search-icon{color:#ffffff80;pointer-events:none;width:1.25rem;height:1.25rem;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.category-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.category-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e5e7ebd9;cursor:pointer;background:#1f293799;border:1px solid #4b556399;border-radius:9999px;outline:none;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s}.category-pill:hover{color:#fff;border-color:#e5e7eb99;transform:translateY(-2px)}.category-pill.active{color:#fff;background:linear-gradient(135deg,#92400e,#f59e0b);border-color:#0000;box-shadow:0 8px 24px #f59e0b59}.section{padding:2.5rem 0}.section-title{color:#fff;text-align:center;margin-bottom:1.25rem;font-size:2rem;font-weight:900}.featured-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1f2937b3;border:1px solid #1f2937;border-radius:1rem;grid-template-columns:1fr 1fr;gap:0;margin:0 auto;transition:all .4s;display:grid;overflow:hidden;box-shadow:0 20px 60px #0006}.featured-card:hover{border-color:#f59e0b80;transform:translateY(-8px);box-shadow:0 30px 80px #0009}.featured-image{min-height:320px;position:relative;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.featured-card:hover .featured-image img{transform:scale(1.1)}.featured-badge{color:#fff;z-index:10;background:linear-gradient(135deg,#92400e,#f59e0b);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 20px #f59e0b59}.featured-content{flex-direction:column;justify-content:center;padding:1.25rem;display:flex}.badge{color:#fff;background:linear-gradient(135deg,#92400e,#f59e0b);border-radius:9999px;padding:.4rem .8rem;font-size:.8125rem;font-weight:700;display:inline-block}.featured-title{color:#fff;margin-bottom:1rem;font-size:1.375rem;font-weight:900;line-height:1.2}.featured-excerpt{color:#ffffffb3;margin-bottom:.75rem;font-size:.9375rem;line-height:1.8}.featured-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.author{align-items:center;gap:1rem;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.author-name{color:#fff;font-size:.9375rem;font-weight:700}.author-role{color:#fff9;font-size:.8125rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #f59e0b4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d9770673}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.post-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#1f293799;border:1px solid #1f2937;border-radius:1rem;transition:all .4s;overflow:hidden}.post-card:hover{border-color:#f59e0b80;box-shadow:0 20px 60px #00000080}.post-image{height:160px;position:relative;overflow:hidden}.post-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.post-card:hover .post-image img{transform:scale(1.15)}.post-badge{color:#fff;z-index:10;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:9999px;padding:.4rem .8rem;font-size:.6875rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 15px #0000004d}.post-content{padding:.75rem}.post-meta{color:#ffffff80;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.post-title{color:#fff;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:900;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.post-card:hover .post-title{color:#a78bfa}.post-excerpt{color:#ffffffb3;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.8125rem;line-height:1.7;display:-webkit-box;overflow:hidden}.post-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.tag{color:#fde68a;background:#d977062e;border:1px solid #d977064d;border-radius:9999px;padding:.25rem .6rem;font-size:.65rem;font-weight:600;transition:all .3s}.tag:hover{background:#d9770647}.post-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.author-small{color:#fffc;align-items:center;gap:.75rem;font-size:.75rem;font-weight:600;display:flex}.avatar-small{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.8rem;font-weight:700;display:flex}.newsletter{background:0 0;padding:0;position:relative;overflow:visible}.newsletter .container{justify-content:center;align-items:center;display:flex}.newsletter .container>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(1200px 500px at 10% -10%,#ffffff0a,#0000 40%),radial-gradient(800px 400px at 90% 120%,#ffffff08,#0000 50%),#1f2937b3;border:1px solid #374151e6;border-radius:1rem;grid-template-columns:1.1fr 1fr;align-items:center;gap:1.5rem;width:100%;max-width:900px;padding:1.5rem;display:grid;position:relative;box-shadow:0 16px 40px #00000073}.newsletter-title,.newsletter-subtitle{text-align:left}.newsletter-title{margin-bottom:.5rem;line-height:1.15}.newsletter-title:after{content:"";background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:9999px;width:64px;height:3px;margin-top:.5rem;display:block}.newsletter-subtitle{max-width:46ch;margin-bottom:1rem}.newsletter-form,.newsletter-features{justify-content:flex-start}.newsletter-form{grid-template-columns:1fr auto;max-width:560px;margin:0}.newsletter-input,.newsletter-btn{border-radius:10px;height:48px}.newsletter-input{background:#111827d9;border:1px solid #4b556399;box-shadow:inset 0 1px 2px #00000059}.newsletter-btn{letter-spacing:.2px;padding:0 1.25rem;font-weight:800}.newsletter .container>div:before{content:"";filter:blur(.2px);pointer-events:none;background:linear-gradient(#0000 0%,#ffffff0f 10%,#ffffff14 50%,#ffffff0f 90%,#0000 100%);border-radius:9999px;width:2px;position:absolute;top:2rem;bottom:2rem;left:50%}.newsletter-form{margin-bottom:.5rem}.newsletter-features span{color:#e5e7ebe6;background:#11182799;border:1px solid #374151cc;border-radius:12px;padding:.5rem .8rem;transition:transform .15s,box-shadow .2s,border-color .2s;box-shadow:0 6px 18px #00000040}.newsletter-features span:hover{border-color:#f59e0b80;transform:translateY(-1px);box-shadow:0 10px 24px #00000059}.newsletter-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem;margin-top:.5rem;display:grid}.newsletter-input:focus{border-color:#f59e0b99;outline:none;box-shadow:0 0 0 4px #f59e0b1f}.newsletter-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.newsletter-btn:focus{outline:none;box-shadow:0 0 0 4px #f59e0b33}@media (max-width:640px){.newsletter .container>div{padding:1.25rem}.newsletter-form{grid-template-columns:1fr}.newsletter-btn{width:100%}.newsletter-features{grid-template-columns:1fr}}@media (max-width:900px){.newsletter .container>div{grid-template-columns:1fr;gap:1rem}.newsletter .container>div:before{display:none}.newsletter-title,.newsletter-subtitle,.newsletter-form,.newsletter-features{text-align:center;justify-content:center}}.newsletter-features{color:#e5e7ebd9;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-top:.75rem;font-size:.8125rem;font-weight:500;display:flex}.newsletter-features span{color:#e5e7ebe6;background:#1f293799;border:1px solid #4b556399;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .6rem;display:inline-flex;box-shadow:0 4px 12px #00000038}.newsletter-features span:before{content:"✓";color:#f59e0b;text-shadow:0 0 6px #f59e0b59;display:inline-block}.newsletter-features span:hover{box-shadow:0 6px 18px #00000047}.newsletter .container>div:hover{border-color:#4b5563e6;box-shadow:0 24px 60px #00000080}@media (max-width:1024px){.featured-card{grid-template-columns:1fr}.featured-image{min-height:320px}.section{padding:2rem 0}}@media (max-width:768px){.container{padding:0 1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.newsletter-form{flex-direction:column}.category-pills{gap:.5rem}.category-pill{padding:.5rem .875rem;font-size:.75rem}.section{padding:1.75rem 0}.hero-section{min-height:72vh}}@media (max-width:480px){.hero-title{font-size:2.25rem}.featured-content{padding:1.5rem}.section{padding:1.5rem 0}.hero-title{margin-bottom:.75rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:linear-gradient(#f59e0b,#d97706);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#d97706,#f59e0b)}
