.Navigation-module__OQ-gVW__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0a0e27b3;border-bottom:1px solid #00ff4133;justify-content:space-between;align-items:center;width:100%;padding:25px 60px;transition:all .3s;display:flex;position:fixed;top:0}[data-theme=light] .Navigation-module__OQ-gVW__nav{background:#ffffffb3;border-bottom:1px solid #ff6b9d33}.Navigation-module__OQ-gVW__nav.Navigation-module__OQ-gVW__scrolled{background:#0a0e27f2;padding:20px 60px;box-shadow:0 5px 30px #00ff411a}[data-theme=light] .Navigation-module__OQ-gVW__nav.Navigation-module__OQ-gVW__scrolled{background:#fffffff2}.Navigation-module__OQ-gVW__navNumber{color:var(--secondary);margin-right:4px;font-size:12px}.Navigation-module__OQ-gVW__logo{color:var(--secondary);text-shadow:0 0 10px var(--secondary);font-family:Space Mono,monospace;font-size:24px;font-weight:700;animation:3s ease-in-out infinite Navigation-module__OQ-gVW__logoGlow}@keyframes Navigation-module__OQ-gVW__logoGlow{0%,to{text-shadow:0 0 10px var(--primary)}50%{text-shadow:0 0 20px var(--primary),0 0 30px var(--primary)}}.Navigation-module__OQ-gVW__logo:before{content:"> ";animation:1s infinite Navigation-module__OQ-gVW__blink}@keyframes Navigation-module__OQ-gVW__blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.Navigation-module__OQ-gVW__navLinks{gap:40px;list-style:none;display:flex}.Navigation-module__OQ-gVW__navLinks a{color:var(--text);font-family:Fira Code,monospace;font-size:14px;text-decoration:none;transition:all .3s;position:relative}.Navigation-module__OQ-gVW__navLinks a:before{content:"// ";color:var(--primary);opacity:0;transition:opacity .3s}.Navigation-module__OQ-gVW__navLinks a:hover:before{opacity:1}.Navigation-module__OQ-gVW__navLinks a:hover{color:var(--primary);text-shadow:0 0 8px var(--primary)}.Navigation-module__OQ-gVW__themeToggleContainer{align-items:center;display:flex}.Navigation-module__OQ-gVW__themeToggle{cursor:pointer;border:1px solid var(--primary);background:#00ff4133;border-radius:50px;width:50px;height:26px;margin-left:20px;transition:all .3s;position:relative}.Navigation-module__OQ-gVW__themeToggleSlider{background:var(--primary);width:20px;height:20px;box-shadow:0 0 10px var(--primary);border-radius:50%;transition:all .3s;position:absolute;top:2px;left:3px}.Navigation-module__OQ-gVW__themeToggle[data-theme=light] .Navigation-module__OQ-gVW__themeToggleSlider{left:25px}@media (max-width:768px){.Navigation-module__OQ-gVW__nav{padding:20px 30px}.Navigation-module__OQ-gVW__navLinks{display:none}}
.Hero-module__dQlAoa__hero{z-index:1;justify-content:center;align-items:center;max-width:900px;min-height:100vh;margin:0 auto;padding:120px 60px 60px;display:flex;position:relative}.Hero-module__dQlAoa__heroContent{width:100%;max-width:1200px;animation:1s Hero-module__dQlAoa__fadeInUp}.Hero-module__dQlAoa__subscriptText{color:var(--secondary);font-size:14px;font-family:var(--font-mono)}.Hero-module__dQlAoa__glitchText{color:var(--primary);margin-bottom:20px;font-size:90px;font-weight:700;line-height:1.1;animation:5s infinite Hero-module__dQlAoa__glitch;position:relative}.Hero-module__dQlAoa__glitchTitleText{color:var(--primary);margin-bottom:20px;font-size:80px;font-weight:700;line-height:1.1;position:relative}@keyframes Hero-module__dQlAoa__glitch{0%,to{text-shadow:.05em 0 #00fffc,-.025em -.05em #fc00ff,.025em .05em #fffc00;transform:translate(0)}14%{text-shadow:.05em 0 #00fffc,-.025em -.05em #fc00ff,.025em .05em #fffc00}15%{text-shadow:-.05em -.025em #00fffc,.025em .025em #fc00ff,-.05em -.05em #fffc00;transform:translate(-2px,2px)}16%{transform:translate(0)}49%{text-shadow:-.05em -.025em #00fffc,.025em .025em #fc00ff,-.05em -.05em #fffc00}50%{text-shadow:.025em .05em #00fffc,.05em 0 #fc00ff,0 -.05em #fffc00;transform:translate(2px,-2px)}51%{transform:translate(0)}99%{text-shadow:.025em .05em #00fffc,.05em 0 #fc00ff,0 -.05em #fffc00}}.Hero-module__dQlAoa__typingText{color:var(--secondary);min-height:45px;margin:20px 0 40px;font-family:Fira Code,monospace;font-size:32px}.Hero-module__dQlAoa__cursorTyping{background:var(--secondary);width:3px;height:32px;margin-left:5px;animation:.7s infinite Hero-module__dQlAoa__blink;display:inline-block}@keyframes Hero-module__dQlAoa__blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.Hero-module__dQlAoa__funBadge{background:linear-gradient(135deg,var(--accent),var(--purple));border-radius:30px;margin:20px 0;padding:12px 25px;font-size:14px;font-weight:600;animation:2s ease-in-out infinite Hero-module__dQlAoa__wiggle;display:inline-block;box-shadow:0 5px 20px #ff006e4d}@keyframes Hero-module__dQlAoa__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.Hero-module__dQlAoa__heroDescription{color:#e0e0e0b3;max-width:700px;margin:30px 0;font-size:1rem;line-height:1.8}[data-theme=light] .Hero-module__dQlAoa__heroDescription{color:#2d2d2dcc}.Hero-module__dQlAoa__heroStats{flex-wrap:wrap;gap:50px;margin:40px 0;display:flex}.Hero-module__dQlAoa__statItem{text-align:center;transition:transform .3s}.Hero-module__dQlAoa__statItem:hover{transform:translateY(-10px)}.Hero-module__dQlAoa__statNumber{color:var(--primary);text-shadow:0 0 20px var(--primary);font-family:Fira Code,monospace;font-size:48px;font-weight:700}.Hero-module__dQlAoa__statLabel{color:#e0e0e099;margin-top:5px;font-size:14px}.Hero-module__dQlAoa__terminalBox{border:2px solid var(--primary);background:#000000e6;border-radius:12px;max-width:700px;margin:40px 0;padding:20px;font-family:Fira Code,monospace}[data-theme=light] .Hero-module__dQlAoa__terminalBox{border-color:var(--primary);background:#ffffffe6}.Hero-module__dQlAoa__terminalHeader{gap:8px;margin-bottom:15px;display:flex}.Hero-module__dQlAoa__terminalBtn{cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .2s}.Hero-module__dQlAoa__terminalBtn:hover{transform:scale(1.3)}.Hero-module__dQlAoa__btnRed{background:#ff5f56}.Hero-module__dQlAoa__btnYellow{background:#ffbd2e}.Hero-module__dQlAoa__btnGreen{background:#27c93f}.Hero-module__dQlAoa__terminalContent{color:var(--primary);font-size:14px;line-height:1.8}.Hero-module__dQlAoa__terminalLine:before{content:"$ ";color:var(--secondary)}.Hero-module__dQlAoa__ctaButtons{flex-wrap:wrap;gap:20px;margin:40px 0;display:flex}.Hero-module__dQlAoa__btn{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:16px 40px;font-family:Fira Code,monospace;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__dQlAoa__btn:before{content:"";background:var(--primary);z-index:-1;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.Hero-module__dQlAoa__btn:hover:before{left:0}.Hero-module__dQlAoa__btn:hover{color:var(--bg-darker);box-shadow:0 0 30px var(--primary);transform:translateY(-3px)}@media (max-width:768px){.Hero-module__dQlAoa__glitchText{font-size:48px}.Hero-module__dQlAoa__typingText{font-size:20px}.Hero-module__dQlAoa__hero{padding:100px 30px 60px}}.Hero-module__dQlAoa__socialSidebar{z-index:1000;flex-direction:column;align-items:center;gap:25px;display:flex;position:fixed;top:80%;left:40px;transform:translateY(-50%)}.Hero-module__dQlAoa__socialSidebar:after{content:"";background:var(--primary);width:2px;height:100px;margin-top:20px}.Hero-module__dQlAoa__socialIcon{width:50px;height:50px;color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:2px solid #00ff414d;border-radius:10px;justify-content:center;align-items:center;font-size:24px;text-decoration:none;transition:all .3s;display:flex}[data-theme=light] .Hero-module__dQlAoa__social-icon{background:#fffc;border-color:#ff6b9d4d}.Hero-module__dQlAoa__socialIcon:hover{border-color:var(--primary);color:var(--primary);transform:translate(5px);box-shadow:0 5px 20px #00ff4166}.Hero-module__dQlAoa__aboutDescription{font-size:18px;line-height:"2";color:"rgba(224, 224, 224, 0.8)";text-align:"center";margin-bottom:"40px"}[data-theme=light] .Hero-module__dQlAoa__aboutDescription{color:#2d2d2dcc}
.Skills-module__iaxGBW__skillsCategories{grid-template-columns:repeat(2,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.Skills-module__iaxGBW__skillCategory{cursor:pointer;background:#00ff410d;border:2px solid #00ff4133;border-radius:20px;padding:40px;transition:all .4s}[data-theme=light] .Skills-module__iaxGBW__skillCategory{background:#ff6b9d0d;border-color:#ff6b9d33}.Skills-module__iaxGBW__skillCategory:hover{border-color:var(--primary);transform:translateY(-10px)scale(1.02);box-shadow:0 20px 60px #00ff414d}.Skills-module__iaxGBW__skillHeader{align-items:center;gap:20px;margin-bottom:30px;display:flex}.Skills-module__iaxGBW__skillIcon{font-size:50px}.Skills-module__iaxGBW__skillCategoryTitle{color:var(--text);font-size:24px;font-weight:600}.Skills-module__iaxGBW__skillItems{flex-wrap:wrap;gap:12px;display:flex}.Skills-module__iaxGBW__skillTag{color:var(--text);background:#00ff411a;border:1px solid #00ff414d;border-radius:20px;padding:10px 18px;font-family:Fira Code,monospace;font-size:13px;transition:all .3s}[data-theme=light] .Skills-module__iaxGBW__skillTag{background:#ff6b9d1a;border-color:#ff6b9d4d}.Skills-module__iaxGBW__skillTag:hover{background:var(--primary);color:var(--bg-darker);transform:scale(1.1)}@media (max-width:1024px){.Skills-module__iaxGBW__skillsCategories{grid-template-columns:1fr}}
.Projects-module__59Bbfa__projectsSection{max-width:1400px;margin:0 auto}.Projects-module__59Bbfa__featuredProject{border:2px solid var(--primary);background:linear-gradient(135deg,#00ff411a,#ff006e1a);border-radius:20px;margin-bottom:80px;padding:60px;position:relative;overflow:hidden}[data-theme=light] .Projects-module__59Bbfa__featuredProject{background:linear-gradient(135deg,#ff6b9d1a,#b19cd91a)}.Projects-module__59Bbfa__featuredBadge{background:var(--accent);border-radius:20px;padding:10px 20px;font-family:Fira Code,monospace;font-size:12px;font-weight:600;position:absolute;top:30px;right:30px}.Projects-module__59Bbfa__featuredContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Projects-module__59Bbfa__featuredInfo h3{color:var(--text);margin-bottom:20px;font-size:36px}.Projects-module__59Bbfa__featuredDescription{color:#e0e0e0cc;margin-bottom:30px;font-size:18px;line-height:1.8}.Projects-module__59Bbfa__projectLinks{gap:15px;margin-top:20px;display:flex}.Projects-module__59Bbfa__projectLink{border:2px solid var(--primary);color:var(--primary);border-radius:8px;align-items:center;gap:10px;padding:12px 30px;font-family:Fira Code,monospace;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__59Bbfa__projectLink:hover{background:var(--primary);color:var(--bg-darker);transform:translateY(-3px)}.Projects-module__59Bbfa__featuredVisual{justify-content:center;align-items:center;display:flex}.Projects-module__59Bbfa__projectEmoji{font-size:120px}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Projects-module__59Bbfa__projectCard{cursor:pointer;background:#00ff410d;border:2px solid #00ff4133;border-radius:15px;padding:30px;transition:all .4s;position:relative}[data-theme=light] .Projects-module__59Bbfa__projectCard{background:#ff6b9d0d;border-color:#ff6b9d33}.Projects-module__59Bbfa__projectCard:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 60px #00ff414d}.Projects-module__59Bbfa__projectHeader{margin-bottom:20px}.Projects-module__59Bbfa__projectCard .Projects-module__59Bbfa__projectEmoji{font-size:50px}.Projects-module__59Bbfa__projectTitle{margin-bottom:15px;font-size:20px;font-weight:600}.Projects-module__59Bbfa__projectDescription{color:#e0e0e0b3;margin-bottom:20px;line-height:1.6}[data-theme=light] .Projects-module__59Bbfa__projectDescription{color:#2d2d2dcc}.Projects-module__59Bbfa__projectTech{flex-wrap:wrap;gap:8px;display:flex}.Projects-module__59Bbfa__techTag{color:var(--purple);background:#8b5cf633;border-radius:6px;padding:4px 10px;font-family:Fira Code,monospace;font-size:11px}@media (max-width:1024px){.Projects-module__59Bbfa__featuredContent{grid-template-columns:1fr}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Projects-module__59Bbfa__projectsGrid{grid-template-columns:1fr}.Projects-module__59Bbfa__featuredProject{padding:30px}}.Projects-module__59Bbfa__projectLinks{gap:15px;display:flex}.Projects-module__59Bbfa__projectLink{border:1px solid var(--secondary);color:var(--secondary);border-radius:5px;padding:8px 20px;font-size:14px;text-decoration:none;transition:all .3s}.Projects-module__59Bbfa__projectLink:hover{background:var(--secondary);color:var(--bg-darker)}.Projects-module__59Bbfa__featuredImage{position:absolute;top:94px}
.Contact-module__5phd-G__contactContainer{max-width:1000px;margin:0 auto}.Contact-module__5phd-G__contactGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px;display:grid}.Contact-module__5phd-G__contactCard{text-align:center;cursor:pointer;background:#00ff410d;border:2px solid #00ff4133;border-radius:15px;padding:30px;transition:all .3s}.Contact-module__5phd-G__contactCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #00ff414d}.Contact-module__5phd-G__contactIcon{margin-bottom:15px;font-size:36px}.Contact-module__5phd-G__contactLabel{color:var(--primary);margin-bottom:5px;font-family:Fira Code,monospace;font-size:14px}.Contact-module__5phd-G__contactValue{color:var(--text);font-size:16px}.Contact-module__5phd-G__terminalBox{border:2px solid var(--primary);background:#000000e6;border-radius:12px;margin-top:50px;padding:20px;font-family:Fira Code,monospace;box-shadow:0 0 40px #00ff4166}[data-theme=light] .Contact-module__5phd-G__terminalBox{border-color:var(--primary);background:#ffffffe6}.Contact-module__5phd-G__terminalHeader{gap:8px;margin-bottom:15px;display:flex}.Contact-module__5phd-G__terminalBtn{cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .2s}.Contact-module__5phd-G__terminalBtn:hover{transform:scale(1.3)}.Contact-module__5phd-G__btnRed{background:#ff5f56}.Contact-module__5phd-G__btnYellow{background:#ffbd2e}.Contact-module__5phd-G__btnGreen{background:#27c93f}.Contact-module__5phd-G__terminalContent{color:var(--primary);font-size:14px;line-height:1.8}.Contact-module__5phd-G__terminalLine:before{content:"$ ";color:var(--secondary)}@media (max-width:768px){.Contact-module__5phd-G__contactGrid{grid-template-columns:1fr}}
body{cursor:none}.cursor{border:2px solid var(--primary);pointer-events:none;z-index:10000;mix-blend-mode:difference;border-radius:50%;width:20px;height:20px;transition:all .1s;position:fixed;transform:translate(-50%,-50%)}.cursor.hover{background:#00ff4133;width:40px;height:40px}.cursor-follower{background:var(--primary);pointer-events:none;z-index:10000;border-radius:50%;width:8px;height:8px;transition:all .15s;position:fixed;transform:translate(-50%,-50%)}
.Experience-module__SB59Aa__section{z-index:1;min-height:100vh;padding:100px 60px;position:relative}.Experience-module__SB59Aa__timeline{max-width:900px;margin:0 auto;padding:40px 0;position:relative}.Experience-module__SB59Aa__timelineLine{background:#00ff411a;width:3px;position:absolute;top:0;bottom:0;left:30px;overflow:hidden}[data-theme=light] .Experience-module__SB59Aa__timelineLine{background:#ff6b9d26}.Experience-module__SB59Aa__timelineLineProgress{background:linear-gradient(180deg,var(--primary),var(--secondary),var(--purple));width:100%;box-shadow:0 0 20px var(--primary),0 0 40px var(--primary);transition:height .3s cubic-bezier(.4,0,.2,1);animation:2s ease-in-out infinite Experience-module__SB59Aa__lineGlow;position:absolute;top:0;left:0}@keyframes Experience-module__SB59Aa__lineGlow{0%,to{filter:brightness()}50%{filter:brightness(1.5)}}.Experience-module__SB59Aa__timelineItem{opacity:0;margin-bottom:80px;padding-left:80px;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:relative;transform:translate(-50px)}.Experience-module__SB59Aa__timelineItem.Experience-module__SB59Aa__visible{opacity:1;transform:translate(0)}.Experience-module__SB59Aa__timelineDotContainer{z-index:2;position:absolute;top:0;left:31px;transform:translate(-50%)}.Experience-module__SB59Aa__timelineDot{justify-content:center;align-items:center;width:30px;height:30px;animation:3s ease-in-out infinite Experience-module__SB59Aa__dotFloat;display:flex;position:relative}@keyframes Experience-module__SB59Aa__dotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Experience-module__SB59Aa__dotInner{background:var(--primary);width:16px;height:16px;box-shadow:0 0 20px var(--primary),0 0 40px var(--primary),inset 0 0 10px #ffffff80;z-index:2;border-radius:50%;animation:2s ease-in-out infinite Experience-module__SB59Aa__dotPulse;position:relative}@keyframes Experience-module__SB59Aa__dotPulse{0%,to{box-shadow:0 0 20px var(--primary),0 0 40px var(--primary),inset 0 0 10px #ffffff80;transform:scale(1)}50%{box-shadow:0 0 30px var(--primary),0 0 60px var(--primary),inset 0 0 15px #fffc;transform:scale(1.2)}}.Experience-module__SB59Aa__dotPulse{border:2px solid var(--primary);opacity:0;border-radius:50%;width:30px;height:30px;animation:2s ease-out infinite Experience-module__SB59Aa__dotRipple;position:absolute}@keyframes Experience-module__SB59Aa__dotRipple{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.Experience-module__SB59Aa__timelineContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0a0e2799;border:1px solid #00ff4133;border-radius:16px;padding:30px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}[data-theme=light] .Experience-module__SB59Aa__timelineContent{background:#fffc;border:1px solid #ff6b9d4d}.Experience-module__SB59Aa__timelineContent:before{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#00ff410d,#00ffff0d,#b968ff0d);border-radius:16px;transition:opacity .4s;position:absolute;inset:0}.Experience-module__SB59Aa__timelineContent:hover:before{opacity:1}.Experience-module__SB59Aa__timelineContent:hover{border-color:var(--primary);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #00ff414d,0 0 40px #00ff4133,inset 0 0 20px #00ff411a}[data-theme=light] .Experience-module__SB59Aa__timelineContent:hover{box-shadow:0 20px 60px #ff6b9d4d,0 0 40px #ff6b9d33,inset 0 0 20px #ff6b9d1a}.Experience-module__SB59Aa__cardGlow{opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#00ff4126 0%,#0000 70%);width:200%;height:200%;transition:opacity .6s;position:absolute;top:-50%;left:-50%}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardGlow{opacity:1;animation:3s ease-in-out infinite Experience-module__SB59Aa__glowMove}@keyframes Experience-module__SB59Aa__glowMove{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}.Experience-module__SB59Aa__cardCorner{border:2px solid var(--secondary);opacity:0;z-index:1;width:20px;height:20px;transition:all .4s;position:absolute}.Experience-module__SB59Aa__cardCorner[data-corner=top-left]{border-bottom:none;border-right:none;border-top-left-radius:4px;top:-2px;left:-2px}.Experience-module__SB59Aa__cardCorner[data-corner=top-right]{border-bottom:none;border-left:none;border-top-right-radius:4px;top:-2px;right:-2px}.Experience-module__SB59Aa__cardCorner[data-corner=bottom-left]{border-top:none;border-right:none;border-bottom-left-radius:4px;bottom:-2px;left:-2px}.Experience-module__SB59Aa__cardCorner[data-corner=bottom-right]{border-top:none;border-left:none;border-bottom-right-radius:4px;bottom:-2px;right:-2px}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardCorner{opacity:1}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardCorner[data-corner=top-left]{top:8px;left:8px}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardCorner[data-corner=top-right]{top:8px;right:8px}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardCorner[data-corner=bottom-left]{bottom:8px;left:8px}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__cardCorner[data-corner=bottom-right]{bottom:8px;right:8px}.Experience-module__SB59Aa__timelineHeader{z-index:1;margin-bottom:15px;position:relative}.Experience-module__SB59Aa__timelineTitle{color:var(--primary);text-shadow:0 0 20px #00ff414d;margin-bottom:8px;font-family:Space Mono,monospace;font-size:26px;font-weight:700;transition:all .3s}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__timelineTitle{text-shadow:0 0 30px var(--primary);transform:translate(5px)}.Experience-module__SB59Aa__timelineCompany{color:var(--secondary);align-items:center;gap:8px;margin-bottom:6px;font-family:Fira Code,monospace;font-size:16px;font-weight:500;transition:all .3s;display:flex}.Experience-module__SB59Aa__timelineCompany:before{content:"📍";font-size:14px;animation:2s ease-in-out infinite Experience-module__SB59Aa__iconBounce}@keyframes Experience-module__SB59Aa__iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__timelineCompany{color:var(--primary);transform:translate(5px)}.Experience-module__SB59Aa__timelineDate{color:#e0e0e099;background:#00ff411a;border:1px solid #00ff4133;border-radius:6px;padding:4px 12px;font-family:Fira Code,monospace;font-size:14px;transition:all .3s;display:inline-block}[data-theme=light] .Experience-module__SB59Aa__timelineDate{color:#2d2d2db3;background:#ff6b9d1a;border:1px solid #ff6b9d33}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__timelineDate{border-color:var(--primary);background:#00ff4133;transform:scale(1.05)}.Experience-module__SB59Aa__timelineDescription{z-index:1;color:var(--text);opacity:.9;font-size:15px;line-height:1.8;transition:all .3s;position:relative}.Experience-module__SB59Aa__timelineContent:hover .Experience-module__SB59Aa__timelineDescription{opacity:1;transform:translate(5px)}.Experience-module__SB59Aa__timelineEnd{margin-top:40px;padding-left:80px;position:relative}.Experience-module__SB59Aa__endDot{background:linear-gradient(135deg,var(--primary),var(--secondary));width:20px;height:20px;box-shadow:0 0 30px var(--primary),0 0 60px var(--primary);border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite Experience-module__SB59Aa__endPulse;display:flex;position:absolute;top:19px;left:31px;transform:translate(-50%)}.Experience-module__SB59Aa__endDot span{color:var(--bg-darker);text-transform:uppercase;letter-spacing:1px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}@keyframes Experience-module__SB59Aa__endPulse{0%,to{box-shadow:0 0 30px var(--primary),0 0 60px var(--primary);transform:translate(-50%)scale(1)}50%{box-shadow:0 0 40px var(--primary),0 0 80px var(--primary);transform:translate(-50%)scale(1.1)}}@media (max-width:768px){.Experience-module__SB59Aa__section{padding:80px 20px}.Experience-module__SB59Aa__timeline{padding:20px 0}.Experience-module__SB59Aa__timelineLine{left:15px}.Experience-module__SB59Aa__timelineItem{margin-bottom:50px;padding-left:50px}.Experience-module__SB59Aa__timelineDotContainer{left:1px}.Experience-module__SB59Aa__timelineDot{width:24px;height:24px}.Experience-module__SB59Aa__dotInner{width:12px;height:12px}.Experience-module__SB59Aa__dotPulse{width:24px;height:24px}.Experience-module__SB59Aa__timelineContent{padding:20px}.Experience-module__SB59Aa__timelineTitle{font-size:20px}.Experience-module__SB59Aa__timelineCompany{font-size:14px}.Experience-module__SB59Aa__timelineDate{font-size:12px}.Experience-module__SB59Aa__timelineDescription{font-size:14px}.Experience-module__SB59Aa__endDot{width:40px;height:40px;left:1px}.Experience-module__SB59Aa__endDot span{font-size:9px}.Experience-module__SB59Aa__timelineEnd{padding-left:50px}.Experience-module__SB59Aa__cardCorner{width:15px;height:15px}}@media (prefers-reduced-motion:reduce){.Experience-module__SB59Aa__timelineItem,.Experience-module__SB59Aa__timelineDot,.Experience-module__SB59Aa__dotInner,.Experience-module__SB59Aa__dotPulse,.Experience-module__SB59Aa__timelineContent,.Experience-module__SB59Aa__cardGlow,.Experience-module__SB59Aa__cardCorner,.Experience-module__SB59Aa__endDot{transition:none!important;animation:none!important}.Experience-module__SB59Aa__timelineItem.Experience-module__SB59Aa__visible{opacity:1;transform:none}}.Experience-module__SB59Aa__arrow{color:var(--secondary);margin-right:8px;font-weight:700}
