.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--accent: #00F5AB;--accent-dark: #00D9A6;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);--background-primary: 0, 0, 0}@font-face{font-family:MGNHumble;src:url(/fonts/MGNHumbleRegular.otf)}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-Regular.ttf);font-weight:400}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-Medium.ttf);font-weight:500}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-SemiBold.ttf);font-weight:600}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-Bold.ttf);font-weight:700}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-Black.ttf);font-weight:900}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-Italic.ttf);font-style:italic}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-SemiBoldItalic.ttf);font-weight:600;font-style:italic}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-BoldItalic.ttf);font-weight:700;font-style:italic}@font-face{font-family:InstrumentSans;src:url(/fonts/InstrumentSans-BlackItalic.ttf);font-weight:900;font-style:italic}body{font-family:InstrumentSans,sans-serif;margin:0;padding:0;text-align:left;background:rgb(var(--background-primary));background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;font-size:20px;line-height:1.7;scroll-behavior:smooth;overflow-x:hidden;text-wrap:balance;font-weight:400}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:#fff;line-height:1.2}h1{font-family:MGNHumble;font-size:3.052em}h2{font-size:2.441em;font-family:MGNHumble}h3{font-size:1.953em;font-weight:500}h4{font-size:1.563em;font-weight:500}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{font-family:InstrumentSans,system-ui;font-weight:400;color:#fff;text-wrap:balance}sup{position:relative;top:0!important;font-size:.8em;opacity:.6;padding-left:20px}sub{margin-bottom:0}sup:before{content:"";display:inline-block;width:1em;height:1em;margin-right:.2em;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h8v2H8V2ZM6 6V4h2v2H6Zm0 6H4V6h2v6Zm2 2H6v-2h2v2Zm8 0v4H8v-4h2v2h4v-2h2Zm2-2v2h-2v-2h2Zm0-6h2v6h-2V6Zm0 0V4h-2v2h2Zm-2 14H8v2h8v-2Z" /> </svg>') no-repeat center center;background-size:1em;position:absolute;filter:invert(1);left:0;top:0;transform:translateY(2px)}.transition-all{transition-timing-function:cubic-bezier(0,0,0,1)}.slide-in-left{animation:slideInLeft .5s cubic-bezier(0,0,0,1) forwards}.slide-in-right{animation:slideInRight .5s cubic-bezier(0,0,0,1) forwards}.slide-out-left{animation:slideOutLeft .5s cubic-bezier(0,0,0,1) forwards}.slide-out-right{animation:slideOutRight .5s cubic-bezier(0,0,0,1) forwards}@keyframes slideInLeft{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-30px);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(30px);opacity:0}}.fadeup{animation:fadeup .1s ease-in-out forwards}.fadeout{animation:fadeout .1s ease-in-out forwards}.fade-in{opacity:0;animation:fadeIn .5s forwards}@keyframes fadeIn{to{opacity:1}}@keyframes fadeup{0%{opacity:0;top:20px}to{opacity:1;top:0}}@keyframes fadeout{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.outline-text{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#ffffff;color:transparent}#work-carousel:hover li{transform:translate(0)!important;transition:.2s ease}#work-carousel li{transition:.2s ease}ul,li{filter:brightness(1);transition:.2s}ul:hover li{opacity:.5;filter:brightness(.5);transition:.2s}li:hover .work-hover img{filter:brightness(1);transform:scale(1.05);transition:.3s cubic-bezier(0,0,0,1)}img{transition:.2s}.hover-show{opacity:0;transition:.2s}li:hover .hover-show{opacity:1;transition:.2s}li .hover-show h2 span{display:none}li:hover .hover-show h2 span{display:block}ul:not(:has(li:hover)) li{filter:brightness(1);opacity:1;transition:.2s}ul li:hover{filter:brightness(1);opacity:1;transition:.2s}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:3px solid rgb(255,255,255);padding-bottom:0;width:3000px!important}main{overflow-x:hidden!important}@media (max-width: 720px){body{font-size:18px}main{padding:1em}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.transition-bezier[data-astro-cid-vnzlvqnm]{transition:all .3s cubic-bezier(0,0,0,1)}a[data-astro-cid-vnzlvqnm]:hover #follow-button-link[data-astro-cid-vnzlvqnm]{margin-left:18px;width:20px;opacity:1;filter:invert(0)}#follow-button-link[data-astro-cid-vnzlvqnm]{margin-left:0;width:0px;opacity:0;filter:invert(1)}a[data-astro-cid-vnzlvqnm]:hover #follow-button-link-perma[data-astro-cid-vnzlvqnm]{margin-left:28px;width:20px;opacity:1;filter:invert(0)}#follow-button-link-perma[data-astro-cid-vnzlvqnm]{margin-left:18px;width:20px;opacity:1;filter:invert(1)}a[data-astro-cid-vnzlvqnm]:active #follow-button-link-perma[data-astro-cid-vnzlvqnm],a[data-astro-cid-vnzlvqnm]:active #follow-button-link[data-astro-cid-vnzlvqnm]{transform:translate(3px)}img[data-astro-cid-vnzlvqnm]{transition:.2s cubic-bezier(0,0,0,1)}#icon[data-astro-cid-vnzlvqnm]{width:20px;height:20px;margin-right:6px;transition:.2s cubic-bezier(0,0,0,1)}a[data-astro-cid-vnzlvqnm]:hover #icon[data-astro-cid-vnzlvqnm]{width:0px;filter:invert(0);transition:.2s cubic-bezier(0,0,0,1)}.pixel-corners[data-astro-cid-vnzlvqnm],.pixel-corners--wrapper[data-astro-cid-vnzlvqnm]{clip-path:polygon(0px calc(100% - 4px),2px calc(100% - 4px),2px calc(100% - 2px),4px calc(100% - 2px),4px 100%,calc(100% - 4px) 100%,calc(100% - 4px) calc(100% - 2px),calc(100% - 2px) calc(100% - 2px),calc(100% - 2px) calc(100% - 4px),100% calc(100% - 4px),100% 4px,calc(100% - 2px) 4px,calc(100% - 2px) 2px,calc(100% - 4px) 2px,calc(100% - 4px) 0px,4px 0px,4px 2px,2px 2px,2px 4px,0px 4px);position:relative}.pixel-corners[data-astro-cid-vnzlvqnm]{border:2px solid transparent}.pixel-corners--wrapper[data-astro-cid-vnzlvqnm]{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.pixel-corners--wrapper[data-astro-cid-vnzlvqnm] .pixel-corners[data-astro-cid-vnzlvqnm]{display:block;clip-path:polygon(2px 4px,4px 4px,4px 2px,calc(100% - 4px) 2px,calc(100% - 4px) 4px,calc(100% - 2px) 4px,calc(100% - 2px) calc(100% - 4px),calc(100% - 4px) calc(100% - 4px),calc(100% - 4px) calc(100% - 2px),4px calc(100% - 2px),4px calc(100% - 4px),2px calc(100% - 4px))}.pixel-corners[data-astro-cid-vnzlvqnm]:after,.pixel-corners--wrapper[data-astro-cid-vnzlvqnm]:after{content:"";position:absolute;clip-path:polygon(0px calc(100% - 4px),2px calc(100% - 4px),2px calc(100% - 2px),4px calc(100% - 2px),4px 100%,calc(100% - 4px) 100%,calc(100% - 4px) calc(100% - 2px),calc(100% - 2px) calc(100% - 2px),calc(100% - 2px) calc(100% - 4px),100% calc(100% - 4px),100% 4px,calc(100% - 2px) 4px,calc(100% - 2px) 2px,calc(100% - 4px) 2px,calc(100% - 4px) 0px,4px 0px,4px 2px,2px 2px,2px 4px,0px 4px,0px 50%,2px 50%,2px 4px,4px 4px,4px 2px,calc(100% - 4px) 2px,calc(100% - 4px) 4px,calc(100% - 2px) 4px,calc(100% - 2px) calc(100% - 4px),calc(100% - 4px) calc(100% - 4px),calc(100% - 4px) calc(100% - 2px),4px calc(100% - 2px),4px calc(100% - 4px),2px calc(100% - 4px),2px 50%,0px 50%);inset:0;background:#fff;display:block;pointer-events:none}.pixel-corners[data-astro-cid-vnzlvqnm]:after{margin:-2px}.pixel-corners[data-astro-cid-vnzlvqnm]:active{transform:translateY(2px)}.transition-bezier[data-astro-cid-c7bpeu5g]{transition:all .3s cubic-bezier(0,0,0,1)}.copy-email-btn[data-astro-cid-c7bpeu5g].is-copied{background-color:#fff!important;color:#000!important}.copy-email-btn[data-astro-cid-c7bpeu5g]:hover .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link,.copy-email-btn[data-astro-cid-c7bpeu5g].is-copied .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link{margin-left:18px;width:20px;opacity:1;filter:invert(0)}.arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link{margin-left:0;width:0px;opacity:0;filter:invert(1)}.copy-email-btn[data-astro-cid-c7bpeu5g]:hover .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link-perma,.copy-email-btn[data-astro-cid-c7bpeu5g].is-copied .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link-perma{margin-left:28px;width:20px;opacity:1;filter:invert(0)}.arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link-perma{margin-left:18px;width:20px;opacity:1;filter:invert(1)}.copy-email-btn[data-astro-cid-c7bpeu5g]:active .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link-perma,.copy-email-btn[data-astro-cid-c7bpeu5g]:active .arrow-icon[data-astro-cid-c7bpeu5g].follow-button-link{transform:translate(3px)}img[data-astro-cid-c7bpeu5g]{transition:.2s cubic-bezier(0,0,0,1)}.btn-icon[data-astro-cid-c7bpeu5g]{width:20px;height:20px;margin-right:6px;transition:.2s cubic-bezier(0,0,0,1)}.copy-email-btn[data-astro-cid-c7bpeu5g]:hover .btn-icon[data-astro-cid-c7bpeu5g],.copy-email-btn[data-astro-cid-c7bpeu5g].is-copied .btn-icon[data-astro-cid-c7bpeu5g]{width:0px;margin-right:0;filter:invert(0);transition:.2s cubic-bezier(0,0,0,1)}.btn-text[data-astro-cid-c7bpeu5g]{transition:opacity .2s ease-in-out}.pixel-corners[data-astro-cid-c7bpeu5g],.pixel-corners--wrapper[data-astro-cid-c7bpeu5g]{clip-path:polygon(0px calc(100% - 4px),2px calc(100% - 4px),2px calc(100% - 2px),4px calc(100% - 2px),4px 100%,calc(100% - 4px) 100%,calc(100% - 4px) calc(100% - 2px),calc(100% - 2px) calc(100% - 2px),calc(100% - 2px) calc(100% - 4px),100% calc(100% - 4px),100% 4px,calc(100% - 2px) 4px,calc(100% - 2px) 2px,calc(100% - 4px) 2px,calc(100% - 4px) 0px,4px 0px,4px 2px,2px 2px,2px 4px,0px 4px);position:relative}.pixel-corners[data-astro-cid-c7bpeu5g]{border:2px solid transparent}.pixel-corners--wrapper[data-astro-cid-c7bpeu5g]{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.pixel-corners--wrapper[data-astro-cid-c7bpeu5g] .pixel-corners[data-astro-cid-c7bpeu5g]{display:block;clip-path:polygon(2px 4px,4px 4px,4px 2px,calc(100% - 4px) 2px,calc(100% - 4px) 4px,calc(100% - 2px) 4px,calc(100% - 2px) calc(100% - 4px),calc(100% - 4px) calc(100% - 4px),calc(100% - 4px) calc(100% - 2px),4px calc(100% - 2px),4px calc(100% - 4px),2px calc(100% - 4px))}.pixel-corners[data-astro-cid-c7bpeu5g]:after,.pixel-corners--wrapper[data-astro-cid-c7bpeu5g]:after{content:"";position:absolute;clip-path:polygon(0px calc(100% - 4px),2px calc(100% - 4px),2px calc(100% - 2px),4px calc(100% - 2px),4px 100%,calc(100% - 4px) 100%,calc(100% - 4px) calc(100% - 2px),calc(100% - 2px) calc(100% - 2px),calc(100% - 2px) calc(100% - 4px),100% calc(100% - 4px),100% 4px,calc(100% - 2px) 4px,calc(100% - 2px) 2px,calc(100% - 4px) 2px,calc(100% - 4px) 0px,4px 0px,4px 2px,2px 2px,2px 4px,0px 4px,0px 50%,2px 50%,2px 4px,4px 4px,4px 2px,calc(100% - 4px) 2px,calc(100% - 4px) 4px,calc(100% - 2px) 4px,calc(100% - 2px) calc(100% - 4px),calc(100% - 4px) calc(100% - 4px),calc(100% - 4px) calc(100% - 2px),4px calc(100% - 2px),4px calc(100% - 4px),2px calc(100% - 4px),2px 50%,0px 50%);inset:0;background:#fff;display:block;pointer-events:none}.pixel-corners[data-astro-cid-c7bpeu5g]:after{margin:-2px}.pixel-corners[data-astro-cid-c7bpeu5g]:active{transform:translateY(2px)}
