@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";:root{font-family:Fira Code,Consolas,Monaco,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#00ff41;background-color:#0c0c0c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.shell-bg{background:linear-gradient(135deg,#0c0c0c,#1a1a1a);min-height:100vh;width:100vw;color:#00ff41;font-family:Fira Code,Consolas,Monaco,monospace;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00ff41;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0c3}.shell-navbar{display:flex;align-items:center;justify-content:space-between;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;box-shadow:0 4px 20px #00ff411a;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(0,255,65,.2)}.shell-prompt{color:#ff6b6b;font-weight:700;font-size:1.1rem;margin-right:2rem}.nav-links{display:flex;gap:.8rem;align-items:center}.desktop-nav{display:flex}.mobile-nav-controls{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-toggle span{width:24px;height:2px;background:#00ff41;border-radius:2px;transition:all .3s ease}.shell-link{background:none;border:none;color:#00ff41;font-size:.85rem;font-family:inherit;cursor:pointer;padding:.4rem .8rem;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:6px;display:flex;align-items:center;gap:.5rem;text-decoration:none;position:relative;overflow:hidden;white-space:nowrap}.shell-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,65,.2),transparent);transition:left .5s}.shell-link:hover:before{left:100%}.shell-link:hover{background:#00ff411a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00ff414d}.resume-btn{color:#ff6b6b!important;font-weight:700;border:1px solid rgba(255,107,107,.3)}.resume-btn:hover{background:#ff6b6b1a!important;border-color:#ff6b6b;box-shadow:0 4px 12px #ff6b6b4d}.resume-text-mobile{display:none}.resume-text-desktop{display:inline}.mobile-nav{position:fixed;top:0;right:0;height:100vh;width:300px;background:#0c0c0cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(0,255,65,.2);z-index:2000;transform:translate(100%);transition:transform .3s ease}.mobile-nav-open{transform:translate(0)}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(0,255,65,.2)}.mobile-nav-title{color:#ff0;font-weight:700;font-size:1.2rem}.mobile-nav-close{background:none;border:none;color:#ff6b6b;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s ease}.mobile-nav-close:hover{background:#ff6b6b1a}.mobile-nav-links{padding:1rem 0;display:flex;flex-direction:column}.mobile-nav-link{background:none;border:none;color:#00ff41;font-size:1rem;font-family:inherit;cursor:pointer;padding:1rem 1.5rem;text-align:left;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border-bottom:1px solid rgba(0,255,65,.1)}.mobile-nav-link:hover{background:#00ff411a;color:#fff;padding-left:2rem}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1500}.main-content{width:100%;overflow-x:hidden}.shell-section{min-height:100vh;width:100%;padding:8rem 5% 4rem;display:flex;flex-direction:column;justify-content:center;max-width:none;margin:0;position:relative}.shell-section h2{color:#ff0;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,0,.5);position:relative}.shell-section h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#00ff41,#ff0);border-radius:2px}.hero-section{justify-content:center;align-items:center;text-align:center;background:radial-gradient(ellipse at center,rgba(0,255,65,.1) 0%,transparent 70%);width:100vw;margin-left:calc(-50vw + 50%);padding-left:5%;padding-right:5%}.hero-content{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto}.hero-title{font-size:4rem;color:#00ff41;margin-bottom:1rem;text-shadow:0 0 20px rgba(0,255,65,.8)}.hero-subtitle{font-size:1.8rem;color:#fff;margin-bottom:.5rem}.hero-description{font-size:1.2rem;color:#ccc;opacity:.8}.cursor{animation:blink 1s infinite;color:#00ff41}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-window{background:#0c0c0ce6;border-radius:8px;box-shadow:0 20px 40px #0000004d;overflow:hidden;border:1px solid rgba(0,255,65,.3);max-width:600px;width:100%}.terminal-header{background:#1a1a1ae6;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,255,65,.2)}.terminal-buttons{display:flex;gap:.5rem}.btn{width:12px;height:12px;border-radius:50%;display:block}.btn.red{background:#ff5f56}.btn.yellow{background:#ffbd2e}.btn.green{background:#27ca3f}.terminal-title{color:#ccc;font-size:.9rem}.terminal-body{padding:1rem;font-family:Fira Code,monospace;font-size:.9rem}.prompt{color:#00ff41;font-weight:700}.output{color:#ccc;margin-left:0}.section-content{width:100%;max-width:1200px;margin:0 auto}.about-text{font-size:1.2rem;line-height:1.8;color:#ccc;margin-bottom:3rem;max-width:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.stat-card{background:#1a1a1acc;border:1px solid rgba(0,255,65,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card:hover{border-color:#00ff41;box-shadow:0 10px 30px #00ff4133;transform:translateY(-5px)}.stat-icon{color:#00ff41;margin-bottom:1rem;width:48px;height:48px}.stat-card h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.stat-card p{color:#ccc;font-size:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;width:100%}.skill-category h3{color:#ff0;font-size:1.5rem;margin-bottom:1.5rem;text-shadow:0 0 5px rgba(255,255,0,.5)}.skill-list{list-style:none;padding:0}.skill-list li{background:#1a1a1a99;border:1px solid rgba(0,255,65,.2);border-radius:8px;padding:1rem;margin-bottom:.8rem;transition:all .3s ease;cursor:pointer;font-size:1rem;position:relative;overflow:hidden}.skill-list li:before{content:">";color:#00ff41;font-weight:700;margin-right:.8rem}.skill-list li:hover{background:#00ff411a;border-color:#00ff41;color:#fff}.timeline{position:relative;max-width:1000px;width:100%;margin:0 auto}.timeline:before{content:"";position:absolute;left:50px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#00ff41,#ff0)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:120px}.timeline-item:before{content:"";position:absolute;left:44px;top:20px;width:14px;height:14px;background:#00ff41;border-radius:50%;border:3px solid #1a1a1a;box-shadow:0 0 10px #00ff41cc}.timeline-date{color:#ff6b6b;font-weight:700;font-size:1rem;margin-bottom:.5rem}.timeline-content h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.company{color:#00ff41;font-weight:700;margin-bottom:1rem}.timeline-content ul{list-style:none;padding:0}.timeline-content li{color:#ccc;margin-bottom:.5rem;padding-left:1rem;position:relative}.timeline-content li:before{content:"▸";color:#00ff41;position:absolute;left:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;width:100%;padding:1rem 0}.project-card{background:#1a1a1acc;border:1px solid rgba(0,255,65,.2);border-radius:12px;padding:0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;display:flex;flex-direction:column}.project-image{width:100%;height:250px;padding:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#ffffff1a,#8a2be233,#ffa50026,#ffffff14);background-size:400% 400%;animation:gradientShift 3s ease-in-out infinite;border-bottom:1px solid rgba(0,255,65,.1)}.project-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease;box-shadow:0 8px 25px #0006,0 0 30px #8a2be24d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00ff41,#ff0,#ff6b6b)}.project-card:hover{border-color:#00ff41;box-shadow:0 15px 35px #00ff4133;transform:translateY(-5px)}.project-content h3{color:#fff;font-size:1.4rem;margin-bottom:1rem}.project-content p{color:#ccc;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech span{background:#00ff4133;color:#00ff41;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;border:1px solid rgba(0,255,65,.3)}.learn-more-text{color:#00ff41;font-size:.9rem;margin-bottom:.5rem;margin-top:.5rem;font-weight:500}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-link{display:flex;align-items:center;gap:.5rem;color:#00ff41;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(0,255,65,.3);border-radius:6px;transition:all .3s ease;font-size:.9rem}.project-link:hover{background:#00ff411a;border-color:#00ff41;transform:translateY(-2px)}.education-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:1000px;margin:0 auto}.education-item{background:#1a1a1acc;border:1px solid rgba(0,255,65,.2);border-radius:12px;padding:2rem;transition:all .3s ease}.education-item:hover{border-color:#00ff41;box-shadow:0 10px 25px #00ff4126}.education-item h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.institution{color:#00ff41;font-weight:700;margin-bottom:.5rem}.date{color:#ff6b6b;font-weight:700;margin-bottom:1rem}.description{color:#ccc;line-height:1.6}.achievements-content{width:100%;max-width:1200px;margin:0 auto}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%}.achievement-card{background:#1a1a1acc;border:1px solid rgba(0,255,65,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.achievement-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00ff41,#ff0)}.cert-card:before{background:linear-gradient(90deg,#ff6b6b,#00ff41,#ff0)}.achievement-card:hover{border-color:#00ff41;box-shadow:0 15px 35px #00ff4133;transform:translateY(-5px)}.achievement-icon{color:#00ff41;margin-bottom:1rem;width:48px;height:48px}.achievement-card h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.cert-org,.platform{color:#ff6b6b;font-weight:700;margin-bottom:1rem;font-size:1rem}.achievement-desc{color:#ccc;line-height:1.6;margin-bottom:1rem}.achievement-list{list-style:none;padding:0;text-align:left}.achievement-list li{color:#ccc;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.achievement-list li:before{content:"★";color:#ff0;position:absolute;left:0;font-weight:700}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1000px;margin:0 auto;align-items:center}.contact-intro{font-size:1.2rem;color:#ccc;line-height:1.8;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:1rem;color:#00ff41;text-decoration:none;padding:1rem;border:1px solid rgba(0,255,65,.3);border-radius:8px;transition:all .3s ease;font-size:1.1rem}.contact-link:hover{background:#00ff411a;border-color:#00ff41;transform:translate(10px)}@media (min-width: 1200px){.shell-section{padding:8rem 8% 4rem}.hero-section{padding-left:8%;padding-right:8%}}@media (max-width: 1024px){.shell-navbar{padding:1rem}.nav-links{gap:.5rem}.shell-link{font-size:.8rem;padding:.4rem .8rem}.hero-title{font-size:3rem}.contact-content{grid-template-columns:1fr;gap:2rem}.shell-section{padding:6rem 4% 4rem}.hero-section{padding-left:4%;padding-right:4%}}@media (max-width: 768px){.shell-navbar{justify-content:space-between;padding:1rem;display:flex;align-items:center}.desktop-nav{display:none}.mobile-nav-controls{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:flex}.resume-text-desktop{display:none}.resume-text-mobile{display:inline}.shell-section{padding:6rem 3% 2rem}.hero-section{padding-left:3%;padding-right:3%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.stats-grid,.skills-grid,.projects-grid,.achievements-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-item:before{left:14px}.terminal-window{max-width:100%}.mobile-nav{width:280px}}@keyframes gradientShift{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}@media (max-width: 480px){.shell-section h2,.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.project-links{flex-direction:column}.mobile-nav{width:100vw}.shell-prompt{font-size:1rem;margin-right:1rem}.resume-btn{font-size:.8rem;padding:.4rem .6rem}.contact-content{grid-template-columns:1fr;gap:2rem}}
