.bgl-container{max-width:1100px;margin:24px auto;padding:0 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
.bgl-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.bgl-btn{padding:.55rem .9rem;border-radius:10px;border:1px solid #d1d5db;background:#fff;cursor:pointer}
.bgl-btn.primary{background:#540000;color:#fff;border-color:#540000}
.bgl-btn.ok{background:#16a34a;color:#fff;border-color:#16a34a}
.bgl-btn.warn{color:#ef4444}
.bgl-btn.dark{background:#111827;color:#fff;border-color:#111827}
.bgl-btn.ghost{background:#fff}
.card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);margin-bottom:12px}
.card-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}
.title{font-weight:700;color:#111827}
.meta{color:#6b7280;font-size:12px}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.tag{display:inline-block;background:#f3f4f6;padding:4px 10px;border-radius:999px;font-size:12px}
.tag.blue{background:#eef2ff;color:#3730a3}
.controls{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.select{padding:.5rem .6rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff}
.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:8px 0 16px}
.muted{color:#6b7280}
.grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.percent{font-weight:700;color:#540000}
.total{margin-top:12px;color:#111827;font-weight:700}
.hidden{display:none}
.error{color:#b91c1c}
