:root{--bg-color:#0b1110;--text-color:#e2e8f0;--text-muted:#94a3b8;--accent-color:#10b981;--accent-hover:#059669;--card-bg:#ffffff08;--card-border:#ffffff14;--font-inter:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.8s ease-out forwards fadeIn}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.container{max-width:1100px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.section-title{align-items:center;gap:1rem;margin-bottom:3rem;font-size:2rem;font-weight:700;display:flex}.section-title:after{content:"";background:var(--card-border);flex:1;height:1px}.text-accent{color:var(--accent-color)}.animated-bg{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.hero{align-items:center;min-height:100vh;padding-top:0;display:flex;position:relative}.hero-content{max-width:800px}.hero-badge{background:var(--card-bg);border:1px solid var(--card-border);color:var(--accent-color);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.hero-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:2rem;font-weight:400}.separator{color:var(--card-border);margin:0 .5rem}.hero-description{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;display:flex}.btn{cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent-color);color:var(--bg-color);border:1px solid var(--accent-color)}.btn-primary:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-2px)}.btn-secondary{color:var(--text-color);border:1px solid var(--card-border);background-color:#0000}.btn-secondary:hover{border-color:var(--text-muted);background-color:var(--card-bg);transform:translateY(-2px)}@media (width<=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.125rem}.hero-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.about-content{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.about-photo-wrapper{aspect-ratio:1;border:1px solid var(--card-border);background-color:var(--card-bg);border-radius:50%;width:100%;transition:all .3s;position:relative;overflow:hidden}.about-photo-wrapper:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 30px -10px #10b98133}.about-photo{object-fit:cover;filter:grayscale()contrast(1.1)brightness(.9);width:100%;height:100%;transition:filter .3s}.about-photo-wrapper:hover .about-photo{filter:grayscale(80%)contrast(1.15)brightness()sepia(20%)hue-rotate(100deg)}.about-info{flex-direction:column;gap:3rem;display:flex}.about-text{color:var(--text-muted);font-size:1.125rem}.about-text p{margin-bottom:1.5rem}.about-text p:last-child{margin-bottom:0}.about-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:1rem;padding:2rem;transition:transform .3s,border-color .3s}.stat-card:hover{border-color:var(--accent-color);transform:translateY(-5px)}.stat-card h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.stat-card p{color:var(--accent-color);font-size:.875rem}@media (width<=768px){.about-content{grid-template-columns:1fr;gap:3rem}.about-photo-wrapper{max-width:320px;margin:0 auto}}.skills-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.skill-category{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:2.5rem}.category-header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.category-header h3{font-size:1.5rem;font-weight:600}.tags-container{flex-wrap:wrap;gap:1rem;display:flex}.skill-tag{color:var(--accent-color);background:#10b9811a;border:1px solid #10b98133;border-radius:2rem;padding:.5rem 1.25rem;font-weight:500;transition:all .2s}.skill-tag:hover{background:var(--accent-color);color:var(--bg-color);transform:translateY(-2px)}.focus-list{flex-direction:column;gap:1rem;display:flex}.focus-item{color:var(--text-color);background:#ffffff05;border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;font-size:1.125rem;transition:transform .2s;display:flex}.focus-item:hover{background:#ffffff0d;transform:translate(10px)}.focus-bullet{background-color:var(--accent-color);width:8px;height:8px;box-shadow:0 0 10px var(--accent-color);border-radius:50%}@media (width<=768px){.skills-grid{grid-template-columns:1fr}}.projects-intro{color:var(--text-muted);max-width:800px;margin-bottom:4rem;font-size:1.125rem}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--card-border);width:2px;position:absolute;top:0;bottom:0;left:24px}.timeline-item{margin-bottom:3rem;padding-left:5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{background:var(--bg-color);border:2px solid var(--accent-color);z-index:1;border-radius:50%;width:16px;height:16px;position:absolute;top:0;left:17px;box-shadow:0 0 10px #10b98180}.timeline-content{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:2rem;transition:transform .3s,border-color .3s}.timeline-content:hover{border-color:#10b9814d;transform:translateY(-5px)}.project-status{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#ffffff0d;border-radius:1rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.project-title{color:var(--text-color);margin-bottom:.25rem;font-size:1.5rem}.project-type{color:var(--accent-color);margin-bottom:1rem;font-size:1rem;font-weight:400}.project-desc{color:var(--text-muted);margin-bottom:1.5rem}.project-tools{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tool-tag{border:1px solid var(--card-border);color:var(--text-muted);background:#0003;border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem}.btn-read-more{color:var(--text-muted);cursor:not-allowed;opacity:.5;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}@media (width<=768px){.timeline:before{left:16px}.timeline-marker{left:9px}.timeline-item{padding-left:3rem}}.contact-section{padding-bottom:8rem}.contact-wrapper{max-width:800px;margin:0 auto}.contact-desc{color:var(--text-muted);margin-bottom:3rem;font-size:1.125rem}.contact-links{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.contact-card:hover{border-color:var(--accent-color);background:#10b9810d;transform:translate(10px)}.icon-wrapper{background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.contact-card h3{color:var(--text-color);margin-bottom:.25rem;font-size:1.125rem}.contact-card p{color:var(--text-muted);font-size:.875rem}.footer{text-align:center;border-top:1px solid var(--card-border);color:var(--text-muted);margin-top:2rem;padding:2rem;font-size:.875rem}
