:root{ --yellow:#FFD400; --black:#111; --white:#fff; }
.bro-license{ height:20px; width:auto; max-width:140px; object-fit:contain; vertical-align:middle; }
.bro-top3{ margin-top:8px; }
.bro-age-overlay{ position:fixed; inset:0; background:rgba(17,17,17,0.85); z-index:99999; display:flex; align-items:center; justify-content:center; }
.bro-age-modal{ background:#fff; color:#111; border-radius:16px; width:min(640px,92vw); box-shadow:0 20px 60px rgba(0,0,0,.35); }
.bro-age-content{ padding:26px 22px; text-align:center; }
.bro-age-title{ font-size:1.8rem; font-weight:800; margin-bottom:10px; color:#111; }
.bro-age-desc{ font-size:1.05rem; margin-bottom:18px; }
.bro-age-actions{ display:flex; gap:14px; justify-content:center; }
.bro-btn{ display:inline-flex; align-items:center; justify-content:center; border-radius:10px; padding:12px 18px; font-weight:700; border:2px solid transparent; cursor:pointer; }
.bro-btn-primary{ background:var(--yellow); color:#111; }
.bro-btn-ghost{ background:transparent; color:#111; border-color:var(--yellow); }
@media (max-width:520px){ .bro-age-title{ font-size:1.5rem; } .bro-age-actions{ flex-direction:column; } }