.modal-backdrop.svelte-p7efk5{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#010409d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.modal-container.svelte-p7efk5{position:relative;width:100%;max-width:800px;max-height:90vh;background-color:#0d1117;border:1px solid #30363d;border-radius:16px;box-shadow:0 16px 48px #0009;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif}.close-btn.svelte-p7efk5{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#21262dcc;border:1px solid #30363d;color:#c9d1d9;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.close-btn.svelte-p7efk5:hover{background:#30363d;color:#fff;transform:scale(1.05)}.modal-content.svelte-p7efk5{overflow-y:auto;display:flex;flex-direction:column;width:100%;max-height:100%;scrollbar-width:thin;scrollbar-color:#484f58 #0d1117}.modal-content.svelte-p7efk5::-webkit-scrollbar{width:8px}.modal-content.svelte-p7efk5::-webkit-scrollbar-track{background:#0d1117}.modal-content.svelte-p7efk5::-webkit-scrollbar-thumb{background-color:#484f58;border-radius:4px}.modal-header.svelte-p7efk5{padding:24px 32px 16px;flex-shrink:0}.modal-header.svelte-p7efk5 h2:where(.svelte-p7efk5){margin:0;color:#c9d1d9;font-size:1.75rem;font-weight:700;padding-right:40px}.modal-hero.svelte-p7efk5{width:100%;border-top:1px solid #21262d;border-bottom:1px solid #21262d;background-color:#010409;padding:0;display:flex;justify-content:center;aspect-ratio:16 / 9;max-height:400px;overflow:hidden;flex-shrink:0}.modal-hero.svelte-p7efk5 img:where(.svelte-p7efk5),.modal-hero.svelte-p7efk5 video:where(.svelte-p7efk5){width:100%;height:100%;object-fit:var(--image-fit-object, cover);display:block}.modal-hero.svelte-p7efk5 img.pan:where(.svelte-p7efk5),.modal-hero.svelte-p7efk5 video.pan:where(.svelte-p7efk5){object-fit:contain}@keyframes svelte-p7efk5-pan-vertical{0%{object-position:top}to{object-position:bottom}}.modal-body.svelte-p7efk5{padding:32px;color:#8b949e;font-size:1.05rem;line-height:1.6}.modal-body.svelte-p7efk5 h3{color:#c9d1d9;margin-top:0;font-size:1.35rem}.modal-body.svelte-p7efk5 p{margin-bottom:1rem}.modal-body.svelte-p7efk5 a{color:#58a6ff;text-decoration:none}.modal-body.svelte-p7efk5 a:hover{text-decoration:underline}.modal-body.svelte-p7efk5 .actions{display:flex;gap:12px;margin-top:24px}.modal-body.svelte-p7efk5 .btn{display:inline-flex;align-items:center;padding:8px 16px;border-radius:6px;font-weight:600;text-decoration:none;transition:.2s}.modal-body.svelte-p7efk5 .btn-primary{background-color:#238636;color:#fff;border:1px solid rgba(240,246,252,.1)}.modal-body.svelte-p7efk5 .btn-primary:hover{background-color:#2ea043}.modal-body.svelte-p7efk5 .btn-secondary{background-color:#21262d;color:#c9d1d9;border:1px solid #30363d}.modal-body.svelte-p7efk5 .btn-secondary:hover{background-color:#30363d;border-color:#8b949e}.scroll-indicator.svelte-p7efk5{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#0d1117 15%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .3s ease;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px;color:#8b949e}.scroll-indicator.visible.svelte-p7efk5{opacity:1}.scroll-indicator.svelte-p7efk5 svg:where(.svelte-p7efk5){animation:svelte-p7efk5-bounce-scroll 2s infinite cubic-bezier(.28,.84,.42,1)}@keyframes svelte-p7efk5-bounce-scroll{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}@media(max-width:600px){.modal-container.svelte-p7efk5{border-radius:12px;max-height:95vh}.modal-header.svelte-p7efk5{padding:20px 24px 12px}.modal-body.svelte-p7efk5{padding:24px}.scroll-indicator.svelte-p7efk5{border-bottom-left-radius:12px;border-bottom-right-radius:12px}}.projects-section.svelte-j9475p{padding:2rem 0}.section-title.svelte-j9475p{font-size:2rem;font-weight:700;margin:0 0 2rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.projects-grid.svelte-j9475p{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,350px));gap:24px;justify-content:center}.portfolio-card-wrapper.svelte-j9475p{width:100%;max-width:350px;display:flex;justify-content:center}@media(max-width:768px){.projects-grid.svelte-j9475p{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}}@media(max-width:600px){.projects-grid.svelte-j9475p{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.projects-grid.svelte-j9475p{grid-template-columns:1fr}}.tabs-nav-wrapper.svelte-1eh67i0{position:relative;width:100%;margin-bottom:2.5rem}.scroll-arrow.svelte-1eh67i0{position:absolute;top:0;bottom:0;width:48px;display:flex;align-items:center;border:none;color:#8b949e;cursor:pointer;z-index:10;transition:color .2s}.scroll-arrow.svelte-1eh67i0:hover{color:#c9d1d9}.scroll-arrow.left.svelte-1eh67i0{left:-8px;justify-content:flex-start;background:linear-gradient(to right,#0d1117 40%,transparent)}.scroll-arrow.right.svelte-1eh67i0{right:-8px;justify-content:flex-end;background:linear-gradient(to left,#0d1117 40%,transparent)}.tabs-container.svelte-1eh67i0{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #21262d;scroll-margin-top:120px}.tabs-container.svelte-1eh67i0:before,.tabs-container.svelte-1eh67i0:after{content:"";margin:auto}.tabs-container.svelte-1eh67i0::-webkit-scrollbar{display:none}@media(min-width:600px){.tabs-container.svelte-1eh67i0{justify-content:center}}.tabs-container.svelte-1eh67i0 button:where(.svelte-1eh67i0){cursor:pointer;background:transparent;white-space:nowrap;flex-shrink:0}.tab-content.svelte-1eh67i0{min-height:200px}.tab-bottom-nav.svelte-1eh67i0{display:flex;justify-content:space-between;gap:20px;margin-top:4rem;padding-top:2rem;border-top:1px solid #21262d}.nav-btn.svelte-1eh67i0{display:flex;align-items:center;gap:16px;padding:1.5rem;background:transparent;border:1px solid #30363d;border-radius:12px;color:#8b949e;cursor:pointer;transition:all .2s ease;flex:1;max-width:300px;text-align:left}.nav-btn.svelte-1eh67i0:hover{border-color:#58a6ff;color:#c9d1d9;background:#58a6ff0d;transform:translateY(-2px)}.nav-btn.next.svelte-1eh67i0{text-align:right;justify-content:flex-end}.nav-content.svelte-1eh67i0{display:flex;flex-direction:column;gap:4px}.nav-label.svelte-1eh67i0{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;opacity:.7}.nav-title.svelte-1eh67i0{font-size:1.1rem;font-weight:700}.spacer.svelte-1eh67i0{flex:1;max-width:300px}@media(max-width:600px){.tab-bottom-nav.svelte-1eh67i0{flex-direction:column;gap:12px}.nav-btn.svelte-1eh67i0,.spacer.svelte-1eh67i0{max-width:100%}.spacer.svelte-1eh67i0{display:none}}.tab-pane.svelte-9vfy4d{width:100%}.info-badge.svelte-phs2rl{display:inline-flex;align-items:center;gap:8px;color:#8b949e;font-size:.95rem;font-weight:500;text-align:left;max-width:100%;line-height:1.4}.info-badge.svelte-phs2rl span{text-wrap:balance}.info-badge.svelte-phs2rl svg{flex-shrink:0;opacity:.8}@media(max-width:600px){.info-badge.svelte-phs2rl{text-align:left;gap:10px}.info-badge.svelte-phs2rl svg{transform:scale(1.1)}}.social-badge.svelte-diwq7c{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;position:relative}.social-text.svelte-diwq7c{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:inherit}.social-badge.svelte-diwq7c:hover .social-text:where(.svelte-diwq7c),.social-badge.svelte-diwq7c:focus-visible .social-text:where(.svelte-diwq7c){max-width:250px;opacity:1}.portfolio-container.svelte-1bybtyp{font-family:Inter,sans-serif;max-width:1200px;margin:0 auto;padding:calc(var(--header-height, 64px) + 2.5rem) 2rem 2rem;color:#c9d1d9}.hero.svelte-1bybtyp{padding:4rem 0 5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid #21262d}.hero-content.svelte-1bybtyp{max-width:800px;display:flex;flex-direction:column;align-items:center}.hello-nametag.svelte-1bybtyp{display:flex;align-items:center;justify-content:center;gap:12px;color:#58a6ff;font-family:Noto Sans,Arial,sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:0}.hello-nametag.svelte-1bybtyp:before,.hello-nametag.svelte-1bybtyp:after{content:"";display:block;width:24px;height:2px;background-color:#58a6ff;opacity:.4;border-radius:2px}.hero-title.svelte-1bybtyp{font-family:Noto Sans,Arial,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin:.2rem 0 .5rem;color:#c9d1d9;letter-spacing:-1px}.info-badges-container.svelte-1bybtyp{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:1.5rem}.bio.svelte-1bybtyp{font-size:1.1rem;line-height:1.6;color:#c9d1d9;margin:0 0 2rem}@keyframes svelte-1bybtyp-heroFlyIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero.svelte-1bybtyp .hello-nametag:where(.svelte-1bybtyp),.hero.svelte-1bybtyp .hero-title:where(.svelte-1bybtyp),.hero.svelte-1bybtyp .info-badges-container:where(.svelte-1bybtyp),.hero.svelte-1bybtyp .bio:where(.svelte-1bybtyp),.hero.svelte-1bybtyp .skill-tag:where(.svelte-1bybtyp),.hero.svelte-1bybtyp .social-links:where(.svelte-1bybtyp){opacity:0;will-change:transform,opacity;animation:svelte-1bybtyp-heroFlyIn .8s cubic-bezier(.34,1.56,.64,1) forwards}.hero.svelte-1bybtyp .hello-nametag:where(.svelte-1bybtyp){animation-delay:.05s}.hero.svelte-1bybtyp .hero-title:where(.svelte-1bybtyp){animation-delay:.15s}.hero.svelte-1bybtyp .info-badges-container:where(.svelte-1bybtyp){animation-delay:.25s}.hero.svelte-1bybtyp .bio:where(.svelte-1bybtyp){animation-delay:.4s}.hero.svelte-1bybtyp .skill-tag:where(.svelte-1bybtyp){animation-delay:var(--delay)}.hero.svelte-1bybtyp .social-links:where(.svelte-1bybtyp){animation-delay:.9s}.projects-section.svelte-1bybtyp{padding:4rem 0}.section-title.svelte-1bybtyp{font-size:2rem;font-weight:700;margin:0 0 2rem;color:#b1bac4;text-transform:uppercase;letter-spacing:1px}.projects-grid.svelte-1bybtyp{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;justify-items:center}.marquee-wrapper.svelte-1bybtyp{display:inline-block;white-space:nowrap}.marquee-content.svelte-1bybtyp{display:inline-flex;white-space:nowrap}.marquee-duplicate.svelte-1bybtyp{display:none}.marquee-content.svelte-1bybtyp span:where(.svelte-1bybtyp){white-space:nowrap!important;text-wrap:nowrap!important}@media(max-width:600px){.marquee-content.svelte-1bybtyp span:where(.svelte-1bybtyp){padding-left:20px}.marquee-wrapper.svelte-1bybtyp{max-width:65vw;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.marquee-duplicate.svelte-1bybtyp{display:inline-block}.marquee-content.svelte-1bybtyp{animation:svelte-1bybtyp-marquee-loop 14s linear infinite;animation-delay:1s}}@keyframes svelte-1bybtyp-marquee-loop{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-grid.svelte-1bybtyp .portfolio-card{max-width:420px;width:100%}@media(max-width:768px){.projects-grid.svelte-1bybtyp{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}}@media(max-width:600px){.projects-grid.svelte-1bybtyp{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.projects-grid.svelte-1bybtyp{grid-template-columns:1fr}.projects-grid.svelte-1bybtyp .portfolio-card{max-width:320px}}
