:root,[data-theme=light]{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-color: #667eea;--secondary-color: #764ba2;--text-dark: #1a1a1a;--text-gray: #666;--text-light: #999;--bg-light: #f8f9ff;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--card-bg: #ffffff;--border-color: rgba(102, 126, 234, .1);--header-bg: rgba(255, 255, 255, .95);--footer-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--footer-text: #e0e0e0;--section-gap: 160px}[data-theme=dark]{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-color: #7c9ffe;--secondary-color: #a78bfa;--text-dark: #e0e0e0;--text-gray: #b0b0b0;--text-light: #888;--bg-light: #1a1a2e;--bg-primary: #0f0f1e;--bg-secondary: #1a1a2e;--card-bg: #16213e;--border-color: rgba(102, 126, 234, .2);--header-bg: rgba(15, 15, 30, .95);--footer-bg: linear-gradient(135deg, #0a0a15 0%, #151523 100%);--footer-text: #c0c0c0;--section-gap: 160px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Source Sans Pro,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-dark);line-height:1.6;min-height:100vh;font-size:15px;text-rendering:optimizeLegibility;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}p{margin:0}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}::-webkit-scrollbar-thumb:hover{background:#764ba2}#app{width:100%;min-height:100vh}html,body{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}*{transition-property:background-color,border-color,color,box-shadow;transition-duration:.3s;transition-timing-function:ease}section{position:relative;overflow:hidden}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}table{width:100%;border-collapse:collapse}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--border-color)}th{background:var(--bg-light);font-weight:600;color:var(--text-dark)}.header[data-v-d9993bd9]{position:fixed;top:0;left:0;right:0;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;box-shadow:0 2px 8px #0000000d;transition:background-color .3s ease,border-color .3s ease}.container[data-v-d9993bd9]{max-width:1200px;margin:0 auto;padding:0 20px}.header-content[data-v-d9993bd9]{display:flex;align-items:center;justify-content:space-between;padding:15px 0;gap:30px}.logo[data-v-d9993bd9]{flex-shrink:0}.logo-link[data-v-d9993bd9]{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.logo-text[data-v-d9993bd9]{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav[data-v-d9993bd9]{display:flex;gap:30px;flex:1;justify-content:center}.nav-link[data-v-d9993bd9]{background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-dark);transition:color .3s ease;padding:5px 0;text-decoration:none}.nav-link[data-v-d9993bd9]:hover{color:#667eea}.header-actions[data-v-d9993bd9]{display:flex;align-items:center;gap:20px;flex-shrink:0}.language-switcher[data-v-d9993bd9]{display:flex;gap:8px;background:var(--bg-secondary);padding:4px;border-radius:8px;transition:background-color .3s ease}.lang-btn[data-v-d9993bd9]{background:none;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:var(--text-gray);transition:all .3s ease}.lang-btn.active[data-v-d9993bd9]{background:var(--card-bg);color:#667eea;box-shadow:0 2px 4px #00000014}.lang-btn[data-v-d9993bd9]:hover:not(.active){color:var(--text-dark)}.theme-toggle-btn[data-v-d9993bd9]{background:none;border:1px solid var(--border-color);padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease;color:var(--text-dark)}.theme-toggle-btn[data-v-d9993bd9]:hover{background:var(--bg-secondary);border-color:var(--primary-color)}.theme-icon[data-v-d9993bd9]{display:inline-block}.mobile-menu-btn[data-v-d9993bd9]{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:0}.mobile-menu-btn span[data-v-d9993bd9]{width:24px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active span[data-v-d9993bd9]:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.mobile-menu-btn.active span[data-v-d9993bd9]:nth-child(2){opacity:0}.mobile-menu-btn.active span[data-v-d9993bd9]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.header-content[data-v-d9993bd9]{gap:15px}.nav[data-v-d9993bd9]{position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);flex-direction:column;gap:0;border-bottom:1px solid var(--border-color);padding:20px 0;display:none;justify-content:flex-start;transition:background-color .3s ease}.nav.active[data-v-d9993bd9]{display:flex}.nav-link[data-v-d9993bd9]{padding:12px 20px;font-size:14px;text-align:left;color:var(--text-dark)}.mobile-menu-btn[data-v-d9993bd9]{display:flex}.language-switcher[data-v-d9993bd9]{order:-1}}@media(max-width:480px){.header-content[data-v-d9993bd9]{padding:12px 0;gap:10px}.nav[data-v-d9993bd9]{gap:0}.language-switcher[data-v-d9993bd9]{gap:4px;padding:2px}.lang-btn[data-v-d9993bd9]{padding:6px 10px;font-size:11px}.theme-toggle-btn[data-v-d9993bd9]{padding:6px 10px;font-size:14px}}.hero[data-v-640ad8f0]{margin-top:70px;min-height:calc(100vh - 70px);padding:60px 20px;background:linear-gradient(135deg,#667eea0d,#764ba20d);display:flex;flex-direction:column;justify-content:center;position:relative}.container[data-v-640ad8f0]{max-width:1200px;margin:0 auto;width:100%}.hero-content[data-v-640ad8f0]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text[data-v-640ad8f0]{animation:fadeInUp-640ad8f0 .8s ease}.hero-title[data-v-640ad8f0]{font-size:48px;font-weight:700;color:var(--text-dark);margin-bottom:15px;line-height:1.2}.hero-subtitle[data-v-640ad8f0]{font-size:24px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.hero-description[data-v-640ad8f0]{font-size:16px;color:var(--text-gray);line-height:1.6;margin-bottom:30px;max-width:500px}.hero-actions[data-v-640ad8f0]{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.btn[data-v-640ad8f0]{padding:12px 30px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary[data-v-640ad8f0]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary[data-v-640ad8f0]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-secondary[data-v-640ad8f0]{background:var(--card-bg);color:#667eea;border:2px solid #667eea}.btn-secondary[data-v-640ad8f0]:hover{background:var(--bg-light);transform:translateY(-2px)}.hero-image[data-v-640ad8f0]{display:flex;justify-content:center;align-items:center;animation:fadeInRight-640ad8f0 .8s ease}.avatar[data-v-640ad8f0]{width:300px;height:300px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #667eea4d}.avatar-placeholder[data-v-640ad8f0]{font-size:100px;font-weight:700;color:#fff}.scroll-indicator[data-v-640ad8f0]{position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.mouse[data-v-640ad8f0]{width:26px;height:40px;border:2px solid #667eea;border-radius:13px;position:relative;display:flex;justify-content:center;animation:scroll-640ad8f0 1s infinite}.mouse[data-v-640ad8f0]:after{content:"";display:block;width:2px;height:8px;background:#667eea;border-radius:1px;animation:scroll-640ad8f0 1s infinite}@keyframes fadeInUp-640ad8f0{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight-640ad8f0{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scroll-640ad8f0{0%,to{opacity:1}50%{opacity:0}}@media(max-width:768px){.hero[data-v-640ad8f0]{margin-top:70px;min-height:auto;padding:40px 20px}.hero-content[data-v-640ad8f0]{grid-template-columns:1fr;gap:40px}.hero-title[data-v-640ad8f0]{font-size:36px}.hero-subtitle[data-v-640ad8f0]{font-size:18px}.hero-actions[data-v-640ad8f0]{flex-direction:column;width:100%}.btn[data-v-640ad8f0]{width:100%;text-align:center}.avatar[data-v-640ad8f0]{width:200px;height:200px}.avatar-placeholder[data-v-640ad8f0]{font-size:64px}}.about[data-v-01a5d752]{padding:80px 20px;background:#fff!important;color:#1a1a1a!important}.container[data-v-01a5d752]{max-width:1200px;margin:0 auto}.section-header[data-v-01a5d752]{text-align:center;margin-bottom:60px}.section-title[data-v-01a5d752]{font-size:36px;font-weight:700;color:#1a1a1a!important;margin-bottom:15px}.divider[data-v-01a5d752]{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;border-radius:2px}.about-content[data-v-01a5d752]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.about-text[data-v-01a5d752]{animation:fadeInLeft-01a5d752 .8s ease}.about-description[data-v-01a5d752]{white-space:pre-line;font-size:16px;color:#666!important;line-height:1.8;margin-bottom:30px}.about-info[data-v-01a5d752]{display:grid;grid-template-columns:1fr 1fr;gap:15px}.info-item[data-v-01a5d752]{padding:15px;background:#f8f9ff!important;border-radius:8px;border-left:3px solid #667eea}.info-label[data-v-01a5d752]{font-size:14px;color:#1a1a1a!important;display:block;font-weight:500}.about-highlights[data-v-01a5d752]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;animation:fadeInRight-01a5d752 .8s ease}.highlight-card[data-v-01a5d752]{padding:30px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease;text-align:center;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.highlight-card[data-v-01a5d752]:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 10px 30px #667eea26}.highlight-icon[data-v-01a5d752]{font-size:40px;margin-bottom:15px}.highlight-card h3[data-v-01a5d752]{font-size:18px;font-weight:600;color:#1a1a1a!important;margin-bottom:10px}.highlight-card p[data-v-01a5d752]{font-size:14px;color:#666!important;line-height:1.6}@keyframes fadeInLeft-01a5d752{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight-01a5d752{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.about[data-v-01a5d752]{padding:60px 20px}.section-title[data-v-01a5d752]{font-size:28px}.about-content[data-v-01a5d752]{grid-template-columns:1fr;gap:40px}.about-info[data-v-01a5d752],.about-highlights[data-v-01a5d752]{grid-template-columns:1fr}}.experience[data-v-422de77c]{padding:80px 20px;background:linear-gradient(135deg,#667eea05,#764ba205)}.container[data-v-422de77c]{max-width:1200px;margin:0 auto}.section-header[data-v-422de77c]{text-align:center;margin-bottom:60px}.section-title[data-v-422de77c]{font-size:36px;font-weight:700;color:var(--text-dark);margin-bottom:15px}.divider[data-v-422de77c]{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 15px;border-radius:2px}.section-subtitle[data-v-422de77c]{font-size:16px;color:var(--text-gray)}.experience-timeline[data-v-422de77c]{position:relative}.experience-timeline[data-v-422de77c]:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2)}.experience-item[data-v-422de77c]{position:relative;margin-bottom:40px;padding-left:100px;animation:fadeInUp-422de77c .8s ease}.experience-item.current .experience-marker[data-v-422de77c]{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 0 4px var(--bg-light),0 0 0 6px #667eea}.experience-marker[data-v-422de77c]{position:absolute;left:0;top:5px;width:60px;height:60px;background:var(--card-bg);border:2px solid #667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#667eea;transition:all .3s ease}.experience-content[data-v-422de77c]{background:var(--card-bg);padding:25px;border-radius:12px;border:1px solid rgba(102,126,234,.1);transition:all .3s ease}.experience-item:hover .experience-content[data-v-422de77c]{border-color:#667eea;box-shadow:0 5px 20px #667eea1a}.experience-header[data-v-422de77c]{margin-bottom:15px}.experience-top[data-v-422de77c]{display:flex;justify-content:space-between;align-items:start;gap:20px;flex-wrap:wrap;margin-bottom:8px}.position[data-v-422de77c]{font-size:18px;font-weight:600;color:var(--text-dark);margin:0}.duration[data-v-422de77c]{font-size:14px;color:var(--text-light);background:var(--bg-light);padding:4px 12px;border-radius:20px;white-space:nowrap}.company[data-v-422de77c]{font-size:15px;font-weight:500;color:#667eea;margin:5px 0}.description[data-v-422de77c]{font-size:14px;color:var(--text-gray);margin:5px 0}.expand-btn[data-v-422de77c]{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;padding:0;transition:all .3s ease;margin-top:10px}.expand-btn[data-v-422de77c]:hover{color:#764ba2}.details-list[data-v-422de77c]{list-style:none;padding:0;margin:15px 0}.details-list li[data-v-422de77c]{padding:10px 0 10px 20px;color:var(--text-gray);font-size:14px;line-height:1.6;position:relative}.details-list li[data-v-422de77c]:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}@keyframes fadeInUp-422de77c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.expand-enter-active[data-v-422de77c],.expand-leave-active[data-v-422de77c]{transition:all .3s ease;overflow:hidden}.expand-enter-from[data-v-422de77c],.expand-leave-to[data-v-422de77c]{opacity:0;max-height:0}.expand-enter-to[data-v-422de77c],.expand-leave-from[data-v-422de77c]{opacity:1;max-height:1000px}@media(max-width:768px){.experience[data-v-422de77c]{padding:60px 20px}.section-title[data-v-422de77c]{font-size:28px}.experience-timeline[data-v-422de77c]:before{left:15px}.experience-item[data-v-422de77c]{padding-left:70px;margin-bottom:30px}.experience-marker[data-v-422de77c]{width:50px;height:50px;font-size:12px}.experience-content[data-v-422de77c]{padding:20px}.experience-top[data-v-422de77c]{flex-direction:column}.position[data-v-422de77c]{font-size:16px}.duration[data-v-422de77c]{width:100%}}.education[data-v-b4382127]{padding:80px 20px;background:#fff!important;color:#1a1a1a!important}.container[data-v-b4382127]{max-width:1200px;margin:0 auto}.section-header[data-v-b4382127]{text-align:center;margin-bottom:60px}.section-title[data-v-b4382127]{font-size:36px;font-weight:700;color:#1a1a1a!important;margin-bottom:15px}.divider[data-v-b4382127]{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;border-radius:2px}.education-content[data-v-b4382127]{display:grid;gap:60px}.education-section[data-v-b4382127]{animation:fadeInUp-b4382127 .8s ease}.subsection-title[data-v-b4382127]{font-size:22px;font-weight:600;color:#1a1a1a!important;margin-bottom:30px;display:flex;align-items:center;gap:15px}.subsection-title[data-v-b4382127]:before{content:"";width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.education-grid[data-v-b4382127]{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.education-card[data-v-b4382127]{background:linear-gradient(135deg,#667eea14,#764ba214);padding:30px;border-radius:12px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.education-card[data-v-b4382127]:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 10px 30px #667eea26}.card-header[data-v-b4382127]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:15px}.year[data-v-b4382127]{font-size:14px;font-weight:600;color:#667eea;background:#f8f9ff!important;padding:4px 12px;border-radius:20px}.type[data-v-b4382127]{font-size:12px;font-weight:600;color:#666!important;text-transform:uppercase;letter-spacing:.5px}.institution[data-v-b4382127]{font-size:16px;font-weight:600;color:#1a1a1a!important;margin:0 0 10px;line-height:1.4}.field[data-v-b4382127]{font-size:14px;color:#666!important;margin:0;line-height:1.6}.certificates-list[data-v-b4382127]{display:flex;flex-direction:column;gap:20px}.certificate-item[data-v-b4382127]{display:flex;align-items:center;gap:20px;padding:25px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.certificate-item[data-v-b4382127]:hover{border-color:#667eea;transform:translate(5px);box-shadow:0 5px 15px #667eea1a}.cert-icon[data-v-b4382127]{font-size:32px;flex-shrink:0}.cert-info[data-v-b4382127]{flex:1}.cert-name[data-v-b4382127]{font-size:16px;font-weight:600;color:#1a1a1a!important;margin:0 0 5px}.cert-year[data-v-b4382127]{font-size:14px;color:#999!important}@keyframes fadeInUp-b4382127{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.education[data-v-b4382127]{padding:60px 20px}.section-title[data-v-b4382127]{font-size:28px}.education-grid[data-v-b4382127]{grid-template-columns:1fr}.subsection-title[data-v-b4382127]{font-size:18px}.certificate-item[data-v-b4382127]{padding:20px}}.skills[data-v-36f9445c]{padding:80px 20px;background:linear-gradient(135deg,#667eea05,#764ba205)}.container[data-v-36f9445c]{max-width:1200px;margin:0 auto}.section-header[data-v-36f9445c]{text-align:center;margin-bottom:60px}.section-title[data-v-36f9445c]{font-size:36px;font-weight:700;color:var(--text-dark);margin-bottom:15px}.divider[data-v-36f9445c]{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;border-radius:2px}.skills-grid[data-v-36f9445c]{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;animation:fadeInUp-36f9445c .8s ease}.skill-category[data-v-36f9445c]{background:var(--card-bg);padding:35px;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.skill-category[data-v-36f9445c]:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea1a}.category-title[data-v-36f9445c]{font-size:18px;font-weight:600;color:var(--text-dark);margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid rgba(102,126,234,.2)}.skills-list[data-v-36f9445c]{display:flex;flex-direction:column;gap:15px}.skill-badge[data-v-36f9445c]{padding:15px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:8px;border:1px solid rgba(102,126,234,.1);transition:all .3s ease}.skill-badge[data-v-36f9445c]:hover{transform:translate(5px);border-color:#667eea;background:#667eea1f}.badge-content[data-v-36f9445c]{display:flex;justify-content:space-between;align-items:center;gap:10px}.badge-name[data-v-36f9445c]{font-size:15px;font-weight:500;color:var(--text-dark)}.badge-level[data-v-36f9445c]{font-size:12px;color:var(--text-light);background:var(--bg-light);padding:2px 8px;border-radius:4px}.tech-skills[data-v-36f9445c]{display:flex;flex-wrap:wrap;gap:12px}.tech-badge[data-v-36f9445c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 16px;border-radius:20px;font-size:14px;font-weight:500;transition:all .3s ease}.tech-badge[data-v-36f9445c]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.specializations[data-v-36f9445c]{display:flex;flex-direction:column;gap:12px}.spec-item[data-v-36f9445c]{display:flex;align-items:center;gap:12px;padding:10px 0;transition:all .3s ease}.spec-item[data-v-36f9445c]:hover{transform:translate(5px)}.spec-icon[data-v-36f9445c]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.spec-text[data-v-36f9445c]{font-size:15px;color:var(--text-dark);font-weight:500}@keyframes fadeInUp-36f9445c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.skills-grid[data-v-36f9445c]{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.skills[data-v-36f9445c]{padding:60px 20px}.section-title[data-v-36f9445c]{font-size:28px}.skills-grid[data-v-36f9445c]{grid-template-columns:1fr;gap:25px}.skill-category[data-v-36f9445c]{padding:25px}.category-title[data-v-36f9445c]{font-size:16px}.tech-skills[data-v-36f9445c]{gap:10px}.tech-badge[data-v-36f9445c]{font-size:13px;padding:8px 14px}}.contact[data-v-447d91d7]{padding:80px 20px;background:#fff!important;color:#1a1a1a!important}.container[data-v-447d91d7]{max-width:1200px;margin:0 auto}.section-header[data-v-447d91d7]{text-align:center;margin-bottom:60px}.section-title[data-v-447d91d7]{font-size:36px;font-weight:700;color:#1a1a1a!important;margin-bottom:15px}.divider[data-v-447d91d7]{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 15px;border-radius:2px}.section-subtitle[data-v-447d91d7]{font-size:16px;color:#666!important}.contact-content[data-v-447d91d7]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info[data-v-447d91d7]{display:grid;grid-template-columns:1fr;gap:30px;animation:fadeInLeft-447d91d7 .8s ease}.info-card[data-v-447d91d7]{padding:30px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;border:1px solid rgba(102,126,234,.2);text-align:center;transition:all .3s ease}.info-card[data-v-447d91d7]:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 10px 30px #667eea26}.info-icon[data-v-447d91d7]{font-size:40px;margin-bottom:15px}.info-card h3[data-v-447d91d7]{font-size:18px;font-weight:600;color:#1a1a1a!important;margin:0 0 10px}.contact-link[data-v-447d91d7]{color:#667eea;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-link[data-v-447d91d7]:hover{color:#764ba2}.contact-text[data-v-447d91d7]{color:#666!important;font-size:15px;margin:0}.contact-form[data-v-447d91d7]{display:grid;gap:25px;animation:fadeInRight-447d91d7 .8s ease}.form-group[data-v-447d91d7]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-447d91d7]{font-size:14px;font-weight:600;color:#1a1a1a!important}.form-group input[data-v-447d91d7],.form-group textarea[data-v-447d91d7]{padding:12px 15px;border:1px solid rgba(102,126,234,.3)!important;border-radius:8px;font-family:inherit;font-size:14px;transition:all .3s ease;background:#fff!important;color:#1a1a1a!important}.form-group input[data-v-447d91d7]:focus,.form-group textarea[data-v-447d91d7]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-btn[data-v-447d91d7]{padding:14px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.submit-btn[data-v-447d91d7]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-btn[data-v-447d91d7]:active{transform:translateY(0)}.success-message[data-v-447d91d7]{padding:15px;background:#d4edda;color:#155724;border-radius:8px;text-align:center;font-size:14px;font-weight:500}@keyframes fadeInLeft-447d91d7{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight-447d91d7{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.success-enter-active[data-v-447d91d7],.success-leave-active[data-v-447d91d7]{transition:all .3s ease}.success-enter-from[data-v-447d91d7],.success-leave-to[data-v-447d91d7]{opacity:0}@media(max-width:768px){.contact[data-v-447d91d7]{padding:60px 20px}.section-title[data-v-447d91d7]{font-size:28px}.contact-content[data-v-447d91d7]{grid-template-columns:1fr;gap:40px}.info-card[data-v-447d91d7]{padding:25px}}.footer[data-v-1f2bde60]{background:var(--footer-bg);color:var(--footer-text);padding:60px 20px 30px;border-top:1px solid rgba(102,126,234,.2)}.container[data-v-1f2bde60]{max-width:1200px;margin:0 auto}.footer-content[data-v-1f2bde60]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section[data-v-1f2bde60]{animation:fadeInUp-1f2bde60 .8s ease}.footer-title[data-v-1f2bde60]{font-size:18px;font-weight:600;color:#fff;margin:0 0 15px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description[data-v-1f2bde60]{font-size:14px;line-height:1.6;color:var(--footer-text)}.footer-links[data-v-1f2bde60]{list-style:none;padding:0;margin:0}.footer-links li[data-v-1f2bde60]{margin-bottom:10px}.footer-links a[data-v-1f2bde60]{color:var(--footer-text);text-decoration:none;font-size:14px;transition:all .3s ease}.footer-links a[data-v-1f2bde60]:hover{color:#667eea}.footer-bottom[data-v-1f2bde60]{text-align:center;padding-top:20px}.footer-bottom p[data-v-1f2bde60]{font-size:13px;color:#909090;margin:0;line-height:1.8}.footer-updated[data-v-1f2bde60]{color:#707070;font-size:12px}@keyframes fadeInUp-1f2bde60{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.footer[data-v-1f2bde60]{padding:40px 20px 25px}.footer-content[data-v-1f2bde60]{grid-template-columns:1fr;gap:30px;margin-bottom:30px;padding-bottom:30px}.footer-bottom[data-v-1f2bde60]{padding-top:15px}.footer-bottom p[data-v-1f2bde60]{font-size:12px}}
