*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans CJK SC,Noto Sans,sans-serif;background:linear-gradient(135deg,#0f1c3f,#1a2d5e,#0d1a36);color:#e0e0e0;line-height:1.6;overflow-x:hidden}#root,.portfolio{width:100%;min-height:100vh;background:linear-gradient(135deg,#0f1c3f,#1a2d5e,#0d1a36);background-attachment:fixed}nav{position:fixed;top:0;left:0;right:0;background:#0f1c3ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(100,200,255,.2);z-index:1000;box-shadow:0 4px 12px #0000004d}nav .logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#64c8ff,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}nav .nav-links{display:flex;gap:2rem;align-items:center}nav a{color:#b0b0b0;text-decoration:none;transition:color .3s ease;font-size:.95rem;cursor:pointer;padding-bottom:5px;border-bottom:2px solid transparent}nav a:hover{color:#64c8ff}nav a.active{color:#64c8ff;border-bottom-color:#64c8ff}.language-toggle{background:#64c8ff26;border:1px solid rgba(100,200,255,.3);color:#64c8ff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.language-toggle:hover{background:#64c8ff40;border-color:#64c8ff}.container{max-width:1200px;margin:60px auto 0;padding:2rem}section{animation:fadeIn .5s ease-in;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-section{min-height:100vh;display:flex;align-items:center;padding:3rem 0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#64c8ff,#0ea5e9,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;font-weight:700}.hero-text p{font-size:1.2rem;color:#a0a0a0;margin-bottom:2rem}.hero-subtitle{font-size:1.3rem!important;color:#64c8ff!important;margin-bottom:1rem!important}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.stat-box{background:#64c8ff14;border:1px solid rgba(100,200,255,.2);padding:1.5rem;border-radius:8px;transition:all .3s ease}.stat-box:hover{background:#64c8ff26;transform:translateY(-4px);border-color:#64c8ff66}.stat-box .number{font-size:2rem;color:#64c8ff;font-weight:700}.stat-box .label{font-size:.95rem;color:#a0a0a0;margin-top:.5rem}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:600}.btn-primary{background:linear-gradient(135deg,#64c8ff,#0ea5e9);color:#0f1c3f;font-weight:700}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #64c8ff4d}.btn-secondary{background:transparent;color:#64c8ff;border:1px solid #64c8ff}.btn-secondary:hover{background:#64c8ff1a}.hero-visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #64c8ff33}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center top}.section-title{font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(135deg,#64c8ff,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.about-section{padding:4rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-text p{margin-bottom:1.5rem;color:silver;line-height:1.8}.core-strengths{display:flex;flex-direction:column;gap:1.5rem}.strength-item{background:#64c8ff14;border-left:3px solid #64c8ff;padding:1.5rem;border-radius:6px;transition:all .3s ease}.strength-item:hover{background:#64c8ff26;transform:translate(8px)}.strength-item h4{color:#64c8ff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.strength-item p{font-size:.95rem;color:#a0a0a0;margin:0;line-height:1.6}.experience-section{padding:4rem 0;min-height:100vh}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#64c8ff 0%,transparent 100%)}.timeline-item{position:relative;margin-left:3rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(100,200,255,.1)}.timeline-item:last-child{border-bottom:none}.timeline-item:before{content:"";position:absolute;left:-8px;top:0;width:18px;height:18px;border-radius:50%;background:#0f1c3f;border:3px solid #64c8ff;margin-left:-1rem}.timeline-date{color:#64c8ff;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.timeline-company{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.3rem}.timeline-title{color:#a0a0a0;margin-bottom:1rem;font-size:1rem}.timeline-description{font-size:.95rem;color:silver;line-height:1.7}.achievement{display:flex;align-items:flex-start;gap:1rem;margin-top:1rem}.achievement:before{content:"✓";color:#64c8ff;font-weight:700;flex-shrink:0;font-size:1.1rem}.achievement-text{font-size:.9rem;color:#b0b0b0;line-height:1.6}.projects-section{padding:4rem 0;min-height:100vh}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#64c8ff14;border:1px solid rgba(100,200,255,.2);padding:2rem;border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{background:#64c8ff26;transform:translateY(-8px);border-color:#64c8ff66;box-shadow:0 12px 30px #64c8ff33}.project-icon{font-size:2.5rem;margin-bottom:1rem}.project-title{font-size:1.3rem;color:#64c8ff;margin-bottom:.5rem;font-weight:700}.project-subtitle{color:#a0a0a0;font-size:.9rem;margin-bottom:1rem}.project-description{color:silver;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-metrics{display:flex;flex-direction:column;gap:.5rem}.metric{color:#64c8ff;font-size:.9rem}.skills-section{padding:4rem 0;min-height:100vh}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:#64c8ff14;border:1px solid rgba(100,200,255,.2);padding:2rem;border-radius:12px;transition:all .3s ease}.skill-category:hover{background:#64c8ff26;transform:translateY(-4px);border-color:#64c8ff66}.skill-category-title{font-size:1.2rem;color:#64c8ff;margin-bottom:1.5rem;font-weight:700}.skill-item{margin-bottom:1.2rem}.skill-item:last-child{margin-bottom:0}.skill-name{color:silver;margin-bottom:.5rem;font-size:.95rem}.skill-bar{background:#64c8ff1a;height:6px;border-radius:3px;overflow:hidden}.skill-level{background:linear-gradient(90deg,#64c8ff,#0ea5e9);height:100%;border-radius:3px;transition:width .3s ease}.contact-section{padding:4rem 0;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.contact-item{background:#64c8ff14;border:1px solid rgba(100,200,255,.2);padding:2rem;border-radius:12px;transition:all .3s ease}.contact-item:hover{background:#64c8ff26;transform:translateY(-4px)}.contact-icon{font-size:2rem;color:#64c8ff;margin-bottom:1rem}.contact-label{color:#a0a0a0;font-size:.9rem;margin-bottom:.5rem}.contact-value{color:#64c8ff;font-size:1.1rem;word-break:break-all;font-weight:500}.contact-link{color:#64c8ff;text-decoration:none;transition:all .3s ease}.contact-link:hover{text-decoration:underline;color:#00d9ff}footer{background:#0f1c3fb3;border-top:1px solid rgba(100,200,255,.2);padding:2rem;text-align:center;color:#a0a0a0;margin-top:4rem;font-size:.9rem}@media (max-width: 768px){nav .nav-links{flex-direction:column;gap:1rem;font-size:.85rem}nav{flex-direction:column;gap:1rem;padding:.8rem 1rem}nav .logo{font-size:1.3rem;margin-bottom:.5rem}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2.5rem}.about-grid{grid-template-columns:1fr}.container{padding:1rem;margin-top:150px}.section-title{font-size:2rem}.hero-visual{display:none}.projects-grid,.skills-grid{grid-template-columns:1fr}section{padding:2rem 0}}@media (max-width: 480px){nav{padding:.5rem 1rem}nav .logo{font-size:1.1rem}nav a{font-size:.8rem}.container{padding:.5rem;margin-top:200px}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.section-title{font-size:1.8rem}.about-text p{font-size:.95rem}.timeline-item{margin-left:1.5rem}.timeline-item:before{left:-6px;margin-left:-.5rem}}
