.blog-module__G2rycG__heroBanner{background-color:var(--color-background);justify-content:center;align-items:flex-end;width:100%;height:480px;margin-top:-100px;display:flex;position:relative;overflow:hidden}.dark .blog-module__G2rycG__heroBanner{background-color:var(--color-background)}.blog-module__G2rycG__heroImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%}.blog-module__G2rycG__heroImageLight{opacity:1}.blog-module__G2rycG__heroImageDark{opacity:0}.dark .blog-module__G2rycG__heroImageLight{opacity:0}.dark .blog-module__G2rycG__heroImageDark{opacity:1}.blog-module__G2rycG__heroOverlay{background:linear-gradient(#fff3 0%,#0000 40%),#00000059;position:absolute;inset:0}.dark .blog-module__G2rycG__heroOverlay{background:linear-gradient(#0003 0%,#0000 40%),#00000080}.blog-module__G2rycG__heroContent{z-index:2;flex-direction:column;gap:12px;width:min(1120px,100% - 64px);padding-bottom:48px;display:flex;position:relative}.blog-module__G2rycG__heroContent h1{letter-spacing:-.03em;color:#fff;text-shadow:0 2px 8px #0000004d;margin:0;font-size:clamp(40px,7vw,56px);font-weight:700;line-height:1.1}.blog-module__G2rycG__heroDescription{color:#ffffffe6;text-shadow:0 1px 4px #0000004d;max-width:600px;margin:0;font-size:18px;line-height:1.6}.blog-module__G2rycG__heroSearchContainer{width:100%;margin-top:8px;position:relative}.blog-module__G2rycG__heroSearchInput{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;outline:none;width:100%;padding:14px 40px 14px 16px;font-size:15px;transition:background .2s,border-color .2s}.blog-module__G2rycG__heroSearchInput::placeholder{color:#fff9}.blog-module__G2rycG__heroSearchInput:focus{background:#fff3;border-color:#fff6}.blog-module__G2rycG__heroSearchClear{color:#fffc;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.blog-module__G2rycG__heroSearchClear:hover{background:#ffffff4d}.blog-module__G2rycG__page{background-color:var(--color-background);justify-content:center;min-height:100vh;display:flex}.blog-module__G2rycG__inner{flex-direction:column;gap:48px;width:min(1120px,100% - 64px);padding:48px 0 80px;display:flex}.blog-module__G2rycG__pageHeader{flex-direction:column;gap:16px;max-width:720px;display:flex}.blog-module__G2rycG__pageHeader h1{letter-spacing:-.03em;margin:0;font-size:clamp(40px,7vw,56px);font-weight:700;line-height:1.1}.blog-module__G2rycG__pageDescription{color:var(--color-text-muted);margin:0;font-size:18px;line-height:1.6}.dark .blog-module__G2rycG__pageDescription{color:rgba(var(--color-muted-rgb),.9)}.blog-module__G2rycG__searchContainer{width:100%;position:relative}.blog-module__G2rycG__searchInput{width:100%;color:var(--color-text-primary);border:none;border-bottom:1px solid rgba(var(--color-dark-rgb),.15);background:0 0;border-radius:0;outline:none;padding:12px 36px 12px 0;font-size:16px;transition:border-color .2s}.blog-module__G2rycG__searchInput::placeholder{color:rgba(var(--color-dark-rgb),.35);font-weight:400}.blog-module__G2rycG__searchInput:focus{border-bottom-color:var(--color-brand)}.dark .blog-module__G2rycG__searchInput{border-bottom-color:rgba(var(--color-muted-rgb),.25);color:rgba(var(--color-light-rgb),1)}.dark .blog-module__G2rycG__searchInput::placeholder{color:rgba(var(--color-muted-rgb),.45)}.dark .blog-module__G2rycG__searchInput:focus{border-bottom-color:var(--color-brand)}.blog-module__G2rycG__searchClear{width:20px;height:20px;color:rgba(var(--color-dark-rgb),.3);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:color .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.blog-module__G2rycG__searchClear:hover{color:var(--color-text-primary)}.dark .blog-module__G2rycG__searchClear{color:rgba(var(--color-muted-rgb),.4)}.dark .blog-module__G2rycG__searchClear:hover{color:rgba(var(--color-light-rgb),1)}.blog-module__G2rycG__postsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.blog-module__G2rycG__postCard{background:var(--color-surface-card);border:1px solid #d67a4c1f;border-radius:20px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.blog-module__G2rycG__postCard:hover{border-color:#d67a4c40;transform:translateY(-4px);box-shadow:0 16px 40px #d67a4c1f}.dark .blog-module__G2rycG__postCard{background:rgba(var(--color-muted-rgb),.08);border:1px solid rgba(var(--color-muted-rgb),.15);box-shadow:none}.dark .blog-module__G2rycG__postCard:hover{border-color:rgba(var(--color-muted-rgb),.3);box-shadow:0 16px 40px #0000004d}.blog-module__G2rycG__postLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.blog-module__G2rycG__postImageWrapper{background:#d67a4c0d;width:100%;height:180px;position:relative;overflow:hidden}.blog-module__G2rycG__postImage{-o-object-fit:cover;object-fit:cover;transition:transform .3s}.blog-module__G2rycG__postCard:hover .blog-module__G2rycG__postImage{transform:scale(1.05)}.dark .blog-module__G2rycG__postImageWrapper{background:rgba(var(--color-muted-rgb),.1)}.blog-module__G2rycG__postContent{flex-direction:column;gap:12px;padding:24px;display:flex}.blog-module__G2rycG__postDate{color:var(--color-text-secondary);font-size:13px}.dark .blog-module__G2rycG__postDate{color:rgba(var(--color-light-rgb),.5)}.blog-module__G2rycG__postCategory{color:var(--color-brand);font-size:14px;font-weight:500}.blog-module__G2rycG__postTitle{letter-spacing:-.02em;color:var(--color-text-primary);margin:0;font-size:22px;font-weight:600;line-height:1.3;transition:color .2s}.blog-module__G2rycG__postCard:hover .blog-module__G2rycG__postTitle{color:var(--color-brand)}.dark .blog-module__G2rycG__postTitle{color:rgba(var(--color-light-rgb),1)}.dark .blog-module__G2rycG__postCard:hover .blog-module__G2rycG__postTitle{color:var(--color-brand)}.blog-module__G2rycG__postDescription{color:var(--color-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.dark .blog-module__G2rycG__postDescription{color:rgba(var(--color-muted-rgb),.85)}.blog-module__G2rycG__postMeta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.dark .blog-module__G2rycG__postMeta{color:rgba(var(--color-muted-rgb),.75)}.blog-module__G2rycG__postAuthor{font-weight:500}.blog-module__G2rycG__postMetaSeparator{opacity:.5}.blog-module__G2rycG__postTags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.blog-module__G2rycG__postTag{background:rgba(var(--color-dark-rgb),.05);color:var(--color-text-muted);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.dark .blog-module__G2rycG__postTag{background:rgba(var(--color-muted-rgb),.15);color:rgba(var(--color-muted-rgb),.9)}.blog-module__G2rycG__emptyState{background:var(--color-surface-card);color:var(--color-text-muted);border:2px dashed #d67a4c33;border-radius:20px;justify-content:center;align-items:center;padding:80px 24px;font-size:18px;display:flex}.dark .blog-module__G2rycG__emptyState{background:rgba(var(--color-muted-rgb),.05);border-color:rgba(var(--color-muted-rgb),.2);color:rgba(var(--color-muted-rgb),.75)}@media (max-width:900px){.blog-module__G2rycG__heroBanner{height:400px}.blog-module__G2rycG__heroContent{text-align:center;align-items:center;width:min(640px,100% - 48px);padding-bottom:36px}.blog-module__G2rycG__heroDescription{font-size:16px}.blog-module__G2rycG__inner{gap:40px;width:min(640px,100% - 48px);padding:36px 0 60px}.blog-module__G2rycG__postsGrid{grid-template-columns:1fr;gap:20px}.blog-module__G2rycG__postLink{padding:24px}.blog-module__G2rycG__postTitle{font-size:20px}}@media (max-width:520px){.blog-module__G2rycG__heroBanner{height:380px}.blog-module__G2rycG__heroContent{gap:10px;width:calc(100% - 40px);padding-bottom:28px}.blog-module__G2rycG__heroDescription{font-size:15px}.blog-module__G2rycG__heroSearchInput{padding:12px 36px 12px 14px;font-size:14px}.blog-module__G2rycG__inner{gap:32px;width:calc(100% - 40px);padding:28px 0 48px}.blog-module__G2rycG__postLink{gap:10px;padding:20px}.blog-module__G2rycG__postTitle{font-size:18px}.blog-module__G2rycG__postDescription{font-size:14px}.blog-module__G2rycG__postMeta{font-size:12px}.blog-module__G2rycG__postTag{padding:3px 8px;font-size:11px}}
