*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(nav li):before{content:"​";float:left}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:inherit;text-indent:0}:where(button,input,select){margin:0}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:baseline}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-controls]){cursor:pointer}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}:root{--base-font-size:18px;--container-width:1800px;--margin-side:20px;--cols:6;--gutter:16px;--columns:var(--cols);--gap:var(--gutter);--column:calc(min(var(--container-width), 100vw)/var(--columns));--dir-img:"/images";--dir-fonts:"/fonts"}@media(min-width:768px){:root{--cols:12;--gutter:20px;--margin-inner:clamp(10px,1vw,20px);--margin-side:clamp(32px,4.5vw,64px)}}:root{--screen:var(--vh,100svh);--ease-quart:cubic-bezier(.165,.84,.44,1);--ease-quart-inout:cubic-bezier(.76,0,.24,1);--ease-cubic:cubic-bezier(.33,1,.68,1);--ease-cubic-inout:cubic-bezier(.785,.135,.15,.86);--ease-expo:cubic-bezier(.16,1,.3,1)}@supports (height:100dvh){:root{--screen:100dvh}}.grid{align-items:start;column-gap:var(--gap);display:grid;grid-column:1/-1;grid-template-columns:repeat(var(--cols),1fr)}:root{--color-primary:#00381c;--color-primary-light:#007339;--color-secondary:#d5ffff;--color-secondary-light:#eaffff;--color-accent-purple:#d1adff;--color-accent-purple-dark:#370080;--color-gray-dark:#272221;--color-accent:var(--color-accent-purple);--base-font-size:16px;--replacement-sans:"Helvetica, Arial, sans-serif";--font-titles:"Mango Grotesque",impact,var(--replacement-sans);--font-text:"General Sans",var(--replacement-sans);--font-serif:"Libre Caslon Condensed",serif;--container-width:1860px;--margin-side:12px;--margin-inner:10px;--logo-width:clamp(120px,31vw,160px);--gap-timeline:6px;--gap:clamp(12px,4vw,16px)}@media(min-width:768px){:root{--margin-side:clamp(32px,3.25vw,64px);--margin-inner:clamp(10px,1vw,20px);--logo-width:clamp(120px,17vw,216px);--gap-timeline:clamp(8px,.75vw,12px);--gap:clamp(16px,1.5vw,32px)}}.clear:after{clear:both;content:"";display:table}.center,.container{margin-inline:auto}.container{--spacing:var(--margin-side);max-width:var(--container-width);padding-inline:calc(var(--margin-side) + env(safe-area-inset-left)) calc(var(--margin-side) + env(safe-area-inset-right));position:relative;width:100%}@media(min-width:768px){.container{padding-inline:var(--spacing)}}.container.is-inner{--spacing:var(--margin-inner)}:root,:root.theme-light{--color-bg:var(--color-secondary);--theme-logo-bg:var(--color-primary);--theme-logo-bg-hover:var(--color-primary-light);--theme-logo-bg-pressed:color-mix(in srgb,var(--color-primary-light),#000 10%);--theme-logo-bg-invert:rgb(from var(--color-secondary) r g b/10%);--theme-gradient-header:var(--color-accent);--theme-gradient-top:linear-gradient(180deg,var(--color-accent) 0%,rgb(from var(--color-accent-purple) r g b/0%) 100%);--theme-shape:var(--color-primary);--theme-post-bg:#ffffff80;--theme-post-bg-hover:#ffffffbf;--theme-post-border:rgb(from var(--color-primary) r g b/25%);--theme-post-detail-bg:rgb(from var(--color-primary) r g b/7.5%);--theme-post-detail-border:rgb(from var(--color-primary) r g b/15%);--theme-post-detail-icon-filter:none;--theme-panel-box-bg:var(--color-primary);--theme-panel-overlay:var(--color-secondary);--theme-panel-gradient:linear-gradient(180deg,#380181 15%,var(--color-primary) 92%);--theme-label:#fff;--color-title:var(--color-primary);--color-title-alt:var(--color-primary);--color-title-invert:var(--color-accent);--color-text:var(--color-gray-dark);--color-detail:rgb(from var(--color-gray-dark) r g b/65%);--color-link:currentcolor;--color-link-hover:var(--color-primary);--color-link-alt:var(--color-secondary);--color-link-invert:var(--color-primary);--color-link-invert-icon:var(--color-primary-light);--color-header-link:var(--color-primary);--color-label:var(--color-text);--theme-border:rgb(from var(--color-primary) r g b/25%);--theme-border-alt:rgb(from var(--color-accent-purple-dark) r g b/30%);--theme-border-invert:rgb(from var(--color-secondary) r g b/25%);--theme-button-hover:rgb(from var(--color-primary) r g b/10%);--theme-button-hover-2:rgb(from var(--color-primary) r g b/20%);--theme-button-pressed:rgb(from var(--color-primary) r g b/20%);--theme-button-pressed-2:rgb(from var(--color-primary) r g b/25%);--theme-button-active-color:var(--color-secondary);--theme-button-active-bg:var(--color-primary);--theme-button-alt:var(--color-primary);--theme-button-alt-hover-color:var(--color-secondary);--theme-input-bg:#ffffff80;--theme-input-color:var(--color-text);--theme-input-icon:var(--color-primary);--theme-input-submit:none;--theme-input-submit-hover:#ffffff80;--theme-input-submit-pressed:#ffffffbf;--theme-input-invert-bg:rgb(from var(--color-primary) r g b/20%);--theme-input-invert-color:var(--color-secondary);--theme-input-invert-icon:var(--color-secondary);--theme-highlighted-bg:rgb(from var(--color-accent-purple) r g b/50%);--theme-highlighted-color:var(--color-text);--theme-button-accent-bg:var(--color-primary-light);--theme-button-accent-color:var(--color-secondary-light)}:root.theme-dark{--color-bg:var(--color-primary);--theme-logo-bg:rgb(from var(--color-secondary) r g b/10%);--theme-logo-bg-hover:rgb(from var(--color-secondary) r g b/15%);--theme-logo-bg-pressed:rgb(from var(--color-secondary) r g b/20%);--theme-logo-bg-invert:var(--color-primary);--theme-gradient-header:var(--color-accent-purple-dark);--theme-gradient-top:linear-gradient(180deg,var(--color-accent-purple-dark) 0%,rgb(from var(--color-accent-purple-dark) r g b/0%) 100%);--theme-shape:var(--color-secondary);--theme-post-bg:rgb(from var(--color-secondary) r g b/20%);--theme-post-bg-hover:rgb(from var(--color-secondary) r g b/35%);--theme-post-border:rgb(from var(--color-secondary) r g b/25%);--theme-post-detail-bg:#ffffff1a;--theme-post-detail-border:#ffffff26;--theme-post-detail-icon-filter:invert(1) brightness(1.65) hue-rotate(250deg);--theme-panel-box-bg:var(--color-secondary);--theme-panel-overlay:var(--color-primary);--theme-panel-gradient:linear-gradient(180deg,#d1adff 4.5%,var(--color-secondary) 67%);--theme-label:var(--color-secondary);--color-title:var(--color-accent);--color-title-alt:var(--color-secondary-light);--color-title-invert:var(--color-primary);--color-text:var(--color-secondary);--color-detail:rgb(from var(--color-secondary) r g b/65%);--color-link:var(--color-accent);--color-link-hover:var(--color-secondary-lighter);--color-link-alt:var(--color-primary);--color-link-invert:var(--color-secondary);--color-link-invert-icon:var(--color-secondary-light);--color-header-link:var(--color-secondary-lighter);--color-label:var(--color-primary);--theme-border:rgb(from var(--color-secondary) r g b/25%);--theme-border-alt:rgb(from var(--color-secondary) r g b/35%);--theme-border-invert:rgb(from var(--color-primary) r g b/25%);--theme-button-hover:rgb(from var(--color-secondary) r g b/10%);--theme-button-hover-2:rgb(from var(--color-secondary) r g b/20%);--theme-button-pressed:rgb(from var(--color-secondary) r g b/20%);--theme-button-pressed-2:rgb(from var(--color-secondary) r g b/25%);--theme-button-active-color:var(--color-secondary);--theme-button-active-bg:var(--color-primary-light);--theme-button-icon-filter:invert(1) brightness(1.55) hue-rotate(250deg);--theme-button-alt:var(--color-secondary);--theme-button-alt-hover-color:var(--color-primary);--theme-input-bg:rgb(from var(--color-secondary) r g b/10%);--theme-input-color:var(--color-secondary);--theme-input-icon:var(--color-secondary);--theme-input-submit:var(--color-secondary);--theme-input-submit-hover:rgb(from var(--color-secondary) r g b/15%);--theme-input-submit-pressed:rgb(from var(--color-secondary) r g b/25%);--theme-input-invert-bg:#ffffffbf;--theme-input-invert-color:var(--color-gray-dark);--theme-input-invert-icon:var(--color-primary);--theme-highlighted-bg:var(--color-accent-purple);--theme-highlighted-color:var(--color-accent-purple-dark);--theme-button-accent-bg:var(--color-accent-purple);--theme-button-accent-color:var(--color-gray-dark)}@media(prefers-color-scheme:dark){:root{--color-bg:var(--color-primary);--theme-logo-bg:rgb(from var(--color-secondary) r g b/10%);--theme-logo-bg-hover:rgb(from var(--color-secondary) r g b/15%);--theme-logo-bg-pressed:rgb(from var(--color-secondary) r g b/20%);--theme-logo-bg-invert:var(--color-primary);--theme-gradient-header:var(--color-accent-purple-dark);--theme-gradient-top:linear-gradient(180deg,var(--color-accent-purple-dark) 0%,rgb(from var(--color-accent-purple-dark) r g b/0%) 100%);--theme-shape:var(--color-secondary);--theme-post-bg:rgb(from var(--color-secondary) r g b/20%);--theme-post-bg-hover:rgb(from var(--color-secondary) r g b/35%);--theme-post-border:rgb(from var(--color-secondary) r g b/25%);--theme-post-detail-bg:#ffffff1a;--theme-post-detail-border:#ffffff26;--theme-post-detail-icon-filter:invert(1) brightness(1.65) hue-rotate(250deg);--theme-panel-box-bg:var(--color-secondary);--theme-panel-overlay:var(--color-primary);--theme-panel-gradient:linear-gradient(180deg,#d1adff 4.5%,var(--color-secondary) 67%);--theme-label:var(--color-secondary);--color-title:var(--color-accent);--color-title-alt:var(--color-secondary-light);--color-title-invert:var(--color-primary);--color-text:var(--color-secondary);--color-detail:rgb(from var(--color-secondary) r g b/65%);--color-link:var(--color-accent);--color-link-hover:var(--color-secondary-lighter);--color-link-alt:var(--color-primary);--color-link-invert:var(--color-secondary);--color-link-invert-icon:var(--color-secondary-light);--color-header-link:var(--color-secondary-lighter);--color-label:var(--color-primary);--theme-border:rgb(from var(--color-secondary) r g b/25%);--theme-border-alt:rgb(from var(--color-secondary) r g b/35%);--theme-border-invert:rgb(from var(--color-primary) r g b/25%);--theme-button-hover:rgb(from var(--color-secondary) r g b/10%);--theme-button-hover-2:rgb(from var(--color-secondary) r g b/20%);--theme-button-pressed:rgb(from var(--color-secondary) r g b/20%);--theme-button-pressed-2:rgb(from var(--color-secondary) r g b/25%);--theme-button-active-color:var(--color-secondary);--theme-button-active-bg:var(--color-primary-light);--theme-button-icon-filter:invert(1) brightness(1.55) hue-rotate(250deg);--theme-button-alt:var(--color-secondary);--theme-button-alt-hover-color:var(--color-primary);--theme-input-bg:rgb(from var(--color-secondary) r g b/10%);--theme-input-color:var(--color-secondary);--theme-input-icon:var(--color-secondary);--theme-input-submit:var(--color-secondary);--theme-input-submit-hover:rgb(from var(--color-secondary) r g b/15%);--theme-input-submit-pressed:rgb(from var(--color-secondary) r g b/25%);--theme-input-invert-bg:#ffffffbf;--theme-input-invert-color:var(--color-gray-dark);--theme-input-invert-icon:var(--color-primary);--theme-highlighted-bg:var(--color-accent-purple);--theme-highlighted-color:var(--color-accent-purple-dark);--theme-button-accent-bg:var(--color-accent-purple);--theme-button-accent-color:var(--color-gray-dark)}}@font-face{font-display:swap;font-family:General Sans;font-style:normal;font-weight:1 999;src:local("generalsans-vf"),url(/fonts/generalsans-vf.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mango Grotesque;font-style:normal;font-weight:1 999;src:local("mango-grotesque-vf"),url(/fonts/mango-grotesque-vf.woff2) format("woff2")}@font-face{font-display:swap;font-family:Libre Caslon Condensed;font-style:normal;font-weight:1 999;src:local("librecasloncondensed"),url(/fonts/librecasloncondensed.woff2) format("woff2")}html{background:var(--color-bg);color:var(--color-text);font:var(--base-font-size)/1.2 var(--font-text);word-break:normal}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}body.is-loading *{cursor:wait!important}body.block-scroll{overflow:hidden}body:before{background:var(--theme-gradient-top);content:"";height:40vw;left:0;position:fixed;top:0;width:100%;z-index:-1}*,:after,:before{text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;text-wrap:pretty}dd,dl,dt,figure,li,ol,p,ul{margin:0;padding:0}figure,picture{display:block}nav li:before{display:none}label{cursor:pointer}button[disabled]{cursor:not-allowed}[data-js-focus-visible] :focus:not([data-focus-visible-added]){outline:none}:focus-visible,[data-focus-visible-added]{outline:1px dashed var(--color-secondary)}::selection{background:var(--color-accent);color:var(--color-primary)}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:400;margin:0}.text-center{text-align:center}em{font-style:normal;will-change:font-variation-settings}.link-underline{--underline-y:92%;background:linear-gradient(90deg,currentcolor,currentcolor) no-repeat;background-position:100% var(--underline-y);background-size:0 .05em;display:inline!important;text-decoration:none;transition:background-size .4s var(--ease-quart-inout)}.link-underline:hover{background-position:0 var(--underline-y);background-size:100% .05em}.shape{color:var(--theme-shape);transform-origin:50% 0}.dot,.shape{display:block}.dot{--size:8px;border:2px solid;border-radius:100%;height:var(--size);margin-left:auto;margin-right:auto;width:var(--size)}@media(min-width:768px){.dot{--size:10px}}.line{background:currentcolor;height:clamp(40px,4.5vw,64px)}.line,.line-fade{border-radius:2px;display:block;margin-left:auto;margin-right:auto;width:2px}.line-fade{background:linear-gradient(180deg,#0000,currentcolor);height:clamp(32px,3vw,48px)}.text-medium{font-family:var(--font-text);font-size:1rem;font-weight:450;line-height:1.3}@media(min-width:992px){.text-medium{font-size:1.125rem}}.text-normal{font-family:var(--font-text);font-size:.875rem;font-weight:450;line-height:1.3}@media(min-width:1200px){.text-normal{font-size:1rem}}.text-small{font-family:var(--font-text);font-size:.75rem;font-weight:450;line-height:1.3}@media(min-width:768px){.text-small{font-size:.875rem}}.title-huge{font-family:var(--font-titles);font-size:clamp(6.5rem,36vw,11.25rem);font-weight:700;line-height:1;text-transform:uppercase}@media(min-width:768px){.title-huge{font-size:clamp(12.5rem,23vw,22.5rem)}}.title-xlarge{font-family:var(--font-titles);font-size:clamp(5.5rem,16vw,7.5rem);font-weight:675;line-height:1;text-transform:uppercase}@media(min-width:768px){.title-xlarge{font-size:clamp(7.5rem,16vw,16rem)}}.title-large{font-family:var(--font-titles);font-size:clamp(4rem,16vw,5.5rem);font-weight:600;line-height:1;text-transform:uppercase}@media(min-width:768px){.title-large{font-size:clamp(4rem,8.5vw,5.5rem)}}.title-big{font-family:var(--font-titles);font-size:clamp(2rem,6vw,2.5rem);font-weight:500;line-height:1}@media(min-width:768px){.title-big{font-size:clamp(2.5rem,4vw,3.5rem)}}.title-medium{font-family:var(--font-text);font-size:1.125rem;font-weight:600;line-height:1}@media(min-width:768px){.title-medium{font-size:1.5rem}}.title-serif-medium{font-family:var(--font-serif);font-size:1.25rem;font-weight:425;letter-spacing:-.02em;line-height:.95}@media(min-width:992px){.title-serif-medium{font-size:clamp(1.25rem,2vw,1.625rem)}}.title-serif-medium.is-larger{font-size:1.625rem;font-weight:400;line-height:1.05}@media(min-width:992px){.title-serif-medium.is-larger{font-size:clamp(1.625rem,2.25vw,1.875rem)}}.site-logo[data-astro-cid-b6lgqlhr]{--radius:clamp(3px,1.5vw,6px);left:0;margin:0 auto;position:absolute;right:0;top:0;width:var(--logo-width);z-index:101}@media(min-width:768px){.site-logo[data-astro-cid-b6lgqlhr]{--radius:clamp(4px,.75vw,10px)}}.site-logo[data-astro-cid-b6lgqlhr] a[data-astro-cid-b6lgqlhr]{background:var(--theme-logo-bg);border-radius:0 0 var(--radius) var(--radius);display:grid;height:min(calc(var(--logo-width)/2.84 + .5vw),88px);padding:0 8px;place-items:center;transition:background-color .3s var(--ease-quart)}@media(min-width:768px){.site-logo[data-astro-cid-b6lgqlhr] a[data-astro-cid-b6lgqlhr]{padding:0 12px}}.site-logo[data-astro-cid-b6lgqlhr] a[data-astro-cid-b6lgqlhr]:hover{background:var(--theme-logo-bg-hover)}.site-logo[data-astro-cid-b6lgqlhr] a[data-astro-cid-b6lgqlhr]:active{background:var(--theme-logo-bg-pressed)}.site-logo[data-astro-cid-b6lgqlhr] video[data-astro-cid-b6lgqlhr]{height:auto;width:100%}.switcher.svelte-1puo88y{backdrop-filter:blur(8px);background:var(--theme-input-bg);border:none;border-radius:100vh;box-shadow:0 0 0 1px var(--theme-border-alt);height:24px;padding:0;position:relative;transition-duration:.5s;transition-property:background-color,box-shadow;transition-timing-function:var(--ease-quart);width:40px}.switcher.svelte-1puo88y input:where(.svelte-1puo88y){cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.switcher.svelte-1puo88y label:where(.svelte-1puo88y){background:#fff;border-radius:100%;box-shadow:0 0 0 1px var(--theme-border-alt);content:"";display:block;height:14px;left:5px;position:absolute;text-indent:-9999px;top:5px;transition-duration:.5s;transition-property:transform,background-color,box-shadow;transition-timing-function:var(--ease-quart);width:14px}.switcher.svelte-1puo88y:has(input:where(.svelte-1puo88y):checked){background:rgb(from var(--color-secondary) r g b/10%)}.switcher.svelte-1puo88y input:where(.svelte-1puo88y):checked~label:where(.svelte-1puo88y){background:#00160b;transform:translate(16px) translateZ(0)}footer.svelte-qmi5vh{margin-top:min(18vw,120px);overflow:hidden;padding-top:min(55.38461538461539vw,216px);position:relative}@media(min-width:768px){footer.svelte-qmi5vh{margin-top:min(10vw,160px);padding-top:min(25vw,360px)}}footer.svelte-qmi5vh>.container:where(.svelte-qmi5vh){gap:12px;position:relative;z-index:2}@media(min-width:992px){footer.svelte-qmi5vh>.container:where(.svelte-qmi5vh){gap:16px}}footer.svelte-qmi5vh .block:where(.svelte-qmi5vh){--padding-y:min(10.256410256410255vw,40px);--padding-x:min(8.205128205128204vw,32px);background:var(--color-primary);border-radius:6px;color:var(--color-secondary-light);padding:var(--padding-y) var(--padding-x);text-align:center}@media(min-width:768px){footer.svelte-qmi5vh .block:where(.svelte-qmi5vh){--padding-y:min(4.444444444444445vw,64px);--padding-x:min(8.88888888888889vw,128px);border-radius:10px;text-align:left}}footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .title:where(.svelte-qmi5vh){color:var(--color-accent);margin-bottom:.175em}@media(min-width:768px){footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .title:where(.svelte-qmi5vh){margin-bottom:4px}}footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .text:where(.svelte-qmi5vh){margin-bottom:24px}@media(min-width:768px){footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .text:where(.svelte-qmi5vh){margin-bottom:min(2.2222222222222223vw,32px);max-width:450px}}footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .text:where(.svelte-qmi5vh) a{color:var(--color-accent);transition:color .3s var(--ease-quart)}footer.svelte-qmi5vh .block:where(.svelte-qmi5vh) .text:where(.svelte-qmi5vh) a:hover{color:var(--color-secondary-light)}footer.svelte-qmi5vh .about:where(.svelte-qmi5vh){grid-column:1/-1}@media(min-width:768px){footer.svelte-qmi5vh .about:where(.svelte-qmi5vh){grid-column:1/span 7}}footer.svelte-qmi5vh .support:where(.svelte-qmi5vh){--padding-x:min(2.2222222222222223vw,32px);grid-column:1/-1;height:100%}@media(max-width:767px){footer.svelte-qmi5vh .support:where(.svelte-qmi5vh) h2:where(.svelte-qmi5vh){display:none}}@media(min-width:768px){footer.svelte-qmi5vh .support:where(.svelte-qmi5vh){--padding-x:min(6.111111111111111vw,88px);grid-column:span 5}}footer.svelte-qmi5vh .support:where(.svelte-qmi5vh) .kofi-button:where(.svelte-qmi5vh){--color:#72a5f2;align-items:center;background:var(--color);border-radius:6px;color:var(--color-gray-dark);display:inline-flex;font-size:.875rem;font-weight:550;gap:8px;height:40px;padding:12px 16px;text-decoration:none;transition:background-color .4s var(--ease-quart),color .4s var(--ease-quart)}footer.svelte-qmi5vh .support:where(.svelte-qmi5vh) .kofi-button:where(.svelte-qmi5vh):hover{background:color-mix(in srgb,var(--color),#fff 14%)}footer.svelte-qmi5vh .support:where(.svelte-qmi5vh) .kofi-button:where(.svelte-qmi5vh) img:where(.svelte-qmi5vh){display:block;height:auto;width:1.7em}footer.svelte-qmi5vh .end:where(.svelte-qmi5vh){border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--color-secondary-light);gap:16px;grid-column:1/-1;padding:20px 24px 24px;text-align:center;width:100%}@media(min-width:768px){footer.svelte-qmi5vh .end:where(.svelte-qmi5vh){align-items:center;display:flex;justify-content:space-between;padding:clamp(16px,1.5vw,24px) 32px;text-align:left}}footer.svelte-qmi5vh .end:where(.svelte-qmi5vh) a{color:currentcolor;transition:color .2s var(--ease-quart)}footer.svelte-qmi5vh .end:where(.svelte-qmi5vh) a:hover{color:var(--color-accent)}footer.svelte-qmi5vh .socials:where(.svelte-qmi5vh){display:flex;gap:16px;justify-content:center}@media(min-width:768px){footer.svelte-qmi5vh .socials:where(.svelte-qmi5vh){justify-content:flex-start}}footer.svelte-qmi5vh .socials:where(.svelte-qmi5vh) li:where(.svelte-qmi5vh){display:block}footer.svelte-qmi5vh .socials:where(.svelte-qmi5vh) svg:where(.svelte-qmi5vh){--size:26px;height:var(--size);width:var(--size)}@media(min-width:768px){footer.svelte-qmi5vh .socials:where(.svelte-qmi5vh) svg:where(.svelte-qmi5vh){--size:32px}}footer.svelte-qmi5vh .submit:where(.svelte-qmi5vh){margin:20px 0}@media(min-width:768px){footer.svelte-qmi5vh .submit:where(.svelte-qmi5vh){margin:0}}footer.svelte-qmi5vh .theme:where(.svelte-qmi5vh){align-items:center;display:flex;justify-content:center}@media(min-width:768px){footer.svelte-qmi5vh .theme:where(.svelte-qmi5vh){transform:translate(-80px)}}footer.svelte-qmi5vh .theme:where(.svelte-qmi5vh) label:where(.svelte-qmi5vh){padding-right:12px}footer.svelte-qmi5vh .logo:where(.svelte-qmi5vh){bottom:0;height:100%;left:50%;pointer-events:none;position:absolute;right:0;transform:translate(-50%);transition:transform .4s var(--ease-quart);-webkit-user-select:none;user-select:none;width:fit-content;z-index:1}@media(max-width:2299px){footer.svelte-qmi5vh .logo:where(.svelte-qmi5vh){transform:translate(calc(-50% + var(--parallax)/2)) translateZ(0)}}@media(min-width:2300px){footer.svelte-qmi5vh .logo:where(.svelte-qmi5vh){--mask-size:5%;-webkit-mask-image:linear-gradient(to left,#0000 0,#000 var(--mask-size),#000 (100% - var(--mask-size)),#0000 100%);mask-image:linear-gradient(to left,#0000 0,#000 var(--mask-size),#000 (100% - var(--mask-size)),#0000 100%)}}footer.svelte-qmi5vh .logo:where(.svelte-qmi5vh) img:where(.svelte-qmi5vh){display:block;height:100%;width:auto}.bottom-bar.svelte-qmi5vh{animation:svelte-qmi5vh-fly-in .6s var(--ease-quart) 1s both;bottom:calc(var(--margin-side)/2);left:0;pointer-events:none;position:fixed;right:0;z-index:100}.bottom-bar.svelte-qmi5vh .container:where(.svelte-qmi5vh){display:flex;justify-content:flex-end}.button-submission.svelte-qmi5vh{align-items:center;background:var(--theme-button-accent-bg);border-radius:100vh;box-shadow:0 4px 16px #0003;color:var(--theme-button-accent-color);cursor:pointer;display:flex;font-family:var(--font-titles);font-size:1.25rem;font-weight:600;gap:.2em;height:48px;justify-content:center;padding:.1em .5em 0;pointer-events:auto;text-decoration:none;transition:background-color .3s var(--ease-quart),box-shadow .3s var(--ease-quart)}@media(min-width:768px){.button-submission.svelte-qmi5vh{font-size:clamp(1.25rem,2vw,1.5rem)}}.button-submission.svelte-qmi5vh svg:where(.svelte-qmi5vh){height:auto;margin-top:-.15em;width:.85em}.button-submission.svelte-qmi5vh:hover{background-color:color-mix(in srgb,var(--theme-button-accent-bg),var(--color-gray-dark) 15%);box-shadow:0 6px 20px #0000004d}.button-submission.svelte-qmi5vh:active{background-color:color-mix(in srgb,var(--theme-button-accent-bg),var(--color-gray-dark) 25%)}@keyframes svelte-qmi5vh-fly-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
