*{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}.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}.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}.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}}
