.bdsync-rate-wrap{margin:12px 0;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;font-family:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1f2937;text-align:left;}
.bdsync-rate-title{font-size:13px;font-weight:600;margin-bottom:8px;}
.bdsync-rate-btns{display:flex;flex-wrap:wrap;gap:6px;}
.bdsync-rate-btn{border:1px solid #d1d5db;background:#f9fafb;border-radius:6px;min-width:32px;height:32px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:all .12s ease;}
.bdsync-rate-btn:hover{border-color:#ec4899;color:#ec4899;transform:translateY(-1px);}
.bdsync-rate-btn.on{background:#ec4899;border-color:#ec4899;color:#ffffff;}
.bdsync-rate-status{font-size:12px;color:#6b7280;margin-top:8px;}
.bdsync-rate-avg{font-weight:600;}

.bdsync-img-badge{position:absolute;top:6px;right:6px;z-index:5;font-size:20px;font-weight:900;line-height:1;font-family:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.55),0 0 6px rgba(0,0,0,.35);}

.bdsync-popup-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;}
.bdsync-popup-card{background:#ffffff;border-radius:14px;max-width:400px;width:100%;padding:26px;text-align:center;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);animation:bdsyncPop .25s ease;}
@keyframes bdsyncPop{from{transform:scale(.92);opacity:0;}to{transform:scale(1);opacity:1;}}
.bdsync-popup-title{font-size:22px;font-weight:800;color:#111827;margin:0 0 8px;}
.bdsync-popup-text{font-size:14px;color:#4b5563;line-height:1.55;margin-bottom:18px;}
.bdsync-popup-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.bdsync-btn-primary{display:inline-block;background:#ec4899;color:#ffffff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;}
.bdsync-btn-primary:hover{background:#db2777;color:#ffffff;text-decoration:none;}
.bdsync-btn-ghost{background:#f3f4f6;color:#374151;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;}

.bdsync-toast{position:fixed;bottom:20px;right:20px;z-index:999990;background:#111827;color:#ffffff;border-radius:10px;padding:14px 18px;max-width:320px;box-shadow:0 10px 25px -5px rgba(0,0,0,.4);font-size:14px;display:flex;gap:12px;align-items:center;}
.bdsync-toast a{color:#f9a8d4;font-weight:700;text-decoration:none;white-space:nowrap;}
.bdsync-toast a:hover{color:#fbcfe8;}
.bdsync-toast-close{cursor:pointer;color:#9ca3af;font-size:18px;line-height:1;background:none;border:none;}

.bdsync-match-card{display:flex;align-items:center;gap:16px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 18px;margin-bottom:12px;text-decoration:none;}
.bdsync-match-card:hover{box-shadow:0 6px 16px -6px rgba(0,0,0,.15);}
.bdsync-match-name{font-size:16px;font-weight:700;color:#111827;text-decoration:none;}
.bdsync-match-scores{font-size:13px;color:#6b7280;margin-top:4px;}
.bdsync-match-empty{color:#6b7280;font-size:15px;}
