*,*:before,*:after{box-sizing:border-box}html{--bg-1: #000000;--bg-2: #2d2d2dde;--bg-3: #666;--fg-1: #e6e6e6;--fg-2: #b3b3b3;--fg-3: #999;--fg-4: #35424b;--link: #ffffff;--link-hover: #77c3fd;--link-active: #4baffb;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--fg-3) transparent;background-color:var(--bg-1)}#info-container{position:relative;overflow:hidden;height:180px;width:280px}body{--border-radius: .8rem;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;background:transparent;color:var(--fg-1);font-family:var(--font);min-height:calc(100vh - 1rem);line-height:1.5;display:flex;flex-direction:column;max-width:177.78vh;margin:.5rem auto;width:auto}.main-content{flex:1;display:flex;flex-direction:column}.button-link{background:none;border:none;padding:0;margin:0;color:var(--link);cursor:pointer;font-size:inherit;font-family:inherit}.credits{font-weight:400;font-size:1.1rem;display:flex;align-items:center;gap:.5rem;margin:0;color:var(--fg-2)}.credits img{height:1.6em;width:auto;display:block}.credits a{display:flex;align-items:center;color:inherit;transition:color .2s}.credits a[href*=svelte] img{height:1.3em}.credits>span:first-child{font-size:1rem}.credits .divider{font-size:1.5em;line-height:1;display:flex;align-items:center;padding-bottom:2px;transform:translateY(-2px)}.credits i{display:flex;align-items:center;transform:translateY(1px)}.credits a,.credits img{flex-shrink:0}.icons{width:auto;height:30px;border-radius:0%;padding-right:.5rem}.company-icons{width:auto;height:60px;border-radius:0%;padding-right:1rem}.gallery{align-content:center;margin:.5rem auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem}.image{width:100%;cursor:pointer;transition:.2s ease;position:relative;-webkit-tap-highlight-color:transparent;overflow:hidden;border-radius:var(--border-radius)}.image>img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;transition:.2s ease}.image p{position:absolute;bottom:0;left:0;width:100%;padding:1rem;box-sizing:border-box;display:none;font-weight:600;font-size:small;font-style:italic;color:#fff;white-space:normal;z-index:5}nav{background:var(--bg-2);padding:1.25rem;border-radius:var(--border-radius);display:flex;align-items:center;flex-wrap:wrap;margin-top:0}nav a{text-decoration:none;padding-right:0}.nav-bottom-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;border-top:1px solid var(--bg-3);margin-top:.5rem;flex-wrap:wrap}.software-icons{display:flex;align-items:center}.filter-actions{display:flex;gap:.5rem;flex-wrap:wrap}.button-filter{background:transparent;color:var(--fg-2);border:1px solid var(--bg-3);border-radius:4px;height:30px;padding:0 .8rem;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}@media(hover:hover)and (pointer:fine){.button-link:hover{color:var(--link-hover);background:none}.image:hover{transform:scale(1.01);z-index:2}.image:hover p{text-shadow:1px 1px 2px rgba(0,0,0,.8);display:block}.image:hover>img{filter:brightness(60%);box-shadow:0 0 15px #fff3}a:hover,.social-links a:hover{color:var(--link-hover)}button:hover,.button:hover{background:var(--link-hover);color:var(--bg-1)}.button-filter:hover{background:var(--link-hover);color:var(--bg-1);border-color:var(--link-hover)}}.button-link:active,a:active{color:var(--link-active);transition:none}button:active,.button:active{background:var(--link-active);color:var(--bg-1);transition:none}.button-filter.active{background:var(--fg-4);color:var(--fg-1);border-color:var(--fg-4)}img,.image,.overlay-backdrop,.gallery,.fullscreen-image,.fullscreen-nav,.fullscreen-close,button,a,input,label{-webkit-tap-highlight-color:transparent}footer{display:grid;grid-template-columns:1fr auto;position:relative;align-items:center;box-sizing:border-box;padding:1rem;margin-top:0;margin-bottom:0;width:100%;background:var(--bg-2);color:#fff;z-index:5;border-radius:var(--border-radius);gap:1rem}footer>:nth-child(1){justify-self:start}footer>:nth-child(2){justify-self:end}h1{font-variant-numeric:tabular-nums;font-size:2.125rem;font-weight:600;line-height:1.1}h2,h3,h4,h5,h6{font-variant-numeric:tabular-nums;font-weight:500;line-height:1.1}img{max-width:100%;height:auto}:is(h1,h2,h3,h4,h5,h6,p){margin:1rem .1rem}label{margin:.5rem .1rem}:is(h1,h2,h3,h4,h5,h6,p,label):first-child{margin-top:0}:is(h1,h2,h3,h4,h5,h6,p,label):last-child{margin-bottom:0}a{text-decoration:none;color:var(--link)}label{align-items:center;gap:.5rem;display:flex}label input{margin:0}button,input,select{font-family:inherit;font-size:inherit}video{outline:none}.button{background:var(--fg-4);color:var(--fg-1);border-radius:4px;border:none;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s}:is(button,button:hover,button:active):disabled,:is(.button,.button:hover,.button:active):disabled{background:var(--link);filter:grayscale();opacity:.4}input,textarea,select{border:1px solid var(--bg-2);border-radius:var(--border-radius);box-sizing:border-box;padding:.5rem}input,textarea{background:var(--bg-1);color:inherit}select:not([multiple]){background:var(--bg-2)}textarea{font-family:var(--font-mono);font-size:.9rem}form{flex-direction:row;align-items:baseline;gap:1rem;display:flex}ul:has(li):has(form){padding:0;list-style:none}li form{flex-direction:row;gap:.5rem;margin:.5rem 0}ul:has(form){padding:0;list-style:none}progress{margin:.5rem 0}progress:first-child{margin-top:0}progress:last-child{margin-bottom:0}.error{color:red}code{background:var(--bg-2);font-family:var(--font-mono);border-radius:var(--border-radius);padding:.15rem .3rem;font-size:.9em}.text-center{text-align:center}nav,footer{transition:opacity .3s ease}.hidden-ui{opacity:0;pointer-events:none}.background-layer{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;opacity:0;transition:opacity .6s ease}.background-layer.loaded{opacity:1}@media(max-width:600px){html{scrollbar-gutter:auto}body{max-width:100%;margin:0;width:100%;border-radius:0;min-height:100dvh;overflow-x:hidden}nav{margin:0;border-radius:0;padding:1rem}footer{border-radius:0;gap:clamp(.5rem,2vw,1rem);padding:1rem clamp(.5rem,3vw,1rem)}.credits{font-size:clamp(.75rem,3vw,1.1rem)!important;gap:clamp(.2rem,1.5vw,.5rem)!important;white-space:nowrap}.credits .divider{font-size:1.2em}.credits a,.credits img{flex-shrink:0}.credits img{height:1.4em!important;width:auto}#info-container{width:100%;max-width:none;padding:0 1rem;height:auto;overflow:visible}.software-icons{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;max-width:100%;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%);transition:mask-image .3s,-webkit-mask-image .3s}.software-icons:not([data-scroll-start=true]){mask-image:linear-gradient(to right,black 0%,black 75%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 75%,transparent 100%)}.software-icons:not([data-scroll-end=true]){mask-image:linear-gradient(to right,transparent 0%,black 25%,black 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 25%,black 100%)}.software-icons[data-scroll-start=true][data-scroll-end=true]{mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%)}.software-icons:not([data-scroll-start]):not([data-scroll-end]){mask-image:none;-webkit-mask-image:none}.gallery{grid-template-columns:repeat(2,1fr);gap:.5rem;margin:.5rem;width:auto}}.nav-top-row.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:2rem}.nav-profile-group.svelte-12qhfyh{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.nav-profile-group.svelte-12qhfyh img:where(.svelte-12qhfyh){border-radius:var(--border-radius)}.social-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:1.85rem;margin:.5rem 0}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--link);font-size:1rem;transition:color .2s;-webkit-tap-highlight-color:transparent}@media(hover:hover)and (pointer:fine){.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--link-hover)}.scroll-to-top.svelte-12qhfyh:hover{color:var(--fg-1);background:#ffffff0d}}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh):active{color:var(--link-active);transition:none}.nav-links.svelte-12qhfyh{display:flex;gap:1rem;align-items:center;margin-left:auto}.nav-links.svelte-12qhfyh .button:where(.svelte-12qhfyh){font-size:1.1rem;padding:.75rem 1.5rem}nav.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a.button:where(.svelte-12qhfyh){padding-right:1.5rem}.footer-controls.svelte-12qhfyh{display:flex;gap:1rem;align-items:center}.scroll-to-top.svelte-12qhfyh{all:unset;cursor:pointer;color:var(--fg-2);height:2.5rem;width:2.5rem;display:flex;justify-content:center;align-items:center;transition:all .2s;border-radius:4px;font-size:1.2rem;-webkit-tap-highlight-color:transparent}.scroll-to-top.svelte-12qhfyh:active{color:var(--fg-1);background:#ffffff1a;transition:none}.scroll-to-top.svelte-12qhfyh:focus-visible{outline:2px solid var(--link-hover);outline-offset:2px}@media(max-width:1000px){.nav-top-row.svelte-12qhfyh{justify-content:center;text-align:center}.nav-profile-group.svelte-12qhfyh{justify-content:center}.nav-links.svelte-12qhfyh{margin-left:0;justify-content:center;flex-wrap:wrap}.footer-controls.svelte-12qhfyh{gap:clamp(.5rem,2vw,1rem)}.footer-controls.svelte-12qhfyh .button:where(.svelte-12qhfyh){padding:clamp(.3rem,1.5vw,.5rem) clamp(.5rem,2vw,1rem);font-size:clamp(.8rem,3vw,1rem)}.footer-controls.svelte-12qhfyh .scroll-to-top:where(.svelte-12qhfyh){height:clamp(2rem,8vw,2.5rem);width:clamp(2rem,8vw,2.5rem);font-size:clamp(1rem,4vw,1.2rem)}}@media(max-width:600px){.nav-top-row.svelte-12qhfyh{gap:1.5rem;flex-direction:column;align-items:center}.nav-profile-group.svelte-12qhfyh{gap:1.5rem;flex-direction:column;text-align:center;width:100%}.nav-profile-group.svelte-12qhfyh img:where(.svelte-12qhfyh){width:280px;height:auto;max-width:80%}.nav-profile-group.svelte-12qhfyh #info-container:where(.svelte-12qhfyh) h1:where(.svelte-12qhfyh){font-size:clamp(1.8rem,10vw,2.5rem);white-space:nowrap}.nav-profile-group.svelte-12qhfyh #info-container:where(.svelte-12qhfyh) h4:where(.svelte-12qhfyh){font-size:clamp(1rem,5vw,1.2rem);white-space:nowrap}.social-links.svelte-12qhfyh{gap:clamp(1rem,6vw,2rem);justify-content:center}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:clamp(1.2rem,4vw,1.4rem)}.nav-links.svelte-12qhfyh{justify-content:center;flex-wrap:nowrap;gap:.5rem;width:100%}nav.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a.button:where(.svelte-12qhfyh){padding:.7rem .5rem;font-size:1rem;flex:1;text-align:center;justify-content:center;white-space:nowrap}}
