@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";:root{--bg-color: #080808;--bg-surface: #121212;--accent-yellow: #E5FF00;--text-main: #E0E0E0;--text-dim: #a3a3a3;--linkedin-blue: #0A66C2;--font-main: "Inter", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-main);font-weight:400;overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:800;color:#fff}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--accent-yellow)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2.2rem;background-color:var(--accent-yellow);color:#000;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s;font-family:var(--font-main);letter-spacing:.5px}.btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 0 20px #e5ff0066}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2.2rem;background-color:transparent;color:#fff;font-weight:600;border-radius:50px;border:1px solid var(--text-dim);cursor:pointer;transition:all .3s;font-family:var(--font-main);letter-spacing:.5px}.btn-secondary:hover{border-color:var(--accent-yellow);color:var(--accent-yellow)}.social-circle{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:1px solid var(--accent-yellow);color:var(--accent-yellow);transition:all .3s;background:transparent}.social-circle:hover{background:var(--accent-yellow);color:#000}.linkedin-circle:hover{background:var(--accent-yellow);color:#000;box-shadow:0 0 20px #e5ff00cc}.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#080808e6;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.brand-logo{font-size:1.3rem;font-weight:700;letter-spacing:.5px}.brand-highlight{color:var(--accent-yellow)}.nav-links{display:flex;gap:2.5rem;align-items:center}@media (max-width: 768px){.nav-links{display:none}}.nav-link{font-size:.95rem;color:#e0e0e0;font-weight:500;transition:color .3s;position:relative;padding-bottom:6px}.nav-link:hover,.nav-link.active{color:#fff}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--accent-yellow)}.hero-section{display:flex;align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.hero-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 900px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-subtitle{font-size:1.1rem;font-weight:600;color:var(--text-main);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem}.hero-title{font-size:clamp(3rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1rem}.hero-role{color:var(--accent-yellow);font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.hero-text{color:var(--text-dim);margin-bottom:2.5rem;font-weight:300;font-size:1rem;max-width:500px;line-height:1.8}.hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.hero-socials{display:flex;gap:.75rem}.hero-image-col{display:flex;justify-content:center}.hero-image-wrapper{position:relative;width:320px;height:320px;border-radius:50%}@media (min-width: 900px){.hero-image-wrapper{width:450px;height:450px}}.hero-image-wrapper:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:var(--accent-yellow);filter:blur(60px);opacity:.5;z-index:1}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.section-container{padding:6rem 1.5rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.8rem;font-weight:700}.text-yellow{color:var(--accent-yellow)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.active{opacity:1;transform:translateY(0)}.bg-darker{background-color:#0b0b0b}.about-image{width:250px;height:250px;margin:0 auto 2.5rem;position:relative}.about-image:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;border-radius:50%;background:var(--accent-yellow);filter:blur(40px);opacity:.4;z-index:1}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-role{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.about-text{color:var(--text-dim);font-weight:300;line-height:1.8;margin-bottom:2.5rem}.skills-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.skill-item{width:100%}.skill-name{font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:1.5px;margin-bottom:.75rem;display:block}.skill-bar-bg{width:100%;height:10px;background-color:#e0e0e0;border-radius:20px;overflow:hidden}.skill-bar-fill{height:100%;background-color:var(--accent-yellow);border-radius:20px;transition:width 1.5s cubic-bezier(.23,1,.32,1)}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}.portfolio-card{background-color:var(--bg-surface);border-radius:20px;padding:3rem;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0009}.portfolio-icon-area{height:150px;display:flex;align-items:center;justify-content:center;background-color:#080808;border-radius:12px;margin-bottom:2rem;color:var(--accent-yellow)}.portfolio-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.portfolio-tech{color:var(--accent-yellow);font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500}.portfolio-desc{color:var(--text-dim);font-size:.95rem;margin-bottom:2.5rem;flex:1;line-height:1.7}.portfolio-actions{display:flex;gap:1rem}.pulse-eye{animation:eye-pulse 2s infinite ease-in-out}@keyframes eye-pulse{0%{transform:scale(1);filter:drop-shadow(0 0 5px var(--accent-yellow))}50%{transform:scale(1.15);filter:drop-shadow(0 0 25px var(--accent-yellow))}to{transform:scale(1);filter:drop-shadow(0 0 5px var(--accent-yellow))}}.resume-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 900px){.resume-grid{grid-template-columns:1fr 1fr}}.resume-preview-col{display:flex;justify-content:center}.resume-card-mock{position:relative;width:300px;height:400px;background:linear-gradient(145deg,#1a1a2e,#121212);border-radius:20px;border:1px solid rgba(255,94,0,.1);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 50px #00000080}.resume-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 120%,rgba(255,94,0,.1),transparent 70%)}.resume-card-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:2}.resume-filename{font-family:var(--font-main);font-size:.75rem;color:#ff6859;letter-spacing:2px;font-weight:600}.resume-badge{position:absolute;bottom:1.5rem;left:1.5rem;width:32px;height:32px;background:#ff6859;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px #ff685966}.resume-text-col{text-align:left}.resume-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.resume-desc{color:var(--text-dim);font-size:1rem;line-height:1.8;margin-bottom:2.5rem;max-width:500px}.footer{padding:3rem 1.5rem;text-align:center;color:var(--text-dim);font-size:.85rem;letter-spacing:1px}.contact-wrapper{max-width:600px;background-color:var(--bg-surface);padding:3rem;border-radius:16px;margin:0 auto;box-shadow:0 10px 30px #00000080;border:1px solid rgba(255,255,255,.05)}.contact-title{margin-bottom:2rem;display:block}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{width:100%}.form-input{width:100%;padding:1.2rem;background-color:#0006;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.95rem;font-family:var(--font-main);border-radius:8px;outline:none;transition:all .3s ease}.form-input::placeholder{color:#e0e0e0}.form-input:focus{border-color:var(--accent-yellow);box-shadow:0 0 15px #e5ff001a}.form-textarea{resize:vertical;min-height:120px}.form-submit-wrapper{display:flex;justify-content:flex-end}.btn-solid-orange{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background-color:#ff6859;color:#fff;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:opacity .3s;font-family:var(--font-main)}.btn-solid-orange:hover{opacity:.85}.text-glow{text-shadow:0 0 10px rgba(229,255,0,.5),0 0 20px rgba(229,255,0,.3)}.box-glow{box-shadow:0 0 15px #e5ff0026}.box-glow:hover{box-shadow:0 0 25px #e5ff004d;border-color:#e5ff0080}.internship-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid rgba(229,255,0,.4);border-radius:50px;color:var(--accent-yellow);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem;background-color:#e5ff000d}.internship-dot{width:6px;height:6px;background-color:var(--accent-yellow);border-radius:50%;box-shadow:0 0 8px var(--accent-yellow)}.service-card{background-color:var(--bg-surface);border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-5px);border-color:#e5ff004d;box-shadow:0 15px 30px #0006,inset 0 0 40px #e5ff0008}.service-icon{color:var(--accent-yellow);margin-bottom:1.5rem}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-desc{color:var(--text-dim);font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;flex:1}.service-arrow{color:var(--text-dim);transition:color .3s}.service-card:hover .service-arrow{color:var(--accent-yellow)}.circular-progress-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-top:3rem;margin-bottom:4rem}.circular-progress-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.circular-chart{display:block;margin:0 auto;max-width:80%;max-height:250px}.circle-bg{fill:none;stroke:#1a1a1a;stroke-width:2.5}.circle{fill:none;stroke-width:2.5;stroke-linecap:round;transition:stroke-dasharray 1.5s ease-out}.circular-text{fill:var(--text-main);font-family:var(--font-main);font-size:.4em;font-weight:700}.circular-label{font-size:1rem;font-weight:500}.pill-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.pill-tag{padding:.5rem 1.25rem;background-color:#1a1a1a;border-radius:50px;font-size:.85rem;color:#fff;border:1px solid #333}.stats-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:4rem}.stat-item{text-align:center}.stat-number{font-size:4rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-dim);font-size:.85rem;letter-spacing:2px;text-transform:uppercase;font-weight:600}.project-list-container{display:flex;flex-direction:column;gap:1.5rem}.project-list-card{display:flex;align-items:center;background-color:var(--bg-surface);border-radius:16px;padding:2.5rem;border:1px solid transparent;transition:all .3s ease;gap:2rem}.project-list-card:hover{border-color:#e5ff004d;box-shadow:0 10px 30px #00000080;transform:translateY(-3px)}.project-number{font-size:2.5rem;font-weight:800;color:#ffffff1a;min-width:60px}.project-content{flex:1}.project-list-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-list-desc{color:var(--text-dim);font-size:1rem;line-height:1.5}.project-meta{display:flex;align-items:center;gap:1.5rem}.project-badge{padding:.5rem 1.25rem;border-radius:50px;border:1px solid var(--accent-yellow);color:var(--accent-yellow);font-size:.85rem;font-weight:600;background-color:#e5ff000d;text-align:center}.project-link{color:var(--text-dim);transition:color .3s}.project-link:hover{color:var(--accent-yellow)}.project-highlight-pink{border-color:#ff69b4!important;box-shadow:0 0 20px #ff69b4!important;transform:translateY(-3px);transition:all .3s ease}.highlight-project{animation:project-highlight 2.5s ease-out}@keyframes project-highlight{0%{transform:scale(1.03);box-shadow:0 0 40px var(--accent-yellow);border-color:var(--accent-yellow);background-color:#e5ff001a}to{transform:scale(1);box-shadow:none;border-color:transparent;background-color:var(--bg-surface)}}.stat-link{display:block;cursor:pointer;color:inherit;transition:all .3s ease;text-decoration:none}.stat-link:hover{transform:scale(1.05);filter:drop-shadow(0 0 15px rgba(229,255,0,.4))}
