:root{--primary-color: #4aa7ff;--primary-hover: #6e96f4;--secondary-color: #1a28f3;--text-color: #1f2937;--text-secondary: #6b7280;--bg-color: #ffffff;--section-bg: #f9fafb;--border-color: #e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;scroll-behavior:smooth;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--primary-color: #8191f8;--primary-hover: #3d40f4;--secondary-color: #8bb2fa;--text-color: #f9fafb;--text-secondary: #d1d5db;--bg-color: #111827;--section-bg: #1f2937;--border-color: #374151}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-color);background-color:var(--bg-color)}#app{width:100%;margin:0;padding:0}::selection{background-color:var(--primary-color);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--section-bg)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .3s ease}a:hover{color:var(--primary-hover)}h1,h2,h3,h4,h5,h6{color:var(--text-color);line-height:1.2}p{color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.header[data-v-5d4ae937]{position:relative;z-index:1000;background:var(--bg-color);transition:all .3s ease}.header .nav[data-v-5d4ae937]{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;transition:all .3s ease}[data-theme=dark] .header .nav[data-v-5d4ae937]{background:#111827f2;box-shadow:0 2px 10px #0000004d}.header.scrolled .nav[data-v-5d4ae937]{box-shadow:0 2px 20px #0000001a}[data-theme=dark] .header.scrolled .nav[data-v-5d4ae937]{box-shadow:0 2px 20px #00000080}.nav[data-v-5d4ae937]{max-width:100%;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;min-height:70px}.nav-brand a[data-v-5d4ae937]{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.nav-brand a[data-v-5d4ae937]:hover{color:var(--primary-hover)}.nav-links[data-v-5d4ae937]{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-links a[data-v-5d4ae937]{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a[data-v-5d4ae937]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-links a[data-v-5d4ae937]:hover{color:var(--primary-color)}.nav-links a[data-v-5d4ae937]:hover:after{width:100%}.theme-toggle[data-v-5d4ae937]{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color);padding:.5rem .75rem;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle[data-v-5d4ae937]:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.mobile-menu-toggle[data-v-5d4ae937]{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line[data-v-5d4ae937]{width:25px;height:3px;background:var(--text-color);border-radius:3px;transition:all .3s ease}.hamburger-line.active[data-v-5d4ae937]:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.active[data-v-5d4ae937]:nth-child(2){opacity:0}.hamburger-line.active[data-v-5d4ae937]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu[data-v-5d4ae937]{position:fixed;top:70px;left:0;right:0;background:var(--bg-color);box-shadow:0 4px 20px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0;z-index:999}[data-theme=dark] .mobile-menu[data-v-5d4ae937]{box-shadow:0 4px 20px #00000080}.mobile-menu.open[data-v-5d4ae937]{max-height:400px;opacity:1}.mobile-nav-links[data-v-5d4ae937]{list-style:none;margin:0;padding:1rem 0;display:flex;flex-direction:column}.mobile-nav-links li[data-v-5d4ae937]{border-bottom:1px solid var(--border-color)}.mobile-nav-links li[data-v-5d4ae937]:last-child{border-bottom:none}.mobile-nav-links a[data-v-5d4ae937]{display:block;padding:1rem 2rem;color:var(--text-color);text-decoration:none;font-weight:500;transition:all .3s ease}.mobile-nav-links a[data-v-5d4ae937]:hover{background:var(--section-bg);color:var(--primary-color);padding-left:2.5rem}.mobile-nav-links .theme-toggle.mobile[data-v-5d4ae937]{width:100%;justify-content:flex-start;padding:1rem 2rem;border-radius:0;border:none;border-bottom:1px solid var(--border-color);background:transparent;text-align:left}.mobile-nav-links .theme-toggle.mobile[data-v-5d4ae937]:hover{background:var(--section-bg);transform:none;padding-left:2.5rem}.theme-toggle-text[data-v-5d4ae937]{margin-left:.5rem;font-size:1rem}.hero-section[data-v-5d4ae937]{padding:8rem 2rem 4rem;background:linear-gradient(135deg,var(--section-bg) 0%,var(--bg-color) 100%);min-height:80vh;display:flex;align-items:center;margin-top:70px}.hero-content[data-v-5d4ae937]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text[data-v-5d4ae937]{display:flex;flex-direction:column;gap:1.5rem}.hero-title[data-v-5d4ae937]{font-size:4rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin:0}.hero-tagline[data-v-5d4ae937]{font-size:1.5rem;color:var(--text-secondary);line-height:1.6;margin:0}.hero-actions[data-v-5d4ae937]{display:flex;gap:1rem;margin-top:1rem}.hero-button[data-v-5d4ae937]{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.hero-button.primary[data-v-5d4ae937]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none}.hero-button.primary[data-v-5d4ae937]:hover{transform:translateY(-2px);box-shadow:0 10px 25px #6366f14d}.hero-button.secondary[data-v-5d4ae937]{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.hero-button.secondary[data-v-5d4ae937]:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-image[data-v-5d4ae937]{display:flex;justify-content:center;align-items:center}.hero-placeholder[data-v-5d4ae937]{width:100%;max-width:400px;aspect-ratio:1;animation:float-5d4ae937 6s ease-in-out infinite}@keyframes float-5d4ae937{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.profile-image[data-v-5d4ae937]{width:100%;height:100%;object-fit:cover;border-radius:50%;filter:drop-shadow(0 10px 30px rgba(99,102,241,.3))}@media(max-width:768px){.nav[data-v-5d4ae937]{padding:1rem}.nav-links[data-v-5d4ae937]{display:none}.mobile-menu-toggle[data-v-5d4ae937]{display:flex}.nav-brand a[data-v-5d4ae937]{font-size:1.2rem}.hero-section[data-v-5d4ae937]{padding:6rem 1rem 3rem;min-height:auto}.hero-content[data-v-5d4ae937]{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title[data-v-5d4ae937]{font-size:2.5rem}.hero-tagline[data-v-5d4ae937]{font-size:1.2rem}.hero-actions[data-v-5d4ae937]{flex-direction:column;align-items:stretch}.hero-button[data-v-5d4ae937]{text-align:center}}.about-section[data-v-ff35cb90]{padding:4rem 2rem;background:var(--bg-color)}.container[data-v-ff35cb90]{max-width:1200px;margin:0 auto;text-align:center}.section-title[data-v-ff35cb90]{font-size:2.5rem;margin-bottom:4rem;text-align:center;color:var(--text-color);position:relative;display:inline-block;width:100%}.section-title[data-v-ff35cb90]:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.intro-header[data-v-ff35cb90]{margin-bottom:4rem;padding-bottom:2rem}.name[data-v-ff35cb90]{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-color);font-weight:700}.job-title[data-v-ff35cb90]{font-size:1.5rem;color:var(--primary-color);margin-bottom:2rem;font-weight:600}.contact-info[data-v-ff35cb90]{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:2rem}.contact-link[data-v-ff35cb90]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none;transition:all .3s ease;font-size:1rem;padding:.5rem 1rem;border-radius:8px;background:var(--section-bg)}.contact-link[data-v-ff35cb90]:hover{color:var(--primary-color);background:var(--primary-color);color:#fff;transform:translateY(-2px)}.about-sections[data-v-ff35cb90]{display:grid;grid-template-rows:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;max-width:100%;margin-left:auto;margin-right:auto}.about-card[data-v-ff35cb90]{background:var(--section-bg);padding:2.5rem 2rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.about-card[data-v-ff35cb90]:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.about-card[data-v-ff35cb90]:hover{box-shadow:0 15px 40px #00000026}.card-icon[data-v-ff35cb90]{font-size:3rem;margin-bottom:1rem}.card-title[data-v-ff35cb90]{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color);font-weight:700;text-align:left}.card-content[data-v-ff35cb90]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.about-image[data-v-ff35cb90]{text-align:center;margin-top:3rem}.about-image img[data-v-ff35cb90]{width:100%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 10px 30px #0000001a}@media(max-width:768px){.about-section[data-v-ff35cb90]{padding:4rem 1rem}.section-title[data-v-ff35cb90],.name[data-v-ff35cb90]{font-size:2rem}.job-title[data-v-ff35cb90]{font-size:1.2rem}.about-sections[data-v-ff35cb90]{grid-template-columns:1fr;gap:1.5rem}.about-card[data-v-ff35cb90]{padding:2rem 1.5rem}.card-title[data-v-ff35cb90]{font-size:1.3rem}.card-content[data-v-ff35cb90]{font-size:1rem}.contact-info[data-v-ff35cb90]{flex-direction:column;gap:1rem;align-items:center}}.experience-section[data-v-fff9112d]{padding:4rem 2rem;background:var(--section-bg)}.container[data-v-fff9112d]{max-width:1200px;margin:0 auto}.section-title[data-v-fff9112d]{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:var(--text-color);position:relative;display:inline-block;width:100%}.section-title[data-v-fff9112d]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.timeline[data-v-fff9112d]{position:relative;padding:2rem 0}.timeline[data-v-fff9112d]:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--primary-color),var(--secondary-color))}.timeline-item[data-v-fff9112d]{position:relative;padding-left:80px;margin-bottom:3rem}.timeline-marker[data-v-fff9112d]{position:absolute;left:20px;top:0;width:20px;height:20px;border-radius:50%;background:var(--primary-color);border:4px solid var(--section-bg);box-shadow:0 0 0 4px var(--primary-color)}.timeline-content[data-v-fff9112d]{background:var(--bg-color);padding:2rem;border-radius:10px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.timeline-content[data-v-fff9112d]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.timeline-content h3[data-v-fff9112d]{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-color)}.timeline-content h4[data-v-fff9112d]{font-size:1.2rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.timeline-date[data-v-fff9112d]{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;font-style:italic}.timeline-description[data-v-fff9112d]{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.achievements[data-v-fff9112d]{list-style:none;padding:0;margin-top:1rem}.achievements li[data-v-fff9112d]{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-secondary);line-height:1.6}.achievements li[data-v-fff9112d]:before{content:"▸";position:absolute;left:0;color:var(--primary-color);font-weight:700}@media(max-width:768px){.experience-section[data-v-fff9112d]{padding:4rem 1rem}.timeline[data-v-fff9112d]:before{left:15px}.timeline-item[data-v-fff9112d]{padding-left:50px}.timeline-marker[data-v-fff9112d]{left:5px;width:15px;height:15px}.timeline-content[data-v-fff9112d]{padding:1.5rem}.section-title[data-v-fff9112d]{font-size:2rem}}.projects-section[data-v-cbfdf80c]{padding:4rem 2rem;background:var(--bg-color)}.container[data-v-cbfdf80c]{max-width:1200px;margin:0 auto}.section-title[data-v-cbfdf80c]{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:var(--text-color);position:relative;display:inline-block;width:100%}.section-title[data-v-cbfdf80c]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.projects-grid[data-v-cbfdf80c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card[data-v-cbfdf80c]{background:var(--section-bg);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card[data-v-cbfdf80c]:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.project-image[data-v-cbfdf80c]{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.project-image img[data-v-cbfdf80c]{width:100%;height:100%;object-fit:cover}.project-content[data-v-cbfdf80c]{padding:2rem;flex:1;display:flex;flex-direction:column}.project-content h3[data-v-cbfdf80c]{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.project-description[data-v-cbfdf80c]{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex:1}.project-tech[data-v-cbfdf80c]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag[data-v-cbfdf80c]{padding:.4rem .8rem;background:var(--primary-color);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500}.project-links[data-v-cbfdf80c]{display:flex;gap:1rem}.project-link[data-v-cbfdf80c]{padding:.7rem 1.5rem;background:transparent;border:2px solid var(--primary-color);color:var(--primary-color);text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease;text-align:center}.project-link[data-v-cbfdf80c]:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}@media(max-width:768px){.projects-section[data-v-cbfdf80c]{padding:4rem 1rem}.projects-grid[data-v-cbfdf80c]{grid-template-columns:1fr}.section-title[data-v-cbfdf80c]{font-size:2rem}}.skills-section[data-v-954300e1]{padding:4rem 2rem;background:var(--section-bg)}.container[data-v-954300e1]{max-width:1200px;margin:0 auto}.section-title[data-v-954300e1]{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:var(--text-color);position:relative;display:inline-block;width:100%}.section-title[data-v-954300e1]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.skills-container[data-v-954300e1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.skill-category[data-v-954300e1]{background:var(--bg-color);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.skill-category h3[data-v-954300e1]{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color);text-align:center;padding-bottom:1rem;border-bottom:2px solid var(--primary-color)}.skills-list[data-v-954300e1]{display:flex;flex-direction:column;gap:1.5rem}.skill-item[data-v-954300e1]{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.5rem;align-items:center}.skill-name[data-v-954300e1]{font-weight:500;color:var(--text-color);grid-column:1;grid-row:1}.skill-level[data-v-954300e1]{font-size:.9rem;color:var(--text-secondary);grid-column:2;grid-row:1}.skill-bar[data-v-954300e1]{grid-column:1 / -1;grid-row:2;height:8px;background:var(--section-bg);border-radius:10px;overflow:hidden;position:relative}.skill-progress[data-v-954300e1]{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:10px;transition:width 1s ease;animation:slideIn-954300e1 1s ease}@keyframes slideIn-954300e1{0%{width:0}}@media(max-width:768px){.skills-section[data-v-954300e1]{padding:4rem 1rem}.skills-container[data-v-954300e1]{grid-template-columns:1fr;gap:2rem}.section-title[data-v-954300e1]{font-size:2rem}}.footer[data-v-7d787131]{background:var(--bg-color);color:var(--text-color);padding:2rem;margin-top:4rem}.container[data-v-7d787131]{max-width:1200px;margin:0 auto}.footer-content[data-v-7d787131]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links[data-v-7d787131]{display:flex;gap:2rem}.footer-link[data-v-7d787131]{color:var(--text-color);text-decoration:none;transition:color .3s ease}.footer-link[data-v-7d787131]:hover{color:var(--primary-color)}@media(max-width:768px){.footer-content[data-v-7d787131]{flex-direction:column;text-align:center}.footer-links[data-v-7d787131]{gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
