/* Giri Reussite Widget */
.gr-widget{background:var(--card,#0d0d1a);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px 24px;margin-bottom:20px;position:relative;overflow:hidden}
.gr-widget::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gr-color,#a78bfa),var(--gr-next,#d4af37))}
.gr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:8px}
.gr-title-row{display:flex;align-items:center;gap:10px}
.gr-icon{font-size:22px}
.gr-title{font-size:14px;font-weight:700;color:var(--text,#e5e5e5);letter-spacing:-.3px}
.gr-tier{font-size:11px;font-weight:700;color:#fff;padding:3px 10px;border-radius:20px;letter-spacing:.3px}
.gr-amount{font-size:24px;font-weight:900;color:#fff;letter-spacing:-1px}
.gr-month{font-size:12px;font-weight:500;color:rgba(255,255,255,.4);letter-spacing:0}
.gr-bar-wrap{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.gr-bar{flex:1;height:8px;background:rgba(255,255,255,.06);border-radius:8px;overflow:hidden}
.gr-bar-fill{height:100%;border-radius:8px;transition:width .8s ease}
.gr-pct{font-size:12px;font-weight:700;color:rgba(255,255,255,.5);min-width:36px;text-align:right}
.gr-footer{display:flex;flex-direction:column;gap:4px}
.gr-next{font-size:12px;color:rgba(255,255,255,.5);line-height:1.5}
.gr-next strong{color:var(--text,#e5e5e5)}
.gr-max{color:var(--gr-color,#d4af37)}
.gr-bonus{font-size:11px;color:var(--gr-next,#d4af37);font-weight:600}
#giri-reussite-widget{display:none}
