.Navbar-module__cJzEcG__navbar{z-index:1000;border-top:none;border-left:none;border-right:none;align-items:center;height:80px;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:2px;color:#fff;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__logo span{color:var(--primary)}.Navbar-module__cJzEcG__navLinks{gap:2.5rem;display:flex}.Navbar-module__cJzEcG__navLinks a,.Navbar-module__cJzEcG__dropdownTrigger{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cJzEcG__navLinks a:hover,.Navbar-module__cJzEcG__dropdownTrigger:hover{color:var(--primary)}.Navbar-module__cJzEcG__dropdown{position:relative}.Navbar-module__cJzEcG__dropdownTrigger{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0}.Navbar-module__cJzEcG__dropdownMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);opacity:0;visibility:hidden;background:#0a0a0ae6;border-radius:12px;flex-direction:column;gap:.5rem;min-width:180px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000080}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownMenu a{white-space:nowrap;border-radius:8px;padding:.6rem 1rem;font-size:.9rem}.Navbar-module__cJzEcG__dropdownMenu a:hover{background:#22c55e1a}.Navbar-module__cJzEcG__navActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__discordBtn{color:#5865f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#5865f21a;border:1px solid #5865f233;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__cJzEcG__discordBtn:hover{color:#fff;background:#5865f2;border-color:#0000;transform:translateY(-2px)scale(1.05);box-shadow:0 5px 15px #5865f266}.Navbar-module__cJzEcG__btnPrimary{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary-glow);border-radius:4px;padding:.6rem 1.5rem;font-weight:600}.Navbar-module__cJzEcG__btnPrimary:hover{box-shadow:0 0 25px var(--primary-glow);transform:translateY(-2px)}.Navbar-module__cJzEcG__btnSecondary{color:#fff;font-weight:500}.Navbar-module__cJzEcG__btnSecondary:hover{color:var(--primary)}.Navbar-module__cJzEcG__hamburger{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;visibility:hidden;background:#0a0a0afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-20px)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__active{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__mobileMenu a{color:#fff;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__mobileActions{flex-direction:column;gap:1rem;width:100%;margin-top:2rem;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__mobileActions a{text-align:center;width:100%}@media (max-width:992px){.Navbar-module__cJzEcG__navLinks{gap:1.5rem}}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__navActions{display:none}.Navbar-module__cJzEcG__hamburger{display:block}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:3rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:block}.Footer-module__S6Hkya__logo span{color:var(--primary)}.Footer-module__S6Hkya__brand p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Footer-module__S6Hkya__linksGroup{gap:4rem;display:flex}.Footer-module__S6Hkya__column h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}.Footer-module__S6Hkya__column ul{flex-direction:column;gap:.8rem;display:flex}.Footer-module__S6Hkya__column a{color:var(--text-muted);font-size:.9rem}.Footer-module__S6Hkya__column a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__socials{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socials a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__S6Hkya__content{flex-direction:column}.Footer-module__S6Hkya__linksGroup{flex-direction:column;gap:2rem}}
.ComparisonTable-module__Ys2ggq__wrapper{position:relative}.ComparisonTable-module__Ys2ggq__tableScroll{-webkit-backdrop-filter:blur(16px);background:#0a0a0a99;border:1px solid #ffffff0f;border-radius:20px;overflow-x:auto;box-shadow:0 8px 32px #0006}.ComparisonTable-module__Ys2ggq__tableScroll::-webkit-scrollbar{height:6px}.ComparisonTable-module__Ys2ggq__tableScroll::-webkit-scrollbar-thumb{background:#22c55e4d;border-radius:3px}.ComparisonTable-module__Ys2ggq__table{border-collapse:collapse;width:100%;min-width:750px;font-size:.95rem}.ComparisonTable-module__Ys2ggq__table thead{z-index:2;position:sticky;top:0}.ComparisonTable-module__Ys2ggq__table th{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);white-space:nowrap;background:#0a0a0ae6;border-bottom:1px solid #ffffff0f;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:600}.ComparisonTable-module__Ys2ggq__featureHeader{min-width:160px;text-align:left!important}.ComparisonTable-module__Ys2ggq__highlightHeader{position:relative;color:var(--primary)!important;background:#22c55e0f!important;font-size:1rem!important;font-weight:700!important}.ComparisonTable-module__Ys2ggq__headerBadge{background:var(--primary);color:#000;vertical-align:middle;letter-spacing:.1em;border-radius:100px;margin-right:8px;padding:2px 8px;font-size:.6rem;font-weight:800;display:inline-block}.ComparisonTable-module__Ys2ggq__table td{text-align:center;color:var(--text-muted);border-bottom:1px solid #ffffff08;padding:1rem 1.5rem;transition:background .2s}.ComparisonTable-module__Ys2ggq__featureCell{font-weight:500;text-align:left!important;color:var(--foreground)!important}.ComparisonTable-module__Ys2ggq__highlightCell{background:#22c55e0a;font-weight:600;position:relative;color:var(--foreground)!important}.ComparisonTable-module__Ys2ggq__highlightCell:before,.ComparisonTable-module__Ys2ggq__highlightCell:after{content:"";background:#22c55e26;width:1px;position:absolute;top:0;bottom:0}.ComparisonTable-module__Ys2ggq__highlightCell:before{left:0}.ComparisonTable-module__Ys2ggq__highlightCell:after{right:0}.ComparisonTable-module__Ys2ggq__row:hover td{background:#ffffff05}.ComparisonTable-module__Ys2ggq__row:hover .ComparisonTable-module__Ys2ggq__highlightCell{background:#22c55e14}.ComparisonTable-module__Ys2ggq__row:last-child td{border-bottom:none}.ComparisonTable-module__Ys2ggq__checkIcon{color:var(--primary);background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ComparisonTable-module__Ys2ggq__xIcon{color:#ef4444;background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ComparisonTable-module__Ys2ggq__disclaimer{text-align:center;color:var(--text-muted);opacity:.7;max-width:700px;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-size:.8rem;line-height:1.5}@media (max-width:768px){.ComparisonTable-module__Ys2ggq__table{font-size:.85rem}.ComparisonTable-module__Ys2ggq__table th,.ComparisonTable-module__Ys2ggq__table td{padding:.8rem 1rem}.ComparisonTable-module__Ys2ggq__featureCell{z-index:1;background:#0a0a0af2;position:sticky;left:0}}
.Breadcrumbs-module__yMPJvq__breadcrumbs{margin-bottom:1rem;padding:1rem 0}.Breadcrumbs-module__yMPJvq__list{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Breadcrumbs-module__yMPJvq__item{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Breadcrumbs-module__yMPJvq__link{color:var(--text-muted);text-decoration:none;transition:color .2s}.Breadcrumbs-module__yMPJvq__link:hover{color:var(--primary)}.Breadcrumbs-module__yMPJvq__separator{color:var(--text-muted);opacity:.5}.Breadcrumbs-module__yMPJvq__current{color:#fff;font-weight:500}
.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__faqItem{-webkit-backdrop-filter:blur(16px);background:#0a0a0a99;border:1px solid #ffffff0f;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.FAQ-module__V8_xEa__faqItem:before{content:"";background:var(--gradient-primary);opacity:0;border-radius:3px 0 0 3px;width:3px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.FAQ-module__V8_xEa__faqItem:hover{border-color:#22c55e26}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__open{border-color:#22c55e33;box-shadow:0 4px 20px #22c55e0d}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__open:before{opacity:1}.FAQ-module__V8_xEa__question{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}.FAQ-module__V8_xEa__question:hover{color:var(--primary)}.FAQ-module__V8_xEa__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__chevron{color:var(--primary);transform:rotate(180deg)}.FAQ-module__V8_xEa__answerWrapper{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__answerWrapper{grid-template-rows:1fr}.FAQ-module__V8_xEa__answer{overflow:hidden}.FAQ-module__V8_xEa__answer p{color:var(--text-muted);padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7}@media (max-width:768px){.FAQ-module__V8_xEa__question{padding:1.25rem 1.5rem;font-size:1rem}.FAQ-module__V8_xEa__answer p{padding:0 1.5rem 1.25rem;font-size:.95rem}}
.about-module__8TymFG__main{flex-direction:column;min-height:100vh;display:flex}.about-module__8TymFG__hero{text-align:center;padding:15px 0 60px}.about-module__8TymFG__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.about-module__8TymFG__highlight{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.about-module__8TymFG__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.about-module__8TymFG__timelineSection{padding:60px 0 100px}.about-module__8TymFG__timeline{max-width:800px;margin:0 auto;padding:40px 0;position:relative}.about-module__8TymFG__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.about-module__8TymFG__timelineItem{box-sizing:border-box;width:50%;padding:20px 40px;position:relative}.about-module__8TymFG__timelineItem:nth-child(odd){text-align:right;left:0}.about-module__8TymFG__timelineItem:nth-child(2n){text-align:left;left:50%}.about-module__8TymFG__timelineDot{background:var(--primary);z-index:10;width:20px;height:20px;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;position:absolute;top:25px}.about-module__8TymFG__timelineItem:nth-child(odd) .about-module__8TymFG__timelineDot{right:-10px}.about-module__8TymFG__timelineItem:nth-child(2n) .about-module__8TymFG__timelineDot{left:-10px}.about-module__8TymFG__year{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:block}.about-module__8TymFG__contentCard{border:1px solid var(--border);background:#ffffff08;border-radius:20px;padding:2rem;transition:transform .3s}.about-module__8TymFG__contentCard:hover{border-color:var(--primary);transform:translateY(-5px)}.about-module__8TymFG__contentCard h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.about-module__8TymFG__contentCard p{color:var(--text-muted);line-height:1.6}.about-module__8TymFG__missionSection{background:#22c55e05;padding:80px 0}.about-module__8TymFG__missionContent{text-align:center;max-width:800px;margin:0 auto}.about-module__8TymFG__missionContent h2{margin-bottom:1.5rem;font-size:2.5rem}.about-module__8TymFG__missionContent p{color:var(--text-muted);font-size:1.2rem;line-height:1.8}@media (max-width:768px){.about-module__8TymFG__timeline:before{left:30px}.about-module__8TymFG__timelineItem{width:100%;padding-left:70px;padding-right:20px;text-align:left!important}.about-module__8TymFG__timelineItem:nth-child(2n){left:0}.about-module__8TymFG__timelineDot{left:20px!important;right:auto!important}}
.admin-module__4WpgRW__main{background-color:var(--background);min-height:100vh;padding:100px 20px 40px}.admin-module__4WpgRW__container{max-width:1200px;margin:0 auto}.admin-module__4WpgRW__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-module__4WpgRW__title{font-size:2.5rem;font-weight:800}.admin-module__4WpgRW__highlight{color:var(--primary)}.admin-module__4WpgRW__btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.admin-module__4WpgRW__btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.admin-module__4WpgRW__btnSecondary{color:#fff;background:#ffffff1a}.admin-module__4WpgRW__btnSecondary:hover{box-shadow:0 4px 12px #ffffff1a}.admin-module__4WpgRW__btnDanger{color:#fff;background:#ef4444}.admin-module__4WpgRW__btnDanger:hover{box-shadow:0 4px 12px #ef44444d}.admin-module__4WpgRW__tableContainer{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;overflow:hidden}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:1rem}.admin-module__4WpgRW__table th{color:var(--text-muted);background:#ffffff05;font-weight:600}.admin-module__4WpgRW__table tr:hover td{background:#ffffff03}.admin-module__4WpgRW__actions{gap:.5rem;display:flex}.admin-module__4WpgRW__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;transition:color .2s,background .2s}.admin-module__4WpgRW__actionBtn:hover{color:#fff;background:#ffffff1a}.admin-module__4WpgRW__actionBtn.admin-module__4WpgRW__delete:hover{color:#ef4444;background:#ef44441a}.admin-module__4WpgRW__modalOverlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-module__4WpgRW__modal{background:#111;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:800px;max-height:90vh;padding:2rem;overflow-y:auto}.admin-module__4WpgRW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-module__4WpgRW__modalHeader h2{margin:0;font-size:1.5rem}.admin-module__4WpgRW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none}.admin-module__4WpgRW__closeBtn:hover{color:#fff}.admin-module__4WpgRW__formGroup{margin-bottom:1.5rem}.admin-module__4WpgRW__formGroup label{color:var(--text-muted);margin-bottom:.5rem;font-weight:600;display:block}.admin-module__4WpgRW__formGroup input,.admin-module__4WpgRW__formGroup textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.admin-module__4WpgRW__formGroup input:focus,.admin-module__4WpgRW__formGroup textarea:focus{border-color:var(--primary);outline:none}.admin-module__4WpgRW__formGroup textarea{resize:vertical;min-height:150px}.admin-module__4WpgRW__errorState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:60vh;display:flex}.admin-module__4WpgRW__errorState h2{color:#ef4444;margin-bottom:1rem}
.post-module__fFuUMG__main{min-height:100vh;padding-top:100px;padding-bottom:80px}.post-module__fFuUMG__article{max-width:800px;margin:0 auto}.post-module__fFuUMG__header{text-align:center;margin-bottom:3rem}.post-module__fFuUMG__date{color:var(--primary);margin-bottom:1rem;font-weight:600;display:block}.post-module__fFuUMG__title{margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.post-module__fFuUMG__highlight{color:var(--primary)}.post-module__fFuUMG__excerpt{color:var(--text-muted);font-size:1.25rem;line-height:1.6}.post-module__fFuUMG__imageWrapper{border:1px solid #ffffff0d;border-radius:24px;width:100%;height:400px;margin-bottom:4rem;overflow:hidden;box-shadow:0 20px 40px #0006}.post-module__fFuUMG__imageWrapper img{object-fit:cover;width:100%;height:100%}.post-module__fFuUMG__content{color:var(--text);font-size:1.15rem;line-height:1.8}.post-module__fFuUMG__content h2,.post-module__fFuUMG__content h3{color:#fff;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.post-module__fFuUMG__content p{margin-bottom:1.5rem}.post-module__fFuUMG__content ul,.post-module__fFuUMG__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-module__fFuUMG__content li{margin-bottom:.5rem}.post-module__fFuUMG__content code{color:var(--primary);background:#ffffff1a;border-radius:6px;padding:.2rem .4rem;font-size:.9em}.post-module__fFuUMG__content a{color:var(--primary);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.post-module__fFuUMG__content a:hover{color:#fff}.post-module__fFuUMG__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.post-module__fFuUMG__backLink:hover{color:var(--primary)}@media (max-width:768px){.post-module__fFuUMG__title{font-size:2rem}.post-module__fFuUMG__imageWrapper{height:250px}}
.blog-module__JsT-Oq__main{min-height:100vh;padding-top:15px}.blog-module__JsT-Oq__hero{text-align:center;padding:6rem 0 4rem}.blog-module__JsT-Oq__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.blog-module__JsT-Oq__highlight{color:var(--primary);text-shadow:0 0 20px #22c55e4d}.blog-module__JsT-Oq__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blog-module__JsT-Oq__blogGrid{padding:2rem 0 6rem}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__card{color:inherit;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-module__JsT-Oq__card:hover{border-color:#22c55e4d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.blog-module__JsT-Oq__imageWrapper{background:#0003;width:100%;height:200px;position:relative;overflow:hidden}.blog-module__JsT-Oq__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__imageWrapper img{transform:scale(1.05)}.blog-module__JsT-Oq__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-module__JsT-Oq__date{color:var(--primary);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.blog-module__JsT-Oq__cardTitle{margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__excerpt{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__readMore{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:gap .3s;display:flex}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__readMore{gap:.8rem}@media (max-width:768px){.blog-module__JsT-Oq__title{font-size:2.5rem}.blog-module__JsT-Oq__grid{grid-template-columns:1fr}}
.features-module__eU_uXa__main{flex-direction:column;min-height:100vh;display:flex}.features-module__eU_uXa__hero{text-align:center;background:radial-gradient(circle at 50% -20%,#22c55e26 0%,#0000 50%);padding:15px 0 60px}.features-module__eU_uXa__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800}.features-module__eU_uXa__highlight{color:var(--primary);text-shadow:0 0 30px var(--primary-glow)}.features-module__eU_uXa__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.features-module__eU_uXa__featuresGrid{padding:60px 0 100px}.features-module__eU_uXa__sectionHeader{text-align:center;margin-bottom:4rem}.features-module__eU_uXa__sectionHeader h2{margin-bottom:1rem;font-size:2.5rem}.features-module__eU_uXa__sectionHeader p{color:var(--text-muted);font-size:1.1rem}.features-module__eU_uXa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.features-module__eU_uXa__featureCard{border-radius:24px;flex-direction:column;height:100%;padding:2.5rem;transition:transform .3s,border-color .3s;display:flex}.features-module__eU_uXa__featureCard:hover{border-color:var(--primary);transform:translateY(-5px)}.features-module__eU_uXa__iconWrapper{width:56px;height:56px;color:var(--primary);background:#22c55e1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.features-module__eU_uXa__featureCard h3{margin-bottom:1rem;font-size:1.5rem}.features-module__eU_uXa__featureCard p{color:var(--text-muted);line-height:1.6}.features-module__eU_uXa__highlightSection{background:#22c55e08;padding:100px 0}.features-module__eU_uXa__highlightGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.features-module__eU_uXa__highlightContent h2{margin-bottom:1.5rem;font-size:3rem}.features-module__eU_uXa__highlightContent p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.features-module__eU_uXa__checkList{gap:1rem;display:grid}.features-module__eU_uXa__checkItem{color:var(--foreground);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.features-module__eU_uXa__checkIcon{color:var(--primary);flex-shrink:0}.features-module__eU_uXa__comparisonSection{padding:100px 0}.features-module__eU_uXa__tableWrapper{margin-top:3rem;overflow-x:auto}.features-module__eU_uXa__comparisonTable{border-collapse:collapse;width:100%;min-width:600px}.features-module__eU_uXa__comparisonTable th,.features-module__eU_uXa__comparisonTable td{text-align:center;border-bottom:1px solid var(--border);padding:1.5rem}.features-module__eU_uXa__comparisonTable th{color:var(--text-muted);font-size:1.2rem;font-weight:600}.features-module__eU_uXa__comparisonTable td:first-child,.features-module__eU_uXa__comparisonTable th:first-child{text-align:left;color:var(--foreground)}.features-module__eU_uXa__tableHighlight{color:var(--primary);font-weight:700}.features-module__eU_uXa__cta{padding:60px 0 120px}.features-module__eU_uXa__ctaBox{text-align:center;background:radial-gradient(circle at 100% 0,#22c55e1a,#0000);border-radius:32px;padding:5rem 2rem}.features-module__eU_uXa__ctaBox h2{margin-bottom:1.5rem;font-size:3rem}.features-module__eU_uXa__ctaButtons{justify-content:center;gap:1.5rem;margin-top:2.5rem;display:flex}.features-module__eU_uXa__primaryBtn{background:var(--primary);color:#000;border-radius:12px;padding:16px 40px;font-size:1.1rem;font-weight:700;transition:all .3s}.features-module__eU_uXa__primaryBtn:hover{box-shadow:0 10px 25px var(--primary-glow);transform:translateY(-2px)}@media (max-width:992px){.features-module__eU_uXa__highlightGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.features-module__eU_uXa__ctaButtons{flex-direction:column}.features-module__eU_uXa__title{font-size:2.8rem}.features-module__eU_uXa__featureCard{padding:2rem}}
.article-module__V1CmNa__main{min-height:100vh;padding-top:100px;padding-bottom:4rem}.article-module__V1CmNa__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.article-module__V1CmNa__backLink:hover{color:var(--text)}.article-module__V1CmNa__articleContainer{max-width:800px;margin:0 auto}.article-module__V1CmNa__header{border-bottom:1px solid #ffffff1a;margin-bottom:3rem;padding-bottom:2rem}.article-module__V1CmNa__category{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:inline-block}.article-module__V1CmNa__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.article-module__V1CmNa__date{color:var(--text-muted);font-size:.95rem}.article-module__V1CmNa__content{color:#e2e8f0;font-size:1.1rem;line-height:1.7}.article-module__V1CmNa__content h2{color:#fff;margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.article-module__V1CmNa__content h3{color:#fff;margin-top:2rem;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.article-module__V1CmNa__content p{margin-bottom:1.5rem}.article-module__V1CmNa__content ul,.article-module__V1CmNa__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-module__V1CmNa__content li{margin-bottom:.5rem}.article-module__V1CmNa__content a{color:var(--primary);text-decoration:none}.article-module__V1CmNa__content a:hover{text-decoration:underline}.article-module__V1CmNa__content strong{color:#fff;font-weight:600}.article-module__V1CmNa__content code{color:#e2e8f0;background:#0000004d;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.article-module__V1CmNa__content pre{background:#0000004d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;overflow-x:auto}.article-module__V1CmNa__content pre code{color:inherit;background:0 0;padding:0}
.help-module__mD1omq__main{min-height:100vh;padding-top:15px;padding-bottom:4rem}.help-module__mD1omq__hero{text-align:center;padding:4rem 0}.help-module__mD1omq__title{margin-bottom:1rem;font-size:3rem;font-weight:800}.help-module__mD1omq__highlight{color:var(--primary)}.help-module__mD1omq__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.help-module__mD1omq__content{margin-top:2rem}.help-module__mD1omq__categoryGroup{margin-bottom:3rem}.help-module__mD1omq__categoryTitle{border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.help-module__mD1omq__articleGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.help-module__mD1omq__articleCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:all .2s;display:flex}.help-module__mD1omq__articleCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-5px)}.help-module__mD1omq__articleTitle{color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.help-module__mD1omq__articleExcerpt{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.help-module__mD1omq__readMore{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:inline-flex}
.landing-module__g1LwZa__main{flex-direction:column;min-height:100vh;display:flex}.landing-module__g1LwZa__hero{text-align:center;padding:160px 0 120px;position:relative;overflow:hidden}.landing-module__g1LwZa__hero:before{content:"";z-index:0;background:radial-gradient(80% 50% at 50% -20%,#22c55e33 0%,#0000 60%),radial-gradient(60% 40% at 80% 60%,#06b6d40f 0%,#0000 50%),radial-gradient(40% 60% at 20% 80%,#34d3990a 0%,#0000 50%);position:absolute;inset:0}.landing-module__g1LwZa__hero:after{content:"";z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.landing-module__g1LwZa__heroContent{z-index:10;max-width:900px;margin:0 auto;position:relative}.landing-module__g1LwZa__badge{color:var(--primary);-webkit-backdrop-filter:blur(8px);background:#22c55e14;border:1px solid #22c55e26;border-radius:100px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 20px;font-size:.85rem;font-weight:600;display:inline-flex}.landing-module__g1LwZa__title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3rem,9vw,5.5rem);font-weight:800;line-height:1.05}.landing-module__g1LwZa__highlight{background:linear-gradient(135deg, var(--primary) 0%, var(--emerald) 40%, var(--cyan) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite landing-module__g1LwZa__gradient-shift}.landing-module__g1LwZa__description{color:var(--text-muted);max-width:680px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.7}.landing-module__g1LwZa__ctaGroup{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.landing-module__g1LwZa__mainBtn{background:var(--primary);color:#000;transition:all .3s var(--animation-smooth);border-radius:14px;align-items:center;gap:10px;padding:18px 42px;font-size:1.1rem;font-weight:700;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__mainBtn:before{content:"";background:linear-gradient(135deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.landing-module__g1LwZa__mainBtn:hover:before{transform:translate(100%)}.landing-module__g1LwZa__mainBtn:hover{box-shadow:0 15px 40px var(--primary-glow), 0 0 80px #22c55e26;transform:translateY(-3px)}.landing-module__g1LwZa__outlineBtn{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;padding:18px 42px;font-size:1.1rem;font-weight:600;transition:all .3s}.landing-module__g1LwZa__outlineBtn:hover{background:#ffffff14;border-color:#22c55e4d;transform:translateY(-2px)}.landing-module__g1LwZa__particles{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-module__g1LwZa__particle{background:var(--primary);border-radius:50%;width:4px;height:4px;animation:8s ease-in-out infinite landing-module__g1LwZa__particle-float;position:absolute}.landing-module__g1LwZa__particle:first-child{opacity:.3;animation-delay:0s;top:20%;left:10%}.landing-module__g1LwZa__particle:nth-child(2){opacity:.2;width:3px;height:3px;animation-delay:1.5s;top:60%;left:25%}.landing-module__g1LwZa__particle:nth-child(3){opacity:.4;width:5px;height:5px;animation-delay:3s;top:30%;left:50%}.landing-module__g1LwZa__particle:nth-child(4){opacity:.2;animation-delay:2s;top:70%;left:70%}.landing-module__g1LwZa__particle:nth-child(5){opacity:.3;width:3px;height:3px;animation-delay:4s;top:25%;left:85%}.landing-module__g1LwZa__particle:nth-child(6){opacity:.2;width:6px;height:6px;animation-delay:5s;top:80%;left:40%}.landing-module__g1LwZa__particle:nth-child(7){opacity:.15;animation-delay:1s;top:15%;left:60%}.landing-module__g1LwZa__particle:nth-child(8){opacity:.25;width:3px;height:3px;animation-delay:3.5s;top:50%;left:90%}.landing-module__g1LwZa__stats{background:#ffffff03;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:60px 0;position:relative}.landing-module__g1LwZa__statsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__g1LwZa__statItem{border-radius:20px;padding:2rem 1rem;transition:all .3s}.landing-module__g1LwZa__statItem:hover{background:#22c55e08}.landing-module__g1LwZa__statItem h3{background:linear-gradient(135deg, #fff 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.landing-module__g1LwZa__statItem p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:500}.landing-module__g1LwZa__features{padding:120px 0;position:relative}.landing-module__g1LwZa__sectionHeader{text-align:center;margin-bottom:4rem}.landing-module__g1LwZa__sectionHeader h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.landing-module__g1LwZa__sectionHeader p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.15rem}.landing-module__g1LwZa__featureGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__g1LwZa__featureCard{text-align:center;transition:all .4s var(--animation-smooth);border-radius:24px;padding:2.5rem 2rem;position:relative;overflow:hidden}.landing-module__g1LwZa__featureCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#22c55e00,#22c55e00);padding:1px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-module__g1LwZa__featureCard:hover:before{background:linear-gradient(135deg,#22c55e66,#06b6d433)}.landing-module__g1LwZa__featureCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.landing-module__g1LwZa__featureIcon{color:var(--primary);background:#22c55e14;border-radius:18px;margin-bottom:1.5rem;padding:16px;display:inline-flex;position:relative}.landing-module__g1LwZa__featureIcon:after{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#22c55e33,#0000);border-radius:20px;transition:opacity .3s;position:absolute;inset:-2px}.landing-module__g1LwZa__featureCard:hover .landing-module__g1LwZa__featureIcon:after{opacity:1}.landing-module__g1LwZa__featureCard h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.landing-module__g1LwZa__featureCard p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.landing-module__g1LwZa__comparison{background:#22c55e03;padding:120px 0;position:relative}.landing-module__g1LwZa__comparison:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#22c55e0f 0%,#0000 60%);position:absolute;inset:0}.landing-module__g1LwZa__nodes{padding:100px 0;position:relative}.landing-module__g1LwZa__nodeCard{border-radius:32px;align-items:center;gap:4rem;padding:4rem;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__nodeCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#22c55e33,#06b6d41a,#22c55e0d);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-module__g1LwZa__nodeContent{flex:1}.landing-module__g1LwZa__nodeContent h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.landing-module__g1LwZa__nodeSpecs{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.landing-module__g1LwZa__specItem{color:var(--text-muted);align-items:center;gap:12px;padding:8px 0;font-size:.95rem;transition:color .2s;display:flex}.landing-module__g1LwZa__specItem:hover{color:var(--foreground)}.landing-module__g1LwZa__nodeVisual{flex-direction:column;align-items:center;gap:1.5rem;min-width:200px;display:flex;position:relative}.landing-module__g1LwZa__statusBadge{color:var(--primary);background:#22c55e14;border:1px solid #22c55e33;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:600;display:flex}.landing-module__g1LwZa__statusDot{background:var(--primary);width:8px;height:8px;color:var(--primary);border-radius:50%;animation:2s infinite landing-module__g1LwZa__status-pulse;display:inline-block}.landing-module__g1LwZa__pricing{padding:120px 0}.landing-module__g1LwZa__pricingContent{align-items:center;gap:6rem;display:flex}.landing-module__g1LwZa__pricingText{flex:1}.landing-module__g1LwZa__pricingText h2{margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1}.landing-module__g1LwZa__pricingText p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.landing-module__g1LwZa__pricingCard{background:linear-gradient(135deg,#22c55e14,#0a0a0ae6);border:1px solid #22c55e4d;border-radius:32px;width:100%;max-width:450px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #22c55e1a,0 0 120px #22c55e0d}.landing-module__g1LwZa__pricingCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#22c55e0a 0%,#0000 50%);width:200%;height:200%;animation:20s linear infinite landing-module__g1LwZa__rotate-slow;position:absolute;top:-50%;right:-50%}.landing-module__g1LwZa__cardBadge{background:var(--primary);color:#000;letter-spacing:.05em;z-index:1;border-radius:100px;padding:5px 14px;font-size:.7rem;font-weight:800;position:absolute;top:20px;right:20px}.landing-module__g1LwZa__cardHeader h3{z-index:1;position:relative}.landing-module__g1LwZa__price{z-index:1;margin:1rem 0;font-size:4rem;font-weight:800;position:relative}.landing-module__g1LwZa__pricingFeatures{z-index:1;gap:1rem;margin:2rem 0;list-style:none;display:grid;position:relative}.landing-module__g1LwZa__pricingFeature{align-items:center;gap:12px;font-size:1.05rem;display:flex}.landing-module__g1LwZa__deploy{text-align:center;padding:100px 0}.landing-module__g1LwZa__deploySteps{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid;position:relative}.landing-module__g1LwZa__deploySteps:before{content:"";z-index:0;background:linear-gradient(90deg,#0000,#22c55e33,#22c55e33,#0000);height:2px;position:absolute;top:50px;left:15%;right:15%}.landing-module__g1LwZa__step{z-index:1;border-radius:24px;padding:2.5rem 1.5rem;transition:all .3s;position:relative}.landing-module__g1LwZa__step:hover{background:#22c55e08;transform:translateY(-4px)}.landing-module__g1LwZa__step h4{margin:1rem 0 .5rem;font-size:1.3rem;font-weight:700}.landing-module__g1LwZa__step p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.landing-module__g1LwZa__reviews{padding:100px 0;position:relative}.landing-module__g1LwZa__reviewGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__g1LwZa__reviewCard{transition:all .3s var(--animation-smooth);border-radius:24px;padding:2.5rem;position:relative}.landing-module__g1LwZa__reviewCard:before{content:"\"";color:#22c55e14;pointer-events:none;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.landing-module__g1LwZa__reviewCard:hover{border-color:#22c55e33;transform:translateY(-4px);box-shadow:0 15px 30px #0000004d}.landing-module__g1LwZa__stars{color:#fbbf24;gap:4px;margin-bottom:1rem;display:flex}.landing-module__g1LwZa__reviewCard p{color:var(--text-muted);font-size:1rem;line-height:1.6}.landing-module__g1LwZa__author{color:var(--primary);margin-top:1.5rem;font-size:.9rem;font-weight:600;display:block}.landing-module__g1LwZa__trust{padding:120px 0;position:relative}.landing-module__g1LwZa__trust:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 50% 100%,#22c55e0a 0%,#0000 60%);position:absolute;inset:0}.landing-module__g1LwZa__trustGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__g1LwZa__trustCard{transition:all .4s var(--animation-smooth);border-radius:24px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__trustCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#22c55e00,#22c55e00);padding:1px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-module__g1LwZa__trustCard:hover:before{background:linear-gradient(135deg,#22c55e4d,#34d39926)}.landing-module__g1LwZa__trustCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.landing-module__g1LwZa__trustIcon{color:var(--primary);background:#22c55e14;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex;position:relative}.landing-module__g1LwZa__trustIcon:after{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#22c55e26,#0000);border-radius:18px;transition:opacity .3s;position:absolute;inset:-2px}.landing-module__g1LwZa__trustCard:hover .landing-module__g1LwZa__trustIcon:after{opacity:1}.landing-module__g1LwZa__trustCard h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__g1LwZa__trustCard p{color:var(--text-muted);flex:1;font-size:.95rem;line-height:1.65}.landing-module__g1LwZa__trustLink{color:var(--primary);align-items:center;gap:6px;margin-top:1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.landing-module__g1LwZa__trustLink:hover{color:var(--emerald);gap:10px}.landing-module__g1LwZa__faq{padding:100px 0}.landing-module__g1LwZa__bottomCta{padding:120px 0}.landing-module__g1LwZa__ctaBox{text-align:center;border-radius:40px;padding:6rem 2rem;position:relative;overflow:hidden}.landing-module__g1LwZa__ctaBox:before{content:"";z-index:0;background:radial-gradient(circle,#22c55e26 0%,#0000 50%),radial-gradient(circle at 20% 80%,#06b6d40d 0%,#0000 40%),radial-gradient(circle at 80% 20%,#34d3990d 0%,#0000 40%);position:absolute;inset:0}.landing-module__g1LwZa__ctaBox:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#22c55e1a,#0000);border-radius:50%;width:300px;height:300px;animation:4s infinite landing-module__g1LwZa__pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-module__g1LwZa__ctaBox h2{z-index:1;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4rem);position:relative}.landing-module__g1LwZa__ctaBox p,.landing-module__g1LwZa__ctaBox .landing-module__g1LwZa__mainBtn{z-index:1;position:relative}@media (max-width:1024px){.landing-module__g1LwZa__pricingContent,.landing-module__g1LwZa__nodeCard{text-align:center;flex-direction:column;gap:3rem}.landing-module__g1LwZa__featureGrid,.landing-module__g1LwZa__statsGrid,.landing-module__g1LwZa__reviewGrid,.landing-module__g1LwZa__deploySteps{grid-template-columns:1fr;gap:1.5rem}.landing-module__g1LwZa__trustGrid{grid-template-columns:repeat(2,1fr)}.landing-module__g1LwZa__deploySteps:before{display:none}.landing-module__g1LwZa__nodeSpecs{text-align:left;grid-template-columns:1fr}}@media (max-width:768px){.landing-module__g1LwZa__title,.landing-module__g1LwZa__ctaBox h2{font-size:2.5rem}.landing-module__g1LwZa__hero{padding:120px 0 80px}.landing-module__g1LwZa__features,.landing-module__g1LwZa__comparison,.landing-module__g1LwZa__pricing,.landing-module__g1LwZa__trust,.landing-module__g1LwZa__bottomCta{padding:80px 0}.landing-module__g1LwZa__nodes,.landing-module__g1LwZa__deploy,.landing-module__g1LwZa__reviews,.landing-module__g1LwZa__faq{padding:60px 0}.landing-module__g1LwZa__nodeCard{padding:2.5rem 1.5rem}.landing-module__g1LwZa__ctaBox{padding:4rem 1.5rem}.landing-module__g1LwZa__statItem h3{font-size:2.5rem}.landing-module__g1LwZa__pricingCard{padding:2.5rem 2rem}.landing-module__g1LwZa__trustGrid{grid-template-columns:1fr}}.landing-module__g1LwZa__blog{background:#ffffff03;border-top:1px solid #ffffff0a;padding:100px 0;position:relative}.landing-module__g1LwZa__blogGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__g1LwZa__blogCard{color:inherit;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.landing-module__g1LwZa__blogCard:hover{border-color:#22c55e4d;transform:translateY(-6px);box-shadow:0 15px 30px #0006}.landing-module__g1LwZa__blogImageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.landing-module__g1LwZa__blogImageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.landing-module__g1LwZa__blogCard:hover .landing-module__g1LwZa__blogImageWrapper img{transform:scale(1.05)}.landing-module__g1LwZa__blogContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.landing-module__g1LwZa__blogDate{color:var(--primary);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.landing-module__g1LwZa__blogTitle{margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.3}.landing-module__g1LwZa__blogExcerpt{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.landing-module__g1LwZa__blogReadMore{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:gap .3s;display:flex}.landing-module__g1LwZa__blogCard:hover .landing-module__g1LwZa__blogReadMore{gap:.8rem}@media (max-width:768px){.landing-module__g1LwZa__blogGrid{grid-template-columns:1fr}}
.legal-module__8113wq__main{flex-direction:column;min-height:100vh;display:flex}.legal-module__8113wq__hero{background:radial-gradient(circle at 50% -20%,#22c55e1a 0%,#0000 50%);padding:15px 0 60px}.legal-module__8113wq__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.legal-module__8113wq__highlight{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.legal-module__8113wq__subtitle{color:var(--text-muted);max-width:800px;font-size:1.25rem;line-height:1.6}.legal-module__8113wq__contentSection{padding:60px 0 100px}.legal-module__8113wq__legalBox{border-radius:24px;max-width:900px;margin:0 auto;padding:3rem}.legal-module__8113wq__section{margin-bottom:4rem}.legal-module__8113wq__sectionNumber{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:block}.legal-module__8113wq__section h2{color:#fff;margin-bottom:1.5rem;font-size:2rem}.legal-module__8113wq__section p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.legal-module__8113wq__list{padding:0;list-style:none}.legal-module__8113wq__listItem{color:var(--text-muted);gap:1rem;margin-bottom:1rem;line-height:1.6;display:flex}.legal-module__8113wq__listIcon{color:var(--primary);flex-shrink:0;margin-top:4px}.legal-module__8113wq__infoGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;display:grid}.legal-module__8113wq__infoItem h4{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem}.legal-module__8113wq__infoItem p{color:#fff;margin:0;font-size:1.2rem}.legal-module__8113wq__footerNote{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4rem;padding-top:2rem;font-size:.95rem}@media (max-width:768px){.legal-module__8113wq__legalBox{padding:2rem}.legal-module__8113wq__section h2{font-size:1.75rem}}
.nodes-module__Wc4sFG__main{flex-direction:column;min-height:100vh;display:flex}.nodes-module__Wc4sFG__hero{text-align:center;padding:15px 0 60px}.nodes-module__Wc4sFG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.nodes-module__Wc4sFG__highlight{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.nodes-module__Wc4sFG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.nodes-module__Wc4sFG__nodesGrid{padding:40px 0 80px}.nodes-module__Wc4sFG__nodeCard{border-radius:24px;max-width:900px;margin:0 auto;padding:3rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.nodes-module__Wc4sFG__nodeCard:hover{border-color:var(--primary);transform:translateY(-5px)}.nodes-module__Wc4sFG__nodeHeader{text-align:center;margin-bottom:3rem;position:relative}.nodes-module__Wc4sFG__statusBadge{color:var(--primary);background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.nodes-module__Wc4sFG__statusDot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite nodes-module__Wc4sFG__pulse}@keyframes nodes-module__Wc4sFG__pulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(.95)}}.nodes-module__Wc4sFG__nodeIcon{color:var(--primary);margin-bottom:1rem}.nodes-module__Wc4sFG__nodeHeader h2{margin-bottom:.5rem;font-size:2rem}.nodes-module__Wc4sFG__nodeHeader p{color:var(--text-muted);font-size:1rem}.nodes-module__Wc4sFG__specsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:3rem;display:grid}.nodes-module__Wc4sFG__specItem{align-items:flex-start;gap:1.5rem;display:flex}.nodes-module__Wc4sFG__specIcon{color:var(--primary);background:#22c55e1a;border-radius:12px;flex-shrink:0;width:28px;height:28px;padding:10px}.nodes-module__Wc4sFG__specText h3{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.nodes-module__Wc4sFG__specText p{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.nodes-module__Wc4sFG__specText span{color:var(--text-muted);font-size:.9rem}.nodes-module__Wc4sFG__nodeFooter{border-top:1px solid var(--border);text-align:center;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:2rem;display:grid}.nodes-module__Wc4sFG__metric span{color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.8rem;display:block}.nodes-module__Wc4sFG__metric strong{color:var(--foreground);font-size:1.1rem}.nodes-module__Wc4sFG__cta{padding:40px 0 100px}.nodes-module__Wc4sFG__ctaBox{text-align:center;border-radius:24px;max-width:800px;margin:0 auto;padding:4rem}.nodes-module__Wc4sFG__ctaBox h2{margin-bottom:1rem;font-size:2rem}.nodes-module__Wc4sFG__ctaBox p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.nodes-module__Wc4sFG__ctaButtons{justify-content:center;gap:1rem;display:flex}.nodes-module__Wc4sFG__primaryBtn{background:var(--primary);color:#000;border-radius:10px;padding:12px 28px;font-weight:700;transition:all .3s}.nodes-module__Wc4sFG__primaryBtn:hover{box-shadow:0 5px 15px var(--primary-glow);transform:translateY(-2px)}.nodes-module__Wc4sFG__secondaryBtn{color:#fff;border:1px solid var(--border);background:#ffffff0d;border-radius:10px;padding:12px 28px;font-weight:600;transition:all .3s}.nodes-module__Wc4sFG__secondaryBtn:hover{background:#ffffff1a}@media (max-width:768px){.nodes-module__Wc4sFG__nodeCard{padding:2rem}.nodes-module__Wc4sFG__specsGrid,.nodes-module__Wc4sFG__nodeFooter{grid-template-columns:1fr;gap:1.5rem}.nodes-module__Wc4sFG__ctaButtons{flex-direction:column}.nodes-module__Wc4sFG__statusBadge{margin-bottom:1.5rem;display:inline-flex;position:relative;top:auto;right:auto}}
.pricing-module__kvPdYW__main{flex-direction:column;min-height:100vh;display:flex}.pricing-module__kvPdYW__hero{text-align:center;padding:15px 0 60px}.pricing-module__kvPdYW__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.pricing-module__kvPdYW__highlight{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.pricing-module__kvPdYW__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.25rem}.pricing-module__kvPdYW__pricingSection{padding:60px 0 100px}.pricing-module__kvPdYW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}.pricing-module__kvPdYW__card{border-radius:32px;flex-direction:column;padding:3.5rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.pricing-module__kvPdYW__card:hover{transform:translateY(-8px)}.pricing-module__kvPdYW__freeCard{border:1px solid var(--border);background:#ffffff08}.pricing-module__kvPdYW__proCard{border:1px solid var(--primary);background:linear-gradient(135deg,#22c55e1a,#0a0a0ae6);box-shadow:0 20px 50px #22c55e1a}.pricing-module__kvPdYW__badge{background:var(--primary);color:#000;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:800;position:absolute;top:24px;right:24px}.pricing-module__kvPdYW__cardHeader{margin-bottom:2.5rem}.pricing-module__kvPdYW__cardHeader h3{color:var(--text-muted);margin-bottom:1rem;font-size:1.5rem}.pricing-module__kvPdYW__proCard .pricing-module__kvPdYW__cardHeader h3{color:#fff}.pricing-module__kvPdYW__price{align-items:baseline;gap:4px;font-size:3.5rem;font-weight:800;display:flex}.pricing-module__kvPdYW__price span{color:var(--text-muted);font-size:1.25rem;font-weight:500}.pricing-module__kvPdYW__features{flex-direction:column;flex:1;gap:1.25rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.pricing-module__kvPdYW__feature{color:var(--text-muted);align-items:center;gap:12px;font-size:1.05rem;display:flex}.pricing-module__kvPdYW__proCard .pricing-module__kvPdYW__feature{color:#fff}.pricing-module__kvPdYW__checkIcon{color:var(--primary);flex-shrink:0}.pricing-module__kvPdYW__btn{text-align:center;border-radius:12px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s}.pricing-module__kvPdYW__freeBtn{color:#fff;border:1px solid var(--border);background:#ffffff0d}.pricing-module__kvPdYW__freeBtn:hover{background:#ffffff1a}.pricing-module__kvPdYW__proBtn{background:var(--primary);color:#000;box-shadow:0 10px 20px var(--primary-glow)}.pricing-module__kvPdYW__proBtn:hover{box-shadow:0 15px 30px var(--primary-glow);transform:translateY(-2px)}.pricing-module__kvPdYW__faq{background:#22c55e05;padding:100px 0}.pricing-module__kvPdYW__faqGrid{max-width:800px;margin:0 auto}.pricing-module__kvPdYW__faqItem{margin-bottom:2rem}.pricing-module__kvPdYW__faqItem h4{color:#fff;margin-bottom:.75rem;font-size:1.2rem}.pricing-module__kvPdYW__faqItem p{color:var(--text-muted);line-height:1.6}@media (max-width:768px){.pricing-module__kvPdYW__grid{grid-template-columns:1fr}}
.status-module__baVxPq__main{flex-direction:column;min-height:100vh;display:flex}.status-module__baVxPq__hero{text-align:center;padding:15px 0 60px}.status-module__baVxPq__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.status-module__baVxPq__highlight{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.status-module__baVxPq__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.status-module__baVxPq__statusContainer{padding:40px 0 100px}.status-module__baVxPq__statusCard{border-radius:24px;max-width:800px;margin:0 auto;padding:2rem}.status-module__baVxPq__globalStatus{color:var(--primary);background:#22c55e1a;border:1px solid #22c55e33;border-radius:16px;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.status-module__baVxPq__pulseDot{background:var(--primary);width:12px;height:12px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite status-module__baVxPq__pulse}@keyframes status-module__baVxPq__pulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(.95)}}.status-module__baVxPq__statusGrid{gap:1.5rem;display:grid}.status-module__baVxPq__statusItem{border:1px solid var(--border);background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;transition:all .3s;display:flex}.status-module__baVxPq__statusItem:hover{background:#ffffff0d;border-color:#22c55e4d}.status-module__baVxPq__serviceInfo{align-items:center;gap:1.5rem;display:flex}.status-module__baVxPq__serviceIcon{color:var(--text-muted)}.status-module__baVxPq__serviceText h3{margin-bottom:.25rem;font-size:1.1rem}.status-module__baVxPq__serviceText p{color:var(--text-muted);font-size:.85rem}.status-module__baVxPq__statusBadge{border-radius:100px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;font-weight:600;display:flex}.status-module__baVxPq__online{color:var(--primary);background:#22c55e1a}.status-module__baVxPq__history{text-align:center;margin-top:4rem}.status-module__baVxPq__history h2{margin-bottom:1.5rem;font-size:1.5rem}.status-module__baVxPq__uptimeBar{justify-content:center;gap:4px;margin-bottom:1rem;display:flex}.status-module__baVxPq__bar{background:var(--primary);opacity:.3;border-radius:2px;width:4px;height:30px}.status-module__baVxPq__barActive{opacity:1;box-shadow:0 0 5px var(--primary-glow)}.status-module__baVxPq__uptimeLabel{color:var(--text-muted);font-size:.9rem}@media (max-width:600px){.status-module__baVxPq__statusItem{flex-direction:column;align-items:flex-start;gap:1.5rem}.status-module__baVxPq__statusBadge{align-self:flex-end}}
.AuthCard-module__Vc6V-G__wrapper{background:radial-gradient(circle at top right, var(--primary-glow), transparent 40%), radial-gradient(circle at bottom left, #0000, var(--background));justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.AuthCard-module__Vc6V-G__card{border-radius:12px;width:100%;max-width:450px;padding:3rem;animation:.5s ease-out AuthCard-module__Vc6V-G__fadeIn}.AuthCard-module__Vc6V-G__header{text-align:center;margin-bottom:2.5rem}.AuthCard-module__Vc6V-G__title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.AuthCard-module__Vc6V-G__subtitle{color:var(--text-muted);font-size:.95rem}.AuthCard-module__Vc6V-G__form{flex-direction:column;gap:1.5rem;display:flex}.AuthCard-module__Vc6V-G__inputGroup{flex-direction:column;gap:.5rem;display:flex}.AuthCard-module__Vc6V-G__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.AuthCard-module__Vc6V-G__input{border:1px solid var(--border);color:#fff;background:#ffffff08;border-radius:6px;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.AuthCard-module__Vc6V-G__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);background:#22c55e0d;outline:none}.AuthCard-module__Vc6V-G__options{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.AuthCard-module__Vc6V-G__remember{cursor:pointer;color:var(--text-muted);align-items:center;gap:.5rem;display:flex}.AuthCard-module__Vc6V-G__checkbox{accent-color:var(--primary)}.AuthCard-module__Vc6V-G__forgot{color:var(--primary)}.AuthCard-module__Vc6V-G__forgot:hover{text-decoration:underline}.AuthCard-module__Vc6V-G__submitBtn{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary-glow);border-radius:6px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s}.AuthCard-module__Vc6V-G__submitBtn:hover{box-shadow:0 0 25px var(--primary-glow);transform:translateY(-2px)}.AuthCard-module__Vc6V-G__footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.AuthCard-module__Vc6V-G__link{color:var(--primary);font-weight:600}.AuthCard-module__Vc6V-G__link:hover{text-decoration:underline}@keyframes AuthCard-module__Vc6V-G__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.AuthCard-module__Vc6V-G__card{padding:2rem}}
