/* EVE V12.23 — mobile navigation cleanup + dashboard reports + contextual preview */
@media(max-width:980px){
  .eve-customer-analytics{display:block!important;margin-top:14px!important;padding-top:14px!important}
  .eve-customer-analytics-head{display:block!important;margin-bottom:10px!important}
  .eve-customer-analytics-head h2{font-size:17px!important;margin:2px 0!important}
  .eve-customer-analytics-head p{margin:3px 0 0;color:#8c9297;font-size:8px;line-height:1.55}
  .eve-customer-analytics-head>small{display:none!important}
  .eve-customer-analytics-grid{grid-template-columns:1fr!important;gap:10px!important}
  .eve-customer-chart-card{min-height:0!important;padding:13px!important;border-radius:15px!important}
  .eve-customer-donut-wrap{grid-template-columns:108px minmax(0,1fr)!important;gap:12px!important;margin-top:13px!important}
  .eve-customer-donut{width:104px!important;height:104px!important}
  .eve-customer-donut:after{inset:15px!important}
  .eve-customer-donut b{font-size:20px!important}
  .eve-customer-bars{gap:13px!important;margin-top:16px!important}
  .eve-customer-value-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:14px!important}
  .eve-customer-value-grid>div{padding:11px!important}
  .eve-customer-value-grid strong{font-size:14px!important}
}
@media(max-width:700px){
  /* The hamburger/sidebar is the single mobile navigation source. */
  .eve-mobile-nav{display:none!important}
  body:not(.eve-client-order-builder) .eve-client-content{padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))!important}

  /* Preview appears temporarily after size/color selection; manual معاينة remains available. */
  .eve-client-order-builder .eve-2d-card{transition:box-shadow .18s ease,border-color .18s ease}
  .eve-client-order-builder .eve-2d-card.eve-v1223-auto-preview{border-color:#cdb47e!important;box-shadow:0 10px 24px rgba(23,50,77,.10)!important}
}
