:root {
  --spring-25: linear(0, 0.0014 0.51%, 0.0066, 0.0152, 0.0269 2.37%, 0.0583 3.6%, 0.1057 5.04%, 0.2096 7.61%, 0.4566 13.06%, 0.5668 15.64%, 0.6697, 0.7582, 0.8318 23.66%, 0.8631 25%, 0.8928, 0.9187, 0.9411, 0.9601 30.76%, 0.9771 32.3%, 0.9987 34.87%, 1.0145 37.75%, 1.0242 40.94%, 1.0282 44.54%, 1.0262 49.68%, 1.0096 63.67%, 1.0028 72.52%, 0.9996 83.22%, 0.9994 99.98%);
  --spring-27: linear(0, 0.0009 0.42%, 0.0082 1.26%, 0.0309, 0.0656, 0.1096 5.06%, 0.2374 8.01%, 0.6239 16.01%, 0.7292, 0.8198, 0.8946, 0.9539, 0.9987, 1.0305 31.19%, 1.0486, 1.0601 35.4%, 1.0669, 1.0678, 1.0645, 1.0584 45.51%, 1.0283 54.78%, 1.0153 59.42%, 1.0072 63.21%, 1.001 67.43%, 0.9969 72.48%, 0.9954 77.96%, 0.9991 99.88%);
  --spring-30: linear(0, 0.0022, 0.0087, 0.0191, 0.033 2.04%, 0.0731 3.13%, 0.1318 4.34%, 0.2619 6.52%, 0.5616 10.92%, 0.6851 12.84%, 0.8029 14.88%, 0.8972, 0.9742 18.72%, 1.0062 19.68%, 1.0356, 1.0604, 1.0807, 1.0968 23.76%, 1.1097 24.85%, 1.1202 26.19%, 1.1255 27.6%, 1.1258 29.13%, 1.1208 30.79%, 1.1134 32.2%, 1.1023 33.79%, 1.0433 40.82%, 1.0175 44.46%, 1.0062, 0.9975 48.55%, 0.991 50.66%, 0.9867 52.83%, 0.9842 55.77%, 0.9847 59.15%, 0.9973 72.25%, 1.0013 79.47%, 1.002 86.56%, 1.0004 99.98%);
  --spring-35: linear(0, 0.002, 0.0078 1.23%, 0.0296 2.47%, 0.0676, 0.1168 5.24%, 0.2307 7.87%, 0.5034 13.42%, 0.6182 15.89%, 0.7278 18.51%, 0.8166, 0.8904, 0.9494 25.91%, 0.9968 28.53%, 1.0161, 1.0318 31.31%, 1.0487 33.31%, 1.0604 35.47%, 1.0667 37.79%, 1.0679 40.25%, 1.0653 42.57%, 1.0593 45.19%, 1.0279 54.91%, 1.0158 59.22%, 1.0072 63.23%, 1.0011 67.4%, 0.997 72.33%, 0.9954 78.19%, 0.9991 99.94%);
  --spring-40: linear(0, 0.002, 0.0079 1.23%, 0.0298 2.47%, 0.0668 3.81%, 0.1229 5.35%, 0.2487 8.13%, 0.5283 13.58%, 0.6484 16.05%, 0.7607 18.62%, 0.8497, 0.9238 23.35%, 0.9851 25.82%, 1.0099, 1.031 28.29%, 1.0499, 1.065 30.96%, 1.0795 32.71%, 1.0892 34.56%, 1.0941 36.52%, 1.0943 38.68%, 1.0899 40.94%, 1.0807 43.61%, 1.0361 53.08%, 1.0185 57.4%, 1.0059, 0.9975 65.63%, 0.9925 70.36%, 0.991 75.91%, 0.9996 99.98%);
  --spring: var(--spring-25);
  --background-color: #000000;
  --background-color-transparent: rgba(0, 0, 0, 0);
  --surface-color: #2e2e2e;
  --surface-highlight: rgba(255, 255, 255, 0.04);
  --text-color: #888888;
  --text-color-secondary: #666666;
  --text-color-tertiary: #424242;
  --foreground-color: #FFFFFF;
  --text-color: #c0c0c0;
  --feature-color: #57ad7e;
  --button-color: #5e5e5e;
  --divider-color: rgba(255, 255, 255, 0.3);
  --divider-opacity: 0.2;
  --settings-width: 280px;
  --settings-offset-x: 280px;
  --settings-offset-y: 0px;
  --canvas-scale: 1;
  --padding: 20px;
  --page-padding: clamp(10px, 3vw, 40px);
  --button-radius: 8px;
  --button-background: var(--button-color);
  --overlay-radius: 20px;
  --overlay-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  --overlay-border: 1px solid rgba(255, 255, 255, 0.06);
  --grip-y: 0;
  --grip-opactiy: 1;
}
.light {
  --background-color: #FFF;
  --surface-color: #f6f6f6;
  --surface-highlight: rgba(0, 0, 0, 0.08);
  --foreground-color: #000;
  --button-color: #c5c5c5;
  --text-color: #000;
  --text-color-secondary: #4b4b4b;
  --overlay-border: none;
}
video {
  border: 4px solid red;
}
html {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--foreground-color);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  width: 100vw;
  height: 100vh;
}
/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
/* Custom Font Import */
@font-face {
  font-family: 'Realtime';
  /* You can rename this to your font name */
  src: url(/8a0ead39b51638ca629a.otf) format('opentype');
  /* Update the path/filename to match your font file */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* This helps with FOUT (Flash of Unstyled Text) */
}
/* Custom Font Import */
@font-face {
  font-family: 'RealtimeLight';
  /* You can rename this to your font name */
  src: url(/9ee967a7c9638b4c031f.otf) format('opentype');
  /* Update the path/filename to match your font file */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* This helps with FOUT (Flash of Unstyled Text) */
}
@font-face {
  font-family: 'RealtimeBold';
  /* You can rename this to your font name */
  src: url(/8901462f1a6aeca97b39.otf) format('opentype');
  /* Update the path/filename to match your font file */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* This helps with FOUT (Flash of Unstyled Text) */
}
@font-face {
  font-family: 'RealtimeSemibold';
  /* You can rename this to your font name */
  src: url(/a2d2a54f0dd49ee99d14.otf) format('opentype');
  /* Update the path/filename to match your font file */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* This helps with FOUT (Flash of Unstyled Text) */
}
/* If you have multiple weights or styles, you can add more @font-face declarations */
/* For example:
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/yourfont-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
/* Example of applying the custom font to elements */
.custom-font-text {
  font-family: 'CustomFont', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Apply to entire body (optional) */
/* Uncomment this if you want to apply the font to the entire app
body {
    // ...existing code...
    font-family: 'CustomFont', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
*/
img {
  image-orientation: from-image;
}
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  color: var(--text-color);
  background-color: var(--background-color);
}
a {
  color: currentColor;
  text-decoration: none;
}
button {
  background: none;
  /* Removes the default background */
  color: inherit;
  /* Inherits the color from the parent element */
  /* Removes the default border */
  padding: 0;
  /* Removes the default padding */
  margin: 0;
  /* Removes the default margin */
  font: inherit;
  /* Inherits the font from the parent */
  cursor: pointer;
  /* Keeps the cursor as a pointer to signify it's clickable */
  outline: inherit;
  color: var(--feature-color);
  border: none;
}
.canvas {
  touch-action: none;
  position: absolute;
  top: env(safe-area-inset-top);
  left: 0;
  bottom: env(safe-area-inset-bottom);
  right: 0;
  margin: auto;
  transform: translate(calc(var(--settings-offset-x) / -2), calc(var(--settings-offset-y) / -2)) scale(var(--canvas-scale));
  transition: transform 0.6s ease-in-out;
}
.transition {
  transition: transform 0.6s ease-in-out;
}
.center {
  transform: translateX(0) !important;
}
.section-font {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--foreground-color);
}
.more {
  position: fixed;
  top: 20px;
  left: 20px;
}
.menu {
  background-color: rgba(0, 0, 0, 0.8);
  /*position: fixed;*/
  left: 0;
  width: 100px;
  height: 100%;
}
.selection {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*height: 100px;*/
}
.actions {
  z-index: 50;
  position: fixed;
  top: calc(env(safe-area-inset-top) + var(--padding));
  right: calc(env(safe-area-inset-right) + var(--padding));
  transform: translateX(calc(var(--settings-offset-x) * -1));
  will-change: transform;
  transition: transform 0.6s ease-in-out;
}
.actions button {
  font-size: 12px;
  padding: 10px;
  color: var(--text-color);
  border: none;
}
.logo {
  color: var(--foreground-color);
  position: fixed;
  top: calc(env(safe-area-inset-top) + var(--page-padding));
  left: calc(env(safe-area-inset-left) + var(--page-padding));
  text-transform: uppercase;
  font-family: 'Realtime', monospace;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: black;
  z-index: 5000;
  line-height: 0;
}
.logo > * {
  display: inline-block;
  color: black !important;
  line-height: 20px;
  font-size: 16px;
  vertical-align: middle;
}
.logo .logo-text {
  margin-top: -1px;
}
.logo .icon {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: black;
  margin-right: 10px;
}
.change {
  will-change: transform;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.slide-in {
  animation: slideIn 0.6s ease-out forwards;
}
.slide-out {
  animation: slideOut 1s ease-in-out forwards;
}
.slide-up {
  animation: slideUp 1.3s var(--spring) forwards;
}
.slide-down {
  animation: slideDown 0.6s ease-in-out forwards;
}
.drag .canvas {
  background-image: linear-gradient(90deg, #fa0707 50%, transparent 50%), linear-gradient(90deg, #ff0000 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  background-position: left top, right bottom, left bottom, right top;
  animation: border-dance 1s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }
  100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
  }
}
.drop {
  border: solid 5px var(--foreground-color);
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.home {
  --section-background: #f0f0f0;
  --section-radius: 0px;
  --padding: var(--page-padding);
  --header-height: calc(var(--page-padding) * 2 + 20px);
  --text-color: #000;
  --text-color-tertiary: #c9c9c9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  font-family: "Realtime", monospace;
  font-weight: 400;
}
.home h1,
.home h2,
.home h3 {
  font-family: 'RealtimeLight', monospace;
  font-weight: 400;
}
.home .header {
  height: var(--header-height);
  line-height: var(--header-height);
  color: black;
  margin: 0 var(--padding);
}
.home .header .right {
  position: absolute;
  right: var(--padding);
  top: 0;
  height: 100%;
}
.home .carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.home .carousel img {
  width: 300px;
  height: auto;
  display: inline-block;
  margin-right: var(--padding);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.home .hero {
  margin-top: 0 !important;
}
.home .hero h1 {
  margin: var(--padding);
  color: black;
  font-size: clamp(30px, 5vw, 50px);
  text-align: center;
  margin-top: 5vw;
}
.home .hero img {
  width: 1200px;
  max-width: 100%;
  position: relative;
  top: 200px;
  margin: auto;
  margin-top: -200px;
}
.home .examples h2 {
  margin: var(--padding);
  color: black;
  font-size: 30px;
}
.home .examples .carousel {
  margin: var(--padding) 0;
}
.home .examples .carousel :first-child {
  margin-left: var(--padding);
}
.home .section {
  margin: var(--padding);
  width: calc(100% - (var(--padding) * 2));
  min-height: 500px;
  background-color: var(--section-background);
  border-radius: var(--section-radius);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home .footer {
  margin: var(--padding);
  width: calc(100% - (var(--padding) * 2));
  color: black;
}
.home .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home .footer ul > li {
  display: inline-block;
}
.home .footer ul li:not(:first-child) {
  margin-left: 25px;
  position: relative;
}
.home .footer ul li:not(:first-child):before {
  position: absolute;
  content: '';
  left: -13px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: var(--text-color);
  border-radius: 50%;
}
.home .footer a:hover {
  color: var(--feature-color);
}
.home .footer .copyright {
  color: var(--text-color-tertiary);
  margin-top: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay .holder {
  position: relative;
  margin: auto;
  width: fit-content;
  max-width: 80%;
  max-height: 80%;
  background: var(--background-color);
  border-radius: var(--overlay-radius);
  box-shadow: var(--overlay-shadow);
  border: var(--overlay-border);
  animation: fadeIn 0.5s linear;
  display: flex;
  flex-direction: column;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
@supports (background-color: color-mix(in srgb, var(--surface-color), transparent 15%)) {
  .overlay .holder {
    background-color: color-mix(in srgb, var(--surface-color), transparent 15%);
  }
}
.overlay .holder .content {
  flex: 1;
  padding: 20px;
  border-radius: var(--overlay-radius);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.overlay .holder .content::-webkit-scrollbar {
  display: none;
}
.overlay .background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.5s linear;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.overlay .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  z-index: 100;
  fill: var(--button-color);
  border: none;
}
.overlay .close .icon {
  width: 24px;
  height: 24px;
}
.overlay.exit {
  pointer-events: none;
}
.overlay.exit .holder {
  animation: fadeOut 0.5s linear forwards;
}
.overlay.exit .background {
  animation: fadeOut 0.5s linear forwards;
}
.mobile .overlay {
  align-items: flex-end;
}
.mobile .overlay .background {
  animation: fadeIn 0.6s linear;
}
.mobile .overlay .holder {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  bottom: -50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  animation: slideUp 1s var(--spring) forwards;
  width: 100%;
}
.mobile .overlay .holder .content {
  padding-bottom: 100px;
}
.mobile .overlay.exit .holder {
  animation: slideDown 0.8s var(--spring) forwards;
}
.mobile .overlay.exit .background {
  animation: fadeOut 0.7s linear forwards;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  color: inherit;
  stroke: currentColor;
  fill: inherit;
  vector-effect: non-scaling-stroke;
  line-height: 1;
}
.icon svg {
  width: inherit;
  height: inherit;
}

.picker {
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  /* Make the label element display as a button */
}
.picker .source {
  text-align: center;
}
.picker #fileInput {
  display: none;
}
.picker .file-button {
  display: block;
  padding: 10px;
  border: none;
  margin: 50px auto;
  background: var(--button-color);
  border-radius: var(--button-radius);
  width: 200px;
  cursor: pointer;
}
.picker .description {
  font-family: serif;
  font-style: italic;
  color: grey;
}
.picker .try {
  font-size: 0.85em;
  font-style: italic;
  color: var(--button-color);
  margin: 30px 0;
}
.picker > .images {
  position: relative;
}
.picker > .images > img {
  position: absolute;
  background: var(--surface-highlight);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.picker > .images > img:active {
  opacity: 0.8;
}
.picker #file {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.picker #upload {
  display: inline-block;
  border: 1px solid var(--foreground-color);
  border-radius: var(--button-radius);
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.shapes {
  text-align: left;
  margin: auto;
}
.shapes .holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  grid-gap: 12px;
}
.shapes .holder > * {
  width: 100% !important;
  aspect-ratio: 1 / 1;
}
.mobile .shapes .holder {
  grid-auto-flow: column;
  /* Directs items into a horizontal flow */
  grid-auto-columns: minmax(70px, 1fr);
  grid-template-columns: none;
}
.shapes > .highlight {
  z-index: 50;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: var(--feature-color);
}
.shapes > .hover {
  z-index: 40;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: grey;
}
.shapes .shape {
  text-align: center;
  position: relative;
  border-radius: 6px;
  background-color: var(--background-color);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.shapes .shape img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.shapes .active {
  --size: 4px;
}
.shapes .active::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: 3px solid var(--feature-color);
  outline-offset: 2px;
  border-radius: inherit;
}

.settings {
  text-align: left;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: var(--settings-width);
  transition: transform 0.6s ease-in-out;
}
.settings .section {
  scroll-snap-align: start;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.settings .section:not(:first-child) {
  border-top: 1px solid var(--background-color);
}
.settings .section .title {
  color: var(--text-color-secondary);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.settings .section.collapse > .row {
  display: none;
}
.settings > .holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  background-color: var(--surface-color);
}
.settings > .holder::-webkit-scrollbar {
  display: none;
}
.settings .grip {
  z-index: 1000;
  position: absolute;
  top: -30px;
  margin: auto;
  left: -12px;
  right: auto;
  width: 6px;
  height: 60px;
  transform: translateY(var(--grip-y));
  cursor: ew-resize;
  border-radius: 50px;
  background-color: var(--surface-color);
  opacity: var(--grip-opacity);
  transition: opacity 0.35s linear;
}
.settings .grip::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -200px;
  bottom: 0;
  left: -10px;
  height: 400px;
  width: 30px;
  background-color: rgba(0, 200, 0, 0);
}
.settings.collapse {
  transform: translateX(calc(var(--settings-width) - 0px));
}
.mobile .settings {
  position: fixed;
  width: 100%;
  top: auto;
  height: 40vh;
  bottom: 0;
}
.mobile .settings > .holder {
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.04), 0 0 48px rgba(0, 0, 0, 0.5);
  margin: 0px;
  border-radius: 20px 20px 0 0;
  background-color: color-mix(in srgb, var(--surface-color), transparent 20%);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  scroll-snap-type: y mandatory;
}
.mobile .settings .section:last-child {
  padding-bottom: 100px;
}
.mobile .settings.collapse {
  transform: translateY(calc(40vh - 130px));
}
.mobile .settings .grip {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  width: 50px;
  height: 5px;
  cursor: grab;
  border-radius: 50px;
  background-color: grey;
}
.mobile .settings .grip::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -200px;
  bottom: 0;
  top: -10px;
  width: 400px;
  height: 30px;
}
.mobile .settings .shapes {
  height: 100px;
}
.mobile .settings .shapes .holder {
  position: absolute;
  left: 0;
  right: 0;
  overflow: scroll;
  padding: 20px var(--padding);
  white-space: nowrap;
}
.mobile .settings .shapes .holder::-webkit-scrollbar {
  display: none;
}
.mobile .settings .shapes .shape {
  margin: 0;
  margin-right: 10px;
}
.mobile .settings .shapes .shape:last-child {
  margin-right: 0;
}
.settings .row {
  margin-top: 10px;
}
.settings .range {
  font-size: 12px;
  --input-height: 40px;
  --thumb-size: 14px;
  --thumb-color: var(--feature-color);
  --track-size: 1px;
  --track-color: var(--text-color-secondary);
  /* Styling for the track */
  /* Styling the track for WebKit browsers */
  /* Styling for the thumb */
}
.settings .range .value {
  float: right;
  text-align: right;
  background-color: transparent;
  color: var(--text-color-secondary);
  border: none;
}
.settings .range .value:focus {
  outline: none;
}
.settings .range .value:hover {
  background-color: var(--surface-color);
}
.settings .range .input {
  position: relative;
  top: -5px;
  height: var(--input-height);
  line-height: 0;
}
.settings .range .input .track {
  width: 100%;
  background-color: grey;
  height: var(--track-size);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  display: none;
}
.settings .range .input .progress {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: var(--percent);
  background-color: var(--thumb-color);
  height: calc(var(--track-size) + 2px);
  border-radius: 10px;
  pointer-events: none;
}
.settings .range input[type=range] {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  background: transparent;
  -webkit-appearance: none;
  height: var(--input-height);
  margin: 0;
  border: 0;
  padding: 0;
}
.settings .range input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.settings .range input[type=range]::-webkit-slider-runnable-track {
  height: var(--track-size);
}
.settings .range input[type=range]::-webkit-slider-runnable-track {
  height: var(--track-size);
  background: var(--track-color);
  border-radius: var(--track-height);
}
.settings .range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  border-radius: 50%;
  background: var(--thumb-color);
  margin-top: calc(var(--track-size) / 2 - var(--thumb-size) / 2);
}

.info {
  max-width: 500px;
  text-align: center;
}
.info .logo {
  margin: 10vh;
}
.info .section {
  border-top: 1px dotted var(--divider-color);
  margin: 0 20px;
  padding: 30px 15px;
  color: var(--text-color);
  text-align: left;
}
.info .section .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--foreground-color);
  margin-bottom: 0.5em;
}
.info .section a {
  color: var(--foreground-color);
}
.info .section .socials {
  padding: 20px 0;
}
.info .section .socials > * {
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
}
.info .version {
  text-align: center;
  font-size: 13px;
  color: var(--text-color);
}
.info .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 14%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.info #start {
  color: var(--highlight-color);
  text-shadow: 0 0 8px var(--background-color);
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  display: inline-block;
}

.share {
  text-align: center;
}
.share .preview {
  width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.share button.primary {
  display: block;
  margin: 20px auto;
  border-radius: var(--button-radius);
  padding: 10px;
  width: 300px;
  background-color: var(--button-color);
}

