
:root { color-scheme: dark; }
* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: #fff; color: #000; }
body {
  background: #000; color: #fff;
  position: relative;
  font-family: 'Sometype Mono', 'Courier New', monospace;
  font-size: 14px; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 760px; margin: 22px auto 40px; padding: 0 12px; position: relative; z-index: 1; }
/* the /ultra window, in flow so the page scrolls normally */
.win { background: #0E0E11; border: 2px solid #fff; box-shadow: 8px 8px 0 rgba(0,0,0,.55); }
/* Embedded in a window on the main site: it owns the chrome and the wallpaper. */
.embed #dz, .embed #dz-shade, .embed .tbar { display: none; }
.embed .win { border: 0; box-shadow: none; background: transparent; }
.embed .wrap { margin: 0; padding: 0; max-width: none; }
/* Paint the window grey explicitly. Left transparent, the browser's own dark
   canvas shows through instead, and it does not match the host window. */
.embed, .embed body { background: #0E0E11; }
.tbar { display: flex; align-items: center; gap: 6px; background: #4144F1; color: #fff; padding: 5px 8px; font-size: 12px; }
.tbar .t { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: .04em; }
.tbtn { width: 17px; height: 17px; border: 1px solid #fff; flex: none; font-size: 10px; line-height: 15px; text-align: center; color: #fff; text-decoration: none; background: none; padding: 0; font-family: inherit; cursor: pointer; }
.tbtn:hover { background: #fff; color: #4144F1; }
/* full screen: the window takes the viewport and scrolls inside */
.win.max { position: fixed; inset: 0; z-index: 30; box-shadow: none; display: flex; flex-direction: column; }
.win.shade .wbody { display: none; }
.win.shade.max { inset: auto 0 auto 0; top: 0; }
.win.max .wbody { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; }
body.winmax { overflow: hidden; }
.wbody { padding: 24px 26px 18px; }
@media (max-width: 480px) { .wbody { padding: 18px 14px 14px; } .wrap { margin-top: 12px; padding: 0 8px; } }
/* The homepage dither, behind everything. Drawn by site.js. */
#dz { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
#dz-shade { position: fixed; inset: 0; z-index: 0; background: rgba(0,0,0,.35); pointer-events: none; }
a { color: #fff; }
.sys { color: #6E7080; }
.sys .home { color: #8A8B96; text-decoration: none; }
.sys .home:hover { color: #fff; }
.prompt { margin-bottom: 4px; }
.prompt .path { color: #8A8B96; transition: color .12s ease; }
/* The path is the way back to the listing, so it has to read as one. */
a.home { text-decoration: none; }
a.home:hover .path, a.home:focus-visible .path { color: #4144F1; }
a.home:focus-visible { outline: 1px dotted #4144F1; outline-offset: 3px; }
.cursor {
  display: inline-block; width: 8px; height: 15px;
  background: #fff; vertical-align: text-bottom;
  animation: blink 1.1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.ls { margin: 28px 0 0; }
.ls a {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 6px 8px; margin: 0 -8px;
  text-decoration: none; white-space: nowrap;
}
.ls a .f { overflow: hidden; text-overflow: ellipsis; }
.ls a .au { color: #6E7080; }
/* A project id is written the same everywhere: the accent, upper case. */
em.ap { font-style: normal; text-transform: uppercase; color: #4144F1; }
.ls a:hover em.ap { color: #000; }
.ls a:hover { background: #fff; color: #000; }
.ls a:hover .au { color: #000; }
.sep { color: #22232B; margin: 22px 0 0; }
.head { display: flex; gap: 12px; align-items: flex-start; }
.bk {
  display: flex; align-items: center; height: 34px; padding: 0 8px;
  color: #6E7080; text-decoration: none; font-size: 21px; line-height: 1;
}
.bk:hover { color: #fff; }
.doc { margin-top: 36px; }
.doc h1 { font-size: 14px; font-weight: 700; text-transform: uppercase; }
.doc .au { color: #6E7080; margin-bottom: 28px; }
.doc p { margin-bottom: 22px; color: #ddd; max-width: 60ch; }

/* Camus arrives as a set page rather than as our terminal type, so it is
   shown as the pages it is. Held in a column the width of a book. */
.scan { margin-top: 36px; }
.scan .plate { display: flex; flex-direction: column; gap: 18px; max-width: 620px; }
.scan img { display: block; width: 100%; height: auto; background: #0E0E11;
  border: 1px solid #22232B; }
.scan .cite { margin-top: 26px; color: #6E7080; font-size: 12px; line-height: 1.8; }
.scan .cite a { color: #8A8B96; }
.scan .cite a:hover { color: #fff; }
.capture { margin-top: 18px; }
.capture .lbl { color: #8A8B96; letter-spacing: .04em; }
form.signup { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
input {
  background: rgba(0,0,0,.6); border: 1px solid #4144F1; color: #fff;
  padding: 8px 10px; font: inherit; flex: 1 1 220px; width: 100%;
}
input:focus { outline: none; border-color: #fff; }
button {
  background: #000; color: #fff; border: 1px solid #fff;
  padding: 8px 16px; font: inherit; text-transform: uppercase; cursor: pointer;
}
button:hover { background: #fff; color: #000; }
button:disabled { opacity: .4; }
.msg { color: #8A8B96; margin-top: 8px; min-height: 1.4em; }
.msg.bad { color: #ff4444; }
.msg.ok { color: #4144F1; }
.msg.wait { color: #8A8B96; }
form.signup.done input { border-color: #4144F1; color: #6E7080; }
input:focus { outline: none; border-color: #fff; }
.foot { margin-top: 18px; color: #6E7080; }
.foot a { color: #6E7080; }
/* the locked file */
.ls a .f .lk { vertical-align: -2px; margin-right: 7px; }
.lockhead { display: flex; align-items: center; gap: 10px; }
.lockhead h1 { margin: 0; }
.gate { margin-top: 26px; }
.gate form { display: flex; gap: 10px; margin-top: 12px; }
.gate input { background: rgba(0,0,0,.6); border: 1px solid #4144F1; color: #fff; font-family: inherit; font-size: 14px; padding: 7px 10px; width: 160px; letter-spacing: .4em; }
.gate input:focus { outline: 1px dotted #4144F1; outline-offset: 2px; }
.gate .msg { margin-top: 12px; min-height: 1.7em; color: #6E7080; }
.gate .msg.bad { color: #ff4444; }
@media (max-width: 480px) {
  .ls a { white-space: normal; }
  .head { gap: 8px; }
  .bk { padding: 0; }
  .prompt { overflow-wrap: anywhere; }
}
/* Hang the arrow outside the text column only when the window is wide enough. */
@media (min-width: 800px) { .bk { margin-left: -40px; } }
