:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#e2e8f0;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease}.header.scrolled{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000004d;padding:.75rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.5px}.logo-accent{color:#6366f1}.nav{display:flex;gap:2rem}.nav-link{color:#94a3b8;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease;position:relative}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .3s ease}.nav-link:hover:after{width:100%}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-btn span{display:block;width:25px;height:2px;background:#fff;transition:all .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.mobile-menu-btn{display:flex}.nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#0f172afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease}.nav.open{right:0}.nav-link{font-size:1.5rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:6rem 2rem 2rem;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.orb-1{width:600px;height:600px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-200px;right:-200px;animation:float 8s ease-in-out infinite}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#3b82f6);bottom:-100px;left:-100px;animation:float 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:50px 50px}.hero-content{max-width:800px;text-align:center;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;color:#a5b4fc;margin-bottom:1.5rem}.badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1.1}.hero-title .highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.25rem,4vw,2rem);font-weight:600;color:#94a3b8;margin-bottom:1rem}.hero-tagline{font-size:1.125rem;color:#64748b;max-width:500px;margin:0 auto 2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#64748b}.scroll-indicator{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;animation:bounce 2s ease-in-out infinite}.scroll-indicator span{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.1em}.mouse{width:24px;height:38px;border:2px solid #64748b;border-radius:12px;position:relative}.wheel{width:4px;height:8px;background:#64748b;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scroll 2s ease-in-out infinite}@keyframes scroll{0%,to{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.5;transform:translate(-50%) translateY(10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width: 768px){.hero{padding:5rem 1.5rem 2rem}.hero-stats{gap:2rem}.stat-number{font-size:1.5rem}}.about{padding:6rem 2rem;background:linear-gradient(180deg,transparent,rgba(99,102,241,.02))}.container{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff}.about-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.about-image{display:flex;justify-content:center}.image-wrapper{position:relative}.image-placeholder{width:280px;height:280px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;color:#fff;position:relative;z-index:1}.image-decoration{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:2px solid rgba(99,102,241,.3);border-radius:24px;animation:pulse-border 3s ease-in-out infinite}@keyframes pulse-border{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}}.about-text h3{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.about-text p{font-size:1.0625rem;color:#94a3b8;line-height:1.8;margin-bottom:1.5rem}.about-info{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.info-value{font-size:1rem;color:#e2e8f0;font-weight:500}.about-links{display:flex;gap:1rem}.social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease}.social-link:hover{background:#6366f11a;border-color:#6366f14d;color:#a5b4fc;transform:translateY(-2px)}.social-link svg{width:18px;height:18px}@media (max-width: 900px){.about-content{grid-template-columns:1fr;gap:3rem}.about-image{order:-1}.image-placeholder{width:220px;height:220px;font-size:3rem}}@media (max-width: 500px){.about-info{grid-template-columns:1fr}.about-links{flex-direction:column}}.skills{padding:6rem 2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;transition:all .3s ease}.skill-category:hover{background:#ffffff0a;border-color:#6366f133;transform:translateY(-5px)}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.category-icon{font-size:1.5rem}.category-name{font-size:1.125rem;font-weight:600;color:#fff}.skills-list{display:flex;flex-direction:column;gap:1rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-info{display:flex;justify-content:space-between;align-items:center}.skill-name{font-size:.9rem;color:#e2e8f0;font-weight:500}.skill-level{font-size:.8rem;color:#6366f1;font-weight:600}.skill-bar{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;transition:width 1s ease-out}.category-description{font-size:.8rem;color:#94a3b8;margin-top:.25rem}.category-achievements{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.achievements-title{font-size:.85rem;font-weight:600;color:#a5b4fc;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.achievements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.achievements-list li{font-size:.8rem;color:#94a3b8;padding-left:1rem;position:relative;line-height:1.5}.achievements-list li:before{content:"→";position:absolute;left:0;color:#6366f1}@media (max-width: 600px){.skills-grid{grid-template-columns:1fr}}.projects{padding:6rem 2rem;background:linear-gradient(180deg,transparent,rgba(99,102,241,.02))}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 20px 40px #0000004d}.project-image{position:relative;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.project-link:hover{background:#6366f14d;border-color:#6366f180}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.project-description{font-size:.95rem;color:#a5b4fc;margin-bottom:.75rem;font-weight:500}.project-long-description{font-size:.9rem;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.projects-more{display:flex;justify-content:center;margin-top:3rem}@media (max-width: 400px){.projects-grid{grid-template-columns:1fr}}.experience{padding:6rem 2rem}.timeline{position:relative;max-width:900px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(180deg,#6366f1,#8b5cf6,#6366f1);opacity:.3}.timeline-item{position:relative;width:calc(50% - 30px);margin-bottom:3rem}.timeline-item.left{margin-right:auto}.timeline-item.right{margin-left:auto}.timeline-marker{position:absolute;top:0;width:16px;height:16px}.timeline-item.left .timeline-marker{right:-38px}.timeline-item.right .timeline-marker{left:-38px}.marker-dot{width:16px;height:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 0 20px #6366f180}.timeline-content{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;transition:all .3s ease}.timeline-content:hover{background:#ffffff0a;border-color:#6366f133;transform:translateY(-3px)}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.experience-title h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.25rem}.company{font-size:1rem;color:#a5b4fc;font-weight:500}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.period{font-size:.875rem;color:#6366f1;font-weight:600}.location{font-size:.8rem;color:#64748b}.experience-description{font-size:.95rem;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.achievements{list-style:none;padding:0;margin:0 0 1rem}.achievements li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.9rem;color:#cbd5e1;line-height:1.5}.achievements li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#6366f1;border-radius:50%}.experience-tech{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.timeline:before{left:15px}.timeline-item{width:calc(100% - 40px);margin-left:40px!important;margin-right:0!important}.timeline-item .timeline-marker{left:-32px!important;right:auto!important}.experience-header{flex-direction:column}.experience-meta{align-items:flex-start}}.contact{padding:6rem 2rem;background:linear-gradient(180deg,transparent,rgba(99,102,241,.02))}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1rem}.contact-info>p{font-size:1.0625rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;text-decoration:none;transition:all .3s ease}.contact-method:hover{background:#6366f11a;border-color:#6366f14d;transform:translate(5px)}.method-icon{width:48px;height:48px;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#a5b4fc}.method-details{display:flex;flex-direction:column;gap:.25rem}.method-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.method-value{font-size:1rem;color:#e2e8f0;font-weight:500}.contact-form{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#e2e8f0}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#6366f10d;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;justify-content:center}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 20px #ef444466}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form{padding:1.5rem}}.footer{padding:4rem 2rem 2rem;background:#0f172a80;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:inline-block;margin-bottom:.75rem}.footer-tagline{color:#64748b;font-size:.95rem;line-height:1.6;max-width:300px}.footer-nav h4,.footer-social h4{font-size:.875rem;font-weight:600;color:#e2e8f0;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav li{margin-bottom:.5rem}.footer-nav a{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-nav a:hover{color:#a5b4fc}.social-links{display:flex;gap:.75rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#94a3b8;transition:all .3s ease}.social-links a:hover{background:#6366f133;border-color:#6366f166;color:#a5b4fc;transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{color:#64748b;font-size:.875rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-tagline{max-width:100%}.social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.app{min-height:100vh;width:100%}::selection{background:#6366f14d;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}*:focus-visible{outline:2px solid #6366f1;outline-offset:2px}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;padding:.5rem 1rem;background:#6366f11a;border-radius:50px;font-size:.875rem;font-weight:500;color:#a5b4fc;margin-bottom:1rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin:0}.section-description{max-width:500px;margin:1rem auto 0;color:#94a3b8;font-size:1.0625rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 20px #6366f166}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #6366f180}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.tech-tag{padding:.25rem .75rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:50px;font-size:.75rem;color:#a5b4fc;font-weight:500}
