:root{--background:#212020;--foreground:#ededed;--accent:#619d97;--accent-hover:#619d9780;--light-gray:#313030;--gray:#1b1919}html{color-scheme:dark}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-geist-mono),Inter,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none;color:var(--foreground)}li{margin-bottom:10px}nav{display:flex;justify-content:space-between;padding:1.75em}.page{align-items:center;justify-items:center;padding:20px 15vw;gap:64px;font-family:var(--font-geist-mono),"Courier New",Courier,monospace;font-weight:600;min-height:90svh}.main,.page{display:flex;flex-direction:column}.main{width:100%;padding-top:5em;line-height:1.75em}.title{font-family:Inter;font-weight:900;font-size:64px;line-height:80%;padding-bottom:2cqi}.p-text{font-family:var(--font-geist-mono),"Courier New",Courier,monospace;font-size:1em;line-height:24px}.bold-uline{font-weight:900}.bold-uline,.uline{text-decoration:underline}