.Hero-module__s-6kkG__carouselContainer{background:#000;width:100vw;height:100vh;position:relative;overflow:hidden}.Hero-module__s-6kkG__slide{justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 10vw;display:flex;position:absolute;top:0;left:0}.Hero-module__s-6kkG__slideBgContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__s-6kkG__slideImg{object-fit:cover;opacity:.6;width:100%;height:100%;scale:1.05}.Hero-module__s-6kkG__slideAura{background:radial-gradient(circle at 70% 30%, var(--accent-color) 0%, transparent 60%);opacity:.15;filter:blur(100px);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__overlay{z-index:2;background:linear-gradient(90deg,#000c 0%,#0006 50%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__slideContent{z-index:10;max-width:750px;position:relative}.Hero-module__s-6kkG__badge{font-family:var(--font-accent);color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.Hero-module__s-6kkG__slideContent h1{font-family:var(--font-accent);letter-spacing:-.04em;color:#fff;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:800;line-height:.9}.Hero-module__s-6kkG__slideContent p{color:#ffffffb3;max-width:550px;margin-bottom:3.5rem;font-size:1.35rem;line-height:1.6}.Hero-module__s-6kkG__btnGroup{gap:1.5rem;display:flex}.Hero-module__s-6kkG__primaryBtn{color:#fff;background:#0070f3;border-radius:8px;align-items:center;gap:1rem;padding:1.3rem 3.5rem;font-size:1.15rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 15px 40px #0070f34d}.Hero-module__s-6kkG__primaryBtn:hover{background:#0060da;transform:translateY(-4px);box-shadow:0 25px 60px #0070f366}.Hero-module__s-6kkG__secondaryBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;padding:1.3rem 3.5rem;font-size:1.15rem;font-weight:600;transition:background .3s}.Hero-module__s-6kkG__secondaryBtn:hover{background:#ffffff1f}.Hero-module__s-6kkG__navBtn{color:#fff;z-index:100;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__s-6kkG__navBtn:hover{background:#ffffff26;transform:translateY(-50%)scale(1.1)}.Hero-module__s-6kkG__prev{left:2.5rem}.Hero-module__s-6kkG__next{right:2.5rem}.Hero-module__s-6kkG__pagination{z-index:100;gap:1rem;display:flex;position:absolute;bottom:4rem;left:50%;transform:translate(-50%)}.Hero-module__s-6kkG__dot{cursor:pointer;background:#ffffff26;border-radius:4px;width:48px;height:4px;transition:all .3s}.Hero-module__s-6kkG__activeDot{background:#fff;width:64px}.Hero-module__s-6kkG__bottomFade{z-index:5;background:linear-gradient(#0000,#050505);width:100%;height:25vh;position:absolute;bottom:0;left:0}@media (max-width:1024px){.Hero-module__s-6kkG__slideContent{max-width:600px}.Hero-module__s-6kkG__slideContent h1{font-size:4rem}}@media (max-width:768px){.Hero-module__s-6kkG__slide{text-align:center;justify-content:center;padding:0 2rem}.Hero-module__s-6kkG__slideContent{flex-direction:column;align-items:center;display:flex}.Hero-module__s-6kkG__btnGroup{flex-direction:column;gap:1rem;width:100%}.Hero-module__s-6kkG__navBtn{display:none}.Hero-module__s-6kkG__pagination{bottom:2rem}.Hero-module__s-6kkG__slideContent p{margin:0 auto 2.5rem}.Hero-module__s-6kkG__overlay{background:#000000b3}}
.FeaturedContent-module__EABjca__section{background:#050505;max-width:1600px;margin:0 auto;padding:6rem 2rem}.FeaturedContent-module__EABjca__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;padding:0 1rem;display:flex}.FeaturedContent-module__EABjca__titleArea{flex-direction:column;gap:1.5rem;display:flex}.FeaturedContent-module__EABjca__header h2{font-family:var(--font-accent);letter-spacing:.05em;color:#fff;font-size:2rem;font-weight:800}.FeaturedContent-module__EABjca__line{background:#0070f3;width:60px;height:4px}.FeaturedContent-module__EABjca__filters{gap:1rem;display:flex}.FeaturedContent-module__EABjca__filterBtn{color:#94a3b8;text-transform:uppercase;background:#ffffff0d;border:1px solid #0000;border-radius:20px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s}.FeaturedContent-module__EABjca__filterBtn:hover{color:#fff;background:#ffffff1a}.FeaturedContent-module__EABjca__filterBtn.FeaturedContent-module__EABjca__active{color:#0070f3;background:#0070f31a;border-color:#0070f34d}.FeaturedContent-module__EABjca__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.FeaturedContent-module__EABjca__card{cursor:pointer;background:#111;border-radius:12px;transition:transform .3s;overflow:hidden}.FeaturedContent-module__EABjca__card:hover{transform:translateY(-8px)}.FeaturedContent-module__EABjca__imageWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.FeaturedContent-module__EABjca__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.FeaturedContent-module__EABjca__card:hover .FeaturedContent-module__EABjca__image{transform:scale(1.1)}.FeaturedContent-module__EABjca__statusBadge{color:#fff;letter-spacing:.05em;background:#0070f3;border-radius:4px;padding:.4rem .8rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem}.FeaturedContent-module__EABjca__cardInfo{padding:1.5rem}.FeaturedContent-module__EABjca__category{color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.FeaturedContent-module__EABjca__cardInfo h3{color:#fff;font-size:1.25rem;font-weight:600}@media (max-width:1024px){.FeaturedContent-module__EABjca__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.FeaturedContent-module__EABjca__header{flex-direction:column;align-items:flex-start;gap:2rem}.FeaturedContent-module__EABjca__filters{width:100%;padding-bottom:1rem;overflow-x:auto}.FeaturedContent-module__EABjca__grid{grid-template-columns:1fr}}
.Features-module__mTnrVG__section{background:var(--bg-color);z-index:2;padding:10rem 2rem;position:relative}.Features-module__mTnrVG__container{max-width:1200px;margin:0 auto}.Features-module__mTnrVG__header{text-align:center;max-width:700px;margin:0 auto 6rem}.Features-module__mTnrVG__label{background:var(--primary-glow);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;border-radius:20px;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.Features-module__mTnrVG__header h2{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.Features-module__mTnrVG__header p{color:var(--text-muted);font-size:1.2rem;line-height:1.6}.Features-module__mTnrVG__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Features-module__mTnrVG__card{cursor:pointer;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s;display:flex;position:relative;overflow:hidden}.Features-module__mTnrVG__card:hover{background:#ffffff0a;transform:translateY(-8px)}.Features-module__mTnrVG__cardHeader{justify-content:space-between;align-items:center;display:flex}.Features-module__mTnrVG__cardIcon{width:54px;height:54px;color:var(--primary);border:1px solid var(--border);background:#ffffff08;border-radius:14px;justify-content:center;align-items:center;display:flex}.Features-module__mTnrVG__cardTag{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#ffffff08;border-radius:12px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.Features-module__mTnrVG__card h3{color:#fff;font-size:1.6rem;font-weight:600}.Features-module__mTnrVG__card p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.Features-module__mTnrVG__cardFooter{color:var(--primary);opacity:0;align-items:center;gap:.6rem;margin-top:auto;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;transform:translate(-10px)}.Features-module__mTnrVG__card:hover .Features-module__mTnrVG__cardFooter{opacity:1;transform:translate(0)}@media (max-width:1024px){.Features-module__mTnrVG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Features-module__mTnrVG__section{padding:6rem 1.5rem}.Features-module__mTnrVG__grid{grid-template-columns:1fr;gap:1.5rem}.Features-module__mTnrVG__header h2{font-size:2.2rem}.Features-module__mTnrVG__card{padding:2rem}}
.Stats-module__Z7emmW__section{z-index:1;padding:4rem 2rem;position:relative}.Stats-module__Z7emmW__container{max-width:1200px;margin:0 auto}.Stats-module__Z7emmW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.Stats-module__Z7emmW__statCard{text-align:center;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.Stats-module__Z7emmW__statCard:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.Stats-module__Z7emmW__value{background:linear-gradient(135deg,#fff 0%,#ffffff80 100%);-webkit-text-fill-color:transparent;font-size:3rem;font-weight:800;font-family:var(--font-accent);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem}.forge .Stats-module__Z7emmW__value{background:linear-gradient(135deg, var(--accent) 0%, #60a5fa 100%);-webkit-background-clip:text;background-clip:text}.realm .Stats-module__Z7emmW__value{background:linear-gradient(135deg, var(--accent) 0%, #d946ef 100%);-webkit-background-clip:text;background-clip:text}.Stats-module__Z7emmW__label{color:var(--text);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Stats-module__Z7emmW__sub{color:var(--text-muted);opacity:.8;font-size:.85rem}@media (max-width:768px){.Stats-module__Z7emmW__value{font-size:2.5rem}}
.Mission-module__p4WbEW__section{background:var(--surface);border-top:1px solid var(--border);padding:10rem 2rem;position:relative;overflow:hidden}.Mission-module__p4WbEW__container{z-index:2;max-width:1000px;margin:0 auto;position:relative}.Mission-module__p4WbEW__content{text-align:center;flex-direction:column;align-items:center;display:flex}.Mission-module__p4WbEW__accent{background:var(--accent);border-radius:2px;width:60px;height:4px;margin-bottom:2.5rem}.Mission-module__p4WbEW__content h2{font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1;font-family:var(--font-accent);max-width:900px;margin-bottom:2rem;font-weight:800}.Mission-module__p4WbEW__description{color:var(--text-muted);max-width:800px;margin-bottom:4rem;font-size:clamp(1.1rem,3vw,1.4rem);line-height:1.6}.Mission-module__p4WbEW__btnGroup{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Mission-module__p4WbEW__primaryBtn{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1.25rem 3.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Mission-module__p4WbEW__forgeBtn{background:var(--accent);box-shadow:0 10px 20px #0070f333}.Mission-module__p4WbEW__realmBtn{background:var(--accent);box-shadow:0 10px 20px #8b5cf633}.Mission-module__p4WbEW__primaryBtn:hover{filter:brightness(1.1);transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.Mission-module__p4WbEW__secondaryBtn{color:var(--text);cursor:pointer;border:1px solid #ffffff1a;border-radius:12px;padding:1.25rem 3.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Mission-module__p4WbEW__secondaryBtn:hover{background:#ffffff0d;border-color:#fff3;transform:scale(1.05)}@media (max-width:640px){.Mission-module__p4WbEW__btnGroup{flex-direction:column;width:100%}.Mission-module__p4WbEW__primaryBtn,.Mission-module__p4WbEW__secondaryBtn{width:100%}}
.Shapes-module__e6x2_W__shapesContainer{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.Shapes-module__e6x2_W__blob{filter:blur(120px);opacity:.15;background:var(--accent);border-radius:50%;width:600px;height:600px;position:absolute}.Shapes-module__e6x2_W__blob1{top:-10%;right:-5%}.Shapes-module__e6x2_W__blob2{bottom:-5%;left:-5%}.Shapes-module__e6x2_W__vectorLines{opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0}.forge .Shapes-module__e6x2_W__shapesContainer{--accent:#0070f3}.realm .Shapes-module__e6x2_W__shapesContainer{--accent:#8b5cf6}
