.pbux-filter{display:flex;gap:8px;margin:12px 0}
.pbux-filter input{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px}
.pbux-catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin:12px 0}
.pbux-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.pbux-btn{display:inline-block;padding:8px 12px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb;text-decoration:none;color:#111827;font-weight:600}
.pbux-btn.primary{background:#111827;color:#fff;border-color:#111827}
.pbux-questions .q{border-top:1px solid #f1f5f9;padding:12px 0}
.pbux-questions .q:first-child{border-top:0}
.pbux-choices label{display:block;padding:7px 9px;border:1px solid #e5e7eb;border-radius:10px;margin:6px 0;cursor:pointer}
.pbux-progress .bar{flex:1;height:10px;background:#f1f5f9;border-radius:6px;position:relative;overflow:hidden}
.pbux-progress .bar::after{content:'';position:absolute;left:0;top:0;height:100%;width:var(--pct,0%);background:#22c55e;transition:width .2s}
.pbux-head{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;margin-bottom:10px}
.pbux-timer{padding:6px 10px;border:1px solid #e5e7eb;border-radius:10px;display:inline-block;margin-left:8px}
.pbux-sections{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.pbux-sections .chip{padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;text-decoration:none;color:#111827}
.pbux-table{width:100%;border-collapse:collapse}
.pbux-table th,.pbux-table td{border-bottom:1px solid #e5e7eb;padding:8px;text-align:left}
.pbux-error{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b;padding:10px;border-radius:8px}
