.hero.svelte-471z1z{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;position:relative;overflow:hidden}@media (max-width: 768px){.hero.svelte-471z1z{padding:6rem 0 3rem;min-height:auto}}@media (max-width: 480px){.hero.svelte-471z1z{padding:5rem 0 2rem}}.hero.svelte-471z1z:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);border-radius:50%;animation:svelte-471z1z-pulse 8s ease-in-out infinite}@keyframes svelte-471z1z-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.hero-container.svelte-471z1z{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content.svelte-471z1z{opacity:0;transform:translateY(20px);transition:all .8s ease}.hero-content.fade-in.svelte-471z1z{opacity:1;transform:translateY(0)}.greeting.svelte-471z1z{color:var(--color-accent);font-size:1.2rem;margin-bottom:1rem;font-weight:500}@media (max-width: 480px){.greeting.svelte-471z1z{font-size:1rem}}.name.svelte-471z1z{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;display:flex;flex-direction:column}.name-main.svelte-471z1z{color:var(--color-text)}.name-subtitle.svelte-471z1z{color:var(--color-text-secondary);font-size:3rem}.description.svelte-471z1z{font-size:1.2rem;color:var(--color-text-secondary);max-width:500px;margin-bottom:2rem;line-height:1.8}@media (max-width: 480px){.description.svelte-471z1z{font-size:1rem;line-height:1.6}}.hero-buttons.svelte-471z1z{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 480px){.hero-buttons.svelte-471z1z{flex-direction:column;width:100%}}.btn.svelte-471z1z{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}@media (max-width: 480px){.btn.svelte-471z1z{width:100%;padding:1rem 1.5rem}}.btn-primary.svelte-471z1z{background:var(--color-accent);color:#fff}.btn-primary.svelte-471z1z:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.btn-secondary.svelte-471z1z{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary.svelte-471z1z:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.hero-visual.svelte-471z1z{opacity:0;transform:translate(20px);transition:all .8s ease .2s}.hero-visual.slide-in.svelte-471z1z{opacity:1;transform:translate(0)}.code-block.svelte-471z1z{background:var(--color-bg-secondary);border-radius:12px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 20px 60px #0000004d}.code-header.svelte-471z1z{background:var(--color-bg);padding:.75rem 1rem;display:flex;gap:.5rem;border-bottom:1px solid var(--color-border)}.code-dot.svelte-471z1z{width:12px;height:12px;border-radius:50%;background:var(--color-text-secondary)}.code-dot.svelte-471z1z:nth-child(1){background:#ff5f56}.code-dot.svelte-471z1z:nth-child(2){background:#ffbd2e}.code-dot.svelte-471z1z:nth-child(3){background:#27c93f}pre.svelte-471z1z{margin:0;padding:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 480px){pre.svelte-471z1z{padding:1rem;font-size:.8rem}}code.svelte-471z1z{font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;color:var(--color-text)}@media (max-width: 480px){code.svelte-471z1z{font-size:.75rem}}.scroll-indicator.svelte-471z1z{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:svelte-471z1z-bounce 2s infinite}.mouse.svelte-471z1z{width:24px;height:40px;border:2px solid var(--color-text-secondary);border-radius:12px;position:relative}.mouse.svelte-471z1z:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--color-text-secondary);border-radius:2px;animation:svelte-471z1z-scroll 2s infinite}@keyframes svelte-471z1z-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes svelte-471z1z-scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@media (max-width: 968px){.hero-container.svelte-471z1z{grid-template-columns:1fr;text-align:center}.hero-visual.svelte-471z1z{order:-1}.name.svelte-471z1z{font-size:3rem}.name-subtitle.svelte-471z1z{font-size:2rem}.description.svelte-471z1z{margin:0 auto 2rem}.hero-buttons.svelte-471z1z{justify-content:center}}@media (max-width: 768px){.name.svelte-471z1z{font-size:2.5rem}.name-subtitle.svelte-471z1z{font-size:1.5rem}}@media (max-width: 480px){.name.svelte-471z1z{font-size:2rem}.name-subtitle.svelte-471z1z{font-size:1.25rem}.hero-container.svelte-471z1z{gap:2rem}}.about.svelte-fq2hfc.svelte-fq2hfc{background:var(--color-bg-secondary)}.about-content.svelte-fq2hfc.svelte-fq2hfc{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text.svelte-fq2hfc.svelte-fq2hfc{opacity:0;transform:translateY(20px);transition:all .8s ease}.about-text.fade-in.svelte-fq2hfc.svelte-fq2hfc{opacity:1;transform:translateY(0)}.about-text.svelte-fq2hfc p.svelte-fq2hfc{margin-bottom:1.5rem;color:var(--color-text-secondary);line-height:1.8;font-size:1.1rem}@media (max-width: 480px){.about-text.svelte-fq2hfc p.svelte-fq2hfc{font-size:1rem;line-height:1.6}}.tech-list.svelte-fq2hfc.svelte-fq2hfc{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;list-style:none;margin-top:1.5rem;padding-left:0}.tech-list.svelte-fq2hfc li.svelte-fq2hfc{color:var(--color-text);position:relative;padding-left:1.5rem}.tech-list.svelte-fq2hfc li.svelte-fq2hfc:before{content:"▹";position:absolute;left:0;color:var(--color-accent)}.about-image.svelte-fq2hfc.svelte-fq2hfc{opacity:0;transform:translate(20px);transition:all .8s ease .2s}.about-image.slide-in.svelte-fq2hfc.svelte-fq2hfc{opacity:1;transform:translate(0)}.image-wrapper.svelte-fq2hfc.svelte-fq2hfc{position:relative;max-width:300px;margin:0 auto}.image-placeholder.svelte-fq2hfc.svelte-fq2hfc{width:100%;aspect-ratio:1;background:var(--color-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;overflow:hidden}.image-placeholder.svelte-fq2hfc img.svelte-fq2hfc{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.image-border.svelte-fq2hfc.svelte-fq2hfc{position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;border:2px solid var(--color-accent);border-radius:8px;z-index:0;transition:all .3s ease}.image-wrapper.svelte-fq2hfc:hover .image-border.svelte-fq2hfc{top:15px;left:15px}@media (max-width: 968px){.about-content.svelte-fq2hfc.svelte-fq2hfc{grid-template-columns:1fr;gap:2rem}.about-image.svelte-fq2hfc.svelte-fq2hfc{order:-1}.tech-list.svelte-fq2hfc.svelte-fq2hfc{grid-template-columns:1fr}}@media (max-width: 480px){.about-content.svelte-fq2hfc.svelte-fq2hfc{gap:1.5rem}.image-wrapper.svelte-fq2hfc.svelte-fq2hfc{max-width:250px}.image-border.svelte-fq2hfc.svelte-fq2hfc{top:15px;left:15px;right:-15px;bottom:-15px}}.skills-grid.svelte-1wfjem{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;opacity:0;transform:translateY(20px);transition:all .8s ease}@media (max-width: 480px){.skills-grid.svelte-1wfjem{grid-template-columns:1fr;gap:1.5rem}}.skills-grid.fade-in.svelte-1wfjem{opacity:1;transform:translateY(0)}.skill-category.svelte-1wfjem{background:var(--color-bg-secondary);padding:2rem;border-radius:12px;border:1px solid var(--color-border);transition:all .3s ease}@media (max-width: 480px){.skill-category.svelte-1wfjem{padding:1.5rem}}.skill-category.svelte-1wfjem:hover{border-color:var(--color-accent);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.category-title.svelte-1wfjem{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text);text-align:center}.skills-list.svelte-1wfjem{display:flex;flex-direction:column;gap:1.5rem}.skill-item.svelte-1wfjem{width:100%}.skill-header.svelte-1wfjem{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name.svelte-1wfjem{color:var(--color-text);font-weight:500}.skill-percentage.svelte-1wfjem{color:var(--color-text-secondary);font-size:.9rem}.skill-bar.svelte-1wfjem{width:100%;height:8px;background:var(--color-bg);border-radius:4px;overflow:hidden}.skill-progress.svelte-1wfjem{height:100%;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);border-radius:4px;transition:width 1s ease;animation:svelte-1wfjem-slideIn 1s ease}@keyframes svelte-1wfjem-slideIn{0%{width:0}}@media (max-width: 768px){.skills-grid.svelte-1wfjem{grid-template-columns:1fr}}.projects.svelte-1w61dyy.svelte-1w61dyy{background:var(--color-bg-secondary)}.projects-grid.svelte-1w61dyy.svelte-1w61dyy{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;opacity:0;transform:translateY(20px);transition:all .8s ease}@media (max-width: 480px){.projects-grid.svelte-1w61dyy.svelte-1w61dyy{grid-template-columns:1fr;gap:1.5rem}}.projects-grid.fade-in.svelte-1w61dyy.svelte-1w61dyy{opacity:1;transform:translateY(0)}.project-card.svelte-1w61dyy.svelte-1w61dyy{background:var(--color-bg);border-radius:12px;overflow:hidden;border:1px solid var(--color-border);transition:all .3s ease;display:flex;flex-direction:column}.project-card.svelte-1w61dyy.svelte-1w61dyy:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:var(--color-accent)}.project-image.svelte-1w61dyy.svelte-1w61dyy{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--color-bg-secondary)}.project-image.svelte-1w61dyy img.svelte-1w61dyy{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-card.svelte-1w61dyy:hover .project-image img.svelte-1w61dyy{transform:scale(1.05)}.project-overlay.svelte-1w61dyy.svelte-1w61dyy{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0a0ae6;display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:0;transition:opacity .3s ease}.project-card.svelte-1w61dyy:hover .project-overlay.svelte-1w61dyy{opacity:1}.project-link.svelte-1w61dyy.svelte-1w61dyy{color:var(--color-text);transition:all .3s ease;padding:.75rem;border-radius:8px;background:var(--color-bg-secondary);border:1px solid var(--color-border)}.project-link.svelte-1w61dyy.svelte-1w61dyy:hover{color:var(--color-accent);border-color:var(--color-accent);transform:scale(1.1)}.project-content.svelte-1w61dyy.svelte-1w61dyy{padding:1.5rem;flex:1;display:flex;flex-direction:column}@media (max-width: 480px){.project-content.svelte-1w61dyy.svelte-1w61dyy{padding:1.25rem}}.project-title.svelte-1w61dyy.svelte-1w61dyy{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}@media (max-width: 480px){.project-title.svelte-1w61dyy.svelte-1w61dyy{font-size:1.25rem}}.project-description.svelte-1w61dyy.svelte-1w61dyy{color:var(--color-text-secondary);line-height:1.6;margin-bottom:1rem;flex:1}@media (max-width: 480px){.project-description.svelte-1w61dyy.svelte-1w61dyy{font-size:.9rem}}.project-tech.svelte-1w61dyy.svelte-1w61dyy{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-tag.svelte-1w61dyy.svelte-1w61dyy{font-size:.85rem;padding:.25rem .75rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:4px;color:var(--color-text-secondary)}@media (max-width: 768px){.projects-grid.svelte-1w61dyy.svelte-1w61dyy{grid-template-columns:1fr}}.contact-content.svelte-xjejpa.svelte-xjejpa{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;opacity:0;transform:translateY(20px);transition:all .8s ease}@media (max-width: 480px){.contact-content.svelte-xjejpa.svelte-xjejpa{gap:2rem}}.contact-content.fade-in.svelte-xjejpa.svelte-xjejpa{opacity:1;transform:translateY(0)}.contact-intro.svelte-xjejpa.svelte-xjejpa{color:var(--color-text-secondary);line-height:1.8;margin-bottom:2rem;font-size:1.1rem}@media (max-width: 480px){.contact-intro.svelte-xjejpa.svelte-xjejpa{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}}.contact-links.svelte-xjejpa.svelte-xjejpa{display:flex;flex-direction:column;gap:1rem}.contact-link.svelte-xjejpa.svelte-xjejpa{display:flex;align-items:center;gap:1rem;color:var(--color-text);padding:1rem;border:1px solid var(--color-border);border-radius:8px;transition:all .3s ease}.contact-link.svelte-xjejpa.svelte-xjejpa:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translate(5px)}.contact-form.svelte-xjejpa.svelte-xjejpa{display:flex;flex-direction:column;gap:1.5rem}.form-group.svelte-xjejpa.svelte-xjejpa{display:flex;flex-direction:column;gap:.5rem}.form-group.svelte-xjejpa label.svelte-xjejpa{color:var(--color-text);font-weight:500}.form-group.svelte-xjejpa input.svelte-xjejpa,.form-group.svelte-xjejpa textarea.svelte-xjejpa{padding:.75rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group.svelte-xjejpa input.svelte-xjejpa:focus,.form-group.svelte-xjejpa textarea.svelte-xjejpa:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #6366f11a}.form-group.svelte-xjejpa textarea.svelte-xjejpa{resize:vertical;min-height:120px}.submit-btn.svelte-xjejpa.svelte-xjejpa{padding:1rem 2rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}@media (max-width: 480px){.submit-btn.svelte-xjejpa.svelte-xjejpa{width:100%;padding:1rem 1.5rem}}.submit-btn.svelte-xjejpa.svelte-xjejpa:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.submit-btn.svelte-xjejpa.svelte-xjejpa:disabled{opacity:.7;cursor:not-allowed}.submit-btn.svelte-xjejpa.svelte-xjejpa:disabled:not(.submitting){background:#27c93f}.error-message.svelte-xjejpa.svelte-xjejpa{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.9rem;text-align:center}@media (max-width: 968px){.contact-content.svelte-xjejpa.svelte-xjejpa{grid-template-columns:1fr}}.nav.svelte-1t62ca3.svelte-1t62ca3{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:all .3s ease;padding:1.5rem 0}@media (max-width: 480px){.nav.svelte-1t62ca3.svelte-1t62ca3{padding:1rem 0}}.nav.scrolled.svelte-1t62ca3.svelte-1t62ca3{background-color:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 20px #0000004d}@media (max-width: 480px){.nav.scrolled.svelte-1t62ca3.svelte-1t62ca3{padding:.75rem 0}}.nav-container.svelte-1t62ca3.svelte-1t62ca3{display:flex;justify-content:space-between;align-items:center}.logo.svelte-1t62ca3.svelte-1t62ca3{font-size:1.5rem;font-weight:700;color:var(--color-text)}.logo-text.svelte-1t62ca3.svelte-1t62ca3{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links.svelte-1t62ca3.svelte-1t62ca3{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links.svelte-1t62ca3 button.svelte-1t62ca3{background:none;border:none;color:var(--color-text);font-size:1rem;cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s ease;font-family:inherit}.nav-links.svelte-1t62ca3 button.svelte-1t62ca3:hover{color:var(--color-accent)}.nav-links.svelte-1t62ca3 button.svelte-1t62ca3:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width .3s ease}.nav-links.svelte-1t62ca3 button.svelte-1t62ca3:hover:after{width:100%}.mobile-menu-btn.svelte-1t62ca3.svelte-1t62ca3{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger.svelte-1t62ca3.svelte-1t62ca3{width:25px;height:2px;background:var(--color-text);transition:all .3s ease;position:relative}.hamburger.svelte-1t62ca3.svelte-1t62ca3:before,.hamburger.svelte-1t62ca3.svelte-1t62ca3:after{content:"";position:absolute;width:25px;height:2px;background:var(--color-text);transition:all .3s ease}.hamburger.svelte-1t62ca3.svelte-1t62ca3:before{top:-8px}.hamburger.svelte-1t62ca3.svelte-1t62ca3:after{bottom:-8px}.hamburger.open.svelte-1t62ca3.svelte-1t62ca3{background:transparent}.hamburger.open.svelte-1t62ca3.svelte-1t62ca3:before{top:0;transform:rotate(45deg)}.hamburger.open.svelte-1t62ca3.svelte-1t62ca3:after{bottom:0;transform:rotate(-45deg)}@media (max-width: 768px){.mobile-menu-btn.svelte-1t62ca3.svelte-1t62ca3{display:flex}.nav-links.svelte-1t62ca3.svelte-1t62ca3{position:fixed;top:0;right:-100%;height:100vh;height:100dvh;width:70%;max-width:300px;background:var(--color-bg-secondary);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-4px 0 20px #0000004d}.nav-links.open.svelte-1t62ca3.svelte-1t62ca3{right:0}.nav-links.svelte-1t62ca3 button.svelte-1t62ca3{font-size:1.5rem;padding:1rem 2rem;min-height:48px}}@media (max-width: 480px){.nav-links.svelte-1t62ca3.svelte-1t62ca3{width:85%}.logo.svelte-1t62ca3.svelte-1t62ca3{font-size:1.25rem}}
