.Navbar-module-scss-module__rPyZRW__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f0fcc;border-bottom:1px solid #2a2a2a80;position:fixed;top:0;left:0;right:0}.Navbar-module-scss-module__rPyZRW__container{flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module-scss-module__rPyZRW__logo{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .3s;display:flex}.Navbar-module-scss-module__rPyZRW__logo:hover{border-color:#fff3}.Navbar-module-scss-module__rPyZRW__logoIcon{color:#fff;font-size:.875rem;font-weight:700}.Navbar-module-scss-module__rPyZRW__desktopNav{flex-direction:row;justify-content:flex-end;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.Navbar-module-scss-module__rPyZRW__desktopNav{display:none}}.Navbar-module-scss-module__rPyZRW__navLinks{flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;display:flex}.Navbar-module-scss-module__rPyZRW__navLink{color:#9ca3af;font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module-scss-module__rPyZRW__navLink:after{content:"";background:#f97316;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module-scss-module__rPyZRW__navLink:hover{color:#fff}.Navbar-module-scss-module__rPyZRW__navLink:hover:after{width:100%}.Navbar-module-scss-module__rPyZRW__socials{border-left:1px solid #2a2a2a;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding-left:1.5rem;display:flex}.Navbar-module-scss-module__rPyZRW__socialLink{color:#6b7280;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;transition:color .3s,background .3s;display:flex}.Navbar-module-scss-module__rPyZRW__socialLink:hover{color:#fff;background:#ffffff0d}.Navbar-module-scss-module__rPyZRW__menuToggle{cursor:pointer;color:#fff;background:0 0;border:none;font-family:inherit;display:none}@media (max-width:768px){.Navbar-module-scss-module__rPyZRW__menuToggle{display:block}}.Navbar-module-scss-module__rPyZRW__mobileMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f0ff2;border-bottom:1px solid #2a2a2a;padding:1.5rem;animation:.3s Navbar-module-scss-module__rPyZRW__slideDown;position:absolute;top:64px;left:0;right:0}@keyframes Navbar-module-scss-module__rPyZRW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module-scss-module__rPyZRW__mobileLinks{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Navbar-module-scss-module__rPyZRW__mobileLink{color:#9ca3af;font-size:1.125rem;font-weight:500;transition:color .3s}.Navbar-module-scss-module__rPyZRW__mobileLink:hover{color:#fff}.Navbar-module-scss-module__rPyZRW__mobileSocials{border-top:1px solid #2a2a2a;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding-top:1rem;display:flex}.Navbar-module-scss-module__rPyZRW__mobileSocialLink{color:#6b7280;transition:color .3s}.Navbar-module-scss-module__rPyZRW__mobileSocialLink:hover{color:#fff}
.Hero-module-scss-module__Jeo8EW__hero{align-items:center;min-height:100vh;padding-top:100px;padding-bottom:6rem;display:flex}.Hero-module-scss-module__Jeo8EW__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Hero-module-scss-module__Jeo8EW__grid{grid-template-columns:320px 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:1024px){.Hero-module-scss-module__Jeo8EW__grid{grid-template-columns:1fr;gap:3rem}}.Hero-module-scss-module__Jeo8EW__profileCard{text-align:center;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1.5rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.Hero-module-scss-module__Jeo8EW__profileCard:hover{border-color:#ffffff1a;transform:translateY(-2px)}@media (max-width:1024px){.Hero-module-scss-module__Jeo8EW__profileCard{max-width:320px;margin:0 auto}}.Hero-module-scss-module__Jeo8EW__avatarWrapper{margin-bottom:1.25rem;position:relative}.Hero-module-scss-module__Jeo8EW__avatar{margin:0 auto;position:relative}.Hero-module-scss-module__Jeo8EW__avatarImage{border-radius:16px;width:100%;height:100%;overflow:hidden}.Hero-module-scss-module__Jeo8EW__avatarSvg{width:100%;height:100%}.Hero-module-scss-module__Jeo8EW__statusBadge{background:#0f0f0f;border:3px solid #1a1a1a;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:-4px;right:-4px}.Hero-module-scss-module__Jeo8EW__statusDot{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:2s infinite Hero-module-scss-module__Jeo8EW__pulse}@keyframes Hero-module-scss-module__Jeo8EW__pulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module-scss-module__Jeo8EW__name{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Hero-module-scss-module__Jeo8EW__bio{color:#6b7280;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5}.Hero-module-scss-module__Jeo8EW__socialRow{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.Hero-module-scss-module__Jeo8EW__socialIcon{color:#6b7280;z-index:10;background:#ffffff08;border:1px solid #2a2a2a;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.Hero-module-scss-module__Jeo8EW__socialIcon:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26}.Hero-module-scss-module__Jeo8EW__decorLine{opacity:.6;height:60px;position:absolute;bottom:0;left:0;right:0}.Hero-module-scss-module__Jeo8EW__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2.5rem;display:flex}.Hero-module-scss-module__Jeo8EW__titleBlock{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.Hero-module-scss-module__Jeo8EW__title{text-transform:uppercase;letter-spacing:-.03em;color:#fff;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.05}.Hero-module-scss-module__Jeo8EW__titleMuted{color:#6b7280}.Hero-module-scss-module__Jeo8EW__subtitle{color:#9ca3af;max-width:420px;font-size:1rem;line-height:1.7}.Hero-module-scss-module__Jeo8EW__stats{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:2.5rem;display:flex}.Hero-module-scss-module__Jeo8EW__stat{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}.Hero-module-scss-module__Jeo8EW__statValue{color:#fff;font-size:2.5rem;font-weight:800;line-height:1}.Hero-module-scss-module__Jeo8EW__statLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;max-width:80px;font-size:.6875rem}.Hero-module-scss-module__Jeo8EW__skillCards{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:1rem;width:100%;display:flex}@media (max-width:640px){.Hero-module-scss-module__Jeo8EW__skillCards{flex-direction:column}}.Hero-module-scss-module__Jeo8EW__skillCard{cursor:pointer;border:1px solid #2a2a2a;border-radius:12px;flex:1;min-width:220px;padding:1.5rem;transition:transform .3s,border-color .3s}.Hero-module-scss-module__Jeo8EW__skillCard:hover{transform:translateY(-3px)}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__orange{background:linear-gradient(135deg,#f9731626,#ea580c14);border-color:#f9731633}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__orange .Hero-module-scss-module__Jeo8EW__skillIcon{color:#f97316;background:#f9731633}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__orange .Hero-module-scss-module__Jeo8EW__skillArrow{color:#f97316}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__orange .Hero-module-scss-module__Jeo8EW__skillTag{color:#f97316;background:#f9731626}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__orange:hover{border-color:#f9731666}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__green{background:linear-gradient(135deg,#84cc161f,#65a30d0f);border-color:#84cc1633}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__green .Hero-module-scss-module__Jeo8EW__skillIcon{color:#84cc16;background:#84cc1633}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__green .Hero-module-scss-module__Jeo8EW__skillArrow{color:#84cc16}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__green .Hero-module-scss-module__Jeo8EW__skillTag{color:#84cc16;background:#84cc1626}.Hero-module-scss-module__Jeo8EW__skillCard.Hero-module-scss-module__Jeo8EW__green:hover{border-color:#84cc1666}.Hero-module-scss-module__Jeo8EW__skillCardHeader{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Hero-module-scss-module__Jeo8EW__skillIcon{border-radius:8px;flex-direction:row;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Hero-module-scss-module__Jeo8EW__skillArrow{opacity:.7;transition:transform .3s}.Hero-module-scss-module__Jeo8EW__skillCard:hover .Hero-module-scss-module__Jeo8EW__skillArrow{transform:translate(2px,-2px)}.Hero-module-scss-module__Jeo8EW__skillTitle{color:#fff;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.Hero-module-scss-module__Jeo8EW__skillSubtitle{color:#9ca3af;margin-bottom:1rem;font-size:.8125rem}.Hero-module-scss-module__Jeo8EW__skillTags{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.Hero-module-scss-module__Jeo8EW__skillTag{border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.Hero-module-scss-module__Jeo8EW__reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Hero-module-scss-module__Jeo8EW__reveal.Hero-module-scss-module__Jeo8EW__visible{opacity:1;transform:translateY(0)}
.RecentProjects-module-scss-module__gTi-VW__section{padding:6rem 0}.RecentProjects-module-scss-module__gTi-VW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.RecentProjects-module-scss-module__gTi-VW__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:3rem;font-size:3rem;font-weight:800;line-height:1.1}.RecentProjects-module-scss-module__gTi-VW__sectionTitle span{color:#6b7280}@media (max-width:768px){.RecentProjects-module-scss-module__gTi-VW__sectionTitle{font-size:2rem}}.RecentProjects-module-scss-module__gTi-VW__projectsList{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;display:flex}.RecentProjects-module-scss-module__gTi-VW__projectCard{cursor:pointer;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.RecentProjects-module-scss-module__gTi-VW__projectCard:hover{border-color:#ffffff1a;transform:translate(4px)}.RecentProjects-module-scss-module__gTi-VW__projectCard:hover .RecentProjects-module-scss-module__gTi-VW__projectArrow{opacity:1;transform:translate(2px,-2px)}@media (max-width:768px){.RecentProjects-module-scss-module__gTi-VW__projectCard{flex-direction:column;align-items:flex-start;gap:1rem}}.RecentProjects-module-scss-module__gTi-VW__projectLeft{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.RecentProjects-module-scss-module__gTi-VW__projectIcon{flex-shrink:0}.RecentProjects-module-scss-module__gTi-VW__projectInfo{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.125rem;display:flex}.RecentProjects-module-scss-module__gTi-VW__projectName{color:#fff;font-size:1.125rem;font-weight:700}.RecentProjects-module-scss-module__gTi-VW__projectTagline{color:#6b7280;font-size:.8125rem}.RecentProjects-module-scss-module__gTi-VW__projectRight{flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.RecentProjects-module-scss-module__gTi-VW__projectRight{justify-content:space-between;width:100%}}.RecentProjects-module-scss-module__gTi-VW__projectTags{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:max-content;display:flex}@media (max-width:1024px){.RecentProjects-module-scss-module__gTi-VW__projectTags{grid-template-columns:repeat(3,1fr);display:grid}}.RecentProjects-module-scss-module__gTi-VW__projectTag{border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.RecentProjects-module-scss-module__gTi-VW__projectArrow{color:#6b7280;opacity:.5;transition:all .3s}.RecentProjects-module-scss-module__gTi-VW__reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.RecentProjects-module-scss-module__gTi-VW__reveal.RecentProjects-module-scss-module__gTi-VW__visible{opacity:1;transform:translateY(0)}
.Experience-module-scss-module__hFxyNG__section{padding:6rem 0}.Experience-module-scss-module__hFxyNG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Experience-module-scss-module__hFxyNG__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:3rem;font-size:3rem;font-weight:800;line-height:1.1}.Experience-module-scss-module__hFxyNG__sectionTitle span{color:#6b7280}@media (max-width:768px){.Experience-module-scss-module__hFxyNG__sectionTitle{font-size:2rem}}.Experience-module-scss-module__hFxyNG__timeline{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;display:flex;position:relative}.Experience-module-scss-module__hFxyNG__experienceItem{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:0;padding-bottom:2.5rem;display:flex;position:relative}.Experience-module-scss-module__hFxyNG__experienceItem:last-child{padding-bottom:0}.Experience-module-scss-module__hFxyNG__timelineLine{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;gap:0;width:40px;padding-top:.5rem;display:flex;position:relative}.Experience-module-scss-module__hFxyNG__timelineDot{z-index:1;background:#f97316;border:3px solid #0f0f0f;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #f973164d}.Experience-module-scss-module__hFxyNG__timelineConnector{background:linear-gradient(#f973164d,#0000);width:2px;position:absolute;top:18px;bottom:-10px;left:50%;transform:translate(-50%)}.Experience-module-scss-module__hFxyNG__experienceContent{flex:1;padding-left:1rem}.Experience-module-scss-module__hFxyNG__experienceHeader{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.Experience-module-scss-module__hFxyNG__company{color:#fff;font-size:1.125rem;font-weight:700}.Experience-module-scss-module__hFxyNG__role{color:#f97316;margin-top:.125rem;font-size:.875rem;font-weight:500}.Experience-module-scss-module__hFxyNG__period{color:#6b7280;white-space:nowrap;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:.25rem .625rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.Experience-module-scss-module__hFxyNG__description{color:#9ca3af;max-width:600px;font-size:.9375rem;line-height:1.7}.Experience-module-scss-module__hFxyNG__reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Experience-module-scss-module__hFxyNG__reveal.Experience-module-scss-module__hFxyNG__visible{opacity:1;transform:translateY(0)}
.Contact-module-scss-module__Ir0tLG__section{padding:6rem 0}.Contact-module-scss-module__Ir0tLG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Contact-module-scss-module__Ir0tLG__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:3rem;font-size:3rem;font-weight:800;line-height:1.1}.Contact-module-scss-module__Ir0tLG__sectionTitle span{color:#6b7280}@media (max-width:768px){.Contact-module-scss-module__Ir0tLG__sectionTitle{font-size:2rem}}.Contact-module-scss-module__Ir0tLG__form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.25rem;max-width:700px;display:flex}.Contact-module-scss-module__Ir0tLG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.Contact-module-scss-module__Ir0tLG__formRow{grid-template-columns:1fr}}.Contact-module-scss-module__Ir0tLG__formGroup{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.Contact-module-scss-module__Ir0tLG__label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.Contact-module-scss-module__Ir0tLG__input,.Contact-module-scss-module__Ir0tLG__textarea{color:#fff;background:#2a2a2a;border:1px solid #2a2a2a;border-radius:10px;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .3s,background .3s}.Contact-module-scss-module__Ir0tLG__input::placeholder,.Contact-module-scss-module__Ir0tLG__textarea::placeholder{color:#6b7280}.Contact-module-scss-module__Ir0tLG__input:focus,.Contact-module-scss-module__Ir0tLG__textarea:focus{background:#333;border-color:#f9731680}.Contact-module-scss-module__Ir0tLG__textarea{resize:vertical;min-height:140px}.Contact-module-scss-module__Ir0tLG__submitBtn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:background .3s,transform .3s;display:flex}.Contact-module-scss-module__Ir0tLG__submitBtn:hover{background:#ea580c;transform:translateY(-1px)}.Contact-module-scss-module__Ir0tLG__submitBtn:active{transform:translateY(0)}.Contact-module-scss-module__Ir0tLG__reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Contact-module-scss-module__Ir0tLG__reveal.Contact-module-scss-module__Ir0tLG__visible{opacity:1;transform:translateY(0)}
.Skills-module-scss-module__RkU-BW__section{padding:6rem 0;overflow:hidden}.Skills-module-scss-module__RkU-BW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Skills-module-scss-module__RkU-BW__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:3rem;font-weight:800;line-height:1.1}.Skills-module-scss-module__RkU-BW__sectionTitle span{color:#6b7280}@media (max-width:768px){.Skills-module-scss-module__RkU-BW__sectionTitle{font-size:2rem}}.Skills-module-scss-module__RkU-BW__categoryTabs{background:#ffffff05;border:1px solid #2a2a2a;border-radius:16px;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;padding:.5rem;display:flex}.Skills-module-scss-module__RkU-BW__tab{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .3s;display:flex;position:relative}.Skills-module-scss-module__RkU-BW__tab:hover{color:#fff;background:#ffffff08}.Skills-module-scss-module__RkU-BW__tab.Skills-module-scss-module__RkU-BW__active{color:#fff;border-color:var(--tab-color);background:#ffffff0f;box-shadow:0 0 20px #0000004d,inset 0 1px #ffffff0d}.Skills-module-scss-module__RkU-BW__tabDot{border-radius:50%;width:8px;height:8px}.Skills-module-scss-module__RkU-BW__skillsShowcase{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}@media (max-width:768px){.Skills-module-scss-module__RkU-BW__skillsShowcase{min-height:220px}}.Skills-module-scss-module__RkU-BW__categoryPanel{opacity:0;pointer-events:none;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;transform:scale(.9)}.Skills-module-scss-module__RkU-BW__categoryPanel.Skills-module-scss-module__RkU-BW__active{opacity:1;pointer-events:all;transform:scale(1)}.Skills-module-scss-module__RkU-BW__skillsOrbit{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}@media (max-width:640px){.Skills-module-scss-module__RkU-BW__skillsOrbit{width:280px;height:280px}}.Skills-module-scss-module__RkU-BW__centerRing{z-index:2;background:#0f0f0f;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;animation:3s ease-in-out infinite Skills-module-scss-module__RkU-BW__pulse-ring;display:flex;position:relative}@keyframes Skills-module-scss-module__RkU-BW__pulse-ring{0%,to{box-shadow:0 0 #ffffff0d}50%{box-shadow:0 0 0 15px #fff0}}.Skills-module-scss-module__RkU-BW__centerText{color:#fff;text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:.6875rem;font-weight:700;line-height:1.3}.Skills-module-scss-module__RkU-BW__skillNode{cursor:default;z-index:3;flex-direction:column;align-items:center;gap:.375rem;transition:all .3s;display:flex;position:absolute}.Skills-module-scss-module__RkU-BW__skillNode:hover{z-index:10;transform:translate(var(--tx,0),var(--ty,0))scale(1.15)!important}.Skills-module-scss-module__RkU-BW__skillNode:hover .Skills-module-scss-module__RkU-BW__skillGlow{opacity:.3;transform:scale(2)}.Skills-module-scss-module__RkU-BW__skillNode:hover .Skills-module-scss-module__RkU-BW__skillIcon{color:#fff;border-color:var(--node-color);box-shadow:0 0 20px var(--node-color)}.Skills-module-scss-module__RkU-BW__skillNode:hover .Skills-module-scss-module__RkU-BW__skillName{opacity:1;transform:translateY(0)}.Skills-module-scss-module__RkU-BW__skillGlow{opacity:0;filter:blur(12px);pointer-events:none;border-radius:50%;width:40px;height:40px;transition:all .4s;position:absolute}.Skills-module-scss-module__RkU-BW__skillIcon{color:#9ca3af;z-index:2;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.Skills-module-scss-module__RkU-BW__skillIcon svg{width:20px;height:20px}.Skills-module-scss-module__RkU-BW__skillName{color:#fff;white-space:nowrap;opacity:0;z-index:10;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;transition:all .3s;position:absolute;bottom:-28px;transform:translateY(4px)}.Skills-module-scss-module__RkU-BW__skillsOrbit:before{content:"";border:1px dashed #2a2a2a80;border-radius:50%;width:280px;height:280px;animation:60s linear infinite Skills-module-scss-module__RkU-BW__rotate-slow;position:absolute}.Skills-module-scss-module__RkU-BW__skillsOrbit:after{content:"";border:1px dashed #2a2a2a4d;border-radius:50%;width:200px;height:200px;animation:40s linear infinite reverse Skills-module-scss-module__RkU-BW__rotate-slow;position:absolute}@keyframes Skills-module-scss-module__RkU-BW__rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Skills-module-scss-module__RkU-BW__reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(16px)scale(.9)}.Skills-module-scss-module__RkU-BW__reveal.Skills-module-scss-module__RkU-BW__visible{opacity:1;transform:translateY(0)scale(1)}@media (max-width:640px){.Skills-module-scss-module__RkU-BW__skillsOrbit{grid-template-columns:repeat(3,1fr);gap:1rem;width:auto;height:auto;padding:1rem;display:grid}.Skills-module-scss-module__RkU-BW__skillsOrbit:before,.Skills-module-scss-module__RkU-BW__skillsOrbit:after{display:none}.Skills-module-scss-module__RkU-BW__skillNode{position:relative;transform:none!important}.Skills-module-scss-module__RkU-BW__skillNode:hover{transform:scale(1.1)!important}.Skills-module-scss-module__RkU-BW__centerRing{display:none}.Skills-module-scss-module__RkU-BW__skillName{opacity:1;background:0 0;border:none;margin-top:.25rem;padding:0;position:static;transform:none}}
.Footer-module-scss-module__4zj5Ra__footer{background:#0f0f0f;border-top:1px solid #2a2a2a;padding:1.5rem 0}.Footer-module-scss-module__4zj5Ra__container{flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__4zj5Ra__container{text-align:center;flex-direction:column;gap:1rem}}.Footer-module-scss-module__4zj5Ra__left{color:#6b7280;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Footer-module-scss-module__4zj5Ra__credit{font-weight:500}.Footer-module-scss-module__4zj5Ra__divider{opacity:.5}.Footer-module-scss-module__4zj5Ra__right{flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__4zj5Ra__right{flex-wrap:wrap;justify-content:center}}.Footer-module-scss-module__4zj5Ra__badge{color:#f97316;background:#f9731626;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;transition:background .3s;display:flex}.Footer-module-scss-module__4zj5Ra__badge:hover{background:#f9731640}.Footer-module-scss-module__4zj5Ra__badgeDot{background:#f97316;border-radius:50%;width:6px;height:6px;animation:2s infinite Footer-module-scss-module__4zj5Ra__pulse}@keyframes Footer-module-scss-module__4zj5Ra__pulse{0%,to{opacity:1}50%{opacity:.5}}.Footer-module-scss-module__4zj5Ra__badgeSecondary{color:#9ca3af;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.75rem;font-weight:500;transition:border-color .3s,color .3s;display:flex}.Footer-module-scss-module__4zj5Ra__badgeSecondary:hover{color:#fff;border-color:#fff3}
