/* FOOTPASS v2 · Portail d'entrée (one-time). Modern Black + or, privilège & sécurité. */
.wg {
  position: absolute; inset: 0; z-index: 70;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 0 30px; overflow: hidden; cursor: pointer;
  font-family: 'Inter', sans-serif; color: #FAFAFA;
  background: #050506;
  animation: wgIn 500ms ease both;
}
@keyframes wgIn { from { opacity: 0; } }
.wg.beat-exit { animation: wgOut 600ms cubic-bezier(0.5, 0, 0.2, 1) both; }
@keyframes wgOut { to { opacity: 0; transform: scale(1.04); } }

.wg-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 38%, rgba(212,175,55,0.14), transparent 60%),
    radial-gradient(100% 70% at 50% 120%, rgba(0,163,126,0.10), transparent 55%),
    #060605;
}
.wg-grid {
  position: absolute; inset: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(70% 55% at 50% 40%, #000, transparent 75%);
  mask-image: radial-gradient(70% 55% at 50% 40%, #000, transparent 75%);
}

/* ═══ Sas de sécurité : anneaux + emblème ═══ */
.wg-stage {
  position: relative; width: 168px; height: 168px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 30px;
}
.wg-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.35);
}
@media (prefers-reduced-motion: no-preference) {
  .wg-ring { animation: wgRing 2.4s ease-out infinite; opacity: 0; }
  .wg-ring.r2 { animation-delay: 0.8s; }
  .wg-ring.r3 { animation-delay: 1.6s; }
}
@keyframes wgRing {
  0% { transform: scale(0.55); opacity: 0; }
  18% { opacity: 0.8; }
  100% { transform: scale(1.25); opacity: 0; }
}
/* Balayage de scan qui tourne (sécurité) · s'efface une fois ouvert */
.wg-sweep {
  position: absolute; inset: -6px; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(0,196,154,0.0) 250deg, rgba(0,196,154,0.55) 330deg, transparent 360deg);
  -webkit-mask: radial-gradient(circle, transparent 64px, #000 65px);
  mask: radial-gradient(circle, transparent 64px, #000 65px);
  transition: opacity 500ms;
}
@media (prefers-reduced-motion: no-preference) {
  .wg-sweep { animation: wgSpin 1.5s linear infinite; }
}
@keyframes wgSpin { to { transform: rotate(360deg); } }
.wg.beat-open .wg-sweep, .wg.beat-welcome .wg-sweep, .wg.beat-exit .wg-sweep { opacity: 0; }

.wg-emblem {
  position: relative; width: 104px; height: 104px; border-radius: 30px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #1A1610, #0B0A07);
  border: 1px solid rgba(212,175,55,0.45);
  box-shadow: 0 0 0 0 rgba(212,175,55,0.35), 0 18px 50px rgba(0,0,0,0.6);
  animation: wgEmblemIn 800ms cubic-bezier(0.2, 0, 0.2, 1.2) both;
  transition: box-shadow 600ms, border-color 600ms;
}
@keyframes wgEmblemIn { from { opacity: 0; transform: scale(0.6) translateY(8px); } }
.wg-mark { width: 52px; height: auto; opacity: 0.96; }
.wg.beat-open .wg-emblem, .wg.beat-welcome .wg-emblem {
  border-color: rgba(212,175,55,0.7);
  box-shadow: 0 0 38px rgba(212,175,55,0.32), 0 18px 50px rgba(0,0,0,0.6);
}

/* Cadenas → coche, ancré en bas de l'emblème */
.wg-lock {
  position: absolute; bottom: -9px; right: -9px;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #11110F; border: 1px solid rgba(212,175,55,0.5); color: #E8C96A;
  transition: color 400ms, border-color 400ms, transform 400ms;
}
.wg-lock-closed, .wg-lock-open { position: absolute; transition: opacity 350ms, transform 350ms; }
.wg-lock-open { opacity: 0; transform: scale(0.5); color: var(--acc-bright, #00C49A); }
.wg.beat-open .wg-lock, .wg.beat-welcome .wg-lock {
  border-color: color-mix(in srgb, var(--acc-bright, #00C49A) 70%, transparent);
  transform: scale(1.08);
}
.wg.beat-open .wg-lock-closed, .wg.beat-welcome .wg-lock-closed { opacity: 0; transform: scale(0.5); }
.wg.beat-open .wg-lock-open, .wg.beat-welcome .wg-lock-open { opacity: 1; transform: scale(1); color: var(--acc-bright, #00C49A); }

/* ═══ Texte ═══ */
.wg-copy { text-align: center; position: relative; z-index: 1; }
.wg-kicker { position: relative; height: 12px; margin-bottom: 15px; }
.wg-kicker span {
  position: absolute; left: 0; right: 0; white-space: nowrap;
  font: 700 8.5px/1 'Orbitron', sans-serif; letter-spacing: 0.2em;
  transition: opacity 400ms;
}
.wg-status-seal { color: #9C8F6E; }
.wg-status-open { color: var(--acc-bright, #00C49A); opacity: 0; }
.wg.beat-open .wg-status-seal, .wg.beat-welcome .wg-status-seal { opacity: 0; }
.wg.beat-open .wg-status-open, .wg.beat-welcome .wg-status-open { opacity: 1; }

.wg-title {
  margin: 0; font: 800 27px/1.15 'Inter', sans-serif; letter-spacing: -0.03em; color: #FAFAFA;
  opacity: 0; transform: translateY(12px);
}
.wg-title b { color: #E8C96A; font-weight: 800; }
.wg-sub {
  margin: 12px auto 0; max-width: 290px;
  font: 400 13px/1.5 'Inter', sans-serif; color: #9C9CA4;
  opacity: 0; transform: translateY(12px);
}
.wg-badges {
  display: flex; justify-content: center; gap: 8px; margin-top: 18px;
  opacity: 0; transform: translateY(12px);
}
.wg-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px; border-radius: 99px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  font: 600 10.5px/1 'Inter', sans-serif; color: #D4D4D8;
}
.wg-badge svg { color: var(--acc-bright, #00C49A); flex-shrink: 0; }

/* Sceau crypto compact (mode vérification) · estampille officielle */
.wg-seal {
  position: relative; overflow: hidden;
  display: inline-flex; flex-direction: column; gap: 8px; align-items: center;
  margin: 6px auto 0; padding: 12px 20px 11px; border-radius: 13px;
  background: linear-gradient(155deg, rgba(212,175,55,0.13), rgba(212,175,55,0.03));
  border: 1px solid rgba(212,175,55,0.34);
  box-shadow: inset 0 1px 0 rgba(255,232,150,0.10);
}
.wg-seal::before {
  content: ''; position: absolute; top: 0; left: -45%; width: 45%; height: 100%; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,234,165,0.16), transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .wg.beat-welcome .wg-seal::before { animation: wgSheen 2.8s ease-in-out 1.15s infinite; }
}
@keyframes wgSheen { 0% { left: -45%; } 60%, 100% { left: 135%; } }
.wg-seal-top {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; padding-bottom: 8px;
  border-bottom: 1px solid rgba(212,175,55,0.18);
  font: 700 9px/1 'Orbitron', sans-serif; letter-spacing: 0.18em; color: #E8C96A;
}
.wg-seal-top > svg { flex-shrink: 0; }
.wg-seal-ok {
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; border-radius: 50%;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 20%, transparent);
  color: var(--acc-bright, #00C49A);
}
.wg-seal-hash {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 11px/1 'SF Mono', ui-monospace, monospace; letter-spacing: 0.08em; color: #F0E2B8; min-height: 13px;
}
.wg-seal-hash b {
  font: 700 7.5px/1 'Orbitron', sans-serif; letter-spacing: 0.1em; color: #BBA76A;
  padding: 3px 6px; border-radius: 5px;
  background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.24);
}
.wg-seal-foot { font: 400 9px/1 'Inter', sans-serif; color: #9C8F6E; }

/* Garanties de confiance (mode vérification) · ce qui est public, ce qui reste privé */
.wg-guards {
  display: flex; flex-direction: column;
  margin: 18px auto 0; max-width: 300px; width: 100%;
  padding: 4px 6px; border-radius: 16px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.09);
  opacity: 0; transform: translateY(12px);
}
.wg-guard {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 13px; text-align: left;
}
.wg-guard + .wg-guard { border-top: 1px solid rgba(255,255,255,0.055); }
.wg-guard-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0; margin-top: 1px;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 15%, transparent);
  color: var(--acc-bright, #00C49A);
}
.wg-guard-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.wg-guard-txt b { font: 600 12.5px/1.15 'Inter', sans-serif; letter-spacing: 0.005em; color: #F4F4F5; }
.wg-guard-txt em { font: 400 11px/1.4 'Inter', sans-serif; font-style: normal; color: #9C9CA4; }
/* Apparition étagée au beat 'welcome' */
.wg.beat-welcome .wg-title { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 40ms both; }
.wg.beat-welcome .wg-holder { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 140ms both; }
.wg.beat-welcome .wg-sub { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 240ms both; }
.wg.beat-welcome .wg-badges { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 320ms both; }
.wg.beat-welcome .wg-seal { animation: wgStamp 640ms cubic-bezier(0.18,0.86,0.22,1.04) 360ms both; }
.wg.beat-welcome .wg-guards { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 360ms both; }
.wg-seal { opacity: 0; transform: translateY(12px); }
@keyframes wgRise { to { opacity: 1; transform: none; } }
@keyframes wgStamp {
  0%   { opacity: 0; transform: translateY(9px) scale(1.16); box-shadow: 0 0 0 rgba(212,175,55,0); }
  55%  { opacity: 1; box-shadow: 0 0 36px rgba(212,175,55,0.42); }
  72%  { transform: translateY(0) scale(0.975); }
  100% { opacity: 1; transform: none; box-shadow: 0 0 0 rgba(212,175,55,0); }
}

/* Nom du porteur · ligne d'identité, comme sur une carte officielle */
.wg-holder {
  margin-top: 9px;
  font: 600 16px/1.25 'Inter', sans-serif; letter-spacing: 0.005em;
  color: #F0F0F3;
  opacity: 0; transform: translateY(12px);
}
.wg-holder-label {
  display: block; margin-bottom: 6px;
  font: 700 8px/1 'Orbitron', sans-serif; letter-spacing: 0.24em; text-transform: uppercase;
  color: #9C8F6E;
}

/* Trame guilloché · texture de document officiel autour de l'emblème */
.wg-guilloche {
  position: absolute; inset: -16px; border-radius: 50%; pointer-events: none;
  background: repeating-radial-gradient(circle at 50% 50%, rgba(212,175,55,0.13) 0 1px, transparent 1px 6px);
  -webkit-mask: radial-gradient(circle, transparent 56px, #000 59px, #000 88px, transparent 93px);
  mask: radial-gradient(circle, transparent 56px, #000 59px, #000 88px, transparent 93px);
  opacity: 0.55;
}

/* Onde de certification · jaillit de l'emblème à l'instant du sceau */
.wg-certpulse {
  position: absolute; left: 50%; top: 50%;
  width: 128px; height: 128px; margin: -64px 0 0 -64px;
  border-radius: 50%; border: 1.5px solid rgba(212,175,55,0.6);
  opacity: 0; pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .wg.beat-welcome .wg-certpulse { animation: wgCertPulse 950ms cubic-bezier(0.2,0.6,0.2,1) 360ms both; }
}
@keyframes wgCertPulse {
  0%   { transform: scale(0.5); opacity: 0; }
  22%  { opacity: 0.85; }
  100% { transform: scale(2.7); opacity: 0; border-color: rgba(0,196,154,0.4); }
}

/* ═══ CTA + hint ═══ */
.wg-enter {
  position: absolute; left: 30px; right: 30px; bottom: 64px;
  height: 54px; border-radius: 16px; border: none; cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF, #EFEEE9); color: #0F0F0F;
  font: 700 14.5px/1 'Inter', sans-serif; letter-spacing: -0.01em;
  box-shadow: 0 12px 34px rgba(0,0,0,0.5), 0 0 24px rgba(212,175,55,0.10), inset 0 1px 0 rgba(255,255,255,0.7);
  opacity: 0; transform: translateY(14px);
}
.wg.beat-welcome .wg-enter { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 460ms both; }
.wg-enter:active { background: #E4E4E7; }

/* Action secondaire · partager son Pass ID */
.wg-share {
  position: absolute; left: 30px; right: 30px; bottom: 126px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 48px; border-radius: 14px; cursor: pointer;
  background: rgba(232,201,106,0.06);
  border: 1px solid rgba(232,201,106,0.30); color: #E8C96A;
  font: 700 13px/1 'Inter', sans-serif; letter-spacing: -0.005em;
  opacity: 0; transform: translateY(14px);
  transition: background 160ms ease, border-color 160ms ease;
}
.wg-share:active { background: rgba(232,201,106,0.12); border-color: rgba(232,201,106,0.5); }
.wg.beat-welcome .wg-share { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 540ms both; }
.wg-hint {
  position: absolute; left: 0; right: 0; bottom: 28px;
  max-width: 280px; margin: 0 auto; padding: 0 24px; text-align: center; text-wrap: balance;
  font: 500 10.5px/1.45 'Inter', sans-serif; color: #5E5E66;
  opacity: 0;
}
.wg.beat-welcome .wg-hint { animation: wgHint 500ms ease 900ms both; }
@keyframes wgHint { to { opacity: 1; } }

/* ═══════ MODE VÉRIFICATION · écran unique « Pass ID activé » ═══════ */
.wg-verify { padding: 0 26px; }

/* Émission du Pass · brève attente avant la révélation de la carte */
.wg-gen { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.wg-gen-ring {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid rgba(212,175,55,0.18); border-top-color: #E8C96A;
  animation: wgSpin 0.85s linear infinite;
}
.wg-gen-label { font: 600 10px/1 'Orbitron', sans-serif; letter-spacing: 0.18em; color: #9C8F6E; }

.wg-vwrap {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  width: 100%; max-width: 344px;
}
.wg-vkicker {
  font: 700 8.5px/1 'Orbitron', sans-serif; letter-spacing: 0.2em; color: var(--acc-bright, #00C49A);
  margin-bottom: 12px;
  opacity: 0; transform: translateY(10px);
}
/* Logo FOOTPASS · ancré en haut de l'écran de certification */
.wg-vlogo {
  position: absolute; top: 78px; left: 50%; transform: translateX(-50%) translateY(10px);
  width: 132px; height: 25px; z-index: 2;
  background: url('../assets/logotype_white.png') center/contain no-repeat;
  opacity: 0;
}
.wg.beat-welcome .wg-vlogo { animation: wgLogoIn 600ms cubic-bezier(0.2,0,0,1) both; }
@keyframes wgLogoIn { to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.wg-verify .wg-title { font-size: 28px; }
.wg-verify .wg-sub { max-width: 314px; margin-top: 10px; }

/* La carte Pass ID · héros de l'écran, jaillit avec une onde de certification */
.wg-cardhero {
  position: relative; width: 100%; max-width: 322px; margin: 22px auto 0;
  display: flex; align-items: center; justify-content: center; text-align: left;
  opacity: 0; transform: translateY(16px) scale(0.94);
}
.wg-cardglow {
  position: absolute; inset: -20% -8%; border-radius: 32px; pointer-events: none;
  background: radial-gradient(58% 70% at 50% 46%, rgba(212,175,55,0.30), transparent 72%);
}
.wg-card { position: relative; width: 100%; z-index: 1; }
.wg-cardhero .wg-certpulse { width: 168px; height: 168px; margin: -84px 0 0 -84px; }

.wg-checklist {
  display: grid; grid-template-columns: auto auto; gap: 11px 22px;
  justify-content: center; margin: 22px auto 0;
  opacity: 0; transform: translateY(12px);
}
.wg-check {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  font: 600 12.5px/1 'Inter', sans-serif; letter-spacing: 0.005em; color: #E4E4E7;
}
.wg-check-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 19px; height: 19px; border-radius: 50%; flex-shrink: 0;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 18%, transparent);
  color: var(--acc-bright, #00C49A);
}

/* Apparition étagée à la révélation */
.wg.beat-welcome .wg-vkicker   { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 20ms both; }
.wg.beat-welcome .wg-cardhero  { animation: wgCardIn 720ms cubic-bezier(0.18,0.7,0.2,1.05) 240ms both; }
.wg.beat-welcome .wg-checklist { animation: wgRise 600ms cubic-bezier(0.2,0,0,1) 480ms both; }
@keyframes wgCardIn { to { opacity: 1; transform: none; } }

/* ═══════ FEUILLE DE PARTAGE · effet boule de neige ═══════ */
.wgsh { position: absolute; inset: 0; z-index: 40; display: flex; flex-direction: column; justify-content: flex-end; }
.wgsh-scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.62); backdrop-filter: blur(3px); animation: wgshFade 220ms ease both; }
@keyframes wgshFade { from { opacity: 0; } to { opacity: 1; } }
.wgsh-sheet {
  position: relative; z-index: 1;
  background: #16161A; border-top: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px 26px 0 0; padding: 10px 20px calc(20px + env(safe-area-inset-bottom));
  box-shadow: 0 -24px 60px rgba(0,0,0,0.5);
  animation: wgshUp 320ms cubic-bezier(0.18,0.7,0.2,1.02) both;
}
@keyframes wgshUp { from { transform: translateY(102%); } to { transform: translateY(0); } }
.wgsh-grab { width: 38px; height: 4.5px; border-radius: 999px; background: rgba(255,255,255,0.2); margin: 0 auto 16px; }

.wgsh-prev { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 2px 2px 18px; }
.wgsh-prevcard {
  width: 100%; max-width: 300px; position: relative;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,0.5));
}
.wgsh-prevtxt { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; min-width: 0; }
.wgsh-prevtxt b { font: 700 16px/1.15 'Inter', sans-serif; letter-spacing: -0.01em; color: #F4F4F5; }
.wgsh-prevtxt em {
  display: inline-flex; align-items: center; gap: 5px; font-style: normal;
  font: 600 12px/1 'Inter', sans-serif; color: var(--acc-bright, #00C49A);
}

.wgsh-label { font: 700 10px/1 'Inter', sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: #6E6E76; padding: 0 2px 14px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px; }
.wgsh-apps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 8px; }
.wgsh-app { display: flex; flex-direction: column; align-items: center; gap: 8px; background: none; border: none; cursor: pointer; padding: 0; }
.wgsh-ic {
  width: 56px; height: 56px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 130ms ease;
}
.wgsh-app:active .wgsh-ic { transform: scale(0.92); }
.wgsh-applbl { font: 500 11px/1 'Inter', sans-serif; color: #B5B5BA; }

.wgsh-snow {
  display: flex; align-items: flex-start; gap: 11px; margin-top: 18px;
  padding: 13px 14px; border-radius: 14px;
  background: rgba(232,201,106,0.07); border: 1px solid rgba(232,201,106,0.22);
}
.wgsh-snow-ic { color: #E8C96A; flex-shrink: 0; margin-top: 1px; }
.wgsh-snow-txt { display: flex; flex-direction: column; gap: 3px; font: 400 11.5px/1.45 'Inter', sans-serif; color: #B7AC8A; text-align: left; }
.wgsh-snow-txt b { font-weight: 700; color: #E8C96A; letter-spacing: 0.005em; }

.wgsh-cancel {
  width: 100%; height: 50px; margin-top: 16px; border-radius: 14px; cursor: pointer;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: #E4E4E7;
  font: 700 14px/1 'Inter', sans-serif; letter-spacing: -0.01em;
}
.wgsh-cancel:active { background: rgba(255,255,255,0.1); }

/* ═══════════════════════════════════════════════════════════
   THÈME CLAIR · écran de certification + feuille de partage
   ═══════════════════════════════════════════════════════════ */
.ob.light .wg-verify { background: #F4F5F4; color: #0F0F10; }
.ob.light .wg-verify .wg-bg {
  background:
    radial-gradient(120% 80% at 50% 36%, rgba(212,175,55,0.16), transparent 58%),
    radial-gradient(100% 70% at 50% 120%, rgba(0,163,126,0.08), transparent 55%),
    #F4F5F4;
}
.ob.light .wg-verify .wg-grid {
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(15,15,16,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,15,16,0.04) 1px, transparent 1px);
}
.ob.light .wg-vlogo { background-image: url('../assets/logotype_black.png'); }
.ob.light .wg-verify .wg-vkicker { color: var(--acc, #00A37E); }
.ob.light .wg-verify .wg-title { color: #0F0F10; }
.ob.light .wg-verify .wg-sub { color: #5E5E66; }
.ob.light .wg-verify .wg-check { color: #3A3A42; }
.ob.light .wg-verify .wg-check-ic {
  background: color-mix(in srgb, var(--acc, #00A37E) 14%, transparent); color: var(--acc, #00A37E);
}

/* Bouton secondaire · partage (or plus profond sur fond clair) */
.ob.light .wg-verify .wg-share {
  background: rgba(176,135,30,0.07); border-color: rgba(176,135,30,0.34); color: #9A7A22;
}
.ob.light .wg-verify .wg-share:active { background: rgba(176,135,30,0.13); border-color: rgba(176,135,30,0.5); }

/* CTA principal · Modern Black sur fond clair */
.ob.light .wg-verify .wg-enter {
  background: linear-gradient(180deg, #1C1C1F, #0E0E10); color: #FFFFFF;
  box-shadow: 0 12px 30px rgba(15,15,16,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}
.ob.light .wg-verify .wg-enter:active { background: #000; }
.ob.light .wg-verify .wg-hint { color: #8A8A93; }

/* Émission du Pass · version claire */
.ob.light .wg-verify .wg-gen-ring { border-color: rgba(176,135,30,0.2); border-top-color: #B0871E; }
.ob.light .wg-verify .wg-gen-label { color: #8A7A4A; }

/* Feuille de partage · version claire */
.ob.light .wgsh-scrim { background: rgba(15,15,16,0.42); }
.ob.light .wgsh-sheet {
  background: #FFFFFF; border-top-color: rgba(15,15,16,0.07);
  box-shadow: 0 -24px 60px rgba(15,15,16,0.18);
}
.ob.light .wgsh-grab { background: rgba(15,15,16,0.16); }
.ob.light .wgsh-prevtxt b { color: #0F0F10; }
.ob.light .wgsh-prevtxt em { color: var(--acc, #00A37E); }
.ob.light .wgsh-label { color: #8A8A93; border-top-color: rgba(15,15,16,0.07); }
.ob.light .wgsh-applbl { color: #5E5E66; }
.ob.light .wgsh-snow {
  background: rgba(176,135,30,0.07); border-color: rgba(176,135,30,0.26);
}
.ob.light .wgsh-snow-ic { color: #B0871E; }
.ob.light .wgsh-snow-txt { color: #7A6A3E; }
.ob.light .wgsh-snow-txt b { color: #9A7A22; }
.ob.light .wgsh-cancel {
  background: #F2F2F4; border-color: rgba(15,15,16,0.08); color: #0F0F10;
}
.ob.light .wgsh-cancel:active { background: #E8E8EA; }
