/* Lightweight upgrades for legacy hubs (no layout reset) */
.hub-toolbar{display:grid;gap:.85rem;margin:0 0 1.25rem}
.hub-toolbar-actions{display:flex;flex-wrap:wrap;gap:.55rem}
.hub-progress-bar{height:12px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden}
.hub-progress-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,#c45a18,#e8a54b);border-radius:inherit;transition:width .4s ease}
.hub-progress-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.95rem;font-weight:700;margin-top:.45rem}
.hub-badge{display:inline-flex;padding:.3rem .65rem;border-radius:999px;background:rgba(31,122,77,.14);color:#1f7a4d;font-size:.8rem}
.hub-badge.locked{background:rgba(0,0,0,.06);color:#777}
.cmd-tools{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}
.cmd-tool{min-height:40px;padding:.45rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;font-weight:700;font-size:.85rem;cursor:pointer}
.share-sheet{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.45);display:grid;place-items:end center;padding:1rem}
.share-sheet-inner{width:min(420px,100%);background:#fff;color:#111;border-radius:18px;padding:1.2rem;display:grid;gap:.55rem}
.ab-week{margin:1rem 0}
.ab-week-title{font-weight:800;font-size:1.3rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em}
.ab-week-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}
.ab-week-card{background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:1rem}
.ab-week-card p{margin:.35rem 0 0;font-size:.95rem;line-height:1.5;color:#444}
html.voice-mode body{font-size:21px!important;line-height:1.8!important}
@media print{
  .nav,.mobile-dock,.cmd-tools,.hub-toolbar-actions{display:none!important}
  body.print-one .prompt-box:not(.print-focus){display:none!important}
}
