
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social-buttons img {
    width: 40px;
    height: 40px;
}

.game-container {
    margin: 20px auto;
}

#clickButton {
    width: 100px;
    cursor: pointer;
}

#pointsButton {
    width: 120px;
    display: block;
    margin: 10px auto;
}

#cardDisplay img {
    max-width: 90vw;
    max-height: 80vh;
    display: block;
    margin: 20px auto;
}

#collection img {
    height: 150px;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

#collection img:hover {
    transform: scale(1.1);
}

.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 15px black;
}

.popup-content img {
    width: 100%;
    height: auto;
}

.popup-content.small {
    width: 300px;
    text-align: center;
}

.popup-content span {
    position: absolute;
    top: 10px; right: 20px;
    font-size: 28px;
    cursor: pointer;
}

#pointsDisplay {
    font-size: 18px;
    margin: 10px;
}


#clickButton, #pullCard {
    width: 120px;
    height: auto;
    cursor: pointer;
    margin: 10px;
}

.popup-content img.clickable {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.popup-content img.clickable:hover {
    transform: scale(1.05);
}

.close-button {
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#clickButton, #pullCard {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.social-buttons img[src*="youpay"], 
.social-buttons img[src*="throne"] {
    border-radius: 12px;
    overflow: hidden;
}

.close-button {
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    object-fit: contain;
    z-index: 1001;
}

.message-banner {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.site-header {
    font-family: 'Juliet', bold;
    font-size: 3rem;
    margin-bottom: 10px;
    color: #faa5bb;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

body {
    background: url('spiral-bg.gif') center center fixed;
    background-size: cover;
    color: white;
}

body, h1, h2, h3, h4, h5, h6, p, span, div, button {
    font-family: 'Brush Script MT', cursive !important;
    color: #faa5bb;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}







button



.reset-btn {
    margin-top: 15px;
    padding: 8px 16px;
    font-size: 1.2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff5f5;
    color: #fff5f5;
    font-family: 'Brush Script MT', cursive;
    cursor: pointer;
}

.social-buttons img.social-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    margin: 0 4px;
}

.popup img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  margin: auto;
}

.popup-content {
  overflow-y: auto;
  max-height: 90vh;
  padding: 10px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  max-width: 90vw;
  max-height: 90vh;
  margin: 5vh auto;
  background: transparent;
  text-align: center;
}

.popup-content img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
  display: block;
  margin: auto;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

.reset-text-button {
  font-family: "Brush Script MT", cursive;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff5f5;
  color: #fff5f5;
  padding: 6px 16px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
