/* v82: dashboard cards 3-in-row + remove oversized blank space under pager */
#dashboardPanel{padding:12px 14px 8px!important;background:#F6F8FA!important}
#dashboardPanel .stats-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:10px 0 0!important}
#dashboardPanel .stats-grid .android-card,#dashboardPanel .stats-grid .stat-card-full{grid-column:auto!important;min-width:0!important;height:72px!important;min-height:72px!important;padding:11px 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid #E9EDF2!important;box-shadow:0 3px 10px rgba(15,23,42,.08)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:left!important}
#dashboardPanel .stats-grid .android-card strong{display:block!important;margin:0!important;color:#2F8F46!important;font-size:23px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.2px!important}
#dashboardPanel .stats-grid .android-card span{display:block!important;margin:5px 0 0!important;color:#6B7280!important;font-size:11.5px!important;line-height:1.15!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#booksPanel.dashboard-books{padding:8px 14px calc(76px + env(safe-area-inset-bottom))!important;min-height:auto!important;background:#F6F8FA!important}
#booksPanel.dashboard-books .section-head{margin:4px 0 8px!important}
#booksPanel.dashboard-books .filter-chips{margin:0 0 10px!important;padding-bottom:0!important}
#booksPanel.dashboard-books .books-grid{margin:0!important;padding:0!important;gap:8px!important;align-items:start!important}
#booksPanel.dashboard-books .pager{margin:10px 0 0!important;min-height:46px!important;padding:6px!important;border:0!important;box-shadow:none!important;background:transparent!important}
#booksPanel.dashboard-books .category-book-search{display:none!important;height:0!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;visibility:hidden!important}
#booksPanel.dashboard-books::after,#dashboardPanel::after,.dashboard-books::after{display:none!important;content:none!important;height:0!important;border:0!important;outline:0!important}
@media(max-width:360px){#dashboardPanel .stats-grid{gap:8px!important}#dashboardPanel .stats-grid .android-card{height:68px!important;padding:10px!important}#dashboardPanel .stats-grid .android-card strong{font-size:21px!important}#dashboardPanel .stats-grid .android-card span{font-size:10.5px!important}}
