@import"https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Stack+Sans+Notch:wght@200..700&display=swap";:root{--max-width: 1100px;--border-radius: 12px;--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace}body,html{margin:0;padding:0;height:100%;overflow:hidden;transition:background-color .5s ease}#root{height:100vh;padding:0;display:flex;flex-direction:column}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;height:100%;padding:8vw 4.16vw;box-sizing:border-box;position:relative;z-index:1}.noise{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes orbital-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-blur{0%,to{filter:blur(2px);transform:scale(.9);opacity:.6}50%{filter:blur(0px);transform:scale(1.1);opacity:1}}@keyframes dash-flow{to{stroke-dashoffset:-20}}@keyframes hover-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes ad-slide{0%,15%{transform:translateY(0);opacity:.55}50%,80%{transform:translateY(-4px);opacity:.1}to{transform:translateY(0);opacity:.55}}@keyframes check-draw{0%,20%{stroke-dashoffset:1;opacity:.15}60%,85%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:1;opacity:.15}}@keyframes scale-beam-tip{0%,to{transform:rotate(0)}30%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}}@keyframes star-twinkle{0%,to{opacity:.1;transform:scale(.55)}50%{opacity:1;transform:scale(1)}}@keyframes squish-bounce{0%,to{transform:scale(1)}20%{transform:scale(1.18,.84)}50%{transform:scale(.87,1.15)}75%{transform:scale(1.07,.94)}}.svg-ad-slide{animation:ad-slide 3.5s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.svg-check-draw{stroke-dasharray:1;stroke-dashoffset:1;animation:check-draw 3s ease-in-out infinite}.svg-scale-beam{animation:scale-beam-tip 4s ease-in-out infinite;transform-box:fill-box;transform-origin:center top}.svg-twinkle-1{animation:star-twinkle 2.5s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.svg-twinkle-2{animation:star-twinkle 2.5s ease-in-out .85s infinite;transform-box:fill-box;transform-origin:center}.svg-twinkle-3{animation:star-twinkle 2.5s ease-in-out 1.7s infinite;transform-box:fill-box;transform-origin:center}.svg-squish-1{animation:squish-bounce 2.8s cubic-bezier(.36,.07,.19,.97) infinite;transform-box:fill-box;transform-origin:center}.svg-squish-2{animation:squish-bounce 2.8s cubic-bezier(.36,.07,.19,.97) .9s infinite;transform-box:fill-box;transform-origin:center}.svg-squish-3{animation:squish-bounce 2.8s cubic-bezier(.36,.07,.19,.97) 1.8s infinite;transform-box:fill-box;transform-origin:center}.article-icon-link{display:flex;align-items:center;justify-content:center;width:4vh;height:4vh;margin:0 .5vw;opacity:.6;transition:all .4s cubic-bezier(.16,1,.3,1);color:#000;background:transparent;border:none;padding:.8vh;cursor:pointer;border-radius:50%}.article-icon-link:hover{opacity:1;transform:scale(1.1);background:#0000000d}.article-icon-link.active{opacity:1;background:#000;color:var(--bg-color);transform:scale(1.15);box-shadow:0 4px 12px #0000001a}.article-icon-link svg{width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.article-icon-link.active svg{transform:scale(.9)}.header-center{display:flex;align-items:center;justify-content:center;flex-grow:1}.fade-in{animation:fadeUp 1.5s cubic-bezier(.16,1,.3,1) forwards}.stagger-1{opacity:0;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .2s forwards}.stagger-2{opacity:0;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .4s forwards}header{position:fixed;top:4.16vw;left:4.16vw;right:4.16vw;display:flex;align-items:center;justify-content:space-between;font-family:Google Sans Code,monospace,sans-serif;font-size:1.04vw;padding:0;z-index:100}.content{display:flex;align-items:center;justify-content:center;flex-grow:1;width:100%}.content-wrapper{position:relative;display:flex;align-items:stretch;justify-content:stretch;width:100%;height:100%;container-type:size}.content p{color:#000;box-sizing:border-box;padding:0;font-family:Stack Sans Notch,sans-serif;line-height:90%;font-weight:500;text-align:justify;text-align-last:justify}.article-layout{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between}.article-column{flex:1;display:flex;flex-direction:column;justify-content:center;height:100%}.text-column{padding-right:4vw;align-items:flex-start;gap:1.5vh}.svg-column{align-items:center}.svg-column svg{width:min(30vw,40vh);height:min(30vw,40vh);color:#000}.article-title{font-family:Stack Sans Notch,sans-serif;font-size:3vw;margin:0;font-weight:500;text-align:left}.article-subtitle{font-family:Google Sans Code,monospace,sans-serif;font-size:1vw;margin:0;text-transform:uppercase;opacity:.6}.content .article-description{font-family:Google Sans Code,monospace,sans-serif;font-size:1.2vw;line-height:1.5;margin:0 0 2vh;max-width:80%;text-align:left;text-align-last:left}.article-read-more{font-family:Google Sans Code,monospace,sans-serif;font-size:1vw;color:#000;text-decoration:none;border-bottom:1px solid #000;padding-bottom:2px;transition:opacity .3s ease}.article-read-more:hover{opacity:.5}.slide-up{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(4vh)}to{opacity:1;transform:none}}footer{position:fixed;bottom:4.16vw;left:4.16vw;right:4.16vw;display:flex;justify-content:space-between;font-family:Google Sans Code,monospace,sans-serif;font-size:1.04vw;padding:0;z-index:100}.footer-left,.footer-right,.header-left,.header-right{font-weight:500;display:flex;align-items:center}@media screen and (max-width: 480px){.container{padding:16vw 4vw}.research-question,.content p{font-size:6vw}header{top:4vw;left:4vw;right:4vw}footer{bottom:4vw;left:4vw;right:4vw}header,footer{font-size:3vw;padding:0}.article-layout{flex-direction:column-reverse;height:auto}.article-column{height:auto}.text-column{padding-right:0;gap:12px}.svg-column{padding-bottom:8px}.svg-column svg{width:clamp(160px,44vw,240px);height:auto;aspect-ratio:1 / 1;max-height:22vh;max-height:22svh}.article-title{font-size:7vw}.article-subtitle{font-size:3vw}.article-column{justify-content:flex-start}.content .article-description{font-size:3.5vw;max-width:100%}.article-read-more{font-size:3vw}.article-icon-link{width:clamp(32px,8vw,44px);height:clamp(32px,8vw,44px);padding:clamp(6px,1.5vw,10px);margin:0 1.2vw}}@media screen and (min-width: 481px) and (max-width: 768px){.container{padding:12vw 3vw}.research-question,.content p{font-size:5vw}header{top:3vw;left:3vw;right:3vw}footer{bottom:3vw;left:3vw;right:3vw}header,footer{font-size:2.5vw;padding:0}.article-layout{flex-direction:column-reverse}.text-column{padding-right:0;gap:14px}.svg-column{padding-bottom:10px}.svg-column svg{width:clamp(180px,40vw,280px);height:auto;aspect-ratio:1 / 1;max-height:26vh;max-height:26svh}.article-title{font-size:5vw}.article-subtitle{font-size:2vw}.article-column{justify-content:flex-start}.content .article-description{font-size:2.5vw;max-width:100%}.article-read-more{font-size:2vw}.article-icon-link{width:clamp(34px,6vw,48px);height:clamp(34px,6vw,48px);padding:clamp(6px,1.2vw,10px);margin:0 1vw}}
