/* NAWOBET — Desktop Layout (768px+) */
@media(min-width:768px){
  body { background: #FFD600 !important; }
  .mob-wrap { max-width:100% !important; display:block !important; }

  /* Topbar fixed */
  .mob-topbar {
    max-width:100% !important; position:fixed !important;
    top:0 !important; left:0 !important; right:0 !important;
    z-index:500 !important;
  }
  .mob-hamburger { display:none !important; }

  /* Sidebar always visible */
  #bb-drawer {
    position:fixed !important; top:56px !important;
    left:0 !important; bottom:0 !important;
    width:240px !important; max-width:240px !important;
    transform:translateX(0) !important; z-index:400 !important;
  }
  #bb-overlay { display:none !important; }

  /* Content offset */
  .mob-content {
    margin-left:240px !important; margin-top:56px !important;
    padding-bottom:40px !important;
    min-height:calc(100vh - 56px) !important;
  }

  /* No bottom nav on desktop */
  .mob-bottomnav { display:none !important; }
  body { padding-bottom:0 !important; }

  /* Games grid wider */
  .games-grid { grid-template-columns:repeat(5,1fr) !important; gap:12px !important; }

  /* Sections padding */
  .sec { padding:14px 32px 0 !important; }
  .bal-bar { margin:12px 32px 0 !important; }
  .quick-links { padding:12px 32px 0 !important; }
  .banner-wrap { margin:12px 32px 0 !important; }

  /* Other pages */
  .page-head { padding:28px 32px 12px !important; }
  .s-section,.section { padding:16px 32px 0 !important; }
  .modal-bg.open { align-items:center !important; }
  .modal { border-radius:20px !important; max-width:520px !important; margin:0 auto !important; }
}

@media(min-width:1200px){
  #bb-drawer { width:260px !important; }
  .mob-content { margin-left:260px !important; }
  .sec { padding:14px 48px 0 !important; }
  .bal-bar { margin:12px 48px 0 !important; }
  .quick-links { padding:12px 48px 0 !important; }
  .banner-wrap { margin:12px 48px 0 !important; }
}
