* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #faf5f2;
  color: #444;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", "Andale Mono", "Courier New",
    "Courier", monospace;
  font-size: 12pt;
  line-height: 1.7;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 640px;
  zoom: 1.15;
}
/* main {
  min-height: 100vh;
} */
nav {
  margin: 8px 0;
}
section {
  margin-bottom: 40px;
}
a,
li,
p {
  letter-spacing: -0.25px;
}
ul {
  list-style-type: square;
  margin-left: 18px;
}
label,
input {
  display: block;
}

input {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 4px double #e3d5c5;
  font-size: 16px;
  font-family: monospace;
}
input:focus {
  outline: none;
  border-color: blue;
}
pre.input {
  background: #234;
  margin-top: 24px;
  color: #efefef;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", "Andale Mono", "Courier New",
    "Courier", monospace;
  padding: 12px 16px;
  line-height: 1.4;
}
pre.code {
  background: #345;
  color: #efefef;
  font-size: 12px;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", "Andale Mono", "Courier New",
    "Courier", monospace;
  padding: 8px 16px;
  line-height: 1.4;
  overflow-x: auto;
}
figcaption {
  font-size: 11px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}

.align-center {
  align-items: flex-start;
  justify-content: center;
}
.lh-1 {
  line-height: 1;
}
.mr-8 {
  margin-right: 16px;
}
.mt-40 {
  margin-top: 64px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /*  margin: 40px 0;*/
}
.dashed-box {
  background: #fefefe;
  padding: 8px;
  text-align: center;
  border: 4px double #e3d5c5;
}
.pricing-columns {
  margin-top: 48px;
  margin-bottom: 64px;
}
.pricing-columns .dashed-box:first-of-type {
  border-right: none;
}
.pricing-columns .dashed-box:nth-child(2) {
  transform: scale(1.1);
}
.pricing-columns .dashed-box:last-of-type {
  border-left: none;
  padding-left: 16px;
}
.pricing-columns li {
  font-size: 13px;
  text-align: left;
}
.pricing-columns p {
  font-size: 13px;
}
.pricing-columns ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.pricing-columns a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 12px;
  min-width: 120px;
}
details[open] {
  padding-bottom: 24px;
}
details summary {
  margin-bottom: 8px;
}
details summary {
  cursor: pointer;
  font-weight: 500;
}
details p {
  font-size: 14px;
}
table {
  font-size: 13px;
  border-top: 1px solid #e3d5c5;
  border-left: 1px solid #e3d5c5;
  border-right: 1px solid #e3d5c5;
  width: 100%;
}
tbody {
  background: white;
}
td,
th {
  border-bottom: 1px solid #e3d5c5;
  padding: 8px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.tagline {
  margin: 8px 0;
}
.logo {
  color: black;
  font-family: "Andale Mono", "Courier New", "Courier", monospace;
  font-size: 10pt;
  line-height: 1;
  text-align: center;
  /*  margin: 24px 0 24px;*/
}
.demo a {
  background: blue;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 4px;
}
.demo .dashed-box {
  padding: 24px 0;
}
.diagram {
  display: block;
  line-height: 1;
  font-size: 11pt;
  overflow: hidden;
}
a {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
a.subdued {
  color: inherit !important;
}
nav a,
.uppercase {
  text-transform: uppercase;
}
a:not(.no-underline):hover {
  text-decoration: underline;
}
a:visited {
  color: blue;
}
a:active {
  color: magenta;
}
.cta {
  color: magenta !important;
  padding: 0px 8px;
}
.cta.secondary {
  background: blue !important;
}
.cta.subdued {
  color: blue !important;
}
.cta:hover,
.cta.hovered {
  background: magenta;
  color: white !important;
  box-shadow: 4px 4px 0 black;
}
.cta:active {
  box-shadow: 2px 2px 0 black;
  position: relative;
  top: 2px;
  left: 2px;
}
fieldset {
  border: 1px dashed #808080;
  padding: 40px;
  /* margin: 0 auto;
  max-width: 400px; */
}
legend {
  margin-left: -16px;
  padding: 0 16px;
}
button {
  background: blue;
  border: 0;
  box-shadow: 4px 4px 0 black;
  color: white !important;
  cursor: pointer;
  font-family: monospace;
  font-size: 16px;
  margin-top: 16px;
  min-width: 120px;
  padding: 8px 16px;
}
button:active {
  box-shadow: 2px 2px 0 black;
  left: 2px;
  position: relative;
  top: 2px;
}
.plain {
  color: inherit !important;
  text-transform: inherit;
}
h2,
h3,
strong {
  color: #000;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", "Courier New", "Courier", monospace;
  font-size: 15pt;
}
h4,
summary {
  color: #000;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", "Courier New", "Courier", monospace;
  font-weight: 700;
}
footer {
  font-size: 13px;
  margin-bottom: 16px;
}
.em {
  color: #000;
}
.center {
  text-align: center;
}
.feature {
  padding: 24px 8px;
  text-align: center;
}
.icon {
  color: blue;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.hidden {
  display: none;
}
hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px double #e3d5c5;
  height: 16px;
  line-height: 1rem;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
::selection {
  background: #3231fe;
  color: white;
}

#globe {
  font-size: 4pt;
  letter-spacing: -0.5px;
  line-height: 0.6em;
  margin: 32px 16px 32px 0;
  text-rendering: optimizeSpeed;
  will-change: contents;
  white-space: pre;
}

#error {
  color: red;
  font-size: 12px;
}

canvas {
  display: none;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #123;
    color: #bad3ff;
  }
  .logo {
    color: white;
  }
  h2,
  h3,
  h4,
  strong,
  summary,
  .em {
    color: white;
  }
  a,
  a:visited {
    color: #00e3ff;
  }
  .dashed-box,
  input {
    background: #234;
    border-color: #012;
    color: white;
  }
  input:focus {
    border-color: #00e3ff;
  }
  tbody {
    background: #234;
  }
  table,
  th,
  td,
  hr {
    border-color: #012;
  }
}

@media (max-width: 600px) {
  body {
    zoom: 1;
  }
  .logo {
    font-size: 7pt;
  }
  .flex.mobile-column {
    align-items: center;
    flex-direction: column;
  }
  .grid.mobile-column {
    display: block;
  }
  .grid.mobile-column div {
    transform: scale(1) !important;
    margin-bottom: 24px;
    border: 4px double #e3d5c5 !important;
  }
  .grid.mobile-column p,
  .grid.mobile-column li {
    font-size: 16px !important;
  }
  .hidden-mobile {
    display: none;
  }
}
