@layer reset{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--foreground) transparent;margin:0;padding:0}html{text-size-adjust:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--foreground);border:3px solid #0000;border-radius:10px}::selection{color:var(--background);background-color:var(--highlight)}img::selection{background-color:#0000}h1,h2,h3,h4{text-wrap:wrap}img,picture,video,canvas,svg{max-inline-size:100%;display:block}input,button,textarea,select{font:inherit;letter-spacing:inherit;word-spacing:inherit;color:currentColor}a{text-decoration-skip-ink:auto;color:currentColor;text-decoration:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul{list-style:none}}html[data-theme=dark]{color-scheme:dark}html,body{overscroll-behavior:none;background-color:var(--background);min-height:100dvh;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never}.sr-only:not(:focus-within):not(:active){clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-selectable{user-select:none}.icon{width:1em;max-height:1em;display:inline-block}:root{color-scheme:light dark;--foreground:#121212;--background:#eee;--accent:#6655c3;--highlight:#6655c3;--scene-top:#b3aae2;--scene-bottom:#eee;--scene-smoke:#fff}@media (prefers-color-scheme:dark){:root{--foreground:#e0e0e0;--background:#222;--accent:#b3aae2;--scene-top:#111;--scene-bottom:#222;--scene-smoke:#b3aae2}}:root{font-family:var(--font-atkinson-next);font-weight:200}.page-footer{flex-direction:column;gap:1rem;font-size:max(3.33333dvw,2.5rem);display:flex;position:absolute;bottom:5vw;left:5vw}.page-header{& h1{font-size:max(5dvw,2.5rem);font-weight:200}}.social-links{align-items:center;gap:10px;margin-top:1rem;font-size:larger;display:flex}.social-link{-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:10px;transition:background .2s,color .2s,transform .18s;display:flex}.social-link:hover{background:var(--foreground);color:var(--background);transform:translateY(-2px)}.social-link:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.social-link:active{transform:scale(.95)}.stagger-link{color:inherit;text-decoration:none;display:block;overflow:hidden}.stagger-title{flex-wrap:wrap;display:flex}.stagger-char{opacity:0;height:1em;transform:translateY(var(--start-y));animation:2s cubic-bezier(.16,1,.3,1) forwards revealFromBlank;animation-delay:calc(var(--base-delay) + (var(--i) * 30ms));display:inline-block;position:relative;overflow:hidden}.stagger-char span{line-height:1;transition:transform .6s cubic-bezier(.77,0,.18,1);display:block}.stagger-char span:nth-child(2){position:absolute;top:100%;left:0}[data-enable-hover=true]:hover .stagger-char span:first-child,[data-enable-hover=true]:hover .stagger-char span:nth-child(2){transform:translateY(-100%)}[data-enable-hover=true]:hover .stagger-char span{transition-delay:calc(var(--i) * 30ms)}@keyframes revealFromBlank{0%{opacity:0;transform:translateY(calc(var(--start-y) / 2))}to{opacity:1;transform:translateY(0%)}}
