.Preloader-module__fxLzaa__preloader{background:var(--bg);z-index:9999;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;animation:.3s .3s forwards Preloader-module__fxLzaa__preloaderFadeOut;display:flex;position:fixed;inset:0}.Preloader-module__fxLzaa__icon{display:block;overflow:visible}.Preloader-module__fxLzaa__arcOuter{fill:none;stroke:var(--accent-blue);stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:210 62;transform-origin:48px 48px;animation:1.8s linear infinite Preloader-module__fxLzaa__plSpin}.Preloader-module__fxLzaa__arcMid{fill:none;stroke:var(--accent-purple);stroke-width:2px;stroke-linecap:round;stroke-dasharray:138 64;transform-origin:48px 48px;animation:1.4s linear infinite Preloader-module__fxLzaa__plSpinRev}.Preloader-module__fxLzaa__arcInner{fill:none;stroke:var(--accent-green);stroke-width:1.5px;stroke-linecap:round;stroke-dasharray:72 40;transform-origin:48px 48px;animation:1s linear infinite Preloader-module__fxLzaa__plSpin}.Preloader-module__fxLzaa__bolt{fill:var(--accent-blue);transform-origin:48px 48px;animation:1.6s ease-in-out infinite Preloader-module__fxLzaa__plBoltPulse}@keyframes Preloader-module__fxLzaa__plSpin{to{transform:rotate(360deg)}}@keyframes Preloader-module__fxLzaa__plSpinRev{to{transform:rotate(-360deg)}}@keyframes Preloader-module__fxLzaa__plBoltPulse{0%,to{opacity:.7;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@keyframes Preloader-module__fxLzaa__preloaderFadeOut{to{opacity:0;pointer-events:none}}.Preloader-module__fxLzaa__label{font-family:var(--font-heading);color:var(--text);letter-spacing:.06em;font-size:1.1rem;font-weight:700;animation:.6s .4s both Preloader-module__fxLzaa__labelFade}@keyframes Preloader-module__fxLzaa__labelFade{0%{opacity:0}to{opacity:1}}
.ProgressBar-module__gsNKrG__progressBar{background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple),var(--accent-green));z-index:1002;pointer-events:none;border-radius:0 2px 2px 0;width:0;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}
.Navbar-module__kr6T5G__navbar{z-index:1000;height:var(--nav-h);-webkit-backdrop-filter:none;backdrop-filter:none;transition:background var(--transition),box-shadow var(--transition),border-color var(--transition),left var(--transition),right var(--transition),top var(--transition),border-radius var(--transition),-webkit-backdrop-filter var(--transition),backdrop-filter var(--transition);background:0 0;border:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0;transform:translateZ(0)}.Navbar-module__kr6T5G__scrolled{left:var(--navbar-pill-h);right:var(--navbar-pill-h);top:var(--navbar-pill-v);border-radius:var(--radius-lg);background:var(--navbar-pill-bg);-webkit-backdrop-filter:blur(10px)saturate(200%);backdrop-filter:blur(10px)saturate(200%);border:1px solid var(--glass-border);box-shadow:var(--navbar-pill-shadow)}.Navbar-module__kr6T5G__scrolled .Navbar-module__kr6T5G__navInner{padding:0 1.25rem}.Navbar-module__kr6T5G__navInner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:1rem;width:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__kr6T5G__navLogo{font-family:var(--font-heading);color:var(--text);flex-shrink:0;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:800;display:flex}.Navbar-module__kr6T5G__logoImg{object-fit:contain;border-radius:6px;width:32px;height:32px}.Navbar-module__kr6T5G__navLinks{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__kr6T5G__navLink{border-radius:var(--radius-sm);color:var(--muted);transition:all var(--transition);padding:.375rem .75rem;font-size:.875rem;font-weight:500}.Navbar-module__kr6T5G__navLink:hover,.Navbar-module__kr6T5G__navLink.Navbar-module__kr6T5G__active{color:var(--text);background:var(--surface)}.Navbar-module__kr6T5G__navLink:focus-visible{box-shadow:0 0 0 2px var(--accent-blue);outline:none}.Navbar-module__kr6T5G__navLink.Navbar-module__kr6T5G__active{color:var(--accent-blue)!important;background:#2f81f71a!important}.Navbar-module__kr6T5G__navActions{align-items:center;gap:.5rem;display:flex}.Navbar-module__kr6T5G__themeToggle{width:36px;height:36px;color:var(--muted);background:var(--surface);border:1px solid var(--border);transition:all var(--transition);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.Navbar-module__kr6T5G__themeToggle:hover{color:var(--text);border-color:var(--accent-blue)}.Navbar-module__kr6T5G__themeToggle:focus-visible{box-shadow:0 0 0 2px var(--accent-blue);outline:none}@keyframes Navbar-module__kr6T5G__iconEnter{0%{opacity:0;transform:rotate(-90deg)scale(.5)}to{opacity:1;transform:rotate(0)scale(1)}}.Navbar-module__kr6T5G__iconSpin{animation:.3s forwards Navbar-module__kr6T5G__iconEnter}@media (prefers-reduced-motion:reduce){.Navbar-module__kr6T5G__iconSpin{animation:none}}.Navbar-module__kr6T5G__hamburger{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;transition:all var(--transition);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px;display:none}.Navbar-module__kr6T5G__hamburger span{background:var(--muted);transform-origin:50%;border-radius:1px;width:18px;height:2px;transition:all .3s;display:block}.Navbar-module__kr6T5G__hamburger.Navbar-module__kr6T5G__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__kr6T5G__hamburger.Navbar-module__kr6T5G__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__kr6T5G__hamburger.Navbar-module__kr6T5G__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__kr6T5G__hamburger:focus-visible{box-shadow:0 0 0 2px var(--accent-blue);outline:none}.Navbar-module__kr6T5G__mobileNav{top:var(--nav-h);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px)saturate(200%);backdrop-filter:blur(10px)saturate(200%);border-bottom:1px solid var(--glass-border);z-index:999;opacity:0;visibility:hidden;transition:height .35s cubic-bezier(.4,0,.6,1),opacity 60ms ease .29s,visibility 0s linear .35s,border-radius var(--transition),background var(--transition),box-shadow var(--transition);display:block;position:fixed;left:0;right:0;overflow:hidden}[data-theme=light] .Navbar-module__kr6T5G__mobileNav{border-bottom-color:var(--border)}.Navbar-module__kr6T5G__mobileNav.Navbar-module__kr6T5G__mobileScrolled{left:var(--navbar-pill-h);right:var(--navbar-pill-h);top:calc(var(--nav-h) + var(--navbar-pill-v));border-radius:0 0 var(--radius-lg)var(--radius-lg);background:var(--navbar-pill-bg);-webkit-backdrop-filter:blur(10px)saturate(200%);backdrop-filter:blur(10px)saturate(200%);border:1px solid var(--glass-border);box-shadow:var(--navbar-pill-shadow-mobile);border-top:none}.Navbar-module__kr6T5G__mobileNav.Navbar-module__kr6T5G__mobileOpen{opacity:1;visibility:visible;transition:height .38s cubic-bezier(0,0,.2,1),opacity .12s ease,visibility 0s linear,border-radius var(--transition),background var(--transition),box-shadow var(--transition)}.Navbar-module__kr6T5G__mobileLink{color:var(--muted);opacity:0;transition:color var(--transition),background var(--transition),transform .35s ease,opacity .35s ease;border-bottom:1px solid #ffffff0d;padding:.875rem 1.5rem;font-weight:500;display:block;transform:translate(-14px)}[data-theme=light] .Navbar-module__kr6T5G__mobileLink{border-bottom-color:var(--border)}.Navbar-module__kr6T5G__mobileLink:last-child{border-bottom:none}.Navbar-module__kr6T5G__mobileLink:hover,.Navbar-module__kr6T5G__mobileLink.Navbar-module__kr6T5G__active{color:var(--accent-blue);background:#2f81f714}.Navbar-module__kr6T5G__mobileLink:focus-visible{box-shadow:inset 0 0 0 2px var(--accent-blue);outline:none}.Navbar-module__kr6T5G__mobileNav.Navbar-module__kr6T5G__mobileOpen .Navbar-module__kr6T5G__mobileLink{opacity:1;transform:translate(0)}@media (min-width:1025px){.Navbar-module__kr6T5G__mobileNav{display:none!important}}@media (max-width:1024px){.Navbar-module__kr6T5G__navLinks{display:none}.Navbar-module__kr6T5G__hamburger{display:flex}.Navbar-module__kr6T5G__menuOpenScrolled{border-radius:var(--radius-lg)var(--radius-lg)0 0;box-shadow:none}}
.Hero-module__hOIH_q__hero{min-height:100vh;padding-top:var(--nav-h);background:radial-gradient(at 68% 28%,#2f81f72e 0%,#0000 54%),radial-gradient(at 18% 72%,#bc8cff21 0%,#0000 48%),radial-gradient(at 45% 95%,#3fb95014 0%,#0000 40%);align-items:center;display:flex;position:relative;overflow:hidden}[data-theme=light] .Hero-module__hOIH_q__hero{background:var(--hero-bg)}.Hero-module__hOIH_q__circuit{pointer-events:none;opacity:.06;color:currentColor;width:100%;height:100%;position:absolute;inset:0}[data-theme=light] .Hero-module__hOIH_q__circuit{opacity:.04}.Hero-module__hOIH_q__heroGrid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid;position:relative}.Hero-module__hOIH_q__heroContent{z-index:1;position:relative}.Hero-module__hOIH_q__heroGreeting{color:var(--accent-blue);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;animation:.5s both Hero-module__hOIH_q__heroFadeUp;display:flex}.Hero-module__hOIH_q__heroGreeting:before{content:"";background:var(--accent-blue);border-radius:1px;width:24px;height:2px;display:block}.Hero-module__hOIH_q__heroName{font-family:var(--font-heading);color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.15;animation:.5s .1s both Hero-module__hOIH_q__heroFadeUp}.Hero-module__hOIH_q__heroTypewriter{color:var(--muted);align-items:center;gap:.5rem;height:1.8rem;margin-bottom:1.25rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;animation:.5s .2s both Hero-module__hOIH_q__heroFadeUp;display:flex}.Hero-module__hOIH_q__typewriterText{color:var(--accent-green)}.Hero-module__hOIH_q__cursor{background:var(--accent-green);border-radius:1px;width:2px;height:1.2em;margin-left:1px;animation:.8s infinite Hero-module__hOIH_q__blink;display:inline-block}@keyframes Hero-module__hOIH_q__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__hOIH_q__heroDesc{color:var(--muted);max-width:480px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.75;animation:.5s .3s both Hero-module__hOIH_q__heroFadeUp}.Hero-module__hOIH_q__heroBadge{background:var(--surface);border:1px solid var(--border);color:var(--muted);transition:border-color var(--transition);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem .875rem;font-size:.8rem;animation:.5s .4s both Hero-module__hOIH_q__heroFadeUp;display:inline-flex}.Hero-module__hOIH_q__heroBadge:hover{border-color:var(--accent-blue)}.Hero-module__hOIH_q__heroBadge i{color:var(--accent-blue)}.Hero-module__hOIH_q__heroActions{flex-wrap:wrap;align-items:center;gap:.75rem;animation:.5s .5s both Hero-module__hOIH_q__heroFadeUp;display:flex}.Hero-module__hOIH_q__heroVisual{justify-content:center;align-items:center;animation:.5s .1s both Hero-module__hOIH_q__heroFadeUp;display:flex;position:relative}.Hero-module__hOIH_q__techOrbit{contain:layout style;flex-shrink:0;width:320px;height:320px;position:relative}.Hero-module__hOIH_q__orbitRing1,.Hero-module__hOIH_q__orbitRing2,.Hero-module__hOIH_q__orbitRing3{will-change:transform;border:1px solid;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__hOIH_q__orbitRing1{border-color:#2f81f733;width:100%;height:100%;animation:18s linear infinite Hero-module__hOIH_q__rotateSlow}.Hero-module__hOIH_q__orbitRing2{border-color:#bc8cff33;width:70%;height:70%;animation:12s linear infinite reverse Hero-module__hOIH_q__rotateSlow}.Hero-module__hOIH_q__orbitRing3{border-color:#3fb95040;width:42%;height:42%;animation:8s linear infinite Hero-module__hOIH_q__rotateSlow}@keyframes Hero-module__hOIH_q__rotateSlow{to{transform:translate(-50%,-50%)rotate(360deg)}}.Hero-module__hOIH_q__orbitCenter{width:72px;height:72px;color:var(--accent-blue);z-index:2;background:linear-gradient(135deg,#2f81f740,#bc8cff40);border:1px solid #2f81f766;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__hOIH_q__orbitCenter:after{content:"";pointer-events:none;border:1px solid #2f81f780;border-radius:50%;animation:2.5s ease-out infinite Hero-module__hOIH_q__pulseRing;position:absolute;inset:0}@keyframes Hero-module__hOIH_q__pulseRing{0%{opacity:.8;transform:scale(1)}80%{opacity:0;transform:scale(2.2)}to{opacity:0;transform:scale(2.2)}}.Hero-module__hOIH_q__orbitIcon{background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--muted);transition:color var(--transition),border-color var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:-20px;font-size:.9rem;display:flex;position:absolute;top:50%;left:50%}.Hero-module__hOIH_q__orbitIcon:hover{color:var(--accent-blue);border-color:var(--accent-blue)}.Hero-module__hOIH_q__orbitIcon1{color:var(--accent-blue);animation:6s ease-in-out infinite Hero-module__hOIH_q__orbitFloat1;transform:rotate(0)translate(160px)rotate(0)}.Hero-module__hOIH_q__orbitIcon2{color:var(--accent-purple);animation:6s ease-in-out 1s infinite Hero-module__hOIH_q__orbitFloat2;transform:rotate(72deg)translate(160px)rotate(-72deg)}.Hero-module__hOIH_q__orbitIcon3{color:var(--accent-green);animation:6s ease-in-out 2s infinite Hero-module__hOIH_q__orbitFloat3;transform:rotate(144deg)translate(160px)rotate(-144deg)}.Hero-module__hOIH_q__orbitIcon4{color:var(--accent-blue);animation:6s ease-in-out 3s infinite Hero-module__hOIH_q__orbitFloat4;transform:rotate(216deg)translate(160px)rotate(-216deg)}.Hero-module__hOIH_q__orbitIcon5{color:var(--accent-purple);animation:6s ease-in-out 4s infinite Hero-module__hOIH_q__orbitFloat5;transform:rotate(288deg)translate(160px)rotate(-288deg)}@keyframes Hero-module__hOIH_q__orbitFloat1{0%,to{transform:rotate(0)translate(160px)rotate(0)translateY(0)}50%{transform:rotate(0)translate(160px)rotate(0)translateY(-6px)}}@keyframes Hero-module__hOIH_q__orbitFloat2{0%,to{transform:rotate(72deg)translate(160px)rotate(-72deg)translateY(0)}50%{transform:rotate(72deg)translate(160px)rotate(-72deg)translateY(-6px)}}@keyframes Hero-module__hOIH_q__orbitFloat3{0%,to{transform:rotate(144deg)translate(160px)rotate(-144deg)translateY(0)}50%{transform:rotate(144deg)translate(160px)rotate(-144deg)translateY(-6px)}}@keyframes Hero-module__hOIH_q__orbitFloat4{0%,to{transform:rotate(216deg)translate(160px)rotate(-216deg)translateY(0)}50%{transform:rotate(216deg)translate(160px)rotate(-216deg)translateY(-6px)}}@keyframes Hero-module__hOIH_q__orbitFloat5{0%,to{transform:rotate(288deg)translate(160px)rotate(-288deg)translateY(0)}50%{transform:rotate(288deg)translate(160px)rotate(-288deg)translateY(-6px)}}.Hero-module__hOIH_q__floatBadge{background:var(--surface);border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.7rem;font-weight:600;animation:4s ease-in-out infinite Hero-module__hOIH_q__badgeFloat;display:inline-flex;position:absolute}.Hero-module__hOIH_q__floatBadge i{color:var(--accent-green);font-size:.65rem}.Hero-module__hOIH_q__floatBadge1{animation-delay:0s;top:-12px;left:50%;transform:translate(-50%)}.Hero-module__hOIH_q__floatBadge2{animation-name:Hero-module__hOIH_q__badgeFloatSimple;animation-delay:1.3s;bottom:8px;right:-16px}.Hero-module__hOIH_q__floatBadge3{animation-name:Hero-module__hOIH_q__badgeFloatSimple;animation-delay:2.6s;bottom:8px;left:-16px}@keyframes Hero-module__hOIH_q__badgeFloat{0%,to{transform:translateY(0)translate(-50%)}50%{transform:translateY(-8px)translate(-50%)}}@keyframes Hero-module__hOIH_q__badgeFloatSimple{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Hero-module__hOIH_q__scrollIndicator{color:var(--muted);z-index:1;cursor:pointer;font-size:.75rem;font-family:var(--font-body);transition:color var(--transition);background:0 0;border:none;flex-direction:column;align-items:center;gap:.375rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__hOIH_q__scrollIndicator i{font-size:1rem;animation:1.5s infinite Hero-module__hOIH_q__bounce}.Hero-module__hOIH_q__scrollIndicator:hover{color:var(--accent-blue)}@keyframes Hero-module__hOIH_q__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes Hero-module__hOIH_q__heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__hOIH_q__heroGrid{gap:2.5rem}.Hero-module__hOIH_q__techOrbit{width:260px;height:260px}.Hero-module__hOIH_q__orbitIcon1{transform:rotate(0)translate(130px)rotate(0)}.Hero-module__hOIH_q__orbitIcon2{transform:rotate(72deg)translate(130px)rotate(-72deg)}.Hero-module__hOIH_q__orbitIcon3{transform:rotate(144deg)translate(130px)rotate(-144deg)}.Hero-module__hOIH_q__orbitIcon4{transform:rotate(216deg)translate(130px)rotate(-216deg)}.Hero-module__hOIH_q__orbitIcon5{transform:rotate(288deg)translate(130px)rotate(-288deg)}}@media (max-width:768px){.Hero-module__hOIH_q__hero{background:0 0}.Hero-module__hOIH_q__heroGrid{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding-bottom:5rem}.Hero-module__hOIH_q__heroGreeting{justify-content:center}.Hero-module__hOIH_q__heroGreeting:before{display:none}.Hero-module__hOIH_q__heroDesc{max-width:100%}.Hero-module__hOIH_q__heroActions,.Hero-module__hOIH_q__heroBadge,.Hero-module__hOIH_q__heroTypewriter{justify-content:center}.Hero-module__hOIH_q__heroVisual{order:-1}.Hero-module__hOIH_q__techOrbit{width:220px;height:220px}.Hero-module__hOIH_q__orbitCenter{width:56px;height:56px;font-size:1.4rem}.Hero-module__hOIH_q__orbitIcon1{transform:rotate(0)translate(110px)rotate(0)}.Hero-module__hOIH_q__orbitIcon2{transform:rotate(72deg)translate(110px)rotate(-72deg)}.Hero-module__hOIH_q__orbitIcon3{transform:rotate(144deg)translate(110px)rotate(-144deg)}.Hero-module__hOIH_q__orbitIcon4{transform:rotate(216deg)translate(110px)rotate(-216deg)}.Hero-module__hOIH_q__orbitIcon5{transform:rotate(288deg)translate(110px)rotate(-288deg)}.Hero-module__hOIH_q__floatBadge{display:none}}
.About-module__eubFrG__about{background:0 0!important}[data-theme=light] .About-module__eubFrG__about{background:0 0}.About-module__eubFrG__aboutGrid{grid-template-columns:1fr 1.5fr;align-items:center;gap:3rem;display:grid}.About-module__eubFrG__aboutPhotoCol{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.About-module__eubFrG__aboutPhotoFloat{will-change:transform;animation:5s ease-in-out infinite About-module__eubFrG__float}@keyframes About-module__eubFrG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.About-module__eubFrG__aboutPhotoFrame{cursor:default;border-radius:50%;width:240px;height:240px;transition:transform .45s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:visible}.About-module__eubFrG__aboutPhotoFrame:hover{transform:scale(1.07)}.About-module__eubFrG__aboutPhotoFrame:before{content:"";pointer-events:none;z-index:-1;box-shadow:none;border-radius:50%;transition:box-shadow .45s;position:absolute;inset:-2px}.About-module__eubFrG__aboutPhotoFrame:hover:before{box-shadow:0 0 28px 10px #3b82f673,0 16px 32px #00000059}.About-module__eubFrG__rotatingCircle{pointer-events:none;z-index:5;filter:drop-shadow(0 0 #0000);width:100%;height:100%;transition:filter .5s,transform .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;inset:0;overflow:visible}.About-module__eubFrG__rotatingCircle.About-module__eubFrG__emerged{filter:drop-shadow(0 0 8px var(--accent-blue))drop-shadow(0 0 20px #bc8cff8c);transform:scale(1.06)}.About-module__eubFrG__animatedCircle{transform-origin:50%;opacity:0;animation:.6s .2s forwards About-module__eubFrG__fadeInCircle}@keyframes About-module__eubFrG__fadeInCircle{to{opacity:1}}.About-module__eubFrG__ring3{background:conic-gradient(var(--accent-blue)0deg,var(--accent-purple)120deg,var(--accent-green)240deg,var(--accent-blue)360deg);z-index:0;border-radius:50%;animation:7s linear infinite About-module__eubFrG__rotateBorder;position:absolute;inset:-3px}.About-module__eubFrG__ring3:after{content:"";background:var(--surface);z-index:1;border-radius:50%;position:absolute;inset:3px}@keyframes About-module__eubFrG__rotateBorder{to{transform:rotate(360deg)}}.About-module__eubFrG__aboutPhotoWrap{z-index:2;border-radius:50%;transition:box-shadow .45s;position:absolute;inset:5px;overflow:hidden}.About-module__eubFrG__aboutPhotoFrame:hover .About-module__eubFrG__aboutPhotoWrap{box-shadow:inset 0 0 0 2px #6366f180,0 0 20px #3b82f64d}.About-module__eubFrG__aboutPhoto{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:50%;transition:transform .45s,filter .45s}.About-module__eubFrG__aboutPhotoFrame:hover .About-module__eubFrG__aboutPhoto{filter:brightness(1.08)saturate(1.15);transform:scale(1.06)}.About-module__eubFrG__aboutHandle{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:100px;align-items:center;gap:.375rem;padding:.375rem 1rem;font-size:.8rem;display:flex}.About-module__eubFrG__aboutHandle i{color:var(--accent-purple)}.About-module__eubFrG__aboutContentCol{flex-direction:column;gap:1.5rem;display:flex}.About-module__eubFrG__aboutBio{color:var(--muted);text-align:justify;-webkit-hyphens:auto;hyphens:auto;line-height:1.8}.About-module__eubFrG__aboutValues{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.About-module__eubFrG__valueCard{background:var(--card-glass-bg);border:1px solid var(--card-glass-border);box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition);padding:1.25rem 1rem}.About-module__eubFrG__valueCard:hover{box-shadow:var(--card-shadow-hover);border-color:#2f81f773;transform:translateY(-4px)}.About-module__eubFrG__valueIcon{background:var(--surface);width:40px;height:40px;color:var(--accent-blue);border-radius:8px;justify-content:center;align-items:center;margin:0 auto .625rem;font-size:1.1rem;display:flex}.About-module__eubFrG__valueCard h3{margin-bottom:.25rem;font-size:.85rem;font-weight:600}.About-module__eubFrG__valueCard p{color:var(--muted);font-size:.75rem}.About-module__eubFrG__aboutTags{flex-wrap:wrap;gap:.5rem;display:flex}@media (max-width:768px){.About-module__eubFrG__aboutGrid{grid-template-columns:1fr}.About-module__eubFrG__aboutValues{grid-template-columns:1fr 1fr 1fr}.About-module__eubFrG__valueCard{-webkit-backdrop-filter:none}}@media (max-width:480px){.About-module__eubFrG__aboutValues{grid-template-columns:1fr}}
