h1,
h2,
h3 {
  color: #007acc;
}
button {
  padding: 8px 12px;
  margin: 4px;
}
.invite-popup {
  border: 1px solid #007acc;
  padding: 8px;
  margin: 4px;
}

/** new */
/* =====================================================
   RESET + BASE
===================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
button:not(.rate-btn),
input,
textarea,
body {
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.stat-value,
#timer-number {
  font-family: sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(1200px 800px at top, #1b1f2a, #0c0f16);
  color: #f2f2f2;
  text-align: center;
  overflow-x: hidden;
}
/*font */

/* =====================================================
   TYPOGRAPHY
===================================================== */
h1,
h2,
h3,
h4 {
  margin: 0 0 12px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.9;
}

/* =====================================================
   LAYOUT
===================================================== */
.container {
  max-width: 420px;
  margin: 0 auto;
  padding: 16px;
}

#status {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.85;
}

/* =====================================================
   QUESTION CARD
===================================================== */
#question-box {
  margin-top: 24px;
  background: linear-gradient(180deg, #1f2433, #141826);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border-radius: 22px;
  padding: 22px 18px 26px;

  animation: fadeUp 0.6s ease;
}

#question-title {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #ff7abf;
}
#question-title.male-style {
  color: #35a0e7;
}

#question-subtitle {
  font-size: 14px;
  color: #ff7abf;
  margin-bottom: 14px;
}
body[data-gender="male"] #question-subtitle {
  font-size: 14px;
  color: #35a0e7;
  margin-bottom: 14px;
}
/* =====================================================
   MEDIA
===================================================== */
#question-image {
  max-width: 100%;
  border-radius: 18px;
  margin: 12px auto 16px;
  display: block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* =====================================================
   COUNTER
===================================================== */
/*.counter {
  font-size: 34px;
  font-weight: 800;
  margin: 14px 0 18px;
  letter-spacing: 1px;
  color: #ffd166;
  text-shadow: 0 0 18px rgba(255, 209, 102, 0.25);
}
*/
/* =====================================================
   BUTTONS (GLOBAL)
===================================================== */
button {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #ff5fa2, #ff2d75);
  box-shadow: 0 10px 25px rgba(255, 45, 117, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.score-info {
  margin-top: 12px;
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;

  color: #fff;
  background: linear-gradient(135deg, #ff5fa2, #ff2d75);
  box-shadow: 0 0 20px 10px #9b0337, inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255, 45, 117, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

button:active {
  transform: scale(0.97);
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* =====================================================
   SPECIAL BUTTONS
===================================================== */
#finished-btn {
  margin-top: 8px;
  width: 100%;
  background: linear-gradient(135deg, #7c8cff, #4c5cff);
  box-shadow: 0 10px 25px rgba(76, 92, 255, 0.35);
}

body[data-gender="male"] #finished-btn {
  background: linear-gradient(135deg, #ff5fa2, #ff2d75);
  box-shadow: 0 10px 25px rgba(255, 45, 117, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* =====================================================
   RATING
===================================================== */
#rating-box {
  animation: fadeCenter 0.4s ease;
  position: fixed;
  top: calc(50% - 80px);
  left: 0;
  right: 0;
  padding: 15px;

  background: linear-gradient(180deg, #1f2433, #141826);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#rating-box p {
  margin-bottom: 12px;
  font-size: 15px;
  opacity: 0.9;
}

.rate-btn {
  width: 42px;
  height: 42px;
  margin: 6px;
  padding: 0;
  font-size: 14px;
  background: linear-gradient(135deg, #2a2f45, #1a1f33);
  color: #ffd166;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rate-btn:hover {
  background: linear-gradient(135deg, #ffd166, #ffb703);
  color: #1a1f33;
  box-shadow: 0 10px 24px rgba(255, 209, 102, 0.45);
}

/* =====================================================
   UTILITIES
===================================================== */
.hidden {
  display: none !important;
}

/* =====================================================
   ANIMATIONS
===================================================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeCenter {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* =====================================================
   MOBILE POLISH
===================================================== */
@media (max-width: 360px) {
  #question-title {
    font-size: 17px;
  }
  /*
  .counter {
    font-size: 30px;
  }
*/
  button {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.logout {
  display: inline-flex;
  align-items: center; /* ← الحل الحقيقي للمحاذاة العمودية */
  gap: 8px;
  background: linear-gradient(135deg, #837c7f, #431f2b);
  box-shadow: 0 10px 25px #431f2b, inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* =====================
   TOP GAME STATS (HUD)
===================== */

.game-stats {
  display: flex;
  gap: 12px;
  margin: 15px;
}

/* كل عنصر كرت */
.stat-card {
  flex: 1;
  background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
  border-radius: 16px;
  padding: 12px 14px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* النص العلوي */
.stat-label {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  line-height: 1.4;
}

/* القيمة */
.stat-value {
  margin-top: 6px;
  font-size: 22px;
  font-weight: bold;
  color: #4dd6ff;
}
body[data-gender="male"] .stat-value {
  color: #ff4ecd; /* لمسة sexy */
}

/* تمييز المستوى */
#level {
  color: #4dd6ff;
}
body[data-gender="male"] #level {
  color: #ff4ecd;
}

/* موبايل صغير */
@media (max-width: 420px) {
  .stat-value {
    font-size: 20px;
  }
}

/* timer overlay */
/* =====================
   FULL SCREEN TIMER
===================== */

#timer-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* لا يمنع الضغط على الأزرار */
  z-index: 999;
}

/* الرقم نفسه */
#timer-number {
  font-size: 96px;
  font-weight: 900;
  color: #ff4ecd;

  opacity: 1;
  transform: scale(0.2);

  text-shadow: 0 0 20px rgba(255, 78, 205, 0.6),
    0 0 60px rgba(255, 78, 205, 0.3);
}
#timer-number.male-style {
  color: #35a0e7;
  text-shadow: 0 0 20px rgba(78, 149, 255, 0.6), 0 0 60px rgba(41, 77, 131, 0.3);
}

/* تشغيل الأنيميشن */
#timer-number.animate {
  animation: timerPop 1s ease-out forwards;
}

/* الأنيميشن */
@keyframes timerPop {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* موبايل */
@media (max-width: 480px) {
  #timer-number {
    font-size: 72px;
  }
}

/* =====================
   POPUP
===================== */

#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 20, 0.65);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

#popup-box {
  background: linear-gradient(145deg, #181828, #101018);
  color: #fff;
  border-radius: 22px;
  padding: 26px 24px;
  max-width: 320px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 78, 205, 0.25);
  animation: popupIn 0.35s ease;
}

#popup-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#popup-btn {
  background: linear-gradient(135deg, #ff4ecd, #ff7bd8);
  border: none;
  color: #dfbbd9 /*#fff*/;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#popup-btn:active {
  transform: scale(0.96);
}

.popup-hidden {
  display: none;
}

/* =====================
 ANIMATION
===================== */
@keyframes popupIn {
  0% {
    transform: scale(0.7) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

#status {
  text-shadow: 0 0 4px #ffffff;
}

/* =====================
   AUTH FORM
===================== */

.auth-form {
  max-width: 360px;
  margin: 15px auto;
  padding: 30px 26px 0;
  background: linear-gradient(160deg, #161626, #0f0f18);
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 78, 205, 0.15);
  text-align: center;
}

.auth-title {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
}

.auth-form .field {
  margin-bottom: 20px;
  text-align: right;
}

.field .form-sub-title {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}
.auth-form label {
  /*display: block;*/
  margin-bottom: 6px;
  font-size: 14px;
  color: #cfcfe8;
}

.auth-form input,
.auth-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: none;
  outline: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: all 0.25s ease;
}

.auth-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-left: 44px; /* مسافة للسهم */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 18px;
}
.auth-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.auth-form input:focus,
.auth-form select:focus {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 78, 205, 0.35);
}

.auth-form select option {
  background: #111;
  color: #fff;
}

.auth-form select option {
  background-color: #0f0f18;
  color: #fff;
  padding: 25px;
  font-size: 25px;
}

/* =====================
 PRIMARY BUTTON
===================== */

.btn-primary {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  border-radius: 999px;
  border: none;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff4ecd, #ff7bd8);
  box-shadow: 0 10px 30px rgba(255, 78, 205, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary:active {
  transform: scale(0.96);
  box-shadow: 0 6px 18px rgba(255, 78, 205, 0.4);
}

#incoming-invites {
  margin-bottom: 10px;
}

#settings-form {
  text-align: right;
  padding: 15px;
}

#settings-form label {
  padding-bottom: 15px;
  /*display: inline-block;*/
}
input {
  margin-top: 10px;
}

/* radio boxes and checkboxes */
:root {
  --accent: #ff4d6d;
  --accent-soft: rgba(255, 77, 109, 0.25);
  --bg-glass: rgba(255, 255, 255, 0.08);
  --border-soft: rgba(255, 255, 255, 0.25);
  --text-main: #fff;

  --accent-female: #ff4ecd /*#cf6cb2*/;
  --accent-female-light: #cf6cb2;
  --accent-male: #175ae9;
  --accent-male-light: #4175e4;
  --reveal: 0;
}

.fancy-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: var(--bg-glass);
  border: 1px solid var(--border-soft);
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.fancy-check:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fancy-check input {
  display: none;
}

.check-ui {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  flex-shrink: 0;
  transition: all 0.25s ease;
  display: inline-block;
}

.fancy-check input:checked + .check-ui {
  background: linear-gradient(135deg, #ff4d6d, #ff8fa3);
  border-color: transparent;
  box-shadow: 0 0 18px rgba(255, 77, 109, 0.6);
}

.check-ui::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.fancy-check input:checked + .check-ui::after {
  transform: rotate(45deg) scale(1);
}

.check-text {
  color: var(--text-main);
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
}

.fancy-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  margin-top: 10px;
  border-radius: 16px;
  background: var(--bg-glass);
  border: 1px solid var(--border-soft);
  cursor: pointer;
  transition: all 0.25s ease;
}

.fancy-radio:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fancy-radio input {
  display: none;
}

.radio-ui {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--border-soft);
  position: relative;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.radio-ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--accent-female),
    var(--accent-female-light)
  );
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
}

.fancy-radio input:checked + .radio-ui {
  border-color: var(--accent-female);
  box-shadow: 0 0 18px var(--accent-soft);
}
.male-style .radio-ui::after {
  background: linear-gradient(
    135deg,
    var(--accent-male),
    var(--accent-male-light)
  );
}

.fancy-radio.male-style input:checked + .radio-ui {
  border-color: var(--accent-male);
}
.fancy-radio input:checked + .radio-ui::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio-text {
  color: var(--text-main);
  font-size: 15px;
}

.fancy-check input:disabled + .check-ui,
.fancy-radio input:disabled + .radio-ui {
  opacity: 0.4;
}

.fancy-check input:disabled ~ .check-text,
.fancy-radio input:disabled ~ .radio-text {
  opacity: 0.5;
}

.fancy-check input:disabled,
.fancy-radio input:disabled {
  cursor: not-allowed;
}

/*loader */

.loader {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 25, 0.85);
  backdrop-filter: blur(6px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader.hidden {
  display: none;
}

.loader-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ff4d8d;
  animation: spin 1s linear infinite;
}
@keyframes loaderImageAnimation {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.loader img {
  max-width: 300px;
  animation: loaderImageAnimation 1s ease-in-out infinite;
}
.loader .loader-img {
  width: 100%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.refresh-btn-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}
.refresh-btn-container #refresh {
  background: #161616;
  font-size: 8px;
  padding: 8px;
  color: #afa4a4;
  font-weight: bold;
}
.logout-btn-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

/* level bar */

.heat-level {
  position: relative;
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}

.heat-bar {
  position: relative;
  height: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}

/* FULL gradient — NEVER moves */
.heat-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #00c6ff 0%,
    #0072ff 20%,
    #7b2cff 40%,
    #ff2d55 65%,
    #ff8c00 85%,
    #ff0000 100%
  );

  /* MASK */
  --mask: linear-gradient(
    90deg,
    #fff 0%,
    #fff var(--reveal),
    transparent var(--reveal),
    transparent 100%
  );

  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);

  transition: mask-position 0.4s ease;
}

.heat-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;

  font-size: 12px;
  opacity: 0.9;
}

/*** suggest question **/

#suggest-question-btn {
  position: fixed;
  bottom: 5px;
  left: 5px;
  padding: 10px;
  right: auto;
  font-size: 12px;
  width: auto;
  text-decoration: none;
}

#about-game-btn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 10px;
  left: auto;
  font-size: 12px;
  width: auto;
  text-decoration: none;
}
.h1-title {
  margin: 0;
  padding: 15px 0 0;
  color: #ff4ecd;
}
#popup-text ul {
  display: inline-block;
}

.green {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

/* Overlay */
#popup-overlay-for-answer.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Popup box */
#popup-overlay-for-answer .popup {
  background: #111;
  color: #fff;
  width: 90%;
  max-width: 400px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(46, 204, 113, 0.35);
  position: relative;
  animation: pop 0.3s ease;
}

/* Animation */
@keyframes pop {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close button */
#popup-overlay-for-answer .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #aaa;
}

#popup-overlay-for-answer #my-answer {
  margin-top: 20px;
}
#popup-overlay-for-answer .close-btn:hover {
  color: #fff;
}

/* Textarea */
#popup-overlay-for-answer .popup textarea {
  width: 100%;
  min-height: 120px;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 12px;
  border: none;
  outline: none;
  resize: none;
  font-size: 15px;
}
.strong {
  font-weight: bold;
  font-size: 24px;
  color: #ff4ecd;
}
.version {
  width: 100%;
  font-family: "Arial", "Times New Roman", Times, serif;
  font-size: 10px;
  text-align: center;
  font-style: italic;
  text-shadow: #000 1px 1px 2px;
}
.en-text {
  font-family: "Arial", "Times New Roman", Times, serif, sans-serif;
}
/* زر المشاركة */
.share-btn {
  background: linear-gradient(135deg, #1f4f57, #2cafb9);
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  margin-top: 0;
}
.share-btn:hover {
  transform: scale(1.05);
}

/* خلفية المودال */
.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* البطاقة */
.share-card {
  background: #1f1f1f;
  color: #fff;
  width: 340px;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  animation: popshare 0.4s ease;
}

@keyframes popshare {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.share-card h2 {
  margin: 0 0 5px;
}

.share-card p {
  color: #aaa;
  font-size: 14px;
}

/* اغلاق */
#closeShare {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
}

/* ازرار السوشيال */
.share-links {
  margin: 20px 0;
}

.share-links a {
  display: block;
  padding: 12px;
  margin: 10px 0;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.wa {
  background: #25d366;
}

.fb {
  background: #1877f2;
}

/* نسخ الرابط */
.copy-box {
  display: flex;
  gap: 10px;
}

.copy-box input {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  border: none;
}

.copy-box button {
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0;
}
#gameLink {
  text-align: left;
  margin: 0;
  padding: 0 6px;
}
