body,
html {
  min-height: 100vh;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  font-family: inherit;
}

body.access-locked {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

.qr-gate {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background: linear-gradient(rgba(126, 185, 192, 0.74), rgba(126, 185, 192, 0.74)), url("./bg.jpg") center/cover no-repeat;
  color: #050505;
}
.qr-gate__panel {
  position: relative;
  z-index: 2;
  width: min(58vw, 190px);
  min-width: 150px;
  padding: 14px 14px 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(2, 44, 57, 0.18);
}
@media (min-width: 768px) {
  .qr-gate__panel {
    width: 190px;
  }
}
.qr-gate__title {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}
.qr-gate__url {
  position: relative;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 999px;
  background: #f5d945;
  color: #050505;
  font-size: 13px;
  font-weight: 100;
}
.qr-gate__light {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 8vh;
  width: min(24vw, 82px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 45%, #dce1df 47% 64%, rgba(255, 255, 255, 0.8) 65% 100%);
  transform: translateX(-50%);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.62);
}

.fish-sent-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 650ms ease;
}
.fish-sent-transition.is-visible {
  opacity: 1;
}
.fish-sent-transition.is-hiding {
  opacity: 0;
}
.fish-sent-transition__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 42, 57, 0.1), rgba(0, 42, 57, 0.1)), url("./bg.jpg") center/cover no-repeat;
}
.fish-sent-transition__logo {
  position: absolute;
  z-index: 4;
  top: 60px;
  left: 50%;
  width: min(60vmin, 240px);
  height: auto;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 650ms ease;
}
.fish-sent-transition.is-visible .fish-sent-transition__logo {
  opacity: 1;
}
.fish-sent-transition__circle {
  position: absolute;
  z-index: 2;
  width: min(58vmin, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.35), 0 0 0 50px rgba(255, 255, 255, 0.25), 0 0 0 75px rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: scale(0.12);
  transition: opacity 500ms ease, transform 500ms cubic-bezier(0.18, 0.9, 0.22, 1);
}
.fish-sent-transition__circle.is-visible {
  opacity: 1;
  transform: scale(1);
}
.fish-sent-transition__circle.is-leaving {
  transform: scale(0.02);
}
.fish-sent-transition__fish {
  position: relative;
  z-index: 3;
  display: block;
  width: min(62vw, 560px);
  max-height: 44vh;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 42, 57, 0.28));
  opacity: 0;
  transform: translate3d(-18px, 12px, 0) scale(0.92);
  transition: opacity 500ms ease, transform 650ms cubic-bezier(0.2, 0.78, 0.25, 1);
}
.fish-sent-transition__fish.is-floating {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  animation: fish-sent-float 2200ms ease-in-out infinite alternate;
}
.fish-sent-transition__fish.is-leaving {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.05);
  animation: none;
}
.fish-sent-transition__message {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: min(75vw, 680px);
  color: #002a39;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(255, 255, 255, 0.45);
  opacity: 0;
  transform: translate(-50%, calc(-50% + 32px));
  transition: opacity 520ms ease, transform 650ms cubic-bezier(0.18, 0.9, 0.22, 1);
}
.fish-sent-transition__message.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fish-sent-transition__message.is-leaving {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 20px));
}

@keyframes fish-sent-float {
  from {
    translate: -10px 8px;
  }
  to {
    translate: 12px -10px;
  }
}
#drawApp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  min-height: 100vh;
}
#drawApp #main {
  padding: 40px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  flex-grow: 1;
  background-color: white;
}
#drawApp #main > .fishSelectorContainer > h3 {
  color: black;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish {
  background-color: red;
  border-radius: 30px;
  overflow: hidden;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img {
  width: 345px;
  height: 250px;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-bottom: 0;
  padding: 20px 30px;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img:hover {
  transform: scale(1.02);
}
#drawApp #main > .fishSelected {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#drawApp #main > .fishSelected > h3 {
  color: black;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#drawApp #main > .fishSelected > #tools {
  display: none;
}
#drawApp #main > .fishSelected > .canvasContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 30px;
}
#drawApp #main > .fishSelected > .canvasContainer .selectorColor {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #002a39;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 199;
  border: 0.5px solid #ececec;
  padding: 10px;
}
#drawApp #main > .fishSelected > .canvasContainer .selectorColor > .palette {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  position: absolute;
}
#drawApp #main > .fishSelected > .canvasContainer .selectorColor > svg {
  position: absolute;
  width: 28px;
  height: 28px;
  max-width: 100%;
  max-height: 100%;
}
#drawApp #main > .fishSelected > .canvasContainer .selectorColor > svg > path {
  fill: #ececec;
}
#drawApp #main > .fishSelected > .canvasContainer canvas {
  cursor: crosshair;
  z-index: 19;
}
#drawApp #main > .fishSelected > .colors {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: white;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  z-index: 1999;
}
#drawApp #main > .fishSelected > .colors > h3 {
  padding: 40px 30px;
  color: #5696c1;
  text-transform: uppercase;
  text-align: center;
}
#drawApp #main > .fishSelected > .colors > .color-palette {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 auto;
  max-width: 400px;
}
#drawApp #main > .fishSelected > .colors > .color-palette > .color-box {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 10px;
}
#drawApp #main > .fishSelected > .colors > .color-palette > .color-box:hover {
  transform: scale(1.1);
}
#drawApp #main > .fishSelected > .colors > .color-palette > .color-box > svg {
  max-width: 100%;
  max-height: 100%;
}
#drawApp #main > .fishSelected > .colors > .color-palette > .color-box > svg > path {
  fill: #ececec;
}
#drawApp > #sidebar {
  width: 400px;
  padding: 20px 20px;
  min-height: 100vh;
  background-color: #002a39;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
#drawApp > #sidebar > h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 60px;
}
#drawApp > #sidebar > h4 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#drawApp > #sidebar > .colors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#drawApp > #sidebar > .colors > .color-palette {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 auto;
}
#drawApp > #sidebar > .colors > .color-palette > .color-box {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 10px;
}
#drawApp > #sidebar > .colors > .color-palette > .color-box:hover {
  transform: scale(1.1);
}
#drawApp > #sidebar > .colors > .color-palette > .color-box > svg {
  max-width: 100%;
  max-height: 100%;
}
#drawApp > #sidebar > .colors > .color-palette > .color-box > svg > path {
  fill: #ececec;
}
@media (max-width: 767px), (max-height: 520px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #drawApp > #sidebar > .colors {
    display: none;
  }
}
#drawApp > #sidebar > #tools {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 60px;
}
#drawApp > #sidebar > #tools > a.btn.btn-primary {
  background-color: #ef535a;
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px), (max-height: 520px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #drawApp > #sidebar > #tools {
    display: none !important;
  }
}

@media (max-width: 767px), (max-height: 520px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .fish-sent-transition__message {
    font-size: 28px;
  }
  #drawApp {
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
  }
  #drawApp > #main {
    padding: 40px 0;
    height: auto;
  }
  #drawApp > #main > .fishSelectorContainer > h3 {
    text-align: center;
  }
  #drawApp > #main > .fishSelectorContainer > #templates {
    padding-left: 20px;
    padding-right: 20px;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails > .fish {
    position: relative;
    padding-top: 66.5%;
    border-radius: 16px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 20px;
  }
  #drawApp > #main > .fishSelected {
    overflow: unset;
    height: auto;
  }
  #drawApp > #main > .fishSelected > h3 {
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background-color: #5696c1;
    padding: 40px 30px;
    margin: 0;
  }
  #drawApp > #main > .fishSelected > #canvasContainer {
    border-radius: 0;
    max-width: 100%;
    overflow: unset;
    margin-bottom: 70px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #drawApp > #main > .fishSelected > #canvasContainer .selectorColor {
    display: block;
    right: calc(50vw - 25px);
    bottom: -50px;
  }
  #drawApp > #main > .fishSelected > #tools {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #drawApp > #main > .fishSelected > #tools > a.btn.btn-primary {
    font-size: 22px;
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 16px;
    background: linear-gradient(to bottom, #a0005d, #f80067);
    border: 2px solid #da0263;
    box-shadow: 0 2px 2px #db81af;
  }
  #drawApp > #main > .fishSelected > .colors {
    display: flex;
  }
  #drawApp > #sidebar {
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 40px 80px;
    width: 100%;
    max-width: 100%;
  }
  #drawApp > #sidebar > h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #drawApp > #sidebar > h4 {
    display: none;
  }
  #drawApp > #sidebar > #tools {
    display: none;
  }
}
#drawApp > #sidebar > h1 {
  width: 100%;
}
#drawApp > #sidebar > h1 > .app-logo {
  display: block;
  width: min(240px, 78%);
  height: auto;
  margin: 0 auto;
}
#drawApp #main > .fishSelectorContainer {
  width: 100%;
}
#drawApp #main > .fishSelectorContainer > h3 {
  margin-top: 0;
  font-weight: 800;
  letter-spacing: 0;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish {
  border-radius: 8px;
  background-color: #f6f6f6;
  box-shadow: none;
}
#drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img {
  object-fit: contain;
}

@media (min-width: 768px) {
  #drawApp #main > .fishSelectorContainer > #templates > .thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    width: 100%;
  }
  #drawApp #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 767px), (max-height: 520px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  body.access-granted {
    margin: 0;
    background: #f2f2f2;
  }
  #drawApp {
    background: #f2f2f2;
  }
  #drawApp > #sidebar {
    min-height: 96px;
    padding: 60px 30px;
    background-color: #002a39;
  }
  #drawApp > #sidebar > h1 {
    width: 100%;
    margin: 0;
  }
  #drawApp > #sidebar > h1 > .app-logo {
    width: 60vw;
  }
  #drawApp > #main {
    padding: 0;
    background-color: white;
  }
  #drawApp > #main > .fishSelectorContainer {
    min-height: calc(100vh - 96px);
    background: white;
  }
  #drawApp > #main > .fishSelectorContainer > h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    margin: 0;
    padding: 30px 30px;
    background: #5696c1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
  }
  #drawApp > #main > .fishSelectorContainer > #templates {
    margin: 0;
    padding: 20px;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails > .fish {
    padding-top: 69.7%;
  }
  #drawApp > #main > .fishSelectorContainer > #templates > .thumbnails > .fish > img {
    border-radius: 9px;
    background-color: #f7f7f7;
    padding: 12px 16px;
    border-width: 0;
  }
}
@media (max-height: 520px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .fish-sent-transition__message {
    width: 360px;
  }
  #drawApp > #sidebar {
    padding: 40px 30px;
  }
  #drawApp > #sidebar > h1 > .app-logo {
    width: min(60vmin, 240px);
  }
  #drawApp > #main > .fishSelectorContainer > #templates {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  #drawApp > #main > .fishSelected > #canvasContainer canvas {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 250px);
    width: auto;
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
