.blog-module__7I_YwW__blogPage{color:#fff;background:#0a0f1d;min-height:100vh}.blog-module__7I_YwW__heroSection{text-align:center;background:linear-gradient(135deg,#1a2438 0%,#0a0f1d 100%);padding:6rem 2rem;position:relative;overflow:hidden}.blog-module__7I_YwW__heroContent h1{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.blog-module__7I_YwW__heroContent p{color:#b5b0bc;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.blog-module__7I_YwW__categoriesSection{z-index:100;background:#121723;border-bottom:1px solid #ffffff1a;padding:2rem;position:sticky;top:0}.blog-module__7I_YwW__categories{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.blog-module__7I_YwW__categoryButton{color:#b5b0bc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.blog-module__7I_YwW__categoryButton:hover{background:var(--primary-gradient);color:#fff;border-color:#0000;transform:translateY(-2px)}.blog-module__7I_YwW__categoryButton.blog-module__7I_YwW__active{background:var(--primary-gradient);color:#fff;border-color:#0000}.blog-module__7I_YwW__blogPostsSection{background:#121723;padding:4rem 2rem}.blog-module__7I_YwW__blogPostsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.blog-module__7I_YwW__blogPost{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.blog-module__7I_YwW__blogPost:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.blog-module__7I_YwW__postImage{height:200px;position:relative;overflow:hidden}.blog-module__7I_YwW__postImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-module__7I_YwW__blogPost:hover .blog-module__7I_YwW__postImage img{transform:scale(1.1)}.blog-module__7I_YwW__categoryBadge{background:var(--primary-gradient);color:#fff;z-index:2;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.blog-module__7I_YwW__postContent{padding:2rem}.blog-module__7I_YwW__postContent h2{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:600;line-height:1.4}.blog-module__7I_YwW__postExcerpt{color:#b5b0bc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.blog-module__7I_YwW__postMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.blog-module__7I_YwW__postDate,.blog-module__7I_YwW__postAuthor,.blog-module__7I_YwW__readTime{color:#888;align-items:center;gap:.3rem;display:flex}.blog-module__7I_YwW__postDate:before{content:"📅";font-size:.9rem}.blog-module__7I_YwW__postAuthor:before{content:"👤";font-size:.9rem}.blog-module__7I_YwW__readTime:before{content:"⏱️";font-size:.9rem}.blog-module__7I_YwW__readMoreButton{border:2px solid var(--primary-color);color:var(--primary-color);cursor:pointer;text-align:center;background:0 0;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.blog-module__7I_YwW__readMoreButton:hover{background:var(--primary-gradient);color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 20px #ff66004d}.blog-module__7I_YwW__paginationSection{background:#121723;border-top:1px solid #ffffff1a;padding:2rem}.blog-module__7I_YwW__pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.blog-module__7I_YwW__paginationButton{color:#b5b0bc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;min-width:45px;padding:.75rem 1.25rem;font-weight:500;transition:all .3s}.blog-module__7I_YwW__paginationButton:hover{background:#ffffff1a;transform:translateY(-2px)}.blog-module__7I_YwW__paginationButtonActive{background:var(--primary-gradient);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;min-width:45px;padding:.75rem 1.25rem;font-weight:600;transform:translateY(-2px);box-shadow:0 4px 12px #ff66004d}.blog-module__7I_YwW__newsletterSection{text-align:center;background:linear-gradient(135deg,#1a2438 0%,#0a0f1d 100%);padding:6rem 2rem;position:relative;overflow:hidden}.blog-module__7I_YwW__newsletterContent{z-index:2;max-width:600px;margin:0 auto;position:relative}.blog-module__7I_YwW__newsletterContent h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.blog-module__7I_YwW__newsletterContent p{color:#b5b0bc;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.blog-module__7I_YwW__newsletterForm{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:500px;margin:0 auto;display:flex}.blog-module__7I_YwW__newsletterInput{color:#fff;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;flex:1;min-width:250px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.blog-module__7I_YwW__newsletterInput:focus{border-color:var(--primary-color);background:#ffffff14;outline:none}.blog-module__7I_YwW__newsletterInput::placeholder{color:#888}.blog-module__7I_YwW__newsletterButton{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;min-width:150px;padding:1rem 2rem;font-weight:600;transition:all .3s}.blog-module__7I_YwW__newsletterButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f606}.blog-module__7I_YwW__newsletterSection:before,.blog-module__7I_YwW__newsletterSection:after{content:"";background:var(--primary-gradient);opacity:.1;filter:blur(40px);border-radius:50%;animation:8s ease-in-out infinite blog-module__7I_YwW__float;position:absolute}.blog-module__7I_YwW__newsletterSection:before{width:200px;height:200px;animation-delay:0s;top:-50px;left:-50px}.blog-module__7I_YwW__newsletterSection:after{width:150px;height:150px;animation-delay:2s;bottom:-30px;right:-30px}@keyframes blog-module__7I_YwW__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@media (max-width:1024px){.blog-module__7I_YwW__heroContent h1{font-size:2.5rem}.blog-module__7I_YwW__blogPostsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width:768px){.blog-module__7I_YwW__heroSection{padding:4rem 1.5rem}.blog-module__7I_YwW__heroContent h1{font-size:2.2rem}.blog-module__7I_YwW__categoriesSection{padding:1.5rem;position:static}.blog-module__7I_YwW__categories{scrollbar-width:thin;justify-content:flex-start;padding-bottom:1rem;overflow-x:auto}.blog-module__7I_YwW__categories::-webkit-scrollbar{height:4px}.blog-module__7I_YwW__categories::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.blog-module__7I_YwW__blogPostsSection{padding:3rem 1.5rem}.blog-module__7I_YwW__blogPostsGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__7I_YwW__postContent{padding:1.5rem}.blog-module__7I_YwW__postContent h2{font-size:1.3rem}.blog-module__7I_YwW__postMeta{flex-direction:column;align-items:flex-start;gap:.5rem}.blog-module__7I_YwW__newsletterForm{flex-direction:column;align-items:stretch}.blog-module__7I_YwW__newsletterInput{min-width:auto}.blog-module__7I_YwW__pagination{gap:.3rem}.blog-module__7I_YwW__paginationButton,.blog-module__7I_YwW__paginationButtonActive{min-width:40px;padding:.6rem 1rem;font-size:.9rem}}@media (max-width:480px){.blog-module__7I_YwW__heroSection{padding:3rem 1rem}.blog-module__7I_YwW__heroContent h1{font-size:2rem}.blog-module__7I_YwW__heroContent p{font-size:1.1rem}.blog-module__7I_YwW__categoriesSection{padding:1rem}.blog-module__7I_YwW__categoryButton{padding:.6rem 1.2rem;font-size:.85rem}.blog-module__7I_YwW__blogPostsSection{padding:2rem 1rem}.blog-module__7I_YwW__postImage{height:180px}.blog-module__7I_YwW__postContent{padding:1.25rem}.blog-module__7I_YwW__readMoreButton{padding:.6rem 1.2rem;font-size:.9rem}.blog-module__7I_YwW__newsletterSection{padding:4rem 1rem}.blog-module__7I_YwW__newsletterContent h2{font-size:2rem}.blog-module__7I_YwW__newsletterContent p{font-size:1.1rem}.blog-module__7I_YwW__newsletterButton{padding:.8rem 1.5rem}}@media (prefers-color-scheme:dark){.blog-module__7I_YwW__blogPost,.blog-module__7I_YwW__categoryButton,.blog-module__7I_YwW__newsletterInput{background:#ffffff08}}@media (prefers-reduced-motion:reduce){.blog-module__7I_YwW__blogPost,.blog-module__7I_YwW__categoryButton,.blog-module__7I_YwW__readMoreButton,.blog-module__7I_YwW__paginationButton,.blog-module__7I_YwW__newsletterButton,.blog-module__7I_YwW__postImage img{transition:none}.blog-module__7I_YwW__newsletterSection:before,.blog-module__7I_YwW__newsletterSection:after{animation:none}.blog-module__7I_YwW__blogPost:hover{transform:none}}
