body{background-color:var(--color-main-bg);display:grid;gap:.3em;grid-template-columns:[page-start header-start]1em[socials-start nav-start filter-start]1fr[filter-end content-start]repeat(2,1fr)[socials-end title-start]max-content[title-end links-start]repeat(2,1fr) 1fr[links-end content-end nav-end]1em[page-end header-end];grid-template-rows:[page-start header-start]1rem[title-start]5em[nav-start title-end socials-start links-start]1.5rem[nav-end socials-end links-end]1rem[header-end]2em[filter-start content-start]fit-content(3em)[filter-end]auto[content-end page-end];height:100dvh;max-height:100dvh;max-width:100dvw;width:100dvw}body:not(:has(.filters)){grid-template-columns:[page-start header-start]1em[socials-start nav-start content-start]repeat(2,1fr)[socials-end title-start]max-content[title-end links-start]repeat(2,1fr) 1fr[links-end content-end nav-end]1em[page-end header-end];grid-template-rows:[page-start header-start]1rem[title-start]5em[nav-start title-end socials-start links-start]1.5rem[nav-end socials-end links-end]1rem[header-end]2em[content-start]fit-content(3em)[content-end page-end]}header[data-astro-cid-b4lyd6q4]{display:grid;grid-area:header;grid-template-columns:subgrid;grid-template-rows:subgrid}header[data-astro-cid-b4lyd6q4] span[data-astro-cid-b4lyd6q4]{align-items:center;display:flex;flex-direction:column;grid-area:title;justify-content:center}.header-background[data-astro-cid-b4lyd6q4]{grid-area:header;overflow:hidden;pointer-events:none;position:relative;z-index:-10}.header-background[data-astro-cid-b4lyd6q4]>div[data-astro-cid-b4lyd6q4]{background-color:var(--color-panel-bg);bottom:0;left:-20rem;position:absolute;right:-20rem;top:-20rem;z-index:-1}nav[data-astro-cid-b4lyd6q4]{display:grid;grid-area:nav;grid-template-columns:subgrid;grid-template-rows:subgrid;pointer-events:none}nav[data-astro-cid-b4lyd6q4] span[data-astro-cid-b4lyd6q4]{align-items:center;display:flex;flex-direction:row;gap:1rem;padding:1rem;pointer-events:all}nav[data-astro-cid-b4lyd6q4] span[data-astro-cid-b4lyd6q4]:first-of-type{grid-area:socials;justify-content:flex-start}nav[data-astro-cid-b4lyd6q4] span[data-astro-cid-b4lyd6q4]:last-of-type{grid-area:links;justify-content:flex-end}.logo[data-astro-cid-b4lyd6q4]{aspect-ratio:1/1;background:url(website-logo.png);background-position:50%;background-size:contain;font-size:0;height:2rem}.filters[data-astro-cid-b4lyd6q4]{border-radius:1rem;flex-direction:column;grid-area:filter;justify-content:flex-start;padding:1rem}.filters[data-astro-cid-b4lyd6q4],.filters[data-astro-cid-b4lyd6q4]>summary[data-astro-cid-b4lyd6q4]{align-items:center;display:flex}.filters[data-astro-cid-b4lyd6q4]>summary[data-astro-cid-b4lyd6q4]{color:var(--color-accent);flex-direction:row;height:1.5em;justify-content:center}.filters[data-astro-cid-b4lyd6q4]>summary[data-astro-cid-b4lyd6q4]:before{content:">";min-width:2em;padding-right:1em}.filters[data-astro-cid-b4lyd6q4][open]>summary[data-astro-cid-b4lyd6q4]:before{content:"<"}.filters[data-astro-cid-b4lyd6q4][open]>summary[data-astro-cid-b4lyd6q4]{margin-bottom:1em}.filters[data-astro-cid-b4lyd6q4]>summary[data-astro-cid-b4lyd6q4]:hover h2[data-astro-cid-b4lyd6q4]{-webkit-text-decoration:underline .3em solid;text-decoration:underline .3em solid;text-underline-offset:.5em}.filters[data-astro-cid-b4lyd6q4]>summary[data-astro-cid-b4lyd6q4]:hover{cursor:pointer}.filters[data-astro-cid-b4lyd6q4]>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.25em;justify-content:space-evenly;padding-top:1rem}.filters[data-astro-cid-b4lyd6q4]>div>button{border-radius:.5rem;cursor:pointer;padding:.25em}.filters[data-astro-cid-b4lyd6q4]>div>button:hover{filter:brightness(130%)}.content[data-astro-cid-b4lyd6q4]{align-items:stretch;display:flex;flex-direction:column;grid-area:content;justify-content:flex-start}@media (max-width:700px){body{grid-template-columns:[page-start header-start].5em[socials-start nav-start links-start title-start filter-start content-start]1fr[socials-end nav-end links-end title-end filter-end content-end].5em[page-end header-end];grid-template-rows:[page-start header-start socials-start nav-start]3em[socials-end title-start]3em[title-end links-start]fit-content(3em)[links-end nav-end header-end filter-start]min-content[filter-end content-start]auto[content-end page-end]}nav[data-astro-cid-b4lyd6q4] span[data-astro-cid-b4lyd6q4]:nth-child(n){justify-content:space-between;padding:1rem;text-align:center}}@media print{body{background-color:transparent;background-color:purple;display:flex;flex-direction:column;grid-template-columns:[content-start]auto[content-end];grid-template-rows:[content-start]auto[content-end]}body>[data-astro-cid-b4lyd6q4]{display:none}body>.content[data-astro-cid-b4lyd6q4]{display:flex}}