.pre {
  font-size: calc(min(14px, 3.5vw));
  font-weight: normal;
  color: rgb(242, 44, 84);
  line-height: calc(min(14px, 3.5vw));
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  white-space: pre;
  font-family:"Courier New", Monospace;
  text-align: center;
}

pre {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

li.user-list {
  margin-top: 15px;
  overflow: auto;
}

span.user {
  float: auto;
}

span.date {
  float: auto;
}

@media (min-width:768px){
  li.user-list {
    margin-top: 0;
    overflow: hidden;
  }

  span.user {
    float: left;
  }

  span.date {
    float: right;
  }
}

@media (max-width:640px){
  .pre {
    font-size: calc(min(8px, 3.5vw));
    line-height: calc(min(8px, 3.5vw));
  }
}

body {
  /* font-size:12pt; */
}

/* stolen from MBRSERVER.COM { */

@font-face {
  font-family:topaz;
  src: url("../fonts/topaz.eot");
}
@font-face {
  font-family:topaz;
  src: url("../fonts/topaz.ttf") format("truetype");
}
::-webkit-scrollbar-thumb{
  width:4px;
  background-color: #007700;
}
/*PSEUDOS*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #0c1d12;
}
::-webkit-scrollbar{
  width: 4px;
	background-color: #0c1d12;
}
* {
  scrollbar-color: #007700 #aaaaaa;
  scrollbar-width: thin;
}

.flicker {
  pointer-events: none;
  position: fixed;
  width: auto;
  min-width: 100%;
  height:100%;
  z-index:15;
  background: rgba(9, 8, 8, 0.1);
  animation: flicker 0.3301s infinite;
}
.scanline {
  position:fixed;
  pointer-events: none;
  top:0%;
  width: auto;
  min-width: 100%;
  height: 2px;
  z-index: 10;
  background: rgba(0, 0, 0, .3);
  opacity: 0.75;
  animation: scanline 7.77s linear infinite;
}
.scanlines {
  position:fixed;
  pointer-events: none;
  width: auto;
  min-width: 100%;
  height:100%;
  z-index: 5;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  background-size: 100% 2px, 3px 100%;
}

@keyframes flicker { 0% { opacity: 0.119; } 5% { opacity: 0.02841; } 10% { opacity: 0.35748; } 15% { opacity: 0.88852; } 20% { opacity: 0.9408; } 25% { opacity: 0.35088; } 30% { opacity: 0.22426; } 35% { opacity: 0.26418; } 40% { opacity: 0.09249; } 45% { opacity: 0.35312; } 50% { opacity: 0.89436; } 55% { opacity: 0.9574; } 60% { opacity: 0.19754; } 65% { opacity: 0.05086; } 70% { opacity: 0.12137; } 75% { opacity: 0.75791; } 80% { opacity: 0.89617; } 85% { opacity: 0.90183; } 90% { opacity: 0.20657; } 95% { opacity: 0.64125; } 100% { opacity: 0.78042; }}
/* ANIMATE UNIQUE SCANLINE */
@keyframes scanline {
  0% {
    top:99%;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
@keyframes glitch-skew {
    0% {
        transform: skew(0deg, 0deg);
    }
    48% {
        transform: skew(0deg, 0deg);
        filter: blur(0);
    }
    50% {
        transform: skew(-20deg, 0deg);
        filter: blur(4px);
    }
    52% {
        transform: skew(20deg, 0deg);
    }
    54% {
        transform: skew(0deg, 0deg);
        filter: blur(0);
    }
    100% {
        transform: skew(0deg, 0deg);
    }

}

/* stolen from MBRSERVER.COM } */

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/

*,:after,:before{
    box-sizing:border-box;
    border:0 solid #e5e7eb
}
:after,:before{
    --tw-content:""
}
html{
    line-height:1.5;
    -webkit-text-size-adjust:100%;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    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;
    font-feature-settings:normal
}
body{
    margin:0;
    line-height:inherit
}
hr{
    height:0;
    color:inherit;
    border-top-width:1px
}
abbr:where([title]){
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit
}
a{
    color:inherit;
    text-decoration:inherit
}
b,strong{
    font-weight:bolder
}
/*code,kbd,pre,samp{*/
code,kbd,samp{
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:initial
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
table{
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    font-weight:inherit;
    line-height:inherit;
    color:inherit;
    margin:0;
    padding:0
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button;
    background-color:initial;
    background-image:none
}
:-moz-focusring{
    outline:auto
}
:-moz-ui-invalid{
    box-shadow:none
}
progress{
    vertical-align:initial
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
summary{
    display:list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
    margin:0
}
fieldset{
    margin:0
}
fieldset,legend{
    padding:0
}
menu,ol,ul{
    list-style:none;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
input::-moz-placeholder,textarea::-moz-placeholder{
    opacity:1;
    color:#9ca3af
}
input::placeholder,textarea::placeholder{
    opacity:1;
    color:#9ca3af
}
[role=button],button{
    cursor:pointer
}
:disabled{
    cursor:default
}
audio,canvas,embed,iframe,img,object,svg,video{
    display:block;
    vertical-align:middle
}
img,video{
    max-width:100%;
    height:auto
}
[hidden]{
    display:none
}
h1{
    margin-top:3rem;
    margin-bottom:1.25rem;
    font-size:2.25rem;
    line-height:2.5rem
}
h1,h2{
    font-family:topaz;
    text-transform:uppercase;
    --tw-text-opacity:1;
    color:rgb(242 44 84/var(--tw-text-opacity))
}
h2{
    margin-bottom:0.5rem;
    margin-top:1.5rem;
    font-size:1.875rem;
    line-height:2.25rem
}
h3{
    margin-top:1.5rem;
    font-family:topaz;
    font-size:1.125rem;
    line-height:1.75rem;
    text-transform:uppercase;
    --tw-text-opacity:1;
    color:rgb(242 44 84/var(--tw-text-opacity))
}
p{
    margin-top:.5rem;
    margin-bottom:.5rem
}
.link{
    text-decoration-line:underline;
    text-decoration-style:dotted;
    text-underline-offset:4px
}
.button{
    margin-top:1.5rem;
    display:flex;
    align-items:center;
    gap:.5rem;
    --tw-bg-opacity:1;
    background-color:rgb(242 44 84/var(--tw-bg-opacity));
    padding:1rem;
    font-family:topaz;
    --tw-text-opacity:1;
    color:rgb(31 31 31/var(--tw-text-opacity))
}
.button:hover{
    --tw-bg-opacity:1;
    background-color:rgb(250 250 250/var(--tw-bg-opacity))
}
.custom-red-box{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f22c5433;
    text-align:center;
    font-family:topaz-Bold;
    --tw-text-opacity:1;
    color:rgb(242 44 84/var(--tw-text-opacity))
}
*,::backdrop,:after,:before{
    --tw-border-spacing-x:0;
    --tw-border-spacing-y:0;
    --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:#3b82f680;
    --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
    }
}
.absolute{
    position:absolute
}
.relative{
    position:relative
}
.-top-3{
    top:-.75rem
}
.left-1\/2{
    left:50%
}
.-top-2{
    top:-.5rem
}
.top-0\.5{
    top:.125rem
}
.top-0{
    top:0
}
.z-10{
    z-index:10
}
.-z-0,.z-0{
    z-index:0
}
.col-span-4{
    grid-column:span 4/span 4
}
.col-span-3{
    grid-column:span 3/span 3
}
.col-span-5{
    grid-column:span 5/span 5
}
.col-start-9{
    grid-column-start:9
}
.col-start-2{
    grid-column-start:2
}
.col-start-5{
    grid-column-start:5
}
.col-start-8{
    grid-column-start:8
}
.col-start-1{
    grid-column-start:1
}
.col-start-7{
    grid-column-start:7
}
.m-2{
    margin:.5rem
}
.my-8{
    margin-top:2rem;
    margin-bottom:2rem
}
.my-2{
    margin-top:.5rem;
    margin-bottom:.5rem
}
.mx-3{
    margin-left:.75rem;
    margin-right:.75rem
}
.my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
}
.mx-1{
    margin-left:.25rem;
    margin-right:.25rem
}
.mt-6{
    margin-top:1.5rem
}
.mb-6{
    margin-bottom:1.5rem
}
.mb-20{
    margin-bottom:5rem
}
.mr-4{
    margin-right:1rem
}
.mt-3{
    margin-top:.75rem
}
.mb-10{
    margin-bottom:2.5rem
}
.mr-3{
    margin-right:.75rem
}
.mr-auto{
    margin-right:auto
}
.ml-auto{
    margin-left:auto
}
.mb-2{
    margin-bottom:.5rem
}
.mt-8{
    margin-top:0rem
}
.mt-16{
    margin-top:4rem
}
.mb-8{
    margin-bottom:2rem
}
.mt-20{
    margin-top:5rem
}
.mr-2{
    margin-right:.5rem
}
.ml-3{
    margin-left:.75rem
}
.-mt-4{
    margin-top:-1rem
}
.block{
    display:block
}
.flex{
    display:flex
}
.table{
    display:table
}
.grid{
    display:grid
}
.hidden{
    display:none
}
.h-full{
    height:100%
}
.h-8{
    height:2rem
}
.h-16{
    height:4rem
}
.h-6{
    height:1.5rem
}
.h-5{
    height:1.25rem
}
.h-20{
    height:5rem
}
.h-40{
    height:10rem
}
.h-fit{
    height:-moz-fit-content;
    height:fit-content
}
.max-h-40{
    max-height:10rem
}
.max-h-12{
    max-height:3rem
}
.max-h-8{
    max-height:2rem
}
.w-1\/2{
    width:50%
}
.w-12{
    width:3rem
}
.w-8{
    width:2rem
}
.w-16{
    width:4rem
}
.w-full{
    width:100%
}
.w-2\/3{
    width:66.666667%
}
.w-6{
    width:1.5rem
}
.w-1\/4{
    width:25%
}
.w-5{
    width:1.25rem
}
.w-1\/12{
    width:8.333333%
}
.w-20{
    width:5rem
}
.w-40{
    width:10rem
}
.max-w-\[32em\]{
    max-width:32em
}
.max-w-full{
    max-width:100%
}
.max-w-4xl{
    max-width:56rem
}
.flex-none{
    flex:none
}
.table-fixed{
    table-layout:fixed
}
.border-separate{
    border-collapse:initial
}
.border-spacing-2{
    --tw-border-spacing-x:0.5rem;
    --tw-border-spacing-y:0.5rem;
    border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}
.-translate-x-1\/2{
    --tw-translate-x:-50%
}
.-translate-x-1\/2,.-translate-y-full{
    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-y-full{
    --tw-translate-y:-100%
}
.-translate-y-1\/2{
    --tw-translate-y:-50%
}
.-translate-y-1\/2,.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))
}
.grid-cols-3{
    grid-template-columns:repeat(3,minmax(0,1fr))
}
.grid-cols-1{
    grid-template-columns:repeat(1,minmax(0,1fr))
}
.flex-row{
    flex-direction:row
}
.flex-col{
    flex-direction:column
}
.flex-wrap{
    flex-wrap:wrap
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse
}
.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
}
.justify-evenly{
    justify-content:space-evenly
}
.gap-4{
    gap:1rem
}
.gap-5{
    gap:1.25rem
}
.gap-10{
    gap:2.5rem
}
.gap-2{
    gap:.5rem
}
.overflow-hidden{
    overflow:hidden
}
.rounded-lg{
    border-radius:.5rem
}
.rounded-full{
    border-radius:9999px
}
.border-2{
    border-width:2px
}
.border-t-4{
    border-top-width:4px
}
.border-dashed{
    border-style:dashed
}
.border-red{
    --tw-border-opacity:1;
    border-color:rgb(242 44 84/var(--tw-border-opacity))
}
.bg-red\/20{
    background-color:#f22c5433
}
.bg-white{
    --tw-bg-opacity:1;
    background-color:rgb(250 250 250/var(--tw-bg-opacity))
}
.bg-red{
    --tw-bg-opacity:1;
    background-color:rgb(242 44 84/var(--tw-bg-opacity))
}
.object-cover{
    -o-object-fit:cover;
    object-fit:cover
}
.p-4{
    padding:1rem
}
.p-2{
    padding:.5rem
}
.px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
}
.py-4{
    padding-top:1rem;
    padding-bottom:1rem
}
.px-2{
    padding-left:.5rem;
    padding-right:.5rem
}
.px-4{
    padding-left:1rem;
    padding-right:1rem
}
.py-2{
    padding-top:.5rem;
    padding-bottom:.5rem
}
.pl-4{
    padding-left:1rem
}
.pr-4{
    padding-right:1rem
}
.pt-5{
    padding-top:1.25rem
}
.text-center{
    text-align:center
}
.text-justify{
    text-align:justify
}
.text-2xl{
    font-size:1.5rem;
    line-height:2rem
}
.text-base{
    font-size:1rem;
    line-height:1.5rem
}
.text-xs{
    font-size:.75rem;
    line-height:1rem
}
.text-xl{
    font-size:1.25rem;
    line-height:1.75rem
}
.text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
}
.text-sm{
    font-size:.875rem;
    line-height:1.25rem
}
.font-bold{
    font-weight:700
}
.font-normal{
    font-weight:400
}
.uppercase{
    text-transform:uppercase
}
.capitalize{
    text-transform:capitalize
}
.tracking-wide{
    letter-spacing:.025em
}
.text-red{
    --tw-text-opacity:1;
    color:rgb(242 44 84/var(--tw-text-opacity))
}
.text-black{
    --tw-text-opacity:1;
    color:rgb(31 31 31/var(--tw-text-opacity))
}
.text-gray-400{
    --tw-text-opacity:1;
    color:rgb(156 163 175/var(--tw-text-opacity))
}
.line-through{
    text-decoration-line:line-through
}
.shadow-sm{
    --tw-shadow:0 1px 2px 0 #0000000d;
    --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)
}
.shadow-lg,.shadow-sm{
    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 #0000001a,0 4px 6px -4px #0000001a;
    --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}
.transition{
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-backdrop-filter;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.duration-200{
    transition-duration:.2s
}
.ease-in-out{
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
body{
    height:100vh;
    min-height:auto;
    font-family:topaz;
    background-color:#1f1f1f;
    color:#fafafa
}
a{
    text-decoration:none
}
._logo-link{
    margin-left:8px;
    margin-right:8px
}
._logo-link:hover svg path{
    stroke:#fafafa
}
.nav-link{
    border-bottom-width:0;
    background-image:linear-gradient(#0000,#0000),linear-gradient(#fff,#fff);
    background-size:0 3px;
    background-repeat:no-repeat;
    transition:background-size .5s ease-in-out
}
.nav-link,.nav-link:hover{
    background-position:0 100%
}
.nav-link:hover{
    background-size:100% 3px
}
.alert{
    background-color:#fafafa1a;
    animation:pulse 1.2s ease-out 0s infinite
}
.alert:hover{
    background-color:#fafafa40!important
}
@keyframes pulse{
    0%{
        background-color:#fafafa1a
    }
    40%{
        background-color:#fafafa26
    }
    to{
        background-color:#fafafa1a
    }
}
.after\:absolute:after{
    content:var(--tw-content);
    position:absolute
}
.after\:top-0:after{
    content:var(--tw-content);
    top:0
}
.after\:left-0:after{
    content:var(--tw-content);
    left:0
}
.after\:h-1:after{
    content:var(--tw-content);
    height:.25rem
}
.after\:w-1\/2:after{
    content:var(--tw-content);
    width:50%
}
.after\:bg-red:after{
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(242 44 84/var(--tw-bg-opacity))
}
.even\:flex-row-reverse:nth-child(2n){
    flex-direction:row-reverse
}
.hover\:bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgb(250 250 250/var(--tw-bg-opacity))
}
@media (min-width:640px){
    .sm\:col-span-4{
        grid-column:span 4/span 4
    }
    .sm\:col-span-3{
        grid-column:span 3/span 3
    }
    .sm\:col-span-5{
        grid-column:span 5/span 5
    }
    .sm\:col-start-2{
        grid-column-start:2
    }
    .sm\:col-start-6{
        grid-column-start:6
    }
    .sm\:col-start-1{
        grid-column-start:1
    }
    .sm\:col-start-3{
        grid-column-start:3
    }
    .sm\:col-start-4{
        grid-column-start:4
    }
    .sm\:mr-8{
        margin-right:2rem
    }
    .sm\:block{
        display:block
    }
    .sm\:flex{
        display:flex
    }
    .sm\:grid{
        display:grid
    }
    .sm\:hidden{
        display:none
    }
    .sm\:w-24{
        width:6rem
    }
    .sm\:w-full{
        width:100%
    }
    .sm\:grid-cols-10{
        grid-template-columns:repeat(10,minmax(0,1fr))
    }
    .sm\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .sm\:grid-cols-12{
        grid-template-columns:repeat(12,minmax(0,1fr))
    }
    .sm\:flex-wrap{
        flex-wrap:wrap
    }
    .sm\:place-items-stretch{
        place-items:stretch
    }
    .sm\:justify-between{
        justify-content:space-between
    }
    .sm\:p-8{
        padding:2rem
    }
}
@media (min-width:768px){
    .md\:mx-5{
        margin-left:1.25rem;
        margin-right:1.25rem
    }
    .md\:block{
        display:block
    }
    .md\:max-h-24{
        max-height:6rem
    }
    .md\:max-h-16{
        max-height:4rem
    }
    .md\:w-auto{
        width:auto
    }
    .md\:w-1\/2{
        width:50%
    }
    .md\:w-1\/3{
        width:33.333333%
    }
    .md\:w-2\/3{
        width:66.666667%
    }
    .md\:max-w-md{
        max-width:28rem
    }
    .md\:max-w-sm{
        max-width:24rem
    }
    .md\:max-w-xs{
        max-width:20rem
    }
    .md\:max-w-\[64em\]{
        max-width:64em
    }
    .md\:flex-row{
        flex-direction:row
    }
    .md\:flex-nowrap{
        flex-wrap:nowrap
    }
    .md\:justify-between{
        justify-content:space-between
    }
    @media (min-width:768px){
        .md\:md\:justify-between{
            justify-content:space-between
        }
    }
    .md\:py-5{
        padding-top:1.25rem;
        padding-bottom:1.25rem
    }
    .md\:text-base{
        font-size:1rem;
        line-height:1.5rem
    }
}

div.gang-logo {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

div.gang-logo img {
  width:70% !important;
  margin:0 auto !important;
  display:block !important;
  float:none !important;
}

ul.tips {
  padding-left: 10px;
  padding-right: 10px;
}
