/* GWA RGDP simple (Auto-Detect, Paiements sûrs) - styles */
:root{
  --gwa-bg:#0b0b0c; --gwa-card:#141417; --gwa-fg:#f7f7f7; --gwa-accent:#6ee7b7; --gwa-accent-strong:#10b981; --gwa-danger:#ef4444; --gwa-link:#60a5fa; --gwa-muted:#c7c7c7; --gwa-shadow:0 10px 25px rgba(0,0,0,.45);
}
/* Sélecteurs compatibles: nouvel ID et ancien ID */
#gwa-rgpd-simple,#gwa-consent-chic{position:fixed;left:0;right:0;bottom:0;z-index:99999;padding:16px;/*background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5,5,6,.8) 35%, rgba(5,5,6,.95) 100%);*/backdrop-filter:blur(4px)}

#gwa-rgpd-simple .gwa-wrap,#gwa-consent-chic .gwa-wrap{max-width:1100px;margin:0 auto;padding:18px 20px;background:#e7e7e7;color:var(--gwa-fg);display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;border:1px solid rgba(255,255,255,.06);border-radius:14px;box-shadow:var(--gwa-shadow);transform:translateY(10px);opacity:0;animation:chic-in .5s ease .05s forwards}
#gwa-rgpd-simple h2,#gwa-consent-chic h2{margin:0;font-size:1.1rem;letter-spacing:.2px;color:#181717;}
#gwa-rgpd-simple p,#gwa-consent-chic p{margin:4px 0 0 0;color:#181717;line-height:1.55}
#gwa-rgpd-simple .gwa-text a,#gwa-consent-chic .gwa-text a{color:var(--gwa-link)}
#gwa-rgpd-simple .gwa-actions,#gwa-consent-chic .gwa-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
#gwa-rgpd-simple .gwa-btn,#gwa-consent-chic .gwa-btn{border: 0 !important;border-radius:999px;padding:10px 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 0 rgba(255,255,255,.06) inset;color:var(--gwa-fg)}
#gwa-rgpd-simple .gwa-btn:focus,#gwa-consent-chic .gwa-btn:focus{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}
#gwa-rgpd-simple .gwa-accept,#gwa-consent-chic .gwa-accept{background:var(--gwa-accent);color:#0b0b0c;font-weight:600}
#gwa-rgpd-simple .gwa-accept:hover,#gwa-consent-chic .gwa-accept:hover{background:var(--gwa-accent-strong);color:#06130f;transform:translateY(-1px)}
#gwa-rgpd-simple .gwa-decline,#gwa-consent-chic .gwa-decline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.16)}
#gwa-rgpd-simple .gwa-decline:hover,#gwa-consent-chic .gwa-decline:hover{background:rgba(255,255,255,.06);transform:translateY(-1px)}
#gwa-rgpd-simple .gwa-more,#gwa-consent-chic .gwa-more{background:transparent;color:var(--gwa-fg);border:1px solid rgba(255,255,255,.16)}
#gwa-rgpd-simple .gwa-more:hover,#gwa-consent-chic .gwa-more:hover{background:rgba(255,255,255,.06);transform:translateY(-1px)}
@keyframes chic-in{to{opacity:1;transform:translateY(0)}}
@media (max-width:600px){
  #gwa-rgdp-simple .gwa-wrap,#gwa-consent-chic .gwa-wrap{flex-direction:column;align-items:flex-start;padding:16px}
  #gwa-rgdp-simple .gwa-actions,#gwa-consent-chic .gwa-actions{align-self:stretch}
}

/* Bouton flottant automatique de gestion des cookies */
#gwa-cookie-manage.gwa-cookie-fab{position:fixed;right:16px;bottom:16px;z-index:99998;background:var(--gwa-card);color:var(--gwa-fg);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:var(--gwa-shadow);transition:transform .15s ease, background .2s ease}
#gwa-cookie-manage.gwa-cookie-fab:hover{transform:translateY(-1px);background:#1b1b1f}
