:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;--color: #c9d1d9;color:var(--color);--background-color: #0d1117;--background-color2: #070313;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#0d1117}#app{width:100%;min-height:100vh}h1{font-size:3.5em;line-height:1.2;font-weight:700;color:#c9d1d9;margin-bottom:.5em}h2{font-size:2em;line-height:1.2;font-weight:700;color:#c9d1d9;margin-bottom:.5em}h3{font-size:1.5em;font-weight:600;color:#c9d1d9}p{color:#8b949e;margin-bottom:1em}a{font-weight:500;color:#79c0ff;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative}a:hover{color:#a371f7}button,.btn{border-radius:8px;border:1px solid #30363d;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:#c9d1d9;background-color:#0d1117;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}button:hover,.btn:hover{border-color:#a371f7;color:#a371f7;box-shadow:0 0 20px #a371f74d}button:focus,button:focus-visible{outline:2px solid #79c0ff;outline-offset:2px}section{scroll-margin-top:7vh;padding:3rem 2rem;border-radius:15px;max-width:65vw;margin:5vh auto}@keyframes glow{0%,to{box-shadow:0 0 5px #a371f780}50%{box-shadow:0 0 20px #a371f7cc}}@media(max-width:1024px){section{max-width:85vw}}@media(max-width:768px){h1{font-size:2.5em}h2{font-size:1.5em}section{max-width:100%;padding:2.5rem 1.25rem;margin:3vh auto;border-radius:0}}@media(max-width:480px){h1{font-size:2em}h2{font-size:1.3em}section{padding:2rem 1rem;margin:2vh auto;border-radius:0}}header.svelte-1elxaub{background-color:#010409;border-bottom:1px solid #30363d;padding:1rem 2rem;position:sticky;top:0;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}header.scrolled.svelte-1elxaub{background-color:#010409f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0006}nav.svelte-1elxaub{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-1elxaub{font-size:1.5em;font-weight:700;color:#79c0ff;text-decoration:none}.logo.svelte-1elxaub:hover{color:#a371f7}.nav-links.svelte-1elxaub{display:flex;list-style:none;gap:2rem}.nav-btn.svelte-1elxaub{background:none;border:none;color:#8b949e;cursor:pointer;font-size:1em;padding:.3em 0;font-weight:500;position:relative;transition:color .3s ease}.nav-btn.svelte-1elxaub:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#79c0ff,#a371f7);transition:width .3s ease}.nav-btn.active.svelte-1elxaub,.nav-btn.svelte-1elxaub:hover{color:#79c0ff}.nav-btn.active.svelte-1elxaub:after{width:100%}.hamburger.svelte-1elxaub{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.4em;width:36px;height:36px}.hamburger.svelte-1elxaub span:where(.svelte-1elxaub){display:block;width:22px;height:2px;background:#8b949e;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(1){transform:translateY(7px) rotate(45deg);background:#a371f7}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(2){opacity:0}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(3){transform:translateY(-7px) rotate(-45deg);background:#a371f7}.mobile-menu.svelte-1elxaub{list-style:none;display:flex;flex-direction:column;border-top:1px solid #30363d;padding:.5rem 0;margin-top:.5rem}.mobile-nav-btn.svelte-1elxaub{width:100%;text-align:left;padding:.75em 1rem;font-size:1em;border-radius:6px}.mobile-nav-btn.svelte-1elxaub:hover{background:#161b22}@media(max-width:768px){header.svelte-1elxaub{padding:.85rem 1.25rem}.nav-links.svelte-1elxaub{display:none}.hamburger.svelte-1elxaub{display:flex}}.hero.svelte-1q37ri0{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d1117,#0d1117cc);position:relative;overflow:hidden}.hero.svelte-1q37ri0:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(163,113,247,.1) 0%,transparent 70%);border-radius:50%}.hero-content.svelte-1q37ri0{position:relative;z-index:1;text-align:center;opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.hero-content.visible.svelte-1q37ri0{opacity:1;transform:translateY(0)}.hero-eyebrow.svelte-1q37ri0{font-size:.95em;letter-spacing:.15em;text-transform:uppercase;color:#a371f7;margin-bottom:.5em}.hero.svelte-1q37ri0 h1,.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){background:linear-gradient(135deg,#79c0ff,#a371f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:4em;margin-bottom:.5em}.hero-content.svelte-1q37ri0 p:where(.svelte-1q37ri0){font-size:1.3em;color:#8b949e;margin-bottom:2em}.typewriter-text.svelte-1q37ri0{background:linear-gradient(135deg,#79c0ff,#a371f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor.svelte-1q37ri0{-webkit-text-fill-color:#a371f7;animation:svelte-1q37ri0-blink 1s step-end infinite}@keyframes svelte-1q37ri0-blink{0%,to{opacity:1}50%{opacity:0}}.hero-buttons.svelte-1q37ri0{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary.svelte-1q37ri0{padding:.8em 2em;font-size:1.1em;background:linear-gradient(135deg,#79c0ff,#a371f7);border:none;color:#0d1117;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-primary.svelte-1q37ri0:hover{background:linear-gradient(135deg,#a371f7,#79c0ff);box-shadow:0 0 30px #a371f780;transform:translateY(-2px)}.btn-secondary.svelte-1q37ri0{padding:.8em 2em;font-size:1.1em;background:transparent;border:2px solid #30363d;border-radius:8px;color:#c9d1d9;cursor:pointer;transition:all .3s ease}.btn-secondary.svelte-1q37ri0:hover{border-color:#a371f7;color:#a371f7;transform:translateY(-2px)}@media(max-width:768px){.hero.svelte-1q37ri0{min-height:70vh;padding:2rem 1.25rem}.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:2.5em}.hero-content.svelte-1q37ri0 p:where(.svelte-1q37ri0){font-size:1.1em}.hero-buttons.svelte-1q37ri0{flex-direction:column;align-items:center}.hero-buttons.svelte-1q37ri0 button:where(.svelte-1q37ri0){width:100%;max-width:260px}}@media(max-width:480px){.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:2em}.hero-eyebrow.svelte-1q37ri0{font-size:.8em}}.about-section.svelte-7hpc9t{background:var(--background-color2);padding:4rem 2rem 3rem;position:relative;overflow:hidden}.about-section.svelte-7hpc9t:before{content:"";position:absolute;bottom:-80px;left:-80px;width:350px;height:350px;border-radius:50%;pointer-events:none}.about-inner.svelte-7hpc9t{max-width:70vw;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.about-inner.visible.svelte-7hpc9t{opacity:1;transform:translateY(0)}.about-text.svelte-7hpc9t h2:where(.svelte-7hpc9t){font-size:2em;font-weight:700;color:#c9d1d9;margin-bottom:1rem;position:relative;display:inline-block}.about-text.svelte-7hpc9t h2:where(.svelte-7hpc9t):after{content:"";position:absolute;bottom:-6px;left:0;width:9.3rem;height:3px;background:linear-gradient(90deg,#79c0ff,#a371f7);border-radius:2px}.about-lead.svelte-7hpc9t{font-size:1.15em;color:#c9d1d9!important;margin-top:1.2rem;margin-bottom:1rem;line-height:1.7}.about-text.svelte-7hpc9t p:where(.svelte-7hpc9t){color:#8b949e;line-height:1.75;margin-bottom:1em}.about-meta.svelte-7hpc9t{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.meta-item.svelte-7hpc9t{display:flex;align-items:center;gap:.5rem;background:#161b22;border:1px solid #30363d;border-radius:8px;padding:.45em .9em;font-size:.9em;color:#8b949e;transition:border-color .2s ease}.meta-item.svelte-7hpc9t:hover{border-color:#79c0ff}.meta-icon.svelte-7hpc9t{font-size:1em}.about-card.svelte-7hpc9t{background:#010409;border:1px solid #30363d;border-radius:12px;overflow:hidden;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.9em;box-shadow:0 8px 40px #00000080;transition:box-shadow .4s ease,border-color .4s ease}.about-card.svelte-7hpc9t:hover{border-color:#a371f7;box-shadow:0 12px 50px #a371f726}.card-header.svelte-7hpc9t{background:#161b22;border-bottom:1px solid #30363d;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}.dot.svelte-7hpc9t{width:12px;height:12px;border-radius:50%}.dot.red.svelte-7hpc9t{background:#ff5f57}.dot.yellow.svelte-7hpc9t{background:#ffbd2e}.dot.green.svelte-7hpc9t{background:#28c840}.card-title.svelte-7hpc9t{margin-left:.75rem;color:#484f58;font-size:.85em;letter-spacing:.03em}.card-body.svelte-7hpc9t{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;min-height:220px}.terminal-line.svelte-7hpc9t{display:flex;align-items:baseline;gap:.6rem;line-height:1.6}.prompt.svelte-7hpc9t{color:#a371f7;flex-shrink:0;font-size:.9em}.line-text.svelte-7hpc9t{color:#c9d1d9}.line-text.comment.svelte-7hpc9t{color:#484f58}.line-text.output.svelte-7hpc9t{color:#79c0ff}.cursor-blink.svelte-7hpc9t{color:#a371f7;animation:svelte-7hpc9t-blink 1s step-end infinite;font-size:.85em}@keyframes svelte-7hpc9t-blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:900px){.about-inner.svelte-7hpc9t{grid-template-columns:1fr;max-width:100%;gap:2.5rem}}@media(max-width:768px){.about-section.svelte-7hpc9t{padding:3rem 1.25rem;border-radius:0}.about-card.svelte-7hpc9t{font-size:.8em}.card-body.svelte-7hpc9t{min-height:160px;padding:1rem 1.1rem}}@media(max-width:480px){.about-meta.svelte-7hpc9t{gap:.5rem}.meta-item.svelte-7hpc9t{font-size:.82em;padding:.4em .7em}}.projects-section.svelte-1tes396{background-color:var(--background-color2)}.tag-filter.svelte-1tes396{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5em 0}.filter-btn.svelte-1tes396{padding:.35em 1em;border-radius:20px;border:1px solid #30363d;background:#0d1117;color:#8b949e;cursor:pointer;font-size:.9em;transition:all .2s ease}.filter-btn.svelte-1tes396:hover{border-color:#79c0ff;color:#79c0ff}.filter-btn.active-filter.svelte-1tes396{background:linear-gradient(135deg,#79c0ff20,#a371f720);border-color:#a371f7;color:#a371f7}.projects-grid.svelte-1tes396{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2em}.project-card.svelte-1tes396{background-color:#0d1117;border:1px solid #30363d;border-radius:12px;padding:1.5rem;cursor:pointer;position:relative;overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease,border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.project-card.svelte-1tes396:nth-child(1){transition-delay:0s}.project-card.svelte-1tes396:nth-child(2){transition-delay:.1s}.project-card.svelte-1tes396:nth-child(3){transition-delay:.2s}.project-card.svelte-1tes396:nth-child(4){transition-delay:.3s}.project-card.revealed.svelte-1tes396{opacity:1;transform:translateY(0)}.project-card.svelte-1tes396:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#79c0ff,#a371f7);transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.project-card.svelte-1tes396:hover:before{transform:translate(0)}.project-card.svelte-1tes396:hover{border-color:#a371f7;transform:translateY(-8px);box-shadow:0 15px 40px #a371f733}.project-card.svelte-1tes396 h3:where(.svelte-1tes396){margin-bottom:.5rem;color:#79c0ff;transition:color .3s ease}.project-card.svelte-1tes396:hover h3:where(.svelte-1tes396){color:#a371f7}.project-card.svelte-1tes396 p:where(.svelte-1tes396){color:#8b949e;margin-bottom:1rem}.project-tags.svelte-1tes396{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag.svelte-1tes396{display:inline-block;background-color:#161b22;color:#79c0ff;padding:.3rem .8rem;border-radius:20px;font-size:.85em;border:1px solid #30363d;cursor:pointer;transition:all .2s ease;font-family:inherit}.tag.svelte-1tes396:hover{background-color:#30363d;border-color:#79c0ff}.tag.tag-active.svelte-1tes396{background:#79c0ff20;border-color:#a371f7;color:#a371f7}.view-btn.svelte-1tes396{margin-top:1rem;padding:.5em 1em;font-size:.95em}.no-results.svelte-1tes396{text-align:center;color:#8b949e;margin-top:2rem}.clear-btn.svelte-1tes396{background:none;border:none;color:#79c0ff;cursor:pointer;padding:0;font-size:inherit}@media(max-width:768px){.projects-section.svelte-1tes396{border-radius:0}.projects-grid.svelte-1tes396{grid-template-columns:1fr;gap:1.25rem}.tag-filter.svelte-1tes396{gap:.4rem}.filter-btn.svelte-1tes396{font-size:.82em;padding:.3em .8em}}@media(max-width:480px){.project-card.svelte-1tes396{padding:1.25rem}.view-btn.svelte-1tes396{width:100%;text-align:center}}.skills-section.svelte-1f1pl16{background-color:var(--background-color2)}.skills-grid.svelte-1f1pl16{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:2em}.skill-item.svelte-1f1pl16{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.skill-item.svelte-1f1pl16:hover{border-color:#a371f7;transform:translateY(-5px);box-shadow:0 10px 30px #a371f733}.skill-item.svelte-1f1pl16 h3:where(.svelte-1f1pl16){color:#79c0ff;font-size:1.1em;margin-bottom:.5rem}.skill-item.svelte-1f1pl16 p:where(.svelte-1f1pl16){color:#8b949e;font-size:.9em;margin:0}.skill-items-list.svelte-1f1pl16{font-size:.9em;margin-bottom:0}@media(max-width:768px){.skills-grid.svelte-1f1pl16{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.skill-item.svelte-1f1pl16{padding:1.1rem}}@media(max-width:480px){.skills-grid.svelte-1f1pl16{grid-template-columns:1fr 1fr}}.contact-section.svelte-wt4tt0{background:var(--background-color);text-align:center}.contact-content.svelte-wt4tt0{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.contact-content.visible.svelte-wt4tt0{opacity:1;transform:translateY(0)}.contact-links.svelte-wt4tt0{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.social-link.svelte-wt4tt0{display:inline-flex;align-items:center;justify-content:center;width:55px;height:55px;border-radius:8px;border:2px solid #30363d;color:#79c0ff;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.5em;line-height:1}.social-link.svelte-wt4tt0 svg{width:28px;height:28px;display:block;object-fit:contain;fill:currentColor}.social-link.svelte-wt4tt0 svg *{fill:currentColor}.social-link.svelte-wt4tt0:hover{border-color:#a371f7;color:#a371f7;transform:translateY(-5px);box-shadow:0 10px 25px #a371f74d}.sr-only.svelte-wt4tt0{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:480px){.contact-links.svelte-wt4tt0{gap:1.25rem}.social-link.svelte-wt4tt0{width:48px;height:48px}}footer.svelte-jz8lnl{background-color:#010409;border-top:1px solid #30363d;padding:2rem;text-align:center;color:#8b949e}@media(max-width:480px){footer.svelte-jz8lnl{padding:1.25rem 1rem;font-size:.9em}}main.svelte-1n46o8q{position:relative}
