.gc-vote-box {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 6px) no-repeat, radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%), radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%), radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%), #d182d5;
  border-radius: 8px;
  text-align: center;
}

.gc-vote-box p {
  font-weight: bold;
  margin-bottom: 10px;
}

.gc-vote-btn.gc-voted {
  background: radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%),
  radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%),
  radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%),
  #d182d5!important;
  color: #fff;
  transition: background 0.2s ease;
}


.gc-vote-btn {
  border: none;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 6px) no-repeat, radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%), radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%), radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%), #d182d5!important;
  font-size: 20px;
}

.gc-vote-box .gc-vote-btn:hover {
  background: radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%),
  radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%),
  radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%),
  #d182d5!important;
  color: #fff;
}

.gc-profile-votes {
  margin-top: 10px;
  padding: 10px;
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 5px,
        transparent 5px
      )
      0% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px)
      100% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px)
      0% 100% / 8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100%
      100% / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px)
      calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px)
      calc(100% - 6px) no-repeat,
    radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%),
    radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%),
    radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%), #d182d5;
  border-radius: 10px;
}


.gc-badge-verifie {
  background: #28a745;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}

.gc-profile-percent {
  margin-top: 6px;
  font-weight: bold;
  color: #333;
}

.gc-bar {
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
  margin-top: 5px;
  overflow: hidden;
}

.gc-bar-yes {
  height: 100%;
  background: #28a745;
}

.gc-modal {
  background: #fff;
  padding: 25px;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 5px,
        transparent 5px
      )
      0% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px)
      100% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px)
      0% 100% / 8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100%
      100% / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px)
      calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px)
      calc(100% - 6px) no-repeat,
    radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%),
    radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%),
    radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%), #d182d5;
}

.gc-modal-content p {
  font-size: 16px;
  margin: 0;
  color: #333;
}

/* ===== TOAST ===== */
.gc-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  padding: 14px 22px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gc-toast-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.gc-toast-success {
  background: linear-gradient(135deg, #28a745, #43d471);
}

.gc-toast-error {
  background: linear-gradient(135deg, #dc3545, #ff6b81);
}
.gc-vote-box {
  position: relative;
  z-index: 9999;
  pointer-events: auto;
}

/* Empêche la carte Tinder d'intercepter les événements */
.tinder--card .gc-vote-box,
.tinder--card .gc-vote-box * {
  touch-action: auto !important;
}

