html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;overflow-x:hidden}code{background-color:#f1f3f4;border-radius:4px;font-family:Fira Code,Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:2px 6px}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem}h3,h4{font-weight:600}h4{font-size:1.5rem}h5{font-size:1.25rem}h5,h6{font-weight:500}h6{font-size:1rem}p{line-height:1.6;margin-bottom:1rem}a{color:#6366f1;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#4f46e5;transform:translateY(-1px)}::selection{background-color:#6366f1;color:#fff}::-moz-selection{background-color:#6366f1;color:#fff}button{background:none;border:none;cursor:pointer;font-family:inherit}ol,ul{list-style:none}img{display:block;height:auto;max-width:100%}input,select,textarea{font-family:inherit;font-size:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media (prefers-contrast:high){body{background-color:#fff;color:#000}a{color:#00f}a:hover{color:navy}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid #fff3;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffff2;border-bottom:1px solid #6366f11a;box-shadow:0 8px 32px #0000001a}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:15px 20px}.logo{align-items:flex-start;display:flex;flex-direction:column;text-decoration:none}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;letter-spacing:-.02em;line-height:1}.logo-subtitle{color:#6366f1;font-size:.9rem;font-weight:600;letter-spacing:.02em;margin-top:2px}.nav-links{align-items:center;display:flex;gap:30px}.nav-links a{border-radius:8px;color:#1a1a1a;font-size:1rem;font-weight:600;letter-spacing:.01em;padding:12px 16px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-links a:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-links a:hover{background:#6366f10d;color:#6366f1;transform:translateY(-1px)}.nav-links a:hover:after{width:60%}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px}.mobile-menu-toggle span{background:#1a1a1a;border-radius:2px;height:3px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #6366f11a;flex-direction:column;gap:20px;left:0;opacity:0;padding:20px;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden}.nav-links.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.nav-links a{border-bottom:1px solid #0000001a;font-size:1.1rem;padding:15px 0;text-align:center}.nav-links a:last-child{border-bottom:none}.nav-links a:after{display:none}.logo-text{font-size:1.5rem}.logo-subtitle{font-size:.8rem}}@media (max-width:480px){.nav-container{padding:15px}.logo-text{font-size:1.3rem}.logo-subtitle{font-size:.7rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.hero,.home{min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#eef2ff 50%,#e0f2fe);color:#0f172a;display:flex;overflow:hidden;padding:0 20px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.hero-content{flex:1 1;margin-right:50px;max-width:600px;position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;position:relative;text-shadow:none}.hero-subtitle{font-size:2rem;font-weight:500;letter-spacing:.01em;margin-bottom:24px;opacity:.9}.hero-description{font-size:1.3rem;line-height:1.7;margin-bottom:40px;max-width:500px;opacity:.85}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.01em;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#6366f1,#06b6d4);box-shadow:0 4px 15px #6366f140;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#0891b2);box-shadow:0 8px 25px #6366f159;transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 8px 25px #fff3;transform:translateY(-3px)}.hero-image{flex:1 1;z-index:2}.hero-image,.profile-image{align-items:center;display:flex;justify-content:center;position:relative}.profile-image{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 20px 40px #0003;height:320px;overflow:hidden;width:320px}.profile-image:before{animation:rotate 3s linear infinite;background:linear-gradient(45deg,gold,#ffed4e,gold);border-radius:50%;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-photo{border-radius:50%;height:100%;object-fit:cover;width:100%}.image-placeholder{font-size:8rem;opacity:.8}.skills{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0;position:relative}.skills:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='%236366f1' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.section-title{color:#1a1a1a;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:80px;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.skills-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:40px 30px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.skill-category:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.skill-category:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.skill-category h3{color:#1a1a1a;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:30px;text-align:center}.skill-items{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.skill-item{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:30px;box-shadow:0 4px 15px #6366f14d;color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.skill-item:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px) scale(1.05)}.projects-preview{background:linear-gradient(135deg,#fff,#f8fafc);padding:120px 0;position:relative}.projects-preview-text{color:#666;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.projects-preview-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:60px}.project-preview-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-preview-card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.project-preview-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-12px)}.project-preview-icon{font-size:3rem;margin-bottom:20px}.project-preview-card h3{color:#1a1a1a;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:15px}.project-preview-card p{color:#666;font-size:1.1rem;line-height:1.6}.projects-preview-button{text-align:center}@media (max-width:768px){.hero{flex-direction:column;padding:50px 20px;text-align:center}.hero-content{margin-bottom:40px;margin-right:0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-buttons{justify-content:center}.profile-image{height:200px;width:200px}.profile-photo{height:100%;width:100%}.image-placeholder{font-size:5rem}.projects-preview-grid,.skills-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.cta{background:linear-gradient(135deg,#667eea,#764ba2);padding:100px 20px;text-align:center}.ctaContent{margin:0 auto;max-width:800px}.ctaTitle{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:20px}.ctaSubtitle{color:#ffffffe6;font-size:1.2rem;margin-bottom:40px}.ctaButton{background:#fff;border-radius:50px;box-shadow:0 10px 30px #0003;color:#667eea;display:inline-block;font-size:1.2rem;font-weight:700;padding:18px 50px;text-decoration:none;transition:all .3s ease}.ctaButton:hover{background:#f8f8ff;box-shadow:0 15px 40px #00000040;transform:translateY(-3px)}.about{min-height:100vh}.about-section{background:linear-gradient(135deg,#f8fafc,#eef2ff 50%,#e0f2fe);padding:120px 0;position:relative}.about-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='%236366f1' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.about-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr;margin-bottom:80px}.about-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:50px;position:relative}.about-text:before{background:linear-gradient(135deg,#6366f1,#06b6d4);content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-intro h3{color:#1a1a1a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:24px}.about-intro p{color:#4a5568;font-size:1.3rem;line-height:1.7;margin-bottom:32px}.about-story{margin-bottom:30px}.about-story h4{color:#1a1a1a;font-size:1.8rem;font-weight:700;letter-spacing:-.01em;margin-bottom:20px}.about-story p{color:#4a5568;font-size:1.2rem;line-height:1.7;margin-bottom:18px}.about-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:35px 25px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{background:linear-gradient(135deg,#6366f1,#06b6d4);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.stat-label{color:#4a5568;font-size:1.1rem;font-weight:600;letter-spacing:.01em}.about-timeline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:50px;position:relative}.about-timeline:before{background:linear-gradient(135deg,#6366f1,#06b6d4);content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-timeline h3{color:#1a1a1a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:50px;text-align:center}.timeline{padding-left:30px;position:relative}.timeline:before{background:linear-gradient(135deg,#6366f1,#06b6d4);border-radius:2px;bottom:0;content:"";left:15px;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:40px;padding-left:40px;position:relative}.timeline-item:before{background:linear-gradient(135deg,#6366f1,#06b6d4);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #6366f133;content:"";height:20px;left:-10px;position:absolute;top:0;width:20px}.timeline-date{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700;letter-spacing:.01em;margin-bottom:12px}.timeline-content h4{color:#1a1a1a;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:12px}.timeline-content p{color:#4a5568;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.about-content{gap:40px;grid-template-columns:1fr}.about-stats{grid-template-columns:1fr 1fr}.about-text,.about-timeline{padding:30px 20px}.about-intro h3,.about-timeline h3{font-size:1.5rem}.timeline{padding-left:20px}.timeline-item{padding-left:30px}}@media (max-width:480px){.about-stats{grid-template-columns:1fr}.stat-card{padding:20px 15px}.stat-number{font-size:2rem}}.projects-page{min-height:100vh}.projects-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:140px 0 100px;position:relative;text-align:center}.projects-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.projects-hero .hero-title{font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px;position:relative;z-index:2}.projects-hero .hero-subtitle{font-size:1.4rem;line-height:1.7;margin:0 auto;max-width:600px;opacity:.9;position:relative;z-index:2}.projects-section{background:#f8fafc;padding:120px 0;position:relative}.projects-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='%236366f1' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1200px}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.project-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-8px) scale(1.02)}.project-image{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;height:220px;justify-content:center;overflow:hidden;position:relative}.project-image:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.project-image .image-placeholder{color:#fff;font-size:4.5rem;position:relative;text-shadow:0 4px 8px #0003;z-index:2}.project-content{padding:50px}.project-content h3{color:#1a1a1a;font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:20px}.project-content>p{color:#4a5568;font-size:1.2rem;line-height:1.7;margin-bottom:30px}.project-tech{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.project-tech span{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:25px;box-shadow:0 4px 15px #6366f14d;color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:10px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-tech span:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px) scale(1.05)}.project-details{background:#6366f10d;border:1px solid #6366f11a;border-radius:15px;margin-bottom:30px;padding:25px}.project-details p{color:#4a5568;font-size:1.05rem;font-weight:500;margin-bottom:10px}.project-details p:last-child{margin-bottom:0}.project-description,.project-highlights{margin-bottom:30px}.project-description h4,.project-highlights h4{color:#1a1a1a;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:18px}.project-description ul,.project-highlights ul{list-style:none;padding:0}.project-description li,.project-highlights li{color:#4a5568;font-size:1.05rem;line-height:1.6;margin-bottom:12px;padding-left:30px;position:relative}.project-description li:before,.project-highlights li:before{color:#6366f1;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.project-links{display:flex;gap:20px;margin-top:40px}.project-link{border:2px solid #6366f1;border-radius:30px;color:#6366f1;display:inline-block;font-weight:600;letter-spacing:.01em;overflow:hidden;padding:14px 28px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-link:before{background:linear-gradient(90deg,#0000,#6366f11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.project-link:hover:before{left:100%}.project-link:hover{background:#6366f1;box-shadow:0 8px 25px #6366f14d;color:#fff;transform:translateY(-3px)}@media (max-width:768px){.projects-grid{gap:20px;grid-template-columns:1fr}.projects-hero .hero-title{font-size:2.5rem}.projects-hero .hero-subtitle{font-size:1.1rem}.projects-hero{padding:100px 0 60px}.projects-section{padding:60px 0}.project-content{padding:30px 20px}.project-content h3{font-size:1.5rem}.project-links{flex-direction:column}.project-link{text-align:center}}@media (max-width:480px){.projects-hero .hero-title{font-size:2rem}.project-tech{justify-content:center}.project-tech span{font-size:.8rem;padding:6px 12px}}.contact{min-height:100vh}.contact-section{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:120px 0;position:relative}.contact-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.contact-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:600px;position:relative;text-align:center;z-index:2}.contact-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:2}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{align-items:flex-start;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;display:flex;gap:20px;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-item:hover{background:#ffffff26;box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.contact-icon{font-size:2.5rem;min-width:60px;text-align:center}.contact-details h3{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin-bottom:12px}.contact-details p{color:#fffc;font-size:1.05rem;line-height:1.6;margin-bottom:15px}.contact-link{color:gold;display:inline-block;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-link:hover{color:#ffed4e;transform:translateY(-1px)}.contact-form-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.contact-form{gap:25px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:1rem;font-weight:600}.form-group input,.form-group textarea{background:#fffc;border:2px solid #e1e5e9;border-radius:12px;font-family:inherit;font-size:1rem;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none;transform:translateY(-1px)}.form-group textarea{min-height:120px;resize:vertical}.btn-full{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 4px 15px #6366f14d;color:#fff;font-size:1.1rem;margin-top:10px;padding:18px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.btn-full:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.btn-full:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.contact-content{gap:40px;grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}.contact-icon{align-self:center}.contact-form-container{padding:30px 20px}.contact-section{padding:60px 0}}.App{background:#0000;min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)}body{padding-top:80px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in{animation:fadeIn .6s ease-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.btn:focus,:focus,a:focus,button:focus{outline:2px solid #6366f1;outline-offset:2px}a:focus{border-radius:2px}
/*# sourceMappingURL=main.e0e43da4.css.map*/