:root{--canvas-light:5% 85%;--canvas-dark:5% 15%;--color-grey:#d0d1d2;--color-primary:#eb8642;--color-secondary:#f8df7c;--color-tertiary:#7bbfc6;--hue-grey:210deg;--gradient:var(--color-primary) var(--gradient-step-first),var(--color-secondary) var(--gradient-step-second),var(--color-tertiary) var(--gradient-step-third);--gradient-step-first:0% 33%;--gradient-step-second:33% 66%;--gradient-step-third:66% 100%;--shade-dark:35% 45%;--shade-light:35% 65%;--shade-medium:35% 55%;--transition-settings-body:0.25s ease-in-out;--transition-settings-link:0.08333s ease-in-out}.visually-hidden{border:0;clip-path:polygon(0 0,0 0,0 0,0 0);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#loader,.js footer,.js header,.js hr,.js main{display:none}#loader{align-content:center;background:var(--color-background);height:100svb;justify-content:center;left:0;place-content:center center;position:fixed;top:0;transition:opacity .5s ease-in-out;width:100svi;z-index:1}#loader.fade-out{opacity:0}#loader #indicator{display:grid;grid-template-columns:repeat(3,5rem);grid-template-rows:.25rem}#loader #indicator div{animation:a 1.5s infinite alternate;opacity:0}#loader #indicator div.primary{background:#eb8642;background:var(--color-primary)}#loader #indicator div.secondary{animation-delay:.25s;background:#f8df7c;background:var(--color-secondary)}#loader #indicator div.tertiary{animation-delay:.5s;background:#7bbfc6;background:var(--color-tertiary)}@keyframes a{0%{opacity:0}to{opacity:1}}[data-mode=light]{--color-background:hsl(var(--hue-grey) var(--canvas-light));--color-header-text:hsl(var(--hue-grey) var(--canvas-dark));--color-toggle-background:hsl(var(--hue-grey) var(--canvas-dark)/50%);--color-toggle-background-hover:hsl(var(--hue-grey) var(--canvas-dark)/80%);--color-text:hsl(var(--hue-grey) var(--canvas-dark));--color-ui:hsl(var(--hue-grey) 2% 70%);--shade:var(--shade-medium)}[data-mode=dark]{--color-background:hsl(var(--hue-grey) var(--canvas-dark));--color-header-text:hsl(var(--hue-grey) var(--canvas-light));--color-toggle-background:hsl(var(--hue-grey) var(--canvas-light)/50%);--color-toggle-background-hover:hsl(var(--hue-grey) var(--canvas-light)/80%);--color-text:hsl(var(--hue-grey) var(--canvas-light));--color-ui:hsl(var(--hue-grey) 2% 30%);--shade:var(--shade-medium)}*,:after,:before{box-sizing:border-box}:root{font-size:calc(1rem + .5lvi)}::-moz-selection{background:var(--color-ui)}::selection{background:var(--color-ui)}@supports(padding:max(0px)){footer p,header .container,main{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,ui-sans-serif,'Helvetica Neue','Helvetica','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji',sans-serif;max-height:100svb;overflow:hidden}body{align-items:center;background:var(--color-background);color:var(--color-text);display:flex;flex-direction:column;height:100%;justify-items:start;left:0;line-height:2;margin:0;overflow:auto;place-items:center start;position:absolute;top:0;transition:background .25s ease-in-out,color .25s ease-in-out;transition:background var(--transition-settings-body),color var(--transition-settings-body)}hr{border:0;border-bottom:.03125rem solid var(--color-ui);margin:0;width:100svi}hr:first-of-type{margin-bottom:2rem}hr:last-of-type{margin-top:2rem}.container{max-width:80ch;width:calc(100svi - 4rem)}footer,header{align-items:center;border-image-source:linear-gradient(90deg,#eb8642 0,#eb8642 33%,#f8df7c 0,#f8df7c 66%,#7bbfc6 0,#7bbfc6);border-image-source:linear-gradient(90deg,#eb8642 0 33%,#f8df7c 33% 66%,#7bbfc6 66% 100%);border-image-source:linear-gradient(to right,var(--gradient));border-image-width:1rem 0;display:flex;flex-direction:column;justify-items:start;place-items:center start;width:100svi}a{background:var(--color-ui);color:var(--color-text);font-weight:600;position:relative;text-decoration-color:var(--color-ui);text-decoration-line:underline;text-decoration-thickness:max(2px,.25em/3);text-underline-offset:.325em;transition:background .08333s ease-in-out,color .08333s ease-in-out,text-decoration-thickness .08333s ease-in-out,text-underline-offset .08333s ease-in-out;transition:background var(--transition-settings-link),color var(--transition-settings-link),text-decoration-thickness var(--transition-settings-link),text-underline-offset var(--transition-settings-link)}a::-moz-selection{color:var(--color-text)}a::selection{color:var(--color-text)}a:active,a:visited{color:var(--color-text)}a:focus,a:focus-visible{border-color:var(--color-ui);outline:0}a:focus-visible,a:hover,a:visited:focus-visible,a:visited:hover{background:var(--color-text);color:var(--color-ui);text-decoration-color:var(--color-text);text-decoration-thickness:max(3px,.375em/3);text-underline-offset:.375em}header{border-image-slice:1 0 0 0;color:var(--color-header-text);padding-bottom:5rem;padding-top:5rem}header .container{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:space-between}header .container #content h1{font-size:3rem;letter-spacing:-.03125em;line-height:1;margin:0}header .container #content p{font-family:ui-serif,serif;font-style:oblique;margin:0}header .container #preferences label{align-items:center;background:var(--color-toggle-background);border-radius:50%;cursor:pointer;display:none;height:1.825rem;justify-content:center;letter-spacing:-.0625em;line-height:1.5;transition:background .08333s ease-in-out;transition:background var(--transition-settings-link);width:1.825rem}header .container #preferences label:hover{background:var(--color-toggle-background-hover)}main{display:flex;flex-wrap:wrap;gap:2rem}article{flex-basis:30ch;flex-grow:100000}article p{margin-bottom:2rem;margin-top:2rem}aside{display:flex;flex-basis:30ch;flex-direction:column;flex-grow:1;gap:2rem}h2{align-items:center;display:grid;font-family:ui-serif,serif;font-size:2rem;font-style:oblique;grid-gap:.5em;gap:.5em;grid-template-columns:1fr auto 1fr;letter-spacing:-.03125em}h2:after,h2:before{content:'';height:max(2px,.25em/5)}h2:before{background-image:linear-gradient(90deg,#eb8642 0,#eb8642 33%,#f8df7c 0,#f8df7c 66%,#7bbfc6 0,#7bbfc6);background-image:linear-gradient(90deg,#eb8642 0 33%,#f8df7c 33% 66%,#7bbfc6 66% 100%);background-image:linear-gradient(to right,var(--gradient))}h2:after{background-image:linear-gradient(270deg,#eb8642 0,#eb8642 33%,#f8df7c 0,#f8df7c 66%,#7bbfc6 0,#7bbfc6);background-image:linear-gradient(270deg,#eb8642 0 33%,#f8df7c 33% 66%,#7bbfc6 66% 100%);background-image:linear-gradient(to left,var(--gradient))}dl{display:grid;grid-template-columns:auto 1fr;margin-bottom:2rem;margin-top:2rem}dt{min-width:10ch}dd,dt{border-bottom:.03125rem solid var(--color-ui);margin:0;padding:calc(1rem - .5px) .5rem;transition:border-bottom .25s ease-in-out;transition:border-bottom var(--transition-settings-body)}dd:first-of-type,dt:first-of-type{padding-top:0}dd:last-of-type,dt:last-of-type{border-bottom:0;padding-bottom:0}time{display:block;font-size:.75rem;line-height:1.125;margin-top:calc(.75rem - .5px)}footer{border-image-slice:0 0 1 0;padding-bottom:3.5rem;padding-top:2.5rem}footer p{font-size:.75rem}