*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{max-width:100%}html{overflow-x:hidden;width:100%}body{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace;line-height:1.6;color:#cdd6f4;background:#1e1e2e;overflow-x:hidden;width:100%;min-height:100vh}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-cursor:after{content:"|";animation:blink 1s infinite;color:#89b4fa;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section{padding:4rem 0;width:100%;overflow-x:hidden}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#89b4fa}.section-title:before{content:"$ ";color:#89b4fa}.section-subtitle{text-align:center;font-size:1.2rem;color:#a6adc8;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.tooltip{position:relative;display:inline-block}.tooltip .tooltip-text{visibility:hidden;width:120px;background-color:#1e1e2e;color:#cdd6f4;text-align:center;border-radius:6px;padding:8px 12px;position:absolute;z-index:1000;top:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s ease-in-out;font-size:.85rem;font-weight:500;border:1px solid #89b4fa;box-shadow:0 4px 8px #0000004d;pointer-events:none;white-space:nowrap;overflow:visible}.tooltip .tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #89b4fa transparent}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}.tooltip.tooltip-top .tooltip-text{bottom:auto;top:125%}.tooltip.tooltip-top .tooltip-text:after{top:auto;bottom:100%;border-color:transparent transparent #89b4fa transparent}@media (max-width: 768px){.container{padding:0 1rem;width:100%;max-width:100%}.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem}.tooltip .tooltip-text{width:auto;min-width:80px;max-width:160px;transform:translate(-50%);font-size:.8rem}}@media (max-width: 480px){.container{padding:0 .75rem;width:100%;max-width:100%}.section{padding:2.5rem 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem}.tooltip .tooltip-text{width:auto;min-width:70px;max-width:140px;transform:translate(-50%);font-size:.75rem;padding:6px 10px}}.header{background:#1e1e2ef2;border-bottom:2px solid #89b4fa;box-shadow:0 2px 20px #89b4fa33;position:fixed;top:0;left:0;right:0;z-index:1000;backdrop-filter:blur(10px);width:100%;overflow-x:hidden}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#89b4fa;text-decoration:none}.logo:before{content:"> ";color:#f38ba8}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#a6adc8;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#89b4fa}.mobile-menu-btn{display:none;background:none;border:1px solid rgba(137,180,250,.3);border-radius:4px;padding:.5rem;font-size:1.5rem;color:#89b4fa;cursor:pointer;transition:all .3s ease;position:relative;z-index:10000;touch-action:manipulation}.mobile-menu-btn:hover{border-color:#89b4fa;background:#89b4fa1a}.mobile-menu-overlay{display:none;position:fixed;inset:0;width:100vw;height:100vh;background:#00000080;z-index:9999}.mobile-menu{position:absolute;top:80px;left:0;right:0;width:100%;background:#1e1e2efa;border:1px solid rgba(137,180,250,.3);border-top:none;box-shadow:0 4px 20px #0000004d;touch-action:pan-y;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 80px);overflow-y:auto;backdrop-filter:blur(10px)}.mobile-menu-content{padding:1rem 0}.mobile-menu-overlay.active{display:block;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content a{display:block;padding:.75rem 2rem;color:#a6adc8;text-decoration:none;font-weight:500;transition:background .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-menu-content a:hover{background:#89b4fa1a;color:#89b4fa}@media (max-width: 768px){.nav{padding:.75rem 0}.logo{font-size:1.3rem}.nav-links{display:none}.mobile-menu-btn{display:block}.mobile-menu{border-radius:0 0 8px 8px;max-width:100%;left:0;right:0;margin:0;top:70px}.mobile-menu-content a{padding:1rem 2rem;font-size:1rem}}@media (max-width: 480px){.nav{padding:.5rem 0}.logo{font-size:1.2rem}.mobile-menu-btn{padding:.4rem;font-size:1.3rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-menu-content a{padding:.875rem 1.5rem;font-size:.95rem;min-height:44px;display:flex;align-items:center}.mobile-menu{top:60px}}.hero{background:linear-gradient(135deg,#181825,#1e1e2e,#181825);color:#cdd6f4;padding:8rem 0 4rem;margin-top:80px;position:relative;width:100%}.hero-content{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:center;width:100%;max-width:100%}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.hero-text h1{color:#a6e3a1}.hero-text h1 .terminal-cursor{color:#f9e2af;font-weight:600;display:block;margin-top:.5rem}.hero-text .subtitle{font-size:1.5rem;margin-bottom:.5rem;opacity:.9}.hero-text .subtitle{color:#a6e3a1;font-weight:500;line-height:1.4}.hero-text h1:before{content:"$ ";color:#89b4fa;font-weight:400}.hero-text .subtitle:before{content:"$ ";color:#89b4fa;font-weight:400}.hero-text .company{font-size:1.2rem;margin-bottom:2rem;color:#cba6f7;font-weight:600;opacity:.9}.hero-text .bio{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.9;word-wrap:break-word;overflow-wrap:break-word}.hero-image{text-align:center}.profile-img{width:250px;height:250px;border-radius:50%;border:6px solid rgba(255,255,255,.2);object-fit:cover}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-links .tooltip{display:inline-block;position:relative}.social-links .tooltip .tooltip-text{width:auto;min-width:80px;max-width:120px;left:50%;transform:translate(-50%);white-space:nowrap}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#89b4fa1a;border:2px solid rgba(137,180,250,.3);border-radius:12px;color:#89b4fa;text-decoration:none;transition:all .3s ease;font-size:1.2rem;position:relative;overflow:visible}.social-links a:hover{background:#89b4fa26;border-color:#89b4fa}@media (max-width: 768px){.hero{padding:6rem 0 3rem;margin-top:60px}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem;width:100%;max-width:100%}.hero-text h1{font-size:2.5rem;width:100%;max-width:100%}.hero-text .subtitle{font-size:1.2rem;width:100%;max-width:100%}.hero-text .company{font-size:1.1rem;width:100%;max-width:100%}.hero-text .bio{font-size:1rem;width:100%;max-width:100%}.profile-img{width:200px;height:200px}.social-links{justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.hero{padding:5rem 0 2rem;margin-top:50px}.hero-text h1{font-size:2rem}.hero-text .subtitle{font-size:1.1rem}.hero-text .company{font-size:1rem}.hero-text .bio{font-size:.95rem}.profile-img{width:180px;height:180px}.social-links a{width:45px;height:45px;font-size:1.1rem}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.skill-card{background:#313244;border:1px solid rgba(137,180,250,.3);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-3px);border-color:#89b4fa;box-shadow:0 8px 20px #89b4fa1a}.skill-icon{font-size:3rem;color:#89b4fa;margin-bottom:1rem}.skill-card h3{font-size:1.5rem;margin-bottom:1rem;color:#89b4fa}.skill-card p{color:#a6adc8;line-height:1.6;font-size:.95rem;text-align:left}.experience-timeline{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.experience-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#89b4fa,#cba6f7,#89b4fa);transform:translate(-50%);border-radius:2px;box-shadow:0 0 10px #89b4fa4d}.experience-item{position:relative;margin-bottom:4rem;width:50%;opacity:0;transform:translateY(50px);transition:all .6s ease}.experience-item.aos-animate{opacity:1;transform:translateY(0)}.experience-item:nth-child(odd){left:0;padding-right:3rem}.experience-item:nth-child(2n){left:50%;padding-left:3rem}.experience-item:before{content:"";position:absolute;width:24px;height:24px;background:linear-gradient(135deg,#89b4fa,#cba6f7);border:4px solid #181825;border-radius:50%;top:30px;z-index:2;box-shadow:0 0 20px #89b4fa80;transition:all .3s ease}.experience-item:hover:before{transform:scale(1.2);box-shadow:0 0 30px #89b4facc}.experience-item:nth-child(odd):before{right:-12px}.experience-item:nth-child(2n):before{left:-12px}.experience-card{background:linear-gradient(135deg,#313244,#2a2a3e);border:1px solid rgba(137,180,250,.3);padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.experience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#89b4fa,#cba6f7,#89b4fa);opacity:0;transition:opacity .3s ease}.experience-card:hover{transform:translateY(-5px);border-color:#89b4fa;box-shadow:0 12px 40px #89b4fa26}.experience-card:hover:before{opacity:1}.experience-date{color:#89b4fa;font-weight:700;font-size:.95rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;display:inline-block;padding:.25rem .75rem;background:#89b4fa1a;border-radius:20px;border:1px solid rgba(137,180,250,.3)}.experience-title{font-size:1.4rem;font-weight:700;color:#cdd6f4;margin-bottom:.75rem;line-height:1.3}.experience-company{color:#cba6f7;font-weight:600;margin-bottom:1.5rem;font-size:1.05rem}.experience-description{color:#a6adc8;line-height:1.7}.projects-section,.deliverables-section{margin-bottom:1.5rem}.projects-section:last-child,.deliverables-section:last-child{margin-bottom:0}.projects-section h4,.deliverables-section h4{color:#89b4fa;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.projects-section h4:before{content:"🚀";font-size:1rem}.deliverables-section h4:before{content:"✅";font-size:1rem}.experience-description ul{margin-top:.75rem;padding-left:1.5rem}.experience-description li{margin-bottom:.75rem;position:relative}.experience-description li::marker{color:#89b4fa}.experience-description strong{color:#f9e2af;font-weight:600}.experience-description ul ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.25rem}.experience-description ul ul li{margin-bottom:.25rem;font-size:.95rem}.experience-description ul ul li::marker{color:#cba6f7}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.education-card{background:#313244;border:1px solid rgba(137,180,250,.3);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border-left:4px solid #2563eb}.education-degree{font-size:1.3rem;font-weight:700;color:#89b4fa;margin-bottom:.5rem}.education-school{color:#89b4fa;font-weight:600;margin-bottom:.5rem}.education-year{color:#a6adc8;font-size:.9rem}.interests-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:600px;margin:0 auto}.interest-tag{background:#89b4fa1a;border:1px solid rgba(137,180,250,.3);color:#89b4fa;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative}.interest-tag:hover{background:#89b4fa26;border-color:#89b4fa}.interest-tag:before{content:"# ";color:#89b4fa}.contact{background:linear-gradient(135deg,#11111b,#181825,#11111b);color:#cdd6f4;border-top:2px solid #89b4fa}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.contact-links .tooltip{display:inline-block}.contact-links a{display:flex;align-items:center;gap:.5rem;color:#89b4fa;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-links a:hover{color:#60a5fa}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;gap:1.5rem;max-width:none}.skill-card{padding:1.5rem}.skill-icon{font-size:2.5rem}.skill-card h3{font-size:1.3rem;margin-bottom:.75rem}.skill-card p{font-size:.9rem}.experience-timeline:before{left:20px}.experience-item{width:100%;left:0!important;padding-left:3.5rem!important;padding-right:0!important;margin-bottom:3rem}.experience-item:before{left:8px!important;width:20px;height:20px;top:25px}.experience-card{padding:2rem}.experience-title{font-size:1.25rem}.experience-date{font-size:.85rem;padding:.2rem .6rem}.experience-company,.projects-section h4,.deliverables-section h4{font-size:1rem}.education-grid{grid-template-columns:1fr;gap:1.5rem}.education-card{padding:1.5rem}.education-degree{font-size:1.2rem}.interests-list{gap:.75rem}.interest-tag{padding:.6rem 1.2rem;font-size:.9rem}.contact-links{flex-direction:column;gap:1rem;align-items:center}.contact-links a{justify-content:center;min-width:200px}}@media (max-width: 480px){.skills-grid{gap:1rem}.skill-card{padding:1.25rem}.skill-icon{font-size:2rem}.skill-card h3{font-size:1.2rem;margin-bottom:.5rem}.skill-card p{font-size:.85rem}.experience-item{padding-left:3rem!important;margin-bottom:2.5rem}.experience-item:before{width:16px;height:16px;left:6px!important;top:20px}.experience-card{padding:1.5rem}.experience-title{font-size:1.15rem}.experience-date{font-size:.8rem;padding:.15rem .5rem}.experience-company,.projects-section h4,.deliverables-section h4{font-size:.95rem}.education-card{padding:1.25rem}.education-degree{font-size:1.1rem}.interests-list{gap:.5rem}.interest-tag{padding:.5rem 1rem;font-size:.85rem}.contact-links a{min-width:180px;font-size:.9rem}}
