:root{--primary-color: #336699;--accent-color: #2080df;--animation-duration: .3s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:MiSans,HarmonyOS Sans,Source Han Sans CN,Source Han Sans SC,Noto Sans SC,system-ui,sans-serif;background:#f8f9fa;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;padding:3rem 0;animation:fadeIn 1s ease}.profile-img{width:180px;height:180px;border-radius:50%;margin-bottom:1.5rem;object-fit:cover;transition:transform var(--animation-duration)}.profile-img:hover{transform:scale(1.05)}.contact-info{display:flex;justify-content:center;gap:2rem;margin:1.5rem 0;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;transition:color var(--animation-duration)}.contact-item:hover{color:var(--accent-color)}.section{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 2px 15px #0000001a;opacity:0;animation:slideUp .8s ease forwards}.section:nth-child(2){animation-delay:.2s}.section:nth-child(3){animation-delay:.4s}.section:nth-child(4){animation-delay:.6s}h2{color:var(--primary-color);margin-bottom:1.5rem;border-left:4px solid var(--accent-color);padding-left:1rem}.project-card{padding:1.5rem;border:1px solid #eee;border-radius:8px;margin:1rem 0;transition:transform var(--animation-duration)}.project-card:hover{transform:translateY(-5px)}.project-head{width:100%;margin-block-end:.5rem;border-collapse:collapse}.project-head td{font-weight:550}.education-head td:nth-child(1){width:25%}.education-head td:nth-child(2){width:35%}.education-head td:nth-child(3){width:20%}.education-head td:nth-child(4){width:20%}.internship-head td:nth-child(1){width:25%}.internship-head td:nth-child(2){width:20%}.internship-head td:nth-child(3){width:35%}.internship-head td:nth-child(4){width:20%}h3{font-weight:550;font-size:1rem}.tech-tags{margin-block-end:.5rem}.tech-tag{display:inline-block;background:var(--accent-color);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;margin:.3rem}ul{padding-inline-start:1rem}strong{font-weight:550}a{text-decoration:none;color:var(--primary-color);transition:color var(--animation-duration)}a:hover{color:var(--accent-color)}@media (max-width: 800px){.container{padding:1rem}.section{padding:1.5rem}.project-head{display:block}.project-head td{display:block;margin-bottom:.5rem}.project-head td:nth-child(1),.project-head td:nth-child(2),.project-head td:nth-child(3),.project-head td:nth-child(4){width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
