@font-face {
  font-family: Andada Pro;
  src: url("AndadaPro-Bold.189868cd.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Amatic SC;
  src: url("AmaticSC-Bold.1ccf5397.ttf");
  font-weight: bold;
}

body {
  color: #fff;
  background-color: #8a968a;
  background-image: url("maria1.7548a261.png");
  background-repeat: repeat;
  background-size: 25%;
}

#wrapper {
  text-align: center;
  background-color: #090;
  width: 90%;
  max-width: 1000px;
  margin: 2em auto;
  padding: 1em;
}

#bleedin {
  text-align: center;
  font-weight: bold;
}

#header {
  text-align: center;
  margin-top: 2em;
  font-family: Amatic SC, serif;
}

#header img {
  max-width: 100%;
  height: auto;
}

#header h1 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Amatic SC, serif;
  font-size: 8em;
  font-weight: bold;
}

#header h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Amatic SC, serif;
  font-size: 4em;
  font-weight: bold;
}

#header p {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

#header a {
  text-align: center;
  font-weight: bold;
}

.buyTicket-button {
  text-align: center;
  color: #090;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1em;
  margin-top: 2em;
  padding: 1em;
  font-family: Amatic SC, serif;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.buyTicket-button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #090;
  transform: scale(1.1);
}

.buyTicket-button:active {
  transform: scale(.9);
}

.buyTicket-button a {
  color: #090;
  text-decoration: none;
}

.buyTicket-button a:hover {
  color: #fff;
}

#intro img {
  max-width: 80%;
  height: auto;
  margin: 1em;
}

.rant {
  text-align: center;
  font-family: Andada Pro, serif;
  font-size: 1.5em;
  font-weight: bold;
}

#pieces {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 2em;
  display: flex;
}

#pieces img {
  max-width: 100%;
  height: auto;
  margin: 1em;
}

.story {
  color: #000;
  text-align: left;
  padding: .5em;
  font-family: Courier New, Courier, monospace;
  font-size: 1em;
}

#feeling img {
  max-width: 50%;
  height: auto;
  margin: 1em;
}

.console {
  text-align: center;
  font-family: Courier New, Courier, monospace;
  font-size: .7em;
}

footer {
  text-align: center;
  margin-top: 2em;
}

footer img {
  max-width: 80%;
  height: auto;
  margin: 1em;
}

.cyberdeck-control {
  z-index: 1500;
  color: #00ff41;
  backdrop-filter: blur(4px);
  background: #000000eb;
  border-bottom: 2px solid #00ff41;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 20px #0006;
}

.control-bar-inner {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: .75em 1.5em;
  display: flex;
}

.control-bar-status {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: .75em;
  font-family: Courier New, Courier, monospace;
  font-size: .9em;
  display: flex;
}

.control-bar-label {
  font-weight: bold;
}

.control-bar-indicator {
  border: 1px solid #00ff41;
  border-radius: 999px;
  align-items: center;
  gap: .35em;
  padding: .35em .8em;
  font-size: .8em;
  display: inline-flex;
  box-shadow: 0 0 10px #00ff4140;
}

.control-bar-indicator:before {
  content: "";
  background: #00ff41;
  border-radius: 50%;
  width: .45em;
  height: .45em;
  box-shadow: 0 0 8px #00ff41a6;
}

.control-bar-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: .75em;
  display: flex;
}

.configurator-button {
  color: #00ff41;
  cursor: pointer;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #00ff41;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  gap: .5em;
  margin: 0;
  padding: .5em 1.25em;
  font-family: Courier New, Courier, monospace;
  font-size: .7em;
  font-weight: bold;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 0 12px #00ff4133;
}

.configurator-button:hover {
  color: #000;
  background-color: #00ff41;
  transform: translateY(-1px);
  box-shadow: 0 0 18px #00ff4166;
}

.configurator-button:active {
  transform: translateY(1px);
  box-shadow: 0 0 8px #00ff4140;
}

.configurator-icon {
  font-size: 1.2em;
  line-height: 1;
}

.configurator-text {
  white-space: nowrap;
}

body.slideout-open {
  overflow: hidden;
}

.slideout {
  pointer-events: none;
  z-index: 2000;
  justify-content: flex-end;
  align-items: stretch;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 0;
}

.slideout.is-open {
  pointer-events: auto;
}

.slideout-backdrop {
  opacity: 0;
  background: #000000bf;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.slideout.is-open .slideout-backdrop {
  opacity: 1;
}

.slideout-panel {
  color: #00ff41;
  background: #000;
  outline: none;
  flex-direction: column;
  gap: 1em;
  width: min(100%, 1000px);
  max-width: 1000px;
  height: 100%;
  padding: 1.5em;
  transition: transform .35s;
  display: flex;
  position: relative;
  transform: translateX(100%);
  box-shadow: -4px 0 20px #00000080;
}

.slideout.is-open .slideout-panel {
  transform: translateX(0);
}

.slideout-header {
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  display: flex;
}

.slideout-header h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: Amatic SC, serif;
  font-size: 3em;
}

.slideout-close {
  color: #00ff41;
  cursor: pointer;
  background: none;
  border: 2px solid #00ff41;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  line-height: 1;
  transition: all .3s;
  display: flex;
}

.slideout-close:hover {
  color: #000;
  background: #00ff41;
}

.slideout iframe {
  border: none;
  border-radius: .5em;
  flex: auto;
  width: 100%;
  min-height: 0;
}

@media (width <= 768px) {
  .control-bar-inner {
    gap: .5em;
    padding: .5em .75em;
  }

  .control-bar-status {
    gap: .5em;
    font-size: .75em;
  }

  .control-bar-indicator {
    padding: .25em .6em;
    font-size: .7em;
  }

  .control-bar-actions {
    flex-wrap: nowrap;
    gap: .5em;
  }

  .configurator-button {
    letter-spacing: 0;
    width: 2.75em;
    height: 2.75em;
    padding: 0;
  }

  .configurator-text {
    display: none;
  }

  .configurator-icon {
    font-size: 1.4em;
  }

  .slideout-panel {
    padding: 1em;
  }

  .slideout-header h2 {
    font-size: 2.2em;
  }
}
/*# sourceMappingURL=threejs-example-image-tracking-glb-animation.a9912635.css.map */
