
.fbr-wrap{max-width:680px;margin:0 auto;padding:2.5rem 1.1rem .5rem}
.fbr-eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--G);text-transform:uppercase;margin-bottom:.6rem}
.fbr-headline{font-size:clamp(1.25rem,4.5vw,1.6rem);font-weight:800;line-height:1.45;color:var(--text);margin-bottom:.75rem}
.fbr-headline .hl{color:var(--G);border-bottom:2px solid rgba(182,255,0,.5)}
.fbr-sub{font-size:13.5px;color:var(--text3);line-height:1.6;margin-bottom:1.4rem;display:flex;align-items:flex-start;gap:7px}
.fbr-fb{flex-shrink:0;width:18px;height:18px;border-radius:4px;background:#1877f2;color:#fff;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;line-height:1}
.fbr-panel{background:#fff;border-radius:16px;padding:22px 20px;box-shadow:0 12px 44px rgba(0,0,0,.28)}
.fbr-ratehead{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid #e4e6eb;margin-bottom:20px}
.fbr-score{font-size:44px;font-weight:900;color:#1b1b1b;line-height:1}
.fbr-stars{color:#f5b90a;font-size:16px;letter-spacing:2px}
.fbr-rtxt{font-size:15px;color:#1b1b1b;font-weight:600;margin-top:3px}
.fbr-verified{font-size:13px;color:#31a24c;display:flex;align-items:center;gap:5px;margin-top:4px}
.fbr-c{display:flex;gap:10px;margin-bottom:20px}
.fbr-ava{width:44px;height:44px;border-radius:50%;flex-shrink:0;color:#fff;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center}
.fbr-body{flex:1;min-width:0}
.fbr-name{font-size:15px;font-weight:700;color:#1b1b1b;display:flex;align-items:center;gap:5px}
.fbr-vb{display:inline-flex;width:15px;height:15px;border-radius:50%;background:#1877f2;color:#fff;font-size:10px;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}
.fbr-role{font-size:12.5px;color:#65676b;margin:1px 0 8px}
.fbr-bubble{background:#f0f2f5;border-radius:16px;padding:12px 15px;font-size:14.5px;color:#1c1e21;line-height:1.65}
.fbr-act{display:flex;align-items:center;gap:14px;margin:7px 4px 0;font-size:13px;font-weight:700}
.fbr-act .like,.fbr-act .rep{color:#1877f2}
.fbr-act .t{color:#65676b;font-weight:500}
.fbr-likepill{margin-left:auto;background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:2px 9px;font-size:12.5px;color:#65676b;font-weight:600;display:inline-flex;align-items:center;gap:4px}
.fbr-reply{display:flex;gap:10px;margin:12px 0 0 40px}
.fbr-ava-sm{width:34px;height:34px;font-size:14px;border-radius:50%;flex-shrink:0;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;background:#1a1a1a}
.fbr-adminbox{background:#fdf6ec;border-radius:14px;padding:11px 14px;flex:1}
.fbr-adminname{font-size:14px;font-weight:700;color:#1b1b1b;display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.fbr-admintag{background:#e4e6eb;color:#65676b;font-size:10.5px;font-weight:700;padding:1px 7px;border-radius:5px}
.fbr-admintext{font-size:14px;color:#1c1e21;line-height:1.6;margin-top:4px}
.fbr-foot{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--text3);line-height:1.7;margin-top:22px;padding:0 4px}
.fbr-foot b{color:var(--text)}

/* ===== REVIEWS (chat style) ===== */
body[data-unlocked="true"] .rv-wrap,
body[data-unlocked="true"] .rv-modal{display:none !important}
.rv-wrap{max-width:1080px;margin:0 auto;padding:2.6rem 1.1rem 1rem}
.rv-eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--G);text-transform:uppercase;margin-bottom:.6rem}
.rv-headline{font-family:'Prompt',sans-serif;font-weight:700;font-size:clamp(1.35rem,4.4vw,1.9rem);line-height:1.4;color:var(--text);margin-bottom:.5rem}
.rv-sub{font-size:14px;color:var(--text4);margin-bottom:1.6rem;line-height:1.6}
.rv-grid{display:grid;grid-template-columns:1fr;gap:20px;justify-items:center}
.rv-grid>.rv-card,.rv-mgrid>.rv-card{width:100%;max-width:330px}
@media(min-width:820px){.rv-grid{grid-template-columns:1fr 1fr;gap:24px}}
.rv-card{background:#fff;border-radius:26px;padding:12px 12px 16px;box-shadow:0 10px 30px rgba(0,0,0,.34);display:flex;flex-direction:column;gap:9px;
  min-height:0;max-height:640px;overflow:hidden;position:relative;border:5px solid #16181c;padding-bottom:24px}
.rv-card::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:6px;width:96px;height:4px;border-radius:99px;background:#d8dade}
.rv-chat{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:9px;padding-bottom:2px}
.rv-card.is-clipped .rv-chat{-webkit-mask-image:linear-gradient(to bottom,#000 86%,transparent);mask-image:linear-gradient(to bottom,#000 86%,transparent)}
.rv-head{display:flex;align-items:center;gap:10px;padding:2px 2px 10px;border-bottom:1px solid #e8eaed;margin:-2px -2px 2px}
.rv-back{flex:0 0 auto;color:#0a7cff;font-size:20px;line-height:1;font-weight:700;opacity:.75;user-select:none}
.rv-ava{width:36px;height:36px;border-radius:50%;flex:0 0 36px;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:13px;filter:blur(5px);-webkit-filter:blur(5px)}
.rv-who{min-width:0;flex:1}
.rv-name{font-size:14.5px;font-weight:800;color:#111;filter:blur(4.5px);-webkit-filter:blur(4.5px);display:inline-block;letter-spacing:.4px}
.rv-role{font-size:11.5px;color:#8a8d91;margin-top:3px;display:flex;align-items:center;gap:4px}
.rv-tag{color:#b0b3b8;font-weight:700}
.rv-dots{flex:0 0 auto;color:#b0b3b8;font-size:17px;letter-spacing:1px;line-height:1;user-select:none}
.rv-msg{max-width:88%;padding:9px 13px;border-radius:16px;font-size:13.6px;line-height:1.6;white-space:pre-wrap;word-break:break-word}
.rv-u{align-self:flex-start;background:#f0f2f5;color:#0a0a0a;border-bottom-left-radius:5px}
.rv-a{align-self:flex-end;background:#0a7cff;color:#fff;border-bottom-right-radius:5px}
.rv-more{display:block;margin:1.9rem auto 0;padding:13px 30px;border-radius:999px;border:1px solid var(--G);background:transparent;color:var(--G);font-family:inherit;font-size:15px;font-weight:800;cursor:pointer}
.rv-more:hover{background:var(--G);color:#0a0a0a}
/* modal */
.rv-modal{display:none;position:fixed;inset:0;z-index:2200;background:rgba(0,0,0,.86);padding:0}
.rv-modal.open{display:block}
.rv-mtop{position:sticky;top:0;background:var(--bg2,#111);border-bottom:1px solid var(--border,#333);padding:14px 16px;display:flex;align-items:center;justify-content:space-between}
.rv-mtitle{font-weight:800;color:var(--text,#fff);font-size:15px}
.rv-x{background:none;border:none;color:#999;font-size:28px;line-height:1;cursor:pointer;font-family:inherit}
.rv-mbody{height:calc(100% - 56px);overflow-y:auto;padding:18px 14px 40px}
.rv-mgrid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1180px;margin:0 auto;justify-items:center}
@media(min-width:760px){.rv-mgrid{grid-template-columns:1fr 1fr;gap:24px}}
@media(min-width:1140px){.rv-mgrid{grid-template-columns:1fr 1fr 1fr;gap:24px}}
