.particles{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.particle{background:var(--primary);opacity:.3;border-radius:50%;width:4px;height:4px;animation:15s ease-in-out infinite float-up;position:absolute}@keyframes float-up{0%{opacity:0;transform:translateY(100vh)translate(0)scale(0)}10%{opacity:.3}90%{opacity:.3}to{opacity:0;transform:translateY(-100vh)translate(100px)scale(1)}}.container{max-width:1320px;margin:0 auto;padding:0 2rem}.hero{padding:3rem 0 2rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle at 20%,#2563eb1a 0%,#0000 50%),radial-gradient(circle at 80% 30%,#1e40af1a 0%,#0000 50%),radial-gradient(circle at 50% 80%,#f59e0b1a 0%,#0000 50%);position:absolute;inset:0}@keyframes morphGradient{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.2)rotate(5deg)}}.hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.hero-text-h1{margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.8s fadeInUp}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary),var(--accent));-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-text-p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8;animation:.8s .2s both fadeInUp}.hero-buttons{gap:1.5rem;animation:.8s .4s both fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 10px 25px #2563eb4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #2563eb66}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:#fff}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.hero-illustration{height:500px;animation:1s .3s both fadeIn;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.illustration-card{box-shadow:0 10px 40px var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #ffffff80;border-radius:20px;padding:1.5rem;animation:4s ease-in-out infinite floatAnimation;position:absolute}@keyframes floatAnimation{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}.illustration-card:first-child{animation-delay:0s;top:10%;right:10%}.illustration-card:nth-child(2){animation-delay:1s;top:45%;right:5%}.illustration-card:nth-child(3){animation-delay:2s;bottom:15%;right:15%}.illustration-icon{margin-bottom:.5rem;font-size:2.5rem;display:block}.illustration-icon-img{width:2.5rem;height:2.5rem}.illustration-label{color:var(--text-primary);font-size:.9rem;font-weight:700}.featured-posts{background:var(--bg-secondary);margin:0;padding:2.5rem 0;position:relative}.featured-header{text-align:center;margin-bottom:2.5rem}.featured-header-h2{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.featured-header-p{color:var(--text-secondary);font-size:1.2rem}.featured-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.featured-main{cursor:pointer;background:#fff;border-radius:25px;text-decoration:none;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 10px 40px #0000001a}.featured-main:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.featured-main-image{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);width:100%;height:400px;position:relative;overflow:hidden}.featured-main-image .featured-image{width:100%;height:100%;position:relative}.featured-main-image-img{width:100%;height:100%}.featured-main-image:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.featured-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-radius:30px;align-items:center;padding:.6rem 1.5rem;font-size:.85rem;font-weight:800;display:flex;position:absolute;top:1.5rem;left:1.5rem}.featured-main-content{padding:3rem}.featured-category{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1.5px;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-block}.featured-main-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.3}.featured-main-excerpt{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.featured-meta{border-top:2px solid var(--border);align-items:center;gap:2rem;padding-top:1.5rem;display:flex}.featured-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;font-weight:800;display:flex;position:relative}.author-info{flex-direction:column;gap:.2rem;display:flex}.author-name{color:var(--text-primary);font-size:.95rem;font-weight:700}.featured-date{color:var(--text-secondary);font-size:.85rem}.featured-sidebar{flex-direction:column;gap:2rem;display:flex}.featured-side-post{cursor:pointer;background:#fff;border-radius:20px;text-decoration:none;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 5px 20px #00000014}.featured-side-post:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001f}.featured-side-image{background:linear-gradient(135deg,var(--side-gradient-1),var(--side-gradient-2));width:100%;height:180px;position:relative}.featured-side-image-img{width:100%;height:100%}.featured-side-post:first-child{--side-gradient-1:#38bdf8;--side-gradient-2:#2563eb}.featured-side-post:nth-child(2){--side-gradient-1:#3b82f6;--side-gradient-2:#1d4ed8}.featured-side-content{padding:1.5rem}.featured-side-category{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:.8rem;font-size:.7rem;font-weight:800}.featured-side-title{color:var(--text-primary);margin-bottom:.8rem;font-size:1.1rem;font-weight:800;line-height:1.4}.featured-side-excerpt{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.categories{padding:2.5rem 0}.section-title{text-align:center;margin-bottom:2rem}.section-title-h2{margin-bottom:1rem;font-size:3rem;font-weight:800}.section-title-p{color:var(--text-secondary);font-size:1.2rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.category-card{box-shadow:0 5px 20px var(--shadow);cursor:pointer;background:#fff;border-radius:25px;padding:3rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.category-card:before{content:"";background:var(--card-gradient);opacity:0;z-index:0;width:100%;height:100%;transition:opacity .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.category-card:first-child{--card-gradient:linear-gradient(135deg,#2563eb1a,#8b5cf61a)}.category-card:nth-child(2){--card-gradient:linear-gradient(135deg,#1e40af1a,#ef44441a)}.category-card:nth-child(3){--card-gradient:linear-gradient(135deg,#f59e0b1a,#fb923c1a)}.category-card:hover{box-shadow:0 20px 40px var(--shadow-lg);transform:translateY(-10px)scale(1.02)}.category-card:hover:before{opacity:1}.category-content{z-index:1;text-decoration:none;position:relative}.category-icon{background:var(--icon-bg);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .4s;display:flex}.category-icon-img{width:2.5rem;height:2.5rem}.category-card:first-child .category-icon{--icon-bg:linear-gradient(135deg,#2563eb,#1e40af)}.category-card:nth-child(2) .category-icon{--icon-bg:linear-gradient(135deg,#38bdf8,#2563eb)}.category-card:nth-child(3) .category-icon{--icon-bg:linear-gradient(135deg,#fad0c4,#ffd1ff)}.category-card:hover .category-icon{transform:rotate(5deg)scale(1.1)}.category-card-h3{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.category-card-p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.category-count{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:inline-flex}.articles{background:#fff;padding:2.5rem 0}.articles-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.article-card{box-shadow:0 5px 20px var(--shadow);cursor:pointer;background:#fff;border-radius:20px;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.article-card:hover{box-shadow:0 20px 40px var(--shadow-lg);transform:translateY(-10px)}.article-image{background:var(--article-gradient);width:100%;height:220px;position:relative;overflow:hidden}.article-card:first-child .article-image{--article-gradient:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}.article-card:nth-child(2) .article-image{--article-gradient:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%)}.article-card:nth-child(3) .article-image{--article-gradient:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.article-card:nth-child(4) .article-image{--article-gradient:linear-gradient(135deg,#64748b 0%,#334155 100%)}.article-card:nth-child(5) .article-image{--article-gradient:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%)}.article-card:nth-child(6) .article-image{--article-gradient:linear-gradient(135deg,#334155 0%,#0f172a 100%)}.article-image:before{content:"";background:#0000001a;transition:background .3s;position:absolute;inset:0}.article-card:hover .article-image:before{background:#0003}.article-content{padding:2rem}.article-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:1rem;display:flex}.article-tag{text-transform:uppercase;letter-spacing:.5px;color:red;background:#eeeeab66;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.tag-ai{color:var(--primary);background:#2563eb1a}.tag-vpn{color:var(--secondary);background:#1e40af1a}.tag-software{color:var(--accent);background:#f59e0b1a}.article-date{color:var(--text-secondary);font-size:.9rem;font-weight:600}.article-content-h3{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.article-card:hover .article-content-h3{color:var(--primary)}.article-card:hover .read-more:after{transform:translate(10px)}.article-content-p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;line-height:1.8;display:-webkit-box;overflow:hidden}.article-card-footer{place-content:center space-between;display:flex}.article-card-footer-span{color:#000}.read-more{color:var(--primary);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.read-more:after{content:"→";transition:transform .3s}.articles-footer{text-align:center;margin-top:2.5rem}.view-all-articles{background:var(--primary);color:#fff;border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #2563eb4d}.view-all-articles:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.view-all-articles:hover:before{width:300px;height:300px}.view-all-articles:hover{gap:1.2rem;transform:translateY(-5px)}.view-all-articles-svg{z-index:1;transition:transform .3s;position:relative}.view-all-articles-svg:hover{transform:translate(5px)}.related-topics{background:var(--bg-primary);padding:2.5rem 0;position:relative;overflow:hidden}.topics-header{text-align:center;margin-bottom:2rem}.topics-header-h2{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.topics-header-p{color:var(--text-secondary);font-size:1.2rem}.topics-carousel{touch-action:pan-y;max-width:1200px;margin:0 auto;padding:0 80px;position:relative}.topics-slider{margin:-20px -10px;padding:20px 10px;position:relative;overflow:hidden}.topics-track{cursor:grab;-webkit-user-select:none;user-select:none;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.topics-track:active{cursor:grabbing}.topic-card{background:var(--bg-secondary);border:2px solid var(--border);cursor:pointer;border-radius:15px;flex-direction:column;flex:0 0 calc(25% - 1.125rem);justify-content:center;align-items:center;gap:1rem;min-height:160px;padding:2rem 1.5rem;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.topic-card:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));opacity:0;border-radius:15px;transition:opacity .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.topic-card:hover:before{opacity:1}.topic-card:hover{border-color:var(--primary);transform:translateY(-8px)}.topic-emoji{z-index:1;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative}.topic-card img{width:2.5rem;height:2.5rem}.topic-card:hover .topic-emoji{transform:scale(1.3)rotate(10deg)}.topic-name{color:var(--text-primary);z-index:1;text-align:center;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;font-size:1rem;font-weight:700;line-height:1.4;transition:color .3s cubic-bezier(.4,0,.2,1);display:-webkit-box;position:relative;overflow:hidden}.topic-card:hover .topic-name{color:#fff}.carousel-nav{border:2px solid var(--border);cursor:pointer;z-index:10;width:50px;height:50px;color:var(--text-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-50%)scale(1.1)}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.carousel-dots{justify-content:center;gap:.8rem;margin-top:2.5rem;display:flex}.dot{background:var(--border);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background:var(--primary);border-radius:10px;width:40px}.dot:hover{background:var(--secondary)}.carousel-progress{background:var(--border);border-radius:10px;height:3px;margin-top:1.5rem;display:none;overflow:hidden}.progress-bar{background:linear-gradient(90deg,var(--primary),var(--secondary));width:0%;height:100%;transition:width .1s linear}.carousel-progress.paused .progress-bar{animation-play-state:paused}@media (max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-illustration{display:none}.featured-grid,.categories-grid{grid-template-columns:1fr}.articles-grid{grid-template-columns:repeat(2,1fr)}.topics-grid{grid-template-columns:repeat(3,1fr)}.topic-card{flex:0 0 calc(33.333% - 1rem)}}@media (max-width:900px){.hero{padding:2.5rem 0}.hero-content{text-align:center}.hero-text-h1{font-size:2rem;line-height:1.25}.hero-text .highlight{font-size:2rem}.hero-text-p{margin:1.5rem 0;font-size:1rem;line-height:1.6}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons .btn{text-align:center;width:100%;padding:1rem 2rem;font-size:1rem}.hero-illustration{display:none}.featured-posts{padding:2rem 0}.featured-header-h2{font-size:1.8rem}.featured-header-p{font-size:1rem}.featured-main-image{height:220px}.featured-main-content{padding:1.5rem}.featured-main-title{font-size:1.4rem}.featured-main-excerpt{font-size:.95rem;line-height:1.6}.featured-meta{flex-direction:column;align-items:flex-start;gap:1rem}.featured-side-image{height:140px}.featured-side-content{padding:1rem}.featured-side-title{font-size:.95rem}.categories{padding:2rem 0}.section-title{margin-bottom:2rem}.section-title-h2{font-size:1.8rem}.section-title-p{font-size:1rem}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{min-height:auto;padding:2rem 1.5rem}.category-icon{margin-bottom:1.2rem;font-size:2.8rem}.category-title{font-size:1.4rem}.category-count{font-size:1rem}.articles{padding:2rem 0}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-card{border-radius:16px}.article-image{height:200px}.article-content{padding:1.5rem}.article-content-h3{font-size:1.25rem;line-height:1.4}.article-content-p{font-size:.95rem;line-height:1.6}.articles-footer{margin-top:2rem}.view-all-articles{padding:1rem 2rem;font-size:1rem}.related-topics{padding:2rem 0}.topics-header{margin-bottom:2rem}.topics-header-h2{font-size:1.8rem}.topics-header-p{font-size:1rem}.topics-carousel{padding:0 55px}.topic-card{flex:0 0 calc(50% - .75rem);min-height:150px;padding:1.5rem 1rem}.topic-emoji{font-size:2.2rem}.topic-name{font-size:.9rem}.carousel-nav{background:#fffffff2;width:40px;height:40px;font-size:1.1rem;box-shadow:0 4px 12px #00000026}.carousel-nav.prev{left:-10px}.carousel-nav.next{right:-10px}.view-all-btn{padding:1rem 2rem;font-size:.95rem}}@media (max-width:480px){.hero-text-h1,.hero-text .highlight{font-size:1.75rem}.hero-text-p{font-size:.95rem;line-height:1.6}.section-title-h2,.featured-header-h2{font-size:1.6rem}.featured-main-content{padding:1.25rem}.category-icon{font-size:2.5rem}.category-title{font-size:1.25rem}.article-image{height:180px}.article-content{padding:1.25rem}.article-content-h3{font-size:1.15rem}.article-content-p{font-size:.9rem}.topics-carousel{padding:0 48px}.topic-card{flex:0 0 100%;min-height:140px;padding:1.25rem .9rem}.topic-emoji{font-size:2rem}.topic-name{font-size:.85rem}.carousel-nav{width:35px;height:35px;font-size:1rem}.dot{width:10px;height:10px}.dot.active{width:30px}.featured-header-h2{font-size:1.8rem}.featured-main-title{font-size:1.3rem}.featured-main-image{height:200px}.category-card{padding:1.5rem 1rem}.topic-card{padding:1.2rem .8rem}}.reveal{opacity:0;transition:all .8s cubic-bezier(.175,.885,.32,1.275);transform:translateY(50px)}.reveal.active{opacity:1;transform:translateY(0)}
.header-module__xeFajq__container{max-width:1320px;margin:0 auto;padding:0 2rem}.header-module__xeFajq__header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:1000;background:#fffc;padding:1.2rem 0;animation:.5s header-module__xeFajq__slideDown}@keyframes header-module__xeFajq__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-module__xeFajq__header_content{justify-content:space-between;align-items:center;display:flex}.header-module__xeFajq__logo{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-family:Muli,sans-serif;font-size:2rem;font-weight:900;transition:transform .3s}.header-module__xeFajq__logo:hover{transform:scale(1.05)rotate(-2deg)}.header-module__xeFajq__nav_list{align-items:center;gap:3rem;list-style:none;display:flex}.header-module__xeFajq__nav_item{color:var(--text-primary);letter-spacing:-.2px;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.header-module__xeFajq__nav_item:before{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;width:0;height:3px;transition:width .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.header-module__xeFajq__nav_item:hover{color:var(--primary)}.header-module__xeFajq__nav_item:hover:before{width:100%}.header-module__xeFajq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.header-module__xeFajq__ic_line{background:var(--text-primary);border-radius:3px;width:25px;height:3px;transition:all .3s}.header-module__xeFajq__hamburger.header-module__xeFajq__active .header-module__xeFajq__ic_line:first-child{transform:rotate(45deg)translate(8px,8px)}.header-module__xeFajq__hamburger.header-module__xeFajq__active .header-module__xeFajq__ic_line:nth-child(2){opacity:0}.header-module__xeFajq__hamburger.header-module__xeFajq__active .header-module__xeFajq__ic_line:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.header-module__xeFajq__mobile_nav{z-index:1002;background:linear-gradient(#fff 0%,#f8fafc 100%);flex-direction:column;width:320px;height:100vh;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 30px #00000026}.header-module__xeFajq__mobile_nav.header-module__xeFajq__active{right:0}.header-module__xeFajq__mobile_nav_header{border-bottom:2px solid var(--border);justify-content:flex-end;align-items:center;padding:1.5rem;display:flex;position:relative}.header-module__xeFajq__mobile_nav_close{border:2px solid var(--border);cursor:pointer;color:#0000;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 8px #00000014}.header-module__xeFajq__mobile_nav_close:before,.header-module__xeFajq__mobile_nav_close:after{content:"";background:var(--text-primary);border-radius:2px;width:22px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute}.header-module__xeFajq__mobile_nav_close:before{transform:rotate(45deg)}.header-module__xeFajq__mobile_nav_close:after{transform:rotate(-45deg)}.header-module__xeFajq__mobile_nav_close:hover{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:#0000;box-shadow:0 8px 20px #2563eb59}.header-module__xeFajq__mobile_nav_close:hover:before,.header-module__xeFajq__mobile_nav_close:hover:after{background:#fff;width:20px}.header-module__xeFajq__mobile_nav_close:hover:before{transform:rotate(135deg)}.header-module__xeFajq__mobile_nav_close:hover:after{transform:rotate(-135deg)}.header-module__xeFajq__mobile_nav_close:active{transform:scale(.9)}.header-module__xeFajq__mobile_nav_menu{flex:1;padding:1rem 0;overflow-y:auto}.header-module__xeFajq__mobile_nav_menu:before{content:"MENU";letter-spacing:2px;color:var(--text-secondary);padding:.8rem 1.5rem 1rem;font-size:.75rem;font-weight:800;display:block}.header-module__xeFajq__mobile_nav_menu_list{list-style:none}.header-module__xeFajq__mobile_nav_item{margin:.3rem 0;position:relative}.header-module__xeFajq__mobile_nav_item:not(:last-child):after{content:"";background:var(--border);opacity:.3;height:1px;position:absolute;bottom:-.15rem;left:1.8rem;right:1.8rem}.header-module__xeFajq__mobile_nav_item_a{color:var(--text-primary);border-radius:12px;margin:0 .8rem;padding:1.3rem 1.8rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative}.header-module__xeFajq__mobile_nav_item_a:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));z-index:-1;border-radius:12px;width:0;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;right:0}.header-module__xeFajq__mobile_nav_item_a:after{content:"→";opacity:0;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;right:1.5rem;transform:translate(-10px)}.header-module__xeFajq__mobile_nav_item_a:hover:before,.header-module__xeFajq__mobile_nav_item_a.header-module__xeFajq__active:before{width:100%}.header-module__xeFajq__mobile_nav_item_a:hover:after,.header-module__xeFajq__mobile_nav_item_a.header-module__xeFajq__active:after{opacity:1;transform:translate(0)}.header-module__xeFajq__mobile_nav_item_a:hover,.header-module__xeFajq__mobile_nav_item_a.header-module__xeFajq__active{color:#fff;transform:translate(-5px);box-shadow:0 5px 20px #2563eb4d}.header-module__xeFajq__mobile_nav_overlay{z-index:999;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.header-module__xeFajq__mobile_nav_overlay.header-module__xeFajq__active{opacity:1;visibility:visible}@media (max-width:1024px){.header-module__xeFajq__nav_list{gap:2rem}.header-module__xeFajq__nav_item{font-size:1rem}}@media (max-width:900px){.header-module__xeFajq__container{padding:0 1rem}.header-module__xeFajq__header{padding:1rem 0}.header-module__xeFajq__header_content{justify-content:space-between}.header-module__xeFajq__logo{font-size:1.4rem}.header-module__xeFajq__nav{display:none}.header-module__xeFajq__hamburger{display:flex}}@media (max-width:480px){.header-module__xeFajq__logo{font-size:1.2rem}.header-module__xeFajq__nav_list{flex-wrap:wrap;gap:.5rem}.header-module__xeFajq__nav_item{font-size:.8rem}}
