.beyr-tb-wrap{max-width:1100px;margin:0 auto;padding:30px 16px}
.beyr-tb-hero{text-align:center;margin-bottom:18px}
.beyr-tb-title{font-size:52px;line-height:1.1;margin:0;color:#1521c1}
.beyr-tb-sub{margin:10px 0 18px;color:#333;font-size:18px}

.beyr-tb-btn{padding:12px 20px;border-radius:999px;border:0;background:#1521c1;color:#fff;cursor:pointer;font-weight:600}

.beyr-tb-card{background:#fff;border-radius:18px;padding:18px 18px 10px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.beyr-tb-row{display:grid;grid-template-columns: 2.2fr 1.2fr 1.3fr 1fr 1fr 1.2fr 60px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}
.beyr-tb-head{font-weight:700;padding-top:6px}
.beyr-tb-role{font-weight:600}

.beyr-tb-qty{display:flex;align-items:center;gap:8px}
.beyr-tb-qty-btn{width:30px;height:30px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer}
.beyr-tb-qty-input{width:64px;padding:6px;border:1px solid #ddd;border-radius:6px;text-align:center}
.beyr-tb-level-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:8px;background:#fff}

.beyr-tb-remove{width:34px;height:34px;border-radius:10px;border:0;background:#ffe8ee;color:#c00;cursor:pointer;font-size:18px}
.beyr-tb-money{white-space:nowrap}

.beyr-tb-summary{padding:18px 0 8px;display:flex;gap:24px;flex-wrap:wrap;justify-content:space-between}
.beyr-tb-summary-line{display:flex;gap:10px;align-items:baseline}
.beyr-tb-muted{color:#666}

/* Modal */
.beyr-tb-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:99999}
.beyr-tb-modal.open{display:flex}
.beyr-tb-modal-card{width:min(920px, 92vw);max-height:82vh;overflow:auto;background:#fff;border-radius:16px;padding:20px;position:relative}
.beyr-tb-x{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:30px;cursor:pointer}
.beyr-tb-modal-title{margin:0 0 12px;font-size:42px;color:#1521c1;text-align:center}
.beyr-tb-search{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:999px;margin:8px 0 16px;font-size:16px}

.beyr-tb-role-list{display:flex;flex-direction:column;gap:14px}
.beyr-tb-role-card{padding:16px;border:1px solid #eee;border-radius:14px;cursor:pointer}
.beyr-tb-role-card:hover{border-color:#1521c1}
.beyr-tb-role-title{font-size:22px;font-weight:800}
.beyr-tb-role-desc{margin-top:6px;color:#555;font-size:15px}
.beyr-tb-actions{display:flex;justify-content:center;margin-top:18px}
.beyr-tb-btn-secondary{background:#1521c1;opacity:.95}
.beyr-tb-form-wrap{margin-top:10px}
