@charset "UTF-8";body{margin:0;font-family:Inter,sans-serif;color:var(--text-color);background:var(--bg-color);line-height:1.6;transition:background .3s ease,color .3s ease}html,body,#root{min-height:100vh}section{scroll-margin-top:80px;padding:4rem 0}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-light)}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle .theme-icon{color:var(--text-color);transition:transform .3s ease}.theme-toggle:hover{background:rgba(var(--primary),.1)}.theme-toggle:hover .theme-icon{transform:scale(1.1)}.theme-toggle:focus{outline:2px solid rgba(var(--primary),.5);outline-offset:2px}.header{position:fixed;top:0;width:100%;padding:1rem 2rem;z-index:1000;background:rgba(var(--bg-color),.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .3s ease;box-shadow:0 2px 10px #0000001a;height:70px}.header .nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}.header .logo{font-weight:700;font-size:1.5rem}.header .logo a{color:var(--text-color);text-decoration:none;cursor:pointer;font-family:Inter,sans-serif;letter-spacing:1px;font-weight:700}.header .nav-right{display:flex;align-items:center;gap:2rem}.header .nav-links{display:flex;gap:2rem}.header .nav-links li{list-style:none}.header .nav-links li a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer;font-size:.95rem;position:relative;padding:.5rem 0;opacity:.9}.header .nav-links li a.active{color:var(--primary);font-weight:600;opacity:1}.header .nav-links li a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary)}.header .nav-links li a:hover{color:var(--primary);opacity:1}@media (max-width: 768px){.header{padding:1rem}.header .nav-right,.header .nav-links{gap:1rem}.header .logo a{font-size:1.2rem}}@media (max-width: 600px){.header .nav-links{display:none}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 10%;position:relative;color:var(--text-color);background:linear-gradient(135deg,rgba(100,108,255,.05) 0%,var(--bg-color) 100%)}.hero-container{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;width:100%;padding-top:2rem}.hero-text{flex:1}.hero-text h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;font-weight:700;line-height:1.2;color:var(--text-color)}.hero-text h1 .name-animation{color:var(--primary);display:inline-block}.hero-text .title{font-size:clamp(1.2rem,2.5vw,1.8rem);margin-bottom:1.5rem;color:var(--primary);font-weight:500}.hero-text .subtitle{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:3rem;max-width:600px;opacity:.9;line-height:1.6;color:rgba(var(--text-color),.9)}.hero-text .contact-info{margin-bottom:2rem}.hero-text .contact-items{display:flex;gap:1.5rem;justify-content:flex-start}.hero-text .contact-item{display:flex;align-items:center;gap:.8rem;color:var(--text-color);text-decoration:none;padding:.8rem 1.5rem;background:rgba(var(--primary),.1);border-radius:8px;transition:all .3s ease;border:1px solid rgba(var(--primary),.3)}.hero-text .contact-item:hover{background:rgba(var(--primary),.2);transform:translateY(-2px);box-shadow:0 4px 15px #646cff33;border-color:var(--primary)}.hero-text .contact-item .contact-icon{color:var(--primary);font-size:1.1rem}.hero-text .contact-item span{font-weight:500;font-size:.95rem}.hero-text .social-links{display:flex;gap:1.5rem}.hero-text .social-links a{color:var(--text-color);font-size:1.5rem;transition:all .3s ease;padding:.8rem;background:rgba(var(--primary),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--primary),.3)}.hero-text .social-links a:hover{color:var(--primary);transform:translateY(-3px);background:rgba(var(--primary),.2);box-shadow:0 4px 15px #646cff33}.hero-image{flex:1;display:flex;justify-content:center;position:relative}.hero-image .profile-glow{position:absolute;width:calc(100% + 40px);height:calc(100% + 40px);max-width:400px;max-height:400px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;border-radius:16px;background:radial-gradient(circle at center,rgba(var(--primary),.4) 0%,rgba(var(--primary),.1) 50%,transparent 70%);animation:pulse-glow 3s infinite alternate;filter:blur(12px)}.hero-image .profile-image{width:100%;max-width:360px;height:auto;position:relative;z-index:1;border-radius:16px;box-shadow:0 0 25px rgba(var(--primary),.6),0 15px 40px #0000004d;filter:grayscale(10%) contrast(110%);transition:all .3s ease;border:2px solid rgba(var(--primary),.6)}.hero-image .profile-image:hover{filter:grayscale(0%) contrast(100%);transform:scale(1.03);box-shadow:0 0 35px rgba(var(--primary),.8),0 20px 50px #0006}.hero-image .profile-image:hover~.profile-glow{animation:pulse-glow-hover 2s infinite alternate}.hero .scroll-prompt{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;opacity:.9;animation:fadeIn 2s ease-in-out;color:var(--primary)}.hero .scroll-prompt .bounce{animation:bounce 2s infinite;color:var(--primary)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:.9;transform:translate(-50%)}}@keyframes pulse-glow{0%{opacity:.6;width:calc(100% + 40px);height:calc(100% + 40px)}to{opacity:.9;width:calc(100% + 50px);height:calc(100% + 50px)}}@keyframes pulse-glow-hover{0%{opacity:.8;filter:blur(12px)}to{opacity:1;filter:blur(16px)}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 4rem;height:auto}.hero-container{flex-direction:column-reverse;gap:2rem}.hero-text{text-align:center}.hero-text .contact-items{flex-direction:column;align-items:center;gap:1rem}.hero-text .contact-item{justify-content:center;text-align:center}.hero-text .social-links{justify-content:center}.hero-image .profile-glow{max-width:330px;max-height:330px}.hero-image .profile-image{max-width:300px}}.about-section{padding:4rem 2rem;background:var(--bg-color);color:var(--text-color)}.about-section .about-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.about-section .section-title{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:2rem;text-align:center;font-weight:700;color:var(--text-color)}.about-section .section-title .highlight-text{color:var(--primary);position:relative;display:inline-block}.about-section .section-title .highlight-text:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background:var(--primary);transition:width .3s ease}.about-section .section-title .highlight-text:hover:after{width:100%}.about-section .intro-text{font-size:1.1rem;line-height:1.8;max-width:700px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary)}.about-section .skills-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem}.about-section .skill-item{position:relative;font-size:1.1rem;font-weight:500;color:var(--text-secondary);cursor:default;transition:all .3s ease;padding:.5rem 0}.about-section .skill-item .skill-underline{position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.about-section .skill-item:hover{color:var(--primary)}.about-section .skill-item:hover .skill-underline{width:100%}.about-section .info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.about-section .info-box{background:var(--card-bg);border-radius:16px;padding:2rem;border:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.about-section .info-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary)}.about-section .info-box .box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.about-section .info-box .box-header h3{font-size:1.4rem;color:var(--primary);margin:0}.about-section .info-box .box-header .box-icon{font-size:1.8rem;opacity:.8;color:var(--primary)}.about-section .info-box .box-content h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-color)}.about-section .info-box .box-content p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem}.about-section .info-box .box-content ul{list-style:none;padding-left:0}.about-section .info-box .box-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1rem;color:var(--text-secondary)}.about-section .info-box .box-content ul li:before{content:"▹";color:var(--primary);position:absolute;left:0}.about-section .info-box.education-box:before{background:linear-gradient(90deg,var(--primary) 0%,#00d4ff 100%)}.about-section .info-box.focus-box:before{background:linear-gradient(90deg,var(--primary) 0%,#a162e8 100%)}.about-section .info-box:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary)}@media (max-width: 768px){.about-section{padding:3rem 1.5rem}.about-section .skills-row{gap:1rem;justify-content:space-around}.about-section .skill-item{font-size:1rem}.about-section .info-section{grid-template-columns:1fr}}.skills-section{padding:5rem 2rem;background:var(--bg-color, #f8fafc);color:var(--text-color, #1e293b);position:relative;overflow:hidden;transition:background .3s ease,color .3s ease}.skills-section .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.skills-section .section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--heading-color, #1e293b);font-weight:700}.skills-section .section-title span{color:#6366f1;position:relative}.skills-section .section-title span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#6366f1,transparent);transform:scaleX(0);transform-origin:right;transition:transform .5s ease}.skills-section .section-title:hover span:after{transform:scaleX(1);transform-origin:left}.skills-section .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.skills-section .skill-card{background:var(--card-bg, #ffffff);border-radius:12px;padding:1.8rem;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid var(--border-color, rgba(99, 102, 241, .1));box-shadow:var(--card-shadow, 0 5px 15px rgba(0, 0, 0, .05))}.skills-section .skill-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--category-color, #6366f1),transparent);opacity:.8}.skills-section .skill-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow, 0 10px 25px rgba(99, 102, 241, .1));border-color:rgba(var(--category-color, 99, 102, 241),.3)}.skills-section .skill-card:hover .card-glow{opacity:.3}.skills-section .skill-card:hover:before{opacity:1}.skills-section .skill-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skills-section .skill-card .card-header .category-icon{background:rgba(var(--category-color, 99, 102, 241),.12);width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.skills-section .skill-card .card-header .category-icon .category-emoji{font-size:1.6rem}.skills-section .skill-card .card-header h3{font-size:1.4rem;margin:0;color:var(--heading-color, #1e293b);font-weight:600}.skills-section .skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.8rem}.skills-section .skill-item{display:flex;align-items:center;justify-content:center;padding:.6rem .8rem;border-radius:6px;transition:all .2s ease;cursor:default;background:rgba(var(--category-color, 99, 102, 241),.08);border:1px solid rgba(var(--category-color, 99, 102, 241),.12);text-align:center;min-height:38px}.skills-section .skill-item .skill-text{font-size:.85rem;font-weight:600;color:var(--text-color, #1e293b);transition:all .2s ease;line-height:1.2}.skills-section .skill-item:hover{background:rgba(var(--category-color, 99, 102, 241),.15);box-shadow:0 3px 8px rgba(var(--category-color, 99, 102, 241),.1);transform:translateY(-2px);border-color:rgba(var(--category-color, 99, 102, 241),.2)}.skills-section .skill-item:hover .skill-text{color:var(--category-color, #6366f1)}.skills-section .card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(var(--category-color, 99, 102, 241),.1) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.skills-section .soft-skills-title{margin-top:4rem;margin-bottom:2rem}.skills-section .soft-skills-scroll-container{overflow-x:auto;padding:1rem 0;margin:0 -1rem}.skills-section .soft-skills-scroll-container::-webkit-scrollbar{height:8px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-track{background:#6366f11a;border-radius:10px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-thumb{background:#6366f180;border-radius:10px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-thumb:hover{background:#6366f1b3}.skills-section .soft-skills-track{display:flex;gap:1.5rem;padding:0 1rem;width:max-content}.skills-section .soft-skill-card{background:var(--card-bg, #ffffff);border-radius:16px;padding:1.8rem;transition:all .4s ease;position:relative;overflow:hidden;z-index:1;border:1px solid var(--border-color, rgba(99, 102, 241, .15));box-shadow:var(--card-shadow, 0 8px 25px rgba(0, 0, 0, .08));min-width:260px;flex-shrink:0}.skills-section .soft-skill-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6366f1,#818cf8);opacity:.8}.skills-section .soft-skill-card .skill-header{margin-bottom:1.2rem}.skills-section .soft-skill-card .skill-header h3{font-size:1.3rem;color:var(--heading-color, #1e293b);font-weight:600;margin:0}.skills-section .soft-skill-card p{font-size:1rem;line-height:1.6;color:var(--text-color, #1e293b);font-weight:400;margin:0}.skills-section .soft-skill-card .skill-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(99,102,241,.15) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity 极速5 ease}.skills-section .soft-skill-card:hover{transform:translateY(-8px);box-shadow:var(--card-hover-shadow, 0 20px 40px rgba(99, 102, 241, .15));border-color:#6366f14d}.skills-section .soft-skill-card:hover .skill-glow{opacity:.4}.skills-section .soft-skill-card:hover:before{opacity:1}.skills-section .download-container{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}.skills-section .download-card{background:var(--card-bg, #ffffff);border-radius:16px;padding:2.2rem;transition:all .4s ease;position:relative;overflow:hidden;z-index:1;border:1px solid var(--border-color, rgb(99, 102, 241));box-shadow:var(--card-shadow, 0 8px 25px rgba(0, 0, 0, .08));text-align:center;width:300px;display:flex;flex-direction:column;align-items:center}.skills-section .download-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6366f1,#818cf8);opacity:.8}.skills-section .download-card .download-icon{font-size:2.5rem;color:#6366f1;margin-bottom:1.2rem}.skills-section .download-card h3{font-size:1.4rem;color:var(--heading-color, #1e293b);font-weight:600;margin:0 0 1rem}.skills-section .download-card p{font-size:1rem;line-height:1.6;color:var(--text-color, #1e293b);font-weight:400;margin:0 0 1.8rem}.skills-section .download-card .download-btn{display:inline-block;background:#6366f1;color:#fff;padding:.7rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit}.skills-section .download-card .download-btn:hover{background:#4f46e5;transform:translateY(-3px);box-shadow:0 10px 20px #6366f14d}.skills-section .download-card .card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(99,102,241,.15) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity .5 ease}.skills-section .download-card:hover{transform:translateY(-8px);box-shadow:var(--card-hover-shadow, 0 20px 40px rgba(99, 102, 241, .15));border-color:#6366f14d}.skills-section .download-card:hover .card-glow{opacity:.4}.skills-section .download-card:hover:before{opacity:1}@media (max-width: 768px){.skills-section{padding:3rem 1.5rem}.skills-section .section-title{font-size:2.3rem}.skills-section .skills-grid{grid-template-columns:1fr;gap:2rem}.skills-section .skills-container{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.7rem}.skills-section .soft-skills-track{gap:1.2rem}.skills-section .soft-skill-card{min-width:240px;padding:1.5rem}.skills-section .download-container{gap:2rem}.skills-section .download-card{width:100%;max-width:350px;padding:2rem}.skills-section .skill-card{padding:1.5rem}.skills-section .card-header .category-icon{width:50px;height:50px}.skills-section .card-header .category-icon .category-emoji{font-size:1.4rem}.skills-section .card-header h3{font-size:1.3rem}}@media (max-width: 480px){.skills-section .skills-container{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem}.skills-section .card-header{flex-direction:column;text-align:center;gap:.8rem}.skills-section .card-header .category-icon{width:45px;height:45px}.skills-section .card-header .category-icon .category-emoji{font-size:1.3rem}.skills-section .soft-skill-card{min-width:220px;padding:1.3rem}.skills-section .soft-skill-card .skill-header h3{font-size:1.2rem}.skills-section .soft-skill-card p{font-size:.95rem}.skills-section .download-card{padding:1.5rem}.skills-section .download-card h3{font-size:1.3rem}.skills-section .download-card p{font-size:.95rem}.skills-section .skill-item{padding:.5rem .7rem;min-height:35px}.skills-section .skill-item .skill-text{font-size:.8rem}}@media (prefers-color-scheme: dark){.skills-section{--bg-color: #0f172a;--text-color: #e2e8f0;--heading-color: #f1f5f9;--card-bg: #1e293b;--border-color: rgba(99, 102, 241, .2);--card-shadow: 0 8px 25px rgba(0, 0, 0, .3);--card-hover-shadow: 0 20px 40px rgba(99, 102, 241, .2)}}.certifications-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;overflow:hidden}.certifications-section .section-title{text-align:center;margin-bottom:3rem;color:var(--text-color);font-size:2.5rem;position:relative}.certifications-section .section-title:after{content:"";display:block;width:80px;height:4px;background:var(--primary);margin:.5rem auto 0;border-radius:2px}.certifications-section .certifications-container{position:relative;display:flex;align-items:center;gap:1rem}.certifications-section .certifications-scroll{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0;scroll-padding:0 1rem}.certifications-section .certifications-scroll::-webkit-scrollbar{display:none}.certifications-section .achievement-card{flex:0 0 350px;background:var(--card-bg);border-radius:12px;padding:2rem;transition:all .3s ease;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);min-height:280px;display:flex;flex-direction:column;position:relative;overflow:hidden}.certifications-section .achievement-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light));opacity:.7}.certifications-section .achievement-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-5px)}.certifications-section .achievement-card:hover:before{opacity:1}.certifications-section .achievement-header{margin-bottom:1rem}.certifications-section .achievement-header h3{color:var(--text-color);font-size:1.2rem;margin:0 0 .5rem;line-height:1.4}.certifications-section .achievement-header .achievement-type{background:var(--primary);color:var(--bg-color);padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-block;box-shadow:0 2px 4px #0000001a}.certifications-section .achievement-details{flex:1;display:flex;flex-direction:column}.certifications-section .achievement-details p{margin:.5rem 0;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.certifications-section .achievement-details .achievement-meta{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:500}.certifications-section .achievement-details .achievement-description{flex-grow:1}.certifications-section .achievement-link{display:inline-block;margin-top:auto;padding:.5rem 1rem;background:var(--primary);color:var(--bg-color);text-decoration:none;font-weight:600;font-size:.9rem;border-radius:4px;transition:all .15s ease;text-align:center;border:2px solid transparent}.certifications-section .achievement-link:hover{background:transparent;color:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.certifications-section .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--card-bg);border:2px solid var(--primary);color:var(--primary);font-size:1.2rem;font-weight:700;cursor:pointer;z-index:10;transition:all .15s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a}.certifications-section .scroll-btn:hover{background:var(--primary);color:var(--bg-color);transform:translateY(-50%) scale(1.1)}.certifications-section .scroll-btn.scroll-left{left:-20px}.certifications-section .scroll-btn.scroll-right{right:-20px}@media (max-width: 768px){.certifications-section{padding:4rem 1rem}.certifications-section .section-title{font-size:2rem}.certifications-section .certifications-container{gap:.5rem}.certifications-section .achievement-card{flex:0 0 300px;min-height:250px}.certifications-section .scroll-btn{width:35px;height:35px;font-size:1rem}.certifications-section .scroll-btn.scroll-left{left:-15px}.certifications-section .scroll-btn.scroll-right{right:-15px}}@media (max-width: 480px){.certifications-section .achievement-card{flex:0 0 280px;padding:1rem;min-height:230px}.certifications-section .scroll-btn{display:none}.certifications-section .achievement-header h3{font-size:1.1rem}}.projects{padding:4rem;background:var(--bg-color);color:var(--text-color);text-align:center}.projects .projects-header{max-width:800px;margin:0 auto 4rem}.projects .projects-header .featured-label{font-size:.9rem;letter-spacing:3px;text-transform:uppercase;color:rgba(var(--text-color),.7);margin-bottom:1rem;font-weight:500}.projects .projects-header .main-title{font-size:2.8rem;line-height:1.2;color:var(--text-color);margin-bottom:1.5rem;font-weight:700}.projects .projects-header .description{font-size:1.2rem;line-height:1.8;color:rgba(var(--text-color),.8);margin-bottom:0}.projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1300px;margin:0 auto}.projects .project-card{background:rgba(var(--primary),.05);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(var(--primary),.1);text-align:left;position:relative;display:flex;flex-direction:column}.projects .project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(var(--primary),.15);border-color:rgba(var(--primary),.3)}.projects .project-image{position:relative;height:240px;overflow:hidden}.projects .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.projects .project-image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(var(--bg-color),.8),transparent);opacity:.7;transition:opacity .3s ease}.projects .project-image .project-status{position:absolute;top:1rem;right:1rem;background:var(--primary);color:var(--bg-color);padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.projects .project-image:hover img{transform:scale(1.05)}.projects .project-image:hover .overlay{opacity:.4}.projects .project-content{padding:2rem;position:relative;flex:1;display:flex;flex-direction:column}.projects .project-content h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-color)}.projects .project-content .project-role{color:var(--primary);font-weight:600;margin-bottom:1rem;font-size:.9rem}.projects .project-content p{font-size:1.05rem;line-height:1.6;color:rgba(var(--text-color),.8);margin-bottom:1.5rem;flex:1}.projects .project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.projects .project-tags span{background:rgba(var(--primary),.2);color:var(--primary);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500}.projects .github-link{display:inline-block;color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;margin-top:auto;align-self:flex-start}.projects .github-link:hover{color:var(--primary-light);transform:translate(5px)}@media (max-width: 768px){.projects{padding:4rem 1.5rem}.projects .projects-header{margin-bottom:3rem;text-align:center}.projects .projects-header .featured-label{font-size:.8rem}.projects .projects-header .main-title{font-size:2rem}.projects .projects-header .description{font-size:1.1rem}.projects .projects-grid{grid-template-columns:1fr}.projects .project-image{height:200px}.projects .project-content{padding:1.5rem}}:root{--primary: #646cff;--primary-light: rgb(176.5, 180.5516129032, 255);--primary-dark: rgb(23.5, 35.4483870968, 255);--bg-color: #ffffff;--secondary-bg: #f8f8f8;--card-bg: #ffffff;--text-color: #1a1a1a;--text-secondary: gray;--border-color: #eaeaea;--icon-color: #1a1a1a;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}[data-theme=dark]{--primary: #646cff;--primary-light: rgb(176.5, 180.5516129032, 255);--primary-dark: rgb(23.5, 35.4483870968, 255);--bg-color: #1a1a1a;--secondary-bg: rgb(38.75, 38.75, 38.75);--card-bg: rgb(51.5, 51.5, 51.5);--text-color: #ffffff;--text-secondary: rgb(178.5, 178.5, 178.5);--border-color: #4d4d4d;--icon-color: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .3)}.contact-section{padding:5rem 2rem;background:var(--bg-color, #f8fafc);color:var(--text-color, #1e293b)}.contact-section .container{max-width:1200px;margin:0 auto}.contact-section .section-title{font-size:2.8rem;text-align:center;margin-bottom:1.5rem;color:var(--primary, #6366f1);font-weight:700}.contact-section .contact-subtitle{text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.1rem;color:var(--text-color, #1e293b);opacity:.8;line-height:1.6}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-section .contact-info{display:flex;flex-direction:column;gap:2rem}.contact-section .info-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-section .info-item .icon-container{width:40px;height:40px;background:#6366f11a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-section .info-item .icon{color:#6366f1;font-size:1.1rem}.contact-section .info-item h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-color, #1e293b);font-weight:600}.contact-section .info-item p,.contact-section .info-item a{color:var(--text-color, #1e293b);opacity:.8;line-height:1.6;transition:all .3s ease;text-decoration:none}.contact-section .info-item a:hover{color:#6366f1;opacity:1}.contact-section .download-btn{display:inline-block;margin-top:.8rem;padding:.6rem 1.5rem;background:#6366f1;color:#fff;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease;text-decoration:none}.contact-section .download-btn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.contact-section .contact-form-container{background:var(--card-bg, #ffffff);padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #0000000d;border:1px solid var(--border-color, rgba(99, 102, 241, .1))}.contact-section .form-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-color, #1e293b);font-weight:600}.contact-section .form-subtitle{color:var(--text-color, #1e293b);opacity:.7;margin-bottom:2rem;line-height:1.6}.contact-section .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-section .name-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-section .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-color, #1e293b);opacity:.9;font-weight:500}.contact-section .form-group input,.contact-section .form-group textarea{width:100%;padding:1rem;border:1px solid rgba(99,102,241,.2);border-radius:8px;background:var(--input-bg, #ffffff);color:var(--text-color, #1e293b);font-size:1rem;transition:all .3s ease}.contact-section .form-group input:focus,.contact-section .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.contact-section .form-group input::placeholder,.contact-section .form-group textarea::placeholder{color:#1e293b80}.contact-section .submit-btn{background:#6366f1;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.contact-section .submit-btn:hover{background:#4f46e5;box-shadow:0 4px 15px #6366f1}@media (max-width: 768px){.contact-section{padding:3rem 1.5rem}.contact-section .contact-content{grid-template-columns:1fr}.contact-section .contact-form-container{padding:1.5rem}.contact-section .name-fields{grid-template-columns:1fr}}@media (prefers-color-scheme: dark){.contact-section{--bg-color: #0f172a;--text-color: #e2e8f0;--card-bg: #1e293b;--border-color: rgba(99, 102, 241, .2);--input-bg: #1e293b}}
