.b2s-1282-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:16px;
}
.b2s-1282-card{
  background:#fff;
  border:1px solid rgba(245,173,22,.38);
  border-radius:14px;
  padding:18px;
}
.b2s-1282-card h3{margin:0 0 10px}
.b2s-1282-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:7px 0;
  border-bottom:1px solid #edf0f4;
}
.b2s-1282-row:last-child{border-bottom:0}
.b2s-1282-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.b2s-1282-note{
  color:#667085;
  font-size:.92rem;
}
.b2s-1282-success{
  color:#15803d;
  font-weight:800;
}
.b2s-1282-points{
  font-size:1.7rem;
  font-weight:900;
}
.b2s-1282-empty{
  padding:28px;
  text-align:center;
  color:#667085;
}
.b2s-1282-table{
  width:100%;
  border-collapse:collapse;
}
.b2s-1282-table th,
.b2s-1282-table td{
  padding:12px;
  border-bottom:1px solid #e5e7eb;
  text-align:left;
}
@media(max-width:720px){
  .b2s-1282-row{
    display:block;
  }
}
.b2s-sync-status{
  margin:12px 0 18px;
  padding:11px 14px;
  border:1px solid rgba(245,173,22,.35);
  border-radius:10px;
  background:#fffaf0;
  color:#7a5200;
  font-weight:700;
}
.b2s-sync-status[data-state="success"]{
  border-color:#bbf7d0;
  background:#f0fdf4;
  color:#166534;
}
.b2s-sync-status[data-state="error"]{
  border-color:#fecaca;
  background:#fef2f2;
  color:#b91c1c;
}
.b2s-sync-status[data-state="loading"]{
  color:#667085;
}
.b2s-credential{
  margin-top:14px;
  padding:14px;
  border:1px dashed #cbd5e1;
  border-radius:10px;
  background:#f8fafc;
}
.b2s-pin{
  font-size:1.8rem;
  font-weight:900;
  letter-spacing:.16em;
  margin:8px 0;
}
.b2s-qr{
  max-width:190px;
  width:100%;
  height:auto;
  border-radius:8px;
}
.b2s-tab-count{
  margin-left:5px;
  font-size:.82em;
  opacity:.75;
}
.b2s-checkin-form{
  max-width:680px;
  padding:18px;
  border:1px solid rgba(245,173,22,.35);
  border-radius:14px;
  background:#fff;
}
.b2s-checkin-form input{
  width:100%;
  margin-top:8px;
}
