.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #667eea1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.nav{align-items:center;justify-content:space-between;padding:1rem 0}.logo,.nav{display:flex}.logo{color:#333;flex-direction:column;text-decoration:none}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.logo-subtitle{color:#667eea;font-size:.8rem;font-weight:500}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active,.nav-link:hover{color:#667eea}.nav-social{display:flex;gap:1rem}.social-link{align-items:center;background:#667eea1a;border-radius:50%;color:#667eea;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.menu-toggle{background:none;border:none;color:#667eea;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}@media (max-width:768px){.menu-toggle{display:block}.nav-menu{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;flex-direction:column;gap:2rem;height:calc(100vh - 80px);justify-content:flex-start;left:-100%;padding-top:2rem;position:fixed;top:80px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}.nav-social{display:none}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin-top:auto;padding:60px 0 20px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#667eea;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6;margin-bottom:.5rem;opacity:.9}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;opacity:.9;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#667eea;display:inline-block;opacity:1;transform:translateX(5px)}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.footer-social a:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;opacity:.7;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}}.hero,.home{min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#667eea0d,#764ba20d);display:flex;overflow:hidden;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30 0 0h60z' fill='%23667eea' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{max-width:600px;position:relative;z-index:1}.hero-title{color:#333;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#667eea;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.hero-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-buttons .btn{align-items:center;display:flex;gap:.5rem}.hero-social{display:flex;gap:1rem}.hero-social a{align-items:center;background:#667eea1a;border-radius:50%;color:#667eea;display:flex;font-size:1.3rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.hero-social a:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-3px)}.hero-image{height:400px;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:400px}.floating-icon{align-items:center;animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;color:#667eea;display:flex;font-size:8rem;height:100%;justify-content:center;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.stat{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#666;font-weight:500}.preview-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.preview-card{background:#fff;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.preview-card:hover{box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.preview-icon{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;color:#667eea;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.preview-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.preview-card p{color:#666;line-height:1.6}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-image{display:none}.about-grid{gap:2rem}.about-grid,.about-stats,.preview-grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{box-shadow:0 12px 40px #667eea33;transform:translateY(-8px)}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.featured-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem;position:absolute;right:1rem;top:1rem}.project-content{padding:1.5rem}.project-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.project-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;line-height:1.6;margin-bottom:1rem;overflow:hidden}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.project-links{display:flex;gap:1rem;margin-bottom:1rem}.project-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.project-link:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.project-year{color:#999;font-size:.9rem;font-weight:500}@media (max-width:768px){.project-content{padding:1rem}.project-title{font-size:1.1rem}.project-links{flex-direction:column}.project-link{justify-content:center}}.projects-page{min-height:100vh;padding:80px 0}.projects-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:4rem}.no-projects{color:#666;padding:4rem 2rem;text-align:center}.no-projects h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.technologies-section{margin-top:4rem;text-align:center}.technologies-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:2rem}.tech-cloud{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.tech-cloud-item{background:#667eea1a;border-radius:20px;color:#667eea;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tech-cloud-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}@media (max-width:768px){.projects-grid{gap:1.5rem;grid-template-columns:1fr}.projects-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}}.skill-card{background:#fff;border:1px solid #667eea1a;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem;transition:all .3s ease}.skill-card:hover{border-color:#667eea33;box-shadow:0 8px 30px #667eea26;transform:translateY(-4px)}.skill-header{gap:1rem;margin-bottom:1rem}.skill-header,.skill-icon{align-items:center;display:flex}.skill-icon{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;font-size:2rem;height:50px;justify-content:center;width:50px}.skill-info{flex:1 1}.skill-name{color:#333;font-size:1.1rem;font-weight:600;margin:0}.skill-category{color:#667eea;font-size:.85rem;font-weight:500}.skill-level{border-radius:20px;font-size:.8rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase}.skill-level.expert{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.skill-level.advanced{background:#667eea1a;color:#667eea}.skill-level.intermediate{background:#ffc1071a;color:#ffc107}.skill-level.beginner{background:#28a7451a;color:#28a745}.skill-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.skill-footer{align-items:center;display:flex;justify-content:space-between}.skill-experience{color:#999;font-size:.85rem;font-weight:500}@media (max-width:768px){.skill-card{padding:1rem}.skill-header{align-items:flex-start;flex-direction:column;gap:.5rem}.skill-icon{font-size:1.5rem;height:40px;width:40px}}.skills-page{min-height:100vh;padding:80px 0}.skills-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.skills-intro p{color:#666;font-size:1.1rem;line-height:1.8}.skills-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#0000;border:2px solid #667eea;border-radius:25px;color:#667eea;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:4rem}.skills-summary{border-top:1px solid #667eea1a;padding:3rem 0;text-align:center}.skills-summary h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:2rem}.summary-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:600px}.summary-item{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease}.summary-item:hover{transform:translateY(-5px)}.summary-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.summary-item p{color:#666;font-weight:500}@media (max-width:768px){.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skills-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}.summary-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.summary-item{padding:1.5rem}.summary-item h3{font-size:2rem}}.experience-page{min-height:100vh;padding:80px 0}.experience-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.experience-intro p{color:#666;font-size:1.1rem;line-height:1.8}.timeline{margin:0 auto 4rem;max-width:800px;position:relative}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-marker{align-items:center;display:flex;flex-direction:column;flex-shrink:0;position:relative;width:60px}.timeline-dot{background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #667eea1a;height:20px;width:20px;z-index:2}.timeline-line{background:linear-gradient(180deg,#667eea,#764ba2);flex:1 1;margin-top:10px;width:2px}.timeline-content{background:#fff;border:1px solid #667eea1a;border-radius:12px;box-shadow:0 4px 20px #00000014;flex:1 1;margin-left:2rem;padding:2rem;transition:all .3s ease}.timeline-content:hover{box-shadow:0 8px 30px #667eea26;transform:translateY(-4px)}.timeline-header h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.timeline-header h4{color:#667eea;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.timeline-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.timeline-meta span{color:#666;font-size:.9rem;font-weight:500}.timeline-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.achievements{margin-bottom:1.5rem}.achievements h5{color:#333;font-size:1rem;font-weight:600;margin-bottom:.8rem}.achievements ul{list-style:none;padding:0}.achievements li{color:#666;line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.achievements li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.technologies h5{color:#333;font-size:1rem;font-weight:600;margin-bottom:.8rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#667eea1a;border-radius:15px;color:#667eea;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.experience-summary{border-top:1px solid #667eea1a;padding:3rem 0;text-align:center}.experience-summary h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:2rem}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.highlight-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease}.highlight-card:hover{transform:translateY(-5px)}.highlight-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.highlight-card p{color:#666;font-weight:500;line-height:1.4}@media (max-width:768px){.timeline-item{margin-bottom:2rem}.timeline-content{margin-left:1rem;padding:1.5rem}.timeline-marker{width:40px}.timeline-dot{height:16px;width:16px}.highlights-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.highlight-card{padding:1.5rem}.highlight-card h3{font-size:1.5rem}}.contact-page{min-height:100vh;padding:80px 0}.contact-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.contact-intro p{color:#666;font-size:1.1rem;line-height:1.8}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-form-section h2,.contact-info-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;margin-bottom:2rem}.contact-form{background:#fff;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-status{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.form-status.success{background:#28a7451a;border:1px solid #28a74533;color:#28a745}.contact-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-method{align-items:center;background:#fff;border:1px solid #667eea1a;border-radius:12px;box-shadow:0 4px 20px #00000014;color:inherit;display:flex;gap:1rem;padding:1.2rem;text-decoration:none;transition:all .3s ease}.contact-method:hover{box-shadow:0 8px 30px #667eea26;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;color:#667eea;display:flex;flex-shrink:0;font-size:1.3rem;height:50px;justify-content:center;width:50px}.contact-details h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.contact-details p{color:#667eea;font-weight:500;margin-bottom:.2rem}.contact-details span{color:#666;font-size:.9rem}.contact-cta{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid #667eea1a;border-radius:12px;padding:2rem;text-align:center}.contact-cta h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.contact-cta p{color:#666;line-height:1.6}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:2rem}.contact-method{padding:1rem}.contact-icon{font-size:1.1rem;height:40px;width:40px}.contact-cta{padding:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.loading{align-items:center;color:#667eea;display:flex;font-size:1.2rem;justify-content:center;min-height:200px}.error{color:#e53e3e;font-size:1.1rem;padding:40px;text-align:center}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}