.Navbar-module__cJzEcG__navbar{z-index:99999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--glass-radius-element);width:calc(100% - 3rem);max-width:960px;box-shadow:none;background:#0a0e178c;border:1px solid #ffffff1a;margin-left:auto;margin-right:auto;padding-top:.85rem;padding-bottom:.85rem;transition:top .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1);position:fixed;top:1.5rem;left:0;right:0;overflow:hidden}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{padding-top:.65rem;padding-bottom:.65rem;top:.75rem}.Navbar-module__cJzEcG__navbarContainer{z-index:1;justify-content:space-between;align-items:center;width:100%;padding-left:2rem;padding-right:2rem;display:flex;position:relative}.Navbar-module__cJzEcG__navbarLogo{align-items:center;gap:var(--space-sm);font-weight:var(--font-weight-medium);z-index:1001;font-size:1.25rem;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;max-width:150px;height:40px}.Navbar-module__cJzEcG__navbarMenuDesktop{align-items:center;gap:2.8rem;display:flex}.Navbar-module__cJzEcG__navbarLink{font-size:var(--caption-size);font-weight:var(--font-weight-medium);color:var(--theme-on-surface);transition:color var(--transition-fast);position:relative}.Navbar-module__cJzEcG__navbarLink:after{content:"";background:var(--cbite-gradient);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navbarLink:hover{color:var(--cbite-blue)}.Navbar-module__cJzEcG__navbarLink:hover:after{width:100%}.Navbar-module__cJzEcG__navbarCta{z-index:1;border-radius:var(--glass-radius-element);padding:var(--space-sm) var(--space-lg);font-size:var(--caption-size);transition:background .3s,box-shadow .3s;position:relative;overflow:hidden}.Navbar-module__cJzEcG__navbarCta:before{content:"";transform-origin:50%;z-index:-2;opacity:0;background:conic-gradient(#000 0%,#00c6ff 25%,#1a73e8 50%,#000 100%);width:300px;height:300px;transition:opacity .3s;animation:3s linear infinite Navbar-module__cJzEcG__rotate-gradient;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module__cJzEcG__navbarCta:after{content:"";border-radius:calc(var(--glass-radius-element) - 1.5px);z-index:-1;opacity:0;background:#0a0e17;transition:opacity .3s;position:absolute;inset:1.5px}.Navbar-module__cJzEcG__navbarCta:hover{box-shadow:0 0 16px #1a73e866;background:0 0!important}.Navbar-module__cJzEcG__navbarCta:hover:before,.Navbar-module__cJzEcG__navbarCta:hover:after{opacity:1}.Navbar-module__cJzEcG__hamburgerBtn{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Navbar-module__cJzEcG__hamburgerLine{background-color:var(--theme-on-surface);transform-origin:50%;border-radius:10px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Navbar-module__cJzEcG__hamburgerBtn.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:first-child{transform:translateY(9.5px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerBtn.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:nth-child(2){opacity:0;transform:scale(0)}.Navbar-module__cJzEcG__hamburgerBtn.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:nth-child(3){transform:translateY(-9.5px)rotate(-45deg)}.Navbar-module__cJzEcG__navbarMobileMenu{-webkit-backdrop-filter:none;width:100%;box-shadow:none;z-index:1;opacity:0;background:0 0;border:none;border-radius:0;max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s ease-in-out;display:none;position:relative;top:0;left:0;right:0;overflow:hidden}.Navbar-module__cJzEcG__navbarMobileMenu.Navbar-module__cJzEcG__open{opacity:1;max-height:450px}.Navbar-module__cJzEcG__mobileMenuInner{align-items:center;gap:var(--space-lg);padding-top:var(--space-md);padding-bottom:var(--space-lg);padding-left:var(--page-margin);padding-right:var(--page-margin);border-top:1px solid #ffffff0d;flex-direction:column;margin-top:.5rem;display:flex}.Navbar-module__cJzEcG__mobileLink{font-size:var(--heading-6-size);font-weight:var(--font-weight-bold);color:var(--theme-on-surface);transition:color var(--transition-fast)}.Navbar-module__cJzEcG__mobileLink:active{color:var(--cbite-blue)}.Navbar-module__cJzEcG__mobileCta{z-index:1;width:100%;max-width:250px;margin-top:var(--space-md);border-radius:12px;transition:background .3s,box-shadow .3s;position:relative;overflow:hidden}.Navbar-module__cJzEcG__mobileCta:before{content:"";transform-origin:50%;z-index:-2;opacity:0;background:conic-gradient(#000 0%,#00c6ff 25%,#1a73e8 50%,#000 100%);width:300px;height:300px;transition:opacity .3s;animation:3s linear infinite Navbar-module__cJzEcG__rotate-gradient;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module__cJzEcG__mobileCta:after{content:"";z-index:-1;opacity:0;background:#0a0e17;border-radius:10.5px;transition:opacity .3s;position:absolute;inset:1.5px}.Navbar-module__cJzEcG__mobileCta:hover{box-shadow:0 0 16px #1a73e866;background:0 0!important}.Navbar-module__cJzEcG__mobileCta:hover:before,.Navbar-module__cJzEcG__mobileCta:hover:after{opacity:1}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{width:calc(100% - 2rem);padding-top:.6rem;padding-bottom:.6rem;top:1rem}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{padding-top:.45rem;padding-bottom:.45rem;top:.5rem}.Navbar-module__cJzEcG__navbarContainer{padding-left:1.25rem;padding-right:1.25rem}.Navbar-module__cJzEcG__navbarMenuDesktop{display:none}.Navbar-module__cJzEcG__hamburgerBtn{width:24px;height:17px;display:flex}.Navbar-module__cJzEcG__hamburgerBtn.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:first-child{transform:translateY(7.5px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerBtn.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.Navbar-module__cJzEcG__logoImg{height:30px}.Navbar-module__cJzEcG__navbarMobileMenu{display:block}}.Navbar-module__cJzEcG__btnIcon{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:16px;height:16px}@keyframes Navbar-module__cJzEcG__rotate-gradient{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
.Hero-module___w2HtG__hero{background:var(--theme-surface);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__heroBgWrapper{z-index:0;pointer-events:none;background:linear-gradient(to bottom, transparent 62%, #0a0e1794 84%, var(--theme-surface) 100%), radial-gradient(ellipse 76% 68% at 50% 48%, #0c18352e, transparent 72%), #03050b;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.Hero-module___w2HtG__heroAurora,.Hero-module___w2HtG__heroAurora:before,.Hero-module___w2HtG__heroAurora:after{pointer-events:none;position:absolute}.Hero-module___w2HtG__heroAurora{inset:0;overflow:hidden}.Hero-module___w2HtG__heroAurora:before{content:"";filter:blur(18px)saturate(145%)brightness(1.18);opacity:1;transform-origin:bottom;background:radial-gradient(at 16% 44%,#00d8ff 0 8%,#1a73e8eb 22%,#0030a8c7 41%,#031c5c66 58%,#0000 73%),radial-gradient(at 84% 42%,#00d8fffa 0 9%,#1a73e8e6 26%,#0030a8c2 45%,#031c5c52 59%,#0000 71%);border-radius:50% 50% 0 0/84% 84% 0 0;width:116%;height:72%;animation:6.5s ease-in-out infinite alternate Hero-module___w2HtG__auroraDrift;bottom:-39%;left:-8%}.Hero-module___w2HtG__auroraPaused:before{animation-play-state:paused}@keyframes Hero-module___w2HtG__auroraDrift{0%{filter:blur(22px)saturate(138%)brightness(1.12);transform:translate(-13%,8%)rotate(-10deg)scale(.92)}38%{filter:blur(15px)saturate(160%)brightness(1.24);transform:translate(11%,-14%)rotate(4deg)scale(1.13)}70%{filter:blur(13px)saturate(168%)brightness(1.3);transform:translate(2%,-5%)rotate(-1deg)scale(1.2)}to{filter:blur(19px)saturate(148%)brightness(1.18);transform:translate(-9%,-22%)rotate(-7deg)scale(1.02)}}.Hero-module___w2HtG__heroAurora:after{content:"";background:radial-gradient(55% 28% at 50% 74%,#03050bf2 15%,#03050b66 57%,#0000 78%),linear-gradient(#03050b14 0%,#03050b6b 100%);inset:0}.Hero-module___w2HtG__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.Hero-module___w2HtG__heroBrand{justify-content:center;align-items:center;display:flex}.Hero-module___w2HtG__heroBrandLogo{object-fit:contain;width:auto;height:64px}.Hero-module___w2HtG__heroHeadline{color:#fff;letter-spacing:-.03em;word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.15}.Hero-module___w2HtG__heroCta{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}.Hero-module___w2HtG__buttonContent{z-index:1;justify-content:center;align-items:center;gap:.5rem;display:inline-flex;position:relative}.Hero-module___w2HtG__heroBtnPrimary{z-index:1;background:var(--cbite-blue);color:#ffffffe6;border-radius:var(--glass-radius-element);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-width:170px;height:48px;font-size:1rem;font-weight:500;line-height:1;transition:background .3s,box-shadow .3s,color .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module___w2HtG__heroBtnPrimary:before{content:"";transform-origin:50%;z-index:-2;opacity:0;background:conic-gradient(#000 0%,#00c6ff 25%,#1a73e8 50%,#000 100%);width:300px;height:300px;transition:opacity .3s;animation:3s linear infinite Hero-module___w2HtG__rotate-gradient;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__heroBtnPrimary:after{content:"";border-radius:calc(var(--glass-radius-element) - 1.5px);z-index:-1;opacity:0;background:#0a0e17;transition:opacity .3s;position:absolute;inset:1.5px}.Hero-module___w2HtG__heroBtnPrimary:hover{box-shadow:0 0 16px #1a73e866;background:0 0!important}.Hero-module___w2HtG__heroBtnPrimary:hover:before,.Hero-module___w2HtG__heroBtnPrimary:hover:after{opacity:1}.Hero-module___w2HtG__btnIcon{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:20px;height:20px}.Hero-module___w2HtG__heroBtnSecondary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fffffff2;border-radius:var(--glass-radius-element);white-space:nowrap;cursor:pointer;min-width:170px;height:48px;box-shadow:none;background:#0a0e1775;border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;line-height:1;transition:background .25s,border-color .25s,color .25s;display:inline-flex;position:relative;overflow:hidden;transform:none!important}.Hero-module___w2HtG__heroBtnSecondary:hover{background:#0a0e178f;border-color:#ffffff2e;box-shadow:none!important;transform:none!important}.Hero-module___w2HtG__heroFadeBottom{background:linear-gradient(to bottom, transparent 0%, #0a0e17ad 64%, var(--theme-surface) 100%);pointer-events:none;z-index:1;height:34vh;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.Hero-module___w2HtG__hero{justify-content:center;align-items:center;min-height:100dvh}.Hero-module___w2HtG__heroContent{gap:1.75rem;padding:0 1.25rem}.Hero-module___w2HtG__heroAurora:before{filter:blur(16px)saturate(110%);width:180%;height:56%;bottom:-20%;left:-40%}.Hero-module___w2HtG__heroBrandLogo{height:48px}.Hero-module___w2HtG__heroHeadline{letter-spacing:-.02em;padding:0 .5rem;font-size:clamp(1.1rem,5vw,1.6rem);line-height:1.35}.Hero-module___w2HtG__heroCta{flex-direction:column;align-items:center;gap:.75rem}.Hero-module___w2HtG__heroBtnPrimary,.Hero-module___w2HtG__heroBtnSecondary{justify-content:center;align-items:center;min-width:160px;height:44px;padding:0 1.25rem;font-size:.9rem;display:inline-flex}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__heroAurora:before{animation:none}}@keyframes Hero-module___w2HtG__rotate-gradient{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
.DotGrid-module__0iImYq__root{--dot-gap:18px;--dot-size:.85px;pointer-events:none;position:absolute;inset:0}.DotGrid-module__0iImYq__baseGrid,.DotGrid-module__0iImYq__interactionCanvas{width:100%;height:100%;position:absolute;inset:0}.DotGrid-module__0iImYq__baseGrid{background-image:radial-gradient(circle, #bee0ff61 0 var(--dot-size), transparent calc(var(--dot-size) + .15px));background-position:50%;background-size:var(--dot-gap) var(--dot-gap)}.DotGrid-module__0iImYq__interactionCanvas{opacity:0;display:block}.DotGrid-module__0iImYq__root[data-renderer=canvas] .DotGrid-module__0iImYq__baseGrid{display:none}.DotGrid-module__0iImYq__root[data-renderer=canvas] .DotGrid-module__0iImYq__interactionCanvas{opacity:1}
.About-module__RHteCa__about{background:var(--theme-surface);padding:var(--space-5xl) 0;position:relative;overflow:hidden}.About-module__RHteCa__bentoGrid{margin-top:var(--space-xl);grid-template-columns:repeat(3,1fr);grid-template-areas:"c1 c2 c2""c1 c2 c2""c3 c3 c4""c3 c3 c4";grid-auto-rows:240px;gap:1.5rem;display:grid}.About-module__RHteCa__wrapperVerticalLeft{grid-area:c1}.About-module__RHteCa__wrapperHorizontalRight{grid-area:c2}.About-module__RHteCa__wrapperSquareLarge{grid-area:c3}.About-module__RHteCa__wrapperVerticalRight{grid-area:c4}.About-module__RHteCa__cardVerticalLeft{width:100%;height:100%}.About-module__RHteCa__cardHorizontalRight{align-items:center;width:100%;height:100%;flex-direction:row!important}.About-module__RHteCa__cardSquareLarge{width:100%;height:100%;flex-direction:column!important}.About-module__RHteCa__cardSquareLarge .About-module__RHteCa__cardVisualContainer{height:240px}.About-module__RHteCa__cardVerticalRight{width:100%;height:100%}.About-module__RHteCa__cardVerticalRight .About-module__RHteCa__cardVisualContainer{height:270px}.About-module__RHteCa__cardVerticalRight .About-module__RHteCa__terminalWindow{width:96%;margin:0 auto}.About-module__RHteCa__cardVerticalRight .About-module__RHteCa__terminalBody{padding:.85rem;font-size:.78rem;line-height:1.5}.About-module__RHteCa__bentoGrid>div{width:100%;height:100%}.About-module__RHteCa__bentoCard{z-index:1;background:0 0;border:1px solid #ffffff0a;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.About-module__RHteCa__bentoCard:after{content:"";background:var(--theme-surface-container);z-index:-2;border-radius:23px;transition:background-color .3s;position:absolute;inset:1px}.About-module__RHteCa__bentoCard:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 16px 40px #0006,0 0 20px #1a73e814}.About-module__RHteCa__bentoCard:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,0) var(--mouse-y,0), #1a73e80a, transparent 40%);z-index:-1;pointer-events:none;opacity:0;transition:opacity .5s;position:absolute;inset:0}.About-module__RHteCa__bentoCard:hover:before{opacity:1}.About-module__RHteCa__cardBorderRotator{content:"";z-index:-3;opacity:0;pointer-events:none;background:conic-gradient(#0000 0%,#00c6ff 25%,#1a73e8 50%,#0000 100%);width:350%;height:350%;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__cardBorderRotator{opacity:1;animation:3s linear infinite About-module__RHteCa__rotate-gradient}.About-module__RHteCa__cardTextContainer{z-index:2;flex-direction:column;gap:.8rem;display:flex;position:relative}.About-module__RHteCa__cardIconTitle{align-items:center;gap:.6rem;display:flex}.About-module__RHteCa__iconBlue{color:var(--cbite-cyan);flex-shrink:0}.About-module__RHteCa__cardTitle{font-size:var(--caption-size);color:var(--theme-on-surface-variant);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;margin:0}.About-module__RHteCa__cardHeadline{font-size:1.35rem;font-weight:var(--font-weight-bold);color:#fffffff2;word-break:keep-all;margin:0;line-height:1.3}.About-module__RHteCa__cardDesc{color:var(--theme-on-surface-variant);word-break:keep-all;margin:0;font-size:.9rem;line-height:1.5}.About-module__RHteCa__cardHorizontalRight .About-module__RHteCa__cardTextContainer{width:55%;padding-right:1.5rem}.About-module__RHteCa__cardVisualContainer{justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.About-module__RHteCa__davinciLogoWrapper{opacity:.9;filter:drop-shadow(0 8px 24px #1a73e833);width:95px;height:95px;transition:transform .8s var(--ease-out-expo);position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__davinciLogoWrapper{transform:translate(-50%,-60%)rotate(45deg)}.About-module__RHteCa__davinciLogoImg{object-fit:contain;width:100%;height:100%}.About-module__RHteCa__videoTracks{opacity:.6;flex-direction:column;gap:6px;width:100%;padding:0 .5rem;display:flex;position:absolute;bottom:0;left:0}.About-module__RHteCa__trackLine{background:#ffffff05;border:1px solid #ffffff08;border-radius:4px;width:100%;height:14px;position:relative;overflow:hidden}.About-module__RHteCa__clipBlue,.About-module__RHteCa__clipCyan,.About-module__RHteCa__clipPurple,.About-module__RHteCa__clipOrange,.About-module__RHteCa__clipGreen{opacity:.75;border-radius:3px;height:100%;transition:transform .4s;position:absolute;top:0}.About-module__RHteCa__clipBlue{background:var(--cbite-blue)}.About-module__RHteCa__clipCyan{background:var(--cbite-cyan)}.About-module__RHteCa__clipPurple{background:#8b5cf6}.About-module__RHteCa__clipOrange{background:#ff7b00}.About-module__RHteCa__clipGreen{background:#10b981}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__clipBlue,.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__clipCyan,.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__clipPurple,.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__clipOrange,.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__clipGreen{transform:scaleX(1.05)}.About-module__RHteCa__cardHorizontalRight .About-module__RHteCa__cardVisualContainer{width:45%;height:100%}.About-module__RHteCa__terminalWindow{width:100%;transition:transform .5s var(--ease-out-expo);background:#0a0e17b3;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden;transform:perspective(1000px)rotateY(-8deg)rotateX(4deg);box-shadow:0 12px 32px #0006}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__terminalWindow{transform:perspective(1000px)rotateY(-2deg)rotateX(1deg)}.About-module__RHteCa__terminalHeader{background:#ffffff08;border-bottom:1px solid #ffffff0d;align-items:center;gap:5px;padding:.5rem .75rem;display:flex}.About-module__RHteCa__windowDot{border-radius:50%;width:7px;height:7px}.About-module__RHteCa__dotRed{background:#ff5f56}.About-module__RHteCa__dotYellow{background:#ffbd2e}.About-module__RHteCa__dotGreen{background:#27c93f}.About-module__RHteCa__terminalFilename{color:var(--theme-on-surface-variant);margin-left:.5rem;font-family:monospace;font-size:.65rem}.About-module__RHteCa__terminalBody{color:#fffc;text-align:left;padding:.85rem;font-family:monospace;font-size:.75rem;line-height:1.5}.About-module__RHteCa__codeKeyword{color:#f43f5e}.About-module__RHteCa__codeClass{color:var(--cbite-cyan)}.About-module__RHteCa__codeMethod{color:#60a5fa}.About-module__RHteCa__codeString{color:#34c759}.About-module__RHteCa__codeHighlightAi{color:#00e5ff;text-shadow:0 0 10px #00e5ff99;font-weight:var(--font-weight-bold)}.About-module__RHteCa__minecraftLogoWrap{filter:drop-shadow(0 12px 28px #00000073);justify-content:center;align-items:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__minecraftLogoWrap{transform:scale(1.08)}.About-module__RHteCa__minecraftLogoImg{object-fit:contain;border:2px solid #ffffff0d;border-radius:20px;height:auto}.About-module__RHteCa__timelineWidget{flex-direction:column;justify-content:space-around;width:85%;height:90%;padding-left:0;display:flex;position:relative}.About-module__RHteCa__widgetLine{background:linear-gradient(to bottom, var(--cbite-cyan), var(--cbite-blue), transparent);opacity:.25;width:2px;position:absolute;top:5%;bottom:5%;left:calc(6rem + 4px)}.About-module__RHteCa__widgetItem{align-items:center;gap:1.5rem;display:flex;position:relative}.About-module__RHteCa__widgetYear{font-size:1.15rem;font-weight:var(--font-weight-bold);color:var(--cbite-cyan);text-align:right;width:4.5rem}.About-module__RHteCa__widgetDotNode{background:var(--theme-surface-container-high);border:2px solid var(--cbite-cyan);z-index:2;border-radius:50%;width:10px;height:10px;transition:transform .3s,background-color .3s;position:relative}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__widgetItem:nth-child(2) .About-module__RHteCa__widgetDotNode{background-color:var(--cbite-cyan);transform:scale(1.3)}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__widgetItem:nth-child(3) .About-module__RHteCa__widgetDotNode{background-color:var(--cbite-blue);transform:scale(1.3)}.About-module__RHteCa__bentoCard:hover .About-module__RHteCa__widgetItem:nth-child(4) .About-module__RHteCa__widgetDotNode{background-color:#8b5cf6;transform:scale(1.3)}.About-module__RHteCa__widgetBubble{text-align:left;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;flex-grow:1;gap:2px;padding:.5rem .85rem;transition:background-color .3s;display:flex}.About-module__RHteCa__widgetItem:hover .About-module__RHteCa__widgetBubble{background:#ffffff0a}.About-module__RHteCa__bubbleTitle{font-size:.75rem;font-weight:var(--font-weight-bold);color:#ffffffd9}.About-module__RHteCa__bubbleDesc{color:var(--theme-on-surface-variant);font-size:.65rem}@media (max-width:1024px){.About-module__RHteCa__bentoGrid{grid-template-columns:repeat(2,1fr);grid-template-areas:"c1 c2""c1 c2""c3 c3""c3 c3""c4 c4""c4 c4";grid-auto-rows:minmax(220px,auto);gap:1.25rem}.About-module__RHteCa__wrapperVerticalLeft{grid-area:c1}.About-module__RHteCa__wrapperHorizontalRight{grid-area:c2}.About-module__RHteCa__cardHorizontalRight{align-items:flex-start;flex-direction:column!important}.About-module__RHteCa__cardHorizontalRight .About-module__RHteCa__cardTextContainer{width:100%;padding-right:0}.About-module__RHteCa__cardHorizontalRight .About-module__RHteCa__cardVisualContainer{width:100%;height:140px;margin-top:1rem}.About-module__RHteCa__wrapperSquareLarge{grid-area:c3}.About-module__RHteCa__cardSquareLarge{flex-direction:column-reverse!important}.About-module__RHteCa__wrapperVerticalRight{grid-area:c4}}@media (max-width:768px){.About-module__RHteCa__bentoGrid{grid-template-columns:1fr;grid-template-areas:none;grid-auto-rows:auto;gap:1rem}.About-module__RHteCa__bentoGrid>div{grid-area:auto!important;width:100%!important;height:auto!important}.About-module__RHteCa__bentoCard{align-items:flex-start;padding:1.5rem;flex-direction:column!important;grid-area:auto!important;width:100%!important;height:auto!important}.About-module__RHteCa__cardTextContainer{width:100%!important;padding-right:0!important}.About-module__RHteCa__cardVisualContainer{order:-1;margin-bottom:1.5rem;width:100%!important;height:160px!important}.About-module__RHteCa__davinciLogoWrapper{width:65px;height:65px}.About-module__RHteCa__terminalWindow{transform:none!important}.About-module__RHteCa__cardHorizontalRight .About-module__RHteCa__cardVisualContainer{height:auto!important;min-height:200px!important}.About-module__RHteCa__cardVerticalRight .About-module__RHteCa__cardVisualContainer{height:220px!important}.About-module__RHteCa__cardVerticalRight .About-module__RHteCa__terminalBody{padding:.7rem!important;font-size:.7rem!important}.About-module__RHteCa__timelineWidget{gap:12px;width:100%;padding-left:0}.About-module__RHteCa__widgetLine{left:calc(4.5rem + 4px)}.About-module__RHteCa__widgetYear{width:3.5rem;font-size:1rem}.About-module__RHteCa__widgetItem{gap:1rem}}@keyframes About-module__RHteCa__rotate-gradient{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
.Portfolio-module__ATRX1a__portfolioSection{background-color:var(--theme-surface);width:100%;padding-bottom:var(--space-4xl);position:relative}.Portfolio-module__ATRX1a__portfolioHeaderWrapper{text-align:center;background-color:var(--theme-surface);width:100%;padding:15vh 0 10vh}.Portfolio-module__ATRX1a__portfolioHeaderWrapper .Portfolio-module__ATRX1a__heading-2,.Portfolio-module__ATRX1a__portfolioHeaderWrapper .Portfolio-module__ATRX1a__heading-2 span:not(.Portfolio-module__ATRX1a__gradient-text),.Portfolio-module__ATRX1a__portfolioHeaderWrapper .Portfolio-module__ATRX1a__body{color:var(--theme-on-surface)}.Portfolio-module__ATRX1a__portfolioHeaderWrapper .Portfolio-module__ATRX1a__body{opacity:.8}.Portfolio-module__ATRX1a__portfolioCardsContainer{z-index:10;width:100%;position:relative}.Portfolio-module__ATRX1a__portfolioCard{will-change:transform;backface-visibility:hidden;border-radius:40px;justify-content:center;align-items:center;width:96%;height:90vh;margin:0 auto;display:flex;position:sticky;top:5vh;overflow:hidden;transform:translate(0,0);box-shadow:0 -15px 40px #0000001a}.Portfolio-module__ATRX1a__portfolioCard.Portfolio-module__ATRX1a__cardOdd{color:#fff;background-color:#337aff}.Portfolio-module__ATRX1a__portfolioCard.Portfolio-module__ATRX1a__cardEven{color:#fff;background-color:#04c}.Portfolio-module__ATRX1a__portfolioCardInner{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1440px;padding:0 4vw;display:flex}.Portfolio-module__ATRX1a__portfolioText{color:#fff;flex:1;max-width:500px}.Portfolio-module__ATRX1a__yearBadge{margin-bottom:var(--space-md);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);background:#ffffff1a;border:1px solid #ffffff4d;display:inline-block}.Portfolio-module__ATRX1a__yearNumber{font-size:var(--body-size);font-weight:var(--font-weight-bold);color:#fff}.Portfolio-module__ATRX1a__projectTitle{color:#fff;margin-bottom:var(--space-sm);font-size:3.5rem;line-height:1.1;font-weight:var(--font-weight-bold)}.Portfolio-module__ATRX1a__projectSubtitle{color:#ffffffe6;margin-bottom:var(--space-lg);font-size:1.125rem;line-height:1.5}.Portfolio-module__ATRX1a__projectCategory{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);font-size:var(--caption-size);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;display:inline-block}.Portfolio-module__ATRX1a__splitTextWrapper{display:inline-block}.Portfolio-module__ATRX1a__simpleFadeText{opacity:0;transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94);display:inline-block;transform:translateY(15px)}.Portfolio-module__ATRX1a__simpleFadeText.Portfolio-module__ATRX1a__animate{opacity:1;transform:translateY(0)}.Portfolio-module__ATRX1a__splitChar{opacity:0;will-change:transform, opacity;display:inline-block;transform:translateY(20px)}.Portfolio-module__ATRX1a__splitChar.Portfolio-module__ATRX1a__animate{animation:.5s cubic-bezier(.25,.46,.45,.94) forwards Portfolio-module__ATRX1a__splitCharReveal}@keyframes Portfolio-module__ATRX1a__splitCharReveal{to{opacity:1;transform:translateY(0)}}.Portfolio-module__ATRX1a__fadeIn{opacity:0;animation:.5s ease-out forwards Portfolio-module__ATRX1a__fadeIn}.Portfolio-module__ATRX1a__delay600{animation-delay:.6s}@keyframes Portfolio-module__ATRX1a__fadeIn{to{opacity:1}}.Portfolio-module__ATRX1a__portfolioVideoWrapper{flex:1.5;justify-content:center;align-items:center;display:flex}.Portfolio-module__ATRX1a__videoContainer{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 40px #0006}.Portfolio-module__ATRX1a__videoThumbnail{z-index:1;pointer-events:none;position:absolute;inset:0}.Portfolio-module__ATRX1a__videoContainer img{will-change:transform;transition:transform .6s cubic-bezier(.16,1,.3,1);transform:translate(0,0)}.Portfolio-module__ATRX1a__videoContainer:hover img{transform:scale(1.05)}.Portfolio-module__ATRX1a__playBtnDecor{-webkit-backdrop-filter:blur(4px);z-index:2;background:#0009;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1);display:flex}.Portfolio-module__ATRX1a__videoContainer:hover .Portfolio-module__ATRX1a__playBtnDecor{background:#1a73e8d9;border-color:#fff6;transform:scale(1.12);box-shadow:0 0 24px #1a73e899}@media (max-width:1024px){.Portfolio-module__ATRX1a__portfolioCardInner{flex-direction:column;justify-content:center;gap:3rem;padding:0 5vw}.Portfolio-module__ATRX1a__portfolioText{text-align:center;max-width:100%}.Portfolio-module__ATRX1a__portfolioVideoWrapper{width:100%}.Portfolio-module__ATRX1a__projectTitle{font-size:2.5rem}}@media (max-width:768px){.Portfolio-module__ATRX1a__projectTitle{font-size:2rem}.Portfolio-module__ATRX1a__videoContainer{border-radius:12px}}
.Services-module__uj7JVa__services.Services-module__uj7JVa__section{padding-top:0;padding-bottom:0;box-shadow:none!important;border-radius:0!important;margin-bottom:0!important}.Services-module__uj7JVa__servicesBgWrapper{padding:var(--space-4xl) 0}.Services-module__uj7JVa__services .Services-module__uj7JVa__section-header .Services-module__uj7JVa__body{color:#fff9}.Services-module__uj7JVa__servicesGrid{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:repeat(4,1fr);align-items:stretch;display:grid}.Services-module__uj7JVa__servicesGrid>div{height:100%}.Services-module__uj7JVa__priceConsult{color:var(--cbite-blue);font-weight:var(--font-weight-medium)}.Services-module__uj7JVa__serviceCard{text-align:center;border-radius:var(--radius-lg);height:100%;min-height:600px;box-shadow:none;z-index:1;background:0 0;border:1px solid #ffffff14;padding:3rem 2.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Services-module__uj7JVa__cardBgPanel{background:var(--theme-surface-container);border-radius:calc(var(--radius-lg) - 1px);z-index:2;pointer-events:none;transition:background-color .3s;position:absolute;inset:1px}.Services-module__uj7JVa__cardContent{z-index:3;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:relative}.Services-module__uj7JVa__serviceCard:hover{transform:translateY(-4px);box-shadow:0 10px 35px #00000059}.Services-module__uj7JVa__serviceCard.Services-module__uj7JVa__bestCard{border-color:var(--cbite-blue);box-shadow:0 10px 40px #1a73e826}.Services-module__uj7JVa__bestCard .Services-module__uj7JVa__cardBgPanel{background:linear-gradient(to bottom, #1a73e81a, var(--theme-surface-container))}.Services-module__uj7JVa__serviceCard.Services-module__uj7JVa__bestCard:hover{border-color:var(--cbite-blue);box-shadow:0 10px 40px #1a73e84d}.Services-module__uj7JVa__serviceCardWrapper{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.Services-module__uj7JVa__bestBadge{background:var(--cbite-gradient);color:#fff;border-radius:var(--radius-full);font-size:var(--caption-size);font-weight:var(--font-weight-bold);white-space:nowrap;z-index:5;padding:.35rem 1.25rem;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #1a73e840}.Services-module__uj7JVa__serviceHeader{margin-bottom:var(--space-lg)}.Services-module__uj7JVa__serviceTitle{margin-bottom:var(--space-xs);color:#fff}.Services-module__uj7JVa__serviceSubtitle{font-size:var(--caption-size);color:#fff9;font-weight:var(--font-weight-medium)}.Services-module__uj7JVa__servicePrice{margin-bottom:var(--space-md);padding:var(--space-md) 0;flex-direction:column;justify-content:center;min-height:80px;display:flex}.Services-module__uj7JVa__priceMain{justify-content:center;align-items:center;gap:0;width:100%;line-height:1;display:flex}.Services-module__uj7JVa__priceAmount{font-size:2.8rem;font-weight:var(--font-weight-bold);letter-spacing:-.02em;white-space:nowrap}.Services-module__uj7JVa__priceRange{margin-top:var(--space-xs);font-size:var(--caption-size);color:#fff6;min-height:20px}.Services-module__uj7JVa__serviceDuration{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);margin:0 auto var(--space-lg) auto;font-size:var(--caption-size);white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;width:fit-content;display:flex}@media (max-width:1200px){.Services-module__uj7JVa__priceAmount{font-size:2.2rem}}.Services-module__uj7JVa__durationLabel{color:#fff9;font-weight:var(--font-weight-bold)}.Services-module__uj7JVa__durationLabel:after{content:":";margin-right:var(--space-xs)}.Services-module__uj7JVa__durationValue{color:#fff;font-weight:var(--font-weight-bold)}.Services-module__uj7JVa__serviceFeatures{text-align:left;gap:var(--space-md);font-size:var(--body-size);color:#ffffffd9;width:100%;max-width:260px;margin:0;margin-bottom:var(--space-xl);flex-direction:column;flex:1;padding:0;list-style:none;display:flex}.Services-module__uj7JVa__serviceFeatures li{align-items:flex-start;gap:var(--space-sm);line-height:1.5;display:flex}.Services-module__uj7JVa__serviceFeatures li:before{content:"✓";color:var(--cbite-blue);font-weight:var(--font-weight-bold);flex-shrink:0}.Services-module__uj7JVa__serviceBenefit{color:var(--cbite-blue);font-weight:var(--font-weight-bold)}.Services-module__uj7JVa__serviceRecommend{padding-top:var(--space-md);text-align:center;justify-content:center;align-items:center;gap:var(--space-xs);border-top:1px solid #ffffff14;flex-direction:column;width:100%;min-height:80px;margin-top:0;display:flex}.Services-module__uj7JVa__recommendLabel{font-size:var(--small-size);color:var(--cbite-blue);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em}.Services-module__uj7JVa__recommendText{font-size:var(--caption-size);color:#ffffff80;line-height:1.5}@media (max-width:1024px){.Services-module__uj7JVa__servicesGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.Services-module__uj7JVa__serviceCard{min-height:auto}}@media (max-width:768px){.Services-module__uj7JVa__servicesGrid{gap:var(--space-md);grid-template-columns:1fr}.Services-module__uj7JVa__serviceCard{padding:var(--space-lg) var(--space-md);min-height:auto}.Services-module__uj7JVa__priceAmount{font-size:1.8rem}.Services-module__uj7JVa__serviceTitle{font-size:1.1rem}.Services-module__uj7JVa__serviceFeatures{gap:var(--space-xs);min-height:auto;font-size:.875rem}.Services-module__uj7JVa__serviceDuration{padding:.35rem var(--space-md);font-size:.8rem}.Services-module__uj7JVa__servicePrice{padding:var(--space-sm) 0;min-height:auto}.Services-module__uj7JVa__serviceRecommend{min-height:auto}.Services-module__uj7JVa__recommendText{font-size:var(--small-size)}}.Services-module__uj7JVa__serviceCard.Services-module__uj7JVa__customCard{border-color:#8b5cf640}.Services-module__uj7JVa__customCard .Services-module__uj7JVa__cardBgPanel{background:linear-gradient(to bottom, #8b5cf614, var(--theme-surface-container))}.Services-module__uj7JVa__serviceCard.Services-module__uj7JVa__customCard:hover{border-color:#8b5cf680;box-shadow:0 10px 40px #8b5cf633}.Services-module__uj7JVa__customCard .Services-module__uj7JVa__serviceSubtitle{color:#c084fc}.Services-module__uj7JVa__customPriceText{background:linear-gradient(135deg,#a78bfa 20%,#f472b6 80%);-webkit-text-fill-color:transparent;text-shadow:0 0 20px #a78bfa40;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:2.1rem}.Services-module__uj7JVa__customCard .Services-module__uj7JVa__recommendLabel,.Services-module__uj7JVa__customCard .Services-module__uj7JVa__serviceFeatures li:before,.Services-module__uj7JVa__customCard .Services-module__uj7JVa__serviceBenefit{color:#a78bfa}
.Process-module__MDuI_q__process{position:relative;overflow:visible}.Process-module__MDuI_q__process .Process-module__MDuI_q__section-header .Process-module__MDuI_q__heading-2,.Process-module__MDuI_q__process .Process-module__MDuI_q__section-header .Process-module__MDuI_q__heading-2 span:not(.Process-module__MDuI_q__gradient-text){color:#fff}.Process-module__MDuI_q__processSubtitle{color:#fff9}.Process-module__MDuI_q__processHeaderWrap{margin-bottom:var(--space-xl)}.Process-module__MDuI_q__timelineContainer{width:100%;margin-bottom:var(--space-4xl);position:relative}.Process-module__MDuI_q__timelineRow{padding:var(--space-md) 0;margin-bottom:var(--space-lg);position:relative}.Process-module__MDuI_q__timelineRow:last-child{margin-bottom:0}.Process-module__MDuI_q__timelineGrid{gap:var(--space-xl);z-index:2;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.Process-module__MDuI_q__timelineCard{padding:var(--space-xl);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:flex-start;min-height:280px;transition:border-color .3s,background .3s,color .3s;display:flex;position:relative}.Process-module__MDuI_q__cardNormal{color:var(--theme-on-surface);background:#121824;border:1px solid #ffffff14}.Process-module__MDuI_q__cardNormal.Process-module__MDuI_q__cardActive{color:#fff;background:linear-gradient(135deg,#00c6ff 0%,#1a73e8 50%,#001a72 100%);border-color:#00c6ff}.Process-module__MDuI_q__cardHighlight{color:var(--theme-on-surface);background:#121824;border:1px solid #1a73e866}.Process-module__MDuI_q__cardHighlight.Process-module__MDuI_q__cardActive{color:#fff;background:linear-gradient(135deg,#00c6ff 0%,#1a73e8 50%,#001a72 100%);border-color:#00c6ff}.Process-module__MDuI_q__cardHighlightAlt{color:var(--theme-on-surface);background:#121824;border:1px solid #1a73e866}.Process-module__MDuI_q__cardHighlightAlt.Process-module__MDuI_q__cardActive{color:#fff;background:linear-gradient(135deg,#001a72 0%,#1a73e8 50%,#00c6ff 100%);border-color:#00c6ff}.Process-module__MDuI_q__cardHeader{gap:var(--space-xs);text-align:left;flex-direction:column;display:flex}.Process-module__MDuI_q__stepNumber{right:var(--space-xl);top:var(--space-xl);font-size:var(--caption-size);font-weight:var(--font-weight-bold);letter-spacing:.1em;color:var(--cbite-cyan);opacity:.28;transform-origin:100% 0;transition:transform .45s cubic-bezier(.25,1,.5,1),opacity .35s,color .35s;position:absolute;transform:translateY(100px)scale(4.8)}.Process-module__MDuI_q__timelineCard.Process-module__MDuI_q__cardActive .Process-module__MDuI_q__stepNumber{opacity:.8;color:#fff;transform:translate(0)scale(1)}.Process-module__MDuI_q__stepTitle{font-weight:var(--font-weight-bold);color:#fff;margin-bottom:0;transition:color .35s}.Process-module__MDuI_q__detailsContainer{opacity:0;margin-top:var(--space-md);transition:opacity .3s,transform .3s;transform:translateY(10px)}.Process-module__MDuI_q__timelineCard.Process-module__MDuI_q__cardActive .Process-module__MDuI_q__detailsContainer{opacity:1;transform:translateY(0)}.Process-module__MDuI_q__detailsList{gap:var(--space-sm);text-align:left;flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.Process-module__MDuI_q__detailItem{align-items:flex-start;gap:var(--space-xs);display:flex}.Process-module__MDuI_q__detailBullet{color:var(--cbite-cyan);flex-shrink:0;font-weight:700;transition:color .35s}.Process-module__MDuI_q__timelineCard.Process-module__MDuI_q__cardActive .Process-module__MDuI_q__detailBullet{color:#fff}.Process-module__MDuI_q__detailText{color:#ffffffb3;font-size:.9rem;line-height:1.4;transition:color .35s}.Process-module__MDuI_q__timelineCard.Process-module__MDuI_q__cardActive .Process-module__MDuI_q__detailText{color:#fffffff2}@media (max-width:1024px){.Process-module__MDuI_q__timelineGrid{gap:var(--space-md);grid-template-columns:1fr}.Process-module__MDuI_q__timelineRow{margin-bottom:0!important;padding:0!important}.Process-module__MDuI_q__timelineRow:first-child{margin-bottom:var(--space-md)!important}.Process-module__MDuI_q__timelineCard{min-height:auto}.Process-module__MDuI_q__detailsContainer{opacity:1;transform:none}.Process-module__MDuI_q__stepNumber{opacity:.8;font-size:var(--caption-size);display:inline;transform:none!important}}.Process-module__MDuI_q__faqSection{margin-top:var(--space-4xl);margin-bottom:var(--space-4xl);border-top:none;padding-top:0}.Process-module__MDuI_q__faqTitle{margin-bottom:var(--space-lg);text-align:center;color:#fff}.Process-module__MDuI_q__faqList{gap:var(--space-md);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.Process-module__MDuI_q__faqItem{cursor:pointer;background:var(--theme-surface-container);border:1px solid #ffffff14;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Process-module__MDuI_q__faqItem:hover{border-color:var(--cbite-blue);background:var(--theme-surface-container-high)}.Process-module__MDuI_q__faqQuestion{padding:var(--space-lg) var(--space-xl);align-items:center;gap:var(--space-sm);display:flex}.Process-module__MDuI_q__qMark{color:var(--cbite-blue);font-weight:800}.Process-module__MDuI_q__faqQText{font-weight:var(--font-weight-medium);color:#fff;flex:1}.Process-module__MDuI_q__faqToggle{color:#fff;margin-left:auto;font-size:1.5rem;transition:transform .3s}.Process-module__MDuI_q__faqItem.Process-module__MDuI_q__open .Process-module__MDuI_q__faqToggle{transform:rotate(45deg)}.Process-module__MDuI_q__faqAnswerContainer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .3s;display:grid}.Process-module__MDuI_q__faqItem.Process-module__MDuI_q__open .Process-module__MDuI_q__faqAnswerContainer{opacity:1;grid-template-rows:1fr}.Process-module__MDuI_q__faqAnswerContent{overflow:hidden}.Process-module__MDuI_q__faqAnswerInner{gap:var(--space-sm);padding:var(--space-md) var(--space-xl);border-top:1px solid #ffffff14;display:flex}.Process-module__MDuI_q__aMark{color:#00c6ff;font-weight:800}.Process-module__MDuI_q__faqAnswerContent p{color:#ffffffb3;margin:0;line-height:1.6}@media (max-width:768px){.Process-module__MDuI_q__faqSection{margin-top:var(--space-2xl);margin-bottom:var(--space-2xl)}.Process-module__MDuI_q__faqTitle{margin-bottom:var(--space-md);font-size:1.4rem}.Process-module__MDuI_q__faqList{gap:var(--space-sm)}.Process-module__MDuI_q__faqItem{border-radius:12px}.Process-module__MDuI_q__faqQuestion{padding:var(--space-md) var(--space-lg);gap:var(--space-xs);font-size:.875rem}.Process-module__MDuI_q__faqQText{font-size:.875rem}.Process-module__MDuI_q__faqToggle{font-size:1.2rem}.Process-module__MDuI_q__faqAnswerInner{padding:var(--space-sm) var(--space-lg);font-size:.875rem}.Process-module__MDuI_q__faqAnswerContent p{font-size:.875rem}}
.Footer-module__S6Hkya__footer{background:var(--theme-surface);color:var(--theme-on-surface);padding:var(--space-4xl) 0 var(--space-2xl);z-index:1;border-top:1px solid #ffffff14;position:relative}.Footer-module__S6Hkya__footerTop{margin-bottom:var(--space-4xl);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__footerLogoGroup{align-items:center;gap:.6rem;display:flex}.Footer-module__S6Hkya__footerBrandName{font-size:1.5rem;font-weight:var(--font-weight-bold);color:#ffffffe6;letter-spacing:-.02em}.Footer-module__S6Hkya__footerNav{align-items:center;gap:var(--space-2xl);display:flex}.Footer-module__S6Hkya__footerLinks{gap:var(--space-xl);display:flex}.Footer-module__S6Hkya__footerLinks a{font-size:var(--caption-size);color:#ffffff8c;transition:color var(--transition-fast);font-weight:var(--font-weight-medium)}.Footer-module__S6Hkya__footerLinks a:hover{color:#ffffffe6}.Footer-module__S6Hkya__footerDiscordBtn{font-size:var(--caption-size);font-weight:var(--font-weight-medium);white-space:nowrap;color:#ffffffe6;cursor:pointer;z-index:1;background:0 0;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;padding:.55rem 1.5rem;text-decoration:none;transition:background .3s,box-shadow .3s,color .3s;display:inline-flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__footerDiscordBtn:before{content:"";transform-origin:50%;z-index:-2;opacity:0;background:conic-gradient(#000 0%,#00c6ff 25%,#1a73e8 50%,#000 100%);width:300px;height:300px;transition:opacity .3s;animation:3s linear infinite Footer-module__S6Hkya__rotate-gradient;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__S6Hkya__footerDiscordBtn:after{content:"";z-index:-1;opacity:0;background:#0a0e17;border-radius:10.5px;transition:opacity .3s;position:absolute;inset:1.5px}.Footer-module__S6Hkya__footerDiscordBtn:hover{color:#ffffffe6;border-color:#0000;box-shadow:0 0 16px #1a73e866;background:0 0!important}.Footer-module__S6Hkya__footerDiscordBtn:hover:before,.Footer-module__S6Hkya__footerDiscordBtn:hover:after{opacity:1}.Footer-module__S6Hkya__footerHeroText{font-size:clamp(3rem,10.5vw,13rem);font-weight:var(--font-weight-bold);letter-spacing:-.04em;color:#ffffffe6;padding-top:100px;padding-bottom:var(--space-2xl);margin-left:calc(-1 * var(--page-margin));margin-right:calc(-1 * var(--page-margin));padding-left:var(--page-margin);padding-right:var(--page-margin);align-items:baseline;line-height:.85;display:flex;overflow:visible}.Footer-module__S6Hkya__liftingI,.Footer-module__S6Hkya__liftingO{will-change:transform;transition:none;display:inline-block}.Footer-module__S6Hkya__footerBottom{padding-top:var(--space-lg);border-top:1px solid #ffffff14;justify-content:flex-start;align-items:center;display:flex}.Footer-module__S6Hkya__footerCopyright{font-size:var(--small-size);color:#fff6}@media (max-width:1024px){.Footer-module__S6Hkya__footerTop{align-items:flex-start;gap:var(--space-xl);flex-direction:column}.Footer-module__S6Hkya__footerNav{align-items:flex-start;gap:var(--space-lg);flex-direction:column}.Footer-module__S6Hkya__footerLinks{gap:var(--space-md);flex-wrap:wrap}.Footer-module__S6Hkya__footerHeroText{font-size:clamp(3rem,11vw,8rem)}}@media (max-width:768px){.Footer-module__S6Hkya__footer{text-align:center}.Footer-module__S6Hkya__footerTop,.Footer-module__S6Hkya__footerNav{align-items:center}.Footer-module__S6Hkya__footerLinks,.Footer-module__S6Hkya__footerBottom{justify-content:center}.Footer-module__S6Hkya__footerHeroText{letter-spacing:-.03em;justify-content:center;margin-left:0;margin-right:0;padding-top:16px;padding-left:0;padding-right:0;font-size:clamp(2rem,13.5vw,5rem)}.Footer-module__S6Hkya__liftingI,.Footer-module__S6Hkya__liftingO{will-change:auto;transform:none!important}.Footer-module__S6Hkya__footerDiscordBtn{text-align:center;justify-content:center;width:100%;max-width:100%}.Footer-module__S6Hkya__footerBrandName{font-size:1.2rem}}@keyframes Footer-module__S6Hkya__rotate-gradient{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
.VideoReveal-module__d3xeJG__videoRevealContainer{z-index:5;background-color:var(--theme-surface);height:300dvh;position:relative}.VideoReveal-module__d3xeJG__videoStickyWrapper{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:sticky;top:0;overflow:hidden}.VideoReveal-module__d3xeJG__videoExpandingBox{width:calc(40% + (60% * var(--progress)));height:calc(30dvh + (70dvh * var(--progress)));border-radius:calc(32px * (1 - var(--progress)));will-change:transform;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 20px 50px #0003}.VideoReveal-module__d3xeJG__revealVideo{object-fit:cover;width:100%;height:100%}.VideoReveal-module__d3xeJG__revealOverlay{z-index:1;background:#0000001a;position:absolute;inset:0}
