/* Dashboard book-only cards + two-menu bottom nav */
body{background:#F6F8FA;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
#dashboardPanel{padding:12px 14px calc(82px + env(safe-area-inset-bottom))!important}
.stats-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-top:10px!important}
.stats-grid .android-card{min-height:68px!important;height:68px!important;padding:10px 14px!important;border-radius:15px!important;background:#fff!important;border:1px solid #E9EDF2!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important}
.stats-grid .android-card strong{color:#2F8F46!important;font-size:22px!important;line-height:1.1!important;font-weight:800!important;margin:0!important}
.stats-grid .android-card span{color:#6B7280!important;font-size:12px!important;line-height:1.2!important;font-weight:500!important;margin-top:5px!important}
.stats-grid .stat-card-full{grid-column:span 2!important}
.analysis-stats-grid .android-card{height:76px!important;min-height:76px!important;padding:10px 14px!important;border-radius:15px!important;border-color:#E9EDF2!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important}
.analysis-stats-grid .android-card span{font-size:10.5px!important;color:#6B7280!important;letter-spacing:.3px!important;margin-bottom:0!important}
.analysis-stats-grid .android-card strong{font-size:20px!important;font-weight:800!important;color:#2F8F46!important;margin-top:6px!important;line-height:1.1!important}
.bottom-nav{padding-bottom:env(safe-area-inset-bottom)!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
.bottom-nav .nav-item{font-size:13px!important;font-weight:800!important;color:#6B7280!important;border-radius:14px!important}
.bottom-nav .nav-item.active{color:#2F8F46!important;background:#EAF6EE!important}
