/* Section: Topbar — โหลดแยก ไม่ซ้อนกับส่วนอื่น */
.ps-topbar .ps-tb-inner { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; width: 100%; padding: 8px 0; font-size: 13px; }
.ps-topbar .ps-tb-grow { flex: 1; min-width: 8px; }
.ps-topbar .ps-tb-center { justify-content: center; text-align: center; }
.ps-topbar--v2 .ps-tb-item .ps-ico { font-weight: 800; margin-right: 6px; opacity: 0.85; }
.ps-topbar--v2 .ps-tb-pill { background: rgba(255,255,255,0.14); padding: 4px 10px; border-radius: 999px; }
.ps-topbar--v2 .ps-tb-login { color: inherit; font-weight: 700; text-decoration: underline; }
.ps-topbar--v4 .ps-tb-chip { background: rgba(255,255,255,0.12); padding: 4px 10px; border-radius: 8px; margin-left: 6px; }
.ps-topbar--v4 .ps-tb-chip--solid { background: var(--secondary); color: #1f2937; text-decoration: none; font-weight: 700; }
.ps-topbar--v5.ps-topbar .ps-tb-gradient { background: linear-gradient(90deg, rgba(var(--primary-rgb),0.35), rgba(0,0,0,0.15)); }
.ps-topbar--v5 .ps-tb-social { margin-left: 8px; opacity: 0.9; text-decoration: none; }
