.navbar.svelte-jzxw1v{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color)}.nav-container.svelte-jzxw1v{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo.svelte-jzxw1v h2:where(.svelte-jzxw1v){color:var(--primary-color);font-weight:700}.nav-menu.svelte-jzxw1v{display:flex;gap:2rem}.nav-link.svelte-jzxw1v{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s ease}.nav-link.svelte-jzxw1v:hover,.nav-link.active.svelte-jzxw1v{color:var(--primary-color)}.nav-toggle.svelte-jzxw1v{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:0;margin:0}.nav-toggle.svelte-jzxw1v span:where(.svelte-jzxw1v){width:25px;height:3px;background:var(--text-primary);margin:3px 0;transition:.3s}@media (max-width: 768px){.nav-menu.svelte-jzxw1v{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow);padding:2rem 0}.nav-menu.active.svelte-jzxw1v{left:0}.nav-toggle.svelte-jzxw1v{display:flex}}.footer.svelte-14bg20t{background:var(--bg-dark);color:#fff;text-align:center;padding:2rem 0}.hero.svelte-13radg5{display:flex;align-items:center;justify-content:center;padding:200px 2rem 60px;text-align:left;max-width:1200px;margin:0 auto}.hero-content.svelte-13radg5{flex:1;max-width:600px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-title.svelte-13radg5{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-align:left}.hero-subtitle.svelte-13radg5{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:600;text-align:left}.hero-description.svelte-13radg5{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7;text-align:left}.hero-buttons.svelte-13radg5{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.btn.svelte-13radg5{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary.svelte-13radg5{background:var(--primary-color);color:#fff}.btn-primary.svelte-13radg5:hover{background:var(--secondary-color);transform:translateY(-2px)}.btn-secondary.svelte-13radg5{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary.svelte-13radg5:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-image.svelte-13radg5{flex:1;display:flex;justify-content:center;align-items:center}.code-block.svelte-13radg5{background:var(--bg-dark);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-lg)}.code-block.svelte-13radg5 pre:where(.svelte-13radg5){color:#e5e7eb;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.hero.svelte-13radg5{flex-direction:column;text-align:center;padding-top:100px;justify-content:center;max-width:100%}.hero-content.svelte-13radg5{align-items:center;justify-content:center;text-align:center}.hero-title.svelte-13radg5,.hero-subtitle.svelte-13radg5,.hero-description.svelte-13radg5{text-align:center}.hero-buttons.svelte-13radg5{justify-content:center}.hero-image.svelte-13radg5{justify-content:center;margin-top:2rem}}@media (max-width: 480px){.hero-title.svelte-13radg5{font-size:2rem}.hero-subtitle.svelte-13radg5{font-size:1.25rem}}.about-content.svelte-19yd1hh{display:flex;flex-direction:column;gap:3rem;align-items:stretch}.about-text.svelte-19yd1hh p:where(.svelte-19yd1hh){margin-bottom:1.5rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.about-stats.svelte-19yd1hh{display:flex;flex-direction:row;gap:2rem;justify-content:center}.stat.svelte-19yd1hh{text-align:center;padding:1.5rem;background:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-color)}.stat.svelte-19yd1hh h3:where(.svelte-19yd1hh){font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.stat.svelte-19yd1hh p:where(.svelte-19yd1hh){color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.about-content.svelte-19yd1hh{gap:2rem}.about-stats.svelte-19yd1hh{flex-direction:column;align-items:center}}.timeline.svelte-sca9zz{position:relative;max-width:800px;margin:0 auto}.company-group.svelte-sca9zz{margin-bottom:3rem}.company-header.svelte-sca9zz{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color)}.company-name.svelte-sca9zz{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.company-name.svelte-sca9zz:hover{color:var(--accent-color)}.timeline-item.svelte-sca9zz{margin-bottom:2rem;position:relative;padding-left:2rem}.timeline-item.svelte-sca9zz:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background:var(--primary-color)}.timeline-item.svelte-sca9zz:after{content:"";position:absolute;left:-4px;top:0;width:10px;height:10px;background:var(--primary-color);border-radius:50%}.timeline-content.svelte-sca9zz{background:var(--bg-secondary);padding:1.5rem;border-radius:1rem;border:1px solid var(--border-color)}.job-header.svelte-sca9zz{margin-bottom:1rem}.job-title.svelte-sca9zz{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.job-period.svelte-sca9zz{color:var(--text-secondary);font-size:.9rem}.company-summary.svelte-sca9zz{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.skills-grid.svelte-1xbj3mq{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category.svelte-1xbj3mq{background:var(--bg-secondary);padding:2rem;border-radius:1rem;border:1px solid var(--border-color)}.category-title.svelte-1xbj3mq{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.skill-list.svelte-1xbj3mq{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item.svelte-1xbj3mq{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:500}@media (max-width: 768px){.skills-grid.svelte-1xbj3mq{grid-template-columns:1fr}}.project-carousel.svelte-wuazj{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;outline:none}.carousel-controls.svelte-wuazj{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-controls.svelte-wuazj button:where(.svelte-wuazj){background:var(--primary-color);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;cursor:pointer;transition:background .2s}.carousel-controls.svelte-wuazj button:where(.svelte-wuazj):hover{background:var(--secondary-color)}.carousel-indicator.svelte-wuazj{font-size:1.1rem;color:var(--text-secondary);min-width:60px;text-align:center}.carousel-project-card.svelte-wuazj{background:var(--bg-secondary);border-radius:1.5rem;border:2px solid var(--primary-color);box-shadow:var(--shadow-lg);padding:2.5rem 2rem;max-width:600px;width:100%;text-align:center;position:relative}.project-title.svelte-wuazj{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.project-description.svelte-wuazj{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.project-technologies.svelte-wuazj{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.tech-tag.svelte-wuazj{background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}@media (max-width: 768px){.carousel-project-card.svelte-wuazj{padding:2rem 1rem}}.contact-content.svelte-1qpaajr{max-width:600px;margin:0 auto;text-align:center}.contact-info.svelte-1qpaajr h3:where(.svelte-1qpaajr){font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.contact-info.svelte-1qpaajr p:where(.svelte-1qpaajr){color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.contact-links.svelte-1qpaajr{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link.svelte-1qpaajr{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid var(--primary-color);border-radius:.5rem;transition:all .3s ease}.contact-link.svelte-1qpaajr:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.contact-icon.svelte-1qpaajr{font-size:1.2rem}@media (max-width: 768px){.contact-links.svelte-1qpaajr{flex-direction:column;align-items:center}}.svelte-1h4kla6{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-dark: #111827;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}#app{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.highlight{color:var(--primary-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.section-title{font-size:2rem}.section{padding:3rem 0}}@media (max-width: 480px){.container{padding:0 1rem}}
