.tabbar { display: flex; gap: 8px; padding: 8px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.06); overflow-x: auto; margin-bottom: 16px; }
.tabbar button { border: 0; background: transparent; color: var(--muted); white-space: nowrap; border-radius: 13px; padding: 10px 12px; }
.tabbar button.active { background: rgba(255,255,255,.12); color: var(--text); }
.tab-content { display: none; }
.tab-content.active { display: block; }
