.bat-dashboard{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:24px;min-height:80vh}
.bat-sidebar{background:var(--surface);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.bat-sidebar nav{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.bat-sidebar nav a{padding:10px 12px;border-radius:12px;color:var(--muted);text-decoration:none}
.bat-sidebar nav a.active,.bat-sidebar nav a:hover{background:var(--accent-soft);color:var(--accent-ink)}
.bat-main{padding:8px}
.auth-section{display:flex;justify-content:center;padding:40px 20px}
.auth-card{max-width:480px;width:100%}
.auth-links{margin-top:16px;font-size:14px}
.bat-cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--surface);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -4px 20px rgba(0,0,0,.08);z-index:9999}
.bat-table{width:100%;border-collapse:collapse}
.bat-table th,.bat-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}
.brand-sm .logo{max-width:180px;height:auto}
