@charset "UTF-8";
.alterState[data-state=hidden] {
  display: none;
}

.searchable[data-search=hidden] {
  display: none;
}

.scrollable {
  max-height: 33vh;
  overflow-y: auto;
}
.scrollable.small {
  max-height: 20vh;
  overflow-y: auto;
}
.scrollable.large {
  max-height: 70vh;
  overflow-y: auto;
}

.mt-S {
  margin-top: 0.5rem;
}

.mt-M {
  margin-top: 1rem;
}

.mt-L {
  margin-top: 2rem;
}

.mt-A {
  margin-top: auto;
}

.mt-A {
  margin-top: auto;
}

.ml-S {
  margin-left: 0.5rem;
}

.ml-M {
  margin-left: 1rem;
}

.ml-L {
  margin-left: 2rem;
}

.ml-A {
  margin-left: auto;
}

.mr-S {
  margin-right: 0.5rem;
}

.mr-M {
  margin-right: 1rem;
}

.mr-L {
  margin-right: 2rem;
}

.mr-A {
  margin-right: auto;
}

.mb-S {
  margin-bottom: 0.5rem;
}

.mb-M {
  margin-bottom: 1rem;
}

.mb-L {
  margin-bottom: 2rem;
}

.mb-A {
  margin-bottom: auto;
}

.p-M {
  padding: 1rem;
}

.p-L {
  padding: 2rem;
}

.pb-L {
  padding-bottom: 2rem;
}

.pb-XL {
  padding-bottom: 5rem;
}

.ta-C {
  text-align: center;
}

.ta-R {
  text-align: right;
}

.warning[data-state=hidden] {
  display: none;
}
.warning {
  color: var(--orange-200);
  text-align: center;
  margin: 0.5rem auto;
  font-weight: bold;
  max-width: 60ch;
  text-wrap: balance;
}

.placeholder[data-state=hidden] {
  display: none;
}
.placeholder {
  color: var(--pink-100);
  font-style: italic;
  font-weight: bold;
  margin: 1.5rem;
}

.info {
  margin: 0.5rem;
  color: var(--grey-200);
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
}

.error[data-state=hidden] {
  display: none;
}
.error {
  font-weight: bold;
  color: var(--red-400);
}

.important {
  color: var(--green-100);
  font-weight: bold;
  line-height: 1.3rem;
}

[data-textcolour=red] {
  color: var(--red-400);
  font-weight: bold;
  text-wrap: balance;
}

[data-textcolour=green] {
  color: var(--green-100);
  font-weight: bold;
  text-wrap: balance;
}

[data-textcolour=orange] {
  color: var(--orange-400);
  font-weight: bold;
  text-wrap: balance;
}

.phoneOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .phoneOnly {
    display: block;
  }
}

.stickyTop {
  position: sticky;
  top: calc(var(--headerHeight) + 0.5rem);
}

:root {
  --white: #f2f2f2;
  --grey-100: oklch(from var(--white) l c h);
  --grey-200: oklch(from var(--white) calc(l - 0.1) c h);
  --grey-300: oklch(from var(--white) calc(l - 0.2) c h);
  --grey-400: oklch(from var(--white) calc(l - 0.3) c h);
  --grey-500: oklch(from var(--white) calc(l - 0.4) c h);
  --grey-600: oklch(from var(--white) calc(l - 0.5) c h);
  --grey-700: oklch(from var(--white) calc(l - 0.6) c h);
  --grey-800: oklch(from var(--white) calc(l - 0.7) c h);
  --grey-a-100: oklch(from var(--grey-600) l c h / 0.9);
  --grey-a-200: oklch(from var(--grey-600) l c h / 0.8);
  --grey-a-300: oklch(from var(--grey-600) l c h / 0.7);
  --grey-a-400: oklch(from var(--grey-600) l c h / 0.6);
  --grey-a-500: oklch(from var(--grey-600) l c h / 0.5);
  --grey-a-600: oklch(from var(--grey-600) l c h / 0.4);
  --grey-a-700: oklch(from var(--grey-600) l c h / 0.3);
  --grey-a-800: oklch(from var(--grey-600) l c h / 0.2);
  --black: oklch(from var(--white) calc(l - 0.9) c h);
  --blue: #65dbff;
  --blue-100: oklch(from var(--blue) l c h);
  --blue-200: oklch(from var(--blue) calc(l - 0.1) c h);
  --blue-300: oklch(from var(--blue) calc(l - 0.15) c h);
  --blue-400: oklch(from var(--blue) calc(l - 0.2) c h);
  --blue-500: oklch(from var(--blue) calc(l - 0.25) c h);
  --blue-600: oklch(from var(--blue) calc(l - 0.3) c h);
  --blue-700: oklch(from var(--blue) calc(l - 0.35) c h);
  --blue-800: oklch(from var(--blue) calc(l - 0.4) c h);
  --blue-900: oklch(from var(--blue) calc(l - 0.45) c h);
  --blue-1000: oklch(from var(--blue) calc(l - 0.6) c h);
  --blue-1100: oklch(from var(--blue) calc(l - 0.7) c h);
  --blue-1200: oklch(from var(--blue) calc(l - 0.75) c h);
  --blue-1300: oklch(from var(--blue) calc(l - 0.85) c h);
  --orange: oklch(from var(--blue) calc(l + 0.05) calc(c + 0.3) calc(h + 225));
  --orange-100: oklch(from var(--orange) l c h);
  --orange-200: oklch(from var(--orange) calc(l - 0.05) c h);
  --orange-300: oklch(from var(--orange) calc(l - 0.08) c h);
  --orange-400: oklch(from var(--orange) calc(l - 0.12) c h);
  --orange-500: oklch(from var(--orange) calc(l - 0.15) c h);
  --orange-600: oklch(from var(--orange) calc(l - 0.22) c h);
  --orange-700: oklch(from var(--orange) calc(l - 0.28) c h);
  --orange-800: oklch(from var(--orange) calc(l - 0.3) c h);
  --pink: oklch(from var(--blue) l calc(c + 0.1) calc(h + 120));
  --pink-100: oklch(from var(--pink) l c h);
  --pink-200: oklch(from var(--pink) calc(l - 0.1) c h);
  --pink-300: oklch(from var(--pink) calc(l - 0.15) c h);
  --pink-400: oklch(from var(--pink) calc(l - 0.2) c h);
  --pink-500: oklch(from var(--pink) calc(l - 0.25) c h);
  --pink-600: oklch(from var(--pink) calc(l - 0.3) c h);
  --pink-700: oklch(from var(--pink) calc(l - 0.35) c h);
  --pink-800: oklch(from var(--pink) calc(l - 0.4) c h);
  --green: oklch(from var(--blue) calc(l - 0.05) c calc(h + 290));
  --green-100: oklch(from var(--green) l c h);
  --green-200: oklch(from var(--green) calc(l - 0.1) c h);
  --green-300: oklch(from var(--green) calc(l - 0.15) c h);
  --green-400: oklch(from var(--green) calc(l - 0.2) c h);
  --green-500: oklch(from var(--green) calc(l - 0.25) c h);
  --green-600: oklch(from var(--green) calc(l - 0.3) c h);
  --green-700: oklch(from var(--green) calc(l - 0.35) c h);
  --green-800: oklch(from var(--green) calc(l - 0.4) c h);
  --purple: oklch(from var(--blue) l calc(c + 0.05) calc(h + 60));
  --purple-100: oklch(from var(--purple) l c h);
  --purple-200: oklch(from var(--purple) calc(l - 0.1) c h);
  --purple-300: oklch(from var(--purple) calc(l - 0.15) c h);
  --purple-400: oklch(from var(--purple) calc(l - 0.2) c h);
  --purple-500: oklch(from var(--purple) calc(l - 0.25) c h);
  --purple-600: oklch(from var(--purple) calc(l - 0.3) c h);
  --purple-700: oklch(from var(--purple) calc(l - 0.35) c h);
  --purple-800: oklch(from var(--purple) calc(l - 0.4) c h);
  --red: oklch(from var(--blue) calc(l - 0.25) calc(c + 0.3) calc(h + 160));
  --red-100: oklch(from var(--red) l c h);
  --red-200: oklch(from var(--red) calc(l - 0.1) c h);
  --red-300: oklch(from var(--red) calc(l - 0.15) c h);
  --red-400: oklch(from var(--red) calc(l - 0.2) c h);
  --red-500: oklch(from var(--red) calc(l - 0.25) c h);
  --red-600: oklch(from var(--red) calc(l - 0.3) c h);
  --red-700: oklch(from var(--red) calc(l - 0.35) c h);
  --red-800: oklch(from var(--red) calc(l - 0.4) c h);
  --plum: oklch(from var(--blue) calc(l - 0.25) calc(c + 0.3) calc(h + 120));
  --plum-100: oklch(from var(--plum) l c h);
  --plum-200: oklch(from var(--plum) calc(l - 0.1) c h);
  --plum-300: oklch(from var(--plum) calc(l - 0.15) c h);
  --plum-400: oklch(from var(--plum) calc(l - 0.2) c h);
  --plum-500: oklch(from var(--plum) calc(l - 0.25) c h);
  --plum-600: oklch(from var(--plum) calc(l - 0.3) c h);
  --plum-700: oklch(from var(--plum) calc(l - 0.35) c h);
  --plum-800: oklch(from var(--plum) calc(l - 0.4) c h);
  --gold-base: oklch(from var(--blue) calc(l - 0.043) calc(c + 0.016) calc(h - 135.25));
  --gold-100: oklch(from var(--gold-base) calc(l + 0.15) calc(c * 0.55) h);
  --gold-200: oklch(from var(--gold-base) calc(l + 0.10) calc(c * 0.72) h);
  --gold-300: oklch(from var(--gold-base) calc(l + 0.05) calc(c * 0.88) h);
  --gold-400: var(--gold-base);
  --gold-500: oklch(from var(--gold-base) calc(l - 0.05) calc(c * 1.02) h);
  --gold-600: oklch(from var(--gold-base) calc(l - 0.10) calc(c * 0.95) h);
  --gold-700: oklch(from var(--gold-base) calc(l - 0.15) calc(c * 0.82) h);
  --gold-800: oklch(from var(--gold-base) calc(l - 0.20) calc(c * 0.68) h);
  --headerHeight: 70px;
}
@media screen and (max-width: 767px) {
  :root {
    --headerHeight: 50px;
  }
}

.alterState[data-state=hidden] {
  display: none;
}

.searchable[data-search=hidden] {
  display: none;
}

.scrollable {
  max-height: 33vh;
  overflow-y: auto;
}
.scrollable.small {
  max-height: 20vh;
  overflow-y: auto;
}
.scrollable.large {
  max-height: 70vh;
  overflow-y: auto;
}

.mt-S {
  margin-top: 0.5rem;
}

.mt-M {
  margin-top: 1rem;
}

.mt-L {
  margin-top: 2rem;
}

.mt-A {
  margin-top: auto;
}

.mt-A {
  margin-top: auto;
}

.ml-S {
  margin-left: 0.5rem;
}

.ml-M {
  margin-left: 1rem;
}

.ml-L {
  margin-left: 2rem;
}

.ml-A {
  margin-left: auto;
}

.mr-S {
  margin-right: 0.5rem;
}

.mr-M {
  margin-right: 1rem;
}

.mr-L {
  margin-right: 2rem;
}

.mr-A {
  margin-right: auto;
}

.mb-S {
  margin-bottom: 0.5rem;
}

.mb-M {
  margin-bottom: 1rem;
}

.mb-L {
  margin-bottom: 2rem;
}

.mb-A {
  margin-bottom: auto;
}

.p-M {
  padding: 1rem;
}

.p-L {
  padding: 2rem;
}

.pb-L {
  padding-bottom: 2rem;
}

.pb-XL {
  padding-bottom: 5rem;
}

.ta-C {
  text-align: center;
}

.ta-R {
  text-align: right;
}

.warning[data-state=hidden] {
  display: none;
}
.warning {
  color: var(--orange-200);
  text-align: center;
  margin: 0.5rem auto;
  font-weight: bold;
  max-width: 60ch;
  text-wrap: balance;
}

.placeholder[data-state=hidden] {
  display: none;
}
.placeholder {
  color: var(--pink-100);
  font-style: italic;
  font-weight: bold;
  margin: 1.5rem;
}

.info {
  margin: 0.5rem;
  color: var(--grey-200);
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
}

.error[data-state=hidden] {
  display: none;
}
.error {
  font-weight: bold;
  color: var(--red-400);
}

.important {
  color: var(--green-100);
  font-weight: bold;
  line-height: 1.3rem;
}

[data-textcolour=red] {
  color: var(--red-400);
  font-weight: bold;
  text-wrap: balance;
}

[data-textcolour=green] {
  color: var(--green-100);
  font-weight: bold;
  text-wrap: balance;
}

[data-textcolour=orange] {
  color: var(--orange-400);
  font-weight: bold;
  text-wrap: balance;
}

.phoneOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .phoneOnly {
    display: block;
  }
}

.stickyTop {
  position: sticky;
  top: calc(var(--headerHeight) + 0.5rem);
}

.grid {
  --columns: 1fr 1fr;
  display: grid;
  grid-template-columns: var(--columns);
  gap: 1rem;
}
.grid .card + .card {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .grid {
    --columns: 1fr;
  }
}

.flexGrid {
  --width: 300px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--width), 1fr));
  justify-content: center;
  gap: 1rem;
}
.flexGrid .card + .card {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .flexGrid {
    grid-template-columns: 1fr;
  }
}

.stickyGrid {
  align-items: flex-start;
}

.column[data-state=hidden] {
  display: none;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column.center {
  margin: auto;
}
.column.left {
  align-items: flex-start;
}

.row[data-state=hidden] {
  display: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.dialog[data-state=hidden] {
  display: none;
}
.dialog {
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 96;
  width: 550px;
  max-width: 96%;
  max-height: 96%;
  overflow-y: auto;
  background: var(--blue-1200);
  border: 1px solid var(--blue-600);
  box-shadow: 0px 0px 2px 0px var(--blue-800);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.dialog[data-size=large] {
  width: 650px;
}
.dialog h2 {
  color: var(--blue-300);
  margin-bottom: 0;
  text-align: center;
}
.dialog form, .dialog .form {
  width: 90%;
  border-color: var(--green-600);
  border-width: 1px;
  background-color: var(--blue-1200);
}
.dialog .message {
  width: 100%;
  padding: 1rem;
  background: var(--blue-1000);
  border: 1px solid var(--blue-1100);
  border-radius: 8px;
}
.dialog .message p {
  font-size: 0.9rem;
}
.dialog .buttons {
  min-width: 75%;
}
.dialog .buttons button {
  --colour: var(--blue-700);
  flex: 1;
  font-size: 0.8rem;
}

.draggableList {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  gap: 10px 0;
}
.draggableList .draggableItem {
  width: 100%;
  background: var(--blue-1000);
  color: var(--white);
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.draggableList .draggableItem.is-idle .handle {
  cursor: grab;
}
.draggableList .draggableItem.is-draggable {
  z-index: 10;
  cursor: grabbing;
}
.draggableList .draggableItem.is-draggable .handle {
  cursor: grabbing;
}
.draggableList .handle {
  position: absolute;
  right: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.draggableList .handle::after {
  content: "⠿";
  font-size: 1.5rem;
  color: var(--grey-300);
}

#loader[data-state=hidden] {
  display: none;
}
#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  --dim: 3rem;
}
#loader #spinners {
  display: flex;
  margin-bottom: 2rem;
}
#loader #spinners div {
  border-radius: 50%;
  width: var(--dim);
  height: var(--dim);
  border-top: calc(var(--dim) / 20) solid #44e5ff;
  animation: loader 2.5s linear 0s infinite forwards;
  position: relative;
  margin: 0 2rem;
}
#loader #spinners div::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -10%;
  background: #44e5ff;
  width: calc(var(--dim) / 5);
  height: calc(var(--dim) / 5);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 0px 8px 8px rgba(68, 229, 255, 0.6), 0px 0px 12px 3px rgba(68, 229, 255, 0.4666666667), 0px 0px 15px 1px rgba(68, 229, 255, 0.2666666667);
}
#loader #spinners div:nth-of-type(2) {
  animation-name: loader2;
  border-left: calc(var(--dim) / 20) solid #ff44e8;
  border-top: none;
}
#loader #spinners div:nth-of-type(2)::before {
  top: 90%;
  right: 50%;
  background: #ff44e8;
  box-shadow: 0px 0px 8px 8px rgba(255, 68, 232, 0.6), 0px 0px 12px 3px rgba(255, 68, 232, 0.4666666667), 0px 0px 15px 1px rgba(255, 68, 232, 0.2666666667);
}
#loader #spinners div:nth-of-type(3) {
  animation-name: loader;
  border-top-color: #f3ff44;
}
#loader #spinners div:nth-of-type(3)::before {
  top: 25%;
  right: -10%;
  background: #f3ff44;
  box-shadow: 0px 0px 8px 8px rgba(243, 255, 68, 0.6), 0px 0px 12px 3px rgba(243, 255, 68, 0.4666666667), 0px 0px 15px 1px rgba(243, 255, 68, 0.2666666667);
}
#loader p {
  text-align: center;
  max-width: 90%;
}
#loader #mainText {
  font-size: 1.25rem;
  color: var(--text_colour);
  margin-bottom: 1rem;
}
#loader button {
  margin-top: 2rem;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#serverMessageArea {
  margin: auto;
  max-width: 1000px;
  width: 95%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--headerHeight);
  z-index: 20;
  max-height: 200px;
  overflow: auto;
}

.serverMessage {
  --colour: var(--green-700);
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  border: 2px solid var(--colour);
  border-radius: 6px;
  position: relative;
  isolation: isolate;
}
.serverMessage[data-type=success] {
  --colour: var(--green-500);
}
.serverMessage[data-type=success] button {
  --colour: var(--green-800);
}
.serverMessage[data-type=warning] {
  --colour: var(--orange-700);
}
.serverMessage[data-type=warning] button {
  --colour: var(--orange-800);
}
.serverMessage[data-type=error] {
  --colour: var(--red-800);
}
.serverMessage[data-type=error] button {
  --colour: var(--red-800);
}
.serverMessage[data-style=disappearing] {
  --y: 200%;
  position: fixed;
  bottom: 0.5rem;
  width: 400px;
  max-width: 90%;
  transform: translateY(var(--y));
  transition: 0.3s;
}
.serverMessage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--colour);
  filter: brightness(0.4);
  z-index: -1;
}
.serverMessage p {
  font-size: 0.8rem;
}
.serverMessage button {
  --dim: 22px;
  float: right;
  padding: 0;
  margin: -0.5rem -0.5rem 0 0;
  width: var(--dim);
  height: var(--dim);
  border-radius: 50%;
  position: relative;
}
.serverMessage button::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: var(--white);
  left: 25%;
  rotate: 45deg;
}
.serverMessage button::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: var(--white);
  left: 25%;
  rotate: -45deg;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 5px 3px;
  background-color: var(--blue-1000) !important;
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.pika-prev,
.pika-next {
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  opacity: 0.5;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.pika-prev {
  left: 0;
}

.pika-next {
  right: 0;
}

.pika-prev::before,
.pika-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px auto 0;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform-origin: center;
  transform: rotate(-135deg) translateY(5px);
}

.pika-next::before {
  transform: rotate(45deg) translate(-5px, -2px);
}

.pika-prev:hover,
.pika-next:hover {
  background-color: var(--green-200);
}

.pika-single {
  background: var(--blue-1000) !important;
}
.pika-single table th {
  color: var(--white);
}
.pika-single table td button {
  color: var(--white);
  background: var(--blue-1100);
}

.pika-table td.is-disabled {
  filter: brightness(0.2);
  cursor: not-allowed;
}

.searchable[data-search=hidden] {
  display: none;
}

.searchBar {
  container-type: inline-size;
  container-name: searchbar;
  align-items: center;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.searchBar input {
  width: 100%;
}
.searchBar button {
  --size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  min-width: unset;
  transform: translate(-40%, -55%);
  font-size: 0.75rem;
  padding: 0.25rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}

.waitSpinner[data-state=hidden] {
  display: none;
}
.waitSpinner {
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 1rem;
  padding: 1rem;
  justify-items: center;
}
.waitSpinner .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.waitSpinner p {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: bold;
}
.waitSpinner span {
  --aniTime: 1s;
  --colour: red;
  height: 20px;
  width: 3px;
  background: var(--colour);
  display: inline-block;
  position: absolute;
  transform: translate(-1px, -5px);
  animation: waitSpin var(--aniTime) ease-in-out 0s infinite forwards;
  transform-origin: 0% 100%;
}

@keyframes waitSpin {
  to {
    rotate: 360deg;
  }
}
.swatch {
  display: flex;
  flex-direction: column;
}
.swatch .swatchRow {
  display: flex;
}
.swatch .swatchRow .patch {
  --colour: #232323;
  width: 100px;
  height: 50px;
  border: 1px solid white;
  background-color: var(--colour);
}

.switchSection {
  display: grid;
  place-items: center;
}

.switchRow {
  display: flex;
  gap: 1rem;
  padding: 0.25rem 1rem;
}
.switchRow input {
  display: none;
}
.switchRow label {
  --size: 16px;
  --offset: 0.65;
  width: var(--size);
  height: var(--size);
  display: block;
  background-color: var(--grey-100);
  border-radius: 50%;
  position: relative;
}
.switchRow label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--size) * var(--offset));
  height: calc(var(--size) * var(--offset));
  background: radial-gradient(circle, var(--black) 0%, var(--purple-300) 50%, var(--black) 100%);
  border-radius: inherit;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s;
}
.switchRow label[data-state=on]::after {
  transform: translate(-50%, -50%) scale(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gap: min(5rem, 4.8vw);
}
@media screen and (max-width: 767px) {
  :root {
    --gap: 2rem;
  }
}

::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: var(--grey-800);
}

::-webkit-scrollbar-thumb {
  background: var(--blue-200);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--blue-200);
}

html {
  background: black;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-padding: var(--gap);
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding: 5rem;
  }
}

body {
  background: black;
  color: var(--white);
  place-items: center;
  letter-spacing: 0.025rem;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

p, a, li {
  font-weight: 600;
  font-size: max(1rem, 1.25vw);
  letter-spacing: 1.05px;
  line-height: 1.35em;
}
@media screen and (max-width: 767px) {
  p, a, li {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: var(--white);
}

a.classic {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--gold-400);
  display: inline-block;
}
a.classic:hover, a.classic:focus, a.classic:focus-visible {
  color: var(--gold-200);
}

a.redirect {
  position: relative;
}
a.redirect::after {
  content: "";
  background: url("/img/icons/redirect_white.png");
  background-position: center;
  background-size: cover;
  display: inline-block;
  top: 0;
  width: 0.6em;
  height: 0.6em;
  transform: translate(20%, -100%);
}

.fullPage {
  min-height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .fullPage {
    min-height: unset;
  }
}

.bgImage {
  --image: url("/img/website/hero_board_games.jpg");
  position: relative;
  isolation: isolate;
}
.bgImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--image);
  background-position: 50% 20%;
  background-size: cover;
  filter: brightness(0.2);
  z-index: -1;
}

.subTitle {
  font-weight: bold;
  font-size: 1rem;
  color: var(--gold-400);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.subTitle span.dot {
  display: inline-block;
  background: var(--gold-400);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 0.9rem;
  }
}

h2 {
  font-size: max(3rem, 4vw);
  max-width: 20ch;
  line-height: 1em;
  margin: 1rem 0 var(--gap);
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    max-width: unset;
  }
}

h3 {
  font-size: max(1.5rem, 2vw);
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

ul {
  margin: var(--gap) 1rem;
}
ul li {
  font-weight: bold;
}
ul li + li {
  margin-top: 0.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 50px var(--black) inset !important;
  -webkit-text-fill-color: var(--white) !important;
}

.tag {
  --tagBG: var(--grey-400);
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
  background: var(--tagBG);
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  min-width: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5333333333);
  margin: 0;
}

.dows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.dows .tag {
  max-width: 200px;
}
.dows .tag[data-tag=unavailable] {
  --tagBG: var(--grey-800);
  color: var(--grey-400);
}
.dows .tag[data-tag=available] {
  --tagBG: var(--blue-800);
}
.dows .tag:nth-of-type(2) {
  filter: hue-rotate(20deg);
}
.dows .tag:nth-of-type(3) {
  filter: hue-rotate(40deg);
}
.dows .tag:nth-of-type(4) {
  filter: hue-rotate(60deg);
}
.dows .tag:nth-of-type(5) {
  filter: hue-rotate(80deg);
}
.dows .tag:nth-of-type(6) {
  filter: hue-rotate(100deg);
}
.dows .tag:nth-of-type(7) {
  filter: hue-rotate(120deg);
}
@media screen and (max-width: 767px) {
  .dows .tag {
    font-size: 0.6rem;
    min-width: 70px;
  }
}

.buttons {
  margin-top: var(--gap);
  display: flex;
  gap: 2rem;
}
.buttons a {
  --colour: var(--grey-a-500);
  --textColour: var(--white);
  color: var(--textColour);
  background: var(--colour);
  padding: 1rem 1.25rem;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid var(--white);
  text-align: center;
}
.buttons a.gold {
  --colour: var(--gold-500);
  --textColour: var(--black);
}
.buttons a:hover, .buttons a:focus, .buttons a:focus-visible {
  background: oklch(from var(--colour) calc(l + 0.1) c h);
  border-color: oklch(from var(--gold-400) calc(l + 0.2) c h);
}

#hero {
  display: grid;
  align-items: center;
  border: none;
  grid-template-rows: 1fr auto;
  z-index: 12;
}
#hero .content {
  padding: 2rem var(--gap);
}
#hero h1 {
  margin: 1rem 0 var(--gap);
  font-size: max(4rem, 7.4vw);
  letter-spacing: 0.025em;
  display: grid;
  line-height: 1.25em;
}
#hero h1 span:nth-of-type(2) {
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-100);
}
#hero .intro {
  max-width: 50ch;
}
#hero #eventList {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  padding: 1rem;
  background-color: var(--blue-1300);
  box-shadow: 0px -2px 2px var(--grey-500);
}
#hero #eventList p {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #hero {
    margin-top: var(--headerHeight);
  }
  #hero .content {
    padding: 1rem;
  }
  #hero h1 {
    font-size: 2.25rem;
  }
  #hero h1 span:nth-of-type(2) {
    color: var(--gold-200);
    -webkit-text-stroke: unset;
  }
  #hero .subTitle {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
    font-size: 0.75rem;
  }
  #hero .subTitle .dot {
    display: none;
  }
  #hero .buttons {
    flex-direction: column;
  }
  #hero .buttons a {
    padding: 0.5rem 1rem;
  }
  #hero #eventList {
    display: none;
  }
}

#primaryHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 3rem;
  align-items: center;
  position: sticky;
  top: -1px;
  z-index: 10;
  background: var(--blue-1300);
  border-top: 1px solid var(--grey-600);
  box-shadow: 0px 2px 2px var(--grey-800);
  margin-top: -5rem;
}
#primaryHeader nav {
  margin-left: auto;
}
#primaryHeader nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
#primaryHeader nav ul li {
  list-style: none;
  margin: 0;
}
#primaryHeader nav ul li a {
  font-size: 1rem;
}
#primaryHeader nav ul li a.button {
  border: 2px solid var(--gold-600);
  padding: 0.25rem 1rem 0.35rem;
  border-radius: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #primaryHeader {
    padding: 1rem;
  }
  #primaryHeader nav ul {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #primaryHeader {
    position: fixed;
    right: 0%;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.2s;
    height: 100vh;
    height: 100dvh;
    z-index: 12;
    margin: 0;
    box-shadow: -2px 0px 2px var(--grey-a-800);
  }
  #primaryHeader .logoLink {
    display: none;
  }
  #primaryHeader nav ul {
    flex-direction: column;
    gap: 0.75rem;
  }
  #primaryHeader nav ul li a {
    font-size: 0.9rem;
  }
  #primaryHeader[data-location=onscreen] {
    transform: translateX(0%);
  }
}

.logoLink {
  display: grid;
  place-items: center;
}
.logoLink img {
  max-width: 200px;
}

#subHeader {
  display: none;
}
@media screen and (max-width: 767px) {
  #subHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: var(--blue-1300);
    box-shadow: 0px 2px 2px var(--grey-a-400);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--headerHeight);
    padding: 0 1rem;
  }
  #subHeader .logoLink img {
    max-width: 140px;
  }
  #subHeader .navButton {
    border: 1px solid var(--gold-600);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    position: relative;
  }
  #subHeader .navButton[data-state=open] span {
    transform: rotate(45deg);
  }
  #subHeader .navButton[data-state=open] span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  #subHeader .navButton span {
    display: block;
    position: absolute;
    background-color: var(--gold-600);
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    transform: translateY(-200%);
    transition: 0.2s;
  }
  #subHeader .navButton span:nth-of-type(2) {
    transform: translateY(200%);
  }
}

#reasons {
  display: grid;
  padding: var(--gap);
  background-color: black;
}
#reasons .boxes {
  display: grid;
  max-width: 95%;
  margin: auto;
  grid-template-areas: "cl cl boardGames darts" "cl cl privateHire community";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#reasons .boxes > div {
  --data-area: "";
  border: 1px solid var(--grey-600);
  grid-area: var(--grid-area);
  padding: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
}
#reasons .boxes > div h3 {
  color: var(--gold-500);
}
#reasons .boxes > div.cl {
  padding: 0;
}
#reasons .boxes > div.cl .content {
  display: grid;
  gap: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #reasons .boxes > div {
    padding: 1rem;
  }
  #reasons .boxes > div.cl .content {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #reasons {
    padding: 0rem;
    margin-top: 4rem;
  }
  #reasons .subTitle, #reasons h2 {
    padding-inline: 1rem;
  }
  #reasons .boxes {
    grid-template-areas: "cl cl" "cl cl" "boardGames darts" "privateHire community";
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  #reasons .boxes > div {
    padding: 1rem;
  }
  #reasons .boxes > div.cl .content {
    padding: 1rem;
  }
  #reasons .boxes > div p {
    font-size: 0.8rem;
  }
}

#cta {
  min-height: 50vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: var(--gap) 0;
}
#cta div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem var(--gap);
  background: linear-gradient(135deg, var(--blue-1100), var(--blue-1300));
}
#cta div p {
  font-size: max(1.2rem, 1.5vw);
  line-height: 1.45em;
}
#cta div.bgImage {
  --image: url("/img/website/cta.jpg");
  padding: var(--gap) 2rem 1rem;
  justify-content: flex-end;
}
#cta div.bgImage p {
  font-size: max(2rem, 3vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #cta {
    grid-template-columns: 1fr;
  }
  #cta div.bgImage {
    padding: 10rem 1rem 1rem;
  }
  #cta div.bgImage p {
    font-size: 1.75rem;
  }
}

#conspiracylive {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#conspiracylive .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem var(--gap);
}
#conspiracylive .content a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
#conspiracylive .content a img {
  width: 100px;
  transform: translateY(15%);
  transition: transform 0.3s;
}
#conspiracylive .content a:hover, #conspiracylive .content a:focus, #conspiracylive .content a:focus-visible {
  color: var(--gold-400);
}
#conspiracylive .content a:hover img, #conspiracylive .content a:focus img, #conspiracylive .content a:focus-visible img {
  transform: translateY(-30%);
}
#conspiracylive .images {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
#conspiracylive .images img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #conspiracylive {
    grid-template-columns: 1fr;
  }
  #conspiracylive .content {
    padding: 1rem;
  }
}

#events {
  padding: 2rem var(--gap);
}
#events .eventList {
  max-width: 1200px;
  margin: 2rem auto;
  display: grid;
}
#events .eventList .event {
  display: grid;
  grid-template-areas: "date name time description";
  grid-template-columns: 150px 2fr 80px 3fr;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--grey-300);
  padding: 1rem;
}
#events .eventList .event:nth-of-type(1) {
  border: none;
}
#events .eventList .event * {
  --grid-area: "";
  grid-area: var(--grid-area);
}
#events .eventList .event .date {
  color: var(--gold-400);
  text-align: center;
}
#events .eventList .event .description {
  font-weight: 400;
  font-size: 1rem;
}
#events .eventList .classic {
  margin-top: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #events {
    padding: 1rem;
    margin-top: 4rem;
  }
  #events .eventList .event {
    grid-template-areas: "date time" "name name" "description description";
    grid-template-columns: auto auto;
    gap: 0.15rem;
  }
  #events .eventList .event .date {
    text-align: left;
    font-size: 0.8rem;
  }
  #events .eventList .event .date:nth-of-type(2) {
    text-align: right;
  }
  #events .eventList .event h3 {
    margin-bottom: 0.25rem;
  }
}

.slideShow {
  margin: var(--gap) auto;
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  width: 100%;
}
.slideShow.max-width-full {
  max-width: 100%;
  width: unset;
}
.slideShow img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 1px solid var(--grey-700);
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slideShow {
    scroll-snap-type: x mandatory;
  }
  .slideShow img {
    scroll-snap-align: center;
    max-height: 30vh;
  }
}

#activities {
  padding: 2rem var(--gap);
}
#activities .slideShow {
  margin: 0;
}
#activities .activityList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
#activities .activity {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--blue-200);
  border-radius: 10px;
}
#activities .activity .headerRow {
  margin-bottom: 1rem;
}
#activities .activity .indent {
  margin: 1rem 2rem;
}
#activities .activity .indent p {
  font-weight: 400;
}
#activities .activity .indent p + p {
  margin-top: 1rem;
}
#activities .activity .buttons {
  margin-top: 2rem;
}
#activities .activity .buttons a {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #activities {
    padding: 1rem;
  }
  #activities .activity {
    gap: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }
  #activities .activity .indent {
    margin: 1rem 0.5rem 0.5rem;
  }
  #activities .activity .headerRow {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  #activities .activity .buttons a {
    font-size: 0.7rem;
  }
}

#memberships {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#memberships .content {
  padding: 2rem var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#memberships .content h2 {
  margin: 1rem 0;
}
#memberships .content img {
  max-width: 90%;
  margin: 2rem;
  border: 2px solid var(--gold-500);
  border-radius: 8px;
}
#memberships .classic {
  margin-top: 2rem;
}
#memberships .memberships {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: var(--gap);
}
#memberships .memberships .membership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem;
  gap: 1.5rem;
  border-top: 1px solid var(--grey-600);
}
#memberships .memberships .membership:last-of-type {
  border-bottom: 1px solid var(--grey-600);
}
#memberships .memberships .membership h3 {
  color: var(--gold-400);
  margin-bottom: 1rem;
}
#memberships .memberships .membership .description {
  font-size: 1rem;
  margin: 0 2rem;
}
#memberships .memberships .membership .prices {
  margin: 1rem 1rem 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem;
}
#memberships .memberships .membership .prices p {
  font-size: 0.9rem;
  text-align: right;
}
#memberships .memberships .membership .prices p.name {
  font-weight: bold;
}
#memberships .memberships .membership .prices p.amount {
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #memberships {
    grid-template-columns: 1fr;
  }
  #memberships .memberships {
    padding: 1rem;
    flex-direction: row;
    overflow: auto;
    justify-content: flex-start;
    gap: 1rem;
  }
  #memberships .memberships .membership {
    flex-shrink: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 600px;
    max-width: 95vw;
    border: none;
    padding: 1rem;
    gap: 0.5rem;
    background: linear-gradient(45deg, var(--blue-1000), var(--blue-1100));
    border: 1px solid var(--blue-200);
  }
  #memberships .memberships .membership:last-of-type {
    border-bottom: none;
  }
  #memberships .memberships .membership .description {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #memberships .content {
    padding: 1rem;
  }
  #memberships .content img {
    margin: 1rem auto;
  }
}

#reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: var(--gap) 0;
}
#reviews div {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
#reviews p, #reviews a {
  font-size: max(2rem, 3vw);
  font-weight: bold;
}
#reviews p {
  color: var(--gold-400);
}
#reviews a:hover, #reviews a:focus, #reviews a:focus-visible {
  color: var(--gold-600);
}
#reviews img {
  width: 700px;
  max-width: 50vw;
}
@media screen and (max-width: 767px) {
  #reviews {
    grid-template-columns: 1fr;
  }
  #reviews div {
    padding: 1rem;
  }
  #reviews img {
    max-width: 100%;
  }
  #reviews p, #reviews a {
    font-size: 1.75rem;
  }
}

#contactus {
  --image: url("/img/website/praga_caput_regni.jpg");
}
#contactus::before {
  filter: brightness(0.15);
}
#contactus {
  padding: 2rem var(--gap) 1rem;
}
#contactus .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#contactus .formSection {
  padding: 2rem var(--gap);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#contactus .formSection .form {
  width: 100%;
  display: grid;
  grid-template-areas: "name email" "message message";
  gap: 2rem;
  margin-bottom: 2rem;
}
#contactus .formSection .form .field {
  --grid-area: "";
  grid-area: var(--grid-area);
  display: grid;
  width: 100%;
}
#contactus .formSection .form .field label {
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}
#contactus .formSection .form .field input, #contactus .formSection .form .field textarea {
  padding: 0.5rem;
  background: black;
  border: 1px solid var(--grey-500);
  border-radius: 8px;
  color: var(--white);
  font-size: 1.15rem;
  width: 100%;
}
#contactus .formSection button {
  padding: 0.75rem 2.5rem;
  background: var(--gold-400);
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
}
#contactus .formSection button:hover, #contactus .formSection button:focus, #contactus .formSection button:focus-visible {
  background: var(--gold-300);
}
#contactus .details {
  border-left: 1px solid var(--grey-600);
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
#contactus .details p, #contactus .details a {
  font-size: 1rem;
}
#contactus .details img {
  width: 32px;
}
#contactus footer {
  margin-top: var(--gap);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#contactus footer .partnership {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#contactus footer .partnership img {
  max-width: 135px;
}
#contactus footer .partnership p {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
  margin-right: -0.25rem;
}
@media screen and (max-width: 1024px) {
  #contactus .formSection .form {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "email" "message";
  }
}
@media screen and (max-width: 767px) {
  #contactus {
    padding: 1rem;
  }
  #contactus .grid {
    grid-template-columns: 1fr;
  }
  #contactus .formSection {
    padding: 1rem;
  }
  #contactus .formSection .form {
    gap: 1rem;
  }
  #contactus .formSection button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  #contactus .details {
    padding: 1rem;
    border-left: 2px solid var(--gold-200);
  }
  #contactus footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #contactus footer .partnership {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  #contactus footer .partnership p {
    margin: 0;
  }
}

input[name=info] {
  position: fixed;
  transform: translateX(1000vw);
}

#emailMessage {
  margin: 1rem 0 0 auto;
  text-align: right;
  font-size: 1rem;
  text-shadow: 1px 1px 1px var(--grey-a-300);
  display: none;
}

#emailMessage[data-state=sending],
#emailMessage[data-state=invalid] {
  color: var(--gold-200);
  display: block;
}

#emailMessage[data-state=invalid] {
  color: var(--orange-200);
  display: block;
}

#emailMessage[data-state=valid] {
  color: var(--green-100);
  display: block;
}/*# sourceMappingURL=website.css.map */