:root{--navy: #0a192f;--light-navy: #112240;--orange: #ff6b35;--white: #ffffff;--black: #000000;--light-gray: #8892b0;--lighter-gray: #ccd6f6}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--lighter-gray);background-color:var(--navy);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;background-color:#0a192ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000004d}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--orange)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--lighter-gray);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--orange)}.hero{min-height:100vh;display:flex;align-items:center;padding-top:80px}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp 1s ease-out}.hero-title{font-size:4rem;color:var(--white);margin-bottom:.5rem;font-weight:700}.hero-subtitle{font-size:2rem;color:var(--orange);margin-bottom:1.5rem;font-weight:600}.hero-description{font-size:1.1rem;color:var(--light-gray);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem}.btn{padding:.875rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background-color:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background-color:transparent;border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--orange);border-color:var(--orange)}.btn-secondary:hover{background-color:var(--orange);color:var(--white);transform:translateY(-2px)}.hero-code{animation:fadeInRight 1s ease-out}.code-window{background-color:var(--light-navy);border-radius:8px;overflow:hidden;box-shadow:0 10px 40px #00000080}.code-header{background-color:#1e2a3a;padding:.75rem 1rem;display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.code-content{padding:1.5rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;color:var(--lighter-gray);min-height:300px;overflow-x:auto}.code-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word}.section-title{font-size:2.5rem;color:var(--white);text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--orange)}.about{padding:6rem 0;background-color:var(--light-navy)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--light-gray)}.experience{padding:6rem 0}.timeline{max-width:900px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background-color:var(--orange)}.timeline-item{position:relative;padding-left:60px;margin-bottom:3rem}.timeline-marker{position:absolute;left:11px;top:0;width:20px;height:20px;border-radius:50%;background-color:var(--orange);border:3px solid var(--navy)}.timeline-content{background-color:var(--light-navy);padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translate(10px);box-shadow:0 5px 20px #ff6b3533}.timeline-content h3{color:var(--white);font-size:1.5rem;margin-bottom:.5rem}.timeline-content h4{color:var(--orange);font-size:1.2rem;margin-bottom:.5rem}.period{color:var(--light-gray);font-size:.9rem;margin-bottom:1rem;font-style:italic}.timeline-content ul{list-style:none;padding-left:0}.timeline-content li{padding-left:1.5rem;margin-bottom:.75rem;position:relative;color:var(--light-gray)}.timeline-content li:before{content:"▹";position:absolute;left:0;color:var(--orange);font-weight:700}.skills{padding:6rem 0;background-color:var(--light-navy)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background-color:var(--navy);padding:2rem;border-radius:8px;border:1px solid rgba(255,107,53,.1);transition:transform .3s ease,border-color .3s ease}.skill-category:hover{transform:translateY(-5px);border-color:var(--orange)}.skill-category h3{color:var(--white);font-size:1.3rem;margin-bottom:1.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background-color:#ff6b351a;color:var(--orange);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,107,53,.3);transition:all .3s ease}.skill-tag:hover{background-color:var(--orange);color:var(--white);transform:scale(1.05)}.contact{padding:6rem 0}.contact-content{max-width:800px;margin:0 auto}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-item{display:flex;gap:1.5rem;padding:2rem;background-color:var(--light-navy);border-radius:8px;transition:transform .3s ease}.contact-item:hover{transform:translateY(-5px)}.contact-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#ff6b351a;border-radius:8px;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:var(--orange)}.contact-item h4{color:var(--white);font-size:1.1rem;margin-bottom:.5rem}.contact-item a{color:var(--orange);text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--lighter-gray)}.contact-item p{color:var(--light-gray)}.footer{background-color:var(--black);padding:2rem 0;text-align:center}.footer p{color:var(--light-gray);font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.nav-links{gap:1rem;flex-wrap:wrap}.hero .container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-buttons{flex-direction:column}.section-title{font-size:2rem}.timeline:before{left:10px}.timeline-item{padding-left:40px}.timeline-marker{left:1px}.skills-grid{grid-template-columns:1fr}}
