:root{--accent: #2337ff;--accent-dark: #000d8a;--black: 15, 18, 25;--white: 255, 255, 255;--light-color: 96, 115, 159;--lighter-light-color: 229, 233, 240;--darker-light-color: 34, 41, 57;--background-color: rgba(var(--lighter-light-color), 50%), #fff;--footer-background-color: rgba(var(--lighter-light-color), 1);--box-shadow: 0 2px 6px rgba(var(--light-color), 25%), 0 8px 24px rgba(var(--light-color), 33%), 0 16px 32px rgba(var(--light-color), 33%);--text-color: rgb(var(--black));--text-color-light: 255, 255, 255;--footer-text-color: 96, 115, 159;--navbar-color: rgb(var(--white));--notification-daemon-bg: #e6e6e6}.dark{--light-color: 20, 25, 35;--lighter-light-color: 26, 29, 35;--darker-light-color: 12, 14, 20;--background-color: rgba(var(--lighter-light-color), 1);--footer-background-color: rgb(21, 23, 27);--box-shadow: 0 2px 6px rgba(var(--light-color), .4), 0 8px 24px rgba(var(--light-color), .5), 0 16px 32px rgba(var(--light-color), .5);--text-color: rgb(var(--white));--text-color-light: 200, 200, 200;--footer-text-color: 180, 190, 210;--navbar-color: rgb(var(--black));--notification-daemon-bg: #181818}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Atkinson,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(var(--background-color)) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--darker-light-color));font-size:20px;line-height:1.7}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:rgb(var(--lighter-light-color));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:1px solid rgb(var(--lighter-light-color))}@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}#notifications{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999}.notify{background:var(--notification-daemon-bg);color:var(--text-color);padding:.75rem 1rem;border-radius:6px;box-shadow:0 2px 8px #0000004d;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:slideIn .3s ease-out}.notify.info{border-left:4px solid #4fc3f7}.notify.warn{border-left:4px solid #ffb300}.notify.error{border-left:4px solid #e53935}.notify.fade-out{animation:slideOut .4s forwards}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}.terminal-overlay{position:fixed;inset:0;background:#141414f2;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.hidden{display:none}.terminal{background:#1e1e1e;color:#ddd;padding:1rem;border-radius:10px;max-width:800px;width:90%;max-height:500px;overflow-y:auto;font-family:monospace;box-shadow:0 0 5px 4px #111}.output{margin-bottom:.5rem;white-space:pre-line;height:300px;overflow-y:auto}.input-line{display:flex;gap:.5rem;margin-top:.25rem}.line{white-space:pre}.prompt{color:#6af}input[type=text]{background:transparent;border:none;color:inherit;width:100%;outline:none;font-family:inherit;font-size:1rem}input[disabled]{color:#aaa}
