:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:2.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.align-left{align-self:flex-start}.align-center{align-self:center}.align-right{align-self:flex-end}.splash.svelte-1rc8s45{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;justify-content:center;align-items:center;z-index:1000;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:2rem;font-weight:700}.click-text.svelte-1rc8s45{pointer-events:none}.box.svelte-xx6k2f{display:flex;flex-direction:column;gap:1rem;max-width:100%;padding:2rem;border-radius:12px;background:#24242345;text-align:left;transform:translate(var(--offset-x),var(--offset-y));transition:transform .3s ease}@media (max-width: 768px){.box.svelte-xx6k2f{align-self:center!important;transform:none!important;padding:1.5rem;width:95%}}.profile-row.svelte-1llkrop{display:flex;align-items:center;gap:1rem}.pfp.svelte-1llkrop{width:65px;height:65px;border-radius:50%;object-fit:cover;flex-shrink:0}h2.svelte-1llkrop{margin:0rem 0 .5rem;font-size:1.2rem}h3.svelte-1llkrop{margin:-1.2rem 0 .4rem;font-size:1.2rem}.text-content.svelte-1llkrop h1:where(.svelte-1llkrop){font-size:2em;line-height:1.1;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0}.now-playing.svelte-1llkrop{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin-top:-2rem;font-size:.95rem;margin-left:.5rem;display:flex;align-items:center;gap:0rem}.highlight-link.svelte-1llkrop{color:#1ed760;font-weight:700;text-decoration:none;margin-left:.3rem}.highlight-link.svelte-1llkrop:hover{text-decoration:underline;filter:brightness(1.2)}.lang-box.svelte-1llkrop{margin-top:-1rem;margin-left:.15rem;padding:.3rem .45rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;width:fit-content}.languages.svelte-1llkrop{margin:0;display:flex;gap:1rem;align-items:center}.lang-icon.svelte-1llkrop{width:32px;height:32px;transition:transform .2s ease;cursor:default;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.lang-icon.svelte-1llkrop:hover{transform:scale(1.2)}@media (max-width: 768px){.profile-row.svelte-1llkrop{flex-direction:column;align-items:center;text-align:center}.pfp.svelte-1llkrop{width:80px;height:80px}.text-content.svelte-1llkrop h1:where(.svelte-1llkrop){font-size:1.5rem}.now-playing.svelte-1llkrop{margin-left:0;justify-content:center}.lang-box.svelte-1llkrop{margin-left:auto;margin-right:auto;padding:.5rem .75rem}.languages.svelte-1llkrop{gap:1rem}.lang-icon.svelte-1llkrop{width:28px;height:28px}}.stars-container.svelte-115xh88{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;pointer-events:none;z-index:-1;background:radial-gradient(ellipse at center,#001,#000 80%)}.star.svelte-115xh88{position:absolute;width:4px;height:4px;background:#0af;border-radius:50%;box-shadow:0 0 6px 2px #0af,0 0 10px 4px #0af;filter:drop-shadow(0 0 4px #00aaff);animation-name:svelte-115xh88-shooting;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes svelte-115xh88-shooting{0%{opacity:0;transform:translate(0) translateY(0) scale(.5)}10%{opacity:1;scale:1}to{opacity:0;transform:translate(300px) translateY(50px) scale(0)}}.text-content.svelte-v0usd h1:where(.svelte-v0usd){font-size:2em;line-height:1.1;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0 0 1rem}.social-box.svelte-v0usd{margin-top:.5rem;padding:.6rem 1rem;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:1rem;width:fit-content}.icon-btn.svelte-v0usd{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s ease}.icon-btn.svelte-v0usd:hover{transform:scale(1.2)}.social-icon.svelte-v0usd{width:28px;height:28px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.projects-box.svelte-v0usd{margin-top:.8rem;padding:1rem 1.2rem;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content;display:flex;flex-direction:column;gap:1rem}.project-entry.svelte-v0usd h3:where(.svelte-v0usd){margin:0;font-size:1.1rem;color:#fff}.project-entry.svelte-v0usd p:where(.svelte-v0usd){margin:.2rem 0 .5rem;font-size:.9rem;color:#ffffffde;max-width:400px}.project-meta.svelte-v0usd{display:flex;gap:.5rem;flex-wrap:wrap}.tag.svelte-v0usd{font-size:.7rem;background:#02244f2f;color:#fff;padding:.2rem .5rem;border-radius:6px;font-weight:700}@media (max-width: 768px){.text-content.svelte-v0usd{max-width:100%;margin:0 auto;padding:0 1rem}.social-box.svelte-v0usd{width:100%;max-width:320px;margin:0 auto 1rem;padding:.5rem 1rem;justify-content:center}.icon-btn.svelte-v0usd{flex:1;justify-content:center}.social-icon.svelte-v0usd{width:24px;height:24px}.projects-box.svelte-v0usd{width:100%;max-width:100%;padding:1rem;margin:0 auto;box-sizing:border-box}.project-entry.svelte-v0usd p:where(.svelte-v0usd){max-width:100%;font-size:.85rem}.project-meta.svelte-v0usd{justify-content:center}}.boxes.svelte-1u4cbah{display:flex;flex-direction:column;padding:4rem 1rem;max-width:1000px;margin:0 auto;gap:2rem;transition:transform .2s ease}@media (max-width: 768px){.boxes.svelte-1u4cbah{padding:2rem 1rem;gap:1.2rem}}
