@charset "UTF-8";.card.svelte-1ogc32p{background:var(--color-cardBackground);padding:2rem;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;width:13rem;height:10rem;flex-direction:column}.hero-card__title.svelte-1fa2lzn{margin:.1rem 0;font-size:1.5rem;font-weight:600}.hero-card__desc.svelte-1fa2lzn{margin-top:.25rem;font-size:.9rem;line-height:1.6;color:var(--color-subtext);text-decoration:none}.hero.svelte-tcsqfh{min-height:80vh;padding:10rem 1rem;background:var(--color-background);color:var(--color-text);text-align:center}.heroTitle.svelte-tcsqfh{font-size:60px;margin-bottom:1rem;font-weight:700}.heroSubtitle.svelte-tcsqfh{font-size:1.125rem;color:var(--color-subtext);text-align:center;max-width:64rem;margin:0 auto 2rem;line-height:1.5}.resumeCta.svelte-tcsqfh{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:3rem}.resumeCta__text.svelte-tcsqfh{margin:0;font-size:1rem;color:var(--color-subtext)}.resumeCta__btn.svelte-tcsqfh{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;color:var(--color-primary);font-weight:500;font-size:1rem;padding:0;cursor:pointer;transition:opacity .2s}.resumeCta__btn.svelte-tcsqfh:hover{opacity:.8}.heroCards.svelte-tcsqfh{display:grid;grid-template-columns:1fr;gap:2rem;margin:0 auto;max-width:52rem;padding:0 1rem;align-items:stretch;justify-content:center;justify-items:center}.heroCards.svelte-tcsqfh .hero-card{transition:transform .2s ease;transform:scale(1)}.heroCards.svelte-tcsqfh .hero-card:hover{transform:scale(1.05)!important}@media (min-width: 768px){.heroCards.svelte-tcsqfh{grid-template-columns:repeat(3,1fr)}}.heroCards.svelte-tcsqfh>a:where(.svelte-tcsqfh){text-decoration:none;display:block;height:100%}.heroCards.svelte-tcsqfh .project-card .hero-card__icon{stroke-width:2;stroke:var(--color-primary)}.heroCards.svelte-tcsqfh .skills-card .hero-card__icon{stroke-width:2;stroke:var(--color-secondary)}.heroCards.svelte-tcsqfh .contact-card .hero-card__icon{stroke-width:2;stroke:var(--color-accent)}.techTag.svelte-h1qb1d{display:inline-flex;background:var(--color-cardBackground);border:1px solid currentColor;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;gap:2rem}.cardWrapper.svelte-hmd776{background:var(--color-cardBackground);padding:1rem;border-radius:1rem;margin:1rem 0;transition:transform .3s ease,box-shadow .3s ease}.cardWrapper.svelte-hmd776:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.card.svelte-hmd776{width:100%;border-radius:.5rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.card__header.svelte-hmd776{height:8rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;width:100%}.card__header.svelte-hmd776 .card__type:where(.svelte-hmd776){color:var(--color-text);font-size:1rem;font-weight:600}.card__body.svelte-hmd776{flex:1;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.card__body.svelte-hmd776 .card__title:where(.svelte-hmd776){font-size:1.25rem;font-weight:600;margin:1rem 0 0;color:var(--color-text)}.card__body.svelte-hmd776 .card__description:where(.svelte-hmd776){font-size:.875rem;color:var(--color-subtext);max-height:4.5rem;overflow:hidden;margin:.5rem 0}.card__body.svelte-hmd776 .card__tags:where(.svelte-hmd776){display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:1rem}.card__body.svelte-hmd776 .card__actions:where(.svelte-hmd776){display:flex;gap:1rem;margin-top:auto}.card__body.svelte-hmd776 .card__button:where(.svelte-hmd776){display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:.875rem;transition:opacity .2s}.card__body.svelte-hmd776 .card__button:where(.svelte-hmd776):hover{opacity:.8}.card__body.svelte-hmd776 .card__button--code:where(.svelte-hmd776){color:var(--color-primary)}.card__body.svelte-hmd776 .card__button--demo:where(.svelte-hmd776){color:var(--color-secondary)}.section-title.svelte-1guheqv{display:inline-block;position:relative}.section-title__title.svelte-1guheqv{font-size:2.25rem;font-weight:700;color:var(--color-text);margin:0}.section-title__desc.svelte-1guheqv{position:absolute;top:50%;left:100%;gap:.5rem;opacity:0;font-size:.875rem;color:var(--color-subtext);white-space:nowrap;transition:all .3s ease-out;transform:translate(1.5rem);margin-left:1rem}.section-title.svelte-1guheqv:hover .section-title__desc:where(.svelte-1guheqv){opacity:1;transform:translate(0)}.projects-section.svelte-157pkgl .idle-projects:where(.svelte-157pkgl),.projects-section.svelte-157pkgl .projects-content:where(.svelte-157pkgl){width:100%;max-width:72rem;margin:0 auto}.projects-section.svelte-157pkgl{background:#142333;padding:2rem;display:flex;flex-direction:column;align-items:center}.projects-section.svelte-157pkgl .projects-content:where(.svelte-157pkgl){margin:0 auto}.projects-section.svelte-157pkgl .projects-content:where(.svelte-157pkgl) .project-grid:where(.svelte-157pkgl){display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem;max-width:100%;margin-top:1rem;justify-content:start;align-items:stretch}.projects-section.svelte-157pkgl .projects-content:where(.svelte-157pkgl) .project-card{width:20rem;transition:transform .2s ease,box-shadow .2s ease}.projects-section.svelte-157pkgl .projects-content:where(.svelte-157pkgl) .project-card:hover{transform:scale(1.15);box-shadow:0 8px 16px #0003}.projects-section.svelte-157pkgl .idle-projects:where(.svelte-157pkgl){max-width:72rem;margin-top:1rem;border:2px solid var(--color-subtext);border-radius:.5rem}.projects-section.svelte-157pkgl .idle-projects:where(.svelte-157pkgl) .idle-grid:where(.svelte-157pkgl){border:1px dashed var(--color-subtext);border-radius:.5rem;padding:1rem;display:flex;gap:1rem;overflow-x:auto;scroll-padding:1rem;overflow-y:hidden}
