.ThemeToggle-module__sGqMhG__toggle{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--radius-full);cursor:pointer;color:var(--text-primary);transition:all var(--transition-base);justify-content:center;align-items:center;padding:.5rem;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--primary);color:var(--text-inverse);border-color:var(--primary);box-shadow:var(--shadow-glow)}.ThemeToggle-module__sGqMhG__placeholder{width:40px;height:40px}
.Navigation-module__eB08ka__nav{z-index:1000;background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);transition:all var(--transition-base);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__nav.Navigation-module__eB08ka__scrolled{background:var(--bg-glass);border-bottom-color:var(--border-color);box-shadow:var(--shadow-md);padding:.5rem 0}.Navigation-module__eB08ka__container{max-width:1280px;padding:1rem var(--spacing-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navigation-module__eB08ka__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.Navigation-module__eB08ka__logo a{color:var(--text-primary);align-items:center;text-decoration:none;display:flex}.Navigation-module__eB08ka__logoText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navigation-module__eB08ka__logoAccent{color:var(--secondary);margin-left:2px}.Navigation-module__eB08ka__navLinks{gap:var(--spacing-lg);margin:0;padding:0;list-style:none;display:flex}.Navigation-module__eB08ka__navLinks li a{color:var(--text-secondary);transition:color var(--transition-base);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.Navigation-module__eB08ka__navLinks li a:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__navLinks li a:hover,.Navigation-module__eB08ka__navLinks li a.Navigation-module__eB08ka__active{color:var(--primary)}.Navigation-module__eB08ka__navLinks li a:hover:after,.Navigation-module__eB08ka__navLinks li a.Navigation-module__eB08ka__active:after{width:100%}.Navigation-module__eB08ka__navActions{align-items:center;gap:var(--spacing-sm);display:flex}.Navigation-module__eB08ka__mobileMenuBtn{color:var(--text-primary);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;padding:.5rem;display:none}.Navigation-module__eB08ka__mobileMenuBtn:hover{color:var(--primary)}.Navigation-module__eB08ka__mobileMenu{background:var(--bg-card);border-top:1px solid var(--border-color);overflow:hidden}.Navigation-module__eB08ka__mobileNavLinks{padding:var(--spacing-md);margin:0;list-style:none}.Navigation-module__eB08ka__mobileNavLinks li{margin-bottom:var(--spacing-sm)}.Navigation-module__eB08ka__mobileNavLinks li a{color:var(--text-secondary);padding:var(--spacing-sm);border-radius:var(--radius-md);transition:all var(--transition-base);font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.Navigation-module__eB08ka__mobileNavLinks li a:hover,.Navigation-module__eB08ka__mobileNavLinks li a.Navigation-module__eB08ka__active{color:var(--primary);background:var(--bg-tertiary)}@media (max-width:768px){.Navigation-module__eB08ka__navLinks{display:none}.Navigation-module__eB08ka__mobileMenuBtn{display:block}}@media (min-width:769px){.Navigation-module__eB08ka__mobileMenu{display:none}}
.Journey-module__GoTIAa__section{background:var(--bg-primary);padding:6rem 0;position:relative}.Journey-module__GoTIAa__timelineContainer{max-width:800px;margin:4rem auto 0;padding-left:2rem;position:relative}.Journey-module__GoTIAa__line{background:linear-gradient(to bottom,transparent,var(--primary)10%,var(--secondary)90%,transparent);width:2px;box-shadow:0 0 15px rgba(var(--primary-rgb),.5);z-index:0;position:absolute;top:0;bottom:0;left:29px}.Journey-module__GoTIAa__timelineItem{z-index:1;margin-bottom:3rem;padding-left:3rem;position:relative}.Journey-module__GoTIAa__timelineItem:last-child{margin-bottom:0}.Journey-module__GoTIAa__dot{background:rgba(var(--primary-rgb),.2);border:1px solid rgba(var(--primary-rgb),.5);width:32px;height:32px;box-shadow:0 0 20px rgba(var(--primary-rgb),.3);z-index:2;background:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;left:14px}.Journey-module__GoTIAa__line{left:29px}.Journey-module__GoTIAa__innerDot{background:var(--primary);width:12px;height:12px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite Journey-module__GoTIAa__pulse}@keyframes Journey-module__GoTIAa__pulse{0%{box-shadow:0 0 0 0 rgba(var(--primary-rgb),.7)}70%{box-shadow:0 0 0 10px rgba(var(--primary-rgb),0)}to{box-shadow:0 0 0 0 rgba(var(--primary-rgb),0)}}.Journey-module__GoTIAa__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.Journey-module__GoTIAa__card:hover{border-color:rgba(var(--primary-rgb),.5);background:#ffffff0d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.Journey-module__GoTIAa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.Journey-module__GoTIAa__date{color:var(--text-secondary);font-size:.85rem;font-family:var(--font-mono);align-items:center;gap:.4rem;display:flex}.Journey-module__GoTIAa__githubIcon{color:var(--text-secondary);transition:all .2s}.Journey-module__GoTIAa__card:hover .Journey-module__GoTIAa__githubIcon{color:var(--primary);transform:scale(1.1)}.Journey-module__GoTIAa__title{color:var(--text-primary);background:linear-gradient(to right,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Journey-module__GoTIAa__card:hover .Journey-module__GoTIAa__title{color:var(--primary);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Journey-module__GoTIAa__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Journey-module__GoTIAa__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Journey-module__GoTIAa__techTag{background:rgba(var(--primary-rgb),.1);color:var(--primary);border:1px solid rgba(var(--primary-rgb),.1);font-size:.8rem;font-family:var(--font-mono);border-radius:50px;padding:.25rem .75rem}@media (max-width:768px){.Journey-module__GoTIAa__timelineContainer{padding-left:1rem}.Journey-module__GoTIAa__line{left:21px}.Journey-module__GoTIAa__dot{width:32px;height:32px;left:6px}.Journey-module__GoTIAa__timelineItem{padding-left:3rem}}.Journey-module__GoTIAa__showMoreContainer{z-index:5;justify-content:center;margin-top:2rem;display:flex;position:relative}.Journey-module__GoTIAa__showMoreBtn{color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.8rem 2rem;font-size:.95rem;font-weight:500;transition:all .3s}.Journey-module__GoTIAa__showMoreBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb),.3);transform:translateY(-2px)}
.Contact-module__hcVmEa__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:var(--spacing-xl);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem}.Contact-module__hcVmEa__content{gap:var(--spacing-2xl);flex-direction:column;max-width:900px;margin:0 auto;display:flex}.Contact-module__hcVmEa__contactCards{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.Contact-module__hcVmEa__card{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--spacing-xl);text-align:center;border:1px solid var(--border-color);box-shadow:var(--shadow-md);transition:all var(--transition-base)}.Contact-module__hcVmEa__card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);transform:translateY(-4px)}.Contact-module__hcVmEa__cardIcon{width:70px;height:70px;margin:0 auto var(--spacing-md);background:var(--gradient-primary);border-radius:var(--radius-full);color:var(--text-inverse);justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__card h3{margin-bottom:var(--spacing-sm);color:var(--text-primary);font-size:1.25rem}.Contact-module__hcVmEa__card p{color:var(--text-secondary);margin-bottom:var(--spacing-md);font-size:1rem}.Contact-module__hcVmEa__copyBtn{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--radius-lg);font-family:var(--font-body);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-flex}.Contact-module__hcVmEa__copyBtn:hover{background:var(--primary);color:var(--text-inverse);border-color:var(--primary);transform:translateY(-2px)}.Contact-module__hcVmEa__socialSection{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--spacing-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.Contact-module__hcVmEa__socialTitle{text-align:center;margin-bottom:var(--spacing-lg);color:var(--text-primary);font-size:1.5rem}.Contact-module__hcVmEa__socialLinks{justify-content:center;gap:var(--spacing-lg);flex-wrap:wrap;display:flex}.Contact-module__hcVmEa__socialLink{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md);background:var(--bg-tertiary);border-radius:var(--radius-lg);border:2px solid var(--border-color);color:var(--text-primary);min-width:120px;transition:all var(--transition-base);flex-direction:column;text-decoration:none;display:flex}.Contact-module__hcVmEa__socialLink:hover{border-color:var(--social-color);background:var(--social-color);color:#fff}.Contact-module__hcVmEa__socialIcon{background:var(--bg-card);border-radius:var(--radius-full);width:50px;height:50px;transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__socialLink:hover .Contact-module__hcVmEa__socialIcon{background:#fff3}.Contact-module__hcVmEa__socialLink span{font-size:.95rem;font-weight:600}.Contact-module__hcVmEa__footer{margin-top:var(--spacing-2xl);padding-top:var(--spacing-xl);border-top:1px solid var(--border-color);text-align:center}.Contact-module__hcVmEa__footer p{color:var(--text-tertiary);font-size:.95rem}@media (max-width:640px){.Contact-module__hcVmEa__contactCards{grid-template-columns:1fr}.Contact-module__hcVmEa__socialLinks{flex-direction:column;align-items:stretch}.Contact-module__hcVmEa__socialLink{flex-direction:row;justify-content:flex-start}}
.PhoneMockup-module__WfIwAW__mockup{align-items:center;gap:var(--spacing-lg);flex-direction:column;display:flex;position:relative}.PhoneMockup-module__WfIwAW__phone{width:280px;height:560px;position:relative}.PhoneMockup-module__WfIwAW__phoneFrame{background:linear-gradient(145deg,#1e293b,#0f172a);border-radius:40px;width:100%;height:100%;padding:6px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,inset 0 0 0 1px #ffffff0d}.PhoneMockup-module__WfIwAW__notch{z-index:10;background:linear-gradient(145deg,#1e293b,#0f172a);border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-items:center;gap:8px;width:120px;height:24px;padding:0 16px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.PhoneMockup-module__WfIwAW__speaker{background:#ffffff26;border-radius:2px;width:50px;height:4px}.PhoneMockup-module__WfIwAW__camera{background:radial-gradient(circle,#4f46e5 0%,#1e293b 70%);border:1px solid #ffffff1a;border-radius:50%;width:8px;height:8px}.PhoneMockup-module__WfIwAW__screen{background:var(--bg-primary);border-radius:34px;width:100%;height:100%;position:relative;overflow:hidden}.PhoneMockup-module__WfIwAW__screenshot{width:100%;height:100%;position:absolute;top:0;left:0}.PhoneMockup-module__WfIwAW__mockupImage,.PhoneMockup-module__WfIwAW__screenshot img{object-fit:cover;width:100%;height:100%}.PhoneMockup-module__WfIwAW__homeIndicator{z-index:10;background:#ffffff4d;border-radius:2px;width:120px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.PhoneMockup-module__WfIwAW__glow{background:var(--gradient-primary);filter:blur(70px);opacity:.35;z-index:-1;border-radius:50%;width:130%;height:130%;animation:4s ease-in-out infinite PhoneMockup-module__WfIwAW__glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PhoneMockup-module__WfIwAW__dots{justify-content:center;gap:8px;display:flex}.PhoneMockup-module__WfIwAW__dot{background:var(--text-tertiary);cursor:pointer;width:8px;height:8px;transition:all var(--transition-base);border:none;border-radius:50%;padding:0}.PhoneMockup-module__WfIwAW__dot:hover{background:var(--primary);transform:scale(1.2)}.PhoneMockup-module__WfIwAW__dot.PhoneMockup-module__WfIwAW__active{background:var(--primary);border-radius:4px;width:24px}.PhoneMockup-module__WfIwAW__placeholderScreen{background:var(--bg-primary);width:100%;height:100%;padding:20px}.PhoneMockup-module__WfIwAW__placeholderHeader{align-items:center;gap:12px;margin-bottom:24px;padding-top:20px;display:flex}.PhoneMockup-module__WfIwAW__placeholderAvatar{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;flex-shrink:0;width:50px;height:50px}.PhoneMockup-module__WfIwAW__placeholderText{flex-direction:column;flex:1;gap:8px;display:flex}.PhoneMockup-module__WfIwAW__placeholderLine{background:var(--bg-tertiary);border-radius:6px;height:12px;animation:2s ease-in-out infinite PhoneMockup-module__WfIwAW__pulse}.PhoneMockup-module__WfIwAW__placeholderContent{flex-direction:column;gap:16px;display:flex}.PhoneMockup-module__WfIwAW__placeholderCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:16px}.PhoneMockup-module__WfIwAW__placeholderImage{background:linear-gradient(135deg,var(--primary-light),var(--accent));border-radius:12px;width:100%;height:120px;margin-bottom:12px}@keyframes PhoneMockup-module__WfIwAW__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes PhoneMockup-module__WfIwAW__glow{0%,to{opacity:.2}50%{opacity:.3}}@media (max-width:640px){.PhoneMockup-module__WfIwAW__phone{width:250px;height:500px}.PhoneMockup-module__WfIwAW__notch{width:120px;height:25px}.PhoneMockup-module__WfIwAW__speaker{width:50px}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{z-index:-1;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__gradientOrb1,.Hero-module__ZARIfG__gradientOrb2,.Hero-module__ZARIfG__gradientOrb3{filter:blur(80px);opacity:.3;border-radius:50%;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__gradientOrb1{background:var(--gradient-primary);width:500px;height:500px;animation-delay:0s;top:-200px;right:-100px}.Hero-module__ZARIfG__gradientOrb2{background:var(--gradient-secondary);width:400px;height:400px;animation-delay:2s;bottom:-150px;left:-100px}.Hero-module__ZARIfG__gradientOrb3{background:var(--gradient-accent);width:300px;height:300px;animation-delay:4s;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__container{max-width:1280px;padding:0 var(--spacing-md);width:100%;margin:0 auto}.Hero-module__ZARIfG__content{gap:var(--spacing-2xl);grid-template-columns:1.2fr .8fr;align-items:start;display:grid}.Hero-module__ZARIfG__textContent{z-index:1}.Hero-module__ZARIfG__badge{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);margin-bottom:var(--spacing-md);padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.Hero-module__ZARIfG__title{margin-bottom:var(--spacing-sm);color:var(--text-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__name{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__ZARIfG__subtitle{margin-bottom:var(--spacing-lg);color:var(--primary);letter-spacing:1px;text-transform:uppercase;flex-wrap:wrap;gap:.5rem;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:600;display:flex}.Hero-module__ZARIfG__buildPart{color:var(--text-secondary);text-transform:none;font-weight:500}.Hero-module__ZARIfG__theme_languages{--cat-color:#6366f1;--cat-bg:#6366f11a}.Hero-module__ZARIfG__theme_stateManagement{--cat-color:#f59e0b;--cat-bg:#f59e0b1a}.Hero-module__ZARIfG__theme_backend{--cat-color:#10b981;--cat-bg:#10b9811a}.Hero-module__ZARIfG__theme_architecture{--cat-color:#8b5cf6;--cat-bg:#8b5cf61a}.Hero-module__ZARIfG__theme_uiUx{--cat-color:#ec4899;--cat-bg:#ec48991a}.Hero-module__ZARIfG__theme_toolsDevOps{--cat-color:#06b6d4;--cat-bg:#06b6d41a}.Hero-module__ZARIfG__theme_testing{--cat-color:#ef4444;--cat-bg:#ef444426}.Hero-module__ZARIfG__theme_default{--cat-color:var(--primary);--cat-bg:#6366f126}.Hero-module__ZARIfG__skillStack{--primary-rgb:99,102,241;margin-bottom:var(--spacing-xl);flex-direction:column;gap:.75rem;max-width:650px;min-height:180px;display:flex}.Hero-module__ZARIfG__skeletonContainer,.Hero-module__ZARIfG__realSkillStack{flex-direction:column;gap:.75rem;width:100%;display:flex}.Hero-module__ZARIfG__skillCategory{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;align-items:flex-start;gap:.5rem;padding:.6rem 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Hero-module__ZARIfG__skillCategory:before{content:"";background:var(--cat-color,var(--primary));opacity:.3;width:2px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Hero-module__ZARIfG__skillCategory:hover{border-color:rgba(var(--primary-rgb),.2);background:#ffffff0a;transform:translate(8px);box-shadow:0 4px 20px #0003}.Hero-module__ZARIfG__skillCategory:hover:before{opacity:1}.Hero-module__ZARIfG__categoryHeader{width:200px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;flex-shrink:0;align-items:center;gap:.75rem;font-size:.8rem;font-weight:800;transition:color .3s;display:flex}.Hero-module__ZARIfG__skillCategory:hover .Hero-module__ZARIfG__categoryHeader{color:var(--text-primary)}.Hero-module__ZARIfG__categoryHeader svg{color:var(--cat-color,var(--primary));font-size:1.2rem;transition:transform .3s}.Hero-module__ZARIfG__skillCategory:hover .Hero-module__ZARIfG__categoryHeader svg{transform:scale(1.2)}.Hero-module__ZARIfG__tagsSeparator{color:var(--cat-color,var(--primary));opacity:.5;padding-top:.1rem;font-weight:700;transition:opacity .3s}.Hero-module__ZARIfG__skillCategory:hover .Hero-module__ZARIfG__tagsSeparator{opacity:1}.Hero-module__ZARIfG__tags{flex-wrap:wrap;flex:1;gap:.3rem;padding-left:.8rem;display:flex}.Hero-module__ZARIfG__tag{color:var(--text-secondary);padding:.1rem 0;font-size:.9rem;font-weight:500;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;background:0 0!important;border:none!important;border-radius:0!important}.Hero-module__ZARIfG__skillCategory:hover .Hero-module__ZARIfG__tag{color:var(--text-primary);box-shadow:none;transform:none}.Hero-module__ZARIfG__skeleton{cursor:default}.Hero-module__ZARIfG__skeleton:hover{background:#ffffff0d;transform:none}.Hero-module__ZARIfG__skeletonIcon{background:#ffffff1a;border-radius:4px;width:1.2rem;height:1.2rem;animation:1.5s ease-in-out infinite Hero-module__ZARIfG__skeleton-pulse}.Hero-module__ZARIfG__skeletonText{background:#ffffff1a;border-radius:4px;height:.8rem;animation:1.5s ease-in-out infinite Hero-module__ZARIfG__skeleton-pulse}@keyframes Hero-module__ZARIfG__skeleton-pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.Hero-module__ZARIfG__socialLinks{gap:var(--spacing-lg);margin-bottom:var(--spacing-lg);padding-left:.5rem;display:flex}.Hero-module__ZARIfG__socialIcon{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.Hero-module__ZARIfG__socialIcon:hover{color:var(--primary);transform:translateY(-3px)}.Hero-module__ZARIfG__ctaButtons{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__mockupContainer{z-index:1;justify-content:center;align-items:start;height:fit-content;display:flex;position:sticky;top:120px}@media (max-width:968px){.Hero-module__ZARIfG__content{gap:var(--spacing-xl);grid-template-columns:1fr}.Hero-module__ZARIfG__mockupContainer{order:-1;max-width:400px;margin:0 auto}.Hero-module__ZARIfG__textContent{text-align:center}.Hero-module__ZARIfG__description{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__ctaButtons{justify-content:center}.Hero-module__ZARIfG__skillStack{margin:0 auto var(--spacing-xl)}.Hero-module__ZARIfG__skillCategory{text-align:center;flex-direction:column;align-items:center;gap:.5rem}.Hero-module__ZARIfG__categoryHeader{justify-content:center;min-width:auto}.Hero-module__ZARIfG__tags{justify-content:center}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding-top:60px}.Hero-module__ZARIfG__ctaButtons{flex-direction:column}.Hero-module__ZARIfG__ctaButtons .Hero-module__ZARIfG__btn{justify-content:center;width:100%}.Hero-module__ZARIfG__stats{gap:var(--spacing-md);flex-direction:column}}
.EngagementBar-module__ZN8spq__engagementBar{justify-content:space-between;align-items:center;width:100%;margin-top:.5rem;display:flex}.EngagementBar-module__ZN8spq__leftActions,.EngagementBar-module__ZN8spq__rightLinks{align-items:center;gap:1.25rem;display:flex}.EngagementBar-module__ZN8spq__rightLinks{gap:1rem}.EngagementBar-module__ZN8spq__interactionBtn{color:#ffffffb3;cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:.5rem;padding:.4rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.EngagementBar-module__ZN8spq__interactionBtn svg{font-size:1.5rem}.EngagementBar-module__ZN8spq__interactionBtn span{font-size:1rem;font-weight:600}.EngagementBar-module__ZN8spq__interactionBtn:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.EngagementBar-module__ZN8spq__interactionBtn.EngagementBar-module__ZN8spq__active{color:#ef4444}.EngagementBar-module__ZN8spq__interactionBtn.EngagementBar-module__ZN8spq__active svg{filter:drop-shadow(0 0 8px #ef444466)}.EngagementBar-module__ZN8spq__interactionBtn.EngagementBar-module__ZN8spq__shareBtn:hover,.EngagementBar-module__ZN8spq__interactionBtn.EngagementBar-module__ZN8spq__githubBtn:hover{background:rgba(var(--primary-rgb),.1);color:var(--primary)}.EngagementBar-module__ZN8spq__githubBtn svg{font-size:1.4rem}.EngagementBar-module__ZN8spq__extraLink{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background:rgba(var(--primary-rgb),.08);border-radius:var(--radius-md);align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.EngagementBar-module__ZN8spq__extraLink svg{font-size:1rem}.EngagementBar-module__ZN8spq__extraLink:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.EngagementBar-module__ZN8spq__inCard .EngagementBar-module__ZN8spq__interactionBtn svg{font-size:1.2rem}.EngagementBar-module__ZN8spq__inModal .EngagementBar-module__ZN8spq__interactionBtn svg{font-size:1.5rem}.EngagementBar-module__ZN8spq__inModal .EngagementBar-module__ZN8spq__interactionBtn{color:var(--text-secondary)}.EngagementBar-module__ZN8spq__inModal .EngagementBar-module__ZN8spq__interactionBtn:hover{color:var(--primary);background:rgba(var(--primary-rgb),.1)}@keyframes EngagementBar-module__ZN8spq__heartPop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.EngagementBar-module__ZN8spq__interactionBtn.EngagementBar-module__ZN8spq__active svg{animation:.4s EngagementBar-module__ZN8spq__heartPop}
.ProjectCard-module__U_VZua__card{cursor:pointer;height:480px;display:block}.ProjectCard-module__U_VZua__cardInner{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);z-index:1;flex-direction:column;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__thumbnail{z-index:1;width:100%;height:280px;transition:height .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__thumbnail{height:160px}.ProjectCard-module__U_VZua__imageWrapper{background:var(--bg-tertiary);width:100%;height:100%}.ProjectCard-module__U_VZua__projectImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__projectImage{transform:scale(1.05)}.ProjectCard-module__U_VZua__placeholderImage{background:var(--gradient-primary);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProjectCard-module__U_VZua__iconWrapper{filter:brightness(1.2);font-size:4rem}.ProjectCard-module__U_VZua__featuredBadge{background:var(--gradient-accent);color:var(--text-inverse);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-md);padding:.375rem .875rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ProjectCard-module__U_VZua__linksOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;z-index:5;background:#0006;justify-content:center;align-items:center;gap:1rem;transition:all .3s;display:flex;position:absolute;inset:0}.ProjectCard-module__U_VZua__linkIcon:hover{color:var(--primary);transform:translateY(-4px)}.ProjectCard-module__U_VZua__linksOverlay{display:none}.ProjectCard-module__U_VZua__content{background:var(--bg-card);flex-direction:column;flex:1;gap:.35rem;padding:1.25rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.ProjectCard-module__U_VZua__category{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.ProjectCard-module__U_VZua__title{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:800;line-height:1.3}.ProjectCard-module__U_VZua__techStackContainer{flex-direction:column;gap:.5rem;margin:.5rem 0;display:flex}.ProjectCard-module__U_VZua__technologies,.ProjectCard-module__U_VZua__tools{flex-wrap:wrap;gap:.35rem;display:flex}.ProjectCard-module__U_VZua__techPill,.ProjectCard-module__U_VZua__toolPill{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.3px;padding:.2rem .6rem;font-size:.725rem;font-weight:700}.ProjectCard-module__U_VZua__techPill{background:rgba(var(--primary-rgb),.1);color:var(--primary);border:1px solid rgba(var(--primary-rgb),.1)}.ProjectCard-module__U_VZua__toolPill{background:var(--bg-tertiary);color:var(--text-tertiary);border:1px solid var(--border-color)}.ProjectCard-module__U_VZua__revealContent{opacity:0;max-height:0;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__revealContent{opacity:1;max-height:500px;margin-top:.5rem;transition:max-height .8s cubic-bezier(.16,1,.3,1),opacity .4s ease-out .1s}.ProjectCard-module__U_VZua__description{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.825rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProjectCard-module__U_VZua__engagementWrapper{border-top:1px solid var(--border-color);margin-top:auto;padding-top:.75rem}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__cardInner{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary)}
.Projects-module__2BoJ-q__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:var(--spacing-xl);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem}.Projects-module__2BoJ-q__filterContainer{gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);flex-wrap:wrap;justify-content:center;display:flex}.Projects-module__2BoJ-q__filterBtn{color:var(--text-secondary);cursor:pointer;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Projects-module__2BoJ-q__filterBtn:hover{border-color:rgba(var(--primary-rgb),.5);color:var(--text-primary);box-shadow:0 0 15px rgba(var(--primary-rgb),.15);background:#ffffff0d}.Projects-module__2BoJ-q__activeTabText{text-shadow:0 2px 4px #0000004d;font-weight:600;color:#fff!important}.Projects-module__2BoJ-q__activeTabBg{background:linear-gradient(135deg,var(--primary),var(--secondary));z-index:-1;box-shadow:0 4px 15px rgba(var(--primary-rgb),.4);border-radius:50px;position:absolute;inset:0}.Projects-module__2BoJ-q__projectsGrid{gap:var(--spacing-xl);grid-template-columns:repeat(3,1fr);display:grid}.Projects-module__2BoJ-q__emptyState{text-align:center;padding:var(--spacing-2xl);color:var(--text-tertiary);font-size:1.1rem}@media (max-width:1024px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:1fr}.Projects-module__2BoJ-q__filterContainer{gap:.5rem}.Projects-module__2BoJ-q__filterBtn{padding:.6rem 1.2rem;font-size:.875rem}}
.ProjectDetails-module__s4IxYa__detailsSection{background:var(--bg-primary);min-height:100vh;padding:2rem 0 0;position:relative}.ProjectDetails-module__s4IxYa__backBtnRevamped{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.ProjectDetails-module__s4IxYa__grid{grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:5rem;display:grid}@media (max-width:992px){.ProjectDetails-module__s4IxYa__grid{grid-template-columns:1fr;gap:3rem}}.ProjectDetails-module__s4IxYa__headerInfo{margin-bottom:2rem}.ProjectDetails-module__s4IxYa__categoryBadge{background:rgba(var(--primary-rgb),.1);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;padding:.35rem .8rem;font-size:.8rem;font-weight:800;display:inline-block}.ProjectDetails-module__s4IxYa__titlePremium{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:950;line-height:1.05}.ProjectDetails-module__s4IxYa__metaTop{align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.ProjectDetails-module__s4IxYa__projectDate{color:var(--text-tertiary);letter-spacing:.5px;font-size:.95rem;font-weight:700}.ProjectDetails-module__s4IxYa__specsArchitecture{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0;padding:2.5rem;display:grid;position:relative;overflow:hidden}.ProjectDetails-module__s4IxYa__specsArchitecture:before{content:"";background:var(--gradient-primary);width:4px;height:100%;position:absolute;top:0;left:0}.ProjectDetails-module__s4IxYa__specColumn{flex-direction:column;gap:1.25rem;display:flex}.ProjectDetails-module__s4IxYa__specHeader{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:.75rem;font-size:.8rem;font-weight:800;display:flex}.ProjectDetails-module__s4IxYa__specIcon{color:var(--primary);font-size:1.25rem}.ProjectDetails-module__s4IxYa__specContent{flex-wrap:wrap;gap:.6rem;display:flex}.ProjectDetails-module__s4IxYa__techPillPremium,.ProjectDetails-module__s4IxYa__toolPillPremium{border-radius:var(--radius-lg);padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.ProjectDetails-module__s4IxYa__techPillPremium{background:rgba(var(--primary-rgb),.1);color:var(--primary);border:1px solid rgba(var(--primary-rgb),.1)}.ProjectDetails-module__s4IxYa__techPillPremium:hover{background:var(--primary);color:#fff}.ProjectDetails-module__s4IxYa__toolPillPremium{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color)}.ProjectDetails-module__s4IxYa__toolPillPremium:hover{border-color:var(--primary);color:var(--primary)}.ProjectDetails-module__s4IxYa__specSummary{color:var(--text-secondary);margin:0;font-size:1rem;font-weight:500;line-height:1.6}.ProjectDetails-module__s4IxYa__fullDescriptionPremium{color:var(--text-secondary);max-width:90%;margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.ProjectDetails-module__s4IxYa__infoCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);flex-direction:column;gap:2.5rem;padding:2.5rem;display:flex}.ProjectDetails-module__s4IxYa__sectionHeader{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.ProjectDetails-module__s4IxYa__sectionIcon{font-size:1.5rem}.ProjectDetails-module__s4IxYa__infoSection h3{margin:0;font-size:1.5rem;font-weight:800}.ProjectDetails-module__s4IxYa__featuresListPremium{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;padding:0;list-style:none;display:grid}.ProjectDetails-module__s4IxYa__featuresListPremium li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:1.05rem;font-weight:600;display:flex}.ProjectDetails-module__s4IxYa__featureBullet{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ProjectDetails-module__s4IxYa__divider{background:var(--border-color);width:100%;height:1px}.ProjectDetails-module__s4IxYa__stackSection h3{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.25rem}.ProjectDetails-module__s4IxYa__techGridPremium{flex-wrap:wrap;gap:.75rem;display:flex}.ProjectDetails-module__s4IxYa__techPill,.ProjectDetails-module__s4IxYa__toolPill{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-full);padding:.5rem 1.25rem;font-size:.9rem;font-weight:700}.ProjectDetails-module__s4IxYa__techPill{color:var(--primary)}.ProjectDetails-module__s4IxYa__mockupContainerFocused{z-index:10;justify-content:center;align-self:flex-start;height:calc(100vh - 120px);display:flex;position:sticky;top:100px}.ProjectDetails-module__s4IxYa__heroMockupWrapper{transform-origin:top;justify-content:center;align-items:flex-start;padding:1rem;display:flex;position:relative;transform:scale(.85)}.ProjectDetails-module__s4IxYa__mockupGlow{background:var(--gradient-primary);filter:blur(80px);opacity:.15;z-index:-1;width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProjectDetails-module__s4IxYa__tabbedSlider{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-2xl);flex-direction:column;margin:3.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.ProjectDetails-module__s4IxYa__tabbedSlider:hover{border-color:rgba(var(--primary-rgb),.3);box-shadow:0 25px 60px #00000040}.ProjectDetails-module__s4IxYa__tabHeaders{background:rgba(var(--primary-rgb),.04);border-bottom:1px solid var(--border-color);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;gap:.5rem;padding:.75rem;display:flex;position:sticky;top:0}.ProjectDetails-module__s4IxYa__tabLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;border-radius:var(--radius-xl);z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-size:.85rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ProjectDetails-module__s4IxYa__tabLabel:hover{color:var(--text-primary);background:#ffffff08}.ProjectDetails-module__s4IxYa__tabLabel.ProjectDetails-module__s4IxYa__active{color:var(--primary)}.ProjectDetails-module__s4IxYa__pillsIndicator{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);z-index:-1;box-shadow:var(--shadow-lg);position:absolute;inset:0}.ProjectDetails-module__s4IxYa__tabProgress{background:var(--gradient-primary);border-radius:var(--radius-full);z-index:5;width:70%;height:3px;box-shadow:0 2px 12px rgba(var(--primary-rgb),.8);position:absolute;bottom:-4px;left:15%}.ProjectDetails-module__s4IxYa__tabContentArea{background:radial-gradient(circle at top left,rgba(var(--primary-rgb),.03),transparent 40%);min-height:360px;padding:3.5rem;position:relative}.ProjectDetails-module__s4IxYa__tabPane{flex-direction:column;gap:2.5rem;display:flex}.ProjectDetails-module__s4IxYa__tabPaneTitle{align-items:center;gap:1.5rem;display:flex}.ProjectDetails-module__s4IxYa__tabIcon{background:var(--bg-tertiary);width:60px;height:60px;color:var(--primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);justify-content:center;align-items:center;font-size:2rem;display:flex}.ProjectDetails-module__s4IxYa__tabPaneTitle h3{letter-spacing:-1px;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:950}.ProjectDetails-module__s4IxYa__tabTextContent{color:var(--text-secondary);max-width:90%;margin:0;font-size:1.25rem;font-weight:500;line-height:2}.ProjectDetails-module__s4IxYa__tabListContent{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0;list-style:none;display:grid}.ProjectDetails-module__s4IxYa__tabListContent li{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:var(--radius-2xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1.5rem;padding:1.75rem;font-size:1.15rem;line-height:1.7;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.ProjectDetails-module__s4IxYa__tabListContent li:hover{background:var(--bg-card);border-color:var(--primary);box-shadow:var(--shadow-xl);transform:translateY(-8px)scale(1.02)}.ProjectDetails-module__s4IxYa__bulletIndicator{background:var(--primary);width:12px;height:12px;box-shadow:0 0 20px rgba(var(--primary-rgb),1);border:2px solid var(--bg-card);border-radius:50%;flex-shrink:0;margin-top:.65rem}@media (max-width:992px){.ProjectDetails-module__s4IxYa__tabContentArea{padding:2.5rem}.ProjectDetails-module__s4IxYa__tabTextContent{max-width:100%;font-size:1.15rem}}@media (max-width:768px){.ProjectDetails-module__s4IxYa__tabHeaders{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;padding:.5rem;overflow-x:auto}.ProjectDetails-module__s4IxYa__tabLabel{white-space:nowrap;flex-shrink:0;padding:.6rem 1rem;font-size:.75rem}.ProjectDetails-module__s4IxYa__tabPaneTitle h3{font-size:1.5rem}.ProjectDetails-module__s4IxYa__tabHeaders{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.ProjectDetails-module__s4IxYa__tabLabel{white-space:nowrap;flex-shrink:0}.ProjectDetails-module__s4IxYa__tabContentArea{padding:1.5rem}.ProjectDetails-module__s4IxYa__tabListContent{grid-template-columns:1fr}}.ProjectDetails-module__s4IxYa__gallerySection{background:rgba(var(--primary-rgb),.02);border-top:1px solid var(--border-color);z-index:20;margin-top:4rem;padding:6rem 0;position:relative}.ProjectDetails-module__s4IxYa__galleryHeader{text-align:center;margin-bottom:4rem}.ProjectDetails-module__s4IxYa__galleryHeader h2{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:900}.ProjectDetails-module__s4IxYa__screenshotGrid{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;display:grid}@media (max-width:1200px){.ProjectDetails-module__s4IxYa__screenshotGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.ProjectDetails-module__s4IxYa__screenshotGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ProjectDetails-module__s4IxYa__screenshotGrid{grid-template-columns:1fr}}.ProjectDetails-module__s4IxYa__gridItem{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.ProjectDetails-module__s4IxYa__miniMockup{width:100%;max-width:300px;transition:transform .4s;transform:scale(.9)}.ProjectDetails-module__s4IxYa__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ProjectDetails-module__s4IxYa__modalContent{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-2xl);width:100%;max-width:1200px;height:85vh;box-shadow:var(--shadow-2xl);display:flex;position:relative;overflow:hidden}.ProjectDetails-module__s4IxYa__closeButton{color:#fff;cursor:pointer;z-index:20;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProjectDetails-module__s4IxYa__closeButton:hover{background:var(--primary);transform:scale(1.1)}.ProjectDetails-module__s4IxYa__modalImageSection{background:#000;flex:1.5;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.ProjectDetails-module__s4IxYa__modalImage{object-fit:contain;border-radius:var(--radius-lg);max-width:100%;max-height:100%;box-shadow:0 20px 40px #0006}.ProjectDetails-module__s4IxYa__modalInfoSection{background:var(--bg-card);flex-direction:column;flex:1;gap:2rem;padding:3rem;display:flex;overflow-y:auto}.ProjectDetails-module__s4IxYa__modalTitle{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1.2}.ProjectDetails-module__s4IxYa__modalDescription{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.ProjectDetails-module__s4IxYa__modalFeatures{flex-direction:column;gap:1rem;display:flex}.ProjectDetails-module__s4IxYa__modalFeatures h4{text-transform:uppercase;letter-spacing:1px;color:var(--text-tertiary);margin:0;font-size:.9rem}.ProjectDetails-module__s4IxYa__featureChips{flex-wrap:wrap;gap:.75rem;display:flex}.ProjectDetails-module__s4IxYa__featureChip{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);padding:.5rem 1rem;font-size:.9rem;font-weight:500}.ProjectDetails-module__s4IxYa__noMetadata{height:100%;color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}@media (max-width:900px){.ProjectDetails-module__s4IxYa__modalContent{flex-direction:column;max-width:500px;height:90vh}.ProjectDetails-module__s4IxYa__modalImageSection{flex:1;padding:1rem}.ProjectDetails-module__s4IxYa__modalInfoSection{flex:1;padding:1.5rem}.ProjectDetails-module__s4IxYa__modalTitle{font-size:1.5rem}}
