.Blog_blogSection__z3wrB{padding:100px 0;min-height:100vh}.Blog_subtitle__mZrQW{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.Blog_controls__BZRpt{margin-bottom:60px;display:flex;flex-direction:column;gap:30px;align-items:center}.Blog_searchBox__z8qKm{width:100%;max-width:500px}.Blog_searchInput__MYypI{width:100%;padding:16px 24px;font-size:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50px;color:var(--text-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.Blog_searchInput__MYypI:focus{outline:none;border-color:var(--primary);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.Blog_searchInput__MYypI::placeholder{color:var(--text-muted)}.Blog_categories__eFBTN{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.Blog_categoryBtn__FYcJF{padding:10px 24px;font-size:.95rem;font-weight:500;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50px;color:var(--text-muted);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Blog_categoryBtn__FYcJF:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:var(--text-color);transform:translateY(-2px)}.Blog_categoryBtn__FYcJF.Blog_active__LYW4B{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;color:white;box-shadow:0 4px 20px rgba(37,99,235,.3)}.Blog_grid__Zqkbf{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.Blog_card__gjdwl{padding:32px;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.Blog_card__gjdwl:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));opacity:0;transition:opacity .3s ease}.Blog_card__gjdwl:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3);background:rgba(255,255,255,.06)}.Blog_card__gjdwl:hover:before{opacity:1}.Blog_cardLink__otC19{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.Blog_cardHeader__sKdxL{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.Blog_category__Q6cvd{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(124,77,255,.15));border:1px solid rgba(37,99,235,.3);border-radius:50px;font-size:.85rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.Blog_readTime__RrS2N{font-size:.85rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.Blog_title__gDfWr{font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:12px;color:var(--text-color);transition:color .3s ease}.Blog_card__gjdwl:hover .Blog_title__gDfWr{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Blog_excerpt__FiRpN{color:var(--text-muted);line-height:1.7;margin-bottom:20px;flex-grow:1;font-size:1rem}.Blog_cardFooter__eCApw{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.Blog_date__01YbW{font-size:.9rem;color:var(--text-muted);font-weight:500}.Blog_readMore__cWzUJ{font-size:.95rem;font-weight:600;color:var(--primary);transition:all .3s ease;display:flex;align-items:center;gap:4px}.Blog_card__gjdwl:hover .Blog_readMore__cWzUJ{gap:8px;color:var(--secondary)}.Blog_noResults__5Q8Yp{grid-column:1/-1;text-align:center;padding:80px 20px;color:var(--text-muted);font-size:1.1rem}@media (max-width:768px){.Blog_blogSection__z3wrB{padding:60px 0}.Blog_grid__Zqkbf{grid-template-columns:1fr;gap:24px}.Blog_controls__BZRpt{gap:20px}.Blog_categories__eFBTN{gap:8px}.Blog_categoryBtn__FYcJF{padding:8px 16px;font-size:.85rem}.Blog_card__gjdwl{padding:24px}.Blog_title__gDfWr{font-size:1.3rem}.Blog_excerpt__FiRpN{font-size:.95rem}}@media (max-width:480px){.Blog_searchInput__MYypI{font-size:.95rem;padding:14px 20px}.Blog_cardHeader__sKdxL{flex-direction:column;align-items:flex-start}.Blog_readTime__RrS2N{font-size:.8rem}}