.tb-topbible{font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:#111}
.tb-topbible *{box-sizing:border-box}
.tb-header{max-width:1100px;margin:24px auto 14px;text-align:center;padding:0 16px}
.tb-title{font-size:34px;line-height:1.15;margin:0 0 14px;font-weight:800}
.tb-search{display:flex;align-items:center;justify-content:center;gap:0;max-width:620px;margin:0 auto}
.tb-search-input{width:100%;border:1px solid #e6e6e6;border-right:none;border-radius:999px 0 0 999px;padding:12px 16px;font-size:14px;outline:none;background:#fff}
.tb-search-input:focus{border-color:#cfe8ff;box-shadow:0 0 0 3px rgba(34,125,255,.12)}
.tb-search-btn{border:1px solid #e6e6e6;border-left:none;border-radius:0 999px 999px 0;background:#fff;padding:10px 14px;cursor:pointer}
.tb-search-btn:hover{background:#f6fbff}
.tb-card{max-width:1100px;margin:0 auto 40px;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden}
.tb-tabs{display:flex;gap:0;background:#eaf6ff;border-bottom:1px solid #d7ecff}
.tb-tab{flex:1;appearance:none;border:0;background:transparent;padding:14px 10px;font-weight:800;cursor:pointer;color:#0a4d7a;font-size:16px}
.tb-tab[disabled]{opacity:.45;cursor:not-allowed}
.tb-tab.is-active{background:#fff;border-bottom:3px solid #0a4d7a}
.tb-tab-ico{margin-right:8px}
.tb-body{padding:18px 18px 24px;position:relative;min-height:420px}
.tb-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tb-section-title{text-align:center;font-weight:800;color:#0a4d7a;margin:8px 0 12px}
.tb-grid{display:grid;gap:10px}
.tb-grid-books{grid-template-columns:repeat(5,minmax(0,1fr))}
.tb-grid-chapters{grid-template-columns:repeat(10,minmax(0,1fr));max-width:680px;margin:0 auto}
.tb-pill{border:0;border-radius:6px;padding:10px 8px;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(90deg,#0aa,#38a);font-size:13px}
.tb-pill:hover{filter:brightness(0.97)}
.tb-pill.is-chapter{background:#f3f6f9;color:#222;border:1px solid #eef2f6}
.tb-pill.is-chapter:hover{background:#eef6ff}
.tb-back{border:0;background:transparent;color:#111;font-weight:700;cursor:pointer;margin:4px 0 10px}
.tb-breadcrumb{font-weight:800;margin:0 auto 14px;max-width:680px;color:#0a4d7a}
.tb-verses-head{max-width:760px;margin:0 auto 8px;font-weight:900;font-size:18px}
.tb-verses-content{max-width:760px;margin:0 auto;font-size:16px;line-height:1.75}
.tb-verse{display:flex;gap:10px;margin:6px 0}
.tb-verse sup{min-width:22px;text-align:right;color:#666;font-weight:800}
.tb-status{position:absolute;left:18px;right:18px;bottom:14px;text-align:center;color:#666;font-weight:700}
@media (max-width: 900px){
  .tb-split{grid-template-columns:1fr}
  .tb-grid-books{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tb-grid-chapters{grid-template-columns:repeat(7,minmax(0,1fr))}
}
@media (max-width: 520px){
  .tb-title{font-size:28px}
  .tb-grid-books{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tb-grid-chapters{grid-template-columns:repeat(5,minmax(0,1fr))}
}

.tb-audio-btn{border:1px solid #eef2f6;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer;font-size:14px;line-height:1;margin-left:8px}
.tb-audio-btn:hover{background:#f6fbff}
.tb-audio-stop{border:1px solid #e6e6e6;background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:800}
.tb-audio-stop:hover{background:#f6fbff}
.tb-verse{align-items:flex-start}
