.Hero-module__ZARIfG__hero{padding:calc(var(--header-height) + var(--gap-xl))0 var(--gap-xl);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{gap:var(--gap-lg);grid-template-columns:1.2fr .8fr;align-items:center;display:grid}.Hero-module__ZARIfG__textSide{z-index:2}.Hero-module__ZARIfG__label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--gap-sm);font-size:.875rem;font-weight:700;display:block}.Hero-module__ZARIfG__title{margin-bottom:var(--gap-md)}.Hero-module__ZARIfG__description{color:var(--foreground-muted);max-width:500px;margin-bottom:var(--gap-md);font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__actions{gap:var(--gap-sm);display:flex}.Hero-module__ZARIfG__imageSide{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{z-index:2;border:4px solid #ffffff1a;border-radius:50%;width:400px;height:400px;position:relative;overflow:hidden;box-shadow:0 0 40px #d946ef4d}.Hero-module__ZARIfG__image{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__glow{background:var(--gradient-glow);z-index:1;filter:blur(60px);opacity:.6;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:calc(var(--header-height) + var(--gap-md))var(--gap-md)var(--gap-xl);min-height:auto}.Hero-module__ZARIfG__content{text-align:center;gap:var(--gap-md);grid-template-columns:1fr}.Hero-module__ZARIfG__textSide{width:100%;padding:0}.Hero-module__ZARIfG__label{font-size:.75rem}.Hero-module__ZARIfG__title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;line-height:1.1;font-size:clamp(2rem,8vw,3rem)!important}.Hero-module__ZARIfG__description{margin:0 auto var(--gap-md);max-width:100%;padding:0 var(--gap-sm);font-size:1rem}.Hero-module__ZARIfG__actions{flex-wrap:wrap;justify-content:center}.Hero-module__ZARIfG__imageWrapper{width:280px;height:280px;margin:var(--gap-md)auto 0}.Hero-module__ZARIfG__glow{width:400px;height:400px}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:calc(var(--header-height) + var(--gap-sm))var(--gap-sm)var(--gap-lg)}.Hero-module__ZARIfG__title{font-size:clamp(1.75rem,7vw,2.5rem)!important}.Hero-module__ZARIfG__description{font-size:.9375rem}.Hero-module__ZARIfG__imageWrapper{width:240px;height:240px}}
.PostCard-module__daOK_G__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.PostCard-module__daOK_G__card:hover{border-color:#d946ef4d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.PostCard-module__daOK_G__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.PostCard-module__daOK_G__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PostCard-module__daOK_G__card:hover .PostCard-module__daOK_G__image{transform:scale(1.05)}.PostCard-module__daOK_G__content{padding:var(--gap-md);flex-direction:column;flex:1;display:flex}.PostCard-module__daOK_G__iconWrapper{margin-bottom:var(--gap-xs);justify-content:space-between;align-items:flex-start;display:flex}.PostCard-module__daOK_G__title{margin-bottom:var(--gap-xs);color:var(--foreground);font-size:1.25rem;font-weight:700;line-height:1.4}.PostCard-module__daOK_G__excerpt{color:var(--foreground-muted);margin-bottom:var(--gap-md);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.95rem;display:-webkit-box;overflow:hidden}.PostCard-module__daOK_G__tags{flex-wrap:wrap;gap:.5rem;display:flex}.PostCard-module__daOK_G__tag{background:var(--surface-highlight);border-radius:var(--radius-full);color:var(--foreground-muted);border:1px solid #ffffff0d;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.PostCard-module__daOK_G__arrow{opacity:0;transition:all .3s;transform:translate(-10px,10px)}.PostCard-module__daOK_G__card:hover .PostCard-module__daOK_G__arrow{opacity:1;color:var(--primary);transform:translate(0)}
.page-module__oRS4AW__section{padding:var(--gap-xl)0}.page-module__oRS4AW__sectionHeader{margin-bottom:var(--gap-lg);justify-content:space-between;align-items:flex-end;gap:var(--gap-md);flex-wrap:wrap;display:flex}.page-module__oRS4AW__headingWrapper{gap:var(--gap-xs);flex-direction:column;display:flex}.page-module__oRS4AW__label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:700}.page-module__oRS4AW__searchContainer{flex:0 0 300px}.page-module__oRS4AW__searchInner{width:100%;position:relative}.page-module__oRS4AW__searchIcon{opacity:.6;font-size:.9rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__oRS4AW__searchInput{background:var(--surface-highlight);border:1px solid var(--border);border-radius:var(--radius-full);width:100%;color:var(--foreground);font-family:var(--font-sans);outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem;transition:all .2s}.page-module__oRS4AW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #d946ef1a}.page-module__oRS4AW__grid{gap:var(--gap-md);margin-bottom:var(--gap-lg);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.page-module__oRS4AW__loading,.page-module__oRS4AW__noResults{padding:var(--gap-lg)0;text-align:center;color:var(--foreground-muted);font-size:1.125rem}.page-module__oRS4AW__noResults p{margin-bottom:var(--gap-md)}.page-module__oRS4AW__clearBtn{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius-full);cursor:pointer;background:0 0;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.page-module__oRS4AW__clearBtn:hover{background:var(--primary);color:#fff}.page-module__oRS4AW__pagination{margin-top:var(--gap-lg);justify-content:center;align-items:center;gap:2rem;display:flex}.page-module__oRS4AW__pageBtn{background:var(--surface-highlight);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__oRS4AW__pageBtn:not(:disabled):hover{background:var(--border);border-color:var(--foreground-muted)}.page-module__oRS4AW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__oRS4AW__pageNumbers{gap:.5rem;display:flex}.page-module__oRS4AW__pageNumber{border:1px solid var(--border);width:36px;height:36px;color:var(--foreground-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:flex}.page-module__oRS4AW__pageNumber:hover{border-color:var(--primary);color:var(--primary)}.page-module__oRS4AW__activePage{background:var(--primary);border-color:var(--primary);color:#fff}@media (max-width:768px){.page-module__oRS4AW__sectionHeader{flex-direction:column;align-items:flex-start}.page-module__oRS4AW__searchContainer{flex:1;width:100%}.page-module__oRS4AW__grid{grid-template-columns:1fr}.page-module__oRS4AW__pagination{flex-direction:column;gap:1rem}}
.page-module__4-J-wG__page{min-height:100vh}.page-module__4-J-wG__heroSection{padding:var(--gap-xl)0 var(--gap-lg);background:linear-gradient(to bottom,var(--surface),transparent);border-bottom:1px solid var(--border)}:is(.page-module__4-J-wG__heroSection .container,.page-module__4-J-wG__gridSection .container){width:100%}.page-module__4-J-wG__label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--gap-xs);font-size:.875rem;font-weight:700;display:block}.page-module__4-J-wG__description{color:var(--foreground-muted);max-width:600px;margin-top:var(--gap-sm);font-size:1.125rem;line-height:1.6}.page-module__4-J-wG__gridSection{padding:var(--gap-xl)0}.page-module__4-J-wG__grid{gap:var(--gap-md);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.page-module__4-J-wG__status{padding:var(--gap-xl)0;text-align:center;color:var(--foreground-muted);font-size:1.125rem}@media (max-width:768px){.page-module__4-J-wG__grid{grid-template-columns:1fr}}
