.Navbar-module___rHu7W__navbar{z-index:var(--z-sticky);padding:var(--space-md) 0;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);transition:all var(--transition-base);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{border-bottom-color:var(--nav-border);padding:var(--space-sm) 0}.Navbar-module___rHu7W__navContent{justify-content:space-between;align-items:center;display:flex}.Navbar-module___rHu7W__logo{cursor:pointer;transition:opacity var(--transition-base);align-items:center;display:flex}.Navbar-module___rHu7W__logo:hover{opacity:.8}.Navbar-module___rHu7W__logoImage{object-fit:contain;filter:brightness(0)invert();height:54px;width:auto!important}[data-theme=light] .Navbar-module___rHu7W__logoImage{filter:none}.Navbar-module___rHu7W__navLinks{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module___rHu7W__navLink{color:var(--text-secondary);transition:color var(--transition-fast);padding:var(--space-xs) 0;font-size:.9rem;font-weight:500;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--accent-gradient);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-2px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__navRight{align-items:center;gap:var(--space-md);display:flex}.Navbar-module___rHu7W__themeToggle{border-radius:var(--radius-full);background:var(--surface-glass);border:1px solid var(--border-primary);width:44px;height:44px;transition:all var(--transition-base);cursor:pointer;color:var(--text-primary);justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:relative;overflow:hidden}.Navbar-module___rHu7W__themeToggle:hover{background:var(--surface-glass-hover);border-color:var(--border-accent)}.Navbar-module___rHu7W__iconSun,.Navbar-module___rHu7W__iconMoon{width:20px;height:20px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.Navbar-module___rHu7W__light .Navbar-module___rHu7W__iconSun{opacity:1;transform:translateY(0)rotate(0)}.Navbar-module___rHu7W__light .Navbar-module___rHu7W__iconMoon{opacity:0;transform:translateY(30px)rotate(90deg)}.Navbar-module___rHu7W__dark .Navbar-module___rHu7W__iconSun{opacity:0;transform:translateY(-30px)rotate(-90deg)}.Navbar-module___rHu7W__dark .Navbar-module___rHu7W__iconMoon{opacity:1;transform:translateY(0)rotate(0)}.Navbar-module___rHu7W__menuButton{border-radius:var(--radius-md);background:var(--surface-glass);border:1px solid var(--border-primary);width:44px;height:44px;transition:all var(--transition-base);justify-content:center;align-items:center;display:none}.Navbar-module___rHu7W__hamburger{flex-direction:column;justify-content:space-between;width:20px;height:14px;display:flex}.Navbar-module___rHu7W__hamburger span{background:var(--text-primary);border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--transition-base);display:block}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:first-child{transform:rotate(45deg)translate(4px,4px)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.Navbar-module___rHu7W__mobileMenu{background:var(--bg-primary);z-index:var(--z-modal);justify-content:center;align-items:center;gap:var(--space-xl);opacity:0;transition:opacity var(--transition-base);flex-direction:column;display:none;position:fixed;inset:0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{opacity:1;display:flex}.Navbar-module___rHu7W__mobileNavLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:1.5rem;font-weight:600}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--accent-primary)}.Navbar-module___rHu7W__closeButton{top:var(--space-lg);right:var(--space-lg);border-radius:var(--radius-full);width:44px;height:44px;color:var(--text-secondary);background:var(--surface-glass);border:1px solid var(--border-primary);justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__menuButton{display:flex}}
.Home-module__6XXAVq__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Home-module__6XXAVq__hero:before{content:"";background:var(--gradient-hero);pointer-events:none;position:absolute;inset:0}.Home-module__6XXAVq__hero:after{content:"";background:var(--gradient-fade-bottom);pointer-events:none;z-index:1;height:15vh;position:absolute;bottom:0;left:0;right:0}.Home-module__6XXAVq__heroContent{gap:var(--space-3xl);z-index:var(--z-base);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.Home-module__6XXAVq__heroLeft{opacity:0;animation:.8s ease-out .2s forwards Home-module__6XXAVq__fadeInUp}.Home-module__6XXAVq__greeting{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:var(--radius-full);color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.9rem;font-weight:500;display:inline-flex}[data-theme=light] .Home-module__6XXAVq__greeting{border-color:var(--border-secondary);box-shadow:var(--shadow-sm);color:var(--text-primary);background:#ffffffe6}.Home-module__6XXAVq__greetingEmoji{transform-origin:70% 70%;font-size:1.2rem;animation:3s ease-in-out infinite Home-module__6XXAVq__wave;display:inline-block}@keyframes Home-module__6XXAVq__wave{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(10deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(6deg)}85%,to{transform:rotate(0)}}.Home-module__6XXAVq__heroTitle{letter-spacing:-.04em;margin-bottom:var(--space-sm);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1}.Home-module__6XXAVq__heroTitleLine{display:block}.Home-module__6XXAVq__heroTitleLine+.Home-module__6XXAVq__heroTitleLine{margin-top:-.3em}.Home-module__6XXAVq__heroSubtitle{color:var(--text-secondary);max-width:520px;margin-bottom:var(--space-lg);font-size:clamp(1rem,2vw,1.1rem);line-height:1.8}.Home-module__6XXAVq__heroSubtitle strong{color:var(--text-primary);font-weight:600}.Home-module__6XXAVq__typewriter{font-family:var(--font-mono);color:var(--accent-primary);-webkit-text-fill-color:var(--accent-primary);font-size:clamp(1rem,2.5vw,1.3rem);font-weight:600;display:inline-block;position:relative}.Home-module__6XXAVq__typewriter:after{content:"|";color:var(--accent-primary);-webkit-text-fill-color:var(--accent-primary);margin-left:2px;animation:1s infinite Home-module__6XXAVq__blink}.Home-module__6XXAVq__stackTags{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.Home-module__6XXAVq__stackTag{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:var(--radius-full);color:var(--accent-primary);transition:all var(--transition-base);letter-spacing:.02em;padding:6px 14px;font-size:.8rem;font-weight:500}.Home-module__6XXAVq__stackTag:hover{border-color:var(--accent-primary);background:#6366f11a;transform:translateY(-1px)}[data-theme=light] .Home-module__6XXAVq__stackTag{color:var(--accent-tertiary);background:#6366f10d;border-color:#6366f133}[data-theme=light] .Home-module__6XXAVq__stackTag:hover{background:#6366f126}.Home-module__6XXAVq__heroButtons{gap:var(--space-md);flex-wrap:wrap;display:flex}.Home-module__6XXAVq__btnPrimary{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);background:var(--accent-gradient);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-base);cursor:pointer;border:none;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.Home-module__6XXAVq__btnPrimary:before{content:"";background:var(--accent-gradient-hover);opacity:0;transition:opacity var(--transition-base);position:absolute;inset:0}.Home-module__6XXAVq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.Home-module__6XXAVq__btnPrimary:hover:before{opacity:1}.Home-module__6XXAVq__btnPrimary span{z-index:1;position:relative}.Home-module__6XXAVq__btnSecondary{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);background:var(--surface-glass);color:var(--text-primary);border-radius:var(--radius-full);border:1px solid var(--border-secondary);transition:all var(--transition-base);cursor:pointer;font-size:.95rem;font-weight:600;display:inline-flex}.Home-module__6XXAVq__btnSecondary:hover{background:var(--surface-glass-hover);border-color:var(--border-accent);transform:translateY(-2px)}.Home-module__6XXAVq__heroRight{opacity:0;justify-content:center;align-items:center;animation:1s ease-out .6s forwards Home-module__6XXAVq__fadeIn;display:flex;position:relative}.Home-module__6XXAVq__heroVisual{width:400px;height:400px;position:relative}.Home-module__6XXAVq__heroOrb{filter:blur(60px);opacity:.5;border-radius:50%;animation:6s ease-in-out infinite Home-module__6XXAVq__float;position:absolute}.Home-module__6XXAVq__heroOrb1{background:var(--accent-primary);opacity:.3;width:200px;height:200px;top:20%;left:10%}.Home-module__6XXAVq__heroOrb2{opacity:.25;background:#a78bfa;width:150px;height:150px;animation-delay:-2s;top:50%;right:10%}.Home-module__6XXAVq__heroOrb3{opacity:.2;background:#06b6d4;width:100px;height:100px;animation-delay:-4s;bottom:10%;left:30%}.Home-module__6XXAVq__codeBlock{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-lg);font-family:var(--font-mono);z-index:2;box-shadow:var(--shadow-card);width:100%;max-width:380px;margin:0 auto;font-size:.85rem;line-height:1.8;position:relative}[data-theme=light] .Home-module__6XXAVq__codeBlock{border-color:#0000001a;box-shadow:0 10px 30px #0000000d}.Home-module__6XXAVq__codeHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-primary);display:flex}.Home-module__6XXAVq__codeDot{border-radius:50%;width:10px;height:10px}.Home-module__6XXAVq__codeDotRed{background:var(--error)}.Home-module__6XXAVq__codeDotYellow{background:var(--warning)}.Home-module__6XXAVq__codeDotGreen{background:var(--success)}.Home-module__6XXAVq__codeLine{color:var(--text-secondary);display:block}.Home-module__6XXAVq__codeKeyword{color:var(--accent-primary)}.Home-module__6XXAVq__codeFunction{color:var(--info)}.Home-module__6XXAVq__codeString{color:var(--success)}.Home-module__6XXAVq__codeComment{color:var(--text-tertiary);font-style:italic}.Home-module__6XXAVq__codeBracket{color:var(--warning)}.Home-module__6XXAVq__heroSocials{gap:var(--space-md);margin-top:var(--space-2xl);opacity:0;animation:.6s ease-out 1s forwards Home-module__6XXAVq__fadeInUp;display:flex}.Home-module__6XXAVq__socialLink{border-radius:var(--radius-full);background:var(--surface-glass);border:1px solid var(--border-primary);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-base);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Home-module__6XXAVq__socialLink:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:translateY(-3px);box-shadow:0 4px 15px #6366f14d}.Home-module__6XXAVq__scrollIndicator{bottom:var(--space-2xl);align-items:center;gap:var(--space-sm);color:var(--text-tertiary);flex-direction:column;font-size:.8rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Home-module__6XXAVq__scrollMouse{border:2px solid var(--text-tertiary);border-radius:12px;width:24px;height:38px;position:relative}.Home-module__6XXAVq__scrollMouse:after{content:"";background:var(--text-tertiary);border-radius:var(--radius-full);width:3px;height:6px;animation:2s ease-in-out infinite Home-module__6XXAVq__scrollBounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Home-module__6XXAVq__scrollBounce{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.5;transform:translate(-50%)translateY(4px)}}@media (max-width:968px){.Home-module__6XXAVq__heroContent{text-align:center;gap:var(--space-xl);grid-template-columns:1fr}.Home-module__6XXAVq__heroSubtitle{margin-left:auto;margin-right:auto}.Home-module__6XXAVq__heroButtons{justify-content:center}.Home-module__6XXAVq__heroRight{order:-1}.Home-module__6XXAVq__heroVisual{width:250px;height:250px;margin:0 auto}.Home-module__6XXAVq__heroSocials{justify-content:center}.Home-module__6XXAVq__scrollIndicator{display:none}}@media (max-width:768px){.Home-module__6XXAVq__heroTitle{font-size:clamp(2rem,8vw,3rem);line-height:1.2}.Home-module__6XXAVq__heroTitleLine+.Home-module__6XXAVq__heroTitleLine{margin-top:0}.Home-module__6XXAVq__typewriter{font-size:clamp(1.8rem,6vw,2.5rem)}.Home-module__6XXAVq__heroButtons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.Home-module__6XXAVq__btnPrimary,.Home-module__6XXAVq__btnSecondary{justify-content:center;width:100%}.Home-module__6XXAVq__hero{min-height:auto;padding-top:100px;padding-bottom:var(--space-2xl)}}@media (max-width:480px){.Home-module__6XXAVq__heroVisual{width:200px;height:200px}.Home-module__6XXAVq__codeBlock{padding:var(--space-md);font-size:.7rem}.Home-module__6XXAVq__greeting{padding:var(--space-xs) var(--space-sm);font-size:.8rem}.Home-module__6XXAVq__codeLine{flex-wrap:wrap}}@keyframes Home-module__6XXAVq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Home-module__6XXAVq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Home-module__6XXAVq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Home-module__6XXAVq__blink{0%,to{opacity:1}50%{opacity:0}}
.About-module__S-Ka5a__about{position:relative;overflow:hidden}.About-module__S-Ka5a__aboutFadeBottom{background:var(--gradient-fade-bottom);pointer-events:none;z-index:2;height:150px;position:absolute;bottom:0;left:0;right:0}.About-module__S-Ka5a__aboutContent{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.About-module__S-Ka5a__bentoCard{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-primary);padding:var(--space-xl);transition:all var(--transition-base);border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden}.About-module__S-Ka5a__bentoCard:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0d 0%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.About-module__S-Ka5a__bentoCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-5px)scale(1.01)}.About-module__S-Ka5a__bentoCard:hover:before{opacity:1}.About-module__S-Ka5a__headerCard{padding:var(--space-2xl);grid-column:span 2;justify-content:center}.About-module__S-Ka5a__aboutLabel{border-radius:var(--radius-full);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-md);background:#6366f11a;border:1px solid #6366f133;align-items:center;width:fit-content;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.About-module__S-Ka5a__aboutTitle{margin-bottom:var(--space-lg);color:var(--text-primary);letter-spacing:-.02em;font-size:2.25rem;font-weight:800;line-height:1.2}.About-module__S-Ka5a__aboutDescription{color:var(--text-tertiary);max-width:90%;font-size:1.05rem;line-height:1.7}.About-module__S-Ka5a__aboutDescription strong{color:var(--text-primary);font-weight:600}.About-module__S-Ka5a__statsCard{text-align:center;background:radial-gradient(circle at 100% 0,#6366f126,#0000);grid-column:span 1;justify-content:center;align-items:center}.About-module__S-Ka5a__statsIcon{margin-bottom:var(--space-md);color:var(--accent-primary);opacity:.8}.About-module__S-Ka5a__statsNumber{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:3.5rem;font-weight:900;line-height:1}.About-module__S-Ka5a__statsLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700;line-height:1.4}.About-module__S-Ka5a__infoCard{padding:var(--space-xl);min-height:200px}.About-module__S-Ka5a__cardHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.About-module__S-Ka5a__iconWrapper{background:var(--surface-glass);border:1px solid var(--border-primary);width:44px;height:44px;color:var(--accent-primary);border-radius:14px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:inset 0 2px 4px #ffffff0d}.About-module__S-Ka5a__bentoCard:hover .About-module__S-Ka5a__iconWrapper{color:var(--accent-primary);border-color:var(--border-accent);background:#6366f126;transform:scale(1.1);box-shadow:0 0 15px #6366f11a}.About-module__S-Ka5a__iconWrapper:after{content:"";background:var(--accent-gradient);opacity:0;z-index:-1;filter:blur(8px);border-radius:16px;transition:opacity .4s;position:absolute;inset:-2px}.About-module__S-Ka5a__bentoCard:hover .About-module__S-Ka5a__iconWrapper:after{opacity:.3}.About-module__S-Ka5a__cardTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.About-module__S-Ka5a__cardBody{color:var(--text-tertiary);font-size:.9rem;line-height:1.6}@media (max-width:1024px){.About-module__S-Ka5a__aboutContent{grid-template-columns:repeat(2,1fr)}.About-module__S-Ka5a__headerCard{grid-column:span 2}}@media (max-width:768px){.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr}.About-module__S-Ka5a__headerCard,.About-module__S-Ka5a__statsCard,.About-module__S-Ka5a__bentoCard{padding:var(--space-xl);grid-column:span 1}.About-module__S-Ka5a__aboutTitle{font-size:1.75rem}.About-module__S-Ka5a__statsNumber{font-size:3rem}}
.Skills-module__-4weLa__skills{position:relative}.Skills-module__-4weLa__skills:before{content:"";background:var(--gradient-fade-top);pointer-events:none;z-index:1;height:100px;position:absolute;top:0;left:0;right:0}.Skills-module__-4weLa__skillsFadeBottom{background:var(--gradient-fade-bottom);pointer-events:none;z-index:1;height:100px;position:absolute;bottom:0;left:0;right:0}.Skills-module__-4weLa__skillsHeader{text-align:center;margin-bottom:var(--space-3xl)}.Skills-module__-4weLa__skillsLabel{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-size:.85rem;font-weight:600;display:inline-block}.Skills-module__-4weLa__skillsGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.Skills-module__-4weLa__skillCategory{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base);position:relative;overflow:hidden}.Skills-module__-4weLa__skillCategory:before{content:"";background:var(--accent-gradient);height:3px;transition:transform var(--transition-base);transform-origin:0;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Skills-module__-4weLa__skillCategory:hover{border-color:var(--border-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.Skills-module__-4weLa__skillCategory:hover:before{transform:scaleX(1)}.Skills-module__-4weLa__categoryHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.Skills-module__-4weLa__categoryIcon{background:var(--surface-glass);border:1px solid var(--border-primary);width:52px;height:52px;color:var(--accent-primary);box-shadow:inset 0 2px 4px var(--border-primary);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Skills-module__-4weLa__categoryIcon svg{filter:drop-shadow(0 0 8px #818cf833);width:24px;height:24px;display:block}.Skills-module__-4weLa__skillCategory:hover .Skills-module__-4weLa__categoryIcon{color:var(--accent-primary);background:#6366f11a;border-color:#6366f14d;transform:scale(1.05)}.Skills-module__-4weLa__categoryTitle{font-size:1.1rem;font-weight:700}.Skills-module__-4weLa__categoryDescription{color:var(--text-tertiary);font-size:.8rem}.Skills-module__-4weLa__skillsList{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Skills-module__-4weLa__skillTag{align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);font-size:.85rem;font-weight:500;display:inline-flex}.Skills-module__-4weLa__skillTag:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--surface-glass-hover);transform:translateY(-2px)}.Skills-module__-4weLa__skillDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px}.Skills-module__-4weLa__techLogos{justify-content:center;gap:var(--space-xl);margin-top:var(--space-3xl);opacity:.4;transition:opacity var(--transition-base);flex-wrap:wrap;display:flex}.Skills-module__-4weLa__techLogos:hover{opacity:.7}.Skills-module__-4weLa__techLogo{filter:grayscale();width:48px;height:48px;transition:filter var(--transition-base);justify-content:center;align-items:center;font-size:2rem;display:flex}.Skills-module__-4weLa__techLogo:hover{filter:grayscale(0%)}@media (max-width:768px){.Skills-module__-4weLa__skillsGrid{gap:var(--space-md);grid-template-columns:1fr}.Skills-module__-4weLa__skillCategory{padding:var(--space-lg)}}@media (max-width:480px){.Skills-module__-4weLa__skillCategory{padding:var(--space-md)}.Skills-module__-4weLa__categoryIcon{width:40px;height:40px;font-size:1.1rem}.Skills-module__-4weLa__categoryTitle{font-size:1rem}.Skills-module__-4weLa__skillTag{padding:var(--space-xs) var(--space-sm);font-size:.75rem}.Skills-module__-4weLa__techLogos{gap:var(--space-md);margin-top:var(--space-2xl)}.Skills-module__-4weLa__techLogo{width:36px;height:36px;font-size:1.5rem}}
.Projects-module__T_D1Ca__projects{position:relative}.Projects-module__T_D1Ca__projects:before{content:"";background:var(--gradient-section);pointer-events:none;z-index:0;position:absolute;inset:0}.Projects-module__T_D1Ca__projects:after{content:"";background:var(--gradient-fade-top);pointer-events:none;z-index:1;height:100px;position:absolute;top:0;left:0;right:0}.Projects-module__T_D1Ca__projectsFadeBottom{background:var(--gradient-fade-bottom);pointer-events:none;z-index:1;height:100px;position:absolute;bottom:0;left:0;right:0}.Projects-module__T_D1Ca__projectsHeader{text-align:center;margin-bottom:var(--space-2xl)}.Projects-module__T_D1Ca__projectsLabel{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-size:.85rem;font-weight:600;display:inline-block}.Projects-module__T_D1Ca__filterButtons{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.Projects-module__T_D1Ca__filterBtn{padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);color:var(--text-secondary);background:var(--surface-glass);border:1px solid var(--border-primary);transition:all var(--transition-base);cursor:pointer;font-size:.85rem;font-weight:500}.Projects-module__T_D1Ca__filterBtn:hover{color:var(--text-primary);border-color:var(--border-secondary)}.Projects-module__T_D1Ca__filterBtn.Projects-module__T_D1Ca__active{background:var(--accent-gradient);color:#fff;border-color:#0000}.Projects-module__T_D1Ca__projectsGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));display:grid}.Projects-module__T_D1Ca__projectCard{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);transition:all var(--transition-base);position:relative;overflow:hidden}.Projects-module__T_D1Ca__projectCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.Projects-module__T_D1Ca__projectImage{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-tertiary));height:220px;position:relative;overflow:hidden}.Projects-module__T_D1Ca__projectImagePlaceholder{justify-content:center;align-items:center;gap:var(--space-sm);flex-direction:column;width:100%;height:100%;display:flex;position:relative}.Projects-module__T_D1Ca__projectImageIcon{z-index:1;font-size:3rem;position:relative}.Projects-module__T_D1Ca__projectImageBg{opacity:.1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Projects-module__T_D1Ca__projectImageBg svg{width:200px;height:200px}.Projects-module__T_D1Ca__projectOverlay{justify-content:center;align-items:center;gap:var(--space-md);opacity:0;transition:opacity var(--transition-base);background:#000000b3;display:flex;position:absolute;inset:0}.Projects-module__T_D1Ca__projectCard:hover .Projects-module__T_D1Ca__projectOverlay{opacity:1}.Projects-module__T_D1Ca__overlayBtn{border-radius:var(--radius-full);color:#1a1a2e;width:44px;height:44px;transition:all var(--transition-base);background:#fff;justify-content:center;align-items:center;font-size:1.1rem;display:flex;transform:translateY(10px)}.Projects-module__T_D1Ca__projectCard:hover .Projects-module__T_D1Ca__overlayBtn{transform:translateY(0)}.Projects-module__T_D1Ca__overlayBtn:hover{background:var(--accent-primary);color:#fff;transform:scale(1.1)!important}.Projects-module__T_D1Ca__projectInfo{padding:var(--space-lg)}.Projects-module__T_D1Ca__projectType{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-sm);font-size:.75rem;font-weight:600;display:inline-block}.Projects-module__T_D1Ca__projectTitle{margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:700;line-height:1.3}.Projects-module__T_D1Ca__projectDescription{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.6}.Projects-module__T_D1Ca__projectTech{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Projects-module__T_D1Ca__techBadge{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:var(--radius-full);color:var(--text-tertiary);transition:all var(--transition-fast);padding:4px 10px;font-size:.75rem;font-weight:500}.Projects-module__T_D1Ca__techBadge:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.Projects-module__T_D1Ca__projectFooter{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--border-primary);justify-content:space-between;align-items:center;display:flex}.Projects-module__T_D1Ca__projectLinks{gap:var(--space-md);display:flex}.Projects-module__T_D1Ca__projectLink{align-items:center;gap:var(--space-xs);color:var(--text-secondary);transition:color var(--transition-fast);font-size:.85rem;font-weight:500;display:inline-flex}.Projects-module__T_D1Ca__projectLink:hover{color:var(--accent-primary)}.Projects-module__T_D1Ca__projectStatus{align-items:center;gap:var(--space-xs);font-size:.75rem;font-weight:500;display:inline-flex}.Projects-module__T_D1Ca__statusDot{border-radius:50%;width:6px;height:6px}.Projects-module__T_D1Ca__statusActive{background:var(--success);box-shadow:0 0 8px var(--success)}.Projects-module__T_D1Ca__statusCompleted{background:#10b981}.Projects-module__T_D1Ca__emptyState{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-xl);text-align:center;justify-content:center;align-items:center;gap:var(--space-md);max-width:600px;box-shadow:var(--shadow-card);flex-direction:column;margin:0 auto;display:flex}.Projects-module__T_D1Ca__emptyIcon{margin-bottom:var(--space-sm);filter:drop-shadow(0 0 20px #6366f14d);font-size:3.5rem;animation:3s ease-in-out infinite Projects-module__T_D1Ca__float}.Projects-module__T_D1Ca__emptyState h3{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Projects-module__T_D1Ca__emptyState p{color:var(--text-secondary);font-size:1rem;line-height:1.6}@keyframes Projects-module__T_D1Ca__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.Projects-module__T_D1Ca__projectsGrid{gap:var(--space-lg);grid-template-columns:1fr}.Projects-module__T_D1Ca__projectImage{height:180px}}@media (max-width:480px){.Projects-module__T_D1Ca__projectInfo{padding:var(--space-md)}.Projects-module__T_D1Ca__projectTitle{font-size:1.15rem}.Projects-module__T_D1Ca__projectDescription{font-size:.85rem}.Projects-module__T_D1Ca__filterBtn{padding:var(--space-xs) var(--space-md);font-size:.8rem}.Projects-module__T_D1Ca__techBadge{padding:3px 8px;font-size:.7rem}}
.Contact-module__Bs3a0a__contact{position:relative}.Contact-module__Bs3a0a__contact:before{content:"";background:var(--gradient-section);pointer-events:none;z-index:0;position:absolute;inset:0}.Contact-module__Bs3a0a__contact:after{content:"";background:var(--gradient-fade-top);pointer-events:none;z-index:1;height:100px;position:absolute;top:0;left:0;right:0}.Contact-module__Bs3a0a__contactFadeBottom{background:var(--gradient-fade-bottom);pointer-events:none;z-index:1;height:100px;position:absolute;bottom:0;left:0;right:0}.Contact-module__Bs3a0a__contactHeader{text-align:center;margin-bottom:var(--space-3xl)}.Contact-module__Bs3a0a__contactLabel{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-size:.85rem;font-weight:600;display:inline-block}.Contact-module__Bs3a0a__contactGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);max-width:900px;margin:0 auto;display:grid}.Contact-module__Bs3a0a__contactCard{text-align:center;padding:var(--space-2xl) var(--space-lg);background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);transition:all var(--transition-base);color:inherit;cursor:pointer;flex-direction:column;align-items:center;text-decoration:none;display:flex}.Contact-module__Bs3a0a__contactCard:hover{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.Contact-module__Bs3a0a__contactCardIcon{border-radius:var(--radius-lg);background:var(--accent-gradient);width:56px;height:56px;margin-bottom:var(--space-lg);color:#fff;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 8px 16px #6366f133}.Contact-module__Bs3a0a__contactCardTitle{margin-bottom:var(--space-xs);color:var(--text-primary);font-size:.95rem;font-weight:700}.Contact-module__Bs3a0a__contactCardValue{color:var(--text-tertiary);word-break:break-all;font-size:.8rem;line-height:1.4}.Contact-module__Bs3a0a__contactCta{text-align:center;margin-top:var(--space-2xl)}.Contact-module__Bs3a0a__contactCtaText{color:var(--text-secondary);padding:var(--space-md) var(--space-xl);background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:var(--radius-full);font-size:.95rem;display:inline-block}@media (max-width:968px){.Contact-module__Bs3a0a__contactGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Contact-module__Bs3a0a__contactGrid{grid-template-columns:1fr;max-width:100%}.Contact-module__Bs3a0a__contactCard{padding:var(--space-xl) var(--space-md)}.Contact-module__Bs3a0a__contactCtaText{padding:var(--space-sm) var(--space-lg);font-size:.85rem}}
.Footer-module__Grjkva__footer{padding:var(--space-xl) 0 var(--space-md);border-top:1px solid var(--border-primary);background:var(--bg-secondary);position:relative;overflow:hidden}.Footer-module__Grjkva__footer:before{content:"";background:var(--accent-gradient);opacity:.3;width:100%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__Grjkva__footerContent{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:1.2fr .8fr 1.2fr;display:grid}.Footer-module__Grjkva__footerBrand{max-width:350px}.Footer-module__Grjkva__footerLogo{margin-bottom:var(--space-lg)}.Footer-module__Grjkva__footerLogoImage{object-fit:contain;filter:brightness(0)invert();height:48px;margin-left:-30px;width:auto!important}[data-theme=light] .Footer-module__Grjkva__footerLogoImage{filter:none}.Footer-module__Grjkva__footerDescription{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:.95rem;line-height:1.8}.Footer-module__Grjkva__footerSocials{gap:var(--space-md);display:flex}.Footer-module__Grjkva__footerSocialLink{width:44px;height:44px;color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__Grjkva__footerSocialLink:hover{color:var(--accent-primary);background:#6366f126;border-color:#6366f166;transform:translateY(-5px)scale(1.1);box-shadow:0 0 20px #6366f133}.Footer-module__Grjkva__footerColumn h4{text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-lg);color:#fff;opacity:.9;font-size:.8rem;font-weight:800}.Footer-module__Grjkva__footerLink{color:var(--text-tertiary);width:fit-content;padding:4px 0;font-size:.9rem;transition:all .3s;display:block}.Footer-module__Grjkva__footerLink:hover{color:#fff;text-shadow:0 0 8px #ffffff4d;transform:translate(8px)}.Footer-module__Grjkva__techGroup{margin-bottom:var(--space-md);flex-direction:column;gap:2px;display:flex}.Footer-module__Grjkva__techGroup h5{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.7rem;font-weight:700}.Footer-module__Grjkva__techGroup span{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Footer-module__Grjkva__footerBottom{padding-top:var(--space-2xl);text-align:center;border-top:1px solid #ffffff0d;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__footerCopyright{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.Footer-module__Grjkva__footerCopyrightHeart{color:#f87171;animation:2s infinite Footer-module__Grjkva__heartBeat;display:inline-block}@keyframes Footer-module__Grjkva__heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.Footer-module__Grjkva__backToTop{bottom:var(--space-xl);right:var(--space-xl);border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;cursor:pointer;z-index:1000;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;box-shadow:0 4px 20px #0000004d}.Footer-module__Grjkva__backToTop:hover{transform:translateY(-8px)scale(1.1);box-shadow:0 10px 20px #6366f166}@media (max-width:1024px){.Footer-module__Grjkva__footerContent{grid-template-columns:1fr 1fr 1.2fr}}@media (max-width:768px){.Footer-module__Grjkva__footerContent{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.Footer-module__Grjkva__footerBrand{max-width:100%;margin:0 auto}.Footer-module__Grjkva__footerDescription{max-width:500px;margin:0 auto var(--space-xl)}.Footer-module__Grjkva__footerSocials,.Footer-module__Grjkva__techGroup{justify-content:center;align-items:center}.Footer-module__Grjkva__footerLink{margin:0 auto}.Footer-module__Grjkva__footerLink:hover{transform:translateY(-2px)}.Footer-module__Grjkva__footerBottom{gap:var(--space-xl);flex-direction:column}}
