.auth-bar { background: rgba(245,197,24,.08); border-bottom: 1px solid rgba(245,197,24,.2); padding: 10px 18px; text-align: center; color: #f5c518; }
.auth-modal { position: fixed; inset: 0; background: rgba(0,0,0,.82); display: none; align-items: center; justify-content: center; z-index: 50; padding: 18px; }
.auth-modal.open { display: flex; }
.auth-box { width: 100%; max-width: 460px; background: #111; border: 1px solid rgba(245,197,24,.35); border-radius: 26px; padding: 24px; }
.auth-box h2 { margin-top: 0; color: #f5c518; }
.auth-box input, .auth-box select { width: 100%; background: #050505; color: #fff; border: 1px solid rgba(245,197,24,.24); padding: 13px; border-radius: 14px; outline: none; margin-bottom: 12px; }
.auth-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.auth-small { color: #aaa; font-size: 13px; margin-top: 12px; }
