.SidebarNav-module__j3VbRW__topHeader{z-index:999;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}.SidebarNav-module__j3VbRW__headerContainer{justify-content:space-between;align-items:center;max-width:1320px;height:100%;margin:0 auto;padding:0 2.5rem;display:flex}.SidebarNav-module__j3VbRW__logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800;text-decoration:none;transition:color .3s}.SidebarNav-module__j3VbRW__logo:hover{color:var(--accent-primary)}.SidebarNav-module__j3VbRW__logoDot{color:var(--accent-primary);opacity:1}.SidebarNav-module__j3VbRW__headerActions{align-items:center;gap:1rem;display:flex}.SidebarNav-module__j3VbRW__themeToggleBtn{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;transition:all .25s;display:flex}.SidebarNav-module__j3VbRW__themeToggleBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-glow)}.SidebarNav-module__j3VbRW__menuBtn{color:var(--text-primary);cursor:pointer;border:1px solid var(--border-color);font-weight:600;font-family:var(--font-body);background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;transition:all .25s;display:flex}.SidebarNav-module__j3VbRW__menuBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 20px -5px #b2d5e51a}.SidebarNav-module__j3VbRW__menuBtn:active{transform:translateY(0)}.SidebarNav-module__j3VbRW__overlay{opacity:0;visibility:hidden;z-index:998;background:#000000b3;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.SidebarNav-module__j3VbRW__overlayActive{opacity:1;visibility:visible}.SidebarNav-module__j3VbRW__sidebar{background:var(--bg-primary);border-left:1px solid var(--border-color);z-index:1000;flex-direction:column;width:380px;height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-30px 0 80px -20px #000c}.SidebarNav-module__j3VbRW__sidebarOpen{transform:translate(0)}.SidebarNav-module__j3VbRW__sidebarHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:2rem;display:flex}.SidebarNav-module__j3VbRW__sidebarTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.SidebarNav-module__j3VbRW__closeBtn{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:flex}.SidebarNav-module__j3VbRW__closeBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-glow)}.SidebarNav-module__j3VbRW__sidebarNav{flex-direction:column;flex:1;padding:1.5rem 0;display:flex;overflow-y:auto}.SidebarNav-module__j3VbRW__sidebarNav::-webkit-scrollbar{width:6px}.SidebarNav-module__j3VbRW__sidebarNav::-webkit-scrollbar-track{background:0 0}.SidebarNav-module__j3VbRW__sidebarNav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.SidebarNav-module__j3VbRW__navItem{color:var(--text-secondary);font-weight:500;font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;padding:1rem 2rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.SidebarNav-module__j3VbRW__navItem:before{content:"";background:var(--accent-primary);opacity:0;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.SidebarNav-module__j3VbRW__navItem:hover{color:var(--accent-primary);background:var(--accent-glow);padding-left:2.25rem}.SidebarNav-module__j3VbRW__navItem:hover:before{opacity:1}.SidebarNav-module__j3VbRW__navArrow{opacity:0;margin-left:auto;transition:all .3s;transform:translate(-8px)}.SidebarNav-module__j3VbRW__navItem:hover .SidebarNav-module__j3VbRW__navArrow{opacity:1;transform:translate(0)}.SidebarNav-module__j3VbRW__sidebarFooter{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:2rem;display:flex}.SidebarNav-module__j3VbRW__footerInfo{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.SidebarNav-module__j3VbRW__footerLabel{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.SidebarNav-module__j3VbRW__footerSub{color:var(--text-secondary);font-size:.85rem}.SidebarNav-module__j3VbRW__sidebarThemeBtn{border:1px solid var(--border-color);color:var(--text-primary);font-weight:500;font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;transition:all .25s;display:flex}.SidebarNav-module__j3VbRW__sidebarThemeBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-glow)}@media (max-width:768px){.SidebarNav-module__j3VbRW__sidebar{width:100%;max-width:320px}.SidebarNav-module__j3VbRW__menuBtn span{display:none}.SidebarNav-module__j3VbRW__menuBtn{justify-content:center;width:44px;height:44px;padding:0}.SidebarNav-module__j3VbRW__headerContainer{padding:0 1rem}.SidebarNav-module__j3VbRW__sidebarNav{padding:1rem 0}.SidebarNav-module__j3VbRW__navItem{padding:.875rem 1.5rem}}
.Hero-module__Z8hQ_W__heroSection{align-items:center;width:100%;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__glow{background:radial-gradient(circle, var(--accent-glow) 0%, #02020200 70%);z-index:-1;opacity:.7;pointer-events:none;border-radius:50%;width:800px;height:800px;transition:opacity .4s;position:absolute;top:50%;left:-20%;transform:translateY(-50%)}[data-theme=light] .Hero-module__Z8hQ_W__glow{opacity:.4}.Hero-module__Z8hQ_W__glowRight{background:radial-gradient(circle, var(--accent-glow) 0%, #02020200 70%);z-index:-1;opacity:.5;pointer-events:none;border-radius:50%;width:600px;height:600px;transition:opacity .4s;position:absolute;top:40%;right:-15%;transform:translateY(-50%)}.Hero-module__Z8hQ_W__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;width:100%;min-width:0;display:grid}.Hero-module__Z8hQ_W__content{flex-direction:column;gap:1.75rem;min-width:0;display:flex}.Hero-module__Z8hQ_W__role{font-family:var(--font-heading);color:var(--accent-primary);letter-spacing:1.5px;text-transform:uppercase;opacity:.9;font-size:1.1rem;font-weight:600}.Hero-module__Z8hQ_W__title{letter-spacing:-.04em;color:var(--text-primary);word-break:break-word;font-size:4.2rem;font-weight:800;line-height:1.08}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);letter-spacing:-.01em;max-width:520px;font-size:1.15rem;font-weight:400;line-height:1.7}.Hero-module__Z8hQ_W__buttons{flex-wrap:wrap;gap:1.25rem;margin-top:.5rem;display:flex}.Hero-module__Z8hQ_W__btnPrimary{color:var(--accent-primary);border:1px solid var(--accent-primary);letter-spacing:-.01em;box-shadow:var(--shadow-subtle);background:0 0;border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 30px 60px -12px #b2d5e526,inset 0 0 0 1px #ffffff1a}.Hero-module__Z8hQ_W__btnSecondary{color:var(--text-primary);border:1px solid var(--border-color);letter-spacing:-.01em;background:0 0;border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.Hero-module__Z8hQ_W__btnSecondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px)}.Hero-module__Z8hQ_W__socials{align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.Hero-module__Z8hQ_W__socialIcon{color:var(--text-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.85rem;transition:all .25s;display:flex}.Hero-module__Z8hQ_W__socialIcon:hover{color:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 20px 40px -12px #b2d5e51a}.Hero-module__Z8hQ_W__visualWrapper{width:100%;min-width:0;position:relative}.Hero-module__Z8hQ_W__codeCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);border-radius:20px;width:100%;min-width:0;transition:all .5s;overflow:hidden}.Hero-module__Z8hQ_W__codeCard:hover{transform:translateY(-6px);box-shadow:0 40px 80px -12px #b2d5e526,inset 0 0 0 1px #b2d5e533}.Hero-module__Z8hQ_W__cardHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.9rem 1.5rem;display:flex}.Hero-module__Z8hQ_W__dots{gap:.5rem;display:flex}.Hero-module__Z8hQ_W__dotRed,.Hero-module__Z8hQ_W__dotYellow,.Hero-module__Z8hQ_W__dotGreen{border-radius:50%;width:12px;height:12px}.Hero-module__Z8hQ_W__dotRed{background:#ff5f56}.Hero-module__Z8hQ_W__dotYellow{background:#ffbd2e}.Hero-module__Z8hQ_W__dotGreen{background:#27c93f}.Hero-module__Z8hQ_W__fileName{color:var(--text-secondary);font-family:JetBrains Mono,monospace;font-size:.85rem}.Hero-module__Z8hQ_W__cardBody{background:var(--bg-card);min-width:0;padding:1.75rem;overflow-x:auto}.Hero-module__Z8hQ_W__preCode{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0;font-family:JetBrains Mono,monospace;font-size:.88rem;line-height:1.75}.Hero-module__Z8hQ_W__keyword{color:#ff79c6;font-weight:600}.Hero-module__Z8hQ_W__variable{color:#50fa7b}.Hero-module__Z8hQ_W__string{color:var(--accent-primary)}.Hero-module__Z8hQ_W__boolean{color:#bd93f9;font-style:italic}@media (max-width:1200px){.Hero-module__Z8hQ_W__grid{gap:3.5rem}.Hero-module__Z8hQ_W__title{font-size:3.5rem}}@media (max-width:992px){.Hero-module__Z8hQ_W__heroSection{min-height:auto;padding:110px 0 60px}.Hero-module__Z8hQ_W__grid{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__Z8hQ_W__content{align-items:center}.Hero-module__Z8hQ_W__title{font-size:3rem}.Hero-module__Z8hQ_W__subtitle{max-width:580px}.Hero-module__Z8hQ_W__visualWrapper{width:100%;max-width:540px;margin:0 auto}.Hero-module__Z8hQ_W__glow{width:500px;height:500px;left:-30%}.Hero-module__Z8hQ_W__glowRight{width:400px;height:400px;right:-20%}.Hero-module__Z8hQ_W__socials{justify-content:center}}@media (max-width:768px){.Hero-module__Z8hQ_W__heroSection{padding:100px 0 50px}.Hero-module__Z8hQ_W__title{font-size:2.35rem;line-height:1.15}.Hero-module__Z8hQ_W__subtitle{font-size:1rem;line-height:1.6}.Hero-module__Z8hQ_W__buttons{flex-direction:column;width:100%;max-width:300px;margin:.5rem auto 0}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{justify-content:center;width:100%;padding:.85rem 1.5rem}.Hero-module__Z8hQ_W__cardBody{padding:1.25rem}.Hero-module__Z8hQ_W__preCode{font-size:.8rem;line-height:1.6}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroSection{padding:90px 0 40px}.Hero-module__Z8hQ_W__title{font-size:1.95rem}.Hero-module__Z8hQ_W__subtitle{font-size:.92rem}.Hero-module__Z8hQ_W__buttons{max-width:100%}.Hero-module__Z8hQ_W__cardBody{padding:1rem}.Hero-module__Z8hQ_W__preCode{font-size:.72rem;line-height:1.55}.Hero-module__Z8hQ_W__fileName{font-size:.75rem}}
.TechStackTicker-module__ih2eTa__transitionWrapper{box-sizing:border-box;z-index:20;pointer-events:auto;justify-content:center;width:100%;max-width:100%;margin-top:-2.5rem;margin-bottom:-2.5rem;padding:0 12px;display:flex;position:relative;overflow:hidden}.TechStackTicker-module__ih2eTa__gapRibbon{box-sizing:border-box;background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-color);border-radius:20px;width:100%;max-width:100%;padding:1.25rem 0 1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #000000b3,0 0 20px #b2d5e50d,inset 0 1px #b2d5e51f}.TechStackTicker-module__ih2eTa__gapRibbon:hover{border-color:#b2d5e54d;box-shadow:0 30px 70px -12px #000c,0 0 30px #b2d5e51a,inset 0 1px #b2d5e540}.TechStackTicker-module__ih2eTa__headerLabel{justify-content:center;align-items:center;gap:.6rem;margin-bottom:.9rem;padding:0 1.5rem;display:flex}.TechStackTicker-module__ih2eTa__pulseDot{background:var(--accent-primary);width:6px;height:6px;box-shadow:0 0 8px var(--accent-primary);border-radius:50%;animation:2s infinite TechStackTicker-module__ih2eTa__pulse;display:inline-block}.TechStackTicker-module__ih2eTa__labelText{letter-spacing:.15em;color:var(--text-secondary);text-transform:uppercase;font-size:.72rem;font-weight:700}.TechStackTicker-module__ih2eTa__marqueeTrack{-webkit-user-select:none;user-select:none;width:100%;max-width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%)}.TechStackTicker-module__ih2eTa__marqueeTrack:hover .TechStackTicker-module__ih2eTa__marqueeContent{animation-play-state:paused}.TechStackTicker-module__ih2eTa__marqueeContent{will-change:transform;flex-shrink:0;align-items:center;gap:1.15rem;padding-right:1.15rem;animation:38s linear infinite TechStackTicker-module__ih2eTa__scrollMarquee;display:flex}.TechStackTicker-module__ih2eTa__techCard{border:1px solid var(--border-color);white-space:nowrap;cursor:default;background:#ffffff08;border-radius:12px;align-items:center;gap:.85rem;padding:.65rem 1.15rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.TechStackTicker-module__ih2eTa__techCard:hover{border-color:var(--accent-primary);background:#b2d5e514;transform:translateY(-2px);box-shadow:0 8px 20px -6px #b2d5e540}.TechStackTicker-module__ih2eTa__techIcon{color:var(--accent-primary);justify-content:center;align-items:center;transition:transform .25s;display:flex}.TechStackTicker-module__ih2eTa__techCard:hover .TechStackTicker-module__ih2eTa__techIcon{transform:scale(1.1)}.TechStackTicker-module__ih2eTa__techInfo{text-align:left;flex-direction:column;display:flex}.TechStackTicker-module__ih2eTa__techName{color:var(--text-primary);letter-spacing:-.01em;font-size:.92rem;font-weight:700}.TechStackTicker-module__ih2eTa__techCategory{color:var(--text-secondary);font-size:.7rem;font-weight:500}@keyframes TechStackTicker-module__ih2eTa__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes TechStackTicker-module__ih2eTa__pulse{0%{box-shadow:0 0 #b2d5e5b3}70%{box-shadow:0 0 0 5px #b2d5e500}to{box-shadow:0 0 #b2d5e500}}@media (max-width:768px){.TechStackTicker-module__ih2eTa__transitionWrapper{margin-top:-1.75rem;margin-bottom:-1.75rem;padding:0 8px}.TechStackTicker-module__ih2eTa__gapRibbon{border-radius:16px;padding:1rem 0 .9rem}.TechStackTicker-module__ih2eTa__marqueeContent{gap:.75rem;padding-right:.75rem;animation-duration:26s}.TechStackTicker-module__ih2eTa__techCard{padding:.5rem .8rem}.TechStackTicker-module__ih2eTa__techName{font-size:.85rem}.TechStackTicker-module__ih2eTa__techCategory{font-size:.65rem}}
.About-module__vqXTeW__aboutSection{position:relative}.About-module__vqXTeW__contentWrapper{text-align:center;max-width:880px;margin:0 auto;padding:0 2rem}.About-module__vqXTeW__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:2rem;font-size:3rem;font-weight:800;line-height:1.1}.About-module__vqXTeW__description{color:var(--text-secondary);letter-spacing:-.01em;max-width:620px;margin:0 auto 3rem;font-size:1.1rem;font-weight:400;line-height:1.7}.About-module__vqXTeW__buttons{justify-content:center;gap:1.25rem;margin-bottom:4rem;display:flex}.About-module__vqXTeW__btnPrimary{color:var(--accent-primary);border:1px solid var(--accent-primary);letter-spacing:-.01em;box-shadow:var(--shadow-subtle);background:0 0;border-radius:12px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.About-module__vqXTeW__btnPrimary:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 30px 60px -12px #b2d5e526,inset 0 0 0 1px #ffffff1a}.About-module__vqXTeW__btnSecondary{color:var(--text-primary);border:1px solid var(--border-color);letter-spacing:-.01em;background:0 0;border-radius:12px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.About-module__vqXTeW__btnSecondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px)}.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.About-module__vqXTeW__statCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-subtle);border-radius:20px;padding:2.5rem 2rem;transition:all .35s}.About-module__vqXTeW__statCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 25px 50px -12px #b2d5e51a}.About-module__vqXTeW__statNumber{font-family:var(--font-heading);background:linear-gradient(135deg, var(--accent-primary), var(--text-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.2rem;font-weight:800;line-height:1}.About-module__vqXTeW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:500}@media (max-width:768px){.About-module__vqXTeW__title{font-size:2.4rem}.About-module__vqXTeW__description{font-size:1rem}.About-module__vqXTeW__buttons{flex-direction:column;max-width:280px;margin-left:auto;margin-right:auto}.About-module__vqXTeW__btnPrimary,.About-module__vqXTeW__btnSecondary{justify-content:center;width:100%}.About-module__vqXTeW__statsGrid{grid-template-columns:1fr}}
.Experience-module__HaXZMW__experienceSection{position:relative}.Experience-module__HaXZMW__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.Experience-module__HaXZMW__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.25rem;font-size:3.5rem;font-weight:800}.Experience-module__HaXZMW__subtitle{color:var(--text-secondary);letter-spacing:-.01em;font-size:1.15rem;font-weight:400;line-height:1.7}.Experience-module__HaXZMW__timeline{max-width:1100px;margin:0 auto;position:relative}.Experience-module__HaXZMW__timelineItem{gap:2.5rem;margin-bottom:3rem;padding-left:1rem;display:flex;position:relative}.Experience-module__HaXZMW__timelineItem:last-child{margin-bottom:0}.Experience-module__HaXZMW__nodeContainer{flex-direction:column;flex-shrink:0;align-items:center;width:60px;display:flex;position:sticky;top:200px}.Experience-module__HaXZMW__node{background:var(--bg-card);border:1px solid var(--accent-primary);width:48px;height:48px;color:var(--accent-primary);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;box-shadow:0 0 20px -5px #b2d5e533}.Experience-module__HaXZMW__timelineItem:hover .Experience-module__HaXZMW__node{transform:scale(1.1);box-shadow:0 0 30px #b2d5e566}.Experience-module__HaXZMW__connector{background:linear-gradient(180deg, var(--accent-primary), var(--border-color));flex:1;width:1px;margin-top:12px}.Experience-module__HaXZMW__cardContainer{flex:1}.Experience-module__HaXZMW__card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);border-radius:20px;padding:2.5rem;transition:all .35s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.Experience-module__HaXZMW__card:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 30px 60px -15px #b2d5e51a}.Experience-module__HaXZMW__cardHeader{margin-bottom:1.25rem}.Experience-module__HaXZMW__cardTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.Experience-module__HaXZMW__company{color:var(--accent-primary);font-size:1rem;font-weight:600}.Experience-module__HaXZMW__cardMeta{border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.Experience-module__HaXZMW__metaItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.Experience-module__HaXZMW__metaItem svg{color:var(--accent-primary);flex-shrink:0}.Experience-module__HaXZMW__description{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1rem;line-height:1.7}.Experience-module__HaXZMW__skills{flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__HaXZMW__skill{border:1px solid var(--border-color);color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .25s;display:inline-flex}.Experience-module__HaXZMW__skill:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-glow)}@media (max-width:1024px){.Experience-module__HaXZMW__title{font-size:3rem}.Experience-module__HaXZMW__timelineItem{gap:1.5rem}}@media (max-width:768px){.Experience-module__HaXZMW__header{margin-bottom:3rem}.Experience-module__HaXZMW__title{font-size:2.4rem}.Experience-module__HaXZMW__subtitle{font-size:1rem}.Experience-module__HaXZMW__timelineItem{flex-direction:column;margin-bottom:2.5rem;padding-left:0}.Experience-module__HaXZMW__nodeContainer{flex-direction:row;align-items:center;gap:1rem;width:auto;position:relative;top:auto}.Experience-module__HaXZMW__node{width:40px;height:40px}.Experience-module__HaXZMW__connector{display:none}.Experience-module__HaXZMW__card{padding:1.75rem}.Experience-module__HaXZMW__cardTitle{font-size:1.25rem}}
.PortfolioCarousel-module__uc7uca__portfolioSection{position:relative}.PortfolioCarousel-module__uc7uca__header{text-align:center;margin-bottom:5rem}.PortfolioCarousel-module__uc7uca__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.PortfolioCarousel-module__uc7uca__subtitle{color:var(--text-secondary);letter-spacing:-.01em;max-width:520px;margin:0 auto;font-size:1.1rem;font-weight:400}.PortfolioCarousel-module__uc7uca__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.PortfolioCarousel-module__uc7uca__projectCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);border-radius:20px;transition:all .35s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.PortfolioCarousel-module__uc7uca__projectCard:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);opacity:0;height:1px;transition:opacity .5s;position:absolute;top:0;left:0;right:0}.PortfolioCarousel-module__uc7uca__projectCard:hover:before{opacity:1}.PortfolioCarousel-module__uc7uca__projectCard:hover{border-color:var(--accent-primary);transform:translateY(-6px);box-shadow:0 40px 80px -12px #b2d5e51f,inset 0 0 0 1px #b2d5e533}.PortfolioCarousel-module__uc7uca__cardImage{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-card));justify-content:center;align-items:center;width:100%;height:240px;display:flex;overflow:hidden}.PortfolioCarousel-module__uc7uca__image{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.165,.84,.44,1)}.PortfolioCarousel-module__uc7uca__projectCard:hover .PortfolioCarousel-module__uc7uca__image{transform:scale(1.06)}.PortfolioCarousel-module__uc7uca__imagePlaceholder{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-card));justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PortfolioCarousel-module__uc7uca__placeholderIcon{color:var(--accent-primary);opacity:.6;font-size:3rem}.PortfolioCarousel-module__uc7uca__cardContent{padding:2rem}.PortfolioCarousel-module__uc7uca__cardTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.PortfolioCarousel-module__uc7uca__cardDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.PortfolioCarousel-module__uc7uca__cardLinks{gap:1rem;display:flex}.PortfolioCarousel-module__uc7uca__link{letter-spacing:-.01em;color:var(--text-primary);border:1px solid var(--border-color);background:0 0;border-radius:12px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .25s;display:inline-flex}.PortfolioCarousel-module__uc7uca__link:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary);transform:translateY(-1px)}.PortfolioCarousel-module__uc7uca__viewAllContainer{text-align:center;margin-top:4rem}.PortfolioCarousel-module__uc7uca__viewAllLink{letter-spacing:-.01em;border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-subtle);background:0 0;border-radius:12px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.PortfolioCarousel-module__uc7uca__viewAllLink:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px);box-shadow:0 30px 60px -12px #b2d5e51a,inset 0 0 0 1px #b2d5e51a}@keyframes PortfolioCarousel-module__uc7uca__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.PortfolioCarousel-module__uc7uca__animate-fade-in{opacity:0;animation:.8s forwards PortfolioCarousel-module__uc7uca__fadeInUp}@media (max-width:1024px){.PortfolioCarousel-module__uc7uca__title{font-size:2.8rem}.PortfolioCarousel-module__uc7uca__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.PortfolioCarousel-module__uc7uca__cardImage{height:220px}}@media (max-width:768px){.PortfolioCarousel-module__uc7uca__header{margin-bottom:4rem}.PortfolioCarousel-module__uc7uca__title{font-size:2.2rem}.PortfolioCarousel-module__uc7uca__subtitle{font-size:1rem}.PortfolioCarousel-module__uc7uca__cardImage{height:200px}.PortfolioCarousel-module__uc7uca__cardContent{padding:1.5rem}}@media (max-width:480px){.PortfolioCarousel-module__uc7uca__header{margin-bottom:3rem}.PortfolioCarousel-module__uc7uca__title{font-size:1.8rem}.PortfolioCarousel-module__uc7uca__subtitle{font-size:.95rem}.PortfolioCarousel-module__uc7uca__projectsGrid{grid-template-columns:1fr}.PortfolioCarousel-module__uc7uca__cardImage{height:180px}.PortfolioCarousel-module__uc7uca__cardTitle{font-size:1.1rem}.PortfolioCarousel-module__uc7uca__cardContent{padding:1.25rem}.PortfolioCarousel-module__uc7uca__cardLinks{flex-direction:column;gap:.75rem}.PortfolioCarousel-module__uc7uca__link{justify-content:center;width:100%}}
.Contact-module__OWeMSG__contactSection{background:0 0;padding:6rem 0 3rem;position:relative;overflow:hidden}.Contact-module__OWeMSG__glow{background:radial-gradient(circle, var(--accent-glow) 0%, #02020200 70%);z-index:0;opacity:.6;pointer-events:none;border-radius:50%;width:650px;height:650px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}[data-theme=light] .Contact-module__OWeMSG__glow{opacity:.35}.Contact-module__OWeMSG__content{z-index:1;max-width:860px;margin:0 auto;padding:0 1.5rem;position:relative}.Contact-module__OWeMSG__header{text-align:center;margin-bottom:3.5rem}.Contact-module__OWeMSG__badge{color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f114;border:1px solid #6366f133;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Contact-module__OWeMSG__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.15}.Contact-module__OWeMSG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Contact-module__OWeMSG__emailCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--shadow-card);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:2.25rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Contact-module__OWeMSG__emailCard:hover{border-color:#b2d5e566;transform:translateY(-2px);box-shadow:0 20px 40px -15px #b2d5e566}.Contact-module__OWeMSG__emailIconWrapper{background:#6366f11a;border:1px solid #6366f133;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.Contact-module__OWeMSG__emailContent{text-align:left;flex:1}.Contact-module__OWeMSG__emailLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary);margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.Contact-module__OWeMSG__emailAddress{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;font-size:1.45rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-block}.Contact-module__OWeMSG__emailAddress:hover{color:var(--accent-primary)}.Contact-module__OWeMSG__emailDescription{color:var(--text-secondary);margin-top:.35rem;font-size:.9rem;line-height:1.4}.Contact-module__OWeMSG__emailButton{color:#fff;background:linear-gradient(135deg,#39485a 0%,#233143 100%);border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px -5px #b2d5e566}.Contact-module__OWeMSG__emailButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px -5px #b2d5e599}.Contact-module__OWeMSG__socialGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:4.5rem;display:grid}.Contact-module__OWeMSG__socialCard{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);text-align:left;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.Contact-module__OWeMSG__socialCard:hover{border-color:#b2d5e559;transform:translateY(-4px);box-shadow:0 15px 30px -10px #0000004d}.Contact-module__OWeMSG__socialCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Contact-module__OWeMSG__socialIconBox{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-primary);background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Contact-module__OWeMSG__socialCard:hover .Contact-module__OWeMSG__socialIconBox{color:var(--accent-primary);border-color:var(--accent-primary);background:#6366f11a}.Contact-module__OWeMSG__socialAction{align-items:center;gap:.35rem;display:flex}.Contact-module__OWeMSG__socialName{color:var(--text-primary);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.Contact-module__OWeMSG__arrowIcon{color:var(--text-secondary);transition:all .2s}.Contact-module__OWeMSG__socialCard:hover .Contact-module__OWeMSG__arrowIcon{color:var(--accent-primary);transform:translate(2px,-2px)}.Contact-module__OWeMSG__socialDescription{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.45}.Contact-module__OWeMSG__footer{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:1.75rem;padding-top:3rem;display:flex}.Contact-module__OWeMSG__footerNav{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.75rem;display:flex}.Contact-module__OWeMSG__footerLink{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.Contact-module__OWeMSG__footerLink:hover{color:var(--text-primary);background:#ffffff0d}.Contact-module__OWeMSG__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.Contact-module__OWeMSG__statusIndicator{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:.5rem;padding:.3rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.Contact-module__OWeMSG__statusDot{background-color:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite Contact-module__OWeMSG__pulse;display:inline-block;box-shadow:0 0 8px #10b981}.Contact-module__OWeMSG__terminalIcon{color:#10b981}.Contact-module__OWeMSG__copyright{color:var(--text-secondary);letter-spacing:-.01em;margin:0;font-size:.88rem;font-weight:400}@keyframes Contact-module__OWeMSG__pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}@media (max-width:820px){.Contact-module__OWeMSG__emailCard{text-align:center;flex-direction:column;align-items:center;padding:2rem}.Contact-module__OWeMSG__emailContent{text-align:center}.Contact-module__OWeMSG__emailButton{justify-content:center;width:100%}.Contact-module__OWeMSG__socialGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:600px){.Contact-module__OWeMSG__title{font-size:2.2rem}.Contact-module__OWeMSG__subtitle{font-size:1rem}.Contact-module__OWeMSG__emailAddress{word-break:break-all;font-size:1.2rem}.Contact-module__OWeMSG__footerNav{gap:1rem}.Contact-module__OWeMSG__footerLink{font-size:.88rem}}
