body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    border-radius: 6px;
    border: 3px solid black;
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 60vw;
    width: 60vw;
    max-width: 80vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 1001;
}

.modal h2, h3, h4 {
    font-family: 'Brush Script MT';
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    color: yellow;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.modal h2 {
    font-size: 90px;
}

.modal h3 {
    font-size: 62px;
}

.modal h4 {
  font-size: 32px;
}

.modal-buttons {
    text-align: right;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.modal-buttons button {
  padding: 0px 10px;
  font-family: 'Brush Script MT';
  font-weight: bold;
  font-size: 24px;
  border: none;
  background-color: goldenrod;
  border-radius: 6px;
  border: 3px solid black;
  height: 50px;
  vertical-align: bottom;
  cursor: pointer;
}


.column-header {
    display: flex;
    font-weight: bold;
    font-size: 1.1em;
    justify-content: space-between;
    padding: 10px 10px;
    top: 0;
    color: red;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.spacer {
    height: 1px;
    background-color: #555;
    width: 90%;
    margin: 20px auto;
    position: relative;
}

.spacer::after {
    content: '☆☆☆'; 
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    padding: 0 10px;
}

.information {
    padding: 0 10px;
    /* font-size: small; */
    text-align: center;
}

#high-score {
  font-size: 48px;
  color: red;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.paytable {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.paytable-row {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 6px;
    flex-shrink: 0;
    box-shadow: 5px 5px 10px 5px rgba(0, 127, 0, 0.3) inset;
}

.symbols {
    display: flex;
    gap: 6px;
    /* min-width: 260px; */
}

.payout {
    margin-left: auto;
    font-weight: bold;
    color: yellow;
    font-size: 1.1em;
}
.sprite {
    background-image: url("images/symbols4.png");
    background-repeat: no-repeat;
    display: inline-block;
    image-rendering: pixelated;
    background-size: 256px 256px;
  }
  
  .sprite.cherries {
    width: 64px;
    height: 64px;
    background-position: -6px -7px;
  }
  
  .sprite.lemon {
    width: 64px;
    height: 64px;
    background-position: -65px -8px;
  }
  
  .sprite.grapes {
    width: 64px;
    height: 64px;
    background-position: -124px -5px;
  }
  
  .sprite.bell {
    width: 64px;
    height: 64px;
    background-position: -191px -7px;
  }
  
  .sprite.seven {
    width: 64px;
    height: 64px;
    background-position: -7px -68px;
  }
  
  .sprite.clover {
    width: 64px;
    height: 64px;
    background-position: -62px -66px;
  }
  
  .sprite.bar {
    width: 61px;
    height: 64px;
    background-position: -127px -67px;
  }
  
  .sprite.horse {
    width: 62px;
    height: 64px;
    background-position: -188px -65px;
  }
  
  .sprite.wild {
    width: 64px;
    height: 64px;
    background-position: -6px -127px;
  }
  
  .sprite.horseshoe {
    width: 64px;
    height: 64px;
    background-position: -65px -128px;
  }
  
  .sprite.trophy {
    width: 64px;
    height: 64px;
    background-position: -126px -127px;
  }
  
  .sprite.binoculars {
    width: 64px;
    height: 64px;
    background-position: -190px -128px;
  }
  
  .sprite.finish_sign {
    width: 64px;
    height: 64px;
    background-position: -5px -188px;
  }
  
  .sprite.jockey_hat {
    width: 61px;
    height: 64px;
    background-position: -67px -188px;
  }
  
  .sprite.finish {
    width: 64px;
    height: 64px;
    background-position: -128px -189px;
  }
  
  .sprite.camera {
    width: 62px;
    height: 64px;
    background-position: -189px -189px;
  }
  