*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;line-height:1.6}.starfield{position:fixed;inset:0;overflow:hidden;pointer-events:none}.star{position:absolute;border-radius:50%;background-color:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar{position:fixed;left:1.5rem;top:0;bottom:0;z-index:50;display:flex;align-items:center}.sidebar-content{display:flex;align-items:center;gap:1rem}.sidebar-line{width:1px;height:5rem;background:linear-gradient(to bottom,transparent,#4ade80,transparent)}.sidebar-text{color:#4ade80;font-weight:300;letter-spacing:.3em;white-space:nowrap;transform:rotate(-90deg) translate(5rem);transform-origin:center}.scroll-top{position:fixed;bottom:2rem;right:2rem;z-index:50;width:3rem;height:3rem;border-radius:50%;background-color:#18181b;border:1px solid #27272a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s}.scroll-top:hover{border-color:#4ade80}.scroll-top svg{width:1.25rem;height:1.25rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:10}.hero-content{text-align:center;max-width:1200px}.hero h1{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:2rem}.name-container{position:relative;display:inline-block}.text-outline{-webkit-text-stroke:2px rgba(255,255,255,.3);color:transparent}.text-gradient{position:absolute;inset:0;background:linear-gradient(to right,#4ade80,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;animation:pulse 2s ease-in-out infinite}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#d1d5db;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.btn-primary{padding:.75rem 2rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .3s;font-size:1rem}.btn-primary:hover{background-color:#1d4ed8}.about{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem;position:relative;z-index:10}.about-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.about-container{grid-template-columns:1fr 1fr}}.about-image-wrapper{display:flex;justify-content:center}.about-image{width:16rem;height:20rem;background:linear-gradient(to bottom right,#374151,#111827);border-radius:.5rem;overflow:hidden;border:2px solid #374151;display:flex;align-items:center;justify-content:center;color:#4b5563}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.text-green{color:#4ade80}.about-content p{color:#d1d5db;line-height:1.7}.social-icons{display:flex;gap:1rem;padding:1rem 0}.social-icon{width:3rem;height:3rem;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s;text-decoration:none}.social-icon:hover{transform:scale(1.1)}.social-icon svg{width:1.5rem;height:1.5rem}.btn-download{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #4ade80;border-radius:9999px;color:#4ade80;background:transparent;font-weight:500;cursor:pointer;transition:all .3s;font-size:1rem;text-decoration:none;width:fit-content}.btn-download:hover{background-color:#4ade80;color:#000}.btn-download svg{width:1.25rem;height:1.25rem}.journey{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem;position:relative;z-index:10}.journey-container{max-width:1000px;width:100%}.journey h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;text-align:center;margin-bottom:5rem;color:#4ade80}.timeline{position:relative}.timeline-line{position:absolute;left:50%;transform:translate(-50%);width:1px;height:100%;background:linear-gradient(to bottom,#4ade80,#4ade80,transparent)}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:1rem;height:1rem;background-color:#4ade80;border-radius:50%}.timeline-items{display:flex;flex-direction:column;gap:4rem;position:relative}.timeline-item{display:flex;width:100%}.timeline-item.left{justify-content:flex-start}.timeline-item.right{justify-content:flex-end}@media(min-width:768px){.timeline-item.left .timeline-card{margin-right:52%}.timeline-item.right .timeline-card{margin-left:52%}}.timeline-card{width:100%;max-width:32rem;padding:1.5rem;background-color:#18181b;border:1px solid #27272a;border-radius:.5rem;transition:border-color .3s}.timeline-card:hover{border-color:#4ade80}.timeline-card h3{font-size:1.25rem;font-weight:600;color:#4ade80;margin-bottom:.5rem}.timeline-card .period{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem}.timeline-card p{color:#d1d5db}.projects{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem;position:relative;z-index:10}.projects-container{max-width:1200px;width:100%}.projects h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#4ade80}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{padding:2rem;background-color:#18181b;border:1px solid #27272a;border-radius:.5rem;transition:all .3s}.project-card:hover{border-color:#4ade80;transform:translateY(-5px)}.project-card h3{font-size:1.5rem;font-weight:600;color:#4ade80;margin-bottom:1rem}.project-card p{color:#d1d5db;line-height:1.7;margin-bottom:1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.375rem .75rem;background-color:#27272a;color:#4ade80;border-radius:.25rem;font-size:.875rem;font-weight:500}.tech-stack{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem;position:relative;z-index:10}.tech-container{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:4rem}.tech-category h3{font-size:1.5rem;font-weight:700;color:#9ca3af;margin-bottom:2rem}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.tech-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#18181b;border-radius:.5rem;border:1px solid #27272a;transition:border-color .3s}.tech-item:hover{border-color:#4ade80}.tech-dot{width:.5rem;height:.5rem;border-radius:50%;transition:transform .3s}.tech-item:hover .tech-dot{transform:scale(1.5)}.tech-item span{color:#fff;font-weight:500}
