@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#e8e4d4;--ink:#1a2410;--ink-dim:rgba(26,36,16,.55);--accent:#e84b1a;--hairline:#2d3a1a;--font-main:"Space Mono",monospace}body,html{height:100%;width:100%;background:var(--bg);color:var(--ink);font-family:var(--font-main);font-size:11px;line-height:1.2;text-transform:uppercase;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background-color:var(--accent);color:var(--bg)}*,a{cursor:crosshair}a:hover{color:var(--accent)!important}button,input,textarea{font-family:inherit}input::placeholder,textarea::placeholder{color:var(--ink-dim)}input:focus,textarea:focus{outline:none}@media (max-width:768px){.hero-section{min-height:auto!important;padding:1rem!important}.hero-canvas{min-height:200px!important;flex:none!important;height:35vh!important}.hero-name{font-size:clamp(2.5rem,12vw,4rem)!important;bottom:1.25rem!important;left:1.25rem!important}.hero-tagline{flex-direction:column!important;gap:.25rem!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}.proc-grid{grid-template-columns:1fr!important}.proc-grid .proc-link{border-right:none!important}.proj-grid{grid-template-columns:1fr!important}.proj-grid>a{border-right:none!important;border-bottom:1px solid rgba(26,36,16,.15)!important}.edu-grid{grid-template-columns:1fr!important;gap:2rem!important}.meta-grid{grid-template-columns:1fr 1fr!important}.meta-grid>div:nth-child(2),.meta-grid>div:nth-child(4){border-right:none!important}.research-grid{gap:2.5rem!important}.research-grid,.section-grid{grid-template-columns:1fr!important}.section-grid{gap:.5rem!important}.citation-grid{grid-template-columns:repeat(3,1fr)!important}.io-wrap{flex-direction:column!important}.io-wrap a{width:100%!important}.about-section{padding:3rem 1rem!important}.about-statement{font-size:clamp(1rem,5vw,1.5rem)!important}}@media (max-width:480px){.hero-canvas{height:30vh!important;min-height:160px!important}.hero-name{font-size:2.2rem!important}}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ticker-wrap{overflow:hidden;border:1px solid rgba(26,36,16,.15)}.ticker-inner{display:flex;white-space:nowrap;animation:ticker 25s linear infinite}.ticker-inner:hover{animation-play-state:paused}