:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:360px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;background:#1e1e1ed9;border-bottom:1px solid #ffffff14;width:100%;height:70px;transition:all .3s ease-in-out;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:auto;padding:0 25px;display:flex}.logo{letter-spacing:1px;cursor:pointer;font-size:1.8rem;font-weight:700}.logo .accent{color:#00e5ff;text-shadow:0 0 6px #00e5ff}.nav-links{align-items:center;gap:30px;display:flex}.nav-links a{color:#e8eaeb;align-items:center;gap:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .4s;display:flex;position:relative}.nav-links a:after{content:"";background:#00e5ff;width:0%;height:2px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-6px;left:0}.nav-links a:hover{color:#00e5ff}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#00e5ff}.nav-links a.active:after{width:100%}.btn-nav{background:linear-gradient(135deg,#2dc3d3,#588187);border-radius:25px;padding:10px 20px;font-weight:600;transition:all .3s;position:relative;overflow:hidden;color:#0a0a0a!important}.btn-nav:after{display:none}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00e5ff73}.icon{font-size:1.1rem;transition:transform .3s,color .3s}.nav-links a:hover .icon,.nav-links a.active .icon{color:#00e5ff;transform:scale(1.2)}@media (max-width:768px){.nav-links{gap:18px}.icon{font-size:1rem}}.footer{color:#cfd8dc;background:linear-gradient(#0d0d0d,#121212);padding:80px 20px 30px;font-size:.95rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:50px;max-width:1200px;margin:auto;display:grid}.footer-brand h3{color:#fff;font-size:1.7rem;font-weight:700}.footer-brand h3 span{color:#00e5ff}.footer-brand p{color:#b0bec5;margin-top:14px;line-height:1.7}.footer-info p{align-items:center;gap:10px;margin-top:10px;font-size:.9rem;display:flex}.footer-links h4,.footer-social h4,.footer-skills h4{color:#fff;margin-bottom:18px;font-size:1.1rem;position:relative}.footer-links h4:after,.footer-social h4:after,.footer-skills h4:after{content:"";background:#00e5ff;width:40px;height:2px;position:absolute;bottom:-6px;left:0}.footer-links a{color:#cfd8dc;align-items:center;gap:10px;margin-bottom:12px;text-decoration:none;transition:all .3s;display:flex}.footer-links a:hover{color:#00e5ff;transform:translate(6px)}.footer-skills span{color:#cfd8dc;align-items:center;gap:10px;margin-bottom:10px;display:flex}.footer-skills svg{color:#00e5ff}.availability{color:#00e5ff;margin-top:15px;font-size:.9rem}.social-icons{gap:15px;display:flex}.social-icons a{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s;display:flex}.social-icons a:hover{color:#00363a;background:#00e5ff;transform:translateY(-5px);box-shadow:0 6px 20px #00e5ff73}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;max-width:1200px;margin:60px auto 0;padding-top:25px;display:flex}.footer-bottom p{color:#9ea7ad;font-size:.85rem}.back-to-top{color:#fff;cursor:pointer;background-color:#248e95;border:none;border-radius:5px;padding:10px 15px;transition:background-color .3s}.back-to-top:hover{background-color:#48d6e2;transform:translateY(-5px);box-shadow:0 6px 20px #48d6e273}@media (max-width:768px){.footer{padding:60px 20px 25px}.footer-bottom{text-align:center;justify-content:center}}.hero{color:#fff;background:linear-gradient(135deg,#0f172a,#0b1120);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.hero-container{justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1200px;display:flex}.hero-left{flex:1}.hero-left h1{margin-bottom:10px;font-size:3rem}.hero-left h1 span{background:linear-gradient(90deg,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-left h2{color:#94a3b8;min-height:40px;margin-bottom:20px;font-size:1.5rem}.cursor{animation:1s infinite blink}@keyframes blink{50%{opacity:0}}.hero-left p{color:#cbd5e1;max-width:500px;margin-bottom:30px;line-height:1.6}.hero-buttons{gap:15px;display:flex}.btn{border-radius:30px;padding:10px 25px;font-weight:500;text-decoration:none;transition:all .3s}.primary{color:#fff;background:linear-gradient(90deg,#3b82f6,#06b6d4)}.primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3b82f680}.outline{color:#3b82f6;border:1px solid #3b82f6}.outline:hover{color:#fff;background:#3b82f6}.hero-right{flex:1;justify-content:center;display:flex}.image-wrapper{border-radius:20px;width:320px;height:380px;animation:4s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009}.image-wrapper img{object-fit:cover;width:100%;height:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:900px){.hero-container{text-align:center;flex-direction:column}.hero-left p{max-width:100%}.hero-buttons{justify-content:center}}.about-section{color:#fff;background:#0f172a;padding:100px 10%}.about-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:60px;display:grid}.section-tag{color:#38bdf8;letter-spacing:2px;font-size:14px;font-weight:600}.about-left h2{margin:15px 0 20px;font-size:34px}.about-description{color:#cbd5e1;margin-bottom:40px;line-height:1.7}.about-stats{gap:40px;margin-bottom:50px;display:flex}.stat h3{color:#38bdf8;font-size:30px}.stat p{color:#94a3b8;font-size:14px}.education h3{color:#38bdf8;align-items:center;gap:10px;margin-bottom:20px;display:flex}.education-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;padding:25px;transition:all .3s}.education-card:hover{background:#38bdf814;transform:translateY(-5px)}.education-card h4{margin-bottom:5px}.edu-year{color:#94a3b8;margin-bottom:15px;font-size:14px;display:block}.education-card p{color:#cbd5e1;margin-bottom:15px;font-size:14px;line-height:1.6}.education-card ul{padding:0;list-style:none}.education-card li{margin-bottom:8px;font-size:14px}.profile-card{border-radius:20px;width:260px;margin:0 auto 40px;transition:all .4s;overflow:hidden;box-shadow:0 20px 40px #0006}.profile-card img{width:100%;display:block}.profile-card:hover{transform:translateY(-10px)}.skills-cards{flex-direction:column;gap:20px;display:flex}.skill-card{background:#ffffff0d;border-radius:16px;padding:20px;transition:all .3s}.skill-card:hover{background:#38bdf81a;transform:translateY(-5px)}.icon{color:#38bdf8;margin-bottom:10px;font-size:22px}@media (max-width:992px){.about-container{text-align:center;grid-template-columns:1fr}.about-stats{justify-content:center}}.services-section{color:#fff;background:linear-gradient(135deg,#0f0f23f2 0%,#141428fa 100%);padding:120px 25px;position:relative;overflow:hidden}.services-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00e5ff1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;left:-150px}.services-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#64c8ff14 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:-150px}.services-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.section-title{text-align:center;color:#fff;letter-spacing:-.5px;margin-bottom:15px;font-size:3rem;font-weight:700}.title-underline{background:linear-gradient(90deg,#00e5ff,#64c8ff);border-radius:2px;width:60px;height:4px;margin:0 auto 30px}.section-subtitle{color:#a0aec0;text-align:center;max-width:600px;margin:0 auto 80px;font-size:1.1rem;line-height:1.6}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;padding:20px;display:grid}.service-item{cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%);border:1px solid #00e5ff26;border-radius:16px;padding:40px 35px;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:translateY(50px)}.service-item:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff,#0000);width:200%;height:2px;transition:left .5s;position:absolute;top:0;left:-100%}.service-item:hover:before{left:100%}.service-item:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#00e5ff1a,#0000);transition:opacity .4s;position:absolute;inset:0}.service-item:hover:after{opacity:1}.service-item.show{opacity:1;transform:translateY(0)}.service-item:hover{border-color:#00e5ff59;transform:translateY(-8px);box-shadow:0 20px 50px #00e5ff33,inset 0 1px #ffffff1a}.service-icon{z-index:2;margin-bottom:20px;font-size:3rem;transition:transform .3s;display:inline-block;position:relative}.service-item:hover .service-icon{transform:scale(1.15)rotate(5deg)}.service-content{z-index:2;position:relative}.service-item h3{color:#fff;letter-spacing:-.3px;margin-bottom:15px;font-size:1.35rem;font-weight:600}.service-item p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.65}.service-border{background:linear-gradient(90deg,#00e5ff,#64c8ff);width:0;height:3px;transition:width .4s;position:absolute;bottom:0;left:0}.service-item:hover .service-border{width:100%}@media (max-width:768px){.services-section{padding:80px 20px}.section-title{font-size:2.2rem}.services-grid{grid-template-columns:1fr;gap:25px}.service-item{padding:35px 25px}.service-icon{font-size:2.5rem}.service-item h3{font-size:1.2rem}}@media (max-width:480px){.services-section{padding:60px 15px}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.services-grid{grid-template-columns:1fr;gap:20px;padding:10px}.service-item{padding:30px 20px}}.projects{color:#fff;background:linear-gradient(135deg,#0f172a,#0b1120);padding:100px 20px;position:relative;overflow:hidden}.section-title{text-align:center;background:linear-gradient(90deg,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:80px;font-size:2.5rem;font-weight:700}.timeline{max-width:1100px;margin:auto;position:relative}.timeline:after{content:"";background:linear-gradient(#3b82f6,#06b6d4);width:4px;animation:2s forwards growLine;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@keyframes growLine{0%{height:0}to{height:100%}}.timeline-item{width:50%;padding:20px 50px;transition:all .6s;position:relative}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-dot{background:#3b82f6;border-radius:50%;width:18px;height:18px;animation:2s infinite pulse;position:absolute;top:30px;right:-9px;box-shadow:0 0 15px #3b82f6}.timeline-item.right .timeline-dot{left:-9px}@keyframes pulse{0%{box-shadow:0 0 10px #3b82f6}50%{box-shadow:0 0 30px #06b6d4}to{box-shadow:0 0 10px #3b82f6}}.timeline-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:30px;transition:all .4s;box-shadow:0 20px 40px #0006}.timeline-content:hover{border-color:#3b82f6;transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px #3b82f64d}.timeline-content h3{margin-bottom:8px;font-size:1.4rem}.project-date{color:#94a3b8;margin-bottom:15px;font-size:.85rem;display:block}.tech-stack span{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d;border-radius:50px;margin:6px 6px 0 0;padding:6px 14px;font-size:.8rem;transition:all .3s;display:inline-block}.tech-stack span:hover{color:#fff;background:#3b82f6;transform:translateY(-3px)}.project-links{margin-top:20px}.project-links a{color:#fff;background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:30px;margin-right:10px;padding:8px 18px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.project-links a:hover{transform:translateY(-3px);box-shadow:0 10px 20px #3b82f680}.hidden{opacity:0;transform:translateY(80px)}.show{opacity:1;transition:all 1s;transform:translateY(0)}@media screen and (max-width:768px){.timeline:after{left:20px}.timeline-item{width:100%;padding-left:60px;padding-right:25px}.timeline-item.right{left:0}.timeline-dot{left:11px}}.contact{color:#fff;text-align:center;background:#121212;min-height:100vh;padding:100px 10%}.section{margin-bottom:10px;font-size:2rem;font-weight:600}.section+.section{color:#cbd5e1;margin-bottom:50px;font-size:1rem}.contact-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.contact-info{grid-template-columns:1fr;gap:20px;width:100%;max-width:400px;display:grid}.info-card{text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #00e5ff33;border-radius:20px;align-items:center;gap:15px;padding:20px 15px;transition:all .3s;display:flex}.info-card:hover{border-color:#00e5ff;transform:translateY(-5px);box-shadow:0 10px 25px #00e5ff4d}.info-icon{color:#00e5ff;font-size:2rem}.info-card h4{color:#00e5ff;margin:0;font-size:1rem}.info-card p{color:#cbd5e1;margin:0;font-size:.95rem}.info-card a{color:#00e5ff;text-decoration:none}.info-card a:hover{text-decoration:underline}.contact-form{background:#ffffff0d;border-radius:20px;width:100%;max-width:500px;padding:35px 25px;transition:all .3s;box-shadow:0 15px 35px #00e5ff33}.contact-form:hover{box-shadow:0 25px 50px #00e5ff59}.contact-form h3{color:#00e5ff;text-align:center;letter-spacing:.5px;margin-bottom:25px;font-size:1.5rem}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff14;border:none;border-radius:12px;width:100%;margin-bottom:18px;padding:14px 18px;font-size:1rem;transition:all .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#cbd5e1}.contact-form input:focus,.contact-form textarea:focus{background:#00e5ff1f;outline:none;transform:scale(1.02);box-shadow:0 0 12px #00e5ff}.contact-form button{cursor:pointer;color:#0d1117;background:linear-gradient(90deg,#00e5ff,#00bcd4);border:none;border-radius:50px;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #00e5ff4d}.contact-form button:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 25px #00e5ff73}.form-status{opacity:0;justify-content:center;align-items:center;gap:8px;margin-top:15px;font-size:.95rem;font-weight:500;animation:.6s forwards fadeIn;display:flex}.form-status.success{color:#00e5ff}.form-status.error{color:#ff4d4d}@keyframes fadeIn{to{opacity:1}}@media screen and (max-width:900px){.contact-container{flex-direction:column;align-items:center}.contact-form,.contact-info{max-width:100%}}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html,body{width:100%;height:100%}body{color:#fff;background-color:#121212;line-height:1.6;overflow-x:hidden}#root{width:100%;height:100%}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}a{padding:1.5em;text-decoration:none}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
