/* FOOTPASS v2 · Photos vérifiées (Pass ID + profil) — thème-agnostique (onboarding sombre + Réglages clair/sombre) */
.fpph { display: flex; flex-direction: column; gap: 15px; margin-top: 18px; }
.fpph-slots { display: flex; gap: 16px; }
.fpph-slot { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.fpph-disc { position: relative; width: 112px; height: 112px; border-radius: 50%; background: rgba(127,127,140,0.11); border: 1.5px dashed rgba(127,127,140,0.42); display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; padding: 0; color: inherit; transition: transform 140ms, border-color 160ms; }
.fpph-disc.logo { border-radius: 24px; }
.fpph-disc:active { transform: scale(0.97); }
.fpph-disc.state-done { border-style: solid; border-color: rgba(0,163,126,0.6); }
.fpph-disc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fpph-add { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(127,127,140,0.16); opacity: 0.72; }
.fpph-oval { position: absolute; inset: 15px; border-radius: 50%; border: 2px solid #00C49A; opacity: 0.9; animation: fpphPulse 1.4s ease-in-out infinite; }
.fpph-disc.logo .fpph-oval { border-radius: 15px; inset: 13px; }
@keyframes fpphPulse { 50% { transform: scale(0.9); opacity: 0.5; } }
.fpph-sweep { position: absolute; left: 8%; right: 8%; height: 2px; top: 12%; background: #00C49A; box-shadow: 0 0 12px 2px rgba(0,196,154,0.6); animation: fpphSweep 0.95s ease-in-out infinite alternate; }
@keyframes fpphSweep { to { top: 86%; } }
.fpph-ok { position: absolute; right: 5px; bottom: 5px; width: 27px; height: 27px; border-radius: 50%; background: #00A37E; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 2px 7px rgba(0,0,0,0.28); }
.fpph-meta { text-align: center; display: flex; flex-direction: column; gap: 2px; }
.fpph-meta b { font: 650 12.5px/1.2 'Inter', sans-serif; }
.fpph-meta em { font: 500 11px/1.3 'Inter', sans-serif; font-style: normal; opacity: 0.62; }
.fpph-meta em.ok { color: #00A37E; opacity: 1; font-weight: 600; }
.fpph-link { background: none; border: none; font: 600 11px/1 'Inter', sans-serif; color: inherit; opacity: 0.5; padding: 2px 6px; cursor: pointer; }
.fpph-link.ph { cursor: default; opacity: 0.38; }
.fpph-link:not(.ph):active { opacity: 0.9; }
.fpph-same { align-self: center; display: inline-flex; align-items: center; gap: 6px; background: rgba(0,163,126,0.11); border: 1px solid rgba(0,163,126,0.32); color: #00A37E; border-radius: 11px; padding: 9px 13px; font: 600 12px/1 'Inter', sans-serif; cursor: pointer; }
.fpph-same:active { background: rgba(0,163,126,0.18); }
.fpph-rule { display: flex; align-items: flex-start; gap: 10px; padding: 11px 13px; border-radius: 13px; background: rgba(127,127,140,0.09); border: 1px solid rgba(127,127,140,0.16); font: 400 11.5px/1.45 'Inter', sans-serif; opacity: 0.92; }
.fpph-rule-ic { flex-shrink: 0; color: #00A37E; margin-top: 1px; }
.fpph-actions { display: flex; gap: 10px; margin-top: 20px; }
.fpph-btn { flex: 1; height: 48px; border: none; border-radius: 14px; background: #00A37E; color: #fff; font: 700 14px/1 'Inter', sans-serif; cursor: pointer; }
.fpph-btn:disabled { opacity: 0.4; cursor: default; }
.fpph-btn.ghost { background: rgba(127,127,140,0.16); color: inherit; }

/* Feuille autonome (contexte sans PgSheet, ex. web) */
.fpph-sheetwrap { position: absolute; inset: 0; z-index: 60; display: flex; flex-direction: column; justify-content: flex-end; }
.fpph-scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.5); animation: fpphFade 220ms; }
@keyframes fpphFade { from { opacity: 0; } }
.fpph-sheet { position: relative; border-radius: 24px 24px 0 0; padding: 8px 22px 26px; background: #16161A; color: #F4F4F5; box-shadow: 0 -14px 40px rgba(0,0,0,0.35); animation: fpphUp 300ms cubic-bezier(0.2,0.9,0.3,1); }
@keyframes fpphUp { from { transform: translateY(70px); opacity: 0; } }
.fpph-grab { display: block; width: 38px; height: 4px; border-radius: 99px; margin: 4px auto 13px; background: rgba(127,127,140,0.4); }
.fpph-sheet-title { font: 800 17px/1.2 'Inter', sans-serif; letter-spacing: -0.02em; text-align: center; }

/* Réglages · rangée « Photo de profil » */
.pg-photoedit { display: inline-flex; align-items: center; gap: 10px; background: none; border: none; cursor: pointer; padding: 0; color: inherit; }
.pg-avatarthumb { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(127,127,140,0.32); }
