:root{--bg-color:#0b1120;--bg-card:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#10b981;--accent-light:#34d399;--accent-glow:#10b98133;--border-radius:12px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-main);margin-bottom:.5rem;font-family:Outfit,sans-serif}a{color:var(--accent);transition:var(--transition);text-decoration:none}a:hover{color:var(--accent-light);text-shadow:0 0 8px var(--accent-glow)}.container{max-width:1000px;margin:0 auto;padding:4rem 2rem}section{margin-bottom:6rem;animation:1s ease-out fadeIn}section h2{margin-bottom:2rem;font-size:2rem;display:inline-block;position:relative}section h2:after{content:"";background-color:var(--accent);border-radius:4px;width:50%;height:3px;position:absolute;bottom:-4px;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.tag-container{flex-wrap:wrap;gap:.75rem;display:flex}.tag{color:var(--accent-light);transition:var(--transition);cursor:default;background-color:#1e293b99;border:1px solid #34d39933;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.tag:hover{background-color:var(--accent-glow);transform:translateY(-2px)}.hero{flex-direction:column;justify-content:center;min-height:80vh;margin-bottom:2rem;display:flex}.hero h1{background:linear-gradient(135deg,#f8fafc 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;animation:.8s ease-out slideIn}.hero h2{color:var(--accent);margin-bottom:.5rem;font-size:1.5rem;font-weight:400;animation:1s ease-out slideIn}.hero p{color:var(--text-muted);max-width:600px;margin-bottom:2rem;font-size:1.1rem;animation:1.2s ease-out slideIn}.social-links{gap:1.5rem;margin-top:1.5rem;animation:1.4s ease-out slideIn;display:flex}.social-links a{background-color:var(--bg-card);width:45px;height:45px;color:var(--text-main);border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background-color:var(--accent);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #10b98133}.about-text{color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem}.experience-card,.education-card,.project-card{background-color:var(--bg-card);border-radius:var(--border-radius);border:1px solid #ffffff0d;margin-bottom:2rem;padding:2rem;transition:transform .3s,box-shadow .3s}.experience-card:hover,.education-card:hover,.project-card:hover{border-color:#10b9814d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.card-title h3{margin-bottom:.2rem;font-size:1.5rem}.card-title h4{color:var(--accent);font-size:1.1rem;font-weight:500}.card-date{color:var(--accent);background-color:#10b9811a;border-radius:20px;padding:.3rem .8rem;font-size:.875rem;font-weight:600}.experience-card ul{margin-left:0;list-style-type:none}.experience-card li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.experience-card li:before{content:"▹";color:var(--accent);position:absolute;left:0}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.skill-category h3{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;display:flex}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card h3{color:var(--text-main)}.project-card p{color:var(--text-muted);margin-top:1rem}@media (width<=768px){.hero h1{font-size:2.5rem}.card-header{flex-direction:column}}
