/*Tailwind*/
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Share Tech Mono, sans-serif; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
body {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Crect fill='%23110312' width='540' height='450'/%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(0,960,435)'%3E%3Cstop offset='0' stop-color='%23110312'/%3E%3Cstop offset='1' stop-color='%2308201E'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
        --tw-bg-opacity: 1;
        background-color: rgb(49 65 132 / var(--tw-bg-opacity));
        background-attachment: fixed;
        background-size: cover;
    }
h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
p {
  margin-bottom: 1rem;
}
a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(0 215 214 / var(--tw-text-opacity));
}
ul {
  list-style-type: square;
  margin-left: 1.5rem;
}
ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
}
blockquote {
  margin-left: 1rem;
  font-style: italic;
}
compendium {
  --tw-text-opacity: 1;
  color: rgb(70 255 170 / var(--tw-text-opacity));
  text-shadow: 0px 0px 15px #46ffaa;
}
compendium:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-12 {
  top: 3rem;
}
.right-5 {
  right: 1.25rem;
}
.right-0 {
  right: 0px;
}
.top-20 {
  top: 5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-9 {
  bottom: 2.25rem;
}
.-left-1 {
  left: -0.25rem;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.float-right {
  float: right;
}
.m-6 {
  margin: 1.5rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-auto {
  height: auto;
}
.h-6 {
  height: 1.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.h-52 {
  height: 13rem;
}
.h-28 {
  height: 7rem;
}
.h-full {
  height: 100%;
}
.h-72 {
  height: 18rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-14 {
  height: 3.5rem;
}
.h-12 {
  height: 3rem;
}
.h-0 {
  height: 0px;
}
.h-60vh {
  height: 60vh;
}
.h-30vh {
  height: 30vh;
}
.h-1 {
  height: 0.25rem;
}
.max-h-80vh {
  max-height: 80vh;
}
.max-h-72 {
  max-height: 18rem;
}
.min-h-95vh {
  min-height: 95vh;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-60 {
  width: 15rem;
}
.w-30vh {
  width: 30vh;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-72 {
  width: 18rem;
}
.w-3\/12 {
  width: 25%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-12 {
  width: 3rem;
}
.w-6\/12 {
  width: 50%;
}
.w-52 {
  width: 13rem;
}
.w-8 {
  width: 2rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-40 {
  width: 10rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/6 {
  width: 50%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-32 {
  width: 8rem;
}
.w-16 {
  width: 4rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.list-none {
  list-style-type: none;
}
.list-square {
  list-style-type: square;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 215 214 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(49 65 132 / var(--tw-border-opacity));
}
.border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity));
}
.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(215 154 0 / var(--tw-border-opacity));
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(118 215 0 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-secondary-fade {
  border-color: rgba(0,215,214,0.2);
}
.border-warning-fade {
  border-color: rgba(215,154,0,0.2);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-danger-fade {
  background-color: rgba(215,0,0,0.2);
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity));
}
.bg-secondary-fade {
  background-color: rgba(0,215,214,0.2);
}
.bg-warning-fade {
  background-color: rgba(215,154,0,0.2);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
}
.bg-primary-fade {
  background-color: rgba(49,65,132,0.2);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(49 65 132 / var(--tw-bg-opacity));
}
.bg-success-fade {
  background-color: rgba(118,215,0,0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(118 215 0 / var(--tw-bg-opacity));
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(215 154 0 / var(--tw-bg-opacity));
}
.bg-primary-fade-dark {
  background-color: rgba(49,65,132,0.8);
}
.bg-secondary-fade-dark {
  background-color: rgba(0,215,214,0.8);
}
.bg-success-fade-dark {
  background-color: rgba(118,215,0,0.8);
}
.bg-danger-fade-dark {
  background-color: rgba(215,0,0,0.8);
}
.bg-warning-fade-dark {
  background-color: rgba(215,154,0,0.8);
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-primary-fade {
  --tw-gradient-from: rgba(49,65,132,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(49 65 132 / 0));
}
.from-secondary-fade {
  --tw-gradient-from: rgba(0,215,214,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 215 214 / 0));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-success-fade {
  --tw-gradient-from: rgba(118,215,0,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(118 215 0 / 0));
}
.from-danger-fade {
  --tw-gradient-from: rgba(215,0,0,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(215 0 0 / 0));
}
.from-warning-fade {
  --tw-gradient-from: rgba(215,154,0,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(215 154 0 / 0));
}
.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(191 219 254 / 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.to-secondary-fade {
  --tw-gradient-to: rgba(0,215,214,0.2);
}
.to-danger {
  --tw-gradient-to: #f00000;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-body {
  font-family: Changa, sans-serif;
}
.font-mono {
  font-family: Share Tech Mono, sans-serif;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(240 0 0 / var(--tw-text-opacity));
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(215 154 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 215 214 / var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(118 215 0 / var(--tw-text-opacity));
}
.text-success-dark {
  --tw-text-opacity: 1;
  color: rgb(50 160 0 / var(--tw-text-opacity));
}
.text-warning-dark {
  --tw-text-opacity: 1;
  color: rgb(190 110 0 / var(--tw-text-opacity));
}
.text-danger-dark {
  --tw-text-opacity: 1;
  color: rgb(160 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(49 65 132 / var(--tw-text-opacity));
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.shadow-glow-danger {
  --tw-shadow: 0px 0px 20px 0px #d70000;
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow-secondary {
  --tw-shadow: 0px 0px 10px -1px #00d7d6;
  --tw-shadow-colored: 0px 0px 10px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow {
  --tw-shadow: 0px 0px 20px 1px rgba(0,222,255,0.30);
  --tw-shadow-colored: 0px 0px 20px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-shadow {
  text-shadow: 0px 0px 1px rgb(0 0 0 / 20%), 0px 0px 1px rgb(1 0 5 / 10%);
}
.text-shadow-lg {
  text-shadow: 3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%);
}
.text-shadow-none {
  text-shadow: none;
}
.text-shadow-glow-white {
  text-shadow: 0px 0px 15px rgba(255,255,255,1);
}
.text-shadow-glow-primary {
  text-shadow: 0px 0px 15px #314184;
}
.text-shadow-glow-secondary {
  text-shadow: 0px 0px 15px #00d7d6;
}
.text-shadow-glow-success {
  text-shadow: 0px 0px 15px #76d700;
}
.text-shadow-glow-danger {
  text-shadow: 0px 0px 15px #d70000;
}
.text-shadow-glow-warning {
  text-shadow: 0px 0px 15px #d79a00;
}
.corner-clip-primary {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}
.corner-clip-secondary {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}
.corner-clip-success {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}
.corner-clip-danger {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}
.corner-clip-warning {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}
.corner-clip-primary:before {
  background: #314184;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}
.corner-clip-secondary:before {
  background: #00d7d6;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}
.corner-clip-success:before {
  background: #76d700;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}
.corner-clip-danger:before {
  background: #d70000;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}
.corner-clip-warning:before {
  background: #d79a00;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}

/*Extra Tailwind Utilities*/

/* Checkbox Toggle fix */
input:checked + div {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
input:checked + div svg {
  display: block;
}

/* Minimap */
#dungeon-map .tile, #dungeon-mini-map .tile {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(0 215 214 / var(--tw-border-opacity));
  background-color: rgba(0,215,214,0.2);
}

#dungeon-map .room, #dungeon-mini-map .room {
  width: 100%;
  height: 100%;
  border-width: 1px;
}

#dungeon-map .hallway-horizontal, #dungeon-mini-map .hallway-horizontal {
  width: 100%;
    height: 40%;
    margin-top: 30%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#dungeon-map .hallway-vertical, #dungeon-mini-map .hallway-vertical {
  height: 100%;
    width: 40%;
    margin-left: 30%;
    border-left-width: 1px;
    border-right-width: 1px;
}

#dungeon-map .hallway-dead-end-left, #dungeon-mini-map .hallway-dead-end-left {
    height: 40%;
    width: 50%;
    margin-top: 30%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

#dungeon-map .hallway-dead-end-right, #dungeon-mini-map .hallway-dead-end-right {
    height: 40%;
    width: 50%;
    margin-top: 30%;
    margin-left: 50%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#dungeon-map .hallway-dead-end-top, #dungeon-mini-map .hallway-dead-end-top {
    height: 50%;
    width: 40%;
    margin-top: 50%;
    margin-left: 30%;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}

#dungeon-map .hallway-dead-end-bottom, #dungeon-mini-map .hallway-dead-end-bottom {
    height: 50%;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 50%;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

#dungeon-map .corner-bottom-to-right, #dungeon-mini-map .corner-bottom-to-right {
    height: 70%;
    margin-top: 30%;
    margin-left: 30%;
    border-top-width: 1px;
    border-left-width: 1px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58%, 56% 58%, 56% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 58%, 56% 58%, 56% 100%, 0 100%);
}

#dungeon-map .corner-bottom-to-right:after, #dungeon-mini-map .corner-bottom-to-right:after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
  bottom: 0px;
  right: 0px;
    content: "";
    height: 46%;
    width: 48%;
}

#dungeon-map .corner-bottom-to-left, #dungeon-mini-map .corner-bottom-to-left {
    height: 70%;
    margin-top: 30%;
    margin-right: 30%;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%, 44% 58%, 0 58%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%, 44% 58%, 0 58%);
}

#dungeon-map .corner-bottom-to-left:after, #dungeon-mini-map .corner-bottom-to-left:after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
  bottom: 0px;
    content: "";
    height: 46%;
    width: 48%;
}

#dungeon-map .corner-top-to-right, #dungeon-mini-map .corner-top-to-right {
    height: 71%;
    margin-bottom: 30%;
    margin-left: 30%;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-clip-path: polygon(0 0, 56% 0, 56% 42%, 100% 42%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 56% 0, 56% 42%, 100% 42%, 100% 100%, 0 100%);
}

#dungeon-map .corner-top-to-right:after, #dungeon-mini-map .corner-top-to-right:after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
  right: 0px;
    content: "";
    height: 46%;
    width: 48%;
}

#dungeon-map .corner-top-to-left, #dungeon-mini-map .corner-top-to-left {
    height: 71%;
    margin-bottom: 30%;
    margin-right: 30%;
    border-bottom-width: 1px;
    border-right-width: 1px;
    -webkit-clip-path: polygon(0 42%, 44% 42%, 44% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 42%, 44% 42%, 44% 0, 100% 0, 100% 100%, 0 100%);
}

#dungeon-map .corner-top-to-left:after, #dungeon-mini-map .corner-top-to-left:after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 46%;
    width: 48%;
}

#dungeon-map .t-section-up, #dungeon-mini-map .t-section-up {
    height: 71%;
    margin-bottom: 30%;
    border-bottom-width: 1px;
    -webkit-clip-path: polygon(30% 0, 70% 0, 70% 42%, 100% 42%, 100% 100%, 0 100%, 0 42%, 30% 42%);
            clip-path: polygon(30% 0, 70% 0, 70% 42%, 100% 42%, 100% 100%, 0 100%, 0 42%, 30% 42%);
}

#dungeon-map .t-section-up:before, #dungeon-mini-map .t-section-up:before {
  position: absolute;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 46%;
    width: 32%;
}

#dungeon-map .t-section-up:after, #dungeon-mini-map .t-section-up:after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 46%;
    width: 32%;
}

#dungeon-map .t-section-down, #dungeon-mini-map .t-section-down {
    height: 71%;
    margin-top: 30%;
    border-top-width: 1px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58%, 70% 58%, 70% 100%, 30% 100%, 30% 58%, 0 58%);
            clip-path: polygon(0 0, 100% 0, 100% 58%, 70% 58%, 70% 100%, 30% 100%, 30% 58%, 0 58%);
}

#dungeon-map .t-section-down:before, #dungeon-mini-map .t-section-down:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 46%;
    width: 32%;
}

#dungeon-map .t-section-down:after, #dungeon-mini-map .t-section-down:after {
  position: absolute;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 46%;
    width: 32%;
}

#dungeon-map .t-section-left, #dungeon-mini-map .t-section-left {
    height: 100%;
    width: 70%;
    margin-right: 30%;
    border-right-width: 1px;
    -webkit-clip-path: polygon(0 30%, 44% 30%, 44% 0, 100% 0, 100% 100%, 44% 100%, 44% 71%, 0 71%);
            clip-path: polygon(0 30%, 44% 30%, 44% 0, 100% 0, 100% 100%, 44% 100%, 44% 71%, 0 71%);
}

#dungeon-map .t-section-left:before, #dungeon-mini-map .t-section-left:before {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 32%;
    width: 48%;
}

#dungeon-map .t-section-left:after, #dungeon-mini-map .t-section-left:after {
  position: absolute;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 32%;
    width: 48%;
}

#dungeon-map .t-section-right, #dungeon-mini-map .t-section-right {
    height: 100%;
    width: 71%;
    margin-left: 30%;
    border-left-width: 1px;
    -webkit-clip-path: polygon(0 0, 56% 0, 56% 30%, 100% 30%, 100% 71%, 56% 71%, 56% 100%, 0 100%);
            clip-path: polygon(0 0, 56% 0, 56% 30%, 100% 30%, 100% 71%, 56% 71%, 56% 100%, 0 100%);
}

#dungeon-map .t-section-right:before, #dungeon-mini-map .t-section-right:before {
  position: absolute;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 32%;
    width: 48%;
}

#dungeon-map .t-section-right:after, #dungeon-mini-map .t-section-right:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
  display: block;
  z-index: 50;
    content: "";
    height: 32%;
    width: 48%;
}

#dungeon-map .cross-section, #dungeon-mini-map .cross-section {
  background-color: transparent !important;
    height: 100%;
    width: 100%;
}

#dungeon-map .cross-section:before, #dungeon-mini-map .cross-section:before {
  position: absolute;
  display: block;
  z-index: 50;
  width: 100%;
    height: 40%;
    margin-top: 30%;
    content: "";
    background-color: rgba(0,215,214,0.2);
    --tw-border-opacity: 1;
    border-color: rgb(0 215 214 / var(--tw-border-opacity));
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#dungeon-map .cross-section:after, #dungeon-mini-map .cross-section:after {
  position: absolute;
  display: block;
  z-index: 50;
  height: 100%;
    width: 40%;
    margin-left: 30%;
    content: "";
    background-color: rgba(0,215,214,0.2);
    --tw-border-opacity: 1;
    border-color: rgb(0 215 214 / var(--tw-border-opacity));
    border-left-width: 1px;
    border-right-width: 1px;
}

#dungeon-map .dead, #dungeon-mini-map .dead {
    height: 40%;
    width: 40%;
    margin: 30%;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#dungeon-mini-map .player {
  position: absolute;
    left: 48%;
    top: 46%;
    z-index: 9999;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 215 214 / var(--tw-border-opacity));
}

.hover\:border-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgb(215 154 0 / var(--tw-border-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 214 / var(--tw-bg-opacity));
}

.hover\:bg-secondary-fade:hover {
  background-color: rgba(0,215,214,0.2);
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 154 0 / var(--tw-bg-opacity));
}

.hover\:bg-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 65 132 / var(--tw-bg-opacity));
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 215 0 / var(--tw-bg-opacity));
}

.hover\:bg-warning-fade:hover {
  background-color: rgba(215,154,0,0.2);
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 215 214 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:text-shadow-glow-secondary:hover {
  text-shadow: 0px 0px 15px #00d7d6;
}

.hover\:corner-clip-secondary:hover {
  position: relative;
  transition: border 0.5s;
  -webkit-clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
          clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 2rem + 2px),
            calc(100% - 2rem + 2px) 100%,
            0 100%
        );
}

.hover\:corner-clip-secondary:hover:before {
  background: #00d7d6;
  transition: border 0.5s, background 0.5s;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -13px;
  top: auto;
  transform: rotate(315deg);
  width: 60px;
  z-index: 100;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 215 214 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 215 214 / var(--tw-ring-opacity));
}

.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:m-2 {
    margin: 0.5rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .lg\:w-0 {
    width: 0px;
  }
}

